summaryrefslogtreecommitdiff
path: root/irc/bip
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2007-12-17 03:48:51 +0000
committerBeech Rintoul <beech@FreeBSD.org>2007-12-17 03:48:51 +0000
commitf57cd0a5f046dc045caa47c201990e62d3e906b5 (patch)
tree11adc575cccd4abc895fb05f51a52ea518ab43d0 /irc/bip
parentGcc 4.2 doesn't like expressions of the form (a ? b : c) = 12; so we (diff)
- New port bip-0.6.1
- Simple icr proxy server with ssl support. PR: ports/118733 Submitted by: Chess Griffin <chess@chessgriffin.com> (maintainer) Approved by: linimon (mentor)
Notes
Notes: svn path=/head/; revision=203902
Diffstat (limited to 'irc/bip')
-rw-r--r--irc/bip/Makefile47
-rw-r--r--irc/bip/distinfo3
-rw-r--r--irc/bip/files/pkg-message.in11
-rw-r--r--irc/bip/pkg-descr3
4 files changed, 64 insertions, 0 deletions
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