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 | |
parent | bc103ca84a1760c81301b0e2b0070a2d0d143768 (diff) | |
download | ports-65faf3322fa74da4c230d62aa98051e2d40c26df.tar.gz ports-65faf3322fa74da4c230d62aa98051e2d40c26df.zip |
Notes
Diffstat (limited to 'finance')
185 files changed, 0 insertions, 2116 deletions
diff --git a/finance/Makefile b/finance/Makefile index f36571d9d351..b621b3a738e7 100644 --- a/finance/Makefile +++ b/finance/Makefile @@ -100,9 +100,7 @@ SUBDIR += sabernetdcs-client SUBDIR += skrooge SUBDIR += sql-ledger - SUBDIR += tryton SUBDIR += tryton28 - SUBDIR += trytond SUBDIR += trytond28 SUBDIR += trytond28_account SUBDIR += trytond28_account_asset @@ -167,64 +165,6 @@ SUBDIR += trytond28_stock_supply_forecast SUBDIR += trytond28_stock_supply_production SUBDIR += trytond28_timesheet - SUBDIR += trytond_account - SUBDIR += trytond_account_be - SUBDIR += trytond_account_invoice - SUBDIR += trytond_account_invoice_history - SUBDIR += trytond_account_invoice_line_standalone - SUBDIR += trytond_account_product - SUBDIR += trytond_account_statement - SUBDIR += trytond_account_stock_anglo_saxon - SUBDIR += trytond_account_stock_continental - SUBDIR += trytond_analytic_account - SUBDIR += trytond_analytic_invoice - SUBDIR += trytond_analytic_purchase - SUBDIR += trytond_analytic_sale - SUBDIR += trytond_calendar - SUBDIR += trytond_calendar_classification - SUBDIR += trytond_calendar_scheduling - SUBDIR += trytond_calendar_todo - SUBDIR += trytond_carrier - SUBDIR += trytond_carrier_percentage - SUBDIR += trytond_carrier_weight - SUBDIR += trytond_company - SUBDIR += trytond_company_work_time - SUBDIR += trytond_country - SUBDIR += trytond_currency - SUBDIR += trytond_dashboard - SUBDIR += trytond_ldap_authentication - SUBDIR += trytond_ldap_connection - SUBDIR += trytond_party - SUBDIR += trytond_party_siret - SUBDIR += trytond_party_vcarddav - SUBDIR += trytond_product - SUBDIR += trytond_product_cost_fifo - SUBDIR += trytond_product_cost_history - SUBDIR += trytond_product_measurements - SUBDIR += trytond_product_price_list - SUBDIR += trytond_production - SUBDIR += trytond_project - SUBDIR += trytond_project_plan - SUBDIR += trytond_project_revenue - SUBDIR += trytond_purchase - SUBDIR += trytond_purchase_invoice_line_standalone - SUBDIR += trytond_purchase_shipment_cost - SUBDIR += trytond_sale - SUBDIR += trytond_sale_opportunity - SUBDIR += trytond_sale_price_list - SUBDIR += trytond_sale_shipment_cost - SUBDIR += trytond_stock - SUBDIR += trytond_stock_forecast - SUBDIR += trytond_stock_inventory_location - SUBDIR += trytond_stock_location_sequence - SUBDIR += trytond_stock_lot - SUBDIR += trytond_stock_product_location - SUBDIR += trytond_stock_split - SUBDIR += trytond_stock_supply - SUBDIR += trytond_stock_supply_day - SUBDIR += trytond_stock_supply_forecast - SUBDIR += trytond_stock_supply_production - SUBDIR += trytond_timesheet SUBDIR += vanitygen SUBDIR += venice SUBDIR += weberp 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/ diff --git a/finance/trytond/Makefile b/finance/trytond/Makefile deleted file mode 100644 index 98e6c9821267..000000000000 --- a/finance/trytond/Makefile +++ /dev/null @@ -1,75 +0,0 @@ -# Created by: Wen Heping<wenheping@gmail.com> -# $FreeBSD$ - -PORTNAME= trytond -PORTVERSION= 2.4.16 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Server) - -LICENSE= GPLv3 - -BUILD_DEPENDS= ${PYTHON_SITELIBDIR}/mx/__init__.py:${PORTSDIR}/lang/py-mx-base \ - ${PYTHON_PKGNAMEPREFIX}psycopg2>0:${PORTSDIR}/databases/py-psycopg2 \ - ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml \ - ${PYTHON_PKGNAMEPREFIX}Genshi>0.5.1:${PORTSDIR}/textproc/py-genshi \ - ${PYTHON_PKGNAMEPREFIX}relatorio>=0.2.0:${PORTSDIR}/print/py-relatorio \ - ${PYTHON_PKGNAMEPREFIX}polib>=0.7.0:${PORTSDIR}/devel/py-polib \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil - -RUN_DEPENDS:= ${BUILD_DEPENDS} - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28-2.8.* - -USERS= trytond -GROUPS= trytond - -OPTIONS_DEFINE= WEBDAV PYOPENSSL PYDOT PYTZ -WEBDAV_DESC= Add support for pywebdav -PYOPENSSL_DESC= Add support for pyOpenSSL -PYDOT_DESC= Add support for pydot -PYTZ_DESC= Add support for pytz - -USE_RC_SUBR= ${PORTNAME} -SUB_FILES= pkg-message -SUB_LIST= PYTHON_SITELIBDIR=${PYTHON_SITELIBDIR} \ - PYTHON=${PYTHON_CMD} - -PIDDIR?= /var/run -LOGDIR?= /var/log - -USES= cpe python -CPE_VENDOR= tryton -USE_PYTHON= distutils autoplist - -post-patch: - @${REINPLACE_CMD} -e 's|%%PIDDIR%%|${PIDDIR}|g' -e 's|%%LOGDIR%%|${LOGDIR}|g' \ - ${WRKSRC}/etc/${PORTNAME}.conf - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MWEBDAV} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}PyWebDAV>=0:${PORTSDIR}/www/py-pywebdav -.endif - -.if ${PORT_OPTIONS:MPYOPENSSL} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl -.endif - -.if ${PORT_OPTIONS:MPYDOT} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pydot>=0:${PORTSDIR}/graphics/py-pydot -.endif - -.if ${PORT_OPTIONS:MPYTZ} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz -.endif - -post-install: - ${CP} -p ${WRKSRC}/etc/${PORTNAME}.conf ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf.sample - -.include <bsd.port.mk> diff --git a/finance/trytond/distinfo b/finance/trytond/distinfo deleted file mode 100644 index c4c9cfa339e7..000000000000 --- a/finance/trytond/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond-2.4.16.tar.gz) = b2b720466af1d4cd325e76d80778a8f39f5c7dab132caa7c85dd505ad259a0b6 -SIZE (trytond-2.4.16.tar.gz) = 441822 diff --git a/finance/trytond/files/patch-etc_trytond.conf b/finance/trytond/files/patch-etc_trytond.conf deleted file mode 100644 index 5acc40371228..000000000000 --- a/finance/trytond/files/patch-etc_trytond.conf +++ /dev/null @@ -1,13 +0,0 @@ ---- etc/trytond.conf.orig 2012-09-18 12:54:38.000000000 +0400 -+++ etc/trytond.conf 2012-09-18 12:56:50.000000000 +0400 -@@ -45,8 +45,8 @@ jsonrpc = localhost:8000 - #admin_passwd = admin - - # Configure the path of the files for the pid and the logs --#pidfile = False --#logfile = False -+pidfile = %%PIDDIR%%/trytond/trytond.pid -+logfile = %%LOGDIR%%/trytond/trytond.log - - #privatekey = server.pem - #certificate = server.pem diff --git a/finance/trytond/files/pkg-message.in b/finance/trytond/files/pkg-message.in deleted file mode 100644 index e9b0d18b9522..000000000000 --- a/finance/trytond/files/pkg-message.in +++ /dev/null @@ -1,15 +0,0 @@ -POST-INSTALL CONFIGURATION FOR TRYTOND -================================================== - -Before you start the trytond server, you should: - -1) Install a PostgreSQL server. - -2) Use the configuration file %%PREFIX%%/etc/trytond.conf -to customize the daemon. - -For more information, see the DOCUMENTATION: - - http://www.tryton.org/documentation.html - -==================================================== diff --git a/finance/trytond/files/trytond.in b/finance/trytond/files/trytond.in deleted file mode 100644 index 2947faa50f04..000000000000 --- a/finance/trytond/files/trytond.in +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -# $FreeBSD: ports/finance/trytond/files/trytond.in,v 1.1 2012/08/18 07:18:24 wen Exp $ -# -# PROVIDE: trytond -# REQUIRE: postgresql LOGIN -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf to enable trytond -# -# -# trytond_enable (bool): Set to "NO" by default, -# Set it to "YES" to enable trytond - -. /etc/rc.subr - -name=trytond -rcvar=trytond_enable - -load_rc_config $name - -trytond_enable="${trytond_enable:-"NO"}" -trytond_config="${trytond_config:-"%%PREFIX%%/etc/trytond.conf"}" -trytond_user="${trytond_user:-"trytond"}" -trytond_logdir="${trytond_logdir:-"$(dirname `grep logfile %%PREFIX%%/etc/trytond.conf | awk -F "=" ' { print $2 } ' `)"}" - -command=%%PREFIX%%/bin/trytond -command_interpreter=%%PYTHON%% -command_args="--config=${trytond_config} >/dev/null 2>&1 &" - -pidfile="${trytond_pidfile:-"$(grep pidfile %%PREFIX%%/etc/trytond.conf | awk -F "=" ' { print $2 } ' |sed 's/[ ]//g' )"}" -required_files="${trytond_config}" - -start_precmd="${name}_prestart" - -trytond_prestart () -{ - install -d -o ${trytond_user} -g ${trytond_user} $(dirname "${pidfile}") "${trytond_logdir}" -} - -run_rc_command "$1" diff --git a/finance/trytond/pkg-descr b/finance/trytond/pkg-descr deleted file mode 100644 index 4d105488d00d..000000000000 --- a/finance/trytond/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Tryton is a three-tiers high-level general purpose application platform -under the license GPL-3 written in Python and using PostgreSQL as -database engine. It is the core base of a complete business solution -providing modularity, scalability and security. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond/pkg-plist b/finance/trytond/pkg-plist deleted file mode 100644 index 9f4f2a5af729..000000000000 --- a/finance/trytond/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -@unexec if cmp -s %D/etc/trytond.conf.sample %D/etc/trytond.conf; then rm -f %D/etc/trytond.conf; fi -etc/trytond.conf.sample -@exec if [ ! -f %D/etc/trytond.conf ] ; then cp -p %D/%F %B/trytond.conf; fi diff --git a/finance/trytond_account/Makefile b/finance/trytond_account/Makefile deleted file mode 100644 index 3ef4d9b88431..000000000000 --- a/finance/trytond_account/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_account -PORTVERSION= 2.4.8 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Account Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_account-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_account/distinfo b/finance/trytond_account/distinfo deleted file mode 100644 index 163dfcf0ec3c..000000000000 --- a/finance/trytond_account/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_account-2.4.8.tar.gz) = a1af984b948458fdf6572b22269dd565f31ddb0a79c36b572199093382d16820 -SIZE (trytond_account-2.4.8.tar.gz) = 240743 diff --git a/finance/trytond_account/pkg-descr b/finance/trytond_account/pkg-descr deleted file mode 100644 index 8b8b91bae6ae..000000000000 --- a/finance/trytond_account/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -trytond_account is a account module for tryton. - -The account module defines fundamentals for most of accounting needs. -It include: General accounting, Fiscal year management, Taxes management, -Journal entries, Reconciliation. And with reports: General ledger, Trial -balance, Balance sheet, Income statement, Third party balance, Aged -balance and General journal. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_account_be/Makefile b/finance/trytond_account_be/Makefile deleted file mode 100644 index e609e532611d..000000000000 --- a/finance/trytond_account_be/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_account_be -PORTVERSION= 2.4.0 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Belgian Account Chart) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_account>=2.4.1:${PORTSDIR}/finance/trytond_account - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_account-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_account_be/distinfo b/finance/trytond_account_be/distinfo deleted file mode 100644 index eefc3b6c74c1..000000000000 --- a/finance/trytond_account_be/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_account_be-2.4.0.tar.gz) = 5e38aeb6d82efa4d3803f4dac7f3e25fab12dc26e733f42cd8f535de4e546b11 -SIZE (trytond_account_be-2.4.0.tar.gz) = 34492 diff --git a/finance/trytond_account_be/pkg-descr b/finance/trytond_account_be/pkg-descr deleted file mode 100644 index 61300fe7e71a..000000000000 --- a/finance/trytond_account_be/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This module provides the chart of account which is used in Belgium. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_account_invoice/Makefile b/finance/trytond_account_invoice/Makefile deleted file mode 100644 index 908ffaec1c90..000000000000 --- a/finance/trytond_account_invoice/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_account_invoice -PORTVERSION= 2.4.6 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Account Invoice Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_account_product>=2.4.1:${PORTSDIR}/finance/trytond_account_product - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_account_invoice-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_account_invoice/distinfo b/finance/trytond_account_invoice/distinfo deleted file mode 100644 index 17e31c56a17a..000000000000 --- a/finance/trytond_account_invoice/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_account_invoice-2.4.6.tar.gz) = 40c6fc44bc895ef868c2b51e3e57e824fcbc1066bb28163b84fa7cb1859b1b47 -SIZE (trytond_account_invoice-2.4.6.tar.gz) = 101649 diff --git a/finance/trytond_account_invoice/pkg-descr b/finance/trytond_account_invoice/pkg-descr deleted file mode 100644 index 1da459ff7090..000000000000 --- a/finance/trytond_account_invoice/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The account invoice is a module for tryton. It defines data model -and business logic for creating invoices. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_account_invoice_history/Makefile b/finance/trytond_account_invoice_history/Makefile deleted file mode 100644 index 5108ae0c36f7..000000000000 --- a/finance/trytond_account_invoice_history/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_account_invoice_history -PORTVERSION= 2.4.2 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Account Invoice History Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_account_invoice_history-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_account_invoice_history/distinfo b/finance/trytond_account_invoice_history/distinfo deleted file mode 100644 index 7684041f16a3..000000000000 --- a/finance/trytond_account_invoice_history/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_account_invoice_history-2.4.2.tar.gz) = 7a4da36b39e58626dad54114b3478752b056df104828214e0f731ed2081d2ed9 -SIZE (trytond_account_invoice_history-2.4.2.tar.gz) = 18276 diff --git a/finance/trytond_account_invoice_history/pkg-descr b/finance/trytond_account_invoice_history/pkg-descr deleted file mode 100644 index 2c524a616102..000000000000 --- a/finance/trytond_account_invoice_history/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port adds the Account Invoice History Module to the Tryton Application -Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_account_invoice_line_standalone/Makefile b/finance/trytond_account_invoice_line_standalone/Makefile deleted file mode 100644 index 95394a4318fb..000000000000 --- a/finance/trytond_account_invoice_line_standalone/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_account_invoice_line_standalone -PORTVERSION= 2.4.1 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Account Invoice Line Standalone Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_account_invoice_line_standalone-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_account_invoice_line_standalone/distinfo b/finance/trytond_account_invoice_line_standalone/distinfo deleted file mode 100644 index b9e5a67fef31..000000000000 --- a/finance/trytond_account_invoice_line_standalone/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_account_invoice_line_standalone-2.4.1.tar.gz) = 056a0dcfc1e1b5b81498643889ce878ecabfa9ad2905875e816f39b6c1ba69f6 -SIZE (trytond_account_invoice_line_standalone-2.4.1.tar.gz) = 20002 diff --git a/finance/trytond_account_invoice_line_standalone/pkg-descr b/finance/trytond_account_invoice_line_standalone/pkg-descr deleted file mode 100644 index 41407d8c1024..000000000000 --- a/finance/trytond_account_invoice_line_standalone/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port adds the Account Invoice Line Standalone Module to the Tryton -Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_account_product/Makefile b/finance/trytond_account_product/Makefile deleted file mode 100644 index a96562667a32..000000000000 --- a/finance/trytond_account_product/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_account_product -PORTVERSION= 2.4.1 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Account Product Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_account>=2.4.1:${PORTSDIR}/finance/trytond_account \ - trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_account_product-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_account_product/distinfo b/finance/trytond_account_product/distinfo deleted file mode 100644 index 87396dc8701f..000000000000 --- a/finance/trytond_account_product/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_account_product-2.4.1.tar.gz) = aa4bb4b6b08602ee28209e895412499953a25b2a0ebd17b23cc613dc0294aa15 -SIZE (trytond_account_product-2.4.1.tar.gz) = 25024 diff --git a/finance/trytond_account_product/pkg-descr b/finance/trytond_account_product/pkg-descr deleted file mode 100644 index ace0f2b812b2..000000000000 --- a/finance/trytond_account_product/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -The trytond_account_product is a module for tryton. It defines the -link between product and account. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_account_statement/Makefile b/finance/trytond_account_statement/Makefile deleted file mode 100644 index dc006531d487..000000000000 --- a/finance/trytond_account_statement/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_account_statement -PORTVERSION= 2.4.3 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Account Statement Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_account_statement-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_account_statement/distinfo b/finance/trytond_account_statement/distinfo deleted file mode 100644 index 194d32ea34b1..000000000000 --- a/finance/trytond_account_statement/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_account_statement-2.4.3.tar.gz) = ff1925663627e38b543b10027a42f1b1e07d2e2ad89fd86ac9f7d8e463dca1f1 -SIZE (trytond_account_statement-2.4.3.tar.gz) = 31096 diff --git a/finance/trytond_account_statement/pkg-descr b/finance/trytond_account_statement/pkg-descr deleted file mode 100644 index 5f910a040fd4..000000000000 --- a/finance/trytond_account_statement/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Account Statement Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_account_stock_anglo_saxon/Makefile b/finance/trytond_account_stock_anglo_saxon/Makefile deleted file mode 100644 index 6fb2e2622657..000000000000 --- a/finance/trytond_account_stock_anglo_saxon/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_account_stock_anglo_saxon -PORTVERSION= 2.4.6 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Account Stock Anglo Saxon Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice \ - trytond_account_stock_continental>=2.4.1:${PORTSDIR}/finance/trytond_account_stock_continental - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_account_stock_anglo_saxon-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_account_stock_anglo_saxon/distinfo b/finance/trytond_account_stock_anglo_saxon/distinfo deleted file mode 100644 index df27eb6d4eca..000000000000 --- a/finance/trytond_account_stock_anglo_saxon/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_account_stock_anglo_saxon-2.4.6.tar.gz) = de3d9739cca3b0a0f8fa78f8c4166e7beecf237021ebc5048c1f8db2dd8fa4b8 -SIZE (trytond_account_stock_anglo_saxon-2.4.6.tar.gz) = 22079 diff --git a/finance/trytond_account_stock_anglo_saxon/pkg-descr b/finance/trytond_account_stock_anglo_saxon/pkg-descr deleted file mode 100644 index be42d38c6c09..000000000000 --- a/finance/trytond_account_stock_anglo_saxon/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port adds the Account Stock Anglo Saxon Module to the Tryton Application -Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_account_stock_continental/Makefile b/finance/trytond_account_stock_continental/Makefile deleted file mode 100644 index faf6b29997ae..000000000000 --- a/finance/trytond_account_stock_continental/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_account_stock_continental -PORTVERSION= 2.4.3 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Account Stock Continental Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_account_product>=2.4.1:${PORTSDIR}/finance/trytond_account_product \ - trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_account_stock_continental-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_account_stock_continental/distinfo b/finance/trytond_account_stock_continental/distinfo deleted file mode 100644 index 4069eb148b47..000000000000 --- a/finance/trytond_account_stock_continental/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_account_stock_continental-2.4.3.tar.gz) = e8d30735177d253a732187d0d3d04a721211760ddb0167255bb546a72a9d22df -SIZE (trytond_account_stock_continental-2.4.3.tar.gz) = 25574 diff --git a/finance/trytond_account_stock_continental/pkg-descr b/finance/trytond_account_stock_continental/pkg-descr deleted file mode 100644 index 99d7893db1cb..000000000000 --- a/finance/trytond_account_stock_continental/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port adds the Account Stock Continental Module to the Tryton Application -Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_analytic_account/Makefile b/finance/trytond_analytic_account/Makefile deleted file mode 100644 index d3e2ad67d704..000000000000 --- a/finance/trytond_analytic_account/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_analytic_account -PORTVERSION= 2.4.3 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Analytic Account Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company \ - trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ - trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency \ - trytond_account>=2.4.1:${PORTSDIR}/finance/trytond_account - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_analytic_account-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_analytic_account/distinfo b/finance/trytond_analytic_account/distinfo deleted file mode 100644 index 01b9361b8359..000000000000 --- a/finance/trytond_analytic_account/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_analytic_account-2.4.3.tar.gz) = 61b4f9d497634a93a93bd6a5e9f6dbc9009b5bf386e4be8d570078733fbb69fd -SIZE (trytond_analytic_account-2.4.3.tar.gz) = 31574 diff --git a/finance/trytond_analytic_account/pkg-descr b/finance/trytond_analytic_account/pkg-descr deleted file mode 100644 index 67e6b5cb8d8e..000000000000 --- a/finance/trytond_analytic_account/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Analytic Account Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_analytic_invoice/Makefile b/finance/trytond_analytic_invoice/Makefile deleted file mode 100644 index aa21f67b9713..000000000000 --- a/finance/trytond_analytic_invoice/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_analytic_invoice -PORTVERSION= 2.4.2 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Analytic Invoice Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_analytic_account>=2.4.1:${PORTSDIR}/finance/trytond_analytic_account \ - trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_analytic_invoice-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_analytic_invoice/distinfo b/finance/trytond_analytic_invoice/distinfo deleted file mode 100644 index 091b4d4640c8..000000000000 --- a/finance/trytond_analytic_invoice/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_analytic_invoice-2.4.2.tar.gz) = 9ff5a8fdf60687bad5f8ae3927a402e900d0de5f1a2538f7b0272c9b5ff8b4c8 -SIZE (trytond_analytic_invoice-2.4.2.tar.gz) = 19699 diff --git a/finance/trytond_analytic_invoice/pkg-descr b/finance/trytond_analytic_invoice/pkg-descr deleted file mode 100644 index 2b5ad6ac4a9b..000000000000 --- a/finance/trytond_analytic_invoice/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Analytic Invoice Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_analytic_purchase/Makefile b/finance/trytond_analytic_purchase/Makefile deleted file mode 100644 index 2722b8fcfeec..000000000000 --- a/finance/trytond_analytic_purchase/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_analytic_purchase -PORTVERSION= 2.4.2 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Analytic Purchase Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_analytic_account>=2.4.1:${PORTSDIR}/finance/trytond_analytic_account \ - trytond_analytic_invoice>=2.4.1:${PORTSDIR}/finance/trytond_analytic_invoice \ - trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_analytic_purchase-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_analytic_purchase/distinfo b/finance/trytond_analytic_purchase/distinfo deleted file mode 100644 index 51612f59a9da..000000000000 --- a/finance/trytond_analytic_purchase/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_analytic_purchase-2.4.2.tar.gz) = ef3147f8efe74140d9058a56c390ef4deeb740b446be85fe9bec1ef18cfeb4ae -SIZE (trytond_analytic_purchase-2.4.2.tar.gz) = 22630 diff --git a/finance/trytond_analytic_purchase/pkg-descr b/finance/trytond_analytic_purchase/pkg-descr deleted file mode 100644 index 39227b1b61a5..000000000000 --- a/finance/trytond_analytic_purchase/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Analytic Purchase Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_analytic_sale/Makefile b/finance/trytond_analytic_sale/Makefile deleted file mode 100644 index fe4f7a3a5385..000000000000 --- a/finance/trytond_analytic_sale/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_analytic_sale -PORTVERSION= 2.4.2 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Analytic Sale Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_analytic_account>=2.4.1:${PORTSDIR}/finance/trytond_analytic_account \ - trytond_analytic_invoice>=2.4.1:${PORTSDIR}/finance/trytond_analytic_invoice \ - trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_analytic_sale-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_analytic_sale/distinfo b/finance/trytond_analytic_sale/distinfo deleted file mode 100644 index c2610e7dfa2d..000000000000 --- a/finance/trytond_analytic_sale/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_analytic_sale-2.4.2.tar.gz) = 80a9989bf43a04c144de498fe7e16873a998ca146ec0417b812ed9eeccf81025 -SIZE (trytond_analytic_sale-2.4.2.tar.gz) = 19331 diff --git a/finance/trytond_analytic_sale/pkg-descr b/finance/trytond_analytic_sale/pkg-descr deleted file mode 100644 index 013113d25c38..000000000000 --- a/finance/trytond_analytic_sale/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Analytic Sale Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_calendar/Makefile b/finance/trytond_calendar/Makefile deleted file mode 100644 index 401df8f075fb..000000000000 --- a/finance/trytond_calendar/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_calendar -PORTVERSION= 2.4.4 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Calendar Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - ${PYTHON_PKGNAMEPREFIX}vobject>=0.8.1:${PORTSDIR}/deskutils/py-vobject \ - ${PYTHON_PKGNAMEPREFIX}PyWebDAV>=0:${PORTSDIR}/www/py-pywebdav \ - ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ - ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_calendar-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_calendar/distinfo b/finance/trytond_calendar/distinfo deleted file mode 100644 index 0723a4eac32d..000000000000 --- a/finance/trytond_calendar/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_calendar-2.4.4.tar.gz) = 4b8671d54d747f6545ac900d246dc2973f07adf8200f1e120d670c09950c0aab -SIZE (trytond_calendar-2.4.4.tar.gz) = 56273 diff --git a/finance/trytond_calendar/pkg-descr b/finance/trytond_calendar/pkg-descr deleted file mode 100644 index c6d3fd969c62..000000000000 --- a/finance/trytond_calendar/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -trytond_calendar adds the Calendar Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_calendar_classification/Makefile b/finance/trytond_calendar_classification/Makefile deleted file mode 100644 index 3a0eec8e329b..000000000000 --- a/finance/trytond_calendar_classification/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_calendar_classification -PORTVERSION= 2.4.2 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Calendar Classification Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_calendar>=2.4.1:${PORTSDIR}/finance/trytond_calendar - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_calendar_classification-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_calendar_classification/distinfo b/finance/trytond_calendar_classification/distinfo deleted file mode 100644 index b68540917791..000000000000 --- a/finance/trytond_calendar_classification/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_calendar_classification-2.4.2.tar.gz) = ddc65478003eeb5986310f1563707c1e88a9384b77a84ece53e80d604d1641f2 -SIZE (trytond_calendar_classification-2.4.2.tar.gz) = 18242 diff --git a/finance/trytond_calendar_classification/pkg-descr b/finance/trytond_calendar_classification/pkg-descr deleted file mode 100644 index bd0bd74e81c0..000000000000 --- a/finance/trytond_calendar_classification/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port adds the Calendar Classification Module to the Tryton -Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_calendar_scheduling/Makefile b/finance/trytond_calendar_scheduling/Makefile deleted file mode 100644 index 33f94e5d35be..000000000000 --- a/finance/trytond_calendar_scheduling/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_calendar_scheduling -PORTVERSION= 2.4.1 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Calendar Scheduling Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_calendar>=2.4.1:${PORTSDIR}/finance/trytond_calendar - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_calendar_scheduling-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_calendar_scheduling/distinfo b/finance/trytond_calendar_scheduling/distinfo deleted file mode 100644 index e430e2a8d472..000000000000 --- a/finance/trytond_calendar_scheduling/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_calendar_scheduling-2.4.1.tar.gz) = 200ea2496e4ceba5e0bbad803a96d40f444d25565ed2083db421a0f1792ac781 -SIZE (trytond_calendar_scheduling-2.4.1.tar.gz) = 27643 diff --git a/finance/trytond_calendar_scheduling/pkg-descr b/finance/trytond_calendar_scheduling/pkg-descr deleted file mode 100644 index d3e5361cde50..000000000000 --- a/finance/trytond_calendar_scheduling/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port adds the Calendar Scheduling Module to the Tryton Application -Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_calendar_todo/Makefile b/finance/trytond_calendar_todo/Makefile deleted file mode 100644 index 9aff881ba5f3..000000000000 --- a/finance/trytond_calendar_todo/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_calendar_todo -PORTVERSION= 2.4.5 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Calendar Todo Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_calendar>=2.4.1:${PORTSDIR}/finance/trytond_calendar - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_calendar_todo-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_calendar_todo/distinfo b/finance/trytond_calendar_todo/distinfo deleted file mode 100644 index a5da1eba1e74..000000000000 --- a/finance/trytond_calendar_todo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_calendar_todo-2.4.5.tar.gz) = c10611757cca8e4abe5e6b211d0d6ee7d3d32e398578542834d6f026fbd96fc8 -SIZE (trytond_calendar_todo-2.4.5.tar.gz) = 37315 diff --git a/finance/trytond_calendar_todo/pkg-descr b/finance/trytond_calendar_todo/pkg-descr deleted file mode 100644 index 6b6d7460b48a..000000000000 --- a/finance/trytond_calendar_todo/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Calendar Todo Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_carrier/Makefile b/finance/trytond_carrier/Makefile deleted file mode 100644 index 93eb4140b940..000000000000 --- a/finance/trytond_carrier/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_carrier -PORTVERSION= 2.4.1 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Carrier Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ - trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_carrier-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_carrier/distinfo b/finance/trytond_carrier/distinfo deleted file mode 100644 index bb0d82ec22fa..000000000000 --- a/finance/trytond_carrier/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_carrier-2.4.1.tar.gz) = 8e65248ae1b44fe8695f255a4414caddcb895ad52d1d22b7a177d77095a8fec9 -SIZE (trytond_carrier-2.4.1.tar.gz) = 20009 diff --git a/finance/trytond_carrier/pkg-descr b/finance/trytond_carrier/pkg-descr deleted file mode 100644 index 0eac7980b3a4..000000000000 --- a/finance/trytond_carrier/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Carrier Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_carrier_percentage/Makefile b/finance/trytond_carrier_percentage/Makefile deleted file mode 100644 index 94ae3d181919..000000000000 --- a/finance/trytond_carrier_percentage/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_carrier_percentage -PORTVERSION= 2.4.1 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Carrier Percentage Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_carrier>=2.4.1:${PORTSDIR}/finance/trytond_carrier \ - trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_carrier_percentage-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_carrier_percentage/distinfo b/finance/trytond_carrier_percentage/distinfo deleted file mode 100644 index 62d8853be4a0..000000000000 --- a/finance/trytond_carrier_percentage/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_carrier_percentage-2.4.1.tar.gz) = ca79ea0c032289deb562d0fb8503768515a5d9529cd656368a7cb9c336215269 -SIZE (trytond_carrier_percentage-2.4.1.tar.gz) = 19981 diff --git a/finance/trytond_carrier_percentage/pkg-descr b/finance/trytond_carrier_percentage/pkg-descr deleted file mode 100644 index 5ab642e86164..000000000000 --- a/finance/trytond_carrier_percentage/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Carrier Percentage Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_carrier_weight/Makefile b/finance/trytond_carrier_weight/Makefile deleted file mode 100644 index 436a76ef5674..000000000000 --- a/finance/trytond_carrier_weight/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_carrier_weight -PORTVERSION= 2.4.1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Carrier Weight Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_product_measurements>=2.4.0:${PORTSDIR}/finance/trytond_product_measurements \ - trytond_carrier>=2.4.1:${PORTSDIR}/finance/trytond_carrier - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_carrier_weight-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_carrier_weight/distinfo b/finance/trytond_carrier_weight/distinfo deleted file mode 100644 index f6cdc5f55f7c..000000000000 --- a/finance/trytond_carrier_weight/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_carrier_weight-2.4.1.tar.gz) = 9233f95b683561eec122a19fef54c9710af045bfe92c34d33f2c82a4c334f498 -SIZE (trytond_carrier_weight-2.4.1.tar.gz) = 22148 diff --git a/finance/trytond_carrier_weight/pkg-descr b/finance/trytond_carrier_weight/pkg-descr deleted file mode 100644 index acbb332c0648..000000000000 --- a/finance/trytond_carrier_weight/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Carrier Weight Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_company/Makefile b/finance/trytond_company/Makefile deleted file mode 100644 index 4bb258457c89..000000000000 --- a/finance/trytond_company/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_company -PORTVERSION= 2.4.1 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Company Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ - trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_company-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_company/distinfo b/finance/trytond_company/distinfo deleted file mode 100644 index 0113d9f72ef2..000000000000 --- a/finance/trytond_company/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_company-2.4.1.tar.gz) = 84561ff3762086efc22661d224a15fa6f1b97a238c79f114dfa5d24ed9be8d6c -SIZE (trytond_company-2.4.1.tar.gz) = 51382 diff --git a/finance/trytond_company/pkg-descr b/finance/trytond_company/pkg-descr deleted file mode 100644 index eeb0a987b62e..000000000000 --- a/finance/trytond_company/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -trytond_company is the company module for tryton. - -The company module defines the concepts of company and employee -and extend the user model. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_company_work_time/Makefile b/finance/trytond_company_work_time/Makefile deleted file mode 100644 index cfb628f98aa6..000000000000 --- a/finance/trytond_company_work_time/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_company_work_time -PORTVERSION= 2.4.0 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Company Work Time Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_company_work_time-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_company_work_time/distinfo b/finance/trytond_company_work_time/distinfo deleted file mode 100644 index 19d0f5b4faa7..000000000000 --- a/finance/trytond_company_work_time/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_company_work_time-2.4.0.tar.gz) = 55b8fddba7962d59318294a6e102b04f8cc52b89fa78ef6a5fe2f525eb748e2a -SIZE (trytond_company_work_time-2.4.0.tar.gz) = 18668 diff --git a/finance/trytond_company_work_time/pkg-descr b/finance/trytond_company_work_time/pkg-descr deleted file mode 100644 index 1dd2bbcb34b0..000000000000 --- a/finance/trytond_company_work_time/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -trytond_company_work_time is the Company Work Time Module to the Tryton -Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_country/Makefile b/finance/trytond_country/Makefile deleted file mode 100644 index e2851307863d..000000000000 --- a/finance/trytond_country/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_country -PORTVERSION= 2.4.1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Country Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_country-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_country/distinfo b/finance/trytond_country/distinfo deleted file mode 100644 index f556d32145ab..000000000000 --- a/finance/trytond_country/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_country-2.4.1.tar.gz) = 644bd71932aed160e623eb562d0d86d7c69c84974f550fa8704abebf4188eaef -SIZE (trytond_country-2.4.1.tar.gz) = 721631 diff --git a/finance/trytond_country/pkg-descr b/finance/trytond_country/pkg-descr deleted file mode 100644 index 95e11176dd81..000000000000 --- a/finance/trytond_country/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -trytond_country is the country module for tryton. - -The country module defines the concepts of country and -subdivision and comes preloaded with the ISO 3166 list of -countries and subdivisions thanks to the pycountry module. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_currency/Makefile b/finance/trytond_currency/Makefile deleted file mode 100644 index 827b2720529d..000000000000 --- a/finance/trytond_currency/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_currency -PORTVERSION= 2.4.1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Currency Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_currency-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_currency/distinfo b/finance/trytond_currency/distinfo deleted file mode 100644 index bbe96b05ba4d..000000000000 --- a/finance/trytond_currency/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_currency-2.4.1.tar.gz) = 9c79e86f2f2817653050b8e3a95e166c93a12786b5aa8f958ae1793b0d0c2ce4 -SIZE (trytond_currency-2.4.1.tar.gz) = 54254 diff --git a/finance/trytond_currency/pkg-descr b/finance/trytond_currency/pkg-descr deleted file mode 100644 index e6f8acc3509c..000000000000 --- a/finance/trytond_currency/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -trytond_currency is the currency module for trytond. - -It define currencies and exchange rate. Allow to customize the -formatting of the currency amount. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_dashboard/Makefile b/finance/trytond_dashboard/Makefile deleted file mode 100644 index 17e276f853bb..000000000000 --- a/finance/trytond_dashboard/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_dashboard -PORTVERSION= 2.4.1 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Dashboard Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_dashboard-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_dashboard/distinfo b/finance/trytond_dashboard/distinfo deleted file mode 100644 index e01b4f0ead98..000000000000 --- a/finance/trytond_dashboard/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_dashboard-2.4.1.tar.gz) = 3fc5281f568b0781ee1410e2fcf69f5c49b8990931414ccc1b4fe839c61550ba -SIZE (trytond_dashboard-2.4.1.tar.gz) = 21864 diff --git a/finance/trytond_dashboard/pkg-descr b/finance/trytond_dashboard/pkg-descr deleted file mode 100644 index 788a6d6b4696..000000000000 --- a/finance/trytond_dashboard/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Dashboard Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_ldap_authentication/Makefile b/finance/trytond_ldap_authentication/Makefile deleted file mode 100644 index 7bacc9956aa1..000000000000 --- a/finance/trytond_ldap_authentication/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_ldap_authentication -PORTVERSION= 2.4.1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (LDAP Authentication Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_ldap_connection>=2.4.0:${PORTSDIR}/finance/trytond_ldap_connection - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_ldap_authentication-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_ldap_authentication/distinfo b/finance/trytond_ldap_authentication/distinfo deleted file mode 100644 index 8e2498f555bd..000000000000 --- a/finance/trytond_ldap_authentication/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_ldap_authentication-2.4.1.tar.gz) = af1a2ce5d89c79f2aa24f3f3c4cdd6e1d583446f758db1c42e44b7c253d4e2e0 -SIZE (trytond_ldap_authentication-2.4.1.tar.gz) = 20508 diff --git a/finance/trytond_ldap_authentication/pkg-descr b/finance/trytond_ldap_authentication/pkg-descr deleted file mode 100644 index 1e44f2f61f64..000000000000 --- a/finance/trytond_ldap_authentication/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port adds the LDAP Authentication Module to the Tryton Application -Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_ldap_connection/Makefile b/finance/trytond_ldap_connection/Makefile deleted file mode 100644 index 38d46095077a..000000000000 --- a/finance/trytond_ldap_connection/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_ldap_connection -PORTVERSION= 2.4.0 -PORTREVISION= 2 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (LDAP Connection Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - ${PYTHON_PKGNAMEPREFIX}ldap>=2.4.10:${PORTSDIR}/net/py-ldap - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_ldap_connection-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_ldap_connection/distinfo b/finance/trytond_ldap_connection/distinfo deleted file mode 100644 index b82fad18d60a..000000000000 --- a/finance/trytond_ldap_connection/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_ldap_connection-2.4.0.tar.gz) = 3b5706bc672ef6d6056f2a003161b53f3d8e6450be50e26b25e74bc8962b5155 -SIZE (trytond_ldap_connection-2.4.0.tar.gz) = 21287 diff --git a/finance/trytond_ldap_connection/pkg-descr b/finance/trytond_ldap_connection/pkg-descr deleted file mode 100644 index 2ffa8ba10738..000000000000 --- a/finance/trytond_ldap_connection/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the LDAP Connection Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_party/Makefile b/finance/trytond_party/Makefile deleted file mode 100644 index 444540af443a..000000000000 --- a/finance/trytond_party/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_party -PORTVERSION= 2.4.2 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Party Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_country>=2.4.0:${PORTSDIR}/finance/trytond_country \ - ${PYTHON_PKGNAMEPREFIX}vatnumber>=1.0.0:${PORTSDIR}/finance/py-vatnumber - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_party-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_party/distinfo b/finance/trytond_party/distinfo deleted file mode 100644 index 880e95ea600b..000000000000 --- a/finance/trytond_party/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_party-2.4.2.tar.gz) = 862312dabd029f652127baa955d3f178dcd9dcec75c7b65f54b53eb932b42cd3 -SIZE (trytond_party-2.4.2.tar.gz) = 52893 diff --git a/finance/trytond_party/pkg-descr b/finance/trytond_party/pkg-descr deleted file mode 100644 index 6bb426499b00..000000000000 --- a/finance/trytond_party/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -trytond_party is the party module for trytond. - -The party module defines the concepts of party, category and -contact mechanism. It also comes with reports to print labels -and letters and a Check VIES wizard. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_party_siret/Makefile b/finance/trytond_party_siret/Makefile deleted file mode 100644 index 325348a43304..000000000000 --- a/finance/trytond_party_siret/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_party_siret -PORTVERSION= 2.4.1 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Party Siret Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_party_siret-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_party_siret/distinfo b/finance/trytond_party_siret/distinfo deleted file mode 100644 index 36636690a1d0..000000000000 --- a/finance/trytond_party_siret/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_party_siret-2.4.1.tar.gz) = 4e95cfa2021734cfbb108251ea487badec9442fa8d0612a089a3d171fb06caf4 -SIZE (trytond_party_siret-2.4.1.tar.gz) = 19496 diff --git a/finance/trytond_party_siret/pkg-descr b/finance/trytond_party_siret/pkg-descr deleted file mode 100644 index 158a6cb56b33..000000000000 --- a/finance/trytond_party_siret/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Party Siret Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_party_vcarddav/Makefile b/finance/trytond_party_vcarddav/Makefile deleted file mode 100644 index 1d2b647b381a..000000000000 --- a/finance/trytond_party_vcarddav/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_party_vcarddav -PORTVERSION= 2.4.2 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Party VCardDAV Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ - ${PYTHON_PKGNAMEPREFIX}vobject>=0.8.1:${PORTSDIR}/deskutils/py-vobject \ - ${PYTHON_PKGNAMEPREFIX}PyWebDAV>=0:${PORTSDIR}/www/py-pywebdav - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_party_vcarddav-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_party_vcarddav/distinfo b/finance/trytond_party_vcarddav/distinfo deleted file mode 100644 index dd59435a7d4d..000000000000 --- a/finance/trytond_party_vcarddav/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_party_vcarddav-2.4.2.tar.gz) = 7909f7120824ec15df858ea9d0d89bd51d3788a70f4e7c827a675e141151c790 -SIZE (trytond_party_vcarddav-2.4.2.tar.gz) = 23349 diff --git a/finance/trytond_party_vcarddav/pkg-descr b/finance/trytond_party_vcarddav/pkg-descr deleted file mode 100644 index 5394df766038..000000000000 --- a/finance/trytond_party_vcarddav/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Party VCardDAV Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_product/Makefile b/finance/trytond_product/Makefile deleted file mode 100644 index 68a1dd0a7bb1..000000000000 --- a/finance/trytond_product/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_product -PORTVERSION= 2.4.3 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Product Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_product-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_product/distinfo b/finance/trytond_product/distinfo deleted file mode 100644 index d234e11e9d65..000000000000 --- a/finance/trytond_product/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_product-2.4.3.tar.gz) = 7d92f40c5ad9e5c7497c48f66808e1fcb7c99ad459559a7ee8a482d40edbd103 -SIZE (trytond_product-2.4.3.tar.gz) = 43094 diff --git a/finance/trytond_product/pkg-descr b/finance/trytond_product/pkg-descr deleted file mode 100644 index 83a7f7cb3c15..000000000000 --- a/finance/trytond_product/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -trytond_product is the product module for tryton, it define products, -categories of product, units of measure, categories of units of measure. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_product_cost_fifo/Makefile b/finance/trytond_product_cost_fifo/Makefile deleted file mode 100644 index 45276298a0d6..000000000000 --- a/finance/trytond_product_cost_fifo/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_product_cost_fifo -PORTVERSION= 2.4.0 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Product Cost Fifo Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ - trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_product_cost_fifo-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_product_cost_fifo/distinfo b/finance/trytond_product_cost_fifo/distinfo deleted file mode 100644 index 4ec8aa602988..000000000000 --- a/finance/trytond_product_cost_fifo/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_product_cost_fifo-2.4.0.tar.gz) = 2bfe689e937a9f5008d6050c8363132bd6528c96b604bf0fb5f592270239fc6e -SIZE (trytond_product_cost_fifo-2.4.0.tar.gz) = 20963 diff --git a/finance/trytond_product_cost_fifo/pkg-descr b/finance/trytond_product_cost_fifo/pkg-descr deleted file mode 100644 index 472ba12e8e22..000000000000 --- a/finance/trytond_product_cost_fifo/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port adds the Product Cost Fifo Module to the Tryton Application -Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_product_cost_history/Makefile b/finance/trytond_product_cost_history/Makefile deleted file mode 100644 index bf7bad3773db..000000000000 --- a/finance/trytond_product_cost_history/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_product_cost_history -PORTVERSION= 2.4.0 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Product Cost History Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_product_cost_history-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_product_cost_history/distinfo b/finance/trytond_product_cost_history/distinfo deleted file mode 100644 index b4a1ec6554b4..000000000000 --- a/finance/trytond_product_cost_history/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_product_cost_history-2.4.0.tar.gz) = e690a6947e82b577cb923223495dcfe27a6c4a8c987a0c665576f364ea74ecc9 -SIZE (trytond_product_cost_history-2.4.0.tar.gz) = 20507 diff --git a/finance/trytond_product_cost_history/pkg-descr b/finance/trytond_product_cost_history/pkg-descr deleted file mode 100644 index b7b8b9f69e06..000000000000 --- a/finance/trytond_product_cost_history/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port adds the Product Cost History Module to the Tryton Application -Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_product_measurements/Makefile b/finance/trytond_product_measurements/Makefile deleted file mode 100644 index 6f08d7f969bf..000000000000 --- a/finance/trytond_product_measurements/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_product_measurements -PORTVERSION= 2.4.0 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Product Measurements Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_product_measurements-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_product_measurements/distinfo b/finance/trytond_product_measurements/distinfo deleted file mode 100644 index 5f5611750f5d..000000000000 --- a/finance/trytond_product_measurements/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_product_measurements-2.4.0.tar.gz) = 5ee2be599f0d8c3d13d98c6dee472b6db23924e08fe4a6ef0a87b342d0d7f64f -SIZE (trytond_product_measurements-2.4.0.tar.gz) = 19187 diff --git a/finance/trytond_product_measurements/pkg-descr b/finance/trytond_product_measurements/pkg-descr deleted file mode 100644 index 9293211ceef0..000000000000 --- a/finance/trytond_product_measurements/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port adds the Product Measurements Module to the Tryton Application -Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_product_price_list/Makefile b/finance/trytond_product_price_list/Makefile deleted file mode 100644 index 5f5a8288a05c..000000000000 --- a/finance/trytond_product_price_list/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_product_price_list -PORTVERSION= 2.4.0 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Product Price List Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ - trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ - trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_product_price_list-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_product_price_list/distinfo b/finance/trytond_product_price_list/distinfo deleted file mode 100644 index b9b54979644d..000000000000 --- a/finance/trytond_product_price_list/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_product_price_list-2.4.0.tar.gz) = cbe6cc30f2565a9c215ba93057f642912623d542d4f896196e3faa64d0bb9158 -SIZE (trytond_product_price_list-2.4.0.tar.gz) = 22366 diff --git a/finance/trytond_product_price_list/pkg-descr b/finance/trytond_product_price_list/pkg-descr deleted file mode 100644 index 61d88ac9c51b..000000000000 --- a/finance/trytond_product_price_list/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Product Price List Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_production/Makefile b/finance/trytond_production/Makefile deleted file mode 100644 index 4a80c5b6ee01..000000000000 --- a/finance/trytond_production/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_production -PORTVERSION= 2.4.4 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Production Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ - trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company \ - trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_production-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_production/distinfo b/finance/trytond_production/distinfo deleted file mode 100644 index f62e0bf5de9e..000000000000 --- a/finance/trytond_production/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_production-2.4.4.tar.gz) = 585598b7124a9a32fb1df05c688de1a132dd1e806e5592226de4a7db55d7e18b -SIZE (trytond_production-2.4.4.tar.gz) = 32300 diff --git a/finance/trytond_production/pkg-descr b/finance/trytond_production/pkg-descr deleted file mode 100644 index efe020ea7656..000000000000 --- a/finance/trytond_production/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Production Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_project/Makefile b/finance/trytond_project/Makefile deleted file mode 100644 index 2e4a6f8eeb22..000000000000 --- a/finance/trytond_project/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_project -PORTVERSION= 2.4.1 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Project Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_timesheet>=2.4.0:${PORTSDIR}/finance/trytond_timesheet \ - trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_project-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_project/distinfo b/finance/trytond_project/distinfo deleted file mode 100644 index 124e49a6e48c..000000000000 --- a/finance/trytond_project/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_project-2.4.1.tar.gz) = 66a264ad09c63cf8497fdcd59ac9ea314cbe4739ded8721fed06d7468bb509b6 -SIZE (trytond_project-2.4.1.tar.gz) = 30789 diff --git a/finance/trytond_project/pkg-descr b/finance/trytond_project/pkg-descr deleted file mode 100644 index 18b9dfa12b21..000000000000 --- a/finance/trytond_project/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Project Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_project_plan/Makefile b/finance/trytond_project_plan/Makefile deleted file mode 100644 index 25f5a529a7da..000000000000 --- a/finance/trytond_project_plan/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_project_plan -PORTVERSION= 2.4.3 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Project Plan Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_project>=2.4.0:${PORTSDIR}/finance/trytond_project - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_project_plan-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_project_plan/distinfo b/finance/trytond_project_plan/distinfo deleted file mode 100644 index 091f7ae53ab0..000000000000 --- a/finance/trytond_project_plan/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_project_plan-2.4.3.tar.gz) = 5f749fe707e126cc3152b3aa881f600bbe74ce527405acda0bc682127a1f18b7 -SIZE (trytond_project_plan-2.4.3.tar.gz) = 27848 diff --git a/finance/trytond_project_plan/pkg-descr b/finance/trytond_project_plan/pkg-descr deleted file mode 100644 index 8158148a7cda..000000000000 --- a/finance/trytond_project_plan/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Project Plan Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_project_revenue/Makefile b/finance/trytond_project_revenue/Makefile deleted file mode 100644 index a15dd04b428e..000000000000 --- a/finance/trytond_project_revenue/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_project_revenue -PORTVERSION= 2.4.1 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Project Revenue Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_project>=2.4.0:${PORTSDIR}/finance/trytond_project \ - trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_project_revenue-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_project_revenue/distinfo b/finance/trytond_project_revenue/distinfo deleted file mode 100644 index a2d1d52ac8fb..000000000000 --- a/finance/trytond_project_revenue/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_project_revenue-2.4.1.tar.gz) = 528ad7a2ba6f3cb6feaf5ffc76ded815dbc57b2da1f5f92cdf5bf3132e3238bb -SIZE (trytond_project_revenue-2.4.1.tar.gz) = 22904 diff --git a/finance/trytond_project_revenue/pkg-descr b/finance/trytond_project_revenue/pkg-descr deleted file mode 100644 index 2d2a921c0ce2..000000000000 --- a/finance/trytond_project_revenue/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Project Revenue Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_purchase/Makefile b/finance/trytond_purchase/Makefile deleted file mode 100644 index 61c8020ac12d..000000000000 --- a/finance/trytond_purchase/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_purchase -PORTVERSION= 2.4.6 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Purchase Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock \ - trytond_account_invoice>=2.4.0:${PORTSDIR}/finance/trytond_account_invoice - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_purchase-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_purchase/distinfo b/finance/trytond_purchase/distinfo deleted file mode 100644 index f64a98b50d71..000000000000 --- a/finance/trytond_purchase/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_purchase-2.4.6.tar.gz) = fa6175ae4a91a3cb73de7bad5a5c4647fe3f98358617aacf24ff530c21a9cfe0 -SIZE (trytond_purchase-2.4.6.tar.gz) = 73885 diff --git a/finance/trytond_purchase/pkg-descr b/finance/trytond_purchase/pkg-descr deleted file mode 100644 index 734f85833a33..000000000000 --- a/finance/trytond_purchase/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -trytond_purchase is the Purchase Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_purchase_invoice_line_standalone/Makefile b/finance/trytond_purchase_invoice_line_standalone/Makefile deleted file mode 100644 index e7cfd0df2add..000000000000 --- a/finance/trytond_purchase_invoice_line_standalone/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_purchase_invoice_line_standalone -PORTVERSION= 2.4.2 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Purchase Invoice Line Standalone Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase \ - trytond_account_invoice_line_standalone>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice_line_standalone - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_purchase_invoice_line_standalone-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_purchase_invoice_line_standalone/distinfo b/finance/trytond_purchase_invoice_line_standalone/distinfo deleted file mode 100644 index e380f42832f6..000000000000 --- a/finance/trytond_purchase_invoice_line_standalone/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_purchase_invoice_line_standalone-2.4.2.tar.gz) = 0f765a15e685e4eee7da64415e6e440803ecadc3b7ba50535f833a9612d92a07 -SIZE (trytond_purchase_invoice_line_standalone-2.4.2.tar.gz) = 21667 diff --git a/finance/trytond_purchase_invoice_line_standalone/pkg-descr b/finance/trytond_purchase_invoice_line_standalone/pkg-descr deleted file mode 100644 index 8586b91aa385..000000000000 --- a/finance/trytond_purchase_invoice_line_standalone/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port adds the Purchase Invoice Line Standalone Module to the Tryton -Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_purchase_shipment_cost/Makefile b/finance/trytond_purchase_shipment_cost/Makefile deleted file mode 100644 index e1aeb7a7b2ce..000000000000 --- a/finance/trytond_purchase_shipment_cost/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_purchase_shipment_cost -PORTVERSION= 2.4.2 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Purchase Shipment Cost Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_carrier>=2.4.1:${PORTSDIR}/finance/trytond_carrier \ - trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency \ - trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_purchase_shipment_cost-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_purchase_shipment_cost/distinfo b/finance/trytond_purchase_shipment_cost/distinfo deleted file mode 100644 index cffd25b0bbe6..000000000000 --- a/finance/trytond_purchase_shipment_cost/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_purchase_shipment_cost-2.4.2.tar.gz) = bc65db150c5d344b1c6863166e7e1ce9b3055e62521e0339de45d72a0294a068 -SIZE (trytond_purchase_shipment_cost-2.4.2.tar.gz) = 21104 diff --git a/finance/trytond_purchase_shipment_cost/pkg-descr b/finance/trytond_purchase_shipment_cost/pkg-descr deleted file mode 100644 index 41646a20768f..000000000000 --- a/finance/trytond_purchase_shipment_cost/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port adds the Purchase Shipment Cost Module to the Tryton Application -Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_sale/Makefile b/finance/trytond_sale/Makefile deleted file mode 100644 index 4bae5169243e..000000000000 --- a/finance/trytond_sale/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_sale -PORTVERSION= 2.4.4 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Sale Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice \ - trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_sale-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_sale/distinfo b/finance/trytond_sale/distinfo deleted file mode 100644 index 0adc27482e42..000000000000 --- a/finance/trytond_sale/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_sale-2.4.4.tar.gz) = 5fb284bf3f1343f79ef9fc7e33bbb8e02e7a012d08be057225c959b07a6744cb -SIZE (trytond_sale-2.4.4.tar.gz) = 69273 diff --git a/finance/trytond_sale/pkg-descr b/finance/trytond_sale/pkg-descr deleted file mode 100644 index 9547cf5c46f3..000000000000 --- a/finance/trytond_sale/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Sale Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_sale_opportunity/Makefile b/finance/trytond_sale_opportunity/Makefile deleted file mode 100644 index 1246ad15865f..000000000000 --- a/finance/trytond_sale_opportunity/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_sale_opportunity -PORTVERSION= 2.4.2 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Sale Opportunity Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_sale_opportunity-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_sale_opportunity/distinfo b/finance/trytond_sale_opportunity/distinfo deleted file mode 100644 index 80048d5805e9..000000000000 --- a/finance/trytond_sale_opportunity/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_sale_opportunity-2.4.2.tar.gz) = 4fbc24a6eba005926729ca12613e3e31ef61c817bf3bdf681e02698c3110a0be -SIZE (trytond_sale_opportunity-2.4.2.tar.gz) = 38771 diff --git a/finance/trytond_sale_opportunity/pkg-descr b/finance/trytond_sale_opportunity/pkg-descr deleted file mode 100644 index 5ccd4e01711c..000000000000 --- a/finance/trytond_sale_opportunity/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Sale Opportunity Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_sale_price_list/Makefile b/finance/trytond_sale_price_list/Makefile deleted file mode 100644 index 9fa937fc13fe..000000000000 --- a/finance/trytond_sale_price_list/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_sale_price_list -PORTVERSION= 2.4.0 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Sale Price List Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ - trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale \ - trytond_product_price_list>=2.4.0:${PORTSDIR}/finance/trytond_product_price_list - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_sale_price_list-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_sale_price_list/distinfo b/finance/trytond_sale_price_list/distinfo deleted file mode 100644 index 484a234d952f..000000000000 --- a/finance/trytond_sale_price_list/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_sale_price_list-2.4.0.tar.gz) = 6ae0fc549575d24e893d45a0f8e2b490e5a0ebd32f47bda789e46fe7957b1d8c -SIZE (trytond_sale_price_list-2.4.0.tar.gz) = 19118 diff --git a/finance/trytond_sale_price_list/pkg-descr b/finance/trytond_sale_price_list/pkg-descr deleted file mode 100644 index 8f17c2a6b92e..000000000000 --- a/finance/trytond_sale_price_list/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Sale Price List Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_sale_shipment_cost/Makefile b/finance/trytond_sale_shipment_cost/Makefile deleted file mode 100644 index ee6cd4e2d5db..000000000000 --- a/finance/trytond_sale_shipment_cost/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_sale_shipment_cost -PORTVERSION= 2.4.1 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Sale Shipment Cost Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_carrier>=2.4.1:${PORTSDIR}/finance/trytond_carrier \ - trytond_sale>=2.4.0:${PORTSDIR}/finance/trytond_sale \ - trytond_account_invoice>=2.4.1:${PORTSDIR}/finance/trytond_account_invoice \ - trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_sale_shipment_cost-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_sale_shipment_cost/distinfo b/finance/trytond_sale_shipment_cost/distinfo deleted file mode 100644 index 1fc372dba56a..000000000000 --- a/finance/trytond_sale_shipment_cost/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_sale_shipment_cost-2.4.1.tar.gz) = 0805a4fb82fda2e76aecffee76291fea19ad1d4e3df41ed737b8084b6d5b24fb -SIZE (trytond_sale_shipment_cost-2.4.1.tar.gz) = 22976 diff --git a/finance/trytond_sale_shipment_cost/pkg-descr b/finance/trytond_sale_shipment_cost/pkg-descr deleted file mode 100644 index bd42b46f37d1..000000000000 --- a/finance/trytond_sale_shipment_cost/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Sale Shipment Cost Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_stock/Makefile b/finance/trytond_stock/Makefile deleted file mode 100644 index c6d618a6f53a..000000000000 --- a/finance/trytond_stock/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_stock -PORTVERSION= 2.4.11 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Stock Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_party>=2.4.0:${PORTSDIR}/finance/trytond_party \ - trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ - trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company \ - trytond_currency>=2.4.0:${PORTSDIR}/finance/trytond_currency - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_stock-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_stock/distinfo b/finance/trytond_stock/distinfo deleted file mode 100644 index bd811736b8c4..000000000000 --- a/finance/trytond_stock/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_stock-2.4.11.tar.gz) = a5411a4127b4a12da2a3442cb95292a2f4ef0c4b46bb65007d49e91ad8632aae -SIZE (trytond_stock-2.4.11.tar.gz) = 156599 diff --git a/finance/trytond_stock/pkg-descr b/finance/trytond_stock/pkg-descr deleted file mode 100644 index a8dca57456ad..000000000000 --- a/finance/trytond_stock/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -trytond_stock is the Stock Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_stock_forecast/Makefile b/finance/trytond_stock_forecast/Makefile deleted file mode 100644 index f5b2ff3d0701..000000000000 --- a/finance/trytond_stock_forecast/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_stock_forecast -PORTVERSION= 2.4.2 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Stock Forecast Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=1.5:${PORTSDIR}/devel/py-dateutil \ - trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ - trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock \ - trytond_company>=2.4.0:${PORTSDIR}/finance/trytond_company - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_stock_forecast-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_stock_forecast/distinfo b/finance/trytond_stock_forecast/distinfo deleted file mode 100644 index 56901b1e3686..000000000000 --- a/finance/trytond_stock_forecast/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_stock_forecast-2.4.2.tar.gz) = 8ffb95f15c27d964e750964046ac51454fcf6a0cd0b0db6e01575241810c55dd -SIZE (trytond_stock_forecast-2.4.2.tar.gz) = 33922 diff --git a/finance/trytond_stock_forecast/pkg-descr b/finance/trytond_stock_forecast/pkg-descr deleted file mode 100644 index 7af8a432e507..000000000000 --- a/finance/trytond_stock_forecast/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port adds the Stock Forecast Module to the Tryton Application -Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_stock_inventory_location/Makefile b/finance/trytond_stock_inventory_location/Makefile deleted file mode 100644 index 9a0fd3f2b8ff..000000000000 --- a/finance/trytond_stock_inventory_location/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_stock_inventory_location -PORTVERSION= 2.4.0 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Stock Inventory Location Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_stock_inventory_location-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_stock_inventory_location/distinfo b/finance/trytond_stock_inventory_location/distinfo deleted file mode 100644 index 77c9c1682fa5..000000000000 --- a/finance/trytond_stock_inventory_location/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_stock_inventory_location-2.4.0.tar.gz) = de7a765eb14c2c153e360d9cbdf8e2b7d9b3e28e97ca4fd3dffe4c5c8cc8d4da -SIZE (trytond_stock_inventory_location-2.4.0.tar.gz) = 20003 diff --git a/finance/trytond_stock_inventory_location/pkg-descr b/finance/trytond_stock_inventory_location/pkg-descr deleted file mode 100644 index d1da6a5c69b6..000000000000 --- a/finance/trytond_stock_inventory_location/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port adds the Stock Inventory Location Module to the Tryton Application -Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_stock_location_sequence/Makefile b/finance/trytond_stock_location_sequence/Makefile deleted file mode 100644 index d05bbb491035..000000000000 --- a/finance/trytond_stock_location_sequence/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_stock_location_sequence -PORTVERSION= 2.4.0 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Stock Location Sequence Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_stock_location_sequence-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_stock_location_sequence/distinfo b/finance/trytond_stock_location_sequence/distinfo deleted file mode 100644 index 61ec1bf8c5cb..000000000000 --- a/finance/trytond_stock_location_sequence/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_stock_location_sequence-2.4.0.tar.gz) = 96186c47f5002870eb5fc381d2a17592d3c9edad39b82170b22d8d114f22dc36 -SIZE (trytond_stock_location_sequence-2.4.0.tar.gz) = 18043 diff --git a/finance/trytond_stock_location_sequence/pkg-descr b/finance/trytond_stock_location_sequence/pkg-descr deleted file mode 100644 index 6c5282e3a37b..000000000000 --- a/finance/trytond_stock_location_sequence/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port adds the Stock Location Sequence Module to the Tryton Application -Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_stock_lot/Makefile b/finance/trytond_stock_lot/Makefile deleted file mode 100644 index 324cd6af392c..000000000000 --- a/finance/trytond_stock_lot/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_stock_lot -PORTVERSION= 2.4.1 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Stock Lot Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ - trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_stock_lot-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_stock_lot/distinfo b/finance/trytond_stock_lot/distinfo deleted file mode 100644 index fc04ba91bd02..000000000000 --- a/finance/trytond_stock_lot/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_stock_lot-2.4.1.tar.gz) = a2023906208068f3f32ef05258e71cc75a64724cf97111e64d79c16833f55f3a -SIZE (trytond_stock_lot-2.4.1.tar.gz) = 20774 diff --git a/finance/trytond_stock_lot/pkg-descr b/finance/trytond_stock_lot/pkg-descr deleted file mode 100644 index 2d07697bce1f..000000000000 --- a/finance/trytond_stock_lot/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Stock Lot Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_stock_product_location/Makefile b/finance/trytond_stock_product_location/Makefile deleted file mode 100644 index 594efc0fe5a7..000000000000 --- a/finance/trytond_stock_product_location/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_stock_product_location -PORTVERSION= 2.4.1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Stock Product Location Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product \ - trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_stock_product_location-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_stock_product_location/distinfo b/finance/trytond_stock_product_location/distinfo deleted file mode 100644 index 98d8c9a0c4dd..000000000000 --- a/finance/trytond_stock_product_location/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_stock_product_location-2.4.1.tar.gz) = 38cdd2b19e3f2e4488b59b41e85f826621ff471886bdcf4afdc2eac2ab6a2570 -SIZE (trytond_stock_product_location-2.4.1.tar.gz) = 20393 diff --git a/finance/trytond_stock_product_location/pkg-descr b/finance/trytond_stock_product_location/pkg-descr deleted file mode 100644 index cf1460088bb8..000000000000 --- a/finance/trytond_stock_product_location/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port adds the Stock Product Location Module to the Tryton Application -Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_stock_split/Makefile b/finance/trytond_stock_split/Makefile deleted file mode 100644 index 3362676ecbce..000000000000 --- a/finance/trytond_stock_split/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_stock_split -PORTVERSION= 2.4.2 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Stock Split Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_stock_split-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_stock_split/distinfo b/finance/trytond_stock_split/distinfo deleted file mode 100644 index 0be89ea0b070..000000000000 --- a/finance/trytond_stock_split/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_stock_split-2.4.2.tar.gz) = 36d018d6e95dab70b339a4e1c20c4782a92b7121f75f97092f551ee27900ae46 -SIZE (trytond_stock_split-2.4.2.tar.gz) = 19666 diff --git a/finance/trytond_stock_split/pkg-descr b/finance/trytond_stock_split/pkg-descr deleted file mode 100644 index 5143f3322f5b..000000000000 --- a/finance/trytond_stock_split/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Stock Split Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_stock_supply/Makefile b/finance/trytond_stock_supply/Makefile deleted file mode 100644 index 165c25e24ffa..000000000000 --- a/finance/trytond_stock_supply/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_stock_supply -PORTVERSION= 2.4.5 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Stock Supply Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_stock>=2.4.0:${PORTSDIR}/finance/trytond_stock \ - trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_stock_supply-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_stock_supply/distinfo b/finance/trytond_stock_supply/distinfo deleted file mode 100644 index fbe1258212c3..000000000000 --- a/finance/trytond_stock_supply/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_stock_supply-2.4.5.tar.gz) = 2a5e9373747d3cbb89956e88be5ddd5c6e5c6e824afbe4c62539c66c0163432b -SIZE (trytond_stock_supply-2.4.5.tar.gz) = 38870 diff --git a/finance/trytond_stock_supply/pkg-descr b/finance/trytond_stock_supply/pkg-descr deleted file mode 100644 index 1d2c22349585..000000000000 --- a/finance/trytond_stock_supply/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Stock Supply Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_stock_supply_day/Makefile b/finance/trytond_stock_supply_day/Makefile deleted file mode 100644 index 30d6c3304f49..000000000000 --- a/finance/trytond_stock_supply_day/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_stock_supply_day -PORTVERSION= 2.4.1 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Stock Supply Day Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_purchase>=2.4.0:${PORTSDIR}/finance/trytond_purchase - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_stock_supply_day-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_stock_supply_day/distinfo b/finance/trytond_stock_supply_day/distinfo deleted file mode 100644 index 7a5a363c189d..000000000000 --- a/finance/trytond_stock_supply_day/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_stock_supply_day-2.4.1.tar.gz) = 442c1c05f208b48266eae186e73860399565e7c48da54ec52eb4c6e07f453ca2 -SIZE (trytond_stock_supply_day-2.4.1.tar.gz) = 21627 diff --git a/finance/trytond_stock_supply_day/pkg-descr b/finance/trytond_stock_supply_day/pkg-descr deleted file mode 100644 index 863b4ec06291..000000000000 --- a/finance/trytond_stock_supply_day/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This port adds the Stock Supply Day Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_stock_supply_forecast/Makefile b/finance/trytond_stock_supply_forecast/Makefile deleted file mode 100644 index 9d1e9826c63c..000000000000 --- a/finance/trytond_stock_supply_forecast/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_stock_supply_forecast -PORTVERSION= 2.4.1 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Stock Supply Forecast Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_stock_supply>=2.4.0:${PORTSDIR}/finance/trytond_stock_supply \ - trytond_stock_forecast>=2.4.0:${PORTSDIR}/finance/trytond_stock_forecast - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_stock_supply_forecast-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_stock_supply_forecast/distinfo b/finance/trytond_stock_supply_forecast/distinfo deleted file mode 100644 index 651f8d0875c8..000000000000 --- a/finance/trytond_stock_supply_forecast/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_stock_supply_forecast-2.4.1.tar.gz) = 29533e211d90dbc6613054ae535f6e692ec2d28fef970c7d2bc0622f64ec6cf5 -SIZE (trytond_stock_supply_forecast-2.4.1.tar.gz) = 16564 diff --git a/finance/trytond_stock_supply_forecast/pkg-descr b/finance/trytond_stock_supply_forecast/pkg-descr deleted file mode 100644 index e99fca98087e..000000000000 --- a/finance/trytond_stock_supply_forecast/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port adds the Stock Supply Forecast Module to the Tryton Application -Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_stock_supply_production/Makefile b/finance/trytond_stock_supply_production/Makefile deleted file mode 100644 index a76bad86baae..000000000000 --- a/finance/trytond_stock_supply_production/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_stock_supply_production -PORTVERSION= 2.4.2 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann.it -COMMENT= Tryton Application Platform (Stock Supply Production Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_stock_supply>=2.4.0:${PORTSDIR}/finance/trytond_stock_supply \ - trytond_product>=2.4.0:${PORTSDIR}/finance/trytond_product - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_stock_supply_production-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_stock_supply_production/distinfo b/finance/trytond_stock_supply_production/distinfo deleted file mode 100644 index 34f85546e2bf..000000000000 --- a/finance/trytond_stock_supply_production/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_stock_supply_production-2.4.2.tar.gz) = 2de4ee6796f63a2974e1c9ce3a9c778c78ed82f38325c97af03719ae097bd0f6 -SIZE (trytond_stock_supply_production-2.4.2.tar.gz) = 21100 diff --git a/finance/trytond_stock_supply_production/pkg-descr b/finance/trytond_stock_supply_production/pkg-descr deleted file mode 100644 index 81c203484e62..000000000000 --- a/finance/trytond_stock_supply_production/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This port adds the Stock Supply Production Module to the Tryton Application -Platform. - -WWW: http://www.tryton.org/ diff --git a/finance/trytond_timesheet/Makefile b/finance/trytond_timesheet/Makefile deleted file mode 100644 index 12df05f4c0f5..000000000000 --- a/finance/trytond_timesheet/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Matthias Petermann <matthias@petermann-it.de> -# $FreeBSD$ - -PORTNAME= trytond_timesheet -PORTVERSION= 2.4.2 -PORTREVISION= 1 -CATEGORIES= finance python -MASTER_SITES= http://downloads.tryton.org/${PORTVERSION:R}/ - -MAINTAINER= matthias@petermann-it.de -COMMENT= Tryton Application Platform (Timesheet Module) - -LICENSE= GPLv3 - -RUN_DEPENDS= trytond>=2.4.0:${PORTSDIR}/finance/trytond \ - trytond_company_work_time>=2.4.0:${PORTSDIR}/finance/trytond_company_work_time - -DEPRECATED= Upstream project no longer supports the Tryton 2.4 series -EXPIRATION_DATE= 2015-08-05 - -CONFLICTS= trytond28_timesheet-2.8.* - -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/finance/trytond_timesheet/distinfo b/finance/trytond_timesheet/distinfo deleted file mode 100644 index 1b07c92c4229..000000000000 --- a/finance/trytond_timesheet/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (trytond_timesheet-2.4.2.tar.gz) = 692045fad9b705016a6f0bb4113817babcb05e615aa8a8b84496da29c001861b -SIZE (trytond_timesheet-2.4.2.tar.gz) = 32433 diff --git a/finance/trytond_timesheet/pkg-descr b/finance/trytond_timesheet/pkg-descr deleted file mode 100644 index 7852360315c3..000000000000 --- a/finance/trytond_timesheet/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -trytond_timesheet is the Timesheet Module to the Tryton Application Platform. - -WWW: http://www.tryton.org/ |