1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- remove irc/ezbounce-devel which now lives in irc/ezbounce

This commit is contained in:
Florian Smeets 2011-06-19 14:40:18 +00:00
parent 9a3c83f3c7
commit 4fd3c3793f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275837
7 changed files with 1 additions and 96 deletions

1
MOVED
View File

@ -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

View File

@ -24,7 +24,6 @@
SUBDIR += epic5
SUBDIR += evangeline
SUBDIR += ezbounce
SUBDIR += ezbounce-devel
SUBDIR += fisg
SUBDIR += gdesklets-irc
SUBDIR += gruftistats

View File

@ -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>

View File

@ -1,2 +0,0 @@
SHA256 (ezbounce-1.99.15.tar.gz) = ee28c114596c0d4f12f6296a4cbe76c8f8016c869246b348fb4eaee7e2f6012d
SIZE (ezbounce-1.99.15.tar.gz) = 429512

View File

@ -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.
------------------------------------------------------------------

View File

@ -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>

View File

@ -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%%