1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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
This commit is contained in:
Rusmir Dusko 2014-06-04 14:14:21 +00:00
parent a51dd1086f
commit f2779fb94a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356500
8 changed files with 18 additions and 36 deletions

View File

@ -1,4 +1,4 @@
# Created by: nemysis <nemysis@gmx.ch> # Created by: Rusmir Dusko <nemysis@FreeBSD.org>
# $FreeBSD$ # $FreeBSD$
PORTNAME= send2trash PORTNAME= send2trash
@ -9,19 +9,16 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Send2Trash-${PORTVERSION} DISTNAME= Send2Trash-${PORTVERSION}
DIST_SUBDIR= python DIST_SUBDIR= python
MAINTAINER= nemysis@FreeBSD.org MAINTAINER= koalative@gmail.com
COMMENT= Small package that sends files to the Trash COMMENT= Small package that sends files to the Trash
LICENSE= BSD LICENSE= BSD3CLAUSE
USE_PYTHON= yes USE_PYTHON= yes
USE_PYDISTUTILS=easy_install USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME= Send2Trash PYDISTUTILS_AUTOPLIST= yes
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
PORTDOCS= CHANGES.rst README.rst PORTDOCS= CHANGES.rst README.rst
OPTIONS_DEFINE= DOCS OPTIONS_DEFINE= DOCS
post-install: post-install:

View File

@ -1,4 +1,4 @@
# Created by: nemysis <nemysis@gmx.ch> # Created by: Rusmir Dusko <nemysis@FreeBSD.org>
# $FreeBSD$ # $FreeBSD$
PORTNAME= founts PORTNAME= founts
@ -7,7 +7,7 @@ CATEGORIES= graphics games
MASTER_SITES= http://www.linuxmotors.com/founts/downloads/ MASTER_SITES= http://www.linuxmotors.com/founts/downloads/
DISTFILES= ${PORTNAME}-${DISTVERSION}.tgz DISTFILES= ${PORTNAME}-${DISTVERSION}.tgz
MAINTAINER= nemysis@FreeBSD.org MAINTAINER= koalative@gmail.com
COMMENT= Demo/program inspired by Erics cascade COMMENT= Demo/program inspired by Erics cascade
LICENSE= GPLv2 LICENSE= GPLv2
@ -25,6 +25,8 @@ DESKTOP_ENTRIES="Founts" "${COMMENT}" "${PORTNAME}" \
"${PORTNAME}" "Graphics;Game;" false "${PORTNAME}" "Graphics;Game;" false
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|#define ELAST 1.7||' \
${WRKSRC}/${PORTNAME}.c
@${REINPLACE_CMD} -e 's|gcc|${CC}|' \ @${REINPLACE_CMD} -e 's|gcc|${CC}|' \
${WRKSRC}/Makefile ${WRKSRC}/Makefile

View File

@ -1,4 +1,2 @@
SHA256 (founts-13.tgz) = cd13156e54cac37d6910b7b94266331488705ca0ce1601dc2b9af1eb627161bb SHA256 (founts-13.tgz) = cd13156e54cac37d6910b7b94266331488705ca0ce1601dc2b9af1eb627161bb
SIZE (founts-13.tgz) = 28855 SIZE (founts-13.tgz) = 28855
SHA256 (founts.png) = a8e1dd4ddd78fef3b60e858d4fdc38cdb1388c999031f9306849a09ae0a977d6
SIZE (founts.png) = 6266

View File

@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME:tu}-V${DISTVERSION}${DISTVERSIONSUFFIX}
DIST_SUBDIR= python DIST_SUBDIR= python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= nemysis@FreeBSD.org MAINTAINER= koalative@gmail.com
COMMENT= Python Graphical Game Engine and Libraries COMMENT= Python Graphical Game Engine and Libraries
LICENSE= LGPL3 Public_Domain LICENSE= LGPL3 Public_Domain

View File

@ -1,4 +1,4 @@
# Created by: nemysis <nemysis@gmx.ch> # Created by: Rusmir Dusko <nemysis@FreeBSD.org>
# $FreeBSD$ # $FreeBSD$
PORTNAME= radius-engine PORTNAME= radius-engine
@ -7,12 +7,12 @@ PORTREVISION= 1
CATEGORIES= graphics devel CATEGORIES= graphics devel
MASTER_SITES= SF/${PORTNAME}/ 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 COMMENT= Lua script-based 2D engine built on top of OpenGL and SDL
LICENSE= MIT 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 \ libpng15.so:${PORTSDIR}/graphics/png \
libphysfs.so.1:${PORTSDIR}/devel/physfs libphysfs.so.1:${PORTSDIR}/devel/physfs

View File

@ -6,7 +6,7 @@ DISTVERSION= 4.21
CATEGORIES= irc security CATEGORIES= irc security
DIST_SUBDIR= python DIST_SUBDIR= python
MAINTAINER= nemysis@FreeBSD.org MAINTAINER= koalative@gmail.com
COMMENT= FiSH/Mircryption clone for XChat/HexChat COMMENT= FiSH/Mircryption clone for XChat/HexChat
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycrypto>=0:${PORTSDIR}/security/py-pycrypto

View File

@ -1,4 +1,4 @@
# Created by: nemysis <nemysis@gmx.ch> # Created by: Rusmir Dusko <nemysis@FreeBSD.org>
# $FreeBSD$ # $FreeBSD$
PORTNAME= gigolo PORTNAME= gigolo
@ -7,20 +7,19 @@ CATEGORIES= sysutils
MASTER_SITES= XFCE MASTER_SITES= XFCE
MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R} MASTER_SITE_SUBDIR= src/apps/${PORTNAME}/${PORTVERSION:R}
MAINTAINER= nemysis@FreeBSD.org MAINTAINER= koalative@gmail.com
COMMENT= Frontend to easily manage filesystem connections COMMENT= Frontend to easily manage filesystem connections
LICENSE= GPLv2 LICENSE= GPLv2
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
USE_BZIP2= yes USES= gmake fuse pkgconfig tar:bzip2
USES= gmake fuse pkgconfig
USE_GNOME= cairo gtk20 gvfs intlhack USE_GNOME= cairo gtk20 gvfs intlhack
USE_XORG= x11 USE_XORG= x11
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
PORTDOCS= AUTHORS ChangeLog NEWS README TODO PORTDOCS= AUTHORS ChangeLog NEWS README
OPTIONS_DEFINE= DOCS NLS OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes OPTIONS_SUB= yes
@ -31,8 +30,6 @@ NLS_USES= gettext
ONLY_FOR_ARCHS= i386 amd64 ONLY_FOR_ARCHS= i386 amd64
ONLY_FOR_ARCHS_REASON= Does not compile ONLY_FOR_ARCHS_REASON= Does not compile
.include <bsd.port.options.mk>
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|^DOCFILES.*|DOCFILES =|' \ @${REINPLACE_CMD} -e 's|^DOCFILES.*|DOCFILES =|' \
${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in

View File

@ -46,15 +46,3 @@ share/applications/gigolo.desktop
%%NLS%%share/locale/zh_TW/LC_MESSAGES/gigolo.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gigolo.mo
%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES
%%NLS%%@dirrmtry share/locale/ur_PK %%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