diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-08 20:18:49 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-08 20:18:49 +0000 |
commit | 70b019a13ece172ae272d9ddb81d1214058c5ad4 (patch) | |
tree | 18e2ce0f0d83f3e77c641e49aa6b650d85308ae6 | |
parent | e870db8f2933e046de929319db4b00e3ffdf7b14 (diff) | |
download | ports-70b019a13ece172ae272d9ddb81d1214058c5ad4.tar.gz ports-70b019a13ece172ae272d9ddb81d1214058c5ad4.zip |
Notes
-rw-r--r-- | security/tor-devel/Makefile | 11 | ||||
-rw-r--r-- | security/tor-devel/pkg-descr | 9 | ||||
-rw-r--r-- | security/tor/Makefile | 11 | ||||
-rw-r--r-- | security/tor/pkg-descr | 9 |
4 files changed, 32 insertions, 8 deletions
diff --git a/security/tor-devel/Makefile b/security/tor-devel/Makefile index 475b12a6af53..05cf6d56fbb7 100644 --- a/security/tor-devel/Makefile +++ b/security/tor-devel/Makefile @@ -6,9 +6,9 @@ # PORTNAME= tor -PORTVERSION= 0.0.9.1 -CATEGORIES= security -MASTER_SITES= http://tor.freehaven.net/dist/ +PORTVERSION= 0.0.9.2 +CATEGORIES= security net +MASTER_SITES= http://tor.eff.org/dist/ MAINTAINER= freebsd-ports@rikrose.net COMMENT= An anonymizing overlay network for TCP @@ -28,6 +28,11 @@ post-patch: ${WRKSRC}/contrib/tor-tsocks.conf.sample @${REINPLACE_CMD} -e "s|tor-tsocks.conf|tor-tsocks.conf.sample|g" \ ${WRKSRC}/contrib/Makefile.in +# uphold CFLAGS + @${FIND} ${WRKSRC} -type f | ${XARGS} \ + -n 10 ${REINPLACE_CMD} -E \ + -e 's!-g -O2!!' \ + -e 's!-O2!!' post-install: @${CP} ${WRKSRC}/contrib/tor.sh ${LOCALBASE}/etc/rc.d/tor.sh.sample diff --git a/security/tor-devel/pkg-descr b/security/tor-devel/pkg-descr index 2f4ab73019d8..459d213bead8 100644 --- a/security/tor-devel/pkg-descr +++ b/security/tor-devel/pkg-descr @@ -3,9 +3,16 @@ Tor: an anonymizing overlay network for TCP Tor is a connection-based low-latency anonymous communication system which addresses many flaws in the original onion routing design. +Tor is a toolset for a wide range of organizations and people that +want to improve their safety and security on the Internet. Using +Tor can help you anonymize web browsing and publishing, instant +messaging, IRC, SSH, and more. Tor also provides a platform on which +software developers can build new applications with built-in +anonymity, safety, and privacy features. + Remember that this is development code -- DON'T RELY ON THE CURRENT TOR NETWORK FOR ANONYMITY! -WWW: http://freehaven.net/tor/ +WWW: http://tor.eff.org/ - rik freebsd-ports@rikrose.net diff --git a/security/tor/Makefile b/security/tor/Makefile index 475b12a6af53..05cf6d56fbb7 100644 --- a/security/tor/Makefile +++ b/security/tor/Makefile @@ -6,9 +6,9 @@ # PORTNAME= tor -PORTVERSION= 0.0.9.1 -CATEGORIES= security -MASTER_SITES= http://tor.freehaven.net/dist/ +PORTVERSION= 0.0.9.2 +CATEGORIES= security net +MASTER_SITES= http://tor.eff.org/dist/ MAINTAINER= freebsd-ports@rikrose.net COMMENT= An anonymizing overlay network for TCP @@ -28,6 +28,11 @@ post-patch: ${WRKSRC}/contrib/tor-tsocks.conf.sample @${REINPLACE_CMD} -e "s|tor-tsocks.conf|tor-tsocks.conf.sample|g" \ ${WRKSRC}/contrib/Makefile.in +# uphold CFLAGS + @${FIND} ${WRKSRC} -type f | ${XARGS} \ + -n 10 ${REINPLACE_CMD} -E \ + -e 's!-g -O2!!' \ + -e 's!-O2!!' post-install: @${CP} ${WRKSRC}/contrib/tor.sh ${LOCALBASE}/etc/rc.d/tor.sh.sample diff --git a/security/tor/pkg-descr b/security/tor/pkg-descr index 2f4ab73019d8..459d213bead8 100644 --- a/security/tor/pkg-descr +++ b/security/tor/pkg-descr @@ -3,9 +3,16 @@ Tor: an anonymizing overlay network for TCP Tor is a connection-based low-latency anonymous communication system which addresses many flaws in the original onion routing design. +Tor is a toolset for a wide range of organizations and people that +want to improve their safety and security on the Internet. Using +Tor can help you anonymize web browsing and publishing, instant +messaging, IRC, SSH, and more. Tor also provides a platform on which +software developers can build new applications with built-in +anonymity, safety, and privacy features. + Remember that this is development code -- DON'T RELY ON THE CURRENT TOR NETWORK FOR ANONYMITY! -WWW: http://freehaven.net/tor/ +WWW: http://tor.eff.org/ - rik freebsd-ports@rikrose.net |