New port: kmago.
KMago (KDE Multiple Automated Get Operations) is a download manager which works as a frontend to GNU wget or with the KDE kioslaves.
This commit is contained in:
parent
77cdd47db0
commit
6ea704d137
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40399
6 changed files with 57 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
|||
SUBDIR += hsftp
|
||||
SUBDIR += jmirror
|
||||
SUBDIR += junglemonkey
|
||||
SUBDIR += kmago
|
||||
SUBDIR += lftp
|
||||
SUBDIR += llnlxdir
|
||||
SUBDIR += llnlxftp
|
||||
|
|
32
ftp/kmago/Makefile
Normal file
32
ftp/kmago/Makefile
Normal file
|
@ -0,0 +1,32 @@
|
|||
# New ports collection makefile for: kmago
|
||||
# Date created: 26 March 2001
|
||||
# Whom: Dmitry Sivachenko <demon@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kmago
|
||||
PORTVERSION= 1.1
|
||||
CATEGORIES= ftp kde
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= kmago
|
||||
|
||||
MAINTAINER= demon@FreeBSD.org
|
||||
|
||||
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2
|
||||
|
||||
USE_QT2= yes
|
||||
MOC?= ${X11BASE}/bin/moc2
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--with-qt-includes=${X11BASE}/include/qt2 \
|
||||
--with-qt-libraries=${X11BASE}/lib \
|
||||
--with-extra-libs=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${PREFIX}/include" \
|
||||
MOC="${MOC}" LIBQT="-lqt2" LIBQTFILE="libqt2" \
|
||||
LIBS="-Wl,-export-dynamic -L${LOCALBASE}/lib -ljpeg -lgcc -lstdc++"
|
||||
|
||||
post-patch:
|
||||
@${PERL} -pi -e 's#lqt#lqt2#g' ${WRKSRC}/configure ${WRKSRC}/kmago/Makefile.in
|
||||
|
||||
.include <bsd.port.mk>
|
1
ftp/kmago/distinfo
Normal file
1
ftp/kmago/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (kmago-1.1.tar.gz) = 12eb90cbaf23520576af4693a8133a42
|
1
ftp/kmago/pkg-comment
Normal file
1
ftp/kmago/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
KDE Multiple Automated Get Operations
|
13
ftp/kmago/pkg-descr
Normal file
13
ftp/kmago/pkg-descr
Normal file
|
@ -0,0 +1,13 @@
|
|||
KMago (KDE Multiple Automated Get Operations) is a download manager which works
|
||||
as a frontend to GNU wget or with the KDE kioslaves. KMago features:
|
||||
|
||||
Drag'n'drop operations with other applications (Konqueror, Netscape, etc.)
|
||||
and between KMago widgets (including drop targets and a panel tray icon);
|
||||
Multiple prioritized downloads with a selectable priority policy;
|
||||
Transfers grouping;
|
||||
Multiple downloads control with priority and selectable priority policy;
|
||||
A download resume capability;
|
||||
Cookie and HTTP-related management offered by KDE I/O library; and
|
||||
The stability and reliability of the venerable GNU wget.
|
||||
|
||||
WWW: http://kmago.sourceforge.net/
|
9
ftp/kmago/pkg-plist
Normal file
9
ftp/kmago/pkg-plist
Normal file
|
@ -0,0 +1,9 @@
|
|||
bin/kmago
|
||||
share/apps/kmago/kmagoui.rc
|
||||
share/icons/locolor/16x16/apps/kmago.xpm
|
||||
share/icons/locolor/32x32/apps/kmago.xpm
|
||||
share/icons/hicolor/22x22/apps/kmago.png
|
||||
share/icons/hicolor/32x32/apps/kmago.png
|
||||
share/icons/hicolor/48x48/apps/kmago.png
|
||||
share/applnk/Internet/kmago.desktop
|
||||
@dirrm share/apps/kmago
|
Loading…
Reference in a new issue