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 | |
---|
4 | PortSystem 1.0 |
---|
5 | |
---|
6 | name ripe-whois |
---|
7 | version 3.2.2 |
---|
8 | categories net |
---|
9 | platforms darwin |
---|
10 | maintainers free.fr:fclaire |
---|
11 | |
---|
12 | description Special RIPE version of the whois client |
---|
13 | |
---|
14 | long_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 | |
---|
25 | homepage http://www.ripe.net/tools/ |
---|
26 | master_sites ftp://ftp.ripe.net/tools/ |
---|
27 | distname ${name}-latest |
---|
28 | |
---|
29 | checksums md5 d25bbe0c5bcf679bd9f9ead30bb0a71a \ |
---|
30 | sha1 165ccd45387ef5505c7c6542f1dca019abbfcaf9 \ |
---|
31 | rmd160 f6a42221f823168060bb732764403b39d52c8a45 |
---|
32 | |
---|
33 | worksrcdir whois3-${version} |
---|
34 | |
---|
35 | configure.args --mandir='${prefix}/share/man' |
---|