diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-03 15:39:41 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-03 15:39:41 +0800 |
commit | 1eb5443642bda255f5c30405289620a48bb560b4 (patch) | |
tree | b1f3c93373d6e7ceb4cd0519a911deb240906078 /ftp | |
parent | b2184e2bb1df0640b7dd3a9903202543f7b19119 (diff) | |
download | freebsd-ports-gnome-1eb5443642bda255f5c30405289620a48bb560b4.tar.gz freebsd-ports-gnome-1eb5443642bda255f5c30405289620a48bb560b4.tar.zst freebsd-ports-gnome-1eb5443642bda255f5c30405289620a48bb560b4.zip |
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>
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/proma/Makefile | 29 | ||||
-rw-r--r-- | ftp/proma/distinfo | 1 | ||||
-rw-r--r-- | ftp/proma/pkg-descr | 4 | ||||
-rw-r--r-- | ftp/proma/pkg-message | 5 | ||||
-rw-r--r-- | ftp/proma/pkg-plist | 19 |
6 files changed, 59 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 878a2cf0ca64..bc8fe0972d04 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -62,6 +62,7 @@ SUBDIR += pftpd SUBDIR += proftpd SUBDIR += profxp + SUBDIR += proma SUBDIR += prozilla SUBDIR += puf SUBDIR += pure-ftpd diff --git a/ftp/proma/Makefile b/ftp/proma/Makefile new file mode 100644 index 000000000000..0ca7ecda87ca --- /dev/null +++ b/ftp/proma/Makefile @@ -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> diff --git a/ftp/proma/distinfo b/ftp/proma/distinfo new file mode 100644 index 000000000000..c5d579ca3449 --- /dev/null +++ b/ftp/proma/distinfo @@ -0,0 +1 @@ +MD5 (proma-0.8.tar.gz) = 547243c4f5fde474ab9c36cd48e4a500 diff --git a/ftp/proma/pkg-descr b/ftp/proma/pkg-descr new file mode 100644 index 000000000000..4e87d339258f --- /dev/null +++ b/ftp/proma/pkg-descr @@ -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/ diff --git a/ftp/proma/pkg-message b/ftp/proma/pkg-message new file mode 100644 index 000000000000..9ce140f2bba2 --- /dev/null +++ b/ftp/proma/pkg-message @@ -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. +--------------------------------------------------------------- diff --git a/ftp/proma/pkg-plist b/ftp/proma/pkg-plist new file mode 100644 index 000000000000..648c782ec9df --- /dev/null +++ b/ftp/proma/pkg-plist @@ -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%% |