Index: head/net/socks5/Makefile =================================================================== --- head/net/socks5/Makefile (revision 7712) +++ head/net/socks5/Makefile (revision 7713) @@ -1,37 +1,43 @@ # New ports collection makefile for: socks5 # Version required: beta-0.17.2-exportable # Date created: 24 Apr 1996 # Whom: pst # -# $Id: Makefile,v 1.12 1997/05/04 16:55:37 max Exp $ +# $Id: Makefile,v 1.13 1997/08/15 08:32:52 obrien Exp $ # -DISTNAME= socks5-beta-0.17.2-exportable -PKGNAME= socks5-0.17.2 +DISTNAME= socks5-v1_0r2_tar +PKGNAME= socks5-1.0.2 CATEGORIES= net security -MASTER_SITES= ftp://ftp.nec.com/pub/socks/socks5/ +MASTER_SITES= ftp://ftp.astec.co.jp/pub/security/socks/ \ + ftp://ftp.ualg.pt/Linux/net/proxies/ +EXTRACT_SUFX= .gz MAINTAINER= ambrisko@ambrisko.roble.com NO_CDROM= "NEC has a funky license for this software" RESTRICTED= "no commercial use" # here are some extra configure args you may wish to use # see the readme file before screwing with them # #EXTRA_CONFIGURE_ARGS= \ # --with-default-server=socks.mydomain.com \ # --with-syslog-facility=LOG_AUTH \ # --with-passwd +WRKSRC= ${WRKDIR}/socks5-v1.0r2 GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS=-lcrypt CONFIGURE_ARGS= --with-libconffile=${PREFIX}/etc/libsocks5.conf \ --with-srvconffile=${PREFIX}/etc/socks5.conf \ --with-srvpidfile=/var/run/socks5.pid \ --with-srvidtfile=/var/run/socks5.ident \ ${EXTRA_CONFIGURE_ARGS} -MAN1= runsocks.1 socks5.1 stopsocks.1 +MAN1= runsocks.1 socks5.1 stopsocks.1 socks5_clients.1 MAN5= libsocks5.conf.5 socks5.conf.5 + +post-install: + ldconfig -m ${PREFIX}/lib .include Property changes on: head/net/socks5/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/net/socks5/distinfo =================================================================== --- head/net/socks5/distinfo (revision 7712) +++ head/net/socks5/distinfo (revision 7713) @@ -1 +1 @@ -MD5 (socks5-beta-0.17.2-exportable.tar.gz) = eafe16c029c6ea0b901aec1b0be5d86d +MD5 (socks5-v1_0r2_tar.gz) = 939a70749080baca5763388b7123953f Property changes on: head/net/socks5/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/socks5/pkg-plist =================================================================== --- head/net/socks5/pkg-plist (revision 7712) +++ head/net/socks5/pkg-plist (revision 7713) @@ -1,20 +1,22 @@ -bin/rping -bin/rtraceroute -bin/rftp -bin/rfinger -bin/rwhois -bin/rarchie -bin/rtelnet bin/socks5 bin/runsocks bin/stopsocks +bin/rarchie +bin/rfinger +bin/rftp +bin/rping +bin/rtelnet +bin/rtraceroute +bin/rwhois include/socks.h -man/man1/runsocks.1.gz man/man1/socks5.1.gz +man/man1/runsocks.1.gz man/man1/stopsocks.1.gz +man/man1/socks5_clients.1.gz man/man5/libsocks5.conf.5.gz man/man5/socks5.conf.5.gz +man/man5/socks5.passwd.5 lib/libsocks5.a @exec ranlib -m %D/lib/libsocks5.a lib/libsocks5_sh.so @exec /sbin/ldconfig -m %D/lib Property changes on: head/net/socks5/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property