Ticket #26327: Portfile

File Portfile, 1.6 KB (added by fclaire@…, 14 years ago)
Line 
1# -*- 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
2# $Id$
3
4PortSystem              1.0
5
6name                    ripe-whois
7version                 3.2.2
8categories              net
9platforms               darwin
10maintainers             free.fr:fclaire
11
12description             Special RIPE version of the whois client
13
14long_description        This special RIPE version of the whois client is whois3, \
15                        a very simple and generic whois client. \
16                        This client, unlike the \"classic\" whois client, \
17                        does not check for supported flags at the client side, \
18                        except for -h (whois host) and -p (whois port). \
19                        The syntax checks for flags are made at the server side. \
20                        The default host and port of whois3 is whois.ripe.net \
21                        at port 43 (or to be more exact, the tcp port specified \
22                        for whois in /etc/services). You can change the default host \
23                        by setting NICHOST in the source.
24
25homepage                http://www.ripe.net/tools/
26master_sites            ftp://ftp.ripe.net/tools/
27distname                ${name}-latest
28
29checksums               md5 d25bbe0c5bcf679bd9f9ead30bb0a71a \
30                        sha1 165ccd45387ef5505c7c6542f1dca019abbfcaf9 \
31                        rmd160 f6a42221f823168060bb732764403b39d52c8a45
32
33worksrcdir              whois3-${version}
34
35configure.args          --mandir='${prefix}/share/man'