pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/wmget wmget is a dock app for the GNU Window Maker...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebb144cfc1e1
branches:  trunk
changeset: 508778:ebb144cfc1e1
user:      rpaulo <rpaulo%pkgsrc.org@localhost>
date:      Sat Feb 25 13:31:28 2006 +0000

description:
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:

 net/wmget/DESCR    |   5 +++++
 net/wmget/Makefile |  29 +++++++++++++++++++++++++++++
 net/wmget/PLIST    |   3 +++
 net/wmget/distinfo |   5 +++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r cc9f39749a64 -r ebb144cfc1e1 net/wmget/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wmget/DESCR   Sat Feb 25 13:31:28 2006 +0000
@@ -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 -r cc9f39749a64 -r ebb144cfc1e1 net/wmget/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wmget/Makefile        Sat Feb 25 13:31:28 2006 +0000
@@ -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@localhost
+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 -r cc9f39749a64 -r ebb144cfc1e1 net/wmget/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wmget/PLIST   Sat Feb 25 13:31:28 2006 +0000
@@ -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 -r cc9f39749a64 -r ebb144cfc1e1 net/wmget/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/wmget/distinfo        Sat Feb 25 13:31:28 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index