summaryrefslogtreecommitdiffstats
path: root/deskutils/phpgw_inventory
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2001-03-30 21:07:00 +0000
committerolgeni <olgeni@FreeBSD.org>2001-03-30 21:07:00 +0000
commit4550b6600b2687cb48bb4dfedd1931c32d583c0a (patch)
treeddb44fb811b8a2383db4eb00ef242f8bfefab145 /deskutils/phpgw_inventory
parentf7d20cd0fd75f5a5453f1af8a9800a6ce26d884b (diff)
downloadFreeBSD-ports-4550b6600b2687cb48bb4dfedd1931c32d583c0a.zip
FreeBSD-ports-4550b6600b2687cb48bb4dfedd1931c32d583c0a.tar.gz
Add phpgw_inventory, an inventory management application for phpGroupWare.
Diffstat (limited to 'deskutils/phpgw_inventory')
-rw-r--r--deskutils/phpgw_inventory/Makefile24
-rw-r--r--deskutils/phpgw_inventory/distinfo1
-rw-r--r--deskutils/phpgw_inventory/pkg-comment1
-rw-r--r--deskutils/phpgw_inventory/pkg-descr4
-rw-r--r--deskutils/phpgw_inventory/pkg-plist101
5 files changed, 131 insertions, 0 deletions
diff --git a/deskutils/phpgw_inventory/Makefile b/deskutils/phpgw_inventory/Makefile
new file mode 100644
index 0000000..c307fe4
--- /dev/null
+++ b/deskutils/phpgw_inventory/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: phpgw_inventory
+# Date created: 30 March 2001
+# Whom: Jimmy Olgeni <olgeni@uli.it>
+#
+# $FreeBSD$
+
+PORTNAME= phpgw_inventory
+PORTVERSION= 0.8.2
+CATEGORIES= deskutils
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= phpgwapps
+
+MAINTAINER= olgeni@FreeBSD.org
+
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}/inv
+
+do-install:
+ @if [ ! -d ${PREFIX}/www/data/phpgroupware ]; then \
+ ${MKDIR} ${PREFIX}/www/data/phpgroupware; \
+ fi
+ @${CP} -r ${WRKSRC} ${PREFIX}/www/data/phpgroupware/
+
+.include <bsd.port.mk>
diff --git a/deskutils/phpgw_inventory/distinfo b/deskutils/phpgw_inventory/distinfo
new file mode 100644
index 0000000..cacac49
--- /dev/null
+++ b/deskutils/phpgw_inventory/distinfo
@@ -0,0 +1 @@
+MD5 (phpgw_inventory-0.8.2.tar.gz) = 93a7662824a8f10d0fa6cf26cabcf949
diff --git a/deskutils/phpgw_inventory/pkg-comment b/deskutils/phpgw_inventory/pkg-comment
new file mode 100644
index 0000000..9d73adf
--- /dev/null
+++ b/deskutils/phpgw_inventory/pkg-comment
@@ -0,0 +1 @@
+A PHP GroupWare module: inventory management
diff --git a/deskutils/phpgw_inventory/pkg-descr b/deskutils/phpgw_inventory/pkg-descr
new file mode 100644
index 0000000..a2c9552
--- /dev/null
+++ b/deskutils/phpgw_inventory/pkg-descr
@@ -0,0 +1,4 @@
+phpGroupWare is a web based GroupWare system. This module provides an
+inventory management application.
+
+WWW: http://phpgroupware.org/
diff --git a/deskutils/phpgw_inventory/pkg-plist b/deskutils/phpgw_inventory/pkg-plist
new file mode 100644
index 0000000..a57399e
--- /dev/null
+++ b/deskutils/phpgw_inventory/pkg-plist
@@ -0,0 +1,101 @@
+www/data/phpgroupware/inv/addresses.php
+www/data/phpgroupware/inv/addstatus.php
+www/data/phpgroupware/inv/listorders.php
+www/data/phpgroupware/inv/delivery_list.php
+www/data/phpgroupware/inv/index.php
+www/data/phpgroupware/inv/listproducts.php
+www/data/phpgroupware/inv/editstatus.php
+www/data/phpgroupware/inv/deletestatus.php
+www/data/phpgroupware/inv/inv_list.php
+www/data/phpgroupware/inv/addcategory.php
+www/data/phpgroupware/inv/deletecategory.php
+www/data/phpgroupware/inv/liststatus.php
+www/data/phpgroupware/inv/invoice_print.php
+www/data/phpgroupware/inv/invoice_list.php
+www/data/phpgroupware/inv/delivery_pdf.php
+www/data/phpgroupware/inv/addorder.php
+www/data/phpgroupware/inv/delivery.php
+www/data/phpgroupware/inv/deleteorder.php
+www/data/phpgroupware/inv/invoice_pdf.php
+www/data/phpgroupware/inv/editcategory.php
+www/data/phpgroupware/inv/del_list.php
+www/data/phpgroupware/inv/invoice.php
+www/data/phpgroupware/inv/preferences.php
+www/data/phpgroupware/inv/orderproducts.php
+www/data/phpgroupware/inv/listminstock.php
+www/data/phpgroupware/inv/addproduct.php
+www/data/phpgroupware/inv/doc/lang.sql
+www/data/phpgroupware/inv/doc/update_tables-0.8.1.pgsql
+www/data/phpgroupware/inv/doc/update_tables-0.8.2.pgsql
+www/data/phpgroupware/inv/doc/drop_tables-0.8.1.mysql
+www/data/phpgroupware/inv/doc/update_tables-0.8.2.mysql
+www/data/phpgroupware/inv/doc/drop_tables.pgsql
+www/data/phpgroupware/inv/doc/logo.jpg
+www/data/phpgroupware/inv/doc/update_tables-0.8.1.mysql
+www/data/phpgroupware/inv/doc/CHANGELOG
+www/data/phpgroupware/inv/doc/create_tables.mysql
+www/data/phpgroupware/inv/doc/create_tables.pgsql
+www/data/phpgroupware/inv/doc/drop_tables.mysql
+www/data/phpgroupware/inv/doc/drop_tables-0.8.1.pgsql
+www/data/phpgroupware/inv/inc/header.inc.php
+www/data/phpgroupware/inv/inc/hook_inv_add_dev_pref.inc.php
+www/data/phpgroupware/inv/inc/hook_preferences.inc.php
+www/data/phpgroupware/inv/inc/pdf_layout.inc.php
+www/data/phpgroupware/inv/editproduct.php
+www/data/phpgroupware/inv/addressbook.php
+www/data/phpgroupware/inv/templates/default/header.tpl
+www/data/phpgroupware/inv/templates/default/listcategorys.tpl
+www/data/phpgroupware/inv/templates/default/addressbook.tpl
+www/data/phpgroupware/inv/templates/default/orderproducts.tpl
+www/data/phpgroupware/inv/templates/default/addresses.tpl
+www/data/phpgroupware/inv/templates/default/delete.tpl
+www/data/phpgroupware/inv/templates/default/del_listproducts.tpl
+www/data/phpgroupware/inv/templates/default/listdelivery.tpl
+www/data/phpgroupware/inv/templates/default/listorders.tpl
+www/data/phpgroupware/inv/templates/default/images/navbar.gif
+www/data/phpgroupware/inv/templates/default/listproducts_full.tpl
+www/data/phpgroupware/inv/templates/default/preferences.tpl
+www/data/phpgroupware/inv/templates/default/delivery_print.tpl
+www/data/phpgroupware/inv/templates/default/invoice_print.tpl
+www/data/phpgroupware/inv/templates/default/inv_listproducts.tpl
+www/data/phpgroupware/inv/templates/default/status_form.tpl
+www/data/phpgroupware/inv/templates/default/product_form.tpl
+www/data/phpgroupware/inv/templates/default/category_form.tpl
+www/data/phpgroupware/inv/templates/default/inv_list.tpl
+www/data/phpgroupware/inv/templates/default/del_list.tpl
+www/data/phpgroupware/inv/templates/default/list_search.tpl
+www/data/phpgroupware/inv/templates/default/order_form.tpl
+www/data/phpgroupware/inv/templates/verdilak/header.tpl
+www/data/phpgroupware/inv/templates/verdilak/listcategorys.tpl
+www/data/phpgroupware/inv/templates/verdilak/addressbook.tpl
+www/data/phpgroupware/inv/templates/verdilak/orderproducts.tpl
+www/data/phpgroupware/inv/templates/verdilak/addresses.tpl
+www/data/phpgroupware/inv/templates/verdilak/delete.tpl
+www/data/phpgroupware/inv/templates/verdilak/del_listproducts.tpl
+www/data/phpgroupware/inv/templates/verdilak/listdelivery.tpl
+www/data/phpgroupware/inv/templates/verdilak/listorders.tpl
+www/data/phpgroupware/inv/templates/verdilak/images/navbar.gif
+www/data/phpgroupware/inv/templates/verdilak/listproducts_full.tpl
+www/data/phpgroupware/inv/templates/verdilak/preferences.tpl
+www/data/phpgroupware/inv/templates/verdilak/delivery_print.tpl
+www/data/phpgroupware/inv/templates/verdilak/invoice_print.tpl
+www/data/phpgroupware/inv/templates/verdilak/inv_listproducts.tpl
+www/data/phpgroupware/inv/templates/verdilak/status_form.tpl
+www/data/phpgroupware/inv/templates/verdilak/product_form.tpl
+www/data/phpgroupware/inv/templates/verdilak/category_form.tpl
+www/data/phpgroupware/inv/templates/verdilak/inv_list.tpl
+www/data/phpgroupware/inv/templates/verdilak/del_list.tpl
+www/data/phpgroupware/inv/templates/verdilak/list_search.tpl
+www/data/phpgroupware/inv/templates/verdilak/order_form.tpl
+www/data/phpgroupware/inv/editorder.php
+www/data/phpgroupware/inv/delivery_print.php
+www/data/phpgroupware/inv/deleteproduct.php
+@dirrm www/data/phpgroupware/inv/templates/verdilak/images
+@dirrm www/data/phpgroupware/inv/templates/verdilak
+@dirrm www/data/phpgroupware/inv/templates/default/images
+@dirrm www/data/phpgroupware/inv/templates/default
+@dirrm www/data/phpgroupware/inv/templates
+@dirrm www/data/phpgroupware/inv/inc
+@dirrm www/data/phpgroupware/inv/doc
+@dirrm www/data/phpgroupware/inv
+@unexec rmdir %D/www/data/phpgroupware 2>/dev/null || true
OpenPOWER on IntegriCloud