diff options
author | adamw <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | 5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a (patch) | |
tree | eea5ecd9ebb32eb75307481e787e956b5e31f3bb /irc | |
parent | 9d3fbd7b82b343108df5412a1b27406024e611e8 (diff) | |
download | FreeBSD-ports-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.zip FreeBSD-ports-5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a.tar.gz |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Diffstat (limited to 'irc')
-rw-r--r-- | irc/bobot++/Makefile | 2 | ||||
-rw-r--r-- | irc/bobot++/pkg-comment | 1 | ||||
-rw-r--r-- | irc/ezbounce-devel/Makefile | 2 | ||||
-rw-r--r-- | irc/ezbounce-devel/pkg-comment | 1 | ||||
-rw-r--r-- | irc/ezbounce/Makefile | 2 | ||||
-rw-r--r-- | irc/ezbounce/pkg-comment | 1 | ||||
-rw-r--r-- | irc/irc/Makefile | 2 | ||||
-rw-r--r-- | irc/irc/pkg-comment | 1 | ||||
-rw-r--r-- | irc/nethirc/Makefile | 2 | ||||
-rw-r--r-- | irc/nethirc/pkg-comment | 1 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/Makefile | 2 | ||||
-rw-r--r-- | irc/p5-POE-Component-IRC/pkg-comment | 1 | ||||
-rw-r--r-- | irc/sircd/Makefile | 2 | ||||
-rw-r--r-- | irc/sircd/pkg-comment | 1 | ||||
-rw-r--r-- | irc/tircproxy/Makefile | 2 | ||||
-rw-r--r-- | irc/tircproxy/pkg-comment | 1 |
16 files changed, 16 insertions, 8 deletions
diff --git a/irc/bobot++/Makefile b/irc/bobot++/Makefile index be823e3..7023892 100644 --- a/irc/bobot++/Makefile +++ b/irc/bobot++/Makefile @@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= An IRC bot written in C++ + GNU_CONFIGURE= yes USE_REINPLACE= yes diff --git a/irc/bobot++/pkg-comment b/irc/bobot++/pkg-comment deleted file mode 100644 index 5a15f14..0000000 --- a/irc/bobot++/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An IRC bot written in C++ diff --git a/irc/ezbounce-devel/Makefile b/irc/ezbounce-devel/Makefile index af857dd..af0ec70 100644 --- a/irc/ezbounce-devel/Makefile +++ b/irc/ezbounce-devel/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://druglord.freelsd.org/ezbounce/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A highly configurable IRC Proxy + GNU_CONFIGURE= yes MAN1= ezbounce.1 diff --git a/irc/ezbounce-devel/pkg-comment b/irc/ezbounce-devel/pkg-comment deleted file mode 100644 index c0c5529..0000000 --- a/irc/ezbounce-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A highly configurable IRC Proxy diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile index af857dd..af0ec70 100644 --- a/irc/ezbounce/Makefile +++ b/irc/ezbounce/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://druglord.freelsd.org/ezbounce/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A highly configurable IRC Proxy + GNU_CONFIGURE= yes MAN1= ezbounce.1 diff --git a/irc/ezbounce/pkg-comment b/irc/ezbounce/pkg-comment deleted file mode 100644 index c0c5529..0000000 --- a/irc/ezbounce/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A highly configurable IRC Proxy diff --git a/irc/irc/Makefile b/irc/irc/Makefile index dfca2eb..ff1a34a 100644 --- a/irc/irc/Makefile +++ b/irc/irc/Makefile @@ -18,6 +18,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= The 'Internet Relay Chat' Server + # the NOTE command is disabled by default # ENABLE_NOTE=yes diff --git a/irc/irc/pkg-comment b/irc/irc/pkg-comment deleted file mode 100644 index f7b3c45..0000000 --- a/irc/irc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The 'Internet Relay Chat' Server diff --git a/irc/nethirc/Makefile b/irc/nethirc/Makefile index d12ec82..a7ddb8e 100644 --- a/irc/nethirc/Makefile +++ b/irc/nethirc/Makefile @@ -13,6 +13,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Perl-based irc client that uses Net::IRC + .include <bsd.port.pre.mk> RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/IRC.pm:${PORTSDIR}/irc/p5-IRC diff --git a/irc/nethirc/pkg-comment b/irc/nethirc/pkg-comment deleted file mode 100644 index 43d3cb9..0000000 --- a/irc/nethirc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl-based irc client that uses Net::IRC diff --git a/irc/p5-POE-Component-IRC/Makefile b/irc/p5-POE-Component-IRC/Makefile index 8c33669..1cd420a 100644 --- a/irc/p5-POE-Component-IRC/Makefile +++ b/irc/p5-POE-Component-IRC/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A fully event-driven IRC client module + BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/POE.pm:${PORTSDIR}/devel/p5-POE RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/irc/p5-POE-Component-IRC/pkg-comment b/irc/p5-POE-Component-IRC/pkg-comment deleted file mode 100644 index cc1f915..0000000 --- a/irc/p5-POE-Component-IRC/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A fully event-driven IRC client module diff --git a/irc/sircd/Makefile b/irc/sircd/Makefile index cf59e82..9915818 100644 --- a/irc/sircd/Makefile +++ b/irc/sircd/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= The Smart IRC Daemon + USE_OPENSSL= yes USE_GMAKE= yes MAKE_ENV= LD="${CC}" \ diff --git a/irc/sircd/pkg-comment b/irc/sircd/pkg-comment deleted file mode 100644 index 8e81951..0000000 --- a/irc/sircd/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -The Smart IRC Daemon diff --git a/irc/tircproxy/Makefile b/irc/tircproxy/Makefile index c4ac9f7..3bb7833 100644 --- a/irc/tircproxy/Makefile +++ b/irc/tircproxy/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://bre.klaki.net/programs/tircproxy/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= IRC proxy server + WRKSRC= ${WRKDIR}/tircproxy-0.4 GNU_CONFIGURE= YES diff --git a/irc/tircproxy/pkg-comment b/irc/tircproxy/pkg-comment deleted file mode 100644 index e8ed8bc..0000000 --- a/irc/tircproxy/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -IRC proxy server |