Date: Sun, 17 Aug 2014 08:25:51 +0000 (UTC) From: Eitan Adler <eadler@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r365160 - in head: devel/newfile games/gtklife games/nonsense games/solarus graphics/aalib graphics/scr2png math/ised misc/bogosort misc/getopt misc/kbdscan net/datapipe sysutils/hextoo... Message-ID: <201408170825.s7H8PpTq072713@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eadler Date: Sun Aug 17 08:25:51 2014 New Revision: 365160 URL: http://svnweb.freebsd.org/changeset/ports/365160 QAT: https://qat.redports.org/buildarchive/r365160/ Log: Return some ports I maintain to the pool. Modified: head/devel/newfile/Makefile head/games/gtklife/Makefile head/games/nonsense/Makefile head/games/solarus/Makefile head/graphics/aalib/Makefile head/graphics/scr2png/Makefile head/math/ised/Makefile head/misc/bogosort/Makefile head/misc/getopt/Makefile head/misc/kbdscan/Makefile head/net/datapipe/Makefile head/sysutils/hextools/Makefile head/sysutils/moreutils-parallel/Makefile Modified: head/devel/newfile/Makefile ============================================================================== --- head/devel/newfile/Makefile Sun Aug 17 08:24:28 2014 (r365159) +++ head/devel/newfile/Makefile Sun Aug 17 08:25:51 2014 (r365160) @@ -7,7 +7,7 @@ PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tool for creating starter files in various languages LICENSE= BSD3CLAUSE Modified: head/games/gtklife/Makefile ============================================================================== --- head/games/gtklife/Makefile Sun Aug 17 08:24:28 2014 (r365159) +++ head/games/gtklife/Makefile Sun Aug 17 08:25:51 2014 (r365160) @@ -7,7 +7,7 @@ PORTREVISION= 6 CATEGORIES= games MASTER_SITES= http://ironphoenix.org/tril/gtklife/ -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= GTK+ implementation of Conways Game of Life LICENSE= GPLv2 Modified: head/games/nonsense/Makefile ============================================================================== --- head/games/nonsense/Makefile Sun Aug 17 08:24:28 2014 (r365159) +++ head/games/nonsense/Makefile Sun Aug 17 08:25:51 2014 (r365160) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= games MASTER_SITES= SF -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Nonsense text generator NO_BUILD= yes Modified: head/games/solarus/Makefile ============================================================================== --- head/games/solarus/Makefile Sun Aug 17 08:24:28 2014 (r365159) +++ head/games/solarus/Makefile Sun Aug 17 08:25:51 2014 (r365160) @@ -6,7 +6,7 @@ CATEGORIES= games MASTER_SITES= http://www.solarus-games.org/downloads/solarus/ DISTNAME= solarus-${PORTVERSION}-src -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Zelda-like 2D game engine LIB_DEPENDS= libphysfs.so:${PORTSDIR}/devel/physfs \ Modified: head/graphics/aalib/Makefile ============================================================================== --- head/graphics/aalib/Makefile Sun Aug 17 08:24:28 2014 (r365159) +++ head/graphics/aalib/Makefile Sun Aug 17 08:25:51 2014 (r365160) @@ -8,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= SF/aa-project/aa-lib/1.4rc5 DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= ASCII art library LICENSE= GPLv2 Modified: head/graphics/scr2png/Makefile ============================================================================== --- head/graphics/scr2png/Makefile Sun Aug 17 08:24:28 2014 (r365159) +++ head/graphics/scr2png/Makefile Sun Aug 17 08:25:51 2014 (r365160) @@ -8,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= nik -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Converts the output of "vidcontrol -p" to PNG LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd Modified: head/math/ised/Makefile ============================================================================== --- head/math/ised/Makefile Sun Aug 17 08:24:28 2014 (r365159) +++ head/math/ised/Makefile Sun Aug 17 08:25:51 2014 (r365160) @@ -7,7 +7,7 @@ PORTREVISION= 2 CATEGORIES= math MASTER_SITES= SF/${PORTNAME} -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Tool for generating number sequences and arithmetic evaluation LICENSE= GPLv3 Modified: head/misc/bogosort/Makefile ============================================================================== --- head/misc/bogosort/Makefile Sun Aug 17 08:24:28 2014 (r365159) +++ head/misc/bogosort/Makefile Sun Aug 17 08:25:51 2014 (r365160) @@ -10,7 +10,7 @@ MASTER_SITES= http://www.lysator.liu.se/ DISTNAME= ${PORTNAME} DIST_SUBDIR= ${PORTNAME}/${PORTVERSION} -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Sort (or not) stdin using the bogo-sort algorithm WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} Modified: head/misc/getopt/Makefile ============================================================================== --- head/misc/getopt/Makefile Sun Aug 17 08:24:28 2014 (r365159) +++ head/misc/getopt/Makefile Sun Aug 17 08:25:51 2014 (r365160) @@ -6,7 +6,7 @@ PORTVERSION= 1.1.5 CATEGORIES= misc MASTER_SITES= http://software.frodo.looijaard.name/getopt/files/ -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Replacement for getopt(1) that supports GNU-style long options USES= gettext gmake Modified: head/misc/kbdscan/Makefile ============================================================================== --- head/misc/kbdscan/Makefile Sun Aug 17 08:24:28 2014 (r365159) +++ head/misc/kbdscan/Makefile Sun Aug 17 08:25:51 2014 (r365160) @@ -5,7 +5,7 @@ PORTVERSION= 20110507 CATEGORIES= misc MASTER_SITES= http://hack.org/mc/hacks/${PORTNAME}/ -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Kbdscan shows the scancodes of keys pressed LICENSE= ISCL Modified: head/net/datapipe/Makefile ============================================================================== --- head/net/datapipe/Makefile Sun Aug 17 08:24:28 2014 (r365159) +++ head/net/datapipe/Makefile Sun Aug 17 08:25:51 2014 (r365160) @@ -8,7 +8,7 @@ CATEGORIES= net MASTER_SITES= ftp://ftp.distributed.net/pub/dcti/unsupported/ \ http://http.distributed.net/pub/dcti/unsupported/ -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Bind a local port and connect it to a remote socket PLIST_FILES= bin/datapipe Modified: head/sysutils/hextools/Makefile ============================================================================== --- head/sysutils/hextools/Makefile Sun Aug 17 08:24:28 2014 (r365159) +++ head/sysutils/hextools/Makefile Sun Aug 17 08:25:51 2014 (r365160) @@ -5,7 +5,7 @@ PORTVERSION= 1.1 CATEGORIES= sysutils MASTER_SITES= http://avl.enemy.org/utils/hextools/ -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Useful tools for dealing with hex files NO_WRKSUBDIR=yes Modified: head/sysutils/moreutils-parallel/Makefile ============================================================================== --- head/sysutils/moreutils-parallel/Makefile Sun Aug 17 08:24:28 2014 (r365159) +++ head/sysutils/moreutils-parallel/Makefile Sun Aug 17 08:25:51 2014 (r365160) @@ -9,7 +9,7 @@ MASTER_SITES= DEBIAN MASTER_SITE_SUBDIR= pool/main/m/moreutils DISTNAME= moreutils_${PORTVERSION} -MAINTAINER= eadler@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Run programs in parallel LICENSE= GPLv2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408170825.s7H8PpTq072713>