Ticket #24848: Portfile

File Portfile, 1.3 KB (added by coateconnection (David Coate), 14 years ago)

Portfile for version 1.2.2

Line 
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
4PortSystem 1.0
5
6name                yazpp
7version             1.2.2
8categories          net databases devel
9platforms           darwin
10license             BSD
11maintainers         coateconnection.com:dlc
12description         C++ API for Yaz toolkit for Z39.50/SRW/SRU clients and servers
13long_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
18homepage            http://www.indexdata.dk/yazpp/
19
20master_sites        http://ftp.indexdata.dk/pub/yazpp/
21checksums           md5     e375a6d87b65b6ea44c7f06f2ef7cd5d \
22                    sha1    c873a9fd5c4ce5dcc8b8fc7edc26dc3cf997de1b \
23                    rmd160  cd00aec18109e197577cc19179cf763caa8b23ee
24
25depends_lib         port:yaz
26
27configure.args      --with-yaz=${prefix}/bin
28
29livecheck.type      regex
30livecheck.url       ${master_sites}?M=D
31livecheck.regex     "${name}-(\[0-9\]+(\\.\[0-9\]+)+)${extract.suffix}"