[Pkg-privacy-commits] [onioncat] 170/241: FreeBSD ports information update

Intrigeri intrigeri at moszumanska.debian.org
Wed Aug 26 16:17:00 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch upstream-master
in repository onioncat.

commit c85555f73cb053e2c84bc5956e4bd31a08510b8e
Author: eagle <eagle at 58e1ccc2-750e-0410-8d0d-f93ca75ab447>
Date:   Thu Mar 5 18:35:26 2009 +0000

    FreeBSD ports information update
    
    git-svn-id: https://www.cypherpunk.at/svn/onioncat/trunk@490 58e1ccc2-750e-0410-8d0d-f93ca75ab447
---
 freebsd/Makefile  | 40 +++++++++++++++++++++-------------------
 freebsd/pkg-descr |  2 ++
 freebsd/pkg-plist |  1 -
 3 files changed, 23 insertions(+), 20 deletions(-)

diff --git a/freebsd/Makefile b/freebsd/Makefile
index 2301d18..6bf5913 100644
--- a/freebsd/Makefile
+++ b/freebsd/Makefile
@@ -1,37 +1,39 @@
-# New ports collection makefile for: onioncat
-# Date created:        2 March 2009
-# Whom:                Bernhard R. Fischer
+# ports collection makefile for:	onioncat
+# Date created:				2 March 2009
+# Whom:					Bernhard R. Fischer, 2048R/5C5FFD47 <bf at abenteuerland.at>
 #
 # $FreeBSD$
 #
 
-PORTNAME=      onioncat
-PORTVERSION=   0.1.12.r487
-CATEGORIES=    security
-MASTER_SITES=  http://www.cypherpunk.at/ocat/download/
+PORTNAME=	onioncat
+PORTVERSION=	0.1.12.r487
+CATEGORIES=	security
+MASTER_SITES=	http://www.cypherpunk.at/ocat/download/
 
-MAINTAINER=    bf at abenteuerland.at
-COMMENT=       A world wide IPv6 VPN based on Tor
+MAINTAINER=	bf at abenteuerland.at
+COMMENT=	A world wide IPv6 VPN based on Tor
 
-MAN1=          ocat.1
-MANCOMPRESSED= no
-GNU_CONFIGURE= yes
-RUN_DEPENDS=   ${LOCALBASE}/bin/tor:${PORTSDIR}/security/tor
-OPTIONS=       DEBUG "Enable debug output" Off \
-               CHECK_IPSRC "disable source ip checking before forwarding" Off
+RUN_DEPENDS=	tor:${PORTSDIR}/security/tor
+
+GNU_CONFIGURE=	yes
+OPTIONS=	DEBUG "Enable debug output" Off \
+		CHECK_IPSRC "disable source ip checking before forwarding" Off
+
+MAN1=		ocat.1
+MANCOMPRESSED=	no
 
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_DEBUG)
-CONFIGURE_ARGS+=    --enable-debug
+CONFIGURE_ARGS+=	--enable-debug
 .else
-CONFIGURE_ARGS+=    --disable-debug
+CONFIGURE_ARGS+=	--disable-debug
 .endif
 
 .if defined(WITH_CHECK_IPSRC)
-CONFIGURE_ARGS+=    --enable-check-ipsrc
+CONFIGURE_ARGS+=	--enable-check-ipsrc
 .else
-CONFIGURE_ARGS+=    --disable-check-ipsrc
+CONFIGURE_ARGS+=	--disable-check-ipsrc
 .endif
 
 .include <bsd.port.post.mk>
diff --git a/freebsd/pkg-descr b/freebsd/pkg-descr
index 101ac29..6736293 100644
--- a/freebsd/pkg-descr
+++ b/freebsd/pkg-descr
@@ -4,3 +4,5 @@ OnionCat creates a transparent IP layer on top of Tor's hidden services. It
 transmits any kind of IP-based data transparently through the Tor network on a
 location hidden basis. You can think of it as a point-to-multipoint VPN between
 hidden services. 
+
+WWW: http://www.cypherpunk.at/onioncat
diff --git a/freebsd/pkg-plist b/freebsd/pkg-plist
index cf606d7..5eae200 100644
--- a/freebsd/pkg-plist
+++ b/freebsd/pkg-plist
@@ -1,2 +1 @@
 bin/ocat
-

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onioncat.git



More information about the Pkg-privacy-commits mailing list