[63703] trunk/dports/textproc

rmsfisher at macports.org rmsfisher at macports.org
Fri Feb 12 13:11:17 PST 2010


Revision: 63703
          http://trac.macports.org/changeset/63703
Author:   rmsfisher at macports.org
Date:     2010-02-12 13:11:17 -0800 (Fri, 12 Feb 2010)
Log Message:
-----------
textproc/libplist new port, library for working with Apple Property Lists

Added Paths:
-----------
    trunk/dports/textproc/libplist/
    trunk/dports/textproc/libplist/Portfile

Added: trunk/dports/textproc/libplist/Portfile
===================================================================
--- trunk/dports/textproc/libplist/Portfile	                        (rev 0)
+++ trunk/dports/textproc/libplist/Portfile	2010-02-12 21:11:17 UTC (rev 63703)
@@ -0,0 +1,25 @@
+# -*- 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
+# $Id$
+
+PortSystem          1.0
+PortGroup           cmake 1.0
+
+name                libplist
+version             1.2
+categories          textproc multimedia
+maintainers         rmsfisher
+description         Library for working with Apple Binary and XML Property Lists
+long_description    ${description}
+platforms           darwin
+homepage            http://matt.colyer.name/projects/iphone-linux/
+master_sites        http://cloud.github.com/downloads/JonathanBeck/${name}/
+use_bzip2           yes
+depends_lib         port:glib2 \
+                    port:libxml2 \
+                    port:swig-python
+checksums           md5     a29e98e51977253f09a912c942f37a68 \
+                    sha1    4cb84394e52f47d49acb3f680edd7be249a98b69 \
+                    rmd160  3c2440ff96c33e1a9fe4e72746ba9e4aa8220884
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100212/e8f4e7ea/attachment.html>


More information about the macports-changes mailing list