summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorrpaulo <rpaulo>2006-02-25 13:31:28 +0000
committerrpaulo <rpaulo>2006-02-25 13:31:28 +0000
commit2f44a6b24ba11aa60a358020fb65fabc8fec8ec7 (patch)
treecd381c6a05fa62acb9c6828d175d6395aee54fc5 /net
parentc7f013283e17b22050a5deb728cfebb16890447d (diff)
downloadpkgsrc-2f44a6b24ba11aa60a358020fb65fabc8fec8ec7.tar.gz
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.
Diffstat (limited to 'net')
-rw-r--r--net/wmget/DESCR5
-rw-r--r--net/wmget/Makefile29
-rw-r--r--net/wmget/PLIST3
-rw-r--r--net/wmget/distinfo5
4 files changed, 42 insertions, 0 deletions
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