From 56eac22c67b92c4fc60f36d8af672930b5ac9152 Mon Sep 17 00:00:00 2001 From: rpaulo Date: Sat, 25 Feb 2006 13:31:28 +0000 Subject: wmget is a dock app for the GNU Window Maker window manager (or one of the many other WM's which support dockapps) which makes it more convenient to perform long downloads in the background. It uses the excellent libcurl library, part of the cURL automated-download program, to perform file retrieval. --- net/wmget/DESCR | 5 +++++ net/wmget/Makefile | 29 +++++++++++++++++++++++++++++ net/wmget/PLIST | 3 +++ net/wmget/distinfo | 5 +++++ 4 files changed, 42 insertions(+) create mode 100644 net/wmget/DESCR create mode 100644 net/wmget/Makefile create mode 100644 net/wmget/PLIST create mode 100644 net/wmget/distinfo (limited to 'net/wmget') diff --git a/net/wmget/DESCR b/net/wmget/DESCR new file mode 100644 index 00000000000..22a2f643497 --- /dev/null +++ b/net/wmget/DESCR @@ -0,0 +1,5 @@ +wmget is a dock app for the GNU Window Maker window manager (or one of +the many other WM's which support dockapps) which makes it more +convenient to perform long downloads in the background. It uses the +excellent libcurl library, part of the cURL automated-download program, +to perform file retrieval. diff --git a/net/wmget/Makefile b/net/wmget/Makefile new file mode 100644 index 00000000000..2f561a54480 --- /dev/null +++ b/net/wmget/Makefile @@ -0,0 +1,29 @@ +# $NetBSD: Makefile,v 1.1.1.1 2006/02/25 13:31:28 rpaulo Exp $ + +DISTNAME= wmget-0.6.0-src +PKGNAME= ${DISTNAME:S/-src//} +WRKSRC= ${WRKDIR}/wmget +CATEGORIES= net +MASTER_SITES= http://amtrickey.net/wmget/index.html + +MAINTAINER= rpaulo@NetBSD.org +HOMEPAGE= http://amtrickey.net/download/ +COMMENT= Background download manager in a Window Maker dock app + +SUBST_CLASSES+= ldflags +SUBST_MESSAGE.ldflags= Fixing hardcoded LDFLAGS. +SUBST_STAGE.ldflags= pre-configure +SUBST_FILES.ldflags= Makefile +SUBST_SED.ldflags= -e 's|^LDFLAGS=|&${LDFLAGS}|' + +SUBST_CLASSES+= paths +SUBST_MESSAGE.paths= Fixing hardcoded paths. +SUBST_STAGE.paths= pre-configure +SUBST_FILES.paths= Makefile +SUBST_SED.paths= -e 's|^PREFIX=.*|PREFIX=${LOCALBASE}|' + +USE_TOOLS+= gmake + +.include "../../www/curl/buildlink3.mk" +.include "../../graphics/xpm/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/net/wmget/PLIST b/net/wmget/PLIST new file mode 100644 index 00000000000..1507977d4d7 --- /dev/null +++ b/net/wmget/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/25 13:31:28 rpaulo Exp $ +bin/wmget +man/man1/wmget.1 diff --git a/net/wmget/distinfo b/net/wmget/distinfo new file mode 100644 index 00000000000..110bd5b7557 --- /dev/null +++ b/net/wmget/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2006/02/25 13:31:28 rpaulo Exp $ + +SHA1 (wmget-0.6.0-src.tar.gz) = 936fa30702c65216dc0371fcd3e5d2104bced1f8 +RMD160 (wmget-0.6.0-src.tar.gz) = 5caefbb15c66e38c4c3677428a086f49e4a529a3 +Size (wmget-0.6.0-src.tar.gz) = 41155 bytes -- cgit v1.2.3