diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-21 19:47:28 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-12-21 19:47:28 +0000 |
commit | 4835ee92c74c015d6b298121009a39ef7abb737b (patch) | |
tree | ae1e008e68a67132c9b7a4edc0ea948dd87c56d4 /ftp/kwebget | |
parent | ca74ebd4942411b6842b92fbf5fe7e797ee17653 (diff) | |
download | ports-4835ee92c74c015d6b298121009a39ef7abb737b.tar.gz ports-4835ee92c74c015d6b298121009a39ef7abb737b.zip |
add kwebget 0.7
A KDE frontend to wget
PR: 31036
Submitted by: David <ddavid_3@yahoo.com>
Notes
Notes:
svn path=/head/; revision=51937
Diffstat (limited to 'ftp/kwebget')
-rw-r--r-- | ftp/kwebget/Makefile | 26 | ||||
-rw-r--r-- | ftp/kwebget/distinfo | 1 | ||||
-rw-r--r-- | ftp/kwebget/pkg-comment | 1 | ||||
-rw-r--r-- | ftp/kwebget/pkg-descr | 11 | ||||
-rw-r--r-- | ftp/kwebget/pkg-plist | 22 |
5 files changed, 61 insertions, 0 deletions
diff --git a/ftp/kwebget/Makefile b/ftp/kwebget/Makefile new file mode 100644 index 000000000000..2693f11b0a3b --- /dev/null +++ b/ftp/kwebget/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: kwebget +# Date created: 21 September 2001 +# Whom: David <ddavid_3@yahoo.com> +# +# $FreeBSD$ +# + +PORTNAME= kwebget +PORTVERSION= 0.7 +CATEGORIES= ftp kde +MASTER_SITES= http://www.kpage.de/download/ +DIST_SUBDIR= KDE + +MAINTAINER= ports@FreeBSD.org + +RUN_DEPENDS= ${LOCALBASE}/bin/wget:${PORTSDIR}/ftp/wget + +USE_KDELIBS_VER=2 +USE_BZIP2= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes + +post-patch: + @${PERL} -pi -e 's#lqt#lqt2#g' ${WRKSRC}/configure ${WRKSRC}/kwebget/Makefile.in + +.include <bsd.port.mk> diff --git a/ftp/kwebget/distinfo b/ftp/kwebget/distinfo new file mode 100644 index 000000000000..18fb66fe612d --- /dev/null +++ b/ftp/kwebget/distinfo @@ -0,0 +1 @@ +MD5 (KDE/kwebget-0.7.tar.bz2) = 9c6574aaf69a8ff01fe874acd5e78041 diff --git a/ftp/kwebget/pkg-comment b/ftp/kwebget/pkg-comment new file mode 100644 index 000000000000..e1ef74a5c711 --- /dev/null +++ b/ftp/kwebget/pkg-comment @@ -0,0 +1 @@ +A KDE frontend to wget diff --git a/ftp/kwebget/pkg-descr b/ftp/kwebget/pkg-descr new file mode 100644 index 000000000000..0643762c2823 --- /dev/null +++ b/ftp/kwebget/pkg-descr @@ -0,0 +1,11 @@ +KWebGet is a frontend to the great 'wget'. +It comes with nearly the same functionallity, but the +user will not have to type such long commandline-arguments. + +It can be used to download single files, or to download +entire websites, which can be browsed offline. + +WWW: http://www.kpage.de/en/kwebget/content.html + +- David +ddavid_3@yahoo.com diff --git a/ftp/kwebget/pkg-plist b/ftp/kwebget/pkg-plist new file mode 100644 index 000000000000..42c42f092756 --- /dev/null +++ b/ftp/kwebget/pkg-plist @@ -0,0 +1,22 @@ +bin/kwebget +share/applnk/Internet/kwebget.desktop +share/doc/HTML/de/kwebget/index-1.html +share/doc/HTML/de/kwebget/index-2.html +share/doc/HTML/de/kwebget/index-3.html +share/doc/HTML/de/kwebget/index-4.html +share/doc/HTML/de/kwebget/index-5.html +share/doc/HTML/de/kwebget/index.html +share/doc/HTML/de/kwebget/logotp3.gif +share/doc/HTML/en/kwebget/index-1.html +share/doc/HTML/en/kwebget/index-2.html +share/doc/HTML/en/kwebget/index-3.html +share/doc/HTML/en/kwebget/index-4.html +share/doc/HTML/en/kwebget/index-5.html +share/doc/HTML/en/kwebget/index.html +share/doc/HTML/en/kwebget/logotp3.gif +share/icons/hicolor/32x32/apps/kwebget.png +share/icons/locolor/16x16/apps/mini-kwebget.png +share/locale/de/LC_MESSAGES/kwebget.mo +share/locale/fr/LC_MESSAGES/kwebget.mo +@dirrm share/doc/HTML/de/kwebget +@dirrm share/doc/HTML/en/kwebget |