diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-01-19 09:24:41 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-01-19 09:24:41 +0000 |
commit | bdad0e7de5d39726d6e34b68f46f27b70f01b836 (patch) | |
tree | 4023631fdc486ad2c4a41e98cfe4500cfa45f1c8 /ftp | |
parent | ce893886a9bfa48c89edec6085133cef55f6c981 (diff) | |
download | ports-bdad0e7de5d39726d6e34b68f46f27b70f01b836.tar.gz ports-bdad0e7de5d39726d6e34b68f46f27b70f01b836.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/gnusget/Makefile | 25 | ||||
-rw-r--r-- | ftp/gnusget/distinfo | 3 | ||||
-rw-r--r-- | ftp/gnusget/pkg-descr | 4 |
4 files changed, 33 insertions, 0 deletions
diff --git a/ftp/Makefile b/ftp/Makefile index 63beff2ea67e..4e4211d1c6da 100644 --- a/ftp/Makefile +++ b/ftp/Makefile @@ -33,6 +33,7 @@ SUBDIR += ftpsearch SUBDIR += ftptool SUBDIR += gftp + SUBDIR += gnusget SUBDIR += gollem SUBDIR += greed SUBDIR += gwget diff --git a/ftp/gnusget/Makefile b/ftp/gnusget/Makefile new file mode 100644 index 000000000000..594155ffbcb5 --- /dev/null +++ b/ftp/gnusget/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: gnusget +# Date created: 19 January 2006 +# Whom: Ilya A. Otyutskiy <ilya.otyutskiy@gmail.com> +# +# $FreeBSD$ +# + +PORTNAME= gnusget +PORTVERSION= 0.5.1 +CATEGORIES= ftp +MASTER_SITES= http://edge.pp.ru/gnusget/ + +MAINTAINER= ilya.otyutskiy@gmail.com +COMMENT= Shell-extension for wget, which uses download- and history-file + +RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget + +NO_BUILD= yes + +PLIST_FILES= bin/gnusget + +do-install: + ${INSTALL_SCRIPT} ${WRKDIR}/${DISTNAME}/gnusget ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/ftp/gnusget/distinfo b/ftp/gnusget/distinfo new file mode 100644 index 000000000000..45982c2f4e28 --- /dev/null +++ b/ftp/gnusget/distinfo @@ -0,0 +1,3 @@ +MD5 (gnusget-0.5.1.tar.gz) = 1d6ca9ec5fafb95662a5aa30ff36d902 +SHA256 (gnusget-0.5.1.tar.gz) = 23a04fd1abfafe125aa6512d85f770420adca58d4e5274c6dc5e44a4322e4efb +SIZE (gnusget-0.5.1.tar.gz) = 4616 diff --git a/ftp/gnusget/pkg-descr b/ftp/gnusget/pkg-descr new file mode 100644 index 000000000000..0dab750cddb6 --- /dev/null +++ b/ftp/gnusget/pkg-descr @@ -0,0 +1,4 @@ +This is a port of gnusget -- a shell-extension to wget, which can use the downl +oad-list and log finished downloads to history-file. + +WWW: http://edge.pp.ru/gnusget/ |