summaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-11-10 16:48:51 +0000
committerlioux <lioux@FreeBSD.org>2002-11-10 16:48:51 +0000
commita882364f2403bc9d88e823745313b7de799bd176 (patch)
treedd5369640affc2ebaee3c07f6b9fa0a103a5c028 /comms
parent3e65dfafbbc43ca7f1b56d2c5f043af567b691c7 (diff)
downloadFreeBSD-ports-a882364f2403bc9d88e823745313b7de799bd176.zip
FreeBSD-ports-a882364f2403bc9d88e823745313b7de799bd176.tar.gz
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)
Diffstat (limited to 'comms')
-rw-r--r--comms/acfax/Makefile2
-rw-r--r--comms/acfax/pkg-comment1
-rw-r--r--comms/asmodem/Makefile2
-rw-r--r--comms/asmodem/pkg-comment1
-rw-r--r--comms/conserver/Makefile3
-rw-r--r--comms/conserver/pkg-comment1
-rw-r--r--comms/gsmlib/Makefile2
-rw-r--r--comms/gsmlib/pkg-comment1
-rw-r--r--comms/hylafax/Makefile2
-rw-r--r--comms/hylafax/pkg-comment1
-rw-r--r--comms/lrzsz/Makefile2
-rw-r--r--comms/lrzsz/pkg-comment1
-rw-r--r--comms/snooper/Makefile2
-rw-r--r--comms/snooper/pkg-comment1
-rw-r--r--comms/tits/Makefile2
-rw-r--r--comms/tits/pkg-comment1
-rw-r--r--comms/zmtx-zmrx/Makefile2
-rw-r--r--comms/zmtx-zmrx/pkg-comment1
18 files changed, 9 insertions, 19 deletions
diff --git a/comms/acfax/Makefile b/comms/acfax/Makefile
index 4077d2f..14e2f6a 100644
--- a/comms/acfax/Makefile
+++ b/comms/acfax/Makefile
@@ -13,8 +13,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0.//}
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Recieve faxes using sound card and radio
-
BUILD_DEPENDS= ${X11BASE}/lib/libXaw3d.a:${PORTSDIR}/x11-toolkits/Xaw3d
RUN_DEPENDS= ${X11BASE}/lib/libXaw3d.a:${PORTSDIR}/x11-toolkits/Xaw3d
diff --git a/comms/acfax/pkg-comment b/comms/acfax/pkg-comment
new file mode 100644
index 0000000..5be3fed
--- /dev/null
+++ b/comms/acfax/pkg-comment
@@ -0,0 +1 @@
+Recieve faxes using sound card and radio
diff --git a/comms/asmodem/Makefile b/comms/asmodem/Makefile
index 99e1092..4bf979a 100644
--- a/comms/asmodem/Makefile
+++ b/comms/asmodem/Makefile
@@ -14,8 +14,6 @@ DISTNAME= ${PORTNAME}-0.6-1
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Displays the modem status, designed to match AfterStep
-
USE_IMAKE= yes
USE_XPM= yes
diff --git a/comms/asmodem/pkg-comment b/comms/asmodem/pkg-comment
new file mode 100644
index 0000000..a48eaca
--- /dev/null
+++ b/comms/asmodem/pkg-comment
@@ -0,0 +1 @@
+Displays the modem status, designed to match AfterStep
diff --git a/comms/conserver/Makefile b/comms/conserver/Makefile
index d454a86..2fd86be 100644
--- a/comms/conserver/Makefile
+++ b/comms/conserver/Makefile
@@ -14,13 +14,10 @@ EXTRACT_SUFX= .tgz
MAINTAINER= cy@FreeBSD.org
-PORTCOMMENT= Manage remote serial consoles via TCP/IP
-
BUILD_DEPENDS= makeme:${PORTSDIR}/devel/msrc0 \
mkcmd:${PORTSDIR}/devel/mkcmd \
perl:${PORTSDIR}/lang/perl5
-
MAN5= conserver.cf.5
MAN8= autologin.8 console.8 conserver.8
diff --git a/comms/conserver/pkg-comment b/comms/conserver/pkg-comment
new file mode 100644
index 0000000..32176af
--- /dev/null
+++ b/comms/conserver/pkg-comment
@@ -0,0 +1 @@
+Manage remote serial consoles via TCP/IP
diff --git a/comms/gsmlib/Makefile b/comms/gsmlib/Makefile
index 1520237..8112933 100644
--- a/comms/gsmlib/Makefile
+++ b/comms/gsmlib/Makefile
@@ -14,8 +14,6 @@ MASTER_SITES= http://www.pxh.de/fs/gsmlib/download/
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= A library to access GSM mobile phones through GSM modems
-
LIB_DEPENDS= intl:${PORTSDIR}/devel/gettext
USE_LIBTOOL= yes
diff --git a/comms/gsmlib/pkg-comment b/comms/gsmlib/pkg-comment
new file mode 100644
index 0000000..d86de62
--- /dev/null
+++ b/comms/gsmlib/pkg-comment
@@ -0,0 +1 @@
+A library to access GSM mobile phones through GSM modems
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile
index 28a62ed..a34e2f6 100644
--- a/comms/hylafax/Makefile
+++ b/comms/hylafax/Makefile
@@ -12,8 +12,6 @@ MASTER_SITES= ftp://ftp.hylafax.org/source/
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Fax software
-
BUILD_DEPENDS= ${LOCALBASE}/lib/afm/Courier:${PORTSDIR}/print/afm
# no dependency on ghostscript because we don't know which
# version the user prefers
diff --git a/comms/hylafax/pkg-comment b/comms/hylafax/pkg-comment
new file mode 100644
index 0000000..e28152c
--- /dev/null
+++ b/comms/hylafax/pkg-comment
@@ -0,0 +1 @@
+Fax software
diff --git a/comms/lrzsz/Makefile b/comms/lrzsz/Makefile
index a9046fc..b459568 100644
--- a/comms/lrzsz/Makefile
+++ b/comms/lrzsz/Makefile
@@ -13,8 +13,6 @@ MASTER_SITES= http://www.ohse.de/uwe/releases/ \
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive)
-
GNU_CONFIGURE= yes
ALL_TARGET= all # vcheck
MAN1= lrz.1 lsz.1
diff --git a/comms/lrzsz/pkg-comment b/comms/lrzsz/pkg-comment
new file mode 100644
index 0000000..de31408
--- /dev/null
+++ b/comms/lrzsz/pkg-comment
@@ -0,0 +1 @@
+Receive/Send files via X/Y/ZMODEM protocol. (unrestrictive)
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile
index e3dc79c..8d1843a 100644
--- a/comms/snooper/Makefile
+++ b/comms/snooper/Makefile
@@ -14,8 +14,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g}
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Serial line protocol analyzer (need two serial interfaces)
-
WRKSRC= ${WRKDIR}/${PORTNAME}/build
GNU_CONFIGURE= yes
diff --git a/comms/snooper/pkg-comment b/comms/snooper/pkg-comment
new file mode 100644
index 0000000..d9ccae1
--- /dev/null
+++ b/comms/snooper/pkg-comment
@@ -0,0 +1 @@
+Serial line protocol analyzer (need two serial interfaces)
diff --git a/comms/tits/Makefile b/comms/tits/Makefile
index e37b631..d2a42f4 100644
--- a/comms/tits/Makefile
+++ b/comms/tits/Makefile
@@ -12,8 +12,6 @@ MASTER_SITES= http://www.mctavish.co.uk/tits/
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= A server which provides telnet(1) access to one or more tty ports
-
USE_REINPLACE= yes
MAKE_ENV= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man/man
diff --git a/comms/tits/pkg-comment b/comms/tits/pkg-comment
new file mode 100644
index 0000000..3756745
--- /dev/null
+++ b/comms/tits/pkg-comment
@@ -0,0 +1 @@
+A server which provides telnet(1) access to one or more tty ports
diff --git a/comms/zmtx-zmrx/Makefile b/comms/zmtx-zmrx/Makefile
index dd5032e..d6182b4 100644
--- a/comms/zmtx-zmrx/Makefile
+++ b/comms/zmtx-zmrx/Makefile
@@ -18,8 +18,6 @@ EXTRACT_SUFX= .shar.gz
MAINTAINER= ports@FreeBSD.org
-PORTCOMMENT= Receive/Send files via ZMODEM protocol. (unrestrictive)
-
EXTRACT_CMD= zcat
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
diff --git a/comms/zmtx-zmrx/pkg-comment b/comms/zmtx-zmrx/pkg-comment
new file mode 100644
index 0000000..be47da8
--- /dev/null
+++ b/comms/zmtx-zmrx/pkg-comment
@@ -0,0 +1 @@
+Receive/Send files via ZMODEM protocol. (unrestrictive)
OpenPOWER on IntegriCloud