From owner-svn-ports-all@FreeBSD.ORG Sat May 10 22:06:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 08554E8A; Sat, 10 May 2014 22:06:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E6F6FEE7; Sat, 10 May 2014 22:06:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4AM6Pk0069772; Sat, 10 May 2014 22:06:25 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4AM6NHM069752; Sat, 10 May 2014 22:06:23 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201405102206.s4AM6NHM069752@svn.freebsd.org> From: Antoine Brodin Date: Sat, 10 May 2014 22:06:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353621 - in head: astro/p5-Weather-Underground astro/weatherspect audio/snack graphics/imgv java/mx4j lang/bsh misc/mmv misc/unclutter print/cups-pdf textproc/weka www/xpi-forecastfox ... X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2014 22:06:26 -0000 Author: antoine Date: Sat May 10 22:06:22 2014 New Revision: 353621 URL: http://svnweb.freebsd.org/changeset/ports/353621 QAT: https://qat.redports.org/buildarchive/r353621/ Log: Maintainer no longer wishes to maintain those ports With hat: portmgr Modified: head/astro/p5-Weather-Underground/Makefile head/astro/weatherspect/Makefile head/audio/snack/Makefile head/graphics/imgv/Makefile head/java/mx4j/Makefile head/lang/bsh/Makefile head/misc/mmv/Makefile head/misc/unclutter/Makefile head/print/cups-pdf/Makefile head/textproc/weka/Makefile head/www/xpi-forecastfox/Makefile head/www/xpi-vimperator/Makefile head/x11/numlockx/Makefile Modified: head/astro/p5-Weather-Underground/Makefile ============================================================================== --- head/astro/p5-Weather-Underground/Makefile Sat May 10 22:04:01 2014 (r353620) +++ head/astro/p5-Weather-Underground/Makefile Sat May 10 22:06:22 2014 (r353621) @@ -8,7 +8,7 @@ MASTER_SITES= CPAN MASTER_SITE_SUBDIR= Weather PKGNAMEPREFIX= p5- -MAINTAINER= simon@olofsson.de +MAINTAINER= ports@FreeBSD.org COMMENT= Retrieve weather information from wunderground.com BUILD_DEPENDS= p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ Modified: head/astro/weatherspect/Makefile ============================================================================== --- head/astro/weatherspect/Makefile Sat May 10 22:04:01 2014 (r353620) +++ head/astro/weatherspect/Makefile Sat May 10 22:06:22 2014 (r353621) @@ -7,7 +7,7 @@ CATEGORIES= astro MASTER_SITES= http://www.robobunny.com/projects/weatherspect/ DISTNAME= ${PORTNAME}_v${PORTVERSION} -MAINTAINER= simon@olofsson.de +MAINTAINER= ports@FreeBSD.org COMMENT= Weather simulation in ASCII art LICENSE= ART10 GPLv1 Modified: head/audio/snack/Makefile ============================================================================== --- head/audio/snack/Makefile Sat May 10 22:04:01 2014 (r353620) +++ head/audio/snack/Makefile Sat May 10 22:06:22 2014 (r353621) @@ -8,7 +8,7 @@ CATEGORIES= audio tcl tk MASTER_SITES= http://www.speech.kth.se/snack/dist/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= simon@olofsson.de +MAINTAINER= ports@FreeBSD.org COMMENT= A sound toolkit for scripting languages WRKSRC= ${WRKDIR}/${DISTNAME}/unix Modified: head/graphics/imgv/Makefile ============================================================================== --- head/graphics/imgv/Makefile Sat May 10 22:04:01 2014 (r353620) +++ head/graphics/imgv/Makefile Sat May 10 22:06:22 2014 (r353621) @@ -8,7 +8,7 @@ CATEGORIES= graphics python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}%20${PORTVERSION} EXTRACT_SUFX= -src.tar.gz -MAINTAINER= simon@olofsson.de +MAINTAINER= ports@FreeBSD.org COMMENT= A unique and feature rich Image Viewer RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pygame/__init__.py:${PORTSDIR}/devel/py-game \ Modified: head/java/mx4j/Makefile ============================================================================== --- head/java/mx4j/Makefile Sat May 10 22:04:01 2014 (r353620) +++ head/java/mx4j/Makefile Sat May 10 22:06:22 2014 (r353621) @@ -7,7 +7,7 @@ PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= SF/${PORTNAME}/MX4J%20Binary/${PORTVERSION} -MAINTAINER= simon@olofsson.de +MAINTAINER= ports@FreeBSD.org COMMENT= Open Source implementation of the Java Management Extensions (JMX) USE_JAVA= yes Modified: head/lang/bsh/Makefile ============================================================================== --- head/lang/bsh/Makefile Sat May 10 22:04:01 2014 (r353620) +++ head/lang/bsh/Makefile Sat May 10 22:06:22 2014 (r353621) @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.b EXTRACT_SUFX= .jar EXTRACT_ONLY= -MAINTAINER= simon@olofsson.de +MAINTAINER= ports@FreeBSD.org COMMENT= A Java scripting language USE_JAVA= yes Modified: head/misc/mmv/Makefile ============================================================================== --- head/misc/mmv/Makefile Sat May 10 22:04:01 2014 (r353620) +++ head/misc/mmv/Makefile Sat May 10 22:06:22 2014 (r353621) @@ -11,7 +11,7 @@ PATCH_SITES= ${MASTER_SITES} PATCHFILES= ${PORTNAME}_1.01b-15.diff.gz PATCH_DIST_STRIP= -p1 -MAINTAINER= simon@olofsson.de +MAINTAINER= ports@FreeBSD.org COMMENT= Move/Copy/Append/Link multiple files CFLAGS+= -DHAS_DIRENT Modified: head/misc/unclutter/Makefile ============================================================================== --- head/misc/unclutter/Makefile Sat May 10 22:04:01 2014 (r353620) +++ head/misc/unclutter/Makefile Sat May 10 22:06:22 2014 (r353621) @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= utilities EXTRACT_SUFX= .tar.Z -MAINTAINER= simon@olofsson.de +MAINTAINER= ports@FreeBSD.org COMMENT= Remove idle cursor image from screen WRKSRC= ${WRKDIR}/unclutter Modified: head/print/cups-pdf/Makefile ============================================================================== --- head/print/cups-pdf/Makefile Sat May 10 22:04:01 2014 (r353620) +++ head/print/cups-pdf/Makefile Sat May 10 22:06:22 2014 (r353621) @@ -9,7 +9,7 @@ MASTER_SITES= http://www.cups-pdf.de/src http://www.physik.uni-wuerzburg.de/~vrbehr/cups-pdf/src/ DISTNAME= ${PORTNAME}_${PORTVERSION} -MAINTAINER= simon@olofsson.de +MAINTAINER= ports@FreeBSD.org COMMENT= A virtual printer for CUPS to produce PDF files LICENSE=GPLv2 Modified: head/textproc/weka/Makefile ============================================================================== --- head/textproc/weka/Makefile Sat May 10 22:04:01 2014 (r353620) +++ head/textproc/weka/Makefile Sat May 10 22:06:22 2014 (r353621) @@ -6,7 +6,7 @@ DISTVERSION= 3-6-8 CATEGORIES= textproc java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-3-6/${PORTVERSION} -MAINTAINER= simon@olofsson.de +MAINTAINER= ports@FreeBSD.org COMMENT= Data Mining Software in Java LICENSE= GPLv2 Modified: head/www/xpi-forecastfox/Makefile ============================================================================== --- head/www/xpi-forecastfox/Makefile Sat May 10 22:04:01 2014 (r353620) +++ head/www/xpi-forecastfox/Makefile Sat May 10 22:06:22 2014 (r353621) @@ -6,7 +6,7 @@ PORTVERSION= 2.2.1 DISTVERSIONSUFFIX= -fx+sm CATEGORIES= www -MAINTAINER= simon@olofsson.de +MAINTAINER= ports@FreeBSD.org COMMENT= Get international weather forecasts and display them XPI_DISTNAME= ${PORTNAME}_weather Modified: head/www/xpi-vimperator/Makefile ============================================================================== --- head/www/xpi-vimperator/Makefile Sat May 10 22:04:01 2014 (r353620) +++ head/www/xpi-vimperator/Makefile Sat May 10 22:06:22 2014 (r353621) @@ -6,7 +6,7 @@ PORTVERSION= 3.5 DISTVERSIONSUFFIX= -fx CATEGORIES= www -MAINTAINER= simon@olofsson.de +MAINTAINER= ports@FreeBSD.org COMMENT= Vim look and feel for Firefox LICENSE=MIT Modified: head/x11/numlockx/Makefile ============================================================================== --- head/x11/numlockx/Makefile Sat May 10 22:04:01 2014 (r353620) +++ head/x11/numlockx/Makefile Sat May 10 22:06:22 2014 (r353621) @@ -7,7 +7,7 @@ CATEGORIES= x11 MASTER_SITES= http://home.kde.org/~seli/numlockx/ \ CRITICAL -MAINTAINER= simon@olofsson.de +MAINTAINER= ports@FreeBSD.org COMMENT= Turns on numlock in X USE_XORG= x11 xext xtst