diff options
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/ezbounce-devel/Makefile | 68 | ||||
-rw-r--r-- | irc/ezbounce-devel/distinfo | 2 | ||||
-rw-r--r-- | irc/ezbounce-devel/files/pkg-message.in | 4 | ||||
-rw-r--r-- | irc/ezbounce-devel/pkg-descr | 12 | ||||
-rw-r--r-- | irc/ezbounce-devel/pkg-plist | 9 |
7 files changed, 1 insertions, 96 deletions
@@ -2220,3 +2220,4 @@ deskutils/mcatalog||2011-06-13|Removed, upstream disapear and distfile is no mor mail/evolution-sharp||2011-06-13|Has expired: has been broken for over a year print/cmpsfont|print/font-amsfonts|2011-06-15|Renamed print/amspsfnt|print/font-amsfonts|2011-06-15|Renamed +irc/ezbounce-devel|irc/ezbounce|2011-06-19|main port updated to latest available version diff --git a/irc/Makefile b/irc/Makefile index ce498bf933a7..39f051016d63 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -24,7 +24,6 @@ SUBDIR += epic5 SUBDIR += evangeline SUBDIR += ezbounce - SUBDIR += ezbounce-devel SUBDIR += fisg SUBDIR += gdesklets-irc SUBDIR += gruftistats diff --git a/irc/ezbounce-devel/Makefile b/irc/ezbounce-devel/Makefile deleted file mode 100644 index 3657b483973c..000000000000 --- a/irc/ezbounce-devel/Makefile +++ /dev/null @@ -1,68 +0,0 @@ -# New ports collection makefile for: ezbounce -# Date created: 19 February 1999 -# Whom: Chris Piazza <cpiazza@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ezbounce -PORTVERSION= 1.99.15 -CATEGORIES= irc -MASTER_SITES= http://www.linuxftw.com/ezbounce/files/ -PKGNAMESUFFIX= -devel - -MAINTAINER= flo@FreeBSD.org -COMMENT= A highly configurable IRC Proxy - -BUILD_DEPENDS= ${LOCALBASE}/include/boost/function.hpp:${PORTSDIR}/devel/boost-libs - -GNU_CONFIGURE= yes -USE_GMAKE= yes - -SUB_FILES= pkg-message - -MAN1= ezbounce.1 - -.if defined(WITH_SSL) -USE_OPENSSL= YES -CONFIGURE_ARGS+= --with-ssl -PLIST_SUB+= SSL="" -.else -PLIST_SUB+= SSL="@comment " -.endif - -.include <bsd.port.pre.mk> - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "You may use the following build options:" - @${ECHO_MSG} "" - @${ECHO_MSG} " WITH_SSL=yes Enable SSL support" - @${ECHO_MSG} "" - -post-patch: - @${SED} -e "s:/path/to:${PREFIX}/sbin:" ${WRKSRC}/sample.conf > \ - ${WRKSRC}/ezb.conf.default - @${REINPLACE_CMD} -e 's|=-O2|="$$CXXFLAGS"|g' ${WRKSRC}/configure - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ezbounce ${PREFIX}/sbin - ${INSTALL_SCRIPT} ${WRKSRC}/ezb.conf.default ${PREFIX}/etc - ${INSTALL_MAN} ${WRKSRC}/docs/ezbounce.1 ${PREFIX}/man/man1 - - @if [ ! -f ${PREFIX}/etc/ezb.conf ]; then \ - ${INSTALL_DATA} \ - ${WRKSRC}/ezb.conf.default ${PREFIX}/etc/ezb.conf; \ - fi - -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/worklog ${DOCSDIR} - -.endif - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/irc/ezbounce-devel/distinfo b/irc/ezbounce-devel/distinfo deleted file mode 100644 index ad1b64d115fb..000000000000 --- a/irc/ezbounce-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ezbounce-1.99.15.tar.gz) = ee28c114596c0d4f12f6296a4cbe76c8f8016c869246b348fb4eaee7e2f6012d -SIZE (ezbounce-1.99.15.tar.gz) = 429512 diff --git a/irc/ezbounce-devel/files/pkg-message.in b/irc/ezbounce-devel/files/pkg-message.in deleted file mode 100644 index 7019c64458a1..000000000000 --- a/irc/ezbounce-devel/files/pkg-message.in +++ /dev/null @@ -1,4 +0,0 @@ ------------------------------------------------------------------- -You will need to edit %%PREFIX%%/etc/ezb.conf and read the docs in -%%DOCSDIR%%/README to set up this program. ------------------------------------------------------------------- diff --git a/irc/ezbounce-devel/pkg-descr b/irc/ezbounce-devel/pkg-descr deleted file mode 100644 index 1897a9220b56..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://www.linuxftw.com/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 bc4ba0ecce92..000000000000 --- a/irc/ezbounce-devel/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -@unexec if [ -f %D/etc/ezb.conf ] && cmp -s %D/etc/ezb.conf %D/etc/ezb.conf.default; then rm -f %D/etc/ezb.conf; fi -etc/ezb.conf.default -@exec if [ ! -f %D/etc/ezb.conf ] ; then cp -p %D/%F %B/ezb.conf; fi -sbin/ezbounce -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/worklog -%%PORTDOCS%%@dirrm %%DOCSDIR%% |