mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- 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)
This commit is contained in:
parent
4f17c30a01
commit
f57cd0a5f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203902
@ -4,6 +4,7 @@
|
||||
COMMENT = Internet Relay Chat utilities
|
||||
|
||||
SUBDIR += anope
|
||||
SUBDIR += bip
|
||||
SUBDIR += bitchx
|
||||
SUBDIR += bitlbee
|
||||
SUBDIR += blackened
|
||||
|
47
irc/bip/Makefile
Normal file
47
irc/bip/Makefile
Normal file
@ -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>
|
3
irc/bip/distinfo
Normal file
3
irc/bip/distinfo
Normal file
@ -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
|
11
irc/bip/files/pkg-message.in
Normal file
11
irc/bip/files/pkg-message.in
Normal file
@ -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.
|
||||
|
||||
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
|
3
irc/bip/pkg-descr
Normal file
3
irc/bip/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Bip is a simple IRC proxy server.
|
||||
|
||||
WWW: http://bip.tlr.net
|
Loading…
Reference in New Issue
Block a user