diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 2 | ||||
-rw-r--r-- | net/opendpi/Makefile | 23 | ||||
-rw-r--r-- | net/opendpi/distinfo | 2 | ||||
-rw-r--r-- | net/opendpi/pkg-descr | 3 | ||||
-rw-r--r-- | net/opendpi/pkg-plist | 11 | ||||
-rw-r--r-- | net/py-pybeanstalk/Makefile | 22 | ||||
-rw-r--r-- | net/py-pybeanstalk/distinfo | 2 | ||||
-rw-r--r-- | net/py-pybeanstalk/pkg-descr | 4 |
8 files changed, 0 insertions, 69 deletions
diff --git a/net/Makefile b/net/Makefile index 13090e3d4d22..f406dd657838 100644 --- a/net/Makefile +++ b/net/Makefile @@ -496,7 +496,6 @@ SUBDIR += openafs SUBDIR += openbgpd SUBDIR += openbsc - SUBDIR += opendpi SUBDIR += openggsn SUBDIR += openh323 SUBDIR += openldap24-client @@ -1012,7 +1011,6 @@ SUBDIR += py-pcapy SUBDIR += py-pcs SUBDIR += py-port-for - SUBDIR += py-pybeanstalk SUBDIR += py-pygeoip SUBDIR += py-pyldap SUBDIR += py-pynmsg diff --git a/net/opendpi/Makefile b/net/opendpi/Makefile deleted file mode 100644 index 740687440e09..000000000000 --- a/net/opendpi/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: fernandotcl -# $FreeBSD$ - -PORTNAME= opendpi -PORTVERSION= 1.2.0 -PORTREVISION= 1 -CATEGORIES= net -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= fernando@netfilter.com.br -COMMENT= Open source deep packet inspection engine - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -BROKEN_powerpc64= Does not build - -GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip -USES= libtool - -.include <bsd.port.mk> diff --git a/net/opendpi/distinfo b/net/opendpi/distinfo deleted file mode 100644 index 2614e2788ca4..000000000000 --- a/net/opendpi/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (opendpi-1.2.0.tar.gz) = 1b9391031ebce4689c298a54f58f7c41728c8cbae277dcd7932668df1c72582f -SIZE (opendpi-1.2.0.tar.gz) = 394399 diff --git a/net/opendpi/pkg-descr b/net/opendpi/pkg-descr deleted file mode 100644 index 9918316e2743..000000000000 --- a/net/opendpi/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The OpenDPI deep packet inspection engine. - -WWW: http://www.opendpi.org/ diff --git a/net/opendpi/pkg-plist b/net/opendpi/pkg-plist deleted file mode 100644 index 83f264148972..000000000000 --- a/net/opendpi/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/OpenDPI_demo -include/libopendpi-1.2/libopendpi/ipq_api.h -include/libopendpi-1.2/libopendpi/ipq_basic_def.h -include/libopendpi-1.2/libopendpi/ipq_debug_functions.h -include/libopendpi-1.2/libopendpi/ipq_macros.h -include/libopendpi-1.2/libopendpi/ipq_protocols_osdpi.h -include/libopendpi-1.2/libopendpi/ipq_public_functions.h -lib/libopendpi.a -lib/libopendpi.so -lib/libopendpi.so.1 -lib/libopendpi.so.1.0.2 diff --git a/net/py-pybeanstalk/Makefile b/net/py-pybeanstalk/Makefile deleted file mode 100644 index 6ede4faa8fab..000000000000 --- a/net/py-pybeanstalk/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# $FreeBSD$ - -PORTNAME= pybeanstalk -PORTVERSION= 0.11.1 -CATEGORIES= net python -MASTER_SITES= GOOGLE_CODE - -MAINTAINER= ports@FreeBSD.org -COMMENT= Pure python client library for beanstalkd queue - -LICENSE= GPLv2 - -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 - -USES= python -USE_PYTHON= distutils autoplist - -WRKSRC= ${WRKDIR}/${PORTVERSION} - -.include <bsd.port.mk> diff --git a/net/py-pybeanstalk/distinfo b/net/py-pybeanstalk/distinfo deleted file mode 100644 index 5bedf525f9db..000000000000 --- a/net/py-pybeanstalk/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (pybeanstalk-0.11.1.tar.gz) = 9fb45623bda83478c6610b2a2ea184e58b940ce386a78dbf7b699295872c759d -SIZE (pybeanstalk-0.11.1.tar.gz) = 25808 diff --git a/net/py-pybeanstalk/pkg-descr b/net/py-pybeanstalk/pkg-descr deleted file mode 100644 index 05d418b52dcc..000000000000 --- a/net/py-pybeanstalk/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A pure python client library for putting and getting jobs from -the beanstalkd queue. - -WWW: http://code.google.com/p/pybeanstalk/ |