summaryrefslogtreecommitdiff
path: root/www/wget4web
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2012-01-01 19:30:58 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2012-01-01 19:30:58 +0000
commit2c96f26a12ae4d0474c70d61c6cab483c2865f49 (patch)
tree3d7591c78a947273efae6c582aacdca524e69528 /www/wget4web
parent- Move all the fetching into fetch phase (diff)
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 ) with hat apache@
Notes
Notes: svn path=/head/; revision=288378
Diffstat (limited to 'www/wget4web')
-rw-r--r--www/wget4web/Makefile46
-rw-r--r--www/wget4web/distinfo2
-rw-r--r--www/wget4web/files/patch-data-info.cgi17
-rw-r--r--www/wget4web/pkg-descr12
-rw-r--r--www/wget4web/pkg-plist14
5 files changed, 0 insertions, 91 deletions
diff --git a/www/wget4web/Makefile b/www/wget4web/Makefile
deleted file mode 100644
index 7fb6a2bed0b3..000000000000
--- a/www/wget4web/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# New ports collection makefile for: wget4web
-# Date created: Feb 02, 2005
-# Whom: Roman Y. Bogdanov <sam@brj.pp.ru>
-#
-# $FreeBSD$
-
-PORTNAME= wget4web
-PORTVERSION= 1.0
-PORTREVISION= 2
-CATEGORIES= www ftp
-MASTER_SITES= http://irodov.nm.ru/wget4web/
-
-MAINTAINER= sam@brj.pp.ru
-COMMENT= WWW interface for console wget
-
-RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget
-
-DEPRECATED= apache13 is deprecated, migrate to 2.2.x+ now
-EXPIRATION_DATE= 2012-01-01
-
-USE_APACHE= 13
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-NO_BUILD= yes
-
-LOGSDIR?= /var/log/wget4web
-TASKDIR?= /var/spool/wget4web
-FILESDIR?= /var/spool/wget4web/files
-
-PLIST_SUB= INSTALLDIR=${WWWDIR} \
- LOGSDIR=${LOGSDIR} TASKDIR=${TASKDIR} FILESDIR=${FILESDIR}
-
-post-patch:
- @${REINPLACE_CMD} -e "s#%%LOGSDIR%%#${LOGSDIR}#; \
- s#%%TASKDIR%%#${TASKDIR}#; \
- s#%%FILESDIR%%#${FILESDIR}#" \
- ${WRKSRC}/data/info.cgi
-
-do-install:
- @${MKDIR} ${WWWDIR}/
- @cd ${WRKSRC}; ${FIND} . -name "*.cgi" -o -name "*.lib" \
- | ${CPIO} -pdm -R ${WWWOWN}:${WWWGRP} ${WWWDIR}/
- ${MKDIR} ${LOGSDIR}/ ${TASKDIR}/ ${FILESDIR}/
- ${CHOWN} ${WWWOWN}:${WWWGRP} ${LOGSDIR}/ ${TASKDIR}/ ${FILESDIR}/
-
-.include <bsd.port.mk>
diff --git a/www/wget4web/distinfo b/www/wget4web/distinfo
deleted file mode 100644
index 6fdfa8965940..000000000000
--- a/www/wget4web/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (wget4web-1.0.tar.gz) = ea760d0d89469a1058282ec0e286e75f1fee701d6a1a33b5402a045cee78ca85
-SIZE (wget4web-1.0.tar.gz) = 13605
diff --git a/www/wget4web/files/patch-data-info.cgi b/www/wget4web/files/patch-data-info.cgi
deleted file mode 100644
index bb78179c2714..000000000000
--- a/www/wget4web/files/patch-data-info.cgi
+++ /dev/null
@@ -1,17 +0,0 @@
---- data/info.cgi.orig Fri Mar 11 18:29:17 2005
-+++ data/info.cgi Fri Mar 11 18:30:05 2005
-@@ -1,11 +1,11 @@
- # Directory for Wget logs
--$logsdir = "/home/download/logs";
-+$logsdir = "%%LOGSDIR%%";
-
- # Directory for tasks for wget
--$tasksdir = "/home/download/tasks";
-+$tasksdir = "%%TASKDIR%%";
-
- # There save downloading files
--$filesdir = "/home/download/files";
-+$filesdir = "%%FILESDIR%%";
-
- # Perion of refresh statistic page (in second)
- $refreshstat = 30;
diff --git a/www/wget4web/pkg-descr b/www/wget4web/pkg-descr
deleted file mode 100644
index c02efb947091..000000000000
--- a/www/wget4web/pkg-descr
+++ /dev/null
@@ -1,12 +0,0 @@
-Wget4web allows to add downloads to server, to view information
-about download status and to control it in browser. The program's
-interface is look like interfaces of ReGet and Downloader for X,
-what allow to control download of many files without review Wget
-logs (but if you want to do it, you may watch them in browser window).
-Wget4web writes logs and can generate reports including name and size
-of downloaded files. You can control traffic which was got by each
-user. Users can download files without using shell (Wget4web
-use own user list) what decrease possibility of undesirable
-server usage.
-
-WWW: http://irodov.nm.ru/wget4web/
diff --git a/www/wget4web/pkg-plist b/www/wget4web/pkg-plist
deleted file mode 100644
index eeca8e1792b7..000000000000
--- a/www/wget4web/pkg-plist
+++ /dev/null
@@ -1,14 +0,0 @@
-%%WWWDIR%%/add.cgi
-%%WWWDIR%%/admin.lib
-%%WWWDIR%%/admincenter.cgi
-%%WWWDIR%%/admindel.cgi
-%%WWWDIR%%/adminfiles.cgi
-%%WWWDIR%%/data/info.cgi
-%%WWWDIR%%/data/users.cgi
-%%WWWDIR%%/progress.cgi
-%%WWWDIR%%/showlog.cgi
-@dirrm %%WWWDIR%%/data
-@dirrm %%WWWDIR%%
-@dirrmtry %%LOGSDIR%%
-@dirrmtry %%FILESDIR%%
-@dirrmtry %%TASKDIR%%