[67689] trunk/dports/net

macsforever2000 at macports.org macsforever2000 at macports.org
Sat May 15 21:42:33 PDT 2010


Revision: 67689
          http://trac.macports.org/changeset/67689
Author:   macsforever2000 at macports.org
Date:     2010-05-15 21:42:28 -0700 (Sat, 15 May 2010)
Log Message:
-----------
Added new port. (#24848)

Added Paths:
-----------
    trunk/dports/net/yazpp/
    trunk/dports/net/yazpp/Portfile

Added: trunk/dports/net/yazpp/Portfile
===================================================================
--- trunk/dports/net/yazpp/Portfile	                        (rev 0)
+++ trunk/dports/net/yazpp/Portfile	2010-05-16 04:42:28 UTC (rev 67689)
@@ -0,0 +1,32 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name                yazpp
+version             1.2.2
+categories          net databases devel
+platforms           darwin
+license             BSD
+maintainers         coateconnection.com:dlc
+
+description         C++ API for Yaz toolkit for Z39.50/SRW/SRU clients and servers
+long_description    YAZ is a compact toolkit that provides access to the \
+                    Z39.50 and SRW/SRU protocols, as well as a set of \
+                    higher-level tools for implementing the server and \
+                    client roles, respectively.  This is the C++ API.
+
+homepage            http://www.indexdata.dk/yazpp/
+
+master_sites        http://ftp.indexdata.dk/pub/yazpp/
+checksums           md5     e375a6d87b65b6ea44c7f06f2ef7cd5d \
+                    sha1    c873a9fd5c4ce5dcc8b8fc7edc26dc3cf997de1b \
+                    rmd160  cd00aec18109e197577cc19179cf763caa8b23ee
+
+depends_lib         port:yaz
+
+configure.args      --with-yaz=${prefix}/bin
+
+livecheck.type      regex
+livecheck.url       ${master_sites}?M=D
+livecheck.regex     "${name}-(\[0-9\]+(\\.\[0-9\]+)+)${extract.suffix}"


Property changes on: trunk/dports/net/yazpp/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100515/90c95870/attachment.html>


More information about the macports-changes mailing list