summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2002-11-06 22:47:41 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2002-11-06 22:47:41 +0000
commitd9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch)
tree7188beb34e0a3adac815c9497c615b1b78eb4454 /irc
parentport wouldn't build without the gnomelibs. (diff)
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Notes
Notes: svn path=/head/; revision=69612
Diffstat (limited to 'irc')
-rw-r--r--irc/bobot++/Makefile2
-rw-r--r--irc/bobot++/pkg-comment1
-rw-r--r--irc/ezbounce-devel/Makefile2
-rw-r--r--irc/ezbounce-devel/pkg-comment1
-rw-r--r--irc/ezbounce/Makefile2
-rw-r--r--irc/ezbounce/pkg-comment1
-rw-r--r--irc/irc/Makefile2
-rw-r--r--irc/irc/pkg-comment1
-rw-r--r--irc/nethirc/Makefile2
-rw-r--r--irc/nethirc/pkg-comment1
-rw-r--r--irc/p5-POE-Component-IRC/Makefile2
-rw-r--r--irc/p5-POE-Component-IRC/pkg-comment1
-rw-r--r--irc/sircd/Makefile2
-rw-r--r--irc/sircd/pkg-comment1
-rw-r--r--irc/tircproxy/Makefile2
-rw-r--r--irc/tircproxy/pkg-comment1
16 files changed, 16 insertions, 8 deletions
diff --git a/irc/bobot++/Makefile b/irc/bobot++/Makefile
index be823e318162..7023892331da 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 5a15f14d7953..000000000000
--- 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 af857dd89186..af0ec70eca4e 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 c0c5529887e9..000000000000
--- 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 af857dd89186..af0ec70eca4e 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 c0c5529887e9..000000000000
--- 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 dfca2eb34064..ff1a34a0346e 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 f7b3c458be7e..000000000000
--- 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 d12ec8208c7c..a7ddb8e7367d 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 43d3cb99ce9e..000000000000
--- 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 8c33669d7d21..1cd420ac6f27 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 cc1f915dd56c..000000000000
--- 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 cf59e82854ec..991581831e66 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 8e81951bacab..000000000000
--- 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 c4ac9f7ac5d8..3bb78332d9a3 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 e8ed8bcaa8a5..000000000000
--- a/irc/tircproxy/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-IRC proxy server