diff options
author | Rene Ladan <rene@FreeBSD.org> | 2022-09-30 22:37:33 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-09-30 22:37:33 +0200 |
commit | 50559226653623ee44deaf12ac13afd5ba1740f1 (patch) | |
tree | d5d7d614fe480dd804a5e48889f1c705b6bffc3c /ftp | |
parent | 32981aecec64cecfa151a919edf69dbc1e4f3953 (diff) | |
download | freebsd-ports-50559226653623ee44deaf12ac13afd5ba1740f1.zip |
cleanup: Remove expired ports:
2022-09-30 net-p2p/awgg: Depends on expired ftp/axel
2022-06-30 ftp/axel: Last release in 2009 and dead upstream, please consider using www/aria2
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/axel/Makefile | 31 | ||||
-rw-r--r-- | ftp/axel/distinfo | 2 | ||||
-rw-r--r-- | ftp/axel/files/patch-configure | 11 | ||||
-rw-r--r-- | ftp/axel/pkg-descr | 3 | ||||
-rw-r--r-- | ftp/axel/pkg-plist | 8 |
6 files changed, 0 insertions, 56 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 2ca7c730a9d9..d4f6166b7bfa 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -2,7 +2,6 @@ SUBDIR += R-cran-RCurl SUBDIR += R-cran-curl - SUBDIR += axel SUBDIR += bbftp-client SUBDIR += bbftp-server SUBDIR += bftpd diff --git a/ftp/axel/Makefile b/ftp/axel/Makefile deleted file mode 100644 index 526191813698..000000000000 --- a/ftp/axel/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= axel -PORTVERSION= 2.4 -PORTREVISION= 2 -CATEGORIES= ftp -MASTER_SITES= http://pkgs.fedoraproject.org/repo/pkgs/axel/axel-2.4.tar.gz/a2a762fce0c96781965c8f9786a3d09d/ - -MAINTAINER= prudhvi-krishna-bsd@surapaneni.in -COMMENT= Download accelerator -WWW= http://axel.alioth.debian.org/ - -DEPRECATED= Last release in 2009 and dead upstream, please consider using www/aria2 -EXPIRATION_DATE=2022-06-30 - -USES= cpe gmake -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man - -CPE_VENDOR= axel_project - -OPTIONS_DEFINE= NLS DEBUG -OPTIONS_SUB= yes - -NLS_USES= gettext iconv -NLS_CONFIGURE_ON= --i18n=1 -NLS_CONFIGURE_OFF= --i18n=0 -DEBUG_CONFIGURE_ON=--debug=1 --strip=0 - -post-configure: - @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/Makefile.settings - -.include <bsd.port.mk> diff --git a/ftp/axel/distinfo b/ftp/axel/distinfo deleted file mode 100644 index 91ecb89409e4..000000000000 --- a/ftp/axel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (axel-2.4.tar.gz) = 359a57ab4e354bcb6075430d977c59d33eb3e2f1415a811948fa8ae657ca8036 -SIZE (axel-2.4.tar.gz) = 50704 diff --git a/ftp/axel/files/patch-configure b/ftp/axel/files/patch-configure deleted file mode 100644 index f71e6209b3f4..000000000000 --- a/ftp/axel/files/patch-configure +++ /dev/null @@ -1,11 +0,0 @@ ---- configure.orig 2009-11-25 10:48:59.000000000 +0800 -+++ configure 2009-11-25 10:50:21.000000000 +0800 -@@ -20,7 +20,7 @@ - arch=`uname -s` - - while [ -n "$1" ]; do -- e="`expr "$1" : '--\(.*=.*\)'`" -+ e=`expr "X$1" : 'X--\(.*=.*\)'` - if [ -z "$e" ]; then - cat<<EOF - Axel configure diff --git a/ftp/axel/pkg-descr b/ftp/axel/pkg-descr deleted file mode 100644 index 24df345b29ac..000000000000 --- a/ftp/axel/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Axel tries to accelerate downloads by opening more than one connection to a -server (possibly to different servers). Because of its size it might also -be useful as a wget replacement on bootdisks and other small systems. diff --git a/ftp/axel/pkg-plist b/ftp/axel/pkg-plist deleted file mode 100644 index 4dcbf42c9f1b..000000000000 --- a/ftp/axel/pkg-plist +++ /dev/null @@ -1,8 +0,0 @@ -bin/axel -etc/axelrc -man/man1/axel.1.gz -man/zh_CN/man1/axel.1.gz -%%NLS%%share/locale/de/LC_MESSAGES/axel.mo -%%NLS%%share/locale/nl/LC_MESSAGES/axel.mo -%%NLS%%share/locale/ru/LC_MESSAGES/axel.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/axel.mo |