summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-10 16:48:51 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2002-11-10 16:48:51 +0000
commitf0a1969d343f97cdb90a73adcff6a7a383fc9522 (patch)
treeeb25a1bb38a1d88bc48792c4bc3007a7580d627d /irc
parentForced commit to note that the previous revision also included patches (diff)
o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
Notes
Notes: svn path=/head/; revision=69808
Diffstat (limited to 'irc')
-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/ircservices/Makefile1
-rw-r--r--irc/ircservices/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, 8 insertions, 15 deletions
diff --git a/irc/ezbounce-devel/Makefile b/irc/ezbounce-devel/Makefile
index af0ec70eca4e..af857dd89186 100644
--- a/irc/ezbounce-devel/Makefile
+++ b/irc/ezbounce-devel/Makefile
@@ -12,8 +12,6 @@ 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
new file mode 100644
index 000000000000..c0c5529887e9
--- /dev/null
+++ b/irc/ezbounce-devel/pkg-comment
@@ -0,0 +1 @@
+A highly configurable IRC Proxy
diff --git a/irc/ezbounce/Makefile b/irc/ezbounce/Makefile
index af0ec70eca4e..af857dd89186 100644
--- a/irc/ezbounce/Makefile
+++ b/irc/ezbounce/Makefile
@@ -12,8 +12,6 @@ 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
new file mode 100644
index 000000000000..c0c5529887e9
--- /dev/null
+++ b/irc/ezbounce/pkg-comment
@@ -0,0 +1 @@
+A highly configurable IRC Proxy
diff --git a/irc/irc/Makefile b/irc/irc/Makefile
index 7d374aa24732..dfca2eb34064 100644
--- a/irc/irc/Makefile
+++ b/irc/irc/Makefile
@@ -18,8 +18,6 @@ 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
new file mode 100644
index 000000000000..36428018710e
--- /dev/null
+++ b/irc/irc/pkg-comment
@@ -0,0 +1 @@
+The "Internet Relay Chat" Server
diff --git a/irc/ircservices/Makefile b/irc/ircservices/Makefile
index ca207ad25ffb..723497a85462 100644
--- a/irc/ircservices/Makefile
+++ b/irc/ircservices/Makefile
@@ -7,7 +7,6 @@
PORTNAME= ircservices
PORTVERSION= 5.0.2
-PORTCOMMENT= A system of IRC services for IRC networks
CATEGORIES= irc
MASTER_SITES= ftp://ftp.ircservices.za.net/pub/ircservices/ \
ftp://ftp.esper.net/ircservices/
diff --git a/irc/ircservices/pkg-comment b/irc/ircservices/pkg-comment
new file mode 100644
index 000000000000..f8985995a5df
--- /dev/null
+++ b/irc/ircservices/pkg-comment
@@ -0,0 +1 @@
+A system of IRC services for IRC networks
diff --git a/irc/nethirc/Makefile b/irc/nethirc/Makefile
index a7ddb8e7367d..d12ec8208c7c 100644
--- a/irc/nethirc/Makefile
+++ b/irc/nethirc/Makefile
@@ -13,8 +13,6 @@ 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
new file mode 100644
index 000000000000..43d3cb99ce9e
--- /dev/null
+++ b/irc/nethirc/pkg-comment
@@ -0,0 +1 @@
+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 1cd420ac6f27..8c33669d7d21 100644
--- a/irc/p5-POE-Component-IRC/Makefile
+++ b/irc/p5-POE-Component-IRC/Makefile
@@ -15,8 +15,6 @@ 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
new file mode 100644
index 000000000000..cc1f915dd56c
--- /dev/null
+++ b/irc/p5-POE-Component-IRC/pkg-comment
@@ -0,0 +1 @@
+A fully event-driven IRC client module
diff --git a/irc/sircd/Makefile b/irc/sircd/Makefile
index 991581831e66..cf59e82854ec 100644
--- a/irc/sircd/Makefile
+++ b/irc/sircd/Makefile
@@ -15,8 +15,6 @@ 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
new file mode 100644
index 000000000000..8e81951bacab
--- /dev/null
+++ b/irc/sircd/pkg-comment
@@ -0,0 +1 @@
+The Smart IRC Daemon
diff --git a/irc/tircproxy/Makefile b/irc/tircproxy/Makefile
index 3bb78332d9a3..c4ac9f7ac5d8 100644
--- a/irc/tircproxy/Makefile
+++ b/irc/tircproxy/Makefile
@@ -13,8 +13,6 @@ 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
new file mode 100644
index 000000000000..e8ed8bcaa8a5
--- /dev/null
+++ b/irc/tircproxy/pkg-comment
@@ -0,0 +1 @@
+IRC proxy server