summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-02-28 12:08:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-02-28 12:08:24 +0000
commit3bc0d14a35c5ed114848e39460043df77c7f3005 (patch)
tree0b5d732f2116d0215b4f903ca9f08a595e2c54a6 /ftp
parentUpdate addresses. (diff)
2007-10-28 x11-wm/wmDeskGuide: Version branch long since retired
2008-02-23 ftp/axelq: Unmaintained, website disappeared 2007-11-09 lang/fpc-devel: now lags behind version in lang/fpc; use that instead 2007-11-13 devel/php-dbg: does not work with php5 and does not compile on gcc4.2 2007-11-16 graphics/jgv: development stalled for years, outdated, unmaintained 2007-11-16 editors/muggy: development stalled for years, unmaintained 2007-11-16 x11-fm/binder: development stalled for years, outdated, unmaintained
Notes
Notes: svn path=/head/; revision=208072
Diffstat (limited to 'ftp')
-rw-r--r--ftp/Makefile1
-rw-r--r--ftp/axelq/Makefile38
-rw-r--r--ftp/axelq/distinfo3
-rw-r--r--ftp/axelq/files/axelq.rc20
-rw-r--r--ftp/axelq/pkg-descr4
-rw-r--r--ftp/axelq/pkg-plist2
6 files changed, 0 insertions, 68 deletions
diff --git a/ftp/Makefile b/ftp/Makefile
index 646af6ca505b..99a4aac245de 100644
--- a/ftp/Makefile
+++ b/ftp/Makefile
@@ -5,7 +5,6 @@
SUBDIR += IglooFTP
SUBDIR += axel
- SUBDIR += axelq
SUBDIR += axyftp
SUBDIR += bbftp
SUBDIR += bftpd
diff --git a/ftp/axelq/Makefile b/ftp/axelq/Makefile
deleted file mode 100644
index 38ff8eb8c273..000000000000
--- a/ftp/axelq/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-#
-# Ports collection makefile for: axelq
-# Date created: Oct 23, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= axelq
-PORTVERSION= 0.80
-PORTREVISION= 2
-CATEGORIES= ftp
-MASTER_SITES= http://zephilia.dyndns.org/tsuki_yomi/axelq/releases/
-
-MAINTAINER= beech@FreeBSD.org
-COMMENT= A queue manager for the download accelerator axel
-
-RUN_DEPENDS= axel:${PORTSDIR}/ftp/axel \
- bash:${PORTSDIR}/shells/bash
-
-DEPRECATED= Unmaintained, website disappeared
-EXPIRATION_DATE= 2008-02-23
-
-NO_BUILD= yes
-
-MAN1= axelq.1
-
-post-patch:
- @${REINPLACE_CMD} -e "s|/bin/sh|${LOCALBASE}/bin/bash|g" ${WRKSRC}/axelq
- @${CAT} ${FILESDIR}/axelq.rc | ${SED} -e "s|%%PREFIX%%|${PREFIX}|" >> \
- ${WRKSRC}/axelq.rc
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/axelq ${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/axelq.rc ${PREFIX}/etc
- ${INSTALL_MAN} ${WRKSRC}/axelq.1 ${MANPREFIX}/man/man1
-
-.include <bsd.port.mk>
diff --git a/ftp/axelq/distinfo b/ftp/axelq/distinfo
deleted file mode 100644
index ddbe6ea6355e..000000000000
--- a/ftp/axelq/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (axelq-0.80.tar.gz) = 2ed26fb76760e30190ad0a1db0a572b4
-SHA256 (axelq-0.80.tar.gz) = ede67b8a69a8c9fe96947f02f623b3246e7b05d0d1486c4cb63f5e1ed960d6fb
-SIZE (axelq-0.80.tar.gz) = 12699
diff --git a/ftp/axelq/files/axelq.rc b/ftp/axelq/files/axelq.rc
deleted file mode 100644
index bdc301290345..000000000000
--- a/ftp/axelq/files/axelq.rc
+++ /dev/null
@@ -1,20 +0,0 @@
-# $etcdir/axelq.rc: system-wide configuration for axelq
-
-# Use command to specify the location (and command-line parameters) of axel,
-# e.g. command=/usr/local/bin/axel
-command=%%PREFIX%%/bin/axel
-
-# failaction specifies what to do when an error occurs. You can specify
-# ask, remove, maintain or move. ask makes axelq ask each time what to do.
-# remove will auto-remove the download and start the next. maintain will
-# retry and move will move the download to the end of the queue. This
-# setting is case-sensitive.
-#
-# NOTE: best is to keep this to its default. maintain will cause axelq to
-# retry until it dies. This is not good, since it will cause unnecessary
-# bandwidth consumption for both you and the server. This is rude.
-# move will act like maintain, if there is only one file in the queue.
-failaction=ask
-
-# qfile lets you specify where to store your queue.
-qfile=~/.axelq
diff --git a/ftp/axelq/pkg-descr b/ftp/axelq/pkg-descr
deleted file mode 100644
index a456afef2741..000000000000
--- a/ftp/axelq/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-axelq is a queue manager for the download accelerator axel. axelq basically
-reads some URLs, caches them and runs axel to download them.
-
-WWW: http://zephilia.dyndns.org/tsuki_yomi/axelq/
diff --git a/ftp/axelq/pkg-plist b/ftp/axelq/pkg-plist
deleted file mode 100644
index f990a89380f1..000000000000
--- a/ftp/axelq/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/axelq
-etc/axelq.rc