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

Add phpgw_inventory, an inventory management application for phpGroupWare.

This commit is contained in:
Jimmy Olgeni 2001-03-30 21:07:00 +00:00
parent 7ba2df1fe2
commit 54e11df8bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40603
6 changed files with 132 additions and 0 deletions

View File

@ -24,6 +24,7 @@
SUBDIR += notebook
SUBDIR += offix-trash
SUBDIR += phpgroupware
SUBDIR += phpgw_inventory
SUBDIR += plan
SUBDIR += sliderule
SUBDIR += teapot

View File

@ -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>

View File

@ -0,0 +1 @@
MD5 (phpgw_inventory-0.8.2.tar.gz) = 93a7662824a8f10d0fa6cf26cabcf949

View File

@ -0,0 +1 @@
A PHP GroupWare module: inventory management

View File

@ -0,0 +1,4 @@
phpGroupWare is a web based GroupWare system. This module provides an
inventory management application.
WWW: http://phpgroupware.org/

View File

@ -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