svn commit: r356500 - in head: deskutils/py-send2trash graphics/founts graphics/py-pyggel graphics/radius-engine irc/py-fishcrypt sysutils/gigolo

Rusmir Dusko nemysis at FreeBSD.org
Wed Jun 4 14:14:24 UTC 2014


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 <koalative at gmail.com> 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 <bsd.port.options.mk>
  - 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 <nemysis at gmx.ch>
+# Created by: Rusmir Dusko <nemysis at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	send2trash
@@ -9,19 +9,16 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 DISTNAME=	Send2Trash-${PORTVERSION}
 DIST_SUBDIR=	python
 
-MAINTAINER=	nemysis at FreeBSD.org
+MAINTAINER=	koalative at 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 <nemysis at gmx.ch>
+# Created by: Rusmir Dusko <nemysis at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	founts
@@ -7,7 +7,7 @@ CATEGORIES=	graphics games
 MASTER_SITES=	http://www.linuxmotors.com/founts/downloads/
 DISTFILES=	${PORTNAME}-${DISTVERSION}.tgz
 
-MAINTAINER=	nemysis at FreeBSD.org
+MAINTAINER=	koalative at 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 at FreeBSD.org
+MAINTAINER=	koalative at 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 <nemysis at gmx.ch>
+# Created by: Rusmir Dusko <nemysis at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	radius-engine
@@ -7,12 +7,12 @@ PORTREVISION=	1
 CATEGORIES=	graphics devel
 MASTER_SITES=	SF/${PORTNAME}/
 
-MAINTAINER=	nemysis at FreeBSD.org
+MAINTAINER=	koalative at 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 at FreeBSD.org
+MAINTAINER=	koalative at 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 <nemysis at gmx.ch>
+# Created by: Rusmir Dusko <nemysis at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	gigolo
@@ -7,20 +7,19 @@ CATEGORIES=	sysutils
 MASTER_SITES=	XFCE
 MASTER_SITE_SUBDIR=	src/apps/${PORTNAME}/${PORTVERSION:R}
 
-MAINTAINER=	nemysis at FreeBSD.org
+MAINTAINER=	koalative at 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 <bsd.port.options.mk>
-
 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


More information about the svn-ports-head mailing list