diff options
65 files changed, 43 insertions, 43 deletions
diff --git a/archivers/xdms/Makefile b/archivers/xdms/Makefile index 6e2bc320c2a2..001b2520bc34 100644 --- a/archivers/xdms/Makefile +++ b/archivers/xdms/Makefile @@ -12,14 +12,16 @@ MASTER_SITES= http://www.ee.tut.fi/~heikki/xdms/ DISTNAME= xdms MAINTAINER= markp@FreeBSD.org +COMMENT= An Amiga DMS archiver unpacker USE_ZIP= yes USE_REINPLACE= yes WRKSRC= ${WRKDIR}/xdms/src ALL_TARGET= xdms -pre-build: - ${REINPLACE_CMD} -e "s@gcc@${CC}@g; s@-O3 -Wall@${CFLAGS} -Wall@g" ${WRKSRC}/Makefile +post-patch: + ${REINPLACE_CMD} "s@gcc@${CC}@g; s@-O3 -Wall@${CFLAGS} -Wall@g" \ + ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xdms ${PREFIX}/bin diff --git a/archivers/xdms/pkg-comment b/archivers/xdms/pkg-comment deleted file mode 100644 index 9f9d06304e2d..000000000000 --- a/archivers/xdms/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An Amiga DMS archiver unpacker diff --git a/audio/funktrackergold/Makefile b/audio/funktrackergold/Makefile index a0c6adf59c48..e1fac726abfe 100644 --- a/audio/funktrackergold/Makefile +++ b/audio/funktrackergold/Makefile @@ -8,12 +8,14 @@ PORTNAME= funktrackergold PORTVERSION= 1.5.2 CATEGORIES= audio -MASTER_SITES= ${MASTER_SITE_SUNSITE} http://lothar.arafura.net.au/~jsno/rel/unix_projects/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} \ + http://lothar.arafura.net.au/~jsno/rel/unix_projects/ MASTER_SITE_SUBDIR= apps/sound/players DISTNAME= funktrackergold-1.5-2 EXTRACT_SUFX= .tgz MAINTAINER= markp@FreeBSD.org +COMMENT= A curses MOD/FNK music tracker WRKSRC= ${WRKDIR}/funkgold MAKE_ARGS= EXTRA_CFLAGS="${PTHREAD_CFLAGS}" \ diff --git a/audio/funktrackergold/pkg-comment b/audio/funktrackergold/pkg-comment deleted file mode 100644 index 4c6523093fb2..000000000000 --- a/audio/funktrackergold/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A curses MOD/FNK music tracker diff --git a/audio/id3tool/Makefile b/audio/id3tool/Makefile index 463578735d23..d4e865fe5055 100644 --- a/audio/id3tool/Makefile +++ b/audio/id3tool/Makefile @@ -11,6 +11,7 @@ CATEGORIES= audio MASTER_SITES= http://nekohako.xware.cx/id3tool/ MAINTAINER= markp@FreeBSD.org +COMMENT= A utility for manipulating mp3 ID3 Tags GNU_CONFIGURE= yes MAN1= id3tool.1 diff --git a/audio/id3tool/pkg-comment b/audio/id3tool/pkg-comment deleted file mode 100644 index 2d917a9b9240..000000000000 --- a/audio/id3tool/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A utility for manipulating mp3 ID3 Tags diff --git a/audio/id3tool/pkg-descr b/audio/id3tool/pkg-descr index a1fddb845b74..124fb38d0a30 100644 --- a/audio/id3tool/pkg-descr +++ b/audio/id3tool/pkg-descr @@ -2,6 +2,3 @@ Id3tool is a command line utility for manipulating MP3 ID3 tags. It can list/add or change tags in your MP3 files. WWW: http://nekohako.xware.cx/id3tool/ - -- Mark Pulford -mark@kyne.com.au diff --git a/dns/sleuth/Makefile b/dns/sleuth/Makefile index 253295edab84..90298d6e6164 100644 --- a/dns/sleuth/Makefile +++ b/dns/sleuth/Makefile @@ -11,6 +11,7 @@ CATEGORIES= net MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/ MAINTAINER= markp@FreeBSD.org +COMMENT= A tool for checking DNS zones RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS diff --git a/dns/sleuth/pkg-comment b/dns/sleuth/pkg-comment deleted file mode 100644 index e29ab893d150..000000000000 --- a/dns/sleuth/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A tool for checking DNS zones diff --git a/games/conquest/Makefile b/games/conquest/Makefile index a2a33386478c..eee057587f92 100644 --- a/games/conquest/Makefile +++ b/games/conquest/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.radscan.com/conquest/ EXTRACT_SUFX= .src.tar.gz MAINTAINER= markp@FreeBSD.org +COMMENT= A multi-player curses space warfare game similar to Netrek GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc/conquest \ @@ -22,10 +23,10 @@ BINGRP= conquest SHAREGRP= conquest post-patch: - ${REINPLACE_CMD} -e "s|^.*@chgrp .(CONQGROUP) conq.*||g; \ + ${REINPLACE_CMD} "s|^.*@chgrp .(CONQGROUP) conq.*||g; \ s|^.*@chmod 2771 conq.*||g;" ${WRKSRC}/Makefile.in - ${REINPLACE_CMD} -e "s/# include <termio.h>//g" ${WRKSRC}/c_defs.h - ${REINPLACE_CMD} -e "s/-O2 -fPIC//g" ${WRKSRC}/configure + ${REINPLACE_CMD} "s/# include <termio.h>//g" ${WRKSRC}/c_defs.h + ${REINPLACE_CMD} "s/-O2 -fPIC//g" ${WRKSRC}/configure do-install: @${SH} pkg-install ${PORTNAME} PRE-INSTALL diff --git a/games/conquest/pkg-comment b/games/conquest/pkg-comment deleted file mode 100644 index da1cbca43353..000000000000 --- a/games/conquest/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A multi-player curses space warfare game similar to Netrek diff --git a/games/lexter/Makefile b/games/lexter/Makefile index b3dc375e3a95..e663db69f7eb 100644 --- a/games/lexter/Makefile +++ b/games/lexter/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/arcade MAINTAINER= markp@FreeBSD.org +COMMENT= A real-time word puzzle for text terminals LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext diff --git a/games/lexter/pkg-comment b/games/lexter/pkg-comment deleted file mode 100644 index ba9a233e6208..000000000000 --- a/games/lexter/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A real-time word puzzle for text terminals diff --git a/games/nighthawk/Makefile b/games/nighthawk/Makefile index 4420dedd196a..47a9ad982669 100644 --- a/games/nighthawk/Makefile +++ b/games/nighthawk/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= games/arcade EXTRACT_SUFX= -1.tar.gz MAINTAINER= markp@FreeBSD.org +COMMENT= An X11 shoot-'em up which requires some lateral thinking GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-scores=/var/games/nighthawk.scores --enable-sound diff --git a/games/nighthawk/pkg-comment b/games/nighthawk/pkg-comment deleted file mode 100644 index 70c83487b608..000000000000 --- a/games/nighthawk/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An X11 shoot-'em up which requires some lateral thinking diff --git a/games/penguin-command/Makefile b/games/penguin-command/Makefile index f512966e5872..eef3739abf4b 100644 --- a/games/penguin-command/Makefile +++ b/games/penguin-command/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= markp@FreeBSD.org +COMMENT= A clone of the classic game Missile Command LIB_DEPENDS= SDL_mixer.2:${PORTSDIR}/audio/sdl_mixer \ png.5:${PORTSDIR}/graphics/png \ diff --git a/games/penguin-command/pkg-comment b/games/penguin-command/pkg-comment deleted file mode 100644 index 2ff486e43d9d..000000000000 --- a/games/penguin-command/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A clone of the classic game Missile Command diff --git a/games/pipenightdreams/Makefile b/games/pipenightdreams/Makefile index 8b5cb4d2b09c..d9302040e864 100644 --- a/games/pipenightdreams/Makefile +++ b/games/pipenightdreams/Makefile @@ -11,6 +11,7 @@ CATEGORIES= games MASTER_SITES= http://www.libsdl.org/projects/pipenightdreams/packages/ MAINTAINER= markp@FreeBSD.org +COMMENT= A puzzle game similar to PipeMania LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image diff --git a/games/pipenightdreams/pkg-comment b/games/pipenightdreams/pkg-comment deleted file mode 100644 index f2413b15ba50..000000000000 --- a/games/pipenightdreams/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A puzzle game similar to PipeMania diff --git a/games/xrot/Makefile b/games/xrot/Makefile index e4b7b898bb52..d8b26c56286a 100644 --- a/games/xrot/Makefile +++ b/games/xrot/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} \ MASTER_SITE_SUBDIR= will MAINTAINER= markp@FreeBSD.org +COMMENT= A falling ball puzzle game for X ALL_TARGET= xrot WRKSRC= ${WRKDIR}/xrot diff --git a/games/xrot/pkg-comment b/games/xrot/pkg-comment deleted file mode 100644 index 773b278f9e93..000000000000 --- a/games/xrot/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A falling ball puzzle game for X diff --git a/games/xsc/Makefile b/games/xsc/Makefile index 762fb2ab8c5c..d4854d4b1d5f 100644 --- a/games/xsc/Makefile +++ b/games/xsc/Makefile @@ -11,9 +11,11 @@ CATEGORIES= games MASTER_SITES= http://www.panix.com/~mbh/xsc/ MAINTAINER= markp@FreeBSD.org +COMMENT= A vector graphics space shoot'em up game USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include" LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${X11BASE}/include" \ + LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" .include <bsd.port.mk> diff --git a/games/xsc/pkg-comment b/games/xsc/pkg-comment deleted file mode 100644 index 87ec44d236df..000000000000 --- a/games/xsc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A vector graphics space shoot'em up game diff --git a/graphics/icontact/Makefile b/graphics/icontact/Makefile index 469a06e8d552..8e72c3d3af1c 100644 --- a/graphics/icontact/Makefile +++ b/graphics/icontact/Makefile @@ -11,6 +11,7 @@ CATEGORIES= graphics MASTER_SITES= http://www.panix.com/~mbh/icontact/ MAINTAINER= markp@FreeBSD.org +COMMENT= Combines multiples images to create a single customisable image RUN_DEPENDS= ${LOCALBASE}/bin/ppmmake:${PORTSDIR}/graphics/netpbm \ ${LOCALBASE}/bin/cjpeg:${PORTSDIR}/graphics/jpeg diff --git a/graphics/icontact/pkg-comment b/graphics/icontact/pkg-comment deleted file mode 100644 index 267398c7b4a2..000000000000 --- a/graphics/icontact/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Combines multiples images to create a single customisable image diff --git a/graphics/imagesort/Makefile b/graphics/imagesort/Makefile index 1c0cadf66bb6..8e0f690fd8ad 100644 --- a/graphics/imagesort/Makefile +++ b/graphics/imagesort/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/graphics/viewers/X MAINTAINER= markp@FreeBSD.org +COMMENT= A flexible X utility for managing many image files USE_X_PREFIX= yes USE_GNOMENG= yes diff --git a/graphics/imagesort/pkg-comment b/graphics/imagesort/pkg-comment deleted file mode 100644 index ba8dec4954aa..000000000000 --- a/graphics/imagesort/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A flexible X utility for managing many image files diff --git a/graphics/isreal/Makefile b/graphics/isreal/Makefile index 844f88289d3b..55955fc3236f 100644 --- a/graphics/isreal/Makefile +++ b/graphics/isreal/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= markp EXTRACT_SUFX= .tar MAINTAINER= markp@FreeBSD.org +COMMENT= An image classification utility USE_XLIB= yes USE_GNOMENG= yes diff --git a/graphics/isreal/pkg-comment b/graphics/isreal/pkg-comment deleted file mode 100644 index 923c2c17cdca..000000000000 --- a/graphics/isreal/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An image classification utility diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile index 3351afab16fa..ba35d93d61ea 100644 --- a/graphics/vp/Makefile +++ b/graphics/vp/Makefile @@ -11,6 +11,7 @@ CATEGORIES= graphics MASTER_SITES= http://math.smsu.edu/~erik/files/ MAINTAINER= markp@FreeBSD.org +COMMENT= An image viewer for X BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image \ @@ -22,7 +23,7 @@ CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lgnugetopt" \ ac_cv_func_getopt_long=yes USE_REINPLACE= yes -MAN1= vp.1 +MAN1= vp.1 post-patch: ${REINPLACE_CMD} 's@ getopt_long/Makefile@@g' ${WRKSRC}/configure diff --git a/graphics/vp/pkg-comment b/graphics/vp/pkg-comment deleted file mode 100644 index 21519d64c633..000000000000 --- a/graphics/vp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An image viewer for X diff --git a/net-mgmt/mbrowse/Makefile b/net-mgmt/mbrowse/Makefile index 8626c7ba3d39..6e908b2de6a5 100644 --- a/net-mgmt/mbrowse/Makefile +++ b/net-mgmt/mbrowse/Makefile @@ -11,6 +11,7 @@ CATEGORIES= net MASTER_SITES= http://www.kill-9.org/mbrowse/ MAINTAINER= markp@FreeBSD.org +COMMENT= An SNMP MIB Browser for X .if defined(WITH_NET_SNMP4) LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp4 diff --git a/net-mgmt/mbrowse/pkg-comment b/net-mgmt/mbrowse/pkg-comment deleted file mode 100644 index 23744c0a7f14..000000000000 --- a/net-mgmt/mbrowse/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An SNMP MIB Browser for X diff --git a/net-mgmt/satellite/Makefile b/net-mgmt/satellite/Makefile index c6e1ee15a3f3..629d17718996 100644 --- a/net-mgmt/satellite/Makefile +++ b/net-mgmt/satellite/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/network MAINTAINER= markp@FreeBSD.org +COMMENT= A system for tracking machines with dynamic IP addresses LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm diff --git a/net-mgmt/satellite/pkg-comment b/net-mgmt/satellite/pkg-comment deleted file mode 100644 index ad2715dacd53..000000000000 --- a/net-mgmt/satellite/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A system for tracking machines with dynamic IP addresses diff --git a/net/corkscrew/Makefile b/net/corkscrew/Makefile index 4ebeb3f0f240..a96efa6ecf9a 100644 --- a/net/corkscrew/Makefile +++ b/net/corkscrew/Makefile @@ -11,6 +11,7 @@ CATEGORIES= net MASTER_SITES= http://www.agroman.net/corkscrew/ MAINTAINER= markp@FreeBSD.org +COMMENT= A HTTP tunnelling utility for SSH GNU_CONFIGURE= yes diff --git a/net/corkscrew/pkg-comment b/net/corkscrew/pkg-comment deleted file mode 100644 index d84db7c212a4..000000000000 --- a/net/corkscrew/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A HTTP tunnelling utility for SSH diff --git a/net/mbrowse/Makefile b/net/mbrowse/Makefile index 8626c7ba3d39..6e908b2de6a5 100644 --- a/net/mbrowse/Makefile +++ b/net/mbrowse/Makefile @@ -11,6 +11,7 @@ CATEGORIES= net MASTER_SITES= http://www.kill-9.org/mbrowse/ MAINTAINER= markp@FreeBSD.org +COMMENT= An SNMP MIB Browser for X .if defined(WITH_NET_SNMP4) LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp4 diff --git a/net/mbrowse/pkg-comment b/net/mbrowse/pkg-comment deleted file mode 100644 index 23744c0a7f14..000000000000 --- a/net/mbrowse/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An SNMP MIB Browser for X diff --git a/net/msend/Makefile b/net/msend/Makefile index d96fe7983608..cbc8235aa754 100644 --- a/net/msend/Makefile +++ b/net/msend/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= markp MAINTAINER= markp@FreeBSD.org +COMMENT= A client and server for the RFC1312 message protocol GNU_CONFIGURE= yes CFLAGS+= -DUSE_READLINE diff --git a/net/msend/pkg-comment b/net/msend/pkg-comment deleted file mode 100644 index a3de4f36181e..000000000000 --- a/net/msend/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A client and server for the RFC1312 message protocol diff --git a/net/nc/Makefile b/net/nc/Makefile index 83af3764ccf9..d34731024eb8 100644 --- a/net/nc/Makefile +++ b/net/nc/Makefile @@ -13,6 +13,7 @@ MASTER_SITE_SUBDIR= utils/file DISTNAME= ncat-${PORTVERSION} MAINTAINER= markp@FreeBSD.org +COMMENT= Network aware cat LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt diff --git a/net/nc/pkg-comment b/net/nc/pkg-comment deleted file mode 100644 index fab389337acb..000000000000 --- a/net/nc/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Network aware cat diff --git a/net/redir/Makefile b/net/redir/Makefile index 7db5a13a60a0..d4b97d13e5c2 100644 --- a/net/redir/Makefile +++ b/net/redir/Makefile @@ -11,6 +11,7 @@ CATEGORIES= net MASTER_SITES= http://sammy.net/~sammy/hacks/ MAINTAINER= markp@FreeBSD.org +COMMENT= A tcp connection redirection utility MAN1= redir.1 diff --git a/net/redir/pkg-comment b/net/redir/pkg-comment deleted file mode 100644 index 4d9fd1e3dcb7..000000000000 --- a/net/redir/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A tcp connection redirection utility diff --git a/net/satellite/Makefile b/net/satellite/Makefile index c6e1ee15a3f3..629d17718996 100644 --- a/net/satellite/Makefile +++ b/net/satellite/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/network MAINTAINER= markp@FreeBSD.org +COMMENT= A system for tracking machines with dynamic IP addresses LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm diff --git a/net/satellite/pkg-comment b/net/satellite/pkg-comment deleted file mode 100644 index ad2715dacd53..000000000000 --- a/net/satellite/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A system for tracking machines with dynamic IP addresses diff --git a/net/sleuth/Makefile b/net/sleuth/Makefile index 253295edab84..90298d6e6164 100644 --- a/net/sleuth/Makefile +++ b/net/sleuth/Makefile @@ -11,6 +11,7 @@ CATEGORIES= net MASTER_SITES= ftp://atrey.karlin.mff.cuni.cz/pub/local/mj/net/ MAINTAINER= markp@FreeBSD.org +COMMENT= A tool for checking DNS zones RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/DNS.pm:${PORTSDIR}/net/p5-Net-DNS diff --git a/net/sleuth/pkg-comment b/net/sleuth/pkg-comment deleted file mode 100644 index e29ab893d150..000000000000 --- a/net/sleuth/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A tool for checking DNS zones diff --git a/print/pscal/Makefile b/print/pscal/Makefile index 4ece9eb312da..70a7b6117176 100644 --- a/print/pscal/Makefile +++ b/print/pscal/Makefile @@ -11,6 +11,7 @@ CATEGORIES= print MASTER_SITES= http://www.panix.com/~mbh/pscal/ MAINTAINER= markp@FreeBSD.org +COMMENT= A utility for generating Postscript calendars NO_BUILD= yes diff --git a/print/pscal/pkg-comment b/print/pscal/pkg-comment deleted file mode 100644 index 80b1dc3909c4..000000000000 --- a/print/pscal/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A utility for generating Postscript calendars diff --git a/security/snort-rep/Makefile b/security/snort-rep/Makefile index 5b1539315591..a63ac91dbc5d 100644 --- a/security/snort-rep/Makefile +++ b/security/snort-rep/Makefile @@ -11,6 +11,7 @@ CATEGORIES= security MASTER_SITES= http://people.ee.ethz.ch/~dws/software/snort-rep/pub/ MAINTAINER= markp@FreeBSD.org +COMMENT= A Snort reporting tool that can produce text or HTML from logs USE_PERL5= yes MAN1= snort-rep.1 diff --git a/security/snort-rep/pkg-comment b/security/snort-rep/pkg-comment deleted file mode 100644 index 0cc60f02e8f3..000000000000 --- a/security/snort-rep/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A Snort reporting tool that can produce text or HTML from logs diff --git a/security/stegdetect/Makefile b/security/stegdetect/Makefile index ebdf27c1e71d..d319aee42999 100644 --- a/security/stegdetect/Makefile +++ b/security/stegdetect/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.mirrors.wiretapped.net/security/steganography/stegdetec http://www.outguess.org/ MAINTAINER= markp@FreeBSD.org +COMMENT= An automated tool for detecting steganographic content in jpegs .if !defined(WITHOUT_X11) BUILD_DEPENDS= ${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent diff --git a/security/stegdetect/pkg-comment b/security/stegdetect/pkg-comment deleted file mode 100644 index 71ac3d9548c1..000000000000 --- a/security/stegdetect/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An automated tool for detecting steganographic content in jpegs diff --git a/sysutils/bubblemon-dockapp/Makefile b/sysutils/bubblemon-dockapp/Makefile index 0ddef6004fb2..353a3c5fd40f 100644 --- a/sysutils/bubblemon-dockapp/Makefile +++ b/sysutils/bubblemon-dockapp/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.ne.jp/asahi/linux/timecop/software/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/0$//} MAINTAINER= markp@FreeBSD.org +COMMENT= X eye candy for displaying CPU and memory load in a dock USE_REINPLACE= yes USE_X_PREFIX= yes diff --git a/sysutils/bubblemon-dockapp/pkg-comment b/sysutils/bubblemon-dockapp/pkg-comment deleted file mode 100644 index 647136ceb575..000000000000 --- a/sysutils/bubblemon-dockapp/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -X eye candy for displaying CPU and memory load in a dock diff --git a/sysutils/cpuburn/Makefile b/sysutils/cpuburn/Makefile index bd12f6303079..3d3a912aa0a5 100644 --- a/sysutils/cpuburn/Makefile +++ b/sysutils/cpuburn/Makefile @@ -13,6 +13,7 @@ DISTNAME= cpuburn_${PORTVERSION:S/./_/g} EXTRACT_SUFX= _tar.gz MAINTAINER= markp@FreeBSD.org +COMMENT= CPU/memory stress testing utilities WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} ONLY_FOR_ARCHS= i386 diff --git a/sysutils/cpuburn/pkg-comment b/sysutils/cpuburn/pkg-comment deleted file mode 100644 index ffe8ddb444a5..000000000000 --- a/sysutils/cpuburn/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -CPU/memory stress testing utilities diff --git a/sysutils/filedupe/Makefile b/sysutils/filedupe/Makefile index 817001288e59..f8a89f53c8fa 100644 --- a/sysutils/filedupe/Makefile +++ b/sysutils/filedupe/Makefile @@ -12,6 +12,7 @@ CATEGORIES= sysutils MASTER_SITES= http://sammy.net/~sammy/hacks/ MAINTAINER= markp@FreeBSD.org +COMMENT= A utility for quickly finding duplicate files LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm diff --git a/sysutils/filedupe/pkg-comment b/sysutils/filedupe/pkg-comment deleted file mode 100644 index b9b62dd90bf5..000000000000 --- a/sysutils/filedupe/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A utility for quickly finding duplicate files diff --git a/sysutils/videogen/Makefile b/sysutils/videogen/Makefile index 6c1873233920..16ed116b77c7 100644 --- a/sysutils/videogen/Makefile +++ b/sysutils/videogen/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} \ MASTER_SITE_SUBDIR= X11/xutils MAINTAINER= markp@FreeBSD.org +COMMENT= A tool for calculating XFree86 modelines MAN1= videogen.1 diff --git a/sysutils/videogen/pkg-comment b/sysutils/videogen/pkg-comment deleted file mode 100644 index 63794a534319..000000000000 --- a/sysutils/videogen/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A tool for calculating XFree86 modelines diff --git a/sysutils/xin/Makefile b/sysutils/xin/Makefile index d3c451e23756..69a707a5a6b5 100644 --- a/sysutils/xin/Makefile +++ b/sysutils/xin/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= utils/file MAINTAINER= markp@FreeBSD.org +COMMENT= Splits standard input and pipes into a command LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt diff --git a/sysutils/xin/pkg-comment b/sysutils/xin/pkg-comment deleted file mode 100644 index 67f0f590f8f3..000000000000 --- a/sysutils/xin/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Splits standard input and pipes into a command |