diff options
author | hrs <hrs@FreeBSD.org> | 2016-11-05 03:21:06 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2016-11-05 03:21:06 +0800 |
commit | 696982f05af5143f0c80cb234ef800cce61061d7 (patch) | |
tree | 71402d9f584db50442ccd4dc8f85bcef7eaf17f0 | |
parent | d65396ea181a7d1205ffc514a2eb844d1b854652 (diff) | |
download | freebsd-ports-gnome-696982f05af5143f0c80cb234ef800cce61061d7.tar.gz freebsd-ports-gnome-696982f05af5143f0c80cb234ef800cce61061d7.tar.zst freebsd-ports-gnome-696982f05af5143f0c80cb234ef800cce61061d7.zip |
Resurrect ftp/spegla. The original upstream has gone but the distfile is
maintained in the Github repo now.
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/spegla/Makefile | 37 | ||||
-rw-r--r-- | ftp/spegla/distinfo | 3 | ||||
-rw-r--r-- | ftp/spegla/pkg-descr | 3 |
5 files changed, 44 insertions, 1 deletions
@@ -7957,7 +7957,6 @@ graphics/icoconvert||2015-11-28|Has expired: Broken for more than 6 months cad/geda-utils||2015-11-28|Has expired: Broken for more than 6 months deskutils/tomboy-plugin-wordcount||2015-11-28|Has expired: Broken for more than 6 months graphics/sketch||2015-11-28|Has expired: Broken for more than 6 months -ftp/spegla||2015-11-28|Has expired: Broken for more than 6 months graphics/clutter-box2d||2015-11-28|Has expired: Broken for more than 6 months audio/scmpc||2015-11-28|Has expired: Broken for more than 6 months ftp/gnusget||2015-11-28|Has expired: Broken for more than 6 months diff --git a/ftp/Makefile b/ftp/Makefile index 58828ad330c1..84bc7a012069 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -87,6 +87,7 @@ SUBDIR += rubygem-curb SUBDIR += scythia SUBDIR += smbftpd + SUBDIR += spegla SUBDIR += tftp-hpa SUBDIR += tnftp SUBDIR += tnftpd diff --git a/ftp/spegla/Makefile b/ftp/spegla/Makefile new file mode 100644 index 000000000000..250b8a3d1005 --- /dev/null +++ b/ftp/spegla/Makefile @@ -0,0 +1,37 @@ +# Created by: Jordan Hubbard <jkh@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= spegla +PORTVERSION= 1.1p5 +DISTVERSIONPREFIX= v +CATEGORIES= ftp ipv6 + +MAINTAINER= hrs@FreeBSD.org +COMMENT= Mirror program for FTP sites (written in C) + +LICENSE= BSD2CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +USES= uidfix +USE_GITHUB= yes +GH_ACCOUNT= hrs-allbsd +LICENSE_BSD2CLAUSE_REGEX="/ \* [Cc]opyright/,/ \*\//!d;s,^ \*,,;s,^/,," +MAKE_ARGS= MANDIR=${MAN1PREFIX}/man/man +PLIST_FILES= bin/spegla man/man1/spegla.1.gz +PORTEXAMPLES= freebsd.org spegla.conf spegla.sh + +OPTIONS_DEFINE= IPV6 +OPTIONS_DEFAULT=IPV6 +IPV6_MAKE_ARGS= -DINET6 + +post-extract: + cd ${WRKSRC} && ${SED} -e ${LICENSE_BSD2CLAUSE_REGEX} \ + ${WRKSRC}/spegla.c > ${LICENSE_FILE} + +post-install: + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/freebsd.org ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/spegla.conf ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/spegla.sh ${STAGEDIR}${EXAMPLESDIR} + +.include <bsd.port.mk> diff --git a/ftp/spegla/distinfo b/ftp/spegla/distinfo new file mode 100644 index 000000000000..990a3218e3ea --- /dev/null +++ b/ftp/spegla/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1469008226 +SHA256 (hrs-allbsd-spegla-v1.1p5_GH0.tar.gz) = 9cecdb5ddeb25012f5bd02f27f0feb340fa36526eff122e862d42be004d7722f +SIZE (hrs-allbsd-spegla-v1.1p5_GH0.tar.gz) = 101505 diff --git a/ftp/spegla/pkg-descr b/ftp/spegla/pkg-descr new file mode 100644 index 000000000000..c12ed1e7b4f1 --- /dev/null +++ b/ftp/spegla/pkg-descr @@ -0,0 +1,3 @@ +Spegla is a mirror program for FTP sites. It was written because the author +couldn't find any fast mirroring program for big mirrors. It makes a +complete mirror of a FTP area. |