diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 04:22:11 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 04:22:11 +0000 |
commit | c3dc2f64b8aac9b25643ac9231a2caa4bd8258f5 (patch) | |
tree | d27d60214bf26710fb09a729e23da76b20ed807f /net/aget | |
parent | Add weewm 0.01, a fast and ultra light windowmanager with total (diff) |
Add aget 0.4, a multithreaded HTTP download accelerator.
PR: 52270
Submitted by: Aaron Zauner <az_mail@gmx.at>
Notes
Notes:
svn path=/head/; revision=82143
Diffstat (limited to 'net/aget')
-rw-r--r-- | net/aget/Makefile | 18 | ||||
-rw-r--r-- | net/aget/distinfo | 1 | ||||
-rw-r--r-- | net/aget/pkg-descr | 7 | ||||
-rw-r--r-- | net/aget/pkg-plist | 1 |
4 files changed, 27 insertions, 0 deletions
diff --git a/net/aget/Makefile b/net/aget/Makefile new file mode 100644 index 000000000000..4598bc1bf0c6 --- /dev/null +++ b/net/aget/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: aget +# Date created: 15. May 2003 +# Whom: Aaron Zauner <az_mail@gmx.at> +# +# $FreeBSD$ +# + +PORTNAME= aget +PORTVERSION= 0.4 +CATEGORIES= net +MASTER_SITES= http://www.enderunix.org/aget/ + +MAINTAINER= az_mail@gmx.at +COMMENT= A multithreaded HTTP download accelerator + +WRKSRC= ${WRKDIR}/aget-0.4 + +.include <bsd.port.mk> diff --git a/net/aget/distinfo b/net/aget/distinfo new file mode 100644 index 000000000000..2f8be58266e6 --- /dev/null +++ b/net/aget/distinfo @@ -0,0 +1 @@ +MD5 (aget-0.4.tar.gz) = ad8ca0f836de7d055adc6a894a25a1b6 diff --git a/net/aget/pkg-descr b/net/aget/pkg-descr new file mode 100644 index 000000000000..55635c739c50 --- /dev/null +++ b/net/aget/pkg-descr @@ -0,0 +1,7 @@ +Aget is a multithreaded HTTP download accelerator. +Pointed on the Win32 Project Flashget. + +WWW: http://www.enderunix.org/aget/ + +- Aaron Zauner +az_mail@gmx.at diff --git a/net/aget/pkg-plist b/net/aget/pkg-plist new file mode 100644 index 000000000000..17c2c2d32162 --- /dev/null +++ b/net/aget/pkg-plist @@ -0,0 +1 @@ +bin/aget |