New port: ftp/proma

ProMA is a PHP4 based system for administrating a ProFTPd
	server storing users in a MySQL database.

PR:		ports/55924
Submitted by:	HSIN-HSIUNG CHANG <sexbear@tmu.edu.tw>
This commit is contained in:
Edwin Groothuis 2004-01-03 07:39:41 +00:00
parent 5db4c835c0
commit 00e6d7e1d4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=97182
6 changed files with 59 additions and 0 deletions

View File

@ -62,6 +62,7 @@
SUBDIR += pftpd
SUBDIR += proftpd
SUBDIR += profxp
SUBDIR += proma
SUBDIR += prozilla
SUBDIR += puf
SUBDIR += pure-ftpd

29
ftp/proma/Makefile Normal file
View File

@ -0,0 +1,29 @@
# New ports collection makefile for: proma
# Date created: 25.08.2003
# Whom: HSIN-HSIUNG CHANG <sexbear@tmu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= proma
PORTVERSION= 0.8
CATEGORIES= ftp
MASTER_SITES= http://www.jodal.no/projects/proma/
MAINTAINER= sexbear@tmu.edu.tw
COMMENT= Administrating a ProFTPd server storing users in a MySQL database
NO_BUILD= yes
MYADMDIR?= www/data/proma
PLIST_SUB+= MYADMDIR=${MYADMDIR}
do-install:
${MKDIR} ${PREFIX}/${MYADMDIR}
@${FIND} ${WRKSRC} ! -path '*/CVS*' | \
${XARGS} -n1 ${SH} -c 'if ${TEST} -d $$0; \
then ${MKDIR} ${PREFIX}/${MYADMDIR}$${0#${WRKSRC}}; \
else ${INSTALL_DATA} $$0 ${PREFIX}/${MYADMDIR}$${0#${WRKSRC}}; fi'
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

1
ftp/proma/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (proma-0.8.tar.gz) = 547243c4f5fde474ab9c36cd48e4a500

4
ftp/proma/pkg-descr Normal file
View File

@ -0,0 +1,4 @@
ProMA is a PHP4 based system for administrating a ProFTPd server
storing users in a MySQL database.
WWW: http://www.jodal.no/projects/proma/

5
ftp/proma/pkg-message Normal file
View File

@ -0,0 +1,5 @@
---------------------------------------------------------------
There are two things that you sdould take care:
1.configure proftpd with 'WITH_MYSQL'.
2.read 'INSTALL' for installation instructions.
---------------------------------------------------------------

19
ftp/proma/pkg-plist Normal file
View File

@ -0,0 +1,19 @@
%%MYADMDIR%%/COPYING
%%MYADMDIR%%/ChangeLog
%%MYADMDIR%%/INSTALL
%%MYADMDIR%%/README
%%MYADMDIR%%/TODO
%%MYADMDIR%%/UPGRADE
%%MYADMDIR%%/config.inc.php-example
%%MYADMDIR%%/index.php
%%MYADMDIR%%/style.css
%%MYADMDIR%%/libs/admin.lib.php
%%MYADMDIR%%/libs/auth.lib.php
%%MYADMDIR%%/libs/common.lib.php
%%MYADMDIR%%/pages/change.inc.php
%%MYADMDIR%%/pages/register.inc.php
%%MYADMDIR%%/pages/admin.inc.php
%%MYADMDIR%%/pages/main.inc.php
@dirrm %%MYADMDIR%%/pages
@dirrm %%MYADMDIR%%/libs
@dirrm %%MYADMDIR%%