diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /misc | |
parent | e90c5ac85e1589656db313625839221c0668d513 (diff) | |
download | ports-d9611f93758b42bc9f2e2794b3d0039ec6038c4e.tar.gz ports-d9611f93758b42bc9f2e2794b3d0039ec6038c4e.zip |
Notes
Diffstat (limited to 'misc')
154 files changed, 154 insertions, 77 deletions
diff --git a/misc/Howto/Makefile b/misc/Howto/Makefile index 5b49093a0dd5..7664de86f371 100644 --- a/misc/Howto/Makefile +++ b/misc/Howto/Makefile @@ -20,6 +20,8 @@ DISTFILES= Linux+FreeBSD.sgml.gz \ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Linux HOW-TOs modified for applicablity on FreeBSD + BUILD_DEPENDS= sgmlfmt:${PORTSDIR}/textproc/sgmlformat DIST_SUBDIR= Howto diff --git a/misc/Howto/pkg-comment b/misc/Howto/pkg-comment deleted file mode 100644 index 53a517ccb591..000000000000 --- a/misc/Howto/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Linux HOW-TOs modified for applicablity on FreeBSD diff --git a/misc/aclgen/Makefile b/misc/aclgen/Makefile index eaf968fa68f9..f5bacfec9f2c 100644 --- a/misc/aclgen/Makefile +++ b/misc/aclgen/Makefile @@ -13,6 +13,8 @@ DISTNAME= aclgen-202 MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Optimize Cisco routers ip access lists + NO_WRKSUBDIR= YES MAN1= aclgen.1 diff --git a/misc/aclgen/pkg-comment b/misc/aclgen/pkg-comment deleted file mode 100644 index feb39d1ea7f6..000000000000 --- a/misc/aclgen/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Optimize Cisco routers ip access lists diff --git a/misc/acron/Makefile b/misc/acron/Makefile index f9351abe1d09..0463b11958ef 100644 --- a/misc/acron/Makefile +++ b/misc/acron/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Database of acronyms and abbreviations + NO_BUILD= yes USE_REINPLACE= yes diff --git a/misc/acron/pkg-comment b/misc/acron/pkg-comment deleted file mode 100644 index f526ea6f92ce..000000000000 --- a/misc/acron/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Database of acronyms and abbreviations diff --git a/misc/argparse/Makefile b/misc/argparse/Makefile index b10e158e6318..2b2b0ef344b1 100644 --- a/misc/argparse/Makefile +++ b/misc/argparse/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://home.pages.at/kingleo/development/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A tool for commandline parsing for shell scripts + LIB_DEPENDS= LeoArg.2:${PORTSDIR}/devel/leoarg GNU_CONFIGURE= yes diff --git a/misc/argparse/pkg-comment b/misc/argparse/pkg-comment deleted file mode 100644 index d95f650d1a96..000000000000 --- a/misc/argparse/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A tool for commandline parsing for shell scripts diff --git a/misc/bb/Makefile b/misc/bb/Makefile index 4e72b492d276..d2efb8d3f3a9 100644 --- a/misc/bb/Makefile +++ b/misc/bb/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= High quality audio-visual demonstration for text terminal + LIB_DEPENDS= aa.1:${PORTSDIR}/graphics/aalib \ mikmod.2:${PORTSDIR}/audio/libmikmod diff --git a/misc/bb/pkg-comment b/misc/bb/pkg-comment deleted file mode 100644 index 091a44dc7a07..000000000000 --- a/misc/bb/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -High quality audio-visual demonstration for text terminal diff --git a/misc/cave/Makefile b/misc/cave/Makefile index cb370dbbf8c9..7420c28c7f0e 100644 --- a/misc/cave/Makefile +++ b/misc/cave/Makefile @@ -15,6 +15,8 @@ MASTER_SITE_SUBDIR= apps/graphics/misc MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Character Animation Viewer for Everyone + GNU_CONFIGURE= yes MANCOMPRESSED= yes diff --git a/misc/cave/pkg-comment b/misc/cave/pkg-comment deleted file mode 100644 index 74edecbceff9..000000000000 --- a/misc/cave/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Character Animation Viewer for Everyone diff --git a/misc/cfe/Makefile b/misc/cfe/Makefile index 015fdd25abf6..dc49be95c8db 100644 --- a/misc/cfe/Makefile +++ b/misc/cfe/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://lrn.ru/~osgene/files/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Console font editor + GNU_CONFIGURE= yes MANCOMPRESSED= no diff --git a/misc/cfe/pkg-comment b/misc/cfe/pkg-comment deleted file mode 100644 index 1da8f6d9d5ba..000000000000 --- a/misc/cfe/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Console font editor diff --git a/misc/chord/Makefile b/misc/chord/Makefile index 4c0cc4d024b4..316f3224b41a 100644 --- a/misc/chord/Makefile +++ b/misc/chord/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Produce PS sheet-music from text input + MAN1= a2crd.1 chord.1 MANCOMPRESSED= yes diff --git a/misc/chord/pkg-comment b/misc/chord/pkg-comment deleted file mode 100644 index 7d87fe69b789..000000000000 --- a/misc/chord/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Produce PS sheet-music from text input diff --git a/misc/chord2html/Makefile b/misc/chord2html/Makefile index 7cee940eaa37..893ac2352e72 100644 --- a/misc/chord2html/Makefile +++ b/misc/chord2html/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://helllabs.org/~claudio/chord/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Convert CHORD input files to HTML + RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD USE_PERL5= yes diff --git a/misc/chord2html/pkg-comment b/misc/chord2html/pkg-comment deleted file mode 100644 index cd1a19528f90..000000000000 --- a/misc/chord2html/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Convert CHORD input files to HTML diff --git a/misc/compat22/Makefile b/misc/compat22/Makefile index dbf12f354eeb..fdefe6cd789a 100644 --- a/misc/compat22/Makefile +++ b/misc/compat22/Makefile @@ -20,6 +20,8 @@ DIST_SUBDIR= ${ARCH}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A convenience package to install the compat22 libraries + ONLY_FOR_ARCHS= i386 PORTOBJFORMAT= aout diff --git a/misc/compat22/pkg-comment b/misc/compat22/pkg-comment deleted file mode 100644 index ca29ba0badf0..000000000000 --- a/misc/compat22/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A convenience package to install the compat22 libraries diff --git a/misc/compat3x/Makefile b/misc/compat3x/Makefile index aa66022a49d5..b097b89ba4d0 100644 --- a/misc/compat3x/Makefile +++ b/misc/compat3x/Makefile @@ -17,6 +17,8 @@ DIST_SUBDIR= ${ARCH} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A convenience package to install the compat3x libraries + ONLY_FOR_ARCHS= i386 NO_WRKSUBDIR= yes diff --git a/misc/compat3x/pkg-comment b/misc/compat3x/pkg-comment deleted file mode 100644 index 6a65bd0be384..000000000000 --- a/misc/compat3x/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A convenience package to install the compat3x libraries diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile index 9692156bb95d..c13b79afe432 100644 --- a/misc/compat4x/Makefile +++ b/misc/compat4x/Makefile @@ -16,6 +16,8 @@ DIST_SUBDIR= ${ARCH}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A convenience package to install the compat4x libraries + WRKSRC= ${WRKDIR}/usr/lib/compat NO_MTREE= yes diff --git a/misc/compat4x/pkg-comment b/misc/compat4x/pkg-comment deleted file mode 100644 index 829f29a62e1c..000000000000 --- a/misc/compat4x/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A convenience package to install the compat4x libraries diff --git a/misc/cpuid/Makefile b/misc/cpuid/Makefile index 54db0e3e8b0d..66813be6783c 100644 --- a/misc/cpuid/Makefile +++ b/misc/cpuid/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.ka9q.net/code/cpuid/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= CPU identification utility + USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 USE_GMAKE= yes diff --git a/misc/cpuid/pkg-comment b/misc/cpuid/pkg-comment deleted file mode 100644 index 35a999fc3e39..000000000000 --- a/misc/cpuid/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -CPU identification utility diff --git a/misc/crosspad/Makefile b/misc/crosspad/Makefile index 995668310756..edfb34c660c1 100644 --- a/misc/crosspad/Makefile +++ b/misc/crosspad/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.itojun.org/pub/misc/ MAINTAINER= ports@freebsd.org +PORTCOMMENT= Crosspad data downloader/converter + GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/crosspad/build diff --git a/misc/crosspad/pkg-comment b/misc/crosspad/pkg-comment deleted file mode 100644 index f410c1052f32..000000000000 --- a/misc/crosspad/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Crosspad data downloader/converter diff --git a/misc/cwish/Makefile b/misc/cwish/Makefile index 0146fe6423c2..56bb0cc1411b 100644 --- a/misc/cwish/Makefile +++ b/misc/cwish/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.hcs.de/users/hm/packages/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Curses based user friendly windowing shell + NO_WRKSUBDIR= yes ALL_TARGET= cwish MAN1= cwish.1 diff --git a/misc/cwish/pkg-comment b/misc/cwish/pkg-comment deleted file mode 100644 index 2191cf921693..000000000000 --- a/misc/cwish/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Curses based user friendly windowing shell diff --git a/misc/datedif/Makefile b/misc/datedif/Makefile index d72781949143..9cc2c5ec3b98 100644 --- a/misc/datedif/Makefile +++ b/misc/datedif/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-0.9.1-4 MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Calculates the number of days between two dates + ALL_TARGET= do-install: diff --git a/misc/datedif/pkg-comment b/misc/datedif/pkg-comment deleted file mode 100644 index c95eaf954f8d..000000000000 --- a/misc/datedif/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Calculates the number of days between two dates diff --git a/misc/dejagnu/Makefile b/misc/dejagnu/Makefile index 974536fc3cf0..0b0fa1779558 100644 --- a/misc/dejagnu/Makefile +++ b/misc/dejagnu/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= dejagnu MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Automated program/system tester + RUN_DEPENDS= expect:${PORTSDIR}/lang/expect USE_GMAKE= yes diff --git a/misc/dejagnu/pkg-comment b/misc/dejagnu/pkg-comment deleted file mode 100644 index 79ad483871e1..000000000000 --- a/misc/dejagnu/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Automated program/system tester diff --git a/misc/demoniac/Makefile b/misc/demoniac/Makefile index 6c6f362e9d6b..fa2eb7a52b06 100644 --- a/misc/demoniac/Makefile +++ b/misc/demoniac/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.calodox.org/demoniac/files/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A tool for exploring and animating graphics effects + LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea USE_REINPLACE= yes diff --git a/misc/demoniac/pkg-comment b/misc/demoniac/pkg-comment deleted file mode 100644 index ed29d873da26..000000000000 --- a/misc/demoniac/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A tool for exploring and animating graphics effects diff --git a/misc/diction/Makefile b/misc/diction/Makefile index 735f174167cc..7c7429a6a13c 100644 --- a/misc/diction/Makefile +++ b/misc/diction/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.moria.de/~michael/diction/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= GNU diction and style + USE_AUTOCONF= yes MAN1= diction.1 style.1 diff --git a/misc/diction/pkg-comment b/misc/diction/pkg-comment deleted file mode 100644 index b7f0f69b0e57..000000000000 --- a/misc/diction/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU diction and style diff --git a/misc/dirtree/Makefile b/misc/dirtree/Makefile index 6fea716b2287..c50b827dab42 100644 --- a/misc/dirtree/Makefile +++ b/misc/dirtree/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://home.pages.at/kingleo/development/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A command line tool for displaying directory trees + LIB_DEPENDS= LeoArg.2:${PORTSDIR}/devel/leoarg \ intl.4:${PORTSDIR}/devel/gettext diff --git a/misc/dirtree/pkg-comment b/misc/dirtree/pkg-comment deleted file mode 100644 index 73d89e7acfca..000000000000 --- a/misc/dirtree/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A command line tool for displaying directory trees diff --git a/misc/display/Makefile b/misc/display/Makefile index 49c91ca4e725..b807022e0d3b 100644 --- a/misc/display/Makefile +++ b/misc/display/Makefile @@ -13,6 +13,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Runs command repeatedly; shows output (can conflict with ImageMagick) + GNU_CONFIGURE= yes MAN1= display.1 diff --git a/misc/display/pkg-comment b/misc/display/pkg-comment deleted file mode 100644 index 5f2a98423a35..000000000000 --- a/misc/display/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Runs command repeatedly; shows output (can conflict with ImageMagick) diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index 74b354948e7f..8ba7fa7a20cc 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.blackie.dk/dotfile/download/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A GUI dotfile generator program to create .config files + BUILD_DEPENDS= formail:${PORTSDIR}/mail/procmail LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82 diff --git a/misc/dotfile/pkg-comment b/misc/dotfile/pkg-comment deleted file mode 100644 index aa32605fa333..000000000000 --- a/misc/dotfile/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A GUI dotfile generator program to create .config files diff --git a/misc/earthview/Makefile b/misc/earthview/Makefile index fb8c584cff6f..ffc5779e0fa2 100644 --- a/misc/earthview/Makefile +++ b/misc/earthview/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Produces a view output of an arbitrary region of the Earth + USE_REINPLACE= yes USE_XLIB= yes CFLAGS+= -I${X11BASE}/include diff --git a/misc/earthview/pkg-comment b/misc/earthview/pkg-comment deleted file mode 100644 index 4bc185669024..000000000000 --- a/misc/earthview/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Produces a view output of an arbitrary region of the Earth diff --git a/misc/ewipe/Makefile b/misc/ewipe/Makefile index 92e2365293ca..5bd9cff0292e 100644 --- a/misc/ewipe/Makefile +++ b/misc/ewipe/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.jnet-jp.to/~sekisita/ewipe/ MAINTAINER?= ports@FreeBSD.org +PORTCOMMENT= Tcl/tk-based presentation tool + .if defined(KANJI) RUN_DEPENDS= wish8.0jp:${PORTSDIR}/japanese/tk80 .else diff --git a/misc/ewipe/pkg-comment b/misc/ewipe/pkg-comment deleted file mode 100644 index 56e66b459eff..000000000000 --- a/misc/ewipe/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Tcl/tk-based presentation tool diff --git a/misc/floatator/Makefile b/misc/floatator/Makefile index b727f12ab0b3..78cf108b5c13 100644 --- a/misc/floatator/Makefile +++ b/misc/floatator/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.cichon.com/floatator/download/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= An interactive fluid dynamics simulation + USE_REINPLACE= yes USE_XLIB= yes USE_MOTIF= yes diff --git a/misc/floatator/pkg-comment b/misc/floatator/pkg-comment deleted file mode 100644 index 04bd1b7a50c5..000000000000 --- a/misc/floatator/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An interactive fluid dynamics simulation diff --git a/misc/git/Makefile b/misc/git/Makefile index 57c4bcb948a8..bd8dd3b6fda3 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= GNU Interactive Tools - a file system browser for UNIX systems + GNU_CONFIGURE= YES MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 \ gitrgrep.1 gitunpack.1 diff --git a/misc/git/pkg-comment b/misc/git/pkg-comment deleted file mode 100644 index 6f21870402bd..000000000000 --- a/misc/git/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU Interactive Tools - a file system browser for UNIX systems diff --git a/misc/gman/Makefile b/misc/gman/Makefile index e1245df30f9a..f2e41c0cda2c 100644 --- a/misc/gman/Makefile +++ b/misc/gman/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://homex.coolconnect.com/user/xkwang/gman/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A user-friendly graphical front end for the man system + LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg RUN_DEPENDS= ghostview:${PORTSDIR}/print/ghostview diff --git a/misc/gman/pkg-comment b/misc/gman/pkg-comment deleted file mode 100644 index 8d5c73b6c656..000000000000 --- a/misc/gman/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A user-friendly graphical front end for the man system diff --git a/misc/gnuit/Makefile b/misc/gnuit/Makefile index 57c4bcb948a8..bd8dd3b6fda3 100644 --- a/misc/gnuit/Makefile +++ b/misc/gnuit/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= GNU Interactive Tools - a file system browser for UNIX systems + GNU_CONFIGURE= YES MAN1= git.1 gitaction.1 gitkeys.1 gitmount.1 \ gitrgrep.1 gitunpack.1 diff --git a/misc/gnuit/pkg-comment b/misc/gnuit/pkg-comment deleted file mode 100644 index 6f21870402bd..000000000000 --- a/misc/gnuit/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GNU Interactive Tools - a file system browser for UNIX systems diff --git a/misc/goblin/Makefile b/misc/goblin/Makefile index 8c959fe1d75a..a5f4957f5d7d 100644 --- a/misc/goblin/Makefile +++ b/misc/goblin/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A Graph Object Library for Network Programming Problems + LIB_DEPENDS= tcl83:${PORTSDIR}/lang/tcl83 \ tk83:${PORTSDIR}/x11-toolkits/tk83 diff --git a/misc/goblin/pkg-comment b/misc/goblin/pkg-comment deleted file mode 100644 index 43ed71ddf937..000000000000 --- a/misc/goblin/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Graph Object Library for Network Programming Problems diff --git a/misc/goldstr/Makefile b/misc/goldstr/Makefile index 2e431869f333..6bad774893b3 100644 --- a/misc/goldstr/Makefile +++ b/misc/goldstr/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://it.geocities.com/andreamolteni/prog/goldstr/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Compute the golden string + LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt GNU_CONFIGURE= yes diff --git a/misc/goldstr/pkg-comment b/misc/goldstr/pkg-comment deleted file mode 100644 index 5edb4332f41e..000000000000 --- a/misc/goldstr/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Compute the golden string diff --git a/misc/gonvert/Makefile b/misc/gonvert/Makefile index a2e1dfe3d673..cc0a0610f368 100644 --- a/misc/gonvert/Makefile +++ b/misc/gonvert/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://webhome.idirect.com/~tekatch/anthony/ucu/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A conversion utility that allows conversion between many units + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/GTK.py:${PORTSDIR}/x11-toolkits/py-gtk \ ${PYTHON_SITELIBDIR}/gtk-1.2/gnome/ui.py:${PORTSDIR}/x11-toolkits/py-gnome diff --git a/misc/gonvert/pkg-comment b/misc/gonvert/pkg-comment deleted file mode 100644 index 0e4c351e8c06..000000000000 --- a/misc/gonvert/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A conversion utility that allows conversion between many units diff --git a/misc/grc/Makefile b/misc/grc/Makefile index afa7a7325b3e..2d86fe11b27c 100644 --- a/misc/grc/Makefile +++ b/misc/grc/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Generic Colouriser + USE_REINPLACE= yes USE_PYTHON= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} diff --git a/misc/grc/pkg-comment b/misc/grc/pkg-comment deleted file mode 100644 index f4029973fbaf..000000000000 --- a/misc/grc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Generic Colouriser diff --git a/misc/gretl/Makefile b/misc/gretl/Makefile index dd25124dcd48..358b340c6b80 100644 --- a/misc/gretl/Makefile +++ b/misc/gretl/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Gnu Regression, Econometrics and Time-series Library + BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot LIB_DEPENDS= gnomeole2.0:${PORTSDIR}/devel/libole2 \ gmp.6:${PORTSDIR}/math/libgmp4 \ diff --git a/misc/gretl/pkg-comment b/misc/gretl/pkg-comment deleted file mode 100644 index f528efe7ec35..000000000000 --- a/misc/gretl/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Gnu Regression, Econometrics and Time-series Library diff --git a/misc/icemc/Makefile b/misc/icemc/Makefile index fc26b4fe08c5..3b0319baea56 100644 --- a/misc/icemc/Makefile +++ b/misc/icemc/Makefile @@ -17,6 +17,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= adamw@FreeBSD.org +PORTCOMMENT= QT-based menu editor for IceWM + USE_X_PREFIX= yes USE_QT_VER= 3 diff --git a/misc/icemc/pkg-comment b/misc/icemc/pkg-comment deleted file mode 100644 index d3475f8f72ac..000000000000 --- a/misc/icemc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -QT-based menu editor for IceWM diff --git a/misc/kcd-devel/Makefile b/misc/kcd-devel/Makefile index dec354cbd049..928641a25f02 100644 --- a/misc/kcd-devel/Makefile +++ b/misc/kcd-devel/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Change directory in full-screen visual mode + LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes diff --git a/misc/kcd-devel/pkg-comment b/misc/kcd-devel/pkg-comment deleted file mode 100644 index d38c22946ed5..000000000000 --- a/misc/kcd-devel/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Change directory in full-screen visual mode diff --git a/misc/kcd/Makefile b/misc/kcd/Makefile index dec354cbd049..928641a25f02 100644 --- a/misc/kcd/Makefile +++ b/misc/kcd/Makefile @@ -13,6 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Change directory in full-screen visual mode + LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes diff --git a/misc/kcd/pkg-comment b/misc/kcd/pkg-comment deleted file mode 100644 index d38c22946ed5..000000000000 --- a/misc/kcd/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Change directory in full-screen visual mode diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile index 4b52c3aeead2..4586e49e40bb 100644 --- a/misc/p5-Array-PrintCols/Makefile +++ b/misc/p5-Array-PrintCols/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Perl5 module to print arrays of elements in sorted columns + PERL_CONFIGURE= yes MAN3= Array::PrintCols.3 diff --git a/misc/p5-Array-PrintCols/pkg-comment b/misc/p5-Array-PrintCols/pkg-comment deleted file mode 100644 index 200f2e5a3e2e..000000000000 --- a/misc/p5-Array-PrintCols/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Perl5 module to print arrays of elements in sorted columns diff --git a/misc/p5-Business-OnlinePayment-2CheckOut/Makefile b/misc/p5-Business-OnlinePayment-2CheckOut/Makefile index 3e0ddd7dcc0e..8d7a2c225b3d 100644 --- a/misc/p5-Business-OnlinePayment-2CheckOut/Makefile +++ b/misc/p5-Business-OnlinePayment-2CheckOut/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A Business::OnlinePayment backend module for 2CheckOut authorization service + BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/misc/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/misc/p5-Business-OnlinePayment \ ${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS diff --git a/misc/p5-Business-OnlinePayment-2CheckOut/pkg-comment b/misc/p5-Business-OnlinePayment-2CheckOut/pkg-comment deleted file mode 100644 index bfe7fefe5ac4..000000000000 --- a/misc/p5-Business-OnlinePayment-2CheckOut/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Business::OnlinePayment backend module for 2CheckOut authorization service diff --git a/misc/p5-Business-OnlinePayment-AuthorizeNet/Makefile b/misc/p5-Business-OnlinePayment-AuthorizeNet/Makefile index 947870599237..42e38ee6429b 100644 --- a/misc/p5-Business-OnlinePayment-AuthorizeNet/Makefile +++ b/misc/p5-Business-OnlinePayment-AuthorizeNet/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A Business::OnlinePayment backend module for Authorize.Net + BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/misc/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/misc/p5-Business-OnlinePayment \ ${SITE_PERL}/${PERL_ARCH}/Text/CSV_XS.pm:${PORTSDIR}/textproc/p5-Text-CSV_XS diff --git a/misc/p5-Business-OnlinePayment-AuthorizeNet/pkg-comment b/misc/p5-Business-OnlinePayment-AuthorizeNet/pkg-comment deleted file mode 100644 index e143287f4177..000000000000 --- a/misc/p5-Business-OnlinePayment-AuthorizeNet/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Business::OnlinePayment backend module for Authorize.Net diff --git a/misc/p5-Business-OnlinePayment-BankOfAmerica/Makefile b/misc/p5-Business-OnlinePayment-BankOfAmerica/Makefile index 0ef53bb255d9..3955cc0fcd6a 100644 --- a/misc/p5-Business-OnlinePayment-BankOfAmerica/Makefile +++ b/misc/p5-Business-OnlinePayment-BankOfAmerica/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A Business::OnlinePayment backend module for Bank of America eStores + BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/misc/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/misc/p5-Business-OnlinePayment RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/misc/p5-Business-OnlinePayment-BankOfAmerica/pkg-comment b/misc/p5-Business-OnlinePayment-BankOfAmerica/pkg-comment deleted file mode 100644 index b2334629b178..000000000000 --- a/misc/p5-Business-OnlinePayment-BankOfAmerica/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Business::OnlinePayment backend module for Bank of America eStores diff --git a/misc/p5-Business-OnlinePayment-Beanstream/Makefile b/misc/p5-Business-OnlinePayment-Beanstream/Makefile index 80ebffecf075..2fdf42405cca 100644 --- a/misc/p5-Business-OnlinePayment-Beanstream/Makefile +++ b/misc/p5-Business-OnlinePayment-Beanstream/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A Business::OnlinePayment backend module for Beanstream + BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/misc/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/misc/p5-Business-OnlinePayment RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/misc/p5-Business-OnlinePayment-Beanstream/pkg-comment b/misc/p5-Business-OnlinePayment-Beanstream/pkg-comment deleted file mode 100644 index 7d668838b1f4..000000000000 --- a/misc/p5-Business-OnlinePayment-Beanstream/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Business::OnlinePayment backend module for Beanstream diff --git a/misc/p5-Business-OnlinePayment-Cardstream/Makefile b/misc/p5-Business-OnlinePayment-Cardstream/Makefile index 377c500d6a94..a573e474e53f 100644 --- a/misc/p5-Business-OnlinePayment-Cardstream/Makefile +++ b/misc/p5-Business-OnlinePayment-Cardstream/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A Business::OnlinePayment backend module for Cardstream + BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/misc/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/misc/p5-Business-OnlinePayment RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/misc/p5-Business-OnlinePayment-Cardstream/pkg-comment b/misc/p5-Business-OnlinePayment-Cardstream/pkg-comment deleted file mode 100644 index f20d35b58860..000000000000 --- a/misc/p5-Business-OnlinePayment-Cardstream/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Business::OnlinePayment backend module for Cardstream diff --git a/misc/p5-Business-OnlinePayment-LinkPoint/Makefile b/misc/p5-Business-OnlinePayment-LinkPoint/Makefile index 2f77065a8bb0..45c8ab3dd0dc 100644 --- a/misc/p5-Business-OnlinePayment-LinkPoint/Makefile +++ b/misc/p5-Business-OnlinePayment-LinkPoint/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A Business::OnlinePayment backend module for LinkPoint + BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/misc/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/misc/p5-Business-OnlinePayment RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/misc/p5-Business-OnlinePayment-LinkPoint/pkg-comment b/misc/p5-Business-OnlinePayment-LinkPoint/pkg-comment deleted file mode 100644 index ade073653334..000000000000 --- a/misc/p5-Business-OnlinePayment-LinkPoint/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Business::OnlinePayment backend module for LinkPoint diff --git a/misc/p5-Business-OnlinePayment-SurePay/Makefile b/misc/p5-Business-OnlinePayment-SurePay/Makefile index 049ca60acb25..b8f29d13fff3 100644 --- a/misc/p5-Business-OnlinePayment-SurePay/Makefile +++ b/misc/p5-Business-OnlinePayment-SurePay/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A Business::OnlinePayment backend module for SurePay authorization service + BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/misc/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/misc/p5-Business-OnlinePayment RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/misc/p5-Business-OnlinePayment-SurePay/pkg-comment b/misc/p5-Business-OnlinePayment-SurePay/pkg-comment deleted file mode 100644 index 19d5587243f9..000000000000 --- a/misc/p5-Business-OnlinePayment-SurePay/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Business::OnlinePayment backend module for SurePay authorization service diff --git a/misc/p5-Business-OnlinePayment-TCLink/Makefile b/misc/p5-Business-OnlinePayment-TCLink/Makefile index 004830fb0343..cc4c678e0ee1 100644 --- a/misc/p5-Business-OnlinePayment-TCLink/Makefile +++ b/misc/p5-Business-OnlinePayment-TCLink/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A Business::OnlinePayment backend module for TrustCommerce + BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/misc/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/misc/p5-Business-OnlinePayment \ ${SITE_PERL}/${PERL_ARCH}/Net/TCLink.pm:${PORTSDIR}/net/p5-Net-TCLink diff --git a/misc/p5-Business-OnlinePayment-TCLink/pkg-comment b/misc/p5-Business-OnlinePayment-TCLink/pkg-comment deleted file mode 100644 index 74cba009dd4c..000000000000 --- a/misc/p5-Business-OnlinePayment-TCLink/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Business::OnlinePayment backend module for TrustCommerce diff --git a/misc/p5-Business-OnlinePayment-VirtualNet/Makefile b/misc/p5-Business-OnlinePayment-VirtualNet/Makefile index 7bbc020525ea..4e5fff9ffd21 100644 --- a/misc/p5-Business-OnlinePayment-VirtualNet/Makefile +++ b/misc/p5-Business-OnlinePayment-VirtualNet/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A Business::OnlinePayment backend module for Vital VirtualNet + BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/misc/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/misc/p5-Business-OnlinePayment \ ${SITE_PERL}/Date/Format.pm:${PORTSDIR}/devel/p5-TimeDate \ diff --git a/misc/p5-Business-OnlinePayment-VirtualNet/pkg-comment b/misc/p5-Business-OnlinePayment-VirtualNet/pkg-comment deleted file mode 100644 index 528666a4456e..000000000000 --- a/misc/p5-Business-OnlinePayment-VirtualNet/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Business::OnlinePayment backend module for Vital VirtualNet diff --git a/misc/p5-Business-OnlinePayment-WorldPay-Junior/Makefile b/misc/p5-Business-OnlinePayment-WorldPay-Junior/Makefile index 05a5ca752aec..fdca4bd35d2b 100644 --- a/misc/p5-Business-OnlinePayment-WorldPay-Junior/Makefile +++ b/misc/p5-Business-OnlinePayment-WorldPay-Junior/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= An Business::OnlinePayment backend module for a WorldPay Select Junior service + BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/misc/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/misc/p5-Business-OnlinePayment RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/misc/p5-Business-OnlinePayment-WorldPay-Junior/pkg-comment b/misc/p5-Business-OnlinePayment-WorldPay-Junior/pkg-comment deleted file mode 100644 index ec7a767e7e65..000000000000 --- a/misc/p5-Business-OnlinePayment-WorldPay-Junior/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An Business::OnlinePayment backend module for a WorldPay Select Junior service diff --git a/misc/p5-Business-OnlinePayment-eSec/Makefile b/misc/p5-Business-OnlinePayment-eSec/Makefile index 65ea768598a2..2e34aef62f5c 100644 --- a/misc/p5-Business-OnlinePayment-eSec/Makefile +++ b/misc/p5-Business-OnlinePayment-eSec/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= An Business::OnlinePayment backend module for eSec + BUILD_DEPENDS= ${SITE_PERL}/Business/CreditCard.pm:${PORTSDIR}/misc/p5-Business-CreditCard \ ${SITE_PERL}/Business/OnlinePayment.pm:${PORTSDIR}/misc/p5-Business-OnlinePayment RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/misc/p5-Business-OnlinePayment-eSec/pkg-comment b/misc/p5-Business-OnlinePayment-eSec/pkg-comment deleted file mode 100644 index 3cd26da3df6d..000000000000 --- a/misc/p5-Business-OnlinePayment-eSec/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An Business::OnlinePayment backend module for eSec diff --git a/misc/p5-Business-OnlinePayment/Makefile b/misc/p5-Business-OnlinePayment/Makefile index 78d9a0428344..7df99b461b7e 100644 --- a/misc/p5-Business-OnlinePayment/Makefile +++ b/misc/p5-Business-OnlinePayment/Makefile @@ -14,6 +14,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A generic interface for processing online credit card payments + BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Net/SSLeay.pm:${PORTSDIR}/security/p5-Net-SSLeay RUN_DEPENDS= ${BUILD_DEPENDS} diff --git a/misc/p5-Business-OnlinePayment/pkg-comment b/misc/p5-Business-OnlinePayment/pkg-comment deleted file mode 100644 index 62c336ac4424..000000000000 --- a/misc/p5-Business-OnlinePayment/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A generic interface for processing online credit card payments diff --git a/misc/p5-Chatbot-Eliza/Makefile b/misc/p5-Chatbot-Eliza/Makefile index 16c851c3e93a..4d46af11ae00 100644 --- a/misc/p5-Chatbot-Eliza/Makefile +++ b/misc/p5-Chatbot-Eliza/Makefile @@ -15,6 +15,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A clone of the classic Eliza program + PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} diff --git a/misc/p5-Chatbot-Eliza/pkg-comment b/misc/p5-Chatbot-Eliza/pkg-comment deleted file mode 100644 index bfa44d4446fd..000000000000 --- a/misc/p5-Chatbot-Eliza/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A clone of the classic Eliza program diff --git a/misc/patchutils/Makefile b/misc/patchutils/Makefile index 9b0fdc696bea..162250f37be8 100644 --- a/misc/patchutils/Makefile +++ b/misc/patchutils/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://cyberelk.net/tim/data/patchutils/stable/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A small collection of programs that operate on patch files + RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 USE_BZIP2= yes diff --git a/misc/patchutils/pkg-comment b/misc/patchutils/pkg-comment deleted file mode 100644 index cbdb56dd37bc..000000000000 --- a/misc/patchutils/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A small collection of programs that operate on patch files diff --git a/misc/pdfmap/Makefile b/misc/pdfmap/Makefile index 7713d93a8082..be04f0cd0404 100644 --- a/misc/pdfmap/Makefile +++ b/misc/pdfmap/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Generate maps in PDF format and place clickable objects on them + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/jaxml.py:${PORTSDIR}/textproc/py-jaxml \ ${PYTHON_SITELIBDIR}/reportlab/pdfgen/canvas.py:${PORTSDIR}/print/py-reportlab \ ${PYTHON_SITELIBDIR}/PIL/Image.py:${PORTSDIR}/graphics/py-imaging diff --git a/misc/pdfmap/pkg-comment b/misc/pdfmap/pkg-comment deleted file mode 100644 index 19fc058c387a..000000000000 --- a/misc/pdfmap/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Generate maps in PDF format and place clickable objects on them diff --git a/misc/pinfo/Makefile b/misc/pinfo/Makefile index d5f41ce22b80..1077ad10805b 100644 --- a/misc/pinfo/Makefile +++ b/misc/pinfo/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://zeus.polsl.gliwice.pl/~pborys/stable-version/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Ncurses based, lynx style info documentation browser + LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes diff --git a/misc/pinfo/pkg-comment b/misc/pinfo/pkg-comment deleted file mode 100644 index f0458b3f9cf5..000000000000 --- a/misc/pinfo/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Ncurses based, lynx style info documentation browser diff --git a/misc/pybliographer/Makefile b/misc/pybliographer/Makefile index 4002dbfc65a5..a70cdef99477 100644 --- a/misc/pybliographer/Makefile +++ b/misc/pybliographer/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= sources/pyblio/1.0 MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= GUI and command-line tools for editing and searching bibliographic databases + BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome \ recode:${PORTSDIR}/converters/recode RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-1.2/_gnomemodule.so:${PORTSDIR}/x11-toolkits/py-gnome \ diff --git a/misc/pybliographer/pkg-comment b/misc/pybliographer/pkg-comment deleted file mode 100644 index 1c1ee1a1db4f..000000000000 --- a/misc/pybliographer/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -GUI and command-line tools for editing and searching bibliographic databases diff --git a/misc/qmc/Makefile b/misc/qmc/Makefile index 36f1304ec7b1..80aaa3925a1d 100644 --- a/misc/qmc/Makefile +++ b/misc/qmc/Makefile @@ -14,6 +14,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/bbeta/} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Quine-McClusky process simplification tool + NO_WRKSUBDIR= yes do-build: diff --git a/misc/qmc/pkg-comment b/misc/qmc/pkg-comment deleted file mode 100644 index 2227bf161e67..000000000000 --- a/misc/qmc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Quine-McClusky process simplification tool diff --git a/misc/quantlib/Makefile b/misc/quantlib/Makefile index 83853fda4edf..6caa35623357 100644 --- a/misc/quantlib/Makefile +++ b/misc/quantlib/Makefile @@ -15,6 +15,8 @@ DISTNAME= QuantLib-${PORTVERSION}-src MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A comprehensive software framework for quantitative finance + WRKSRC= ${WRKDIR}/QuantLib-${PORTVERSION} USE_REINPLACE= yes diff --git a/misc/quantlib/pkg-comment b/misc/quantlib/pkg-comment deleted file mode 100644 index 3392b6a80441..000000000000 --- a/misc/quantlib/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A comprehensive software framework for quantitative finance diff --git a/misc/salias/Makefile b/misc/salias/Makefile index ee8d946edc99..83bc4b2e09ec 100644 --- a/misc/salias/Makefile +++ b/misc/salias/Makefile @@ -15,6 +15,8 @@ DISTNAME= py-${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A command-line tool to alias arguments of other programs + USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/misc/salias/pkg-comment b/misc/salias/pkg-comment deleted file mode 100644 index 49b52b54b046..000000000000 --- a/misc/salias/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A command-line tool to alias arguments of other programs diff --git a/misc/shc/Makefile b/misc/shc/Makefile index 573087f4280e..b7fb9cad215b 100644 --- a/misc/shc/Makefile +++ b/misc/shc/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A shell script "encoder" + IGNORE= "Produces broken binaries" USE_REINPLACE= yes diff --git a/misc/shc/pkg-comment b/misc/shc/pkg-comment deleted file mode 100644 index 889f8be04f33..000000000000 --- a/misc/shc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A shell script "encoder" diff --git a/misc/splitvt/Makefile b/misc/splitvt/Makefile index f59450969aed..c9fb98fbd848 100644 --- a/misc/splitvt/Makefile +++ b/misc/splitvt/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.devolution.com/~slouken/projects/splitvt/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Run two shells in a split window/terminal + HAS_CONFIGURE= yes ALL_TARGET= MAN1= splitvt.1 diff --git a/misc/splitvt/pkg-comment b/misc/splitvt/pkg-comment deleted file mode 100644 index 24c4c891e664..000000000000 --- a/misc/splitvt/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Run two shells in a split window/terminal diff --git a/misc/sshbuddy/Makefile b/misc/sshbuddy/Makefile index fde9671c7354..ba183dcf1946 100644 --- a/misc/sshbuddy/Makefile +++ b/misc/sshbuddy/Makefile @@ -14,6 +14,8 @@ MASTER_SITES= http://topcu.linux.tucows.com/files/x11/network/ \ MAINTAINER= ports@freebsd.org +PORTCOMMENT= Simple and small GUI utility to manage ssh sessions + RUN_DEPENDS= expectk:${PORTSDIR}/lang/expect NO_BUILD= yes diff --git a/misc/sshbuddy/pkg-comment b/misc/sshbuddy/pkg-comment deleted file mode 100644 index 2d74ff2eb45e..000000000000 --- a/misc/sshbuddy/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Simple and small GUI utility to manage ssh sessions diff --git a/misc/stan/Makefile b/misc/stan/Makefile index 748b7e1977e4..34b41332e3fe 100644 --- a/misc/stan/Makefile +++ b/misc/stan/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.roqe.org/stan/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Generate several statisical information of a stream + GNU_CONFIGURE= yes MAN1= stan.1 diff --git a/misc/stan/pkg-comment b/misc/stan/pkg-comment deleted file mode 100644 index 8bc4a82ce99c..000000000000 --- a/misc/stan/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Generate several statisical information of a stream diff --git a/misc/tcb/Makefile b/misc/tcb/Makefile index beb0b6bbbbbd..8728fb14ec39 100644 --- a/misc/tcb/Makefile +++ b/misc/tcb/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= utils/file MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= File viewer for terminal + USE_GMAKE= yes MAN1= tcb.1 diff --git a/misc/tcb/pkg-comment b/misc/tcb/pkg-comment deleted file mode 100644 index 8892dffe99f3..000000000000 --- a/misc/tcb/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -File viewer for terminal diff --git a/misc/ttyrec/Makefile b/misc/ttyrec/Makefile index b6721478184a..d4942eaa1b6a 100644 --- a/misc/ttyrec/Makefile +++ b/misc/ttyrec/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://namazu.org/~satoru/ttyrec/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Tty recorder + USE_REINPLACE= yes MAN1= ttyplay.1 ttyrec.1 diff --git a/misc/ttyrec/pkg-comment b/misc/ttyrec/pkg-comment deleted file mode 100644 index f49b8376644f..000000000000 --- a/misc/ttyrec/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Tty recorder diff --git a/misc/txt2regex/Makefile b/misc/txt2regex/Makefile index e3c6e41f7a53..d5221c971bb2 100644 --- a/misc/txt2regex/Makefile +++ b/misc/txt2regex/Makefile @@ -14,6 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A Regular Expression "wizard" + RUN_DEPENDS= bash:${PORTSDIR}/shells/bash2 USE_REINPLACE= yes diff --git a/misc/txt2regex/pkg-comment b/misc/txt2regex/pkg-comment deleted file mode 100644 index fcbe480fbca7..000000000000 --- a/misc/txt2regex/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Regular Expression "wizard" diff --git a/misc/viz/Makefile b/misc/viz/Makefile index 8d3493312213..9282ae4199c6 100644 --- a/misc/viz/Makefile +++ b/misc/viz/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= fenner EXTRACT_SUFX= .tgz +PORTCOMMENT= Convert invisible (binary) characters to a visible form + MAN1= viz.1 inviz.1 .include <bsd.port.mk> diff --git a/misc/viz/pkg-comment b/misc/viz/pkg-comment deleted file mode 100644 index 5fed64e3f163..000000000000 --- a/misc/viz/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Convert invisible (binary) characters to a visible form diff --git a/misc/whichman/Makefile b/misc/whichman/Makefile index 5ebb0e7475c1..4605682ae0e5 100644 --- a/misc/whichman/Makefile +++ b/misc/whichman/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= apps/doctools MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Approximate matching utilities to search for manpages and files + MAN1= whichman.1 ftff.1 ftwhich.1 .include <bsd.port.mk> diff --git a/misc/whichman/pkg-comment b/misc/whichman/pkg-comment deleted file mode 100644 index 26a11b3ff59d..000000000000 --- a/misc/whichman/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Approximate matching utilities to search for manpages and files diff --git a/misc/wmfirew/Makefile b/misc/wmfirew/Makefile index bcc2bf9dfdcd..5586b2ba1f09 100644 --- a/misc/wmfirew/Makefile +++ b/misc/wmfirew/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://web.novalis.org/programs/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A dockapp that shows fireworks in action + WRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME} USE_GMAKE= yes USE_XPM= yes diff --git a/misc/wmfirew/pkg-comment b/misc/wmfirew/pkg-comment deleted file mode 100644 index be5d93525b58..000000000000 --- a/misc/wmfirew/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dockapp that shows fireworks in action diff --git a/misc/wmjulia/Makefile b/misc/wmjulia/Makefile index 01733f141d32..1d4ef08abea7 100644 --- a/misc/wmjulia/Makefile +++ b/misc/wmjulia/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://web.novalis.org/programs/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A dockapp that creates an animated Julia set + WRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME} USE_GMAKE= yes USE_XPM= yes diff --git a/misc/wmjulia/pkg-comment b/misc/wmjulia/pkg-comment deleted file mode 100644 index 7e274cdd43f6..000000000000 --- a/misc/wmjulia/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dockapp that creates an animated Julia set diff --git a/misc/wmmand/Makefile b/misc/wmmand/Makefile index 5d6006546145..f93a087cc2f6 100644 --- a/misc/wmmand/Makefile +++ b/misc/wmmand/Makefile @@ -12,6 +12,8 @@ DISTNAME= wmMand-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A DockApp mandelbrot explorer + WRKSRC= ${WRKDIR}/${DISTNAME}/wmMand USE_X_PREFIX= yes diff --git a/misc/wmmand/pkg-comment b/misc/wmmand/pkg-comment deleted file mode 100644 index d5a49bef9c06..000000000000 --- a/misc/wmmand/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A DockApp mandelbrot explorer diff --git a/misc/wmpal/Makefile b/misc/wmpal/Makefile index 47f5e35fb31e..2f6158c68d7b 100644 --- a/misc/wmpal/Makefile +++ b/misc/wmpal/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://www.asleep.net/wmpal/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A one of the most useless dockapps in the world + LIB_DEPENDS= dockapp.1:${PORTSDIR}/x11-wm/libdockapp USE_X_PREFIX= yes diff --git a/misc/wmpal/pkg-comment b/misc/wmpal/pkg-comment deleted file mode 100644 index 0ab15162c75a..000000000000 --- a/misc/wmpal/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A one of the most useless dockapps in the world diff --git a/misc/wmproxyper/Makefile b/misc/wmproxyper/Makefile index 100e8f3724c4..8a927a64f031 100644 --- a/misc/wmproxyper/Makefile +++ b/misc/wmproxyper/Makefile @@ -13,6 +13,8 @@ DISTNAME= WMProxyPer-${PORTVERSION} MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Displays Distributed.net Personal Proxy current status and progress + LIB_DEPENDS= dockapp.1:${PORTSDIR}/x11-wm/libdockapp USE_GMAKE= yes diff --git a/misc/wmproxyper/pkg-comment b/misc/wmproxyper/pkg-comment deleted file mode 100644 index b5c1b7e56689..000000000000 --- a/misc/wmproxyper/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Displays Distributed.net Personal Proxy current status and progress diff --git a/misc/wmstock/Makefile b/misc/wmstock/Makefile index 84027b84252c..4a59cfdc7a06 100644 --- a/misc/wmstock/Makefile +++ b/misc/wmstock/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://mattfischer.com/wmstock/src/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Cool WindowMaker Dockapp that shows stock ticker(s) + USE_X_PREFIX= yes USE_XPM= yes diff --git a/misc/wmstock/pkg-comment b/misc/wmstock/pkg-comment deleted file mode 100644 index 12a1f9f2f1f2..000000000000 --- a/misc/wmstock/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Cool WindowMaker Dockapp that shows stock ticker(s) diff --git a/misc/wmtunlo/Makefile b/misc/wmtunlo/Makefile index 5874d35db122..cc76b71b43e2 100644 --- a/misc/wmtunlo/Makefile +++ b/misc/wmtunlo/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://clay.ll.pl/download/ MAINTAINER= adamw@FreeBSD.org +PORTCOMMENT= A bo(O)oooring 2d tunnel in wmaker dock + USE_REINPLACE= yes USE_X_PREFIX= yes USE_XPM= yes diff --git a/misc/wmtunlo/pkg-comment b/misc/wmtunlo/pkg-comment deleted file mode 100644 index d07b6b69ff46..000000000000 --- a/misc/wmtunlo/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A bo(O)oooring 2d tunnel in wmaker dock diff --git a/misc/wmwork/Makefile b/misc/wmwork/Makefile index f4b7e24d9f72..d90e23cf4442 100644 --- a/misc/wmwork/Makefile +++ b/misc/wmwork/Makefile @@ -13,6 +13,8 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A dockapp that keeps track of time you\'ve spent working on something + LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src diff --git a/misc/wmwork/pkg-comment b/misc/wmwork/pkg-comment deleted file mode 100644 index 6f1ddf8f60b0..000000000000 --- a/misc/wmwork/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A dockapp that keeps track of time you've spent working on something diff --git a/misc/xenmenu/Makefile b/misc/xenmenu/Makefile index 006e7577efae..d83e5ff49f25 100644 --- a/misc/xenmenu/Makefile +++ b/misc/xenmenu/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= apps/misc MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Highly customizable, text-based menu generator + ALL_TARGET= # empty GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sys-config=${PREFIX}/etc/xenmenurc \ diff --git a/misc/xenmenu/pkg-comment b/misc/xenmenu/pkg-comment deleted file mode 100644 index 5c3c100a075b..000000000000 --- a/misc/xenmenu/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Highly customizable, text-based menu generator diff --git a/misc/xpns/Makefile b/misc/xpns/Makefile index c0b4a4ef6583..b54b1a9dd2d2 100644 --- a/misc/xpns/Makefile +++ b/misc/xpns/Makefile @@ -13,6 +13,8 @@ DISTFILES= pns_source.tar.Z MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Petri-Net Simulator for Xwindows + USE_REINPLACE= yes NO_WRKSUBDIR= yes USE_X_PREFIX= yes diff --git a/misc/xpns/pkg-comment b/misc/xpns/pkg-comment deleted file mode 100644 index c6ba332b84b1..000000000000 --- a/misc/xpns/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Petri-Net Simulator for Xwindows diff --git a/misc/yaunc/Makefile b/misc/yaunc/Makefile index 8f8c6e832e7d..802aabc2f102 100644 --- a/misc/yaunc/Makefile +++ b/misc/yaunc/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.redterror.net/code/yaunc/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Yet Another uptimes.net client + USE_REINPLACE= yes GNU_CONFIGURE= yes MAN1= yaunc.1 diff --git a/misc/yaunc/pkg-comment b/misc/yaunc/pkg-comment deleted file mode 100644 index 58a25082e0e4..000000000000 --- a/misc/yaunc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Yet Another uptimes.net client |