1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id: Portfile 106735 2013-06-06 23:02:43Z dports@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name goffice |
---|
7 | version 0.10.3 |
---|
8 | |
---|
9 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
10 | description GOffice is a library of document-centric objects and utilities. |
---|
11 | long_description GOffice is a library of document-centric objects \ |
---|
12 | and utilities building on top of GLib and Gtk+ and \ |
---|
13 | used by software such as Gnumeric. |
---|
14 | maintainers nomaintainer |
---|
15 | categories gnome devel |
---|
16 | platforms darwin |
---|
17 | license GPL-2 |
---|
18 | |
---|
19 | homepage http://freecode.com/projects/goffice |
---|
20 | master_sites gnome:sources/${name}/${branch}/ |
---|
21 | use_xz yes |
---|
22 | |
---|
23 | checksums rmd160 585eac4a3ea200e8bc72fd569f30209f20c02ef1 \ |
---|
24 | sha256 1fd0048b25f7687eede9b0a8d712922113995db74a095bf43ad150d01b236bf2 |
---|
25 | |
---|
26 | depends_build port:intltool \ |
---|
27 | port:pkgconfig |
---|
28 | |
---|
29 | depends_lib port:gtk3 \ |
---|
30 | port:libgsf \ |
---|
31 | port:librsvg \ |
---|
32 | port:glib2 |
---|
33 | |
---|
34 | use_parallel_build yes |
---|
35 | |
---|
36 | livecheck.type gnome |
---|
37 | |
---|
38 | subport goffice-08 { |
---|
39 | version-delete ${version} |
---|
40 | version-append 0.8.17 |
---|
41 | |
---|
42 | epoch 1 |
---|
43 | revision 6 |
---|
44 | |
---|
45 | master_sites-delete gnome:sources/${name}/${branch}/ |
---|
46 | master_sites-append gnome:sources/goffice/0.8/ |
---|
47 | |
---|
48 | checksums-delete rmd160 585eac4a3ea200e8bc72fd569f30209f20c02ef1 \ |
---|
49 | sha256 1fd0048b25f7687eede9b0a8d712922113995db74a095bf43ad150d01b236bf2 |
---|
50 | |
---|
51 | checksums-append sha256 165070beb67b84580afe80a8a100b674a81d553ab791acd72ac0c655f4fadb15 |
---|
52 | |
---|
53 | depends_lib-delete port:gtk3 \ |
---|
54 | port:librsvg \ |
---|
55 | port:glib2 |
---|
56 | |
---|
57 | depends_lib-append port:gconf \ |
---|
58 | port:libxml2 \ |
---|
59 | port:pcre |
---|
60 | |
---|
61 | patchfiles-append patch-goffice-utils-regutf8.c.diff |
---|
62 | } |
---|