1 | # $Id: $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | name sockstat |
---|
5 | version 1.6.2.6 |
---|
6 | categories sysutils |
---|
7 | maintainers mjhsieh@yahoo.com |
---|
8 | description The sockstat utility lists current open sockets. |
---|
9 | long_description The sockstat command lists open Internet or UNIX domain sockets. \ |
---|
10 | Current version of sockstat from FreeBSD is written in C while \ |
---|
11 | this old version is still in Perl. \ |
---|
12 | This program is from FreeBSD's source tree. |
---|
13 | master_sites http://www.life.nthu.edu.tw/~mjhsieh/src |
---|
14 | homepage http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.bin/sockstat/?hideattic=0&only_with_tag=RELENG_4_9 |
---|
15 | distname ${portname}-${portversion} |
---|
16 | platforms darwin |
---|
17 | checksums md5 3809544b007fd2467c82c199bb255a18 |
---|
18 | configure {} |
---|
19 | destroot { |
---|
20 | xinstall -d -m 0755 ${destroot}${prefix}/bin |
---|
21 | xinstall -d -m 0755 ${destroot}${prefix}/share/man/man1 |
---|
22 | xinstall -m 0755 ${worksrcpath}/sockstat.pl ${destroot}${prefix}/bin/sockstat |
---|
23 | xinstall -m 0644 ${worksrcpath}/sockstat.1 ${destroot}${prefix}/share/man/man1 |
---|
24 | } |
---|