1 | # -*- 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 |
---|
2 | # $Id: Portfile 57375 2009-09-10 08:16:41Z ryandesign@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name yazpp |
---|
7 | version 1.2.2 |
---|
8 | categories net databases devel |
---|
9 | platforms darwin |
---|
10 | license BSD |
---|
11 | maintainers coateconnection.com:dlc |
---|
12 | description C++ API for Yaz toolkit for Z39.50/SRW/SRU clients and servers |
---|
13 | long_description YAZ is a compact toolkit that provides access to the \ |
---|
14 | Z39.50 and SRW/SRU protocols, as well as a set of \ |
---|
15 | higher-level tools for implementing the server and \ |
---|
16 | client roles, respectively. This is the C++ API. |
---|
17 | |
---|
18 | homepage http://www.indexdata.dk/yazpp/ |
---|
19 | |
---|
20 | master_sites http://ftp.indexdata.dk/pub/yazpp/ |
---|
21 | checksums md5 e375a6d87b65b6ea44c7f06f2ef7cd5d \ |
---|
22 | sha1 c873a9fd5c4ce5dcc8b8fc7edc26dc3cf997de1b \ |
---|
23 | rmd160 cd00aec18109e197577cc19179cf763caa8b23ee |
---|
24 | |
---|
25 | depends_lib port:yaz |
---|
26 | |
---|
27 | configure.args --with-yaz=${prefix}/bin |
---|
28 | |
---|
29 | livecheck.type regex |
---|
30 | livecheck.url ${master_sites}?M=D |
---|
31 | livecheck.regex "${name}-(\[0-9\]+(\\.\[0-9\]+)+)${extract.suffix}" |
---|