[40107] trunk/dports/databases
jmr at macports.org
jmr at macports.org
Sat Sep 20 13:15:10 PDT 2008
Revision: 40107
http://trac.macports.org/changeset/40107
Author: jmr at macports.org
Date: 2008-09-20 13:15:10 -0700 (Sat, 20 Sep 2008)
Log Message:
-----------
New port: zebra (#16564)
Added Paths:
-----------
trunk/dports/databases/zebra/
trunk/dports/databases/zebra/Portfile
Added: trunk/dports/databases/zebra/Portfile
===================================================================
--- trunk/dports/databases/zebra/Portfile (rev 0)
+++ trunk/dports/databases/zebra/Portfile 2008-09-20 20:15:10 UTC (rev 40107)
@@ -0,0 +1,50 @@
+# -*- 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 zebra
+version 2.0.32
+categories databases net www devel
+platforms darwin
+maintainers nomaintainer
+description information management system
+long_description Zebra is a high-performance, general-purpose \
+ structured text indexing and retrieval engine. \
+ It reads structured records in a variety of input formats \
+ (eg. email, XML, MARC) and allows access to them \
+ through exact boolean search expressions \
+ and relevance-ranked free-text queries.
+
+homepage http://www.indexdata.dk/zebra/
+
+master_sites http://ftp.indexdata.dk/pub/zebra/
+distname idzebra-${version}
+checksums md5 63c68ba3e403c6c3cd98df7cbec389d2 \
+ sha1 3909a67b07377ff002b160eb6af0b75dba3c6d60 \
+ rmd160 82a7f199cec5c7284f35696ad398f9fd7a483b33
+
+depends_lib port:yaz \
+ port:tcl \
+ port:libiconv \
+ port:expat \
+ port:libxml2 \
+ port:libxslt
+
+configure.args --enable-mod-text \
+ --enable-mod-grs-regx \
+ --enable-mod-grs-marc \
+ --enable-mod-grs-xml \
+ --enable-mod-dom \
+ --enable-mod-alvis \
+ --enable-mod-safari \
+ --with-yaz=${prefix}/bin \
+ --with-tclconfig=${prefix}/lib \
+ --with-iconv=${prefix}/lib \
+ --with-expat=${prefix}/lib
+
+use_parallel_build yes
+
+livecheck.check regex
+livecheck.url ${master_sites}?M=D
+livecheck.regex "${name}-(\[0-9\]+(\\.\[0-9\]+)+)${extract.suffix}"
Property changes on: trunk/dports/databases/zebra/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/20080920/fa4880a5/attachment.html
More information about the macports-changes
mailing list