diff options
author | agc <agc> | 2004-02-26 22:55:18 +0000 |
---|---|---|
committer | agc <agc> | 2004-02-26 22:55:18 +0000 |
commit | 63cd66ab59feae052d4b21c834e42445b19ecdb2 (patch) | |
tree | c324b3f09973c2a01ad37dddd5e76b73fe084061 /net | |
parent | e434e05363537838195fa9ea7884e06c2cb001f9 (diff) | |
download | pkgsrc-63cd66ab59feae052d4b21c834e42445b19ecdb2.tar.gz |
Initial import of jigdo-0.7.0 into the NetBSD Packages Collection.
Jigsaw Download, or short jigdo, is a tool designed to ease the
distribution of very large files over the internet, for example CD or
DVD images. Its aim is to make downloading the images as easy for
users as a click on a direct download link in a browser, while
avoiding all the problems that server administrators have with hosting
such large files.
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 3 | ||||
-rw-r--r-- | net/jigdo/DESCR | 6 | ||||
-rw-r--r-- | net/jigdo/Makefile | 24 | ||||
-rw-r--r-- | net/jigdo/PLIST | 21 | ||||
-rw-r--r-- | net/jigdo/distinfo | 4 |
5 files changed, 57 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index eb8a78105f6..41f6e3ac4e5 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.447 2004/02/24 23:44:04 cube Exp $ +# $NetBSD: Makefile,v 1.448 2004/02/26 22:56:56 agc Exp $ # COMMENT= Networking tools @@ -120,6 +120,7 @@ SUBDIR+= isic SUBDIR+= ispman SUBDIR+= ja-samba SUBDIR+= jftpgw +SUBDIR+= jigdo SUBDIR+= jumpgate SUBDIR+= jwhois SUBDIR+= kdenetwork2 diff --git a/net/jigdo/DESCR b/net/jigdo/DESCR new file mode 100644 index 00000000000..b9109575842 --- /dev/null +++ b/net/jigdo/DESCR @@ -0,0 +1,6 @@ +Jigsaw Download, or short jigdo, is a tool designed to ease the +distribution of very large files over the internet, for example CD or +DVD images. Its aim is to make downloading the images as easy for +users as a click on a direct download link in a browser, while +avoiding all the problems that server administrators have with hosting +such large files. diff --git a/net/jigdo/Makefile b/net/jigdo/Makefile new file mode 100644 index 00000000000..0c8fb296455 --- /dev/null +++ b/net/jigdo/Makefile @@ -0,0 +1,24 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/26 22:55:18 agc Exp $ + +DISTNAME= jigdo-0.7.0 +CATEGORIES= net +MASTER_SITES= http://atterer.net/jigdo/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://atterer.net/jigdo/ +COMMENT= Tool to ease downloading of large files from the Internet + +CONFIGURE_ARGS+= --without-libdb +GNU_CONFIGURE= yes +USE_BUILDLINK3= yes +USE_GNU_TOOLS+= gmake +USE_LANGUAGES= c c++ + +#.include "../../databases/db3/buildlink3.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" +.include "../../www/libwww/buildlink3.mk" +.include "../../x11/gtk2/buildlink3.mk" + +.include "../../mk/bsd.pkg.mk" diff --git a/net/jigdo/PLIST b/net/jigdo/PLIST new file mode 100644 index 00000000000..87d4370587d --- /dev/null +++ b/net/jigdo/PLIST @@ -0,0 +1,21 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/26 22:55:18 agc Exp $ +bin/jigdo +bin/jigdo-file +bin/jigdo-lite +bin/jigdo-mirror +man/man1/jigdo-file.1 +man/man1/jigdo-lite.1 +man/man1/jigdo-mirror.1 +man/man1/jigdo.1 +share/jigdo/COPYING +share/jigdo/debian-mirrors.jigdo +share/jigdo/pixmaps/close.png +share/jigdo/pixmaps/jigdo-logo.png +share/jigdo/pixmaps/pause.png +share/jigdo/pixmaps/progress-green.png +share/jigdo/pixmaps/restart.png +share/jigdo/pixmaps/start.png +share/jigdo/pixmaps/stop.png +${PKGLOCALEDIR}/locale/de/LC_MESSAGES/jigdo.mo +@dirrm share/jigdo/pixmaps +@dirrm share/jigdo diff --git a/net/jigdo/distinfo b/net/jigdo/distinfo new file mode 100644 index 00000000000..c29cd52f6a2 --- /dev/null +++ b/net/jigdo/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/26 22:55:18 agc Exp $ + +SHA1 (jigdo-0.7.0.tar.bz2) = 9c4d4ae384e25e3001912b2030941bc3d8b3e036 +Size (jigdo-0.7.0.tar.bz2) = 530737 bytes |