diff options
Diffstat (limited to 'irc/ezbounce-devel')
-rw-r--r-- | irc/ezbounce-devel/Makefile | 35 | ||||
-rw-r--r-- | irc/ezbounce-devel/distinfo | 1 | ||||
-rw-r--r-- | irc/ezbounce-devel/files/patch-aa | 11 | ||||
-rw-r--r-- | irc/ezbounce-devel/files/patch-ab | 11 | ||||
-rw-r--r-- | irc/ezbounce-devel/files/patch-ac | 11 | ||||
-rw-r--r-- | irc/ezbounce-devel/files/patch-ad | 11 | ||||
-rw-r--r-- | irc/ezbounce-devel/pkg-comment | 1 | ||||
-rw-r--r-- | irc/ezbounce-devel/pkg-descr | 12 | ||||
-rw-r--r-- | irc/ezbounce-devel/pkg-plist | 5 |
9 files changed, 0 insertions, 98 deletions
diff --git a/irc/ezbounce-devel/Makefile b/irc/ezbounce-devel/Makefile deleted file mode 100644 index 2cdffb6d9aff..000000000000 --- a/irc/ezbounce-devel/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: ezbounce -# Date created: 19 February 1999 -# Whom: Chris Piazza <cpiazza@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ezbounce -PORTVERSION= 0.99.7 -CATEGORIES= irc -MASTER_SITES= http://druglord.freelsd.org/ezbounce/ - -MAINTAINER= ports@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 9967d2e2866c..000000000000 --- a/irc/ezbounce-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ezbounce-0.99.7.tar.gz) = 84440b42fda69fd2e7bb7663376d60c5 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 4874fcf50161..000000000000 --- a/irc/ezbounce-devel/pkg-plist +++ /dev/null @@ -1,5 +0,0 @@ -sbin/ezbounce -sbin/mdidentd -@unexec if [ -f %D/etc/ezbounce.conf ] && cmp -s %D/etc/ezbounce.conf %D/etc/ezbounce.conf.default; then rm -f %D/etc/ezbounce.conf; fi -etc/ezbounce.conf.default -@exec if [ ! -f %D/etc/ezbounce.conf ] ; then cp -p %D/%F %B/ezbounce.conf; fi |