diff options
-rw-r--r-- | irc/Makefile | 1 | ||||
-rw-r--r-- | irc/bip/Makefile | 47 | ||||
-rw-r--r-- | irc/bip/distinfo | 3 | ||||
-rw-r--r-- | irc/bip/files/pkg-message.in | 11 | ||||
-rw-r--r-- | irc/bip/pkg-descr | 3 |
5 files changed, 65 insertions, 0 deletions
diff --git a/irc/Makefile b/irc/Makefile index a081b21e5422..a5e795d4eb5e 100644 --- a/irc/Makefile +++ b/irc/Makefile @@ -4,6 +4,7 @@ COMMENT = Internet Relay Chat utilities SUBDIR += anope + SUBDIR += bip SUBDIR += bitchx SUBDIR += bitlbee SUBDIR += blackened diff --git a/irc/bip/Makefile b/irc/bip/Makefile new file mode 100644 index 000000000000..de0593a7ad4b --- /dev/null +++ b/irc/bip/Makefile @@ -0,0 +1,47 @@ +# New ports collection makefile for: bip +# Date created: 23 October 2007 +# Whom: Chess Griffin <chess@chessgriffin.com> +# +# $FreeBSD$ +# + +PORTNAME= bip +PORTVERSION= 0.6.1 +CATEGORIES= irc +MASTER_SITES= http://bip.t1r.net/downloads/ + +MAINTAINER= chess@chessgriffin.com +COMMENT= A simple IRC proxy with SSL support + +GNU_CONFIGURE= yes +USE_GMAKE= yes +INSTALL_TARGET= SUBDIR=src install-exec + +USE_OPENSSL= yes + +PLIST_FILES= bin/bip bin/bipmkpw +SUB_FILES= pkg-message +SUB_LIST= EXAMPLESDIR=${EXAMPLESDIR} +MAN1= bip.1 bip.conf.1 bipmkpw.1 +MANCOMPRESSED= no + +PORTDOCS= AUTHORS ChangeLog NEWS README README.floodcontrol TODO +PORTEXAMPLES= bip.conf bip.vim + +.include <bsd.port.pre.mk> + +post-install: + @cd ${WRKSRC} && ${INSTALL_MAN} ${MAN1} ${MANPREFIX}/man/man1 + +.if !defined(NOPORTDOCS) + @${INSTALL} -d ${DOCSDIR} + @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} +.endif + +.if !defined(NOPORTEXAMPLES) + @${INSTALL} -d ${EXAMPLESDIR} + @cd ${WRKSRC}/samples && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR} +.endif + @${CAT} ${PKGMESSAGE} + +.include <bsd.port.post.mk> diff --git a/irc/bip/distinfo b/irc/bip/distinfo new file mode 100644 index 000000000000..9c4f4afd7b0a --- /dev/null +++ b/irc/bip/distinfo @@ -0,0 +1,3 @@ +MD5 (bip-0.6.1.tar.gz) = a70fbc2f8356787eeb0e7db6063f96e4 +SHA256 (bip-0.6.1.tar.gz) = 90ca63e775f7ebfa739c134c35a14161e943a58c59df3ecc39214309abf0ad89 +SIZE (bip-0.6.1.tar.gz) = 175092 diff --git a/irc/bip/files/pkg-message.in b/irc/bip/files/pkg-message.in new file mode 100644 index 000000000000..3629218d6422 --- /dev/null +++ b/irc/bip/files/pkg-message.in @@ -0,0 +1,11 @@ + +* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * +Your sample configuration files have been installed in: +%%EXAMPLESDIR%%/bip.conf + +You must create a directory named .bip in your home directory, +copy bip.conf there and edit it for your settings. + +bip will not start if you don't do this. + +* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * diff --git a/irc/bip/pkg-descr b/irc/bip/pkg-descr new file mode 100644 index 000000000000..2557fa1f2132 --- /dev/null +++ b/irc/bip/pkg-descr @@ -0,0 +1,3 @@ +Bip is a simple IRC proxy server. + +WWW: http://bip.tlr.net |