diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-08-05 06:35:45 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-08-05 06:35:45 +0000 |
commit | 65faf3322fa74da4c230d62aa98051e2d40c26df (patch) | |
tree | cb440f7101d7afd14080834ec10886efaae7c2c9 /finance/tryton | |
parent | bc103ca84a1760c81301b0e2b0070a2d0d143768 (diff) |
Notes
Diffstat (limited to 'finance/tryton')
-rw-r--r-- | finance/tryton/Makefile | 32 | ||||
-rw-r--r-- | finance/tryton/distinfo | 2 | ||||
-rw-r--r-- | finance/tryton/pkg-descr | 4 |
3 files changed, 0 insertions, 38 deletions
diff --git a/finance/tryton/Makefile b/finance/tryton/Makefile deleted file mode 100644 index 1c8c91cce32f..000000000000 --- a/finance/tryton/Makefile +++ /dev/null @@ -1,32 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= tryton -PORTVERSION= 2.4.16 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/2.4/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Gtk+ Client) - -LICENSE= GPLv3 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \ - ${PYTHON_PKGNAMEPREFIX}pytz>=2012:${PORTSDIR}/devel/py-pytz - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= tryton28-2.8.* - -USES= cpe desktop-file-utils gettext python:2 -USE_PYTHON= distutils autoplist -USE_GNOME= gtk20 pygtk2 - -PLIST_FILES= share/applications/tryton.desktop share/pixmaps/tryton-icon.png - -post-install: - ${INSTALL_DATA} ${WRKSRC}/tryton.desktop ${STAGEDIR}${PREFIX}/share/applications/tryton.desktop - ${INSTALL_DATA} ${WRKSRC}/share/pixmaps/tryton/tryton-icon.png ${STAGEDIR}${PREFIX}/share/pixmaps/tryton-icon.png - -.include <bsd.port.mk> diff --git a/finance/tryton/distinfo b/finance/tryton/distinfo deleted file mode 100644 index b231008ccf80..000000000000 --- a/finance/tryton/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tryton-2.4.16.tar.gz) = 6eaa27fbe336313913960ed646e79fe4ff726522bb1db83f3e7369d47da9caf1 -SIZE (tryton-2.4.16.tar.gz) = 626763 diff --git a/finance/tryton/pkg-descr b/finance/tryton/pkg-descr deleted file mode 100644 index b731c3897318..000000000000 --- a/finance/tryton/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This is the Tryton Gtk+ client. It provides the GUI frontend to the Tryton -server (trytond). - -WWW: http://www.tryton.org/ |