aboutsummaryrefslogtreecommitdiff
path: root/irc/ezbounce-devel
diff options
context:
space:
mode:
Diffstat (limited to 'irc/ezbounce-devel')
-rw-r--r--irc/ezbounce-devel/Makefile35
-rw-r--r--irc/ezbounce-devel/distinfo1
-rw-r--r--irc/ezbounce-devel/files/patch-aa11
-rw-r--r--irc/ezbounce-devel/files/patch-ab11
-rw-r--r--irc/ezbounce-devel/files/patch-ac11
-rw-r--r--irc/ezbounce-devel/files/patch-ad11
-rw-r--r--irc/ezbounce-devel/pkg-comment1
-rw-r--r--irc/ezbounce-devel/pkg-descr12
-rw-r--r--irc/ezbounce-devel/pkg-plist4
9 files changed, 0 insertions, 97 deletions
diff --git a/irc/ezbounce-devel/Makefile b/irc/ezbounce-devel/Makefile
deleted file mode 100644
index 34398aea0b8b..000000000000
--- a/irc/ezbounce-devel/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# New ports collection makefile for: ezbounce
-# Version required: 0.99.2
-# Date created: 19 February 1999
-# Whom: Chris Piazza <cpiazza@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-DISTNAME= ezbounce-0.99.2
-CATEGORIES= irc
-MASTER_SITES= http://druglord.freelsd.org/ezbounce/
-
-MAINTAINER= cpiazza@FreeBSD.org
-
-GNU_CONFIGURE= yes
-
-do-install:
- @ ${ECHO} ------------------------------------------------------------------
- @ ${ECHO} You will need to read http://druglord.freelsd.org/ezbounce/README
- @ ${ECHO} and http://druglord.freelsd.org/ezbounce/mdidentd.README
- @ ${ECHO} to set up this program.
- @ ${ECHO} Also, edit ${PREFIX}/etc/ezbounce.conf to your liking.
- @ ${ECHO} ------------------------------------------------------------------
- ${INSTALL_PROGRAM} -C ${WRKSRC}/ezbounce ${PREFIX}/sbin
- ${INSTALL_PROGRAM} -C ${WRKSRC}/mdidentd/mdidentd ${PREFIX}/sbin
- @ ${SED} -e s:/path/to:${PREFIX}/sbin: ${WRKSRC}/sample.conf > \
- ${WRKSRC}/sample.conf.new
- if [ ! -f ${PREFIX}/etc/ezbounce.conf ]; then \
- ${INSTALL_SCRIPT} -C ${WRKSRC}/sample.conf.new \
- ${PREFIX}/etc/ezbounce.conf; \
- fi
- ${INSTALL_SCRIPT} -C ${WRKSRC}/sample.conf.new \
- ${PREFIX}/etc/ezbounce.conf.default
-
-.include <bsd.port.mk>
diff --git a/irc/ezbounce-devel/distinfo b/irc/ezbounce-devel/distinfo
deleted file mode 100644
index 415e8ae2a249..000000000000
--- a/irc/ezbounce-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ezbounce-0.99.2.tar.gz) = 6e6ceec0b098926fcfb72bbe6e9c8ce9
diff --git a/irc/ezbounce-devel/files/patch-aa b/irc/ezbounce-devel/files/patch-aa
deleted file mode 100644
index fd40632d2260..000000000000
--- a/irc/ezbounce-devel/files/patch-aa
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.in.orig Sun May 2 10:12:22 1999
-+++ Makefile.in Sun May 2 10:12:39 1999
-@@ -11,7 +11,7 @@
-
- CXX = @CXX@
- CXX_OPTS = -Wall -D_ezbounce_ @NO_EXCEPTIONS@ @NO_RTTI@
--CXX_OPTIMIZATIONS = -O2 @OMIT_FRAME_POINTER@
-+CXX_OPTIMIZATIONS = @CXXFLAGS@ @OMIT_FRAME_POINTER@
- CXX_LIBS = -lstdc++
- SUBDIRS = lib src mdidentd
-
diff --git a/irc/ezbounce-devel/files/patch-ab b/irc/ezbounce-devel/files/patch-ab
deleted file mode 100644
index 8594fd61608f..000000000000
--- a/irc/ezbounce-devel/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- lib/Makefile.in.orig Sun May 2 10:12:56 1999
-+++ lib/Makefile.in Sun May 2 10:13:07 1999
-@@ -9,7 +9,7 @@
- CXX = @CXX@
- CC = @CC@
- CXX_OPTS = -Wall @NO_EXCEPTIONS@ @NO_RTTI@
--CXX_OPTIMIZATIONS = -O2
-+CXX_OPTIMIZATIONS = @CXXFLAGS@
- CXX_LIBS =
-
-
diff --git a/irc/ezbounce-devel/files/patch-ac b/irc/ezbounce-devel/files/patch-ac
deleted file mode 100644
index b737a6980a88..000000000000
--- a/irc/ezbounce-devel/files/patch-ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig Sun May 2 10:13:33 1999
-+++ src/Makefile.in Sun May 2 10:13:41 1999
-@@ -8,7 +8,7 @@
-
- CXX = @CXX@
- CXX_OPTS = -Wall @NO_EXCEPTIONS@ @NO_RTTI@ -I../lib/
--CXX_OPTIMIZATIONS = -O2
-+CXX_OPTIMIZATIONS = @CXXFLAGS@
- CXX_LIBS = @CXX_LINKER_LIBS@
- CXX_LINKER = @CXX_LINKER@
-
diff --git a/irc/ezbounce-devel/files/patch-ad b/irc/ezbounce-devel/files/patch-ad
deleted file mode 100644
index 4af6474dc31c..000000000000
--- a/irc/ezbounce-devel/files/patch-ad
+++ /dev/null
@@ -1,11 +0,0 @@
---- mdidentd/Makefile.in.orig Sun May 2 10:14:43 1999
-+++ mdidentd/Makefile.in Sun May 2 10:14:51 1999
-@@ -5,7 +5,7 @@
-
- CXX = @CXX@
- CXX_OPTS = -Wall @NO_EXCEPTIONS@ @NO_RTTI@ -I../lib
--CXX_OPTIMIZATIONS = -O2
-+CXX_OPTIMIZATIONS = @CXXFLAGS@
- CXX_LIBS = @CXX_LINKER_LIBS@
- CXX_LINKER = @CXX_LINKER@
-
diff --git a/irc/ezbounce-devel/pkg-comment b/irc/ezbounce-devel/pkg-comment
deleted file mode 100644
index c0c5529887e9..000000000000
--- a/irc/ezbounce-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A highly configurable IRC Proxy
diff --git a/irc/ezbounce-devel/pkg-descr b/irc/ezbounce-devel/pkg-descr
deleted file mode 100644
index 2b48da67cd11..000000000000
--- a/irc/ezbounce-devel/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-ezbounce is a highly configurable IRC Proxy that features:
-
- * Access control
- * Password protection
- * Ident spoofing
- * Can listen on virtual hosts
- * Ability to ``Detach'' from the proxy and stay connected
- to the IRC server.
- ... and more!
-
-WWW: http://druglord.freelsd.org/ezbounce/
-Author: Murat Deligonul <druglord@erupt.com>
diff --git a/irc/ezbounce-devel/pkg-plist b/irc/ezbounce-devel/pkg-plist
deleted file mode 100644
index 279b62dacbe8..000000000000
--- a/irc/ezbounce-devel/pkg-plist
+++ /dev/null
@@ -1,4 +0,0 @@
-sbin/ezbounce
-sbin/mdidentd
-etc/ezbounce.conf.default
-@exec if [ ! -f %D/etc/ezbounce.conf ] ; then cp -p %D/%F %B/ezbounce.conf; fi