Index: head/misc/asbutton/Makefile =================================================================== --- head/misc/asbutton/Makefile (revision 315239) +++ head/misc/asbutton/Makefile (revision 315240) @@ -1,41 +1,37 @@ -# New ports collection makefile for: asbutton -# Date created: 10 May 1999 -# Whom: Jim Mock -# +# Created by: Jim Mock # $FreeBSD$ -# PORTNAME= asbutton PORTVERSION= 0.3 PORTREVISION= 3 CATEGORIES= misc windowmaker afterstep MASTER_SITES= http://www.tigr.net/afterstep/download/asbutton/ MAINTAINER= ports@FreeBSD.org -COMMENT= A dockapp that displays 4 or 9 buttons to run apps of your choice +COMMENT= Dockapp that displays 4 or 9 buttons to run apps of your choice USE_XORG= x11 xpm ALL_TARGET= asbutton MAKE_ARGS= INCLUDES="-I${LOCALBASE}/include/X11 -I${LOCALBASE}/include" \ LIBINC="-L${LOCALBASE}/lib" LIBS="-lm -lX11 -lXpm -lXext" \ CCFLAGS="${CFLAGS}" .include post-patch: @${REINPLACE_CMD} -e 's:gcc :${CC} :' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/asbutton ${PREFIX}/bin @${ECHO} "===> Installing icons in ${PREFIX}/share/asbutton" @${MKDIR} ${PREFIX}/share/asbutton && ${CHMOD} a+rx ${PREFIX}/share/asbutton ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${PREFIX}/share/asbutton post-install: @${ECHO} "===> Installing sample asbuttonrc in ${PREFIX}/share/examples/asbutton" @${ECHO} "===> Copy to ~/.asbuttonrc and modify to desired config." @${MKDIR} ${PREFIX}/share/examples/asbutton && ${CHMOD} a+rx ${PREFIX}/share/examples/asbutton ${INSTALL_DATA} ${WRKSRC}/.asbuttonrc ${PREFIX}/share/examples/asbutton/asbuttonrc && ${CHMOD} u+rw ${PREFIX}/share/examples/asbutton/asbuttonrc @${ECHO} "===> Use 'asbutton -h' for help." .include Index: head/misc/birthday/Makefile =================================================================== --- head/misc/birthday/Makefile (revision 315239) +++ head/misc/birthday/Makefile (revision 315240) @@ -1,32 +1,28 @@ -# New ports collection makefile for: birthday -# Date created: 21 May 2001 -# Whom: Niek Bergboer -# +# Created by: Niek Bergboer # $FreeBSD$ -# PORTNAME= birthday PORTVERSION= 1.5 CATEGORIES= misc MASTER_SITES= http://users.zetnet.co.uk/mortia/source/ MAINTAINER= ports@FreeBSD.org -COMMENT= A program that outputs reminders for upcoming events (e.g. birthdays) +COMMENT= Outputs reminders for upcoming events (e.g. birthdays) MAN1= birthday.1 MANCOMPRESSED= no PLIST_FILES= bin/birthday USE_GMAKE= yes MAKEFILE= ${WRKSRC}/Makefile.gnu ALL_TARGET= birthday MAKE_ARGS= CFLAGS="${CFLAGS} -DUNIX" do-configure: cd ${WRKSRC} && ${MAKE} Makefile.gnu do-install: ${INSTALL_PROGRAM} ${WRKSRC}/birthday ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/birthday.man ${MAN1PREFIX}/man/man1/birthday.1 .include Index: head/misc/cdcollect/Makefile =================================================================== --- head/misc/cdcollect/Makefile (revision 315239) +++ head/misc/cdcollect/Makefile (revision 315240) @@ -1,37 +1,33 @@ -# New ports collection makefile for: cdcollect -# Date created: 09 April 2008 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD$ -# PORTNAME= cdcollect PORTVERSION= 0.6.0 PORTREVISION= 6 CATEGORIES= misc gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}_source MAINTAINER= ports@FreeBSD.org -COMMENT= A simple CD catalog for GNOME +COMMENT= Simple CD catalog for GNOME BUILD_DEPENDS= sqlite3>=3.0:${PORTSDIR}/databases/sqlite3 RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnome gnomesharp20 GCONF_SCHEMAS= cdcollect.schemas USE_GETTEXT= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib post-extract: ${REINPLACE_CMD} -e 's,SqliteClient,Sqlite,' \ ${WRKSRC}/src/Makefile.in \ ${WRKSRC}/src/CDIcon.cs \ ${WRKSRC}/src/CDItem.cs \ ${WRKSRC}/src/CompPluginWindow.cs \ ${WRKSRC}/src/DBsql.cs .include Index: head/misc/compat4x/Makefile =================================================================== --- head/misc/compat4x/Makefile (revision 315239) +++ head/misc/compat4x/Makefile (revision 315240) @@ -1,114 +1,110 @@ -# New ports collection makefile for: compat4x libraries -# Date created: 01 Aug 2001 -# Whom: Scot W. Hetzel -# +# Created by: Scot W. Hetzel # $FreeBSD$ -# PORTNAME= compat4x PORTVERSION= ${COMPAT4X_PORTVERSION} PORTREVISION= 9 CATEGORIES= misc MASTER_SITES= ${COMPAT4X_MASTER_SITES} MASTER_SITE_SUBDIR= ${COMPAT4X_MASTER_SITE_SUBDIR} PKGNAMESUFFIX= -${COMPAT4X_ARCH} DISTFILES= ${COMPAT4X_DISTFILES} DIST_SUBDIR= ${COMPAT4X_ARCH}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A convenience package to install the compat4x libraries +COMMENT= Convenience package to install the compat4x libraries RUN_DEPENDS= ${LOCALBASE}/share/compat/locale/UTF-8/LC_CTYPE:${PORTSDIR}/misc/localedata WRKSRC= ${WRKDIR}/usr/lib/compat NO_BUILD= yes TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat LDCONFIG_LIB32= ${LDCONFIG} -32 .include COMPAT4X_ARCH= ${ARCH} COMPAT4X_OSVERSION= 5.3 PLIST= ${.CURDIR}/pkg-plist.freebsd5 .if ${ARCH} == i386 PLIST_SUB+= LIBDIR="lib" COMPAT4X_DISTFILES= ${PORTNAME}.aa \ ${PORTNAME}.ab .elif ${ARCH} == amd64 COMPAT4X_ARCH= i386 TARGET_DIR= ${TARGET32_DIR} PLIST_SUB+= LIBDIR="lib32" COMPAT4X_DISTFILES= ${PORTNAME}.aa \ ${PORTNAME}.ab .elif ${ARCH} == alpha PLIST_SUB+= LIBDIR="lib" COMPAT4X_DISTFILES= ${PORTNAME}.aa \ ${PORTNAME}.ab .else IGNORE= is unsupported (FreeBSD 4.x did not run on this architecture) .endif .if ${COMPAT4X_ARCH} == i386 PLIST_SUB+= I386_ONLY="" .else PLIST_SUB+= I386_ONLY="@comment " .endif .if ${ARCH} == amd64 PLIST_SUB+= AMD64_ONLY="" AMD64NA="@comment " PLIST_SUB+= LDCONFIG_LIB32="${LDCONFIG} -32" USE_LDCONFIG32= ${TARGET32_DIR} .else USE_LDCONFIG= ${TARGET_DIR} PLIST_SUB+= AMD64_ONLY="@comment " AMD64NA="" .endif OPENSSL_LIBS= libcrypto.so.1 libcrypto.so.2 libssl.so.1 libssl.so.2 .if defined(FORCE_VULNERABLE_OPENSSL) FORBIDDEN= FreeBSD-SA-02:33.openssl, FreeBSD-SA-03:02.openssl, FreeBSD-SA-03:18.openssl - OpenSSL contains multiple vulnerabilities PLIST_SUB+= FORBIDDEN:="" .else PLIST_SUB+= FORBIDDEN:="@comment " .endif FREEBSD4_LIBS= libc_r.so.4 libperl.so.3 .if defined(COMPAT4X_OSRELDATE) && !empty(COMPAT4X_OSRELDATE) COMPAT4X_PORTVERSION= ${COMPAT4X_OSVERSION}.${COMPAT4X_OSRELDATE} COMPAT4X_MASTER_SITES= ftp://current.FreeBSD.org/pub/FreeBSD/%SUBDIR%/ COMPAT4X_MASTER_SITE_SUBDIR= snapshots/${COMPAT4X_ARCH}/${COMPAT4X_OSVERSION}-${COMPAT4X_OSBRANCH}-${COMPAT4X_OSRELDATE}-JPSNAP/${PORTNAME} .else COMPAT4X_PORTVERSION= ${COMPAT4X_OSVERSION} COMPAT4X_MASTER_SITES= ${MASTER_SITE_LOCAL} COMPAT4X_MASTER_SITE_SUBDIR= kris/${COMPAT4X_ARCH} .endif do-extract: @${MKDIR} ${WRKDIR} @(cd ${DISTDIR}/${DIST_SUBDIR} && ${CAT} ${DISTFILES} | ${TAR} -xzf - -C ${WRKDIR} ) .for lib in ${FREEBSD4_LIBS} @${MV} ${WRKSRC}/${lib} ${WRKSRC}/${lib}.compat4x .endfor .if !defined(FORCE_VULNERABLE_OPENSSL) .for lib in ${OPENSSL_LIBS} @${RM} -f ${WRKSRC}/${lib} .endfor .endif do-install: @${MKDIR} ${TARGET_DIR} ${INSTALL_DATA} ${WRKSRC}/* ${TARGET_DIR}/ .for lib in ${FREEBSD4_LIBS} ${LN} -sf ${lib}.compat4x ${TARGET_DIR}/${lib} .endfor post-install: @${CAT} ${PKGMESSAGE} pre-clean: @[ -w ${WRKDIR}/var ] && chflags -R noschg ${WRKDIR}/var || ${TRUE} .include Index: head/misc/compat5x/Makefile =================================================================== --- head/misc/compat5x/Makefile (revision 315239) +++ head/misc/compat5x/Makefile (revision 315240) @@ -1,83 +1,79 @@ -# New ports collection makefile for: compat5x libraries -# Date created: 19 Aug 2005 -# Whom: hrs, lesi -# +# Created by: hrs, lesi # $FreeBSD$ -# # NOTE: libc.so.5 is built with _PATH_LOCALE defined to # "/usr/local/share/compat/locale" in src/include/paths.h so data installed by # misc/localedata works out of the box if installed in default PREFIX. PORTNAME= compat5x PORTVERSION= 5.4.0.8.1 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=amdmi3/compat5x PKGNAMESUFFIX= -${ARCH} DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A convenience package to install the compat5x libraries +COMMENT= Convenience package to install the compat5x libraries RUN_DEPENDS= ${LOCALBASE}/share/compat/locale/UTF-8/LC_CTYPE:${PORTSDIR}/misc/localedata WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes NO_BUILD= yes ONLY_FOR_ARCHS= alpha amd64 i386 sparc64 TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} .include .if ${ARCH} == "sparc64" BROKEN= Does not install on sparc64: fails to link lib/compat/libpthread.so.1 .endif .if ${ARCH} == alpha PLIST_SUB+= ALPHA="" .else PLIST_SUB+= ALPHA="@comment " .endif .if ${ARCH} == amd64 PLIST_SUB+= AMD64="" PLIST_SUB+= LDCONFIG_LIB32="${LDCONFIG} -32" USE_LDCONFIG32= ${TARGET32_DIR} .else PLIST_SUB+= AMD64="@comment " .endif .if ${ARCH} == i386 PLIST_SUB+= I386="" .else PLIST_SUB+= I386="@comment " .endif .if ${ARCH} == sparc64 PLIST_SUB+= SPARC64="" .else PLIST_SUB+= SPARC64="@comment " .endif do-install: @${MKDIR} -m 0755 ${TARGET_DIR} .if ${OSVERSION} >= 800105 ${RM} -f ${WRKSRC}/libpthread.so.1 (cd ${TARGET_DIR} && ${LN} -sf libthr.so.1 libpthread.so.1) .endif (cd ${WRKSRC} && ${INSTALL_DATA} *.so.* ${TARGET_DIR}) .if ${ARCH} == amd64 @${MKDIR} ${TARGET32_DIR} . if ${OSVERSION} >= 800105 ${RM} -f ${WRKSRC}/lib32/libpthread.so.1 (cd ${TARGET32_DIR} && ${LN} -sf libthr.so.1 libpthread.so.1) . endif (cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${TARGET32_DIR}) .endif .include Index: head/misc/compat6x/Makefile =================================================================== --- head/misc/compat6x/Makefile (revision 315239) +++ head/misc/compat6x/Makefile (revision 315240) @@ -1,63 +1,59 @@ -# New ports collection makefile for: compat6x -# Date created: 30 Nov 2006 -# Whom: mnag -# +# Created by: mnag # $FreeBSD$ -# PORTNAME= compat6x PORTVERSION= 6.4.604000.200810 PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.freebsd.org/~${MASTER_SITE_SUBDIR}/ MASTER_SITE_SUBDIR= mnag/compat6x PKGNAMESUFFIX= -${ARCH} DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A convenience package to install the compat6x libraries +COMMENT= Convenience package to install the compat6x libraries USE_BZIP2= yes NO_BUILD= yes ONLY_FOR_ARCHS= i386 amd64 alpha sparc64 PLIST= ${PKGDIR}/pkg-plist.${ARCH} TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat USE_LDCONFIG= ${TARGET_DIR} .include .if ${OSVERSION} < 700043 IGNORE= is for FreeBSD 7.x and newer .endif .if ${ARCH} == "sparc64" BROKEN= Does not install on sparc64: fails to link lib/compat/libpthread.so.2 .endif .if ${ARCH} == amd64 PLIST_SUB+= LDCONFIG_LIB32="${LDCONFIG} -32" USE_LDCONFIG32= ${TARGET32_DIR} .endif do-install: @${MKDIR} -m 755 ${TARGET_DIR} .if ${OSVERSION} >= 800105 ${RM} -f ${WRKSRC}/lib/libpthread.so.2 (cd ${TARGET_DIR} && ${LN} -sf libthr.so.2 libpthread.so.2) .endif (cd ${WRKSRC}/lib && ${INSTALL_DATA} *.so.* ${TARGET_DIR}) .if ${ARCH} == amd64 @${MKDIR} ${TARGET32_DIR} . if ${OSVERSION} >= 800105 ${RM} -f ${WRKSRC}/lib32/libpthread.so.2 (cd ${TARGET32_DIR} && ${LN} -sf libthr.so.2 libpthread.so.2) . endif (cd ${WRKSRC}/lib32 && ${INSTALL_DATA} *.so.* ${TARGET32_DIR}) .endif post-install: @${CAT} ${PKGMESSAGE} .include Index: head/misc/diary-hercules/Makefile =================================================================== --- head/misc/diary-hercules/Makefile (revision 315239) +++ head/misc/diary-hercules/Makefile (revision 315240) @@ -1,37 +1,33 @@ -# New ports collection makefile for: diary-hercules -# Date created: 2 May 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD$ -# PORTNAME= hercules PORTVERSION= 0.1.1 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/development%20branch/${PORTVERSION} PKGNAMEPREFIX= diary- DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A personal workout diary program for bodybuilders +COMMENT= Personal workout diary program for bodybuilders LICENSE= GPLv2 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlobject>=0.7:${PORTSDIR}/databases/py-sqlobject \ ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:${PORTSDIR}/databases/py-sqlite3 USE_GETTEXT= yes USE_PYTHON= 2.5+ USE_PYDISTUTILS= yes USE_WX= 2.6+ WX_UNICODE= yes WX_COMPS= python post-patch: @${REINPLACE_CMD} -e 's#%%PREFIX%%#${PREFIX}#g' \ ${WRKSRC}/Hercules/globals.py post-install: @${CHMOD} +r ${PREFIX}/share/${PORTNAME}/xrc/*.xrc .include Index: head/misc/felis/Makefile =================================================================== --- head/misc/felis/Makefile (revision 315239) +++ head/misc/felis/Makefile (revision 315240) @@ -1,23 +1,19 @@ -# New ports collection makefile for: felis -# Date created: 13 May 2000 -# Whom: G. Adam Stanislav -# +# Created by: G. Adam Stanislav # $FreeBSD$ -# PORTNAME= felis PORTVERSION= 1.0 CATEGORIES= misc MASTER_SITES= http://www.whizkidtech.redprince.net/fports/ MAINTAINER= ports@FreeBSD.org -COMMENT= A tool which displays one or more files as a single line of text +COMMENT= Displays one or more files as a single line of text MAN1= felis.1 PLIST_FILES= bin/felis do-install: ${INSTALL_PROGRAM} ${WRKSRC}/felis ${PREFIX}/bin - $(INSTALL_MAN) ${WRKSRC}/felis.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/felis.1 ${PREFIX}/man/man1 .include Index: head/misc/floatator/Makefile =================================================================== --- head/misc/floatator/Makefile (revision 315239) +++ head/misc/floatator/Makefile (revision 315240) @@ -1,31 +1,26 @@ -# ex:ts=8 -# Ports collection makefile for: floatator -# Date created: Jun 1, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= floatator PORTVERSION= 0.2.1 PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://floatator.cichon.com/download/ MAINTAINER= ports@FreeBSD.org -COMMENT= An interactive fluid dynamics simulation +COMMENT= Interactive fluid dynamics simulation WRKSRC= ${WRKDIR}/${PORTNAME} PORTCOUT= skipv:0.9.1 USE_MOTIF= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -DNDEBUG" \ X11INCLUDE="-I${LOCALBASE}/include" X11LIB="-L${LOCALBASE}/lib" PLIST_FILES= bin/floatator bin/floatator_X_interface do-install: .for f in floatator floatator_X_interface ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin .endfor .include Index: head/misc/ftdi-eeprom/Makefile =================================================================== --- head/misc/ftdi-eeprom/Makefile (revision 315239) +++ head/misc/ftdi-eeprom/Makefile (revision 315240) @@ -1,19 +1,19 @@ # $FreeBSD$ PORTNAME= ftdi-eeprom PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.bwct.de/ MAINTAINER= ports@FreeBSD.org -COMMENT= A tool to program the eeprom on FTDI usb devices +COMMENT= Tool to program the eeprom on FTDI usb devices MAKE_ARGS= BINDIR="${PREFIX}/sbin" \ MANDIR="${PREFIX}/man/man" PLIST_FILES= sbin/ftdi-eeprom MAN8= ftdi-eeprom.8 MANCOMPRESSED= maybe .include Index: head/misc/gkrellmbgchg2/Makefile =================================================================== --- head/misc/gkrellmbgchg2/Makefile (revision 315239) +++ head/misc/gkrellmbgchg2/Makefile (revision 315240) @@ -1,38 +1,34 @@ -# New ports collection makefile for: gkrellmbgchg -# Date Created: 8 Aug 2002 -# Whom: Chris Stuart -# +# Created by: Chris Stuart # $FreeBSD$ -# PORTNAME= gkrellmbgchg2 PORTVERSION= 0.1.11 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.bender-suhl.de/stefan/comp/sources/ MAINTAINER= ports@FreeBSD.org -COMMENT= A plugin for GKrellM, which changes the desktop's background image +COMMENT= Plugin for GKrellM, which changes the desktop's background image LICENSE= GPLv2 BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 USE_GNOME= gtk20 PLIST_FILES= libexec/gkrellm2/plugins/gkrellmbgchg.so .include do-build: cd ${BUILD_WRKSRC} && ${CC} -shared ${CFLAGS} -fPIC \ `pkg-config --cflags --libs gkrellm` gkrellmbgchg.c \ -o gkrellmbgchg.so do-install: @${MKDIR} ${PREFIX}/libexec/gkrellm2/plugins ${INSTALL_DATA} ${WRKSRC}/gkrellmbgchg.so \ ${PREFIX}/libexec/gkrellm2/plugins .include Index: head/misc/gkrellmbgchg2/pkg-descr =================================================================== --- head/misc/gkrellmbgchg2/pkg-descr (revision 315239) +++ head/misc/gkrellmbgchg2/pkg-descr (revision 315240) @@ -1,4 +1,4 @@ A plugin for GKrellM, which periodically updates the desktop's background image. -WWW: http://www.bender-suhl.de/stefan/english/comp/gkrellmbgchg.html +WWW: http://www.bender-suhl.de/stefan/english/comp/gkrellmbgchg.html Index: head/misc/gkrellmlaunch/Makefile =================================================================== --- head/misc/gkrellmlaunch/Makefile (revision 315239) +++ head/misc/gkrellmlaunch/Makefile (revision 315240) @@ -1,35 +1,31 @@ -# New ports collection makefile for: gkrellmlaunch -# Date Created: Tue Nov 6 19:15:45 EST 2001 -# Whom: Patrick Li -# +# Created by: Patrick Li # $FreeBSD$ -# PORTNAME= gkrellmlaunch PORTVERSION= 0.4 PORTREVISION= 8 CATEGORIES= misc MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= An application launcher plugin for GKrellM +COMMENT= Application launcher plugin for GKrellM -PORTSCOUT= ignore:1 - BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm + +PORTSCOUT= ignore:1 PLIST_FILES= libexec/gkrellm/plugins/gkrellmlaunch.so USE_GNOME= imlib ALL_TARGET= ${PORTNAME}.so .include .if ${ARCH} == "amd64" CFLAGS+= -fPIC .endif do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.so \ ${PREFIX}/libexec/gkrellm/plugins .include Index: head/misc/gkrellmlaunch2/Makefile =================================================================== --- head/misc/gkrellmlaunch2/Makefile (revision 315239) +++ head/misc/gkrellmlaunch2/Makefile (revision 315240) @@ -1,27 +1,23 @@ -# New ports collection makefile for: gkrellmlaunch2 -# Date Created: 23 Aug 2004 -# Whom: Zach Thompson -# +# Created by: Zach Thompson # $FreeBSD$ -# PORTNAME= gkrellmlaunch PORTVERSION= 0.5 PORTREVISION= 8 CATEGORIES= misc MASTER_SITES= SF PKGNAMESUFFIX= 2 -MAINTAINER= ports@FreeBSD.org -COMMENT= An application launcher plugin for GKrellM2 +MAINTAINER= ports@FreeBSD.org +COMMENT= Application launcher plugin for GKrellM2 BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 PLIST_FILES= libexec/gkrellm2/plugins/gkrellmlaunch.so ALL_TARGET= ${PORTNAME}.so do-install: ${INSTALL_DATA} ${WRKSRC}/gkrellmlaunch.so ${PREFIX}/libexec/gkrellm2/plugins .include Index: head/misc/gkrellshoot/Makefile =================================================================== --- head/misc/gkrellshoot/Makefile (revision 315239) +++ head/misc/gkrellshoot/Makefile (revision 315240) @@ -1,21 +1,21 @@ # Created by: Andrew Stuart # $FreeBSD$ PORTNAME= gkrellshoot PORTVERSION= 0.3.2 PORTREVISION= 9 CATEGORIES= misc MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A screen locking and screen capture plugin for GKrellM +COMMENT= Screen locking and screen capture plugin for GKrellM BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm \ import:${PORTSDIR}/graphics/ImageMagick PLIST_FILES= libexec/gkrellm/plugins/gkrellshoot.so WRKSRC= ${WRKDIR}/gkrellShoot-${PORTVERSION} USE_GNOME= imlib .include Index: head/misc/gkrellshoot2/Makefile =================================================================== --- head/misc/gkrellshoot2/Makefile (revision 315239) +++ head/misc/gkrellshoot2/Makefile (revision 315240) @@ -1,30 +1,26 @@ -# New ports collection makefile for: gkrellshoot2 -# Date Created: 28 Jan 2003 -# Whom: Andrew Stuart -# +# Created by: Andrew Stuart # $FreeBSD$ -# PORTNAME= gkrellshoot PORTVERSION= 0.4.4 PORTREVISION= 8 CATEGORIES= misc MASTER_SITES= SF/${PORTNAME}/GkrellM2.0%20Port/${PORTVERSION} PKGNAMESUFFIX= 2 MAINTAINER= ports@FreeBSD.org -COMMENT= A screen locking and screen capture plugin for GKrellM 2 +COMMENT= Screen locking and screen capture plugin for GKrellM 2 BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2 RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2 \ import:${PORTSDIR}/graphics/ImageMagick PLIST_FILES= libexec/gkrellm2/plugins/gkrellshoot.so WRKSRC= ${WRKDIR}/gkrellShoot-${PORTVERSION} ALL_TARGET= ${PORTNAME}.so do-install: @${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.so ${PREFIX}/libexec/gkrellm2/plugins .include Index: head/misc/gplink/Makefile =================================================================== --- head/misc/gplink/Makefile (revision 315239) +++ head/misc/gplink/Makefile (revision 315240) @@ -1,44 +1,40 @@ -# New ports collection makefile for: gplink -# Date created: Sun Dec 5 23:17:44 CET 2004 -# Whom: king@v2project.com -# +# Created by: king@v2project.com # $FreeBSD$ -# PORTNAME= gplink PORTVERSION= 1.5 CATEGORIES= misc MASTER_SITES= http://gp2x.org/gp32/gplink/ \ http://www.gnu-darwin.org/distfiles/ MAINTAINER= ports@FreeBSD.org -COMMENT= A GP32 USB linker tool +COMMENT= GP32 USB linker tool LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_GMAKE= yes MAKE_ARGS= CC="${CC}" \ CFLAGS="${CFLAGS} ${USB_CFLAGS}" \ LDFLAGS="${USB_LDFLAGS}" MAKE_JOBS_SAFE= yes PLIST_FILES= bin/gplink .include .if ${OSVERSION} < 800069 LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb USB_CFLAGS= `libusb-config --cflags` USB_LDFLAGS= `libusb-config --libs` .else USB_CFLAGS= # none USB_LDFLAGS= -lusb .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gplink ${PREFIX}/bin .include Index: head/misc/gregexp/Makefile =================================================================== --- head/misc/gregexp/Makefile (revision 315239) +++ head/misc/gregexp/Makefile (revision 315240) @@ -1,26 +1,21 @@ -# ex:ts=8 -# Ports collection makefile for: gregexp -# Date created: May 4, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= gregexp PORTVERSION= 0.3 PORTREVISION= 13 CATEGORIES= misc MASTER_SITES= http://dentrassi.de/download/gregexp/%SUBDIR%/ MASTER_SITE_SUBDIR= ${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A graphical regular expression explorer +COMMENT= Graphical regular expression explorer LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre USE_GNOME= gnomeprefix libgnomeui GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include Index: head/misc/histring/Makefile =================================================================== --- head/misc/histring/Makefile (revision 315239) +++ head/misc/histring/Makefile (revision 315240) @@ -1,21 +1,17 @@ -# New ports collection makefile for: histring -# Date created: 26 October 2000 -# Whom: roam@FreeBSD.org -# +# Created by: roam@FreeBSD.org # $FreeBSD$ -# PORTNAME= histring PORTVERSION= 1.1.0 CATEGORIES= misc MASTER_SITES= http://ess4.engr.uvic.ca/proj/histring/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= roam/misc MAINTAINER= ports@FreeBSD.org -COMMENT= A tool to highlight strings using the ANSI terminal escape sequences +COMMENT= Highlight strings using the ANSI terminal escape sequences GNU_CONFIGURE= yes PLIST_FILES= bin/histring .include Index: head/misc/histring/pkg-descr =================================================================== --- head/misc/histring/pkg-descr (revision 315239) +++ head/misc/histring/pkg-descr (revision 315240) @@ -1,12 +1,11 @@ From the histring README: This program simply highlights strings using ANSI terminal escape codes. It started out as sample code for using regular expressions but it turned out that I used it so much that I thought it warrented a release. One of the most common things I use the program for is helping me parse the output of grep and diff. I think that this programs functionality should be folded in to those programs but until then histring does the job nicely. -Author: Angus Mackay -WWW: http://ess4.engr.uvic.ca/proj/histring/ +WWW: http://ess4.engr.uvic.ca/proj/histring/ Index: head/misc/kbfx/Makefile =================================================================== --- head/misc/kbfx/Makefile (revision 315239) +++ head/misc/kbfx/Makefile (revision 315240) @@ -1,28 +1,23 @@ -# New ports collection makefile for: kbfx -# Date created: 2006-07-30 -# Whom: makc -# # $FreeBSD$ -# PORTNAME= kbfx PORTVERSION= 0.4.9.3.1 PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= misc kde MASTER_SITES= SF/${PORTNAME}/Source%20Packages/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A new K-menu for KDE +COMMENT= New K-menu for KDE DEPRECATED= Depends on QT3; unmaintained EXPIRATION_DATE= 2013-07-01 USES= cmake USE_BZIP2= yes USE_GETTEXT= yes USE_KDELIBS_VER=3 USE_LDCONFIG= yes INSTALLS_ICONS= yes .include Index: head/misc/kbfx/pkg-descr =================================================================== --- head/misc/kbfx/pkg-descr (revision 315239) +++ head/misc/kbfx/pkg-descr (revision 315240) @@ -1,7 +1,7 @@ KBFX is an alternative to the classical K-Menu button and it's menu. It improves the user experience by enabling the user to set a bigger start button and by finally replacing the Win95-like K-Menu. But if you still want the old menu, because you're used to it, it is still available as an option in kbfx. -WWW: http://www.kbfx.org/ +WWW: http://www.kbfx.org/ Index: head/misc/lc/Makefile =================================================================== --- head/misc/lc/Makefile (revision 315239) +++ head/misc/lc/Makefile (revision 315240) @@ -1,23 +1,19 @@ -# New ports collection makefile for: lc -# Date created: 13 November 1999 -# Whom: jsellens -# +# Created by: jsellens # $FreeBSD$ -# PORTNAME= lc PORTVERSION= 1.0 CATEGORIES= misc MASTER_SITES= http://www.generalconcepts.com/resources/software/ MAINTAINER= ports@FreeBSD.org -COMMENT= An alternative to ls(1) +COMMENT= Alternative to ls(1) MAN1= lc.1 PLIST_FILES= bin/lc do-install: ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}/lc ${PREFIX}/bin ${INSTALL_MAN} ${WRKDIR}/${DISTNAME}/lc.1 ${MAN1PREFIX}/man/man1 .include Index: head/misc/mc-light/Makefile =================================================================== --- head/misc/mc-light/Makefile (revision 315239) +++ head/misc/mc-light/Makefile (revision 315240) @@ -1,63 +1,59 @@ -# New ports collection makefile for: mc-light -# Date created: 31.08.2004 -# Whom: Roman Y. Bogdanov -# +# Created by: Roman Y. Bogdanov # $FreeBSD$ -# PORTNAME= mc-light PORTVERSION= 4.1.40.p9 PORTREVISION= 9 CATEGORIES= misc shells MASTER_SITES= http://mc.linuxinside.com/Releases/ DISTNAME= mc-${PORTVERSION:S/.p9/-pre9/} MAINTAINER= ports@FreeBSD.org -COMMENT= A lightweight Midnight Commander clone +COMMENT= Lightweight Midnight Commander clone RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk CONFLICTS= mc-4.7* OPTIONS_DEFINE= NLS SUBSHELL MC_IN_MC SUBSHELL_DESC= Build with subshell support (only for bash!) MC_IN_MC_DESC= Allow run mc inside mc (useful for mcedit) USE_GMAKE= yes USE_ICONV= yes USE_PKGCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-included-slang \ --with-gettext \ --with-vfs \ --with-netrc \ --without-gpm-mouse \ --with-edit MAN1= mc.1 mcedit.1 MAN8= mcserv.8 .include .if ! ${PORT_OPTIONS:MSUBSHELL} CONFIGURE_ARGS+=--without-subshell .endif .if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif .if ${PORT_OPTIONS:MMC_IN_MC} CPPFLAGS+= -DMC_IN_MC_ALLOWED .endif post-install: .for i in a arfs audio cpio deb esp ftplist hp48 iso lha lslR mailfs patchfs rar rpm trpm uarj uha zip zoo ${CHMOD} 755 ${PREFIX}/share/mc/extfs/${i} .endfor .include Index: head/misc/misterproper/Makefile =================================================================== --- head/misc/misterproper/Makefile (revision 315239) +++ head/misc/misterproper/Makefile (revision 315240) @@ -1,24 +1,20 @@ -# New ports collection makefile for: misterproper -# Date created: 12 December 2000 -# Whom: Maxim Sobolev -# +# Created by: Maxim Sobolev # $FreeBSD$ -# PORTNAME= misterproper PORTVERSION= 0.4 PORTREVISION= 10 CATEGORIES= misc gnome MASTER_SITES= SF -#ftp://misterproper.sourceforge.net/pub/misterproper/releases/ \ +#ftp://misterproper.sourceforge.net/pub/misterproper/releases/ MAINTAINER= ports@FreeBSD.org -COMMENT= A GNOME application designed to manage cyclic tasks +COMMENT= GNOME application designed to manage cyclic tasks USE_GNOME= gnomehack gnomelibs gnomeprefix USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib .include Index: head/misc/mshell/Makefile =================================================================== --- head/misc/mshell/Makefile (revision 315239) +++ head/misc/mshell/Makefile (revision 315240) @@ -1,34 +1,30 @@ -# New ports collection makefile for: mshell -# Date created: 24 September 1994 -# Whom: jmz -# +# Created by: jmz # $FreeBSD$ -# PORTNAME= mshell PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= jmz DISTFILES= 7432.Z MAINTAINER= ports@FreeBSD.org -COMMENT= A Unix menuing shell +COMMENT= Unix menuing shell NO_WRKSUBDIR= yes MAN1= mshell.1 do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} zcat ${DISTDIR}/${DISTFILES} |(cd ${WRKDIR}; \ ${AWK} '{if (/^#!/) x++} {if(x) print $$0'}| ${SH}) .include .if ${OSVERSION} >= 1000000 BROKEN= does not build .endif .include Index: head/misc/mshell/pkg-descr =================================================================== --- head/misc/mshell/pkg-descr (revision 315239) +++ head/misc/mshell/pkg-descr (revision 315240) @@ -1,10 +1,9 @@ Mshell was written to shield users (and other non-Unix gurus, like mathematicians and secretaries in the department) from "raw" Unix. It is as flexible as you can get (supports full shell capabilities like pipes, etc. inside the menu commands) but simple to write menus for. It is was developed for Nyx, a free, public access Unix system. Indeed, you're welcome to try Nyx -- log into Nyx as: - telnet to nyx.nyx.net (206.124.29.1), user 'new'. - call 303-381-9840 - Index: head/misc/najitool/Makefile =================================================================== --- head/misc/najitool/Makefile (revision 315239) +++ head/misc/najitool/Makefile (revision 315240) @@ -1,26 +1,22 @@ -# New ports collection makefile for: najitool -# Date created: 18 May 2005 -# Whom: NECDET COKYAZICI -# +# Created by: NECDET COKYAZICI # $FreeBSD$ -# PORTNAME= najitool PORTVERSION= 0.8.4 CATEGORIES= misc MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A tool that generates, converts, and filters files +COMMENT= Generates, converts, and filters files BUILD_DEPENDS= ${LOCALBASE}/lib/libnaji.a:${PORTSDIR}/devel/libnaji DISTVERSIONSUFFIX= .src post-patch: ${REINPLACE_CMD} -e 's|cflags =|cflags = -I${LOCALBASE}/include|; s|libnaji.a|${LOCALBASE}/lib/libnaji.a|' ${WRKSRC}/${MAKEFILE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/najitool ${PREFIX}/bin .include Index: head/misc/newer/Makefile =================================================================== --- head/misc/newer/Makefile (revision 315239) +++ head/misc/newer/Makefile (revision 315240) @@ -1,30 +1,26 @@ -# New ports collection makefile for: newer -# Date created: 22 January 2006 -# Whom: Jeffrey H. Johnson -# +# Created by: Jeffrey H. Johnson # $FreeBSD$ -# PORTNAME= newer PORTVERSION= 1.0 CATEGORIES= misc MASTER_SITES= ftp://ftp.cwru.edu/pub/chet/ DISTFILES= newer.c EXTRACT_ONLY= # none MAINTAINER= ports@FreeBSD.org -COMMENT= An implementation of AT&T Research UNIX V8 newer(1) +COMMENT= Implementation of AT&T Research UNIX V8 newer(1) CONFLICTS= teTeX-base-[0-9]* tex-[0-9]* ja-ptex-base-* PLIST_FILES= bin/newer NO_EXTRACT= yes do-build: ${CP} ${DISTDIR}/newer.c ${WRKDIR}/newer.c ${CC} ${CFLAGS} -o ${WRKDIR}/newer ${WRKDIR}/newer.c do-install: ${INSTALL_PROGRAM} ${WRKDIR}/newer ${PREFIX}/bin .include Index: head/misc/p5-Chatbot-Eliza/Makefile =================================================================== --- head/misc/p5-Chatbot-Eliza/Makefile (revision 315239) +++ head/misc/p5-Chatbot-Eliza/Makefile (revision 315240) @@ -1,22 +1,17 @@ -# ex:ts=8 -# Ports collection makefile for: p5-Chatbot-Eliza -# Date created: Jan 12, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= Chatbot-Eliza PORTVERSION= 1.04 CATEGORIES= misc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org -COMMENT= A clone of the classic Eliza program +COMMENT= Clone of the classic Eliza program PERL_CONFIGURE= yes MAN3= Chatbot::Eliza.3 .include Index: head/misc/pdmenu/Makefile =================================================================== --- head/misc/pdmenu/Makefile (revision 315239) +++ head/misc/pdmenu/Makefile (revision 315240) @@ -1,65 +1,62 @@ -# New ports collection makefile for: pdmenu -# Date created: 14 December 1998 -# Whom: Neil Blakey-Milner -# +# Created by: Neil Blakey-Milner # $FreeBSD$ PORTNAME= pdmenu PORTVERSION= 1.3.2 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= DEBIAN DISTNAME= ${PORTNAME}_${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A simple console menu program +COMMENT= Simple console menu program LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/COPYING LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 WRKSRC= ${WRKDIR}/${PORTNAME} USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= SLANG_H_LOC="${LOCALBASE}/include/slang.h" \ SLANG_LIB_LOC="${LOCALBASE}/lib" \ LIBS="-lcurses -lintl" CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib MAKE_JOBS_SAFE= yes MAN1= pdmenu.1 MAN5= pdmenurc.5 PLIST_FILES= bin/pdmenu \ etc/pdmenurc \ share/locale/da/LC_MESSAGES/pdmenu.mo \ share/locale/es/LC_MESSAGES/pdmenu.mo \ share/locale/fr/LC_MESSAGES/pdmenu.mo \ share/locale/ru/LC_MESSAGES/pdmenu.mo \ %%DATADIR%%/editdir.pl \ %%DATADIR%%/showdir.pl PLIST_DIRS= %%DATADIR%% post-patch: @${REINPLACE_CMD} -e \ '/^LANGS/s|=.*$$|= da es fr ru|g' ${WRKSRC}/Makefile do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pdmenu ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/examples/pdmenurc ${PREFIX}/etc ${INSTALL_MAN} ${WRKSRC}/doc/pdmenu.man ${MANPREFIX}/man/man1/pdmenu.1 ${INSTALL_MAN} ${WRKSRC}/doc/pdmenurc.man ${MAN5PREFIX}/man/man5/pdmenurc.5 @${MKDIR} ${DATADIR} ${INSTALL_DATA} ${WRKSRC}/examples/*.pl ${DATADIR} .for lang in da es fr ru @${MKDIR} ${PREFIX}/share/locale/${lang}/LC_MESSAGES ${INSTALL_DATA} ${WRKSRC}/po/${lang}.mo \ ${PREFIX}/share/locale/${lang}/LC_MESSAGES/pdmenu.mo .endfor post-install: @${STRIP_CMD} ${PREFIX}/bin/pdmenu .include Index: head/misc/projectionlib/Makefile =================================================================== --- head/misc/projectionlib/Makefile (revision 315239) +++ head/misc/projectionlib/Makefile (revision 315240) @@ -1,36 +1,32 @@ -# New ports collection makefile for: ProjectionLib library from VTP -# Date created: 26 Apr 2001 -# Whom: Randall Hopper -# +# Created by: Randall Hopper # $FreeBSD$ -# PORTNAME= projectionlib PORTVERSION= 3.7 CATEGORIES= misc MASTER_SITES= http://thor-f5.er.usgs.gov/viewers/dlgv32/ DISTNAME= dlgv32v37src MAINTAINER= ports@FreeBSD.org -COMMENT= A C++ wrapper for the USGS GCTP projection library +COMMENT= C++ wrapper for the USGS GCTP projection library LIB_DEPENDS= gctpc.1:${PORTSDIR}/misc/gctpc WRKSRC= ${WRKDIR}/dlgv32/ProjectionLib USE_ZIP= yes USE_DOS2UNIX= *.cpp *.h USE_LDCONFIG= yes MAKEFILE= ${FILESDIR}/Makefile post-install: ${MKDIR} ${PREFIX}/include/ProjectionLib ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/ProjectionLib .include .if ${OSVERSION} >= 900000 BROKEN= does not patch .endif .include Index: head/misc/py-YABT/Makefile =================================================================== --- head/misc/py-YABT/Makefile (revision 315239) +++ head/misc/py-YABT/Makefile (revision 315240) @@ -1,20 +1,16 @@ -# New ports collection makefile for: py-YABT -# Date created: 2008-09-20 -# Whom: Wen Heping -# +# Created by: Wen Heping # $FreeBSD$ -# PORTNAME= YABT PORTVERSION= 2.0.2 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org -COMMENT= A General Purpose Braille Translation System +COMMENT= General Purpose Braille Translation System USE_PYTHON= yes USE_PYDISTUTILS= easy_install .include Index: head/misc/py-YABT/pkg-descr =================================================================== --- head/misc/py-YABT/pkg-descr (revision 315239) +++ head/misc/py-YABT/pkg-descr (revision 315240) @@ -1,13 +1,13 @@ YABT means Yet another Braille Translator. YABT is a general purpose Braille translation system written in pure python. It is primarily designed to be used by the BrlTex Project, but due to its general design it may be suited to use in other projects. Currently YABT has a table for translation in to British Braille encoded in ASCII Braille, but tables for other codes and other output encodings such as unicode Braille are possible. -WWW: http://pypi.python.org/pypi/YABT/ +WWW: http://pypi.python.org/pypi/YABT/ Index: head/misc/py-pexpect/Makefile =================================================================== --- head/misc/py-pexpect/Makefile (revision 315239) +++ head/misc/py-pexpect/Makefile (revision 315240) @@ -1,22 +1,17 @@ -# ex:ts=8 -# Ports collection makefile for: pexpect -# Date created: Jan 11, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= pexpect PORTVERSION= 2.4 PORTREVISION= 1 CATEGORIES= misc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org -COMMENT= A Pure Python Expect-like module +COMMENT= Pure Python Expect-like module USE_PYTHON= yes USE_PYDISTUTILS= yes .include Index: head/misc/skyutils/Makefile =================================================================== --- head/misc/skyutils/Makefile (revision 315239) +++ head/misc/skyutils/Makefile (revision 315240) @@ -1,27 +1,23 @@ -# ports collection makefile for: skyutils -# Date created: 21 February 2004 -# Whom: Machiel Mastenbroek -# +# Created by: Machiel Mastenbroek # $FreeBSD$ -# PORTNAME= skyutils PORTVERSION= 2.9 PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= laszlof MAINTAINER= ports@FreeBSD.org -COMMENT= A library required by smssend (same author) +COMMENT= Library required by smssend (same author) GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf libtool USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} pre-configure: @${REINPLACE_CMD} -e's/[[:cntrl:]]*$$//' ${WRKSRC}/src/skyutils.h .include Index: head/misc/tkinfo/Makefile =================================================================== --- head/misc/tkinfo/Makefile (revision 315239) +++ head/misc/tkinfo/Makefile (revision 315240) @@ -1,34 +1,30 @@ -# New ports collection makefile for: tkinfo -# Date created: 16 Jan 1995 -# Whom: Thomas Gellekum -# +# Created by: Thomas Gellekum # $FreeBSD$ -# PORTNAME= tkinfo PORTVERSION= 2.8 PORTREVISION= 2 CATEGORIES= misc tk MASTER_SITES= http://math-www.uni-paderborn.de/~axel/tkinfo/ MAINTAINER= ports@FreeBSD.org -COMMENT= A tk script to read GNU "info" files and display them +COMMENT= Tk script to read GNU "info" files and display them LICENSE= BSD NO_BUILD= yes USE_TK_WRAPPER= yes MAN1= tkinfo.1 PLIST_FILES= bin/tkinfo post-patch: @${REINPLACE_CMD} -e \ 's|/usr/local/info|${LOCALBASE}/info|' ${WRKSRC}/tkinfo do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tkinfo ${PREFIX}/bin ${INSTALL_DATA} ${WRKSRC}/tkinfo.1 ${MANPREFIX}/man/man1 .include Index: head/misc/tkregexp/Makefile =================================================================== --- head/misc/tkregexp/Makefile (revision 315239) +++ head/misc/tkregexp/Makefile (revision 315240) @@ -1,28 +1,24 @@ -# New ports collection makefile for: tklregexp -# Date created: 2 May 2000 -# Whom: Patrick Seal -# +# Created by: Patrick Seal # $FreeBSD$ -# PORTNAME= tkregexp PORTVERSION= 3.0 PORTREVISION= 3 CATEGORIES= misc tk MASTER_SITES= http://laurent.riesterer.free.fr/regexp/ DISTNAME= visual_regexp-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An interactive regexp design tool +COMMENT= Interactive regexp design tool USE_TK_RUN= yes NO_BUILD= yes PLIST_FILES= bin/tkregexp post-patch: @${REINPLACE_CMD} 's|wish8.3|${WISH}|' ${WRKSRC}/visual_regexp.tcl do-install: @${INSTALL_SCRIPT} ${WRKSRC}/visual_regexp.tcl ${PREFIX}/bin/${PORTNAME} .include Index: head/misc/txt2regex/Makefile =================================================================== --- head/misc/txt2regex/Makefile (revision 315239) +++ head/misc/txt2regex/Makefile (revision 315240) @@ -1,34 +1,29 @@ -# ex:ts=8 -# New ports collection makefile for: txt2regex -# Date created: Jun 14, 2001 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= txt2regex PORTVERSION= 0.8 PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://txt2regex.sourceforge.net/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A Regular Expression "wizard" +COMMENT= Regular Expression "wizard" RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= yes MAN1= txt2regex.1 PLIST_FILES= bin/txt2regex post-patch: @${REINPLACE_CMD} -e \ "s,/bin/bash,${LOCALBASE}/bin/bash,g" ${WRKSRC}/${DISTNAME}.sh do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME}.sh ${PREFIX}/bin/txt2regex ${INSTALL_MAN} ${WRKSRC}/txt2regex.man ${MANPREFIX}/man/man1/txt2regex.1 .include Index: head/misc/wmfirew/Makefile =================================================================== --- head/misc/wmfirew/Makefile (revision 315239) +++ head/misc/wmfirew/Makefile (revision 315240) @@ -1,25 +1,25 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= wmfirew PORTVERSION= 0.20 PORTREVISION= 3 CATEGORIES= misc windowmaker afterstep MASTER_SITES= http://web.novalis.org/programs/ MAINTAINER= ports@FreeBSD.org -COMMENT= A dockapp that shows fireworks in action +COMMENT= Dockapp that shows fireworks in action PLIST_FILES= bin/wmfirew WRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME} USE_GMAKE= yes USE_XORG= xpm post-patch: @${REINPLACE_CMD} -e \ 's|^void main|int main|' ${WRKSRC}/wmfirew.c do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin) .include Index: head/misc/wmjulia/Makefile =================================================================== --- head/misc/wmjulia/Makefile (revision 315239) +++ head/misc/wmjulia/Makefile (revision 315240) @@ -1,25 +1,21 @@ -# New ports collection makefile for: wmjulia -# Date created: 16 May 2002 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD$ -# PORTNAME= wmjulia PORTVERSION= 0.40 PORTREVISION= 5 CATEGORIES= misc windowmaker afterstep MASTER_SITES= http://web.novalis.org/programs/ MAINTAINER= ports@FreeBSD.org -COMMENT= A dockapp that creates an animated Julia set +COMMENT= Dockapp that creates an animated Julia set PLIST_FILES= bin/wmjulia WRKSRC= ${WRKDIR}/${PORTNAME}.app/${PORTNAME} USE_GMAKE= yes USE_XORG= xpm xext do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin .include Index: head/misc/wmtunlo/Makefile =================================================================== --- head/misc/wmtunlo/Makefile (revision 315239) +++ head/misc/wmtunlo/Makefile (revision 315240) @@ -1,29 +1,25 @@ -# New ports collection makefile for: wmtunlo -# Date created: 27 July 2002 -# Whom: Adam Weinberger -# +# Created by: Adam Weinberger # $FreeBSD$ -# PORTNAME= wmtunlo PORTVERSION= 0.1.3 PORTREVISION= 2 CATEGORIES= misc windowmaker MASTER_SITES= http://www.gnu-darwin.org/distfiles/ \ http://cvsup.theplanet.com/distfiles/ MAINTAINER= ports@FreeBSD.org -COMMENT= A falling-down-a-tunnel dockapp +COMMENT= Falling-down-a-tunnel dockapp USE_XORG= x11 xpm xextproto ALL_TARGET= wmtunlo do-install: @${INSTALL_PROGRAM} ${WRKSRC}/wmtunlo ${PREFIX}/bin .ifndef NOPORTEXAMPLES @${MKDIR} ${EXAMPLESDIR} @${INSTALL_SCRIPT} ${WRKSRC}/examples/* \ ${EXAMPLESDIR} .endif .include Index: head/misc/xless/Makefile =================================================================== --- head/misc/xless/Makefile (revision 315239) +++ head/misc/xless/Makefile (revision 315240) @@ -1,24 +1,20 @@ -# New ports collection makefile for: xless -# Date created: 23 December 1996 -# Whom: Conrad Sabatier -# +# Created by: Conrad Sabatier # $FreeBSD$ -# PORTNAME= xless PORTVERSION= 1.7 PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_XCONTRIB} \ ftp://ftp.cs.berkeley.edu/ucb/people/dglo/xless/ MASTER_SITE_SUBDIR= applications MAINTAINER= ports@FreeBSD.org -COMMENT= An X11 viewer for text files. Useful as an add-on tool for other apps +COMMENT= X11 viewer for text files. Useful as an add-on tool for other apps USE_IMAKE= yes USE_XORG= ice sm x11 xaw xext xmu xpm xt MAN1= xless.1 MANCOMPRESSED= yes .include