mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
add axelq 0.70
A queue manager for the download accelerator axel
This commit is contained in:
parent
f5a2ab11cf
commit
c9c3b43f8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=68648
@ -3,6 +3,7 @@
|
||||
|
||||
SUBDIR += IglooFTP
|
||||
SUBDIR += axel
|
||||
SUBDIR += axelq
|
||||
SUBDIR += axyftp
|
||||
SUBDIR += bftpd
|
||||
SUBDIR += cftp
|
||||
|
34
ftp/axelq/Makefile
Normal file
34
ftp/axelq/Makefile
Normal file
@ -0,0 +1,34 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: axelq
|
||||
# Date created: Oct 23, 2002
|
||||
# Whom: ijliao
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= axelq
|
||||
PORTVERSION= 0.70
|
||||
CATEGORIES= ftp
|
||||
MASTER_SITES= http://elektron.its.tudelft.nl/~hemmin98/axelq_releases/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= axel:${PORTSDIR}/ftp/axel \
|
||||
bash:${PORTSDIR}/shells/bash2
|
||||
|
||||
USE_REINPLACE= yes
|
||||
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>
|
1
ftp/axelq/distinfo
Normal file
1
ftp/axelq/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (axelq-0.70.tar.gz) = 6f17528659c4e7bc168d64f9730c1a93
|
20
ftp/axelq/files/axelq.rc
Normal file
20
ftp/axelq/files/axelq.rc
Normal file
@ -0,0 +1,20 @@
|
||||
# $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
|
1
ftp/axelq/pkg-comment
Normal file
1
ftp/axelq/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A queue manager for the download accelerator axel
|
4
ftp/axelq/pkg-descr
Normal file
4
ftp/axelq/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
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://elektron.its.tudelft.nl/~hemmin98/axelq.html
|
2
ftp/axelq/pkg-plist
Normal file
2
ftp/axelq/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
bin/axelq
|
||||
etc/axelq.rc
|
Loading…
Reference in New Issue
Block a user