From owner-svn-ports-all@FreeBSD.ORG Wed Jun 4 14:14:23 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 ECDDC9D6; Wed, 4 Jun 2014 14:14:23 +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 CCF94276C; Wed, 4 Jun 2014 14:14:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s54EENan026476; Wed, 4 Jun 2014 14:14:23 GMT (envelope-from nemysis@svn.freebsd.org) Received: (from nemysis@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s54EEMX1026459; Wed, 4 Jun 2014 14:14:22 GMT (envelope-from nemysis@svn.freebsd.org) Message-Id: <201406041414.s54EEMX1026459@svn.freebsd.org> From: Rusmir Dusko Date: Wed, 4 Jun 2014 14:14:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356500 - in head: deskutils/py-send2trash graphics/founts graphics/py-pyggel graphics/radius-engine irc/py-fishcrypt sysutils/gigolo 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: Wed, 04 Jun 2014 14:14:24 -0000 Author: nemysis Date: Wed Jun 4 14:14:21 2014 New Revision: 356500 URL: http://svnweb.freebsd.org/changeset/ports/356500 QAT: https://qat.redports.org/buildarchive/r356500/ Log: These ports are no longer used or cared for. Dave Shar wishes to maintain these ports with my help. deskutils/py-send2trash - Change Makefile header, use my name and @FreeBSD.org email - Pass maintainership to koalative at gmail.com - Change license BSD to BSD3CLAUSE - Use USE_PYDISTUTILS=yes instead of easy_install - Remove PYDISTUTILS_PKGNAME and add PYDISTUTILS_AUTOPLIST graphics/founts - Change Makefile header, use my name and @FreeBSD.org email - Pass maintainership to koalative at gmail.com - Add REINPLACE, fix ELAST - Change distinfo, remove supplied icon graphics/py-pyggel - Pass maintainership to koalative at gmail.com graphics/radius-engine - Change Makefile header, use my name and @FreeBSD.org email - Pass maintainership to koalative at gmail.com irc/py-fishcrypt - Pass maintainership to koalative at gmail.com sysutils/gigolo - Change Makefile header, use my name and @FreeBSD.org email - Pass maintainership to koalative at gmail.com - Use tar:bzip2 instead of USE_BZIP2=yes - Remove TODO from DOCS - Remove useless .include - Change pkg-plist, remove mtree Modified: head/deskutils/py-send2trash/Makefile head/graphics/founts/Makefile head/graphics/founts/distinfo head/graphics/py-pyggel/Makefile head/graphics/radius-engine/Makefile head/irc/py-fishcrypt/Makefile head/sysutils/gigolo/Makefile head/sysutils/gigolo/pkg-plist Modified: head/deskutils/py-send2trash/Makefile ============================================================================== --- head/deskutils/py-send2trash/Makefile Wed Jun 4 14:01:35 2014 (r356499) +++ head/deskutils/py-send2trash/Makefile Wed Jun 4 14:14:21 2014 (r356500) @@ -1,4 +1,4 @@ -# Created by: nemysis +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= send2trash @@ -9,19 +9,16 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= Send2Trash-${PORTVERSION} DIST_SUBDIR= python -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= koalative@gmail.com COMMENT= Small package that sends files to the Trash -LICENSE= BSD +LICENSE= BSD3CLAUSE USE_PYTHON= yes -USE_PYDISTUTILS=easy_install -PYDISTUTILS_PKGNAME= Send2Trash - -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes PORTDOCS= CHANGES.rst README.rst - OPTIONS_DEFINE= DOCS post-install: Modified: head/graphics/founts/Makefile ============================================================================== --- head/graphics/founts/Makefile Wed Jun 4 14:01:35 2014 (r356499) +++ head/graphics/founts/Makefile Wed Jun 4 14:14:21 2014 (r356500) @@ -1,4 +1,4 @@ -# Created by: nemysis +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= founts @@ -7,7 +7,7 @@ CATEGORIES= graphics games MASTER_SITES= http://www.linuxmotors.com/founts/downloads/ DISTFILES= ${PORTNAME}-${DISTVERSION}.tgz -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= koalative@gmail.com COMMENT= Demo/program inspired by Erics cascade LICENSE= GPLv2 @@ -25,6 +25,8 @@ DESKTOP_ENTRIES="Founts" "${COMMENT}" "$ "${PORTNAME}" "Graphics;Game;" false post-patch: + @${REINPLACE_CMD} -e 's|#define ELAST 1.7||' \ + ${WRKSRC}/${PORTNAME}.c @${REINPLACE_CMD} -e 's|gcc|${CC}|' \ ${WRKSRC}/Makefile Modified: head/graphics/founts/distinfo ============================================================================== --- head/graphics/founts/distinfo Wed Jun 4 14:01:35 2014 (r356499) +++ head/graphics/founts/distinfo Wed Jun 4 14:14:21 2014 (r356500) @@ -1,4 +1,2 @@ SHA256 (founts-13.tgz) = cd13156e54cac37d6910b7b94266331488705ca0ce1601dc2b9af1eb627161bb SIZE (founts-13.tgz) = 28855 -SHA256 (founts.png) = a8e1dd4ddd78fef3b60e858d4fdc38cdb1388c999031f9306849a09ae0a977d6 -SIZE (founts.png) = 6266 Modified: head/graphics/py-pyggel/Makefile ============================================================================== --- head/graphics/py-pyggel/Makefile Wed Jun 4 14:01:35 2014 (r356499) +++ head/graphics/py-pyggel/Makefile Wed Jun 4 14:14:21 2014 (r356500) @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME:tu}-V${DISTVERSION} DIST_SUBDIR= python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= koalative@gmail.com COMMENT= Python Graphical Game Engine and Libraries LICENSE= LGPL3 Public_Domain Modified: head/graphics/radius-engine/Makefile ============================================================================== --- head/graphics/radius-engine/Makefile Wed Jun 4 14:01:35 2014 (r356499) +++ head/graphics/radius-engine/Makefile Wed Jun 4 14:14:21 2014 (r356500) @@ -1,4 +1,4 @@ -# Created by: nemysis +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= radius-engine @@ -7,12 +7,12 @@ PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= SF/${PORTNAME}/ -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= koalative@gmail.com COMMENT= Lua script-based 2D engine built on top of OpenGL and SDL LICENSE= MIT -LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua51 \ +LIB_DEPENDS= liblua-5.1.so:${PORTSDIR}/lang/lua \ libpng15.so:${PORTSDIR}/graphics/png \ libphysfs.so.1:${PORTSDIR}/devel/physfs Modified: head/irc/py-fishcrypt/Makefile ============================================================================== --- head/irc/py-fishcrypt/Makefile Wed Jun 4 14:01:35 2014 (r356499) +++ head/irc/py-fishcrypt/Makefile Wed Jun 4 14:14:21 2014 (r356500) @@ -6,7 +6,7 @@ DISTVERSION= 4.21 CATEGORIES= irc security DIST_SUBDIR= python -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= koalative@gmail.com COMMENT= FiSH/Mircryption clone for XChat/HexChat RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto Modified: head/sysutils/gigolo/Makefile ============================================================================== --- head/sysutils/gigolo/Makefile Wed Jun 4 14:01:35 2014 (r356499) +++ head/sysutils/gigolo/Makefile Wed Jun 4 14:14:21 2014 (r356500) @@ -1,4 +1,4 @@ -# Created by: nemysis +# Created by: Rusmir Dusko # $FreeBSD$ PORTNAME= gigolo @@ -7,20 +7,19 @@ CATEGORIES= sysutils MASTER_SITES= XFCE MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= koalative@gmail.com COMMENT= Frontend to easily manage filesystem connections LICENSE= GPLv2 BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser -USE_BZIP2= yes -USES= gmake fuse pkgconfig +USES= gmake fuse pkgconfig tar:bzip2 USE_GNOME= cairo gtk20 gvfs intlhack USE_XORG= x11 GNU_CONFIGURE= yes -PORTDOCS= AUTHORS ChangeLog NEWS README TODO +PORTDOCS= AUTHORS ChangeLog NEWS README OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes @@ -31,8 +30,6 @@ NLS_USES= gettext ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS_REASON= Does not compile -.include - post-patch: @${REINPLACE_CMD} -e 's|^DOCFILES.*|DOCFILES =|' \ ${WRKSRC}/Makefile.in Modified: head/sysutils/gigolo/pkg-plist ============================================================================== --- head/sysutils/gigolo/pkg-plist Wed Jun 4 14:01:35 2014 (r356499) +++ head/sysutils/gigolo/pkg-plist Wed Jun 4 14:14:21 2014 (r356500) @@ -46,15 +46,3 @@ share/applications/gigolo.desktop %%NLS%%share/locale/zh_TW/LC_MESSAGES/gigolo.mo %%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ur_PK -%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ur -%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ug -%%NLS%%@dirrmtry share/locale/te/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/te -%%NLS%%@dirrmtry share/locale/oc/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/oc -%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/kk -%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ast