[Pkg-privacy-commits] [onioncat] 168/340: FreeBSD ports info add for port submission
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:04:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch debian
in repository onioncat.
commit 14c810d494114f58161516f25ad0e03bb38e11db
Author: eagle <eagle at 58e1ccc2-750e-0410-8d0d-f93ca75ab447>
Date: Mon Mar 2 23:10:56 2009 +0000
FreeBSD ports info add for port submission
git-svn-id: http://www.cypherpunk.at/svn/onioncat/trunk@488 58e1ccc2-750e-0410-8d0d-f93ca75ab447
---
configure | 22 +++++++++++-----------
freebsd/Makefile | 37 +++++++++++++++++++++++++++++++++++++
freebsd/distinfo | 3 +++
freebsd/pkg-descr | 6 ++++++
freebsd/pkg-plist | 2 ++
5 files changed, 59 insertions(+), 11 deletions(-)
diff --git a/configure b/configure
index e69d943..30464a0 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.61 for onioncat 0.1.12.r486M.
+# Generated by GNU Autoconf 2.61 for onioncat 0.1.12.r487.
#
# Report bugs to <rahra at cypherpunk.at>.
#
@@ -574,8 +574,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='onioncat'
PACKAGE_TARNAME='onioncat'
-PACKAGE_VERSION='0.1.12.r486M'
-PACKAGE_STRING='onioncat 0.1.12.r486M'
+PACKAGE_VERSION='0.1.12.r487'
+PACKAGE_STRING='onioncat 0.1.12.r487'
PACKAGE_BUGREPORT='rahra at cypherpunk.at'
# Factoring default headers for most tests.
@@ -1206,7 +1206,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures onioncat 0.1.12.r486M to adapt to many kinds of systems.
+\`configure' configures onioncat 0.1.12.r487 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1272,7 +1272,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of onioncat 0.1.12.r486M:";;
+ short | recursive ) echo "Configuration of onioncat 0.1.12.r487:";;
esac
cat <<\_ACEOF
@@ -1362,7 +1362,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-onioncat configure 0.1.12.r486M
+onioncat configure 0.1.12.r487
generated by GNU Autoconf 2.61
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1376,7 +1376,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by onioncat $as_me 0.1.12.r486M, which was
+It was created by onioncat $as_me 0.1.12.r487, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ $0 $@
@@ -2066,7 +2066,7 @@ fi
# Define the identity of the package.
PACKAGE='onioncat'
- VERSION='0.1.12.r486M'
+ VERSION='0.1.12.r487'
cat >>confdefs.h <<_ACEOF
@@ -2217,7 +2217,7 @@ ac_config_headers="$ac_config_headers config.h"
cat >>confdefs.h <<\_ACEOF
-#define SVN_REVISION "486M"
+#define SVN_REVISION "487"
_ACEOF
@@ -5301,7 +5301,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by onioncat $as_me 0.1.12.r486M, which was
+This file was extended by onioncat $as_me 0.1.12.r487, which was
generated by GNU Autoconf 2.61. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5354,7 +5354,7 @@ Report bugs to <bug-autoconf at gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-onioncat config.status 0.1.12.r486M
+onioncat config.status 0.1.12.r487
configured by $0, generated by GNU Autoconf 2.61,
with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff --git a/freebsd/Makefile b/freebsd/Makefile
new file mode 100644
index 0000000..2301d18
--- /dev/null
+++ b/freebsd/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: onioncat
+# Date created: 2 March 2009
+# Whom: Bernhard R. Fischer
+#
+# $FreeBSD$
+#
+
+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
+
+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
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_DEBUG)
+CONFIGURE_ARGS+= --enable-debug
+.else
+CONFIGURE_ARGS+= --disable-debug
+.endif
+
+.if defined(WITH_CHECK_IPSRC)
+CONFIGURE_ARGS+= --enable-check-ipsrc
+.else
+CONFIGURE_ARGS+= --disable-check-ipsrc
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/freebsd/distinfo b/freebsd/distinfo
new file mode 100644
index 0000000..a7a3119
--- /dev/null
+++ b/freebsd/distinfo
@@ -0,0 +1,3 @@
+MD5 (onioncat-0.1.12.r487.tar.gz) = 8ae160e783bc169b48c2f6cc3b56c4ba
+SHA256 (onioncat-0.1.12.r487.tar.gz) = ff4d44eccae44b800b43a027ddd9f4d6af90757ea0a3889b2383e3513b59ef46
+SIZE (onioncat-0.1.12.r487.tar.gz) = 176326
diff --git a/freebsd/pkg-descr b/freebsd/pkg-descr
new file mode 100644
index 0000000..101ac29
--- /dev/null
+++ b/freebsd/pkg-descr
@@ -0,0 +1,6 @@
+An IP-Transparent Tor Hidden Service Connector
+
+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.
diff --git a/freebsd/pkg-plist b/freebsd/pkg-plist
new file mode 100644
index 0000000..cf606d7
--- /dev/null
+++ b/freebsd/pkg-plist
@@ -0,0 +1,2 @@
+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