mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Update to 2.1
- Convert easy_install support to <bsd.python.mk> - Remove files/pkg-deinstall.in and files/pkg-install.in - Update WWW url and Author in pkg-descr PR: ports/130783 Submitted by: nivit
This commit is contained in:
parent
b04cdce141
commit
b3df1d36d6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=226537
5 changed files with 11 additions and 54 deletions
|
@ -6,10 +6,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= turbomail
|
PORTNAME= turbomail
|
||||||
PORTVERSION= 2.0.3
|
PORTVERSION= 2.1
|
||||||
PORTREVISION= 1
|
#PORTREVISION= 0
|
||||||
CATEGORIES= mail www python
|
CATEGORIES= mail www python
|
||||||
MASTER_SITES= http://cheeseshop.python.org/packages/source/T/TurboMail/ \
|
MASTER_SITES= CHEESESHOP \
|
||||||
http://nivi.interfree.it/distfiles/${PORTNAME}/
|
http://nivi.interfree.it/distfiles/${PORTNAME}/
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
DISTNAME= TurboMail-${PORTVERSION}
|
DISTNAME= TurboMail-${PORTVERSION}
|
||||||
|
@ -17,23 +17,13 @@ DISTNAME= TurboMail-${PORTVERSION}
|
||||||
MAINTAINER= python@FreeBSD.org
|
MAINTAINER= python@FreeBSD.org
|
||||||
COMMENT= Multi-threaded mail queue manager for TurboGears applications
|
COMMENT= Multi-threaded mail queue manager for TurboGears applications
|
||||||
|
|
||||||
BUILD_DEPENDS= ${EASY_INSTALL_CMD}:${PORTSDIR}/devel/py-setuptools \
|
BUILD_DEPENDS= tg-admin:${PORTSDIR}/www/py-turbogears
|
||||||
tg-admin:${PORTSDIR}/www/py-turbogears
|
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
PLIST_FILES= ${PYTHON_SITELIBDIR:S|${PREFIX}/||}/${PYTURBOMAIL_EGG}
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
|
||||||
|
|
||||||
SUB_FILES= pkg-deinstall pkg-install
|
|
||||||
SUB_LIST= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} \
|
|
||||||
EASY_INSTALL_CMD=${EASY_INSTALL_CMD} \
|
|
||||||
EGG_VER="${PORTNAME}==${PORTVERSION}"
|
|
||||||
|
|
||||||
USE_PYTHON= 2.4+
|
USE_PYTHON= 2.4+
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= easy_install
|
||||||
PYDISTUTILS_PKGNAME= TurboMail
|
PYDISTUTILS_PKGNAME= TurboMail
|
||||||
PYDISTUTILS_NOEGGINFO= yes # XXX convert easy_install support to bsd.python.mk's
|
|
||||||
|
|
||||||
EASY_INSTALL_CMD?= easy_install-${PYTHON_VER}
|
|
||||||
PYTURBOMAIL_EGG= TurboMail-${PORTVERSION}-py${PYTHON_VER}.egg
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (TurboMail-2.0.3.tar.gz) = a4474e3767c83d9a1c14134673fe1a57
|
MD5 (TurboMail-2.1.tar.gz) = 36087c074e7943e8a352ef6cdd3dc04f
|
||||||
SHA256 (TurboMail-2.0.3.tar.gz) = ca7103ac2aa5a7fbddd8fb6c95f1e633b22e138bc1ad831100112e46391912e9
|
SHA256 (TurboMail-2.1.tar.gz) = d649811ce060b3260652210fb6816a5c50a56c29d1a3ebaccd66da2a43354b41
|
||||||
SIZE (TurboMail-2.0.3.tar.gz) = 14025
|
SIZE (TurboMail-2.1.tar.gz) = 21680
|
||||||
|
|
|
@ -1,17 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# $FreeBSD$
|
|
||||||
PKGNAME=$1
|
|
||||||
#
|
|
||||||
case $2 in
|
|
||||||
DEINSTALL)
|
|
||||||
%%EASY_INSTALL_CMD%% -q -m -S %%PYTHON_SITELIBDIR%% %%EGG_VER%%
|
|
||||||
;;
|
|
||||||
POST-DEINSTALL)
|
|
||||||
exit 0
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
echo "Unexpected Argument $2!!!"
|
|
||||||
exit 1
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
exit 0
|
|
|
@ -1,16 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
# $FreeBSD$
|
|
||||||
PKGNAME=$1
|
|
||||||
#
|
|
||||||
case $2 in
|
|
||||||
POST-INSTALL)
|
|
||||||
%%EASY_INSTALL_CMD%% -q -S %%PYTHON_SITELIBDIR%% %%EGG_VER%%
|
|
||||||
;;
|
|
||||||
PRE-INSTALL)
|
|
||||||
;;
|
|
||||||
*)
|
|
||||||
echo "Unexpected Argument $2!!!"
|
|
||||||
exit 1
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
exit 0
|
|
|
@ -7,5 +7,5 @@ MIME e-mail creation, but greatly simplifies these tasks by performing
|
||||||
the grunt-work for you. Additionally, TurboMail is multi-threaded,
|
the grunt-work for you. Additionally, TurboMail is multi-threaded,
|
||||||
allowing for single or batch enqueueing and background delivery of mail.
|
allowing for single or batch enqueueing and background delivery of mail.
|
||||||
|
|
||||||
Author: Top Floor Computer Systems Ltd.
|
Author: Alice Dawn Bevan-McGregor
|
||||||
WWW: http://trac.orianagroup.com/turbomail/
|
WWW: http://www.python-turbomail.org/
|
||||||
|
|
Loading…
Add table
Reference in a new issue