diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-09 23:36:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-09 23:36:46 +0000 |
commit | aff4d42b2139ab845ef5ba71072c6a833983e413 (patch) | |
tree | e476a8c198dd3c9a8098e70226f88ccaacd456ac /ftp | |
parent | 68a219d83ca45bb73d3feb9b7b3ada12b08db696 (diff) | |
download | ports-aff4d42b2139ab845ef5ba71072c6a833983e413.tar.gz ports-aff4d42b2139ab845ef5ba71072c6a833983e413.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/proma/Makefile | 67 | ||||
-rw-r--r-- | ftp/proma/distinfo | 2 | ||||
-rw-r--r-- | ftp/proma/files/pkg-message.in | 9 | ||||
-rw-r--r-- | ftp/proma/pkg-descr | 4 | ||||
-rw-r--r-- | ftp/proma/pkg-plist | 15 |
6 files changed, 0 insertions, 98 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 3f24997d4a4b..da4229d69bf4 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -80,7 +80,6 @@ SUBDIR += plasma-applet-ftpmonitor SUBDIR += proftpd SUBDIR += profxp - SUBDIR += proma SUBDIR += puf SUBDIR += pure-ftpd SUBDIR += pureadmin diff --git a/ftp/proma/Makefile b/ftp/proma/Makefile deleted file mode 100644 index 515e37854af9..000000000000 --- a/ftp/proma/Makefile +++ /dev/null @@ -1,67 +0,0 @@ -# $FreeBSD$ - -PORTNAME= proma -PORTVERSION= 0.8.3 -PORTREVISION= 1 -CATEGORIES= ftp -MASTER_SITES= SF - -MAINTAINER= sexbear@tmu.edu.tw -COMMENT= Administrate a ProFTPd server storing users in a MySQL database - -DEPRECATED= Broken for more than 6 month -EXPIRATION_DATE= 2013-03-05 -BROKEN= define an @exec depending on %F and %B before any files defined - -USE_BZIP2= yes -NO_BUILD= yes - -PORTDOCS= ChangeLog INSTALL README TODO UPGRADE -FILES= index.php style.css config.inc.php-example -LIBS= admin.lib.php auth.lib.php common.lib.php -PAGES= admin.inc.php change.inc.php main.inc.php register.inc.php - -OPTIONS= PROFTPD "Install ProFTPd with MySQL support" off \ - APACHE "Install Apache Web Server 2.2.x" off \ - MYSQL "Install MySQL Server 5.x" off \ - PHP "Install PHP5 with MySQL support" off - -SUB_FILES= pkg-message - -.if defined(WITH_PROFTPD) -RUN_DEPENDS+= ${LOCALBASE}/libexec/proftpd/mod_sql_mysql.so:${PORTSDIR}/databases/proftpd-mod_sql_mysql -.endif -.if defined(WITH_APACHE) -USE_APACHE_RUN= 22 -.endif -.if defined(WITH_MYSQL) -USE_MYSQL= yes -.endif -.if defined(WITH_PHP) -USE_PHP= mysql pcre xml gd -.endif - -do-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}/ - @cd ${WRKSRC}/docs && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ -.endif - @${MKDIR} ${WWWDIR}/ - @${INSTALL_DATA} ${FILES:S,^,${WRKSRC}/,} ${WWWDIR}/ - @${INSTALL} -d ${WWWDIR}/libs - @${INSTALL_DATA} ${LIBS:S,^,${WRKSRC}/libs/,} ${WWWDIR}/libs/ - @${INSTALL} -d ${WWWDIR}/pages - @${INSTALL_DATA} ${PAGES:S,^,${WRKSRC}/pages/,} ${WWWDIR}/pages/ - -post-install: - @if [ ! -f ${WWWDIR}/config.inc.php ]; then \ - ${CP} -p ${WRKSRC}/config.inc.php-example ${WWWDIR}/config.inc.php ; \ - ${CP} -p ${WRKSRC}/config.inc.php-example ${WWWDIR}/config.inc.php-example ; \ - ${CHMOD} 640 ${WWWDIR}/config.inc.php* ; \ - fi - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} - @${FIND} ${WWWDIR} -type f -print0 | ${XARGS} -0 ${CHMOD} 644 - @${FIND} ${WWWDIR} -type d -print0 | ${XARGS} -0 ${CHMOD} 755 - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/ftp/proma/distinfo b/ftp/proma/distinfo deleted file mode 100644 index 02281b37c003..000000000000 --- a/ftp/proma/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (proma-0.8.3.tar.bz2) = 1ce462f7a7b854683d3776b6b6db1821075483a08a0c00248e320eee5bd92295 -SIZE (proma-0.8.3.tar.bz2) = 17099 diff --git a/ftp/proma/files/pkg-message.in b/ftp/proma/files/pkg-message.in deleted file mode 100644 index fbcba906a0c3..000000000000 --- a/ftp/proma/files/pkg-message.in +++ /dev/null @@ -1,9 +0,0 @@ ---------------------------------------------------------------- -ProMA is now installed! - -Please, read the following reference for install instructions: - -%%DOCSDIR%%/INSTALL - -Please configure %%WWWDIR%%/config.inc.php with your settings. ---------------------------------------------------------------- diff --git a/ftp/proma/pkg-descr b/ftp/proma/pkg-descr deleted file mode 100644 index 3caa0e72bbd9..000000000000 --- a/ftp/proma/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -ProMA is a PHP4 based system for administrating a ProFTPd server -storing users in a MySQL database. - -WWW: http://proma.sourceforge.net diff --git a/ftp/proma/pkg-plist b/ftp/proma/pkg-plist deleted file mode 100644 index 49a910792d38..000000000000 --- a/ftp/proma/pkg-plist +++ /dev/null @@ -1,15 +0,0 @@ -@unexec if cmp %B/%%WWWDIR%%/config.inc.php-example %B/%%WWWDIR%%/config.inc.php; then rm -f %B/%%WWWDIR%%/config.inc.php; fi -@exec if [ ! -f %B/%%WWWDIR%%/config.inc.php ] ; then cp -p %D/%F %B/config.inc.php; fi -%%WWWDIR%%/config.inc.php-example -%%WWWDIR%%/index.php -%%WWWDIR%%/style.css -%%WWWDIR%%/libs/admin.lib.php -%%WWWDIR%%/libs/auth.lib.php -%%WWWDIR%%/libs/common.lib.php -%%WWWDIR%%/pages/admin.inc.php -%%WWWDIR%%/pages/change.inc.php -%%WWWDIR%%/pages/main.inc.php -%%WWWDIR%%/pages/register.inc.php -@dirrm %%WWWDIR%%/pages -@dirrm %%WWWDIR%%/libs -@dirrm %%WWWDIR%% |