diff options
Diffstat (limited to 'ftp/horde-gollem')
-rw-r--r-- | ftp/horde-gollem/Makefile | 82 | ||||
-rw-r--r-- | ftp/horde-gollem/distinfo | 3 | ||||
-rw-r--r-- | ftp/horde-gollem/files/httpd.conf.gollem | 27 | ||||
-rw-r--r-- | ftp/horde-gollem/files/pkg-deinstall.in | 27 | ||||
-rw-r--r-- | ftp/horde-gollem/files/pkg-message.in | 14 | ||||
-rw-r--r-- | ftp/horde-gollem/pkg-descr | 5 | ||||
-rw-r--r-- | ftp/horde-gollem/pkg-plist | 164 |
7 files changed, 0 insertions, 322 deletions
diff --git a/ftp/horde-gollem/Makefile b/ftp/horde-gollem/Makefile deleted file mode 100644 index 017d1c74ccec..000000000000 --- a/ftp/horde-gollem/Makefile +++ /dev/null @@ -1,82 +0,0 @@ -# Ports collection makefile for: Gollem -# Date created: Sun Dec 16, 2001 -# Whom: Thierry Thomas (<thierry@pompo.net>) -# -# $FreeBSD$ -# - -PORTNAME= gollem -PORTVERSION= 1.0.1 -CATEGORIES= ftp www -MASTER_SITES= ftp://ftp.horde.org/pub/gollem/ \ - ftp://ftp.planetmirror.com/pub/horde/gollem/ \ - ftp://ftp.be.horde.org/gollem/ \ - ftp://ftp.es.horde.org/pub/gollem/ \ - ftp://ftp.it.horde.org/pub/mirror/horde.org/gollem/ \ - ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/gollem/ \ - ftp://ftp.uk.horde.org/mirrors/ftp.horde.org/pub/gollem/\ - http://ftp.horde.org/pub/gollem/ -DISTNAME= ${PORTNAME}-h3-${PORTVERSION} - -MAINTAINER= thierry@FreeBSD.org -COMMENT= Gollem is the Horde web-based File Manager - -RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde - -NO_BUILD= yes -USE_APACHE= 1.3+ # needed to test APACHE_VERSION - -PLIST_SUB= GOLLEMDIR=${LGOLLEMDIR} HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -SUB_FILES= pkg-message pkg-deinstall -SUB_LIST= GOLLEMDIR=${GOLLEMDIR} - -DOCS= README docs/CHANGES docs/CREDITS docs/INSTALL \ - docs/RELEASE_NOTES docs/TODO -CONFFILE= backends.php credentials.php menu.php mime_drivers.php motd.php \ - prefs.php -SUB_DIRS= config lib locale po templates themes - -LHORDEDIR?= www/horde -LGOLLEMDIR?= ${LHORDEDIR}/gollem - -GOLLEMDIR= ${PREFIX}/${LGOLLEMDIR} -CONFDIR= ${GOLLEMDIR}/config - -.include <bsd.port.pre.mk> - -.if ${APACHE_VERSION} >= 20 -HORDE_INC= ${LOCALBASE}/etc/apache${APACHE_VERSION:S/20/2/}/Includes -.else -HORDE_INC= ${LOCALBASE}/etc/horde -.endif - -pre-configure: - @${SED} -e "s:/home/httpd/html/horde/gollem:${GOLLEMDIR}:g" \ - ${FILESDIR}/httpd.conf.gollem > ${WRKDIR}/httpd-gollem.conf - -do-install: - @${MKDIR} ${GOLLEMDIR} - @${CP} -Rp ${SUB_DIRS:S|^|${WRKSRC}/|} ${GOLLEMDIR} - @${CP} -p ${WRKSRC}/*.php ${GOLLEMDIR} -.for FILE in ${CONFFILE} - @if [ ! -f ${CONFDIR}/${FILE} ]; then \ - ${CP} ${CONFDIR}/${FILE}.dist ${CONFDIR}/${FILE} ; \ - fi -.endfor - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${GOLLEMDIR} - @${CHMOD} -R o-rwx ${CONFDIR} - @${INSTALL_DATA} ${WRKDIR}/httpd-gollem.conf ${HORDE_INC} -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${DOCSDIR} - @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." -.endif - -post-install: - @${ECHO_MSG} - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} - -.include <bsd.port.post.mk> diff --git a/ftp/horde-gollem/distinfo b/ftp/horde-gollem/distinfo deleted file mode 100644 index 70b4c9201010..000000000000 --- a/ftp/horde-gollem/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (gollem-h3-1.0.1.tar.gz) = 05ff558ba95d9edadc0e1aaf4d411b95 -SHA256 (gollem-h3-1.0.1.tar.gz) = e588835a1e23fa61adc13462f86d88deded98f0545a715ecee2ef557570eb032 -SIZE (gollem-h3-1.0.1.tar.gz) = 604475 diff --git a/ftp/horde-gollem/files/httpd.conf.gollem b/ftp/horde-gollem/files/httpd.conf.gollem deleted file mode 100644 index 1730fcd83411..000000000000 --- a/ftp/horde-gollem/files/httpd.conf.gollem +++ /dev/null @@ -1,27 +0,0 @@ -# This is included in Apache's httpd.conf for Gollem -# -# For security, don't serve pages from the Gollem configuration and -# library directories. -# -<Directory "/home/httpd/html/horde/gollem/config"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/gollem/lib"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/gollem/locale"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/gollem/po"> - order deny,allow - deny from all -</Directory> -<Directory "/home/httpd/html/horde/gollem/templates"> - order deny,allow - deny from all -</Directory> -# End of Gollem configuration ================ - diff --git a/ftp/horde-gollem/files/pkg-deinstall.in b/ftp/horde-gollem/files/pkg-deinstall.in deleted file mode 100644 index 5c399f4c3632..000000000000 --- a/ftp/horde-gollem/files/pkg-deinstall.in +++ /dev/null @@ -1,27 +0,0 @@ -#!/bin/sh -# -# $FreeBSD$ -# -# Backup Gollem config files, if needed. - -if [ x$2 != xDEINSTALL ]; then - exit -fi - -if [ -z "${PACKAGE_BUILDING}" ]; then - for cf in `ls %%GOLLEMDIR%%/config/*php`; do - diff -bBqw $cf $cf.dist >/dev/null 2>&1 - case $? in - 0) # original config file, will be deleted by pkg-plist - ;; - 1) # config file has been updated, must be backuped - cp -p $cf $cf.previous - echo "===> Backing-up..." - echo "---> $cf has been saved ***" - echo "---> as $cf.previous ***" - ;; - *) # not found? - ;; - esac - done -fi diff --git a/ftp/horde-gollem/files/pkg-message.in b/ftp/horde-gollem/files/pkg-message.in deleted file mode 100644 index db3eed4e83d1..000000000000 --- a/ftp/horde-gollem/files/pkg-message.in +++ /dev/null @@ -1,14 +0,0 @@ -************************************************************************ -Gollem has been installed in %%GOLLEMDIR%% with your blank -configuration files. - -Horde must be configured; if not, see `pkg_info -D -x horde'. - -Note: you have to configure an appropriate backend in -%%GOLLEMDIR%%/config/backends.php. - -Finally, you must login to Horde as a Horde Administrator to finish the -configuration. - -To protect your configuration files, you have to restart Apache. -************************************************************************ diff --git a/ftp/horde-gollem/pkg-descr b/ftp/horde-gollem/pkg-descr deleted file mode 100644 index 319955592a0d..000000000000 --- a/ftp/horde-gollem/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Gollem is a web-based file manager, providing the ability to fully manage a -hierarchical file system stored in a variety of backends such as a SQL database, -as part of a real filesystem, or on an FTP server. - -WWW: http://horde.org/gollem/ diff --git a/ftp/horde-gollem/pkg-plist b/ftp/horde-gollem/pkg-plist deleted file mode 100644 index bcd72a9c673e..000000000000 --- a/ftp/horde-gollem/pkg-plist +++ /dev/null @@ -1,164 +0,0 @@ -%%HORDE_INC%%/httpd-gollem.conf -%%GOLLEMDIR%%/clipboard.php -%%GOLLEMDIR%%/config/backends.php -%%GOLLEMDIR%%/config/backends.php.dist -%%GOLLEMDIR%%/config/conf.xml -%%GOLLEMDIR%%/config/credentials.php -%%GOLLEMDIR%%/config/credentials.php.dist -%%GOLLEMDIR%%/config/menu.php -%%GOLLEMDIR%%/config/menu.php.dist -%%GOLLEMDIR%%/config/mime_drivers.php -%%GOLLEMDIR%%/config/mime_drivers.php.dist -%%GOLLEMDIR%%/config/motd.php -%%GOLLEMDIR%%/config/motd.php.dist -%%GOLLEMDIR%%/config/prefs.php -%%GOLLEMDIR%%/config/prefs.php.dist -%%GOLLEMDIR%%/index.php -%%GOLLEMDIR%%/lib/Auth/gollem.php -%%GOLLEMDIR%%/lib/Block/tree_menu.php -%%GOLLEMDIR%%/lib/Gollem.php -%%GOLLEMDIR%%/lib/MIME/Viewer/images.php -%%GOLLEMDIR%%/lib/Session.php -%%GOLLEMDIR%%/lib/api.php -%%GOLLEMDIR%%/lib/base.php -%%GOLLEMDIR%%/lib/prefs.php -%%GOLLEMDIR%%/lib/version.php -%%GOLLEMDIR%%/locale/bg_BG/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/cs_CZ/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/de_DE/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/en_US/help.xml -%%GOLLEMDIR%%/locale/es_ES/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/es_ES/help.xml -%%GOLLEMDIR%%/locale/fi_FI/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/fi_FI/help.xml -%%GOLLEMDIR%%/locale/fr_FR/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/hu_HU/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/hu_HU/help.xml -%%GOLLEMDIR%%/locale/it_IT/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/ko_KR/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/lv_LV/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/nl_NL/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/nn_NO/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/pl_PL/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/ro_RO/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/ru_RU/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/sv_SE/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/zh_TW/LC_MESSAGES/gollem.mo -%%GOLLEMDIR%%/locale/zh_TW/help.xml -%%GOLLEMDIR%%/login.php -%%GOLLEMDIR%%/manager.php -%%GOLLEMDIR%%/permissions.php -%%GOLLEMDIR%%/po/README -%%GOLLEMDIR%%/po/bg_BG.po -%%GOLLEMDIR%%/po/cs_CZ.po -%%GOLLEMDIR%%/po/de_DE.po -%%GOLLEMDIR%%/po/es_ES.po -%%GOLLEMDIR%%/po/fi_FI.po -%%GOLLEMDIR%%/po/fr_FR.po -%%GOLLEMDIR%%/po/gollem.pot -%%GOLLEMDIR%%/po/hu_HU.po -%%GOLLEMDIR%%/po/it_IT.po -%%GOLLEMDIR%%/po/ko_KR.po -%%GOLLEMDIR%%/po/lv_LV.po -%%GOLLEMDIR%%/po/nl_NL.po -%%GOLLEMDIR%%/po/nn_NO.po -%%GOLLEMDIR%%/po/pl_PL.po -%%GOLLEMDIR%%/po/ro_RO.po -%%GOLLEMDIR%%/po/ru_RU.po -%%GOLLEMDIR%%/po/sv_SE.po -%%GOLLEMDIR%%/po/zh_TW.po -%%GOLLEMDIR%%/quota.php -%%GOLLEMDIR%%/redirect.php -%%GOLLEMDIR%%/selectlist.php -%%GOLLEMDIR%%/templates/clipboard/clipboard.html -%%GOLLEMDIR%%/templates/common-header.inc -%%GOLLEMDIR%%/templates/javascript/open_quota_win.js -%%GOLLEMDIR%%/templates/javascript/open_selectlist_win.js -%%GOLLEMDIR%%/templates/login/login.inc -%%GOLLEMDIR%%/templates/login/nologin.inc -%%GOLLEMDIR%%/templates/manager/empty_dir.inc -%%GOLLEMDIR%%/templates/manager/header.inc -%%GOLLEMDIR%%/templates/manager/javascript.inc -%%GOLLEMDIR%%/templates/manager/manager.html -%%GOLLEMDIR%%/templates/menu.inc -%%GOLLEMDIR%%/templates/prefs/columnselect.inc -%%GOLLEMDIR%%/templates/quota/quota.html -%%GOLLEMDIR%%/templates/selectlist/javascript.inc -%%GOLLEMDIR%%/templates/selectlist/selectlist.html -%%GOLLEMDIR%%/test.php -%%GOLLEMDIR%%/themes/graphics/cd.png -%%GOLLEMDIR%%/themes/graphics/clipboard.png -%%GOLLEMDIR%%/themes/graphics/copy.png -%%GOLLEMDIR%%/themes/graphics/cut.png -%%GOLLEMDIR%%/themes/graphics/favicon.ico -%%GOLLEMDIR%%/themes/graphics/gollem.png -%%GOLLEMDIR%%/themes/graphics/home.png -%%GOLLEMDIR%%/themes/graphics/manager/folder.png -%%GOLLEMDIR%%/themes/graphics/manager/symlink.png -%%GOLLEMDIR%%/themes/graphics/mkdir.png -%%GOLLEMDIR%%/themes/purple/screen.css -%%GOLLEMDIR%%/themes/screen.css -%%GOLLEMDIR%%/view.php -%%PORTDOCS%%%%DOCSDIR%%/CHANGES -%%PORTDOCS%%%%DOCSDIR%%/CREDITS -%%PORTDOCS%%%%DOCSDIR%%/INSTALL -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/RELEASE_NOTES -%%PORTDOCS%%%%DOCSDIR%%/TODO -@dirrm %%GOLLEMDIR%%/themes/purple -@dirrm %%GOLLEMDIR%%/themes/graphics/manager -@dirrm %%GOLLEMDIR%%/themes/graphics -@dirrm %%GOLLEMDIR%%/themes -@dirrm %%GOLLEMDIR%%/templates/selectlist -@dirrm %%GOLLEMDIR%%/templates/quota -@dirrm %%GOLLEMDIR%%/templates/prefs -@dirrm %%GOLLEMDIR%%/templates/manager -@dirrm %%GOLLEMDIR%%/templates/login -@dirrm %%GOLLEMDIR%%/templates/javascript -@dirrm %%GOLLEMDIR%%/templates/clipboard -@dirrm %%GOLLEMDIR%%/templates -@dirrm %%GOLLEMDIR%%/po -@dirrm %%GOLLEMDIR%%/locale/zh_TW/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/zh_TW -@dirrm %%GOLLEMDIR%%/locale/sv_SE/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/sv_SE -@dirrm %%GOLLEMDIR%%/locale/ru_RU/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/ru_RU -@dirrm %%GOLLEMDIR%%/locale/ro_RO/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/ro_RO -@dirrm %%GOLLEMDIR%%/locale/pl_PL/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/pl_PL -@dirrm %%GOLLEMDIR%%/locale/nn_NO/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/nn_NO -@dirrm %%GOLLEMDIR%%/locale/nl_NL/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/nl_NL -@dirrm %%GOLLEMDIR%%/locale/lv_LV/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/lv_LV -@dirrm %%GOLLEMDIR%%/locale/ko_KR/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/ko_KR -@dirrm %%GOLLEMDIR%%/locale/it_IT/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/it_IT -@dirrm %%GOLLEMDIR%%/locale/hu_HU/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/hu_HU -@dirrm %%GOLLEMDIR%%/locale/fr_FR/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/fr_FR -@dirrm %%GOLLEMDIR%%/locale/fi_FI/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/fi_FI -@dirrm %%GOLLEMDIR%%/locale/es_ES/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/es_ES -@dirrm %%GOLLEMDIR%%/locale/en_US -@dirrm %%GOLLEMDIR%%/locale/de_DE/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/de_DE -@dirrm %%GOLLEMDIR%%/locale/cs_CZ/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/cs_CZ -@dirrm %%GOLLEMDIR%%/locale/bg_BG/LC_MESSAGES -@dirrm %%GOLLEMDIR%%/locale/bg_BG -@dirrm %%GOLLEMDIR%%/locale -@dirrm %%GOLLEMDIR%%/lib/MIME/Viewer -@dirrm %%GOLLEMDIR%%/lib/MIME -@dirrm %%GOLLEMDIR%%/lib/Block -@dirrm %%GOLLEMDIR%%/lib/Auth -@dirrm %%GOLLEMDIR%%/lib -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry %%GOLLEMDIR%%/config -@dirrmtry %%GOLLEMDIR%% |