mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
add kwebget 0.7
A KDE frontend to wget PR: 31036 Submitted by: David <ddavid_3@yahoo.com>
This commit is contained in:
parent
ca74ebd494
commit
4835ee92c7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51937
@ -28,6 +28,7 @@
|
||||
SUBDIR += jmirror
|
||||
SUBDIR += junglemonkey
|
||||
SUBDIR += kmago
|
||||
SUBDIR += kwebget
|
||||
SUBDIR += lftp
|
||||
SUBDIR += llnlxdir
|
||||
SUBDIR += llnlxftp
|
||||
|
26
ftp/kwebget/Makefile
Normal file
26
ftp/kwebget/Makefile
Normal file
@ -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>
|
1
ftp/kwebget/distinfo
Normal file
1
ftp/kwebget/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (KDE/kwebget-0.7.tar.bz2) = 9c6574aaf69a8ff01fe874acd5e78041
|
1
ftp/kwebget/pkg-comment
Normal file
1
ftp/kwebget/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A KDE frontend to wget
|
11
ftp/kwebget/pkg-descr
Normal file
11
ftp/kwebget/pkg-descr
Normal file
@ -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
|
22
ftp/kwebget/pkg-plist
Normal file
22
ftp/kwebget/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user