diff options
author | minskim <minskim@pkgsrc.org> | 2007-07-08 19:19:44 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2007-07-08 19:19:44 +0000 |
commit | 18bc9d28fc27198656907fe3654675fd3ae440bf (patch) | |
tree | 6bc24a0c554152735b7f8a188b4180057c2915c1 /net/urlgfe | |
parent | 4522ae369c34cb8b68b5f7eec1297d5f7cb609ae (diff) | |
download | pkgsrc-18bc9d28fc27198656907fe3654675fd3ae440bf.tar.gz |
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 (limited to 'net/urlgfe')
-rw-r--r-- | net/urlgfe/DESCR | 10 | ||||
-rw-r--r-- | net/urlgfe/Makefile | 20 | ||||
-rw-r--r-- | net/urlgfe/PLIST | 12 | ||||
-rw-r--r-- | net/urlgfe/distinfo | 5 |
4 files changed, 47 insertions, 0 deletions
diff --git a/net/urlgfe/DESCR b/net/urlgfe/DESCR new file mode 100644 index 00000000000..caed6a2431d --- /dev/null +++ b/net/urlgfe/DESCR @@ -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 --git a/net/urlgfe/Makefile b/net/urlgfe/Makefile new file mode 100644 index 00000000000..ef4456e5f9c --- /dev/null +++ b/net/urlgfe/Makefile @@ -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 +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 --git a/net/urlgfe/PLIST b/net/urlgfe/PLIST new file mode 100644 index 00000000000..f60dc8d0c16 --- /dev/null +++ b/net/urlgfe/PLIST @@ -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 --git a/net/urlgfe/distinfo b/net/urlgfe/distinfo new file mode 100644 index 00000000000..27c7cc21003 --- /dev/null +++ b/net/urlgfe/distinfo @@ -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 |