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 59943 2009-10-27 22:32:11Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name pangomm |
---|
7 | version 2.26.2 |
---|
8 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
9 | description C++ interface to Pango. |
---|
10 | long_description pangomm is the official \ |
---|
11 | C++ interface for the Pango text layout library. |
---|
12 | maintainers devans openmaintainer |
---|
13 | categories x11 devel |
---|
14 | platforms darwin |
---|
15 | homepage http://www.gtkmm.org/ |
---|
16 | master_sites gnome:sources/${name}/${branch}/ |
---|
17 | use_bzip2 yes |
---|
18 | |
---|
19 | checksums md5 b363b09faf884db8bf8d1458d719ff00 \ |
---|
20 | sha1 67ebf73e36dc829ab3e7ff76c0e447dc0a031f14 \ |
---|
21 | rmd160 f6b064e1784dc300333ad31b0330b7dc75dec8da |
---|
22 | |
---|
23 | depends_lib path:lib/pkgconfig/pango.pc:pango \ |
---|
24 | path:lib/pkgconfig/cairomm-1.0.pc:cairomm \ |
---|
25 | port:glibmm \ |
---|
26 | port:libsigcxx2 |
---|
27 | |
---|
28 | livecheck.type regex |
---|
29 | livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ |
---|
30 | livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)} |
---|