diff options
Diffstat (limited to 'irc/ezbounce-devel')
-rw-r--r-- | irc/ezbounce-devel/Makefile | 39 | ||||
-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-message | 6 | ||||
-rw-r--r-- | irc/ezbounce-devel/pkg-plist | 10 |
10 files changed, 0 insertions, 113 deletions
diff --git a/irc/ezbounce-devel/Makefile b/irc/ezbounce-devel/Makefile deleted file mode 100644 index 9ac2d91a169b..000000000000 --- a/irc/ezbounce-devel/Makefile +++ /dev/null @@ -1,39 +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.11 -CATEGORIES= irc -MASTER_SITES= http://druglord.freelsd.org/ezbounce/ - -MAINTAINER= ports@FreeBSD.org - -GNU_CONFIGURE= yes - -post-patch: - @${SED} -e "s:/path/to:${PREFIX}/sbin:" ${WRKSRC}/sample.conf > \ - ${WRKSRC}/ezbounce.conf.default - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ezbounce ${PREFIX}/sbin - ${INSTALL_PROGRAM} ${WRKSRC}/mdidentd/mdidentd ${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/ezbounce.conf.default ${PREFIX}/etc -.if !exists(${PREFIX}/etc/ezbounce.conf) - ${INSTALL_SCRIPT} ${WRKSRC}/ezbounce.conf.default \ - ${PREFIX}/etc/ezbounce.conf -.endif -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/ezbounce - ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/ezbounce - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/ezbounce - ${INSTALL_DATA} ${WRKSRC}/TODO ${PREFIX}/share/doc/ezbounce - ${INSTALL_DATA} ${WRKSRC}/mdidentd/README \ - ${PREFIX}/share/doc/ezbounce/mdidentd.README -.endif - @${SED} -e "s:/usr/local:${PREFIX}:g" ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/irc/ezbounce-devel/distinfo b/irc/ezbounce-devel/distinfo deleted file mode 100644 index 0b7ce626b4f3..000000000000 --- a/irc/ezbounce-devel/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (ezbounce-0.99.11.tar.gz) = bb0f4eaa7dd9dd0d820b97895adc10e3 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-message b/irc/ezbounce-devel/pkg-message deleted file mode 100644 index d296c6d75f4d..000000000000 --- a/irc/ezbounce-devel/pkg-message +++ /dev/null @@ -1,6 +0,0 @@ ------------------------------------------------------------------- -You will need to read /usr/local/share/doc/ezbounce/README -and /usr/local/share/doc/ezbounce/mdidentd.README to set up -this program. -Also, edit /usr/local/etc/ezbounce.conf to your liking. ------------------------------------------------------------------- diff --git a/irc/ezbounce-devel/pkg-plist b/irc/ezbounce-devel/pkg-plist deleted file mode 100644 index 2114f82b49c4..000000000000 --- a/irc/ezbounce-devel/pkg-plist +++ /dev/null @@ -1,10 +0,0 @@ -@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 -sbin/ezbounce -sbin/mdidentd -%%PORTDOCS%%share/doc/ezbounce/CHANGES -%%PORTDOCS%%share/doc/ezbounce/README -%%PORTDOCS%%share/doc/ezbounce/TODO -%%PORTDOCS%%share/doc/ezbounce/mdidentd.README -%%PORTDOCS%%@dirrm share/doc/ezbounce |