5 | | name libgnomedb |
6 | | version 1.2.2 |
7 | | set branch [join [lrange [split ${version} .] 0 1] .] |
8 | | description Data access architecture for GNOME. |
9 | | long_description The GNOME-DB project aims to provide a free unified \ |
10 | | data access architecture to the GNOME project. \ |
11 | | GNOME-DB is useful for any application that accesses \ |
12 | | persistent data (not only databases, but data), since \ |
13 | | it now contains a pretty good data management API. |
14 | | maintainers nomaintainer |
15 | | categories gnome databases |
16 | | license GPL-2+ |
17 | | platforms darwin |
18 | | homepage http://www.gnome-db.org/ |
19 | | master_sites gnome:sources/${name}/${branch}/ |
20 | | use_bzip2 yes |
21 | | |
22 | | checksums rmd160 9b5f2c6b684f583467de7cd4be00b6bb93cefeb3 \ |
23 | | sha256 1dc3967ac3ff9407268ad0b36dc93eef680b5a2a088929c2a52597223d4b4d96 |
24 | | |
25 | | patchfiles patch-glib-2.32.diff |
26 | | |
27 | | depends_build port:intltool port:pkgconfig |
28 | | depends_lib port:gtksourceview port:libgda port:rarian port:libgnomeui |
29 | | configure.cppflags-append "-L${prefix}/lib" |
30 | | configure.args --mandir=${prefix}/share/man |
| 6 | name libgnomedb |
| 7 | version 1.2.2 |
| 8 | set branch [join [lrange [split ${version} .] 0 1] .] |
32 | | livecheck.type gnome |
| 10 | maintainers nomaintainer |
| 11 | categories gnome databases |
| 12 | license GPL-2+ |
| 13 | platforms darwin |
| 14 | |
| 15 | description Data access architecture for GNOME. |
| 16 | long_description The GNOME-DB project aims to provide a free unified \ |
| 17 | data access architecture to the GNOME project. \ |
| 18 | GNOME-DB is useful for any application that accesses \ |
| 19 | persistent data (not only databases, but data), since \ |
| 20 | it now contains a pretty good data management API. |
| 21 | |
| 22 | homepage http://www.gnome-db.org/ |
| 23 | master_sites gnome:sources/${name}/${branch}/ |
| 24 | use_bzip2 yes |
| 25 | |
| 26 | checksums rmd160 9b5f2c6b684f583467de7cd4be00b6bb93cefeb3 \ |
| 27 | sha256 1dc3967ac3ff9407268ad0b36dc93eef680b5a2a088929c2a52597223d4b4d96 |
| 28 | |
| 29 | patchfiles patch-glib-2.32.diff |
| 30 | |
| 31 | depends_build port:intltool \ |
| 32 | port:pkgconfig |
| 33 | |
| 34 | depends_lib port:gtksourceview \ |
| 35 | port:libgda \ |
| 36 | port:rarian \ |
| 37 | port:libgnomeui |
| 38 | |
| 39 | configure.cppflags-append "-L${prefix}/lib" |
| 40 | configure.args --mandir=${prefix}/share/man |
| 41 | |
| 42 | livecheck.type gnome |