1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

o Update to 0.0.9.2

o Add net as a secondary CATEGORY
o Uphold CFLAGS
o DESCR:
	- Add additional text from developer's www site
	- Update WWW tag with new location

Approved by:	maintainer
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2005-01-08 20:18:49 +00:00
parent e870db8f29
commit 70b019a13e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125874
4 changed files with 32 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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