pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/urlgfe Import urlgfe from pkgsrc-wip. Packaged by...
details: https://anonhg.NetBSD.org/pkgsrc/rev/71557a5d503e
branches: trunk
changeset: 530774:71557a5d503e
user: minskim <minskim%pkgsrc.org@localhost>
date: Sun Jul 08 19:19:44 2007 +0000
description:
Import urlgfe from pkgsrc-wip. Packaged by Cesar Catrian and updated by
othyro.
UrlGfe is a download manager that uses gtk2+ and libcurl.
Features:
1. It allows you classify URLs before downloading them.
2. Every category has an independent configuration that can be
inherited by each download in that category.
3. Multiple categories can download at one time.
4. Batch mode can generate URLs.
5. Import URLs from .html files. (UTF-8 Encoding only)
6. Export URLs (for wget -i)
diffstat:
net/urlgfe/DESCR | 10 ++++++++++
net/urlgfe/Makefile | 20 ++++++++++++++++++++
net/urlgfe/PLIST | 12 ++++++++++++
net/urlgfe/distinfo | 5 +++++
4 files changed, 47 insertions(+), 0 deletions(-)
diffs (63 lines):
diff -r a8b344a09724 -r 71557a5d503e net/urlgfe/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/urlgfe/DESCR Sun Jul 08 19:19:44 2007 +0000
@@ -0,0 +1,10 @@
+UrlGfe is a download manager that uses gtk2+ and libcurl.
+
+Features:
+1. It allows you classify URLs before downloading them.
+2. Every category has an independent configuration that can be
+ inherited by each download in that category.
+3. Multiple categories can download at one time.
+4. Batch mode can generate URLs.
+5. Import URLs from .html files. (UTF-8 Encoding only)
+6. Export URLs (for wget -i)
diff -r a8b344a09724 -r 71557a5d503e net/urlgfe/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/urlgfe/Makefile Sun Jul 08 19:19:44 2007 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2007/07/08 19:19:44 minskim Exp $
+#
+
+DISTNAME= urlgfe-1.0.1
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=urlget/}
+
+MAINTAINER= ccatrian%eml.cc@localhost
+HOMEPAGE= http://urlget.sourceforge.net/
+COMMENT= Download manager for X
+
+USE_DIRS+= xdg-1.4
+USE_PKGLOCALEDIR= yes
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+
+.include "../../devel/pcre/buildlink3.mk"
+.include "../../www/curl/buildlink3.mk"
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a8b344a09724 -r 71557a5d503e net/urlgfe/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/urlgfe/PLIST Sun Jul 08 19:19:44 2007 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2007/07/08 19:19:44 minskim Exp $
+bin/urlgfe
+share/applications/urlgfe.desktop
+share/locale/fr/LC_MESSAGES/urlgfe.mo
+share/locale/it/LC_MESSAGES/urlgfe.mo
+share/locale/pl/LC_MESSAGES/urlgfe.mo
+share/locale/ru/LC_MESSAGES/urlgfe.mo
+share/locale/zh_CN/LC_MESSAGES/urlgfe.mo
+share/locale/zh_TW/LC_MESSAGES/urlgfe.mo
+share/pixmaps/urlgfe-icon.png
+@comment in xdg-dirs: @dirrm share/pixmaps
+@comment in xdg-dirs: @dirrm share/applications
diff -r a8b344a09724 -r 71557a5d503e net/urlgfe/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/urlgfe/distinfo Sun Jul 08 19:19:44 2007 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2007/07/08 19:19:44 minskim Exp $
+
+SHA1 (urlgfe-1.0.1.tar.gz) = ae74ed407593b3b8dd26c97479404058b91ad279
+RMD160 (urlgfe-1.0.1.tar.gz) = 64e76580312172bde5bb76e280add53be5a0430a
+Size (urlgfe-1.0.1.tar.gz) = 676691 bytes
Home |
Main Index |
Thread Index |
Old Index