mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
irc/ngircd: update to 21
- Update to 21 [1] - Allow staging - Indent options descriptions PR: ports/183758 Submitted by: Kjetil Rustad <kjetil cckengine.com>
This commit is contained in:
parent
a0a2af0c98
commit
97a797b71f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333229
3 changed files with 14 additions and 15 deletions
|
@ -2,7 +2,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= ngircd
|
PORTNAME= ngircd
|
||||||
PORTVERSION= 20.3
|
PORTVERSION= 21
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= irc ipv6
|
CATEGORIES= irc ipv6
|
||||||
MASTER_SITES= ftp://ftp.berlios.de/pub/%SUBDIR%/ \
|
MASTER_SITES= ftp://ftp.berlios.de/pub/%SUBDIR%/ \
|
||||||
|
@ -19,21 +19,17 @@ GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
|
|
||||||
MAN5= ngircd.conf.5
|
OPTIONS_DEFINE= DOCS TCP_WRAPPERS SYSLOG ZLIB IPV6 OPENSSL GNUTLS IRCPLUS IDENT SNIFFER DEBUG
|
||||||
MAN8= ngircd.8
|
|
||||||
|
|
||||||
OPTIONS_DEFINE=DOCS TCP_WRAPPERS SYSLOG ZLIB IPV6 OPENSSL GNUTLS IRCPLUS IDENT SNIFFER DEBUG
|
|
||||||
OPTIONS_DEFAULT=TCP_WRAPPERS SYSLOG ZLIB IPV6 IRCPLUS
|
OPTIONS_DEFAULT=TCP_WRAPPERS SYSLOG ZLIB IPV6 IRCPLUS
|
||||||
NO_OPTIONS_SORT=yes
|
NO_OPTIONS_SORT=yes
|
||||||
TCP_WRAPPERS_DESC=Enable TCP wrappers support
|
TCP_WRAPPERS_DESC= Enable TCP wrappers support
|
||||||
SYSLOG_DESC=Enable syslog() support
|
SYSLOG_DESC= Enable syslog() support
|
||||||
ZLIB_DESC=Enable ZLIB compression
|
ZLIB_DESC= Enable ZLIB compression
|
||||||
IRCPLUS_DESC=Enable IRC+ protocol
|
IRCPLUS_DESC= Enable IRC+ protocol
|
||||||
IDENT_DESC=Enable IDENT (AUTH) protocol support
|
IDENT_DESC= Enable IDENT (AUTH) protocol support
|
||||||
SNIFFER_DESC=Enable IRC traffic sniffer
|
SNIFFER_DESC= Enable IRC traffic sniffer
|
||||||
DEBUG_DESC=Show additional debug output
|
DEBUG_DESC= Show additional debug output
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
.if exists(/usr/include/tcpd.h) && !defined(WITHOUT_TCP_WRAPPERS)
|
.if exists(/usr/include/tcpd.h) && !defined(WITHOUT_TCP_WRAPPERS)
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (ngircd-20.3.tar.gz) = 55d7c74c6df790b11a68c07f39836d581965087efb618d3e9a6bec855364c2f9
|
SHA256 (ngircd-21.tar.gz) = 0edbd41304186e43f9d907a7017b40520cc90c2ce29b1339bdcd7622fffe19a0
|
||||||
SIZE (ngircd-20.3.tar.gz) = 479982
|
SIZE (ngircd-21.tar.gz) = 500668
|
||||||
|
|
|
@ -1,9 +1,12 @@
|
||||||
etc/ngircd.conf.sample
|
etc/ngircd.conf.sample
|
||||||
sbin/ngircd
|
sbin/ngircd
|
||||||
|
man/man5/ngircd.conf.5.gz
|
||||||
|
man/man8/ngircd.8.gz
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/Bopm.txt
|
%%PORTDOCS%%%%DOCSDIR%%/Bopm.txt
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/Capabilities.txt
|
%%PORTDOCS%%%%DOCSDIR%%/Capabilities.txt
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/Commands.txt
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/Contributing.txt
|
%%PORTDOCS%%%%DOCSDIR%%/Contributing.txt
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/FAQ.txt
|
%%PORTDOCS%%%%DOCSDIR%%/FAQ.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue