mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
Add gnusget 0.5.1, shell-extension for wget, which uses download- and
history-file. PR: ports/91982 Submitted by: Ilya A. Otyutskiy <ilya.otyutskiy@gmail.com>
This commit is contained in:
parent
ce893886a9
commit
bdad0e7de5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153859
4 changed files with 33 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
SUBDIR += ftpsearch
|
||||
SUBDIR += ftptool
|
||||
SUBDIR += gftp
|
||||
SUBDIR += gnusget
|
||||
SUBDIR += gollem
|
||||
SUBDIR += greed
|
||||
SUBDIR += gwget
|
||||
|
|
25
ftp/gnusget/Makefile
Normal file
25
ftp/gnusget/Makefile
Normal file
|
@ -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>
|
3
ftp/gnusget/distinfo
Normal file
3
ftp/gnusget/distinfo
Normal file
|
@ -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
|
4
ftp/gnusget/pkg-descr
Normal file
4
ftp/gnusget/pkg-descr
Normal file
|
@ -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/
|
Loading…
Add table
Reference in a new issue