Kwooty is a .nzb usenet binary downloader for KDE4.
It supports automatic file verifying/repairing with par2 files and automatic .rar archive extraction. WWW: http://kwooty.sourceforge.net/ PR: ports/146780 Submitted by: Mina R Waheeb <sycner at gmail.com>
This commit is contained in:
parent
6309139f91
commit
7fda00e20d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257736
5 changed files with 46 additions and 0 deletions
|
@ -291,6 +291,7 @@
|
|||
SUBDIR += kojoney
|
||||
SUBDIR += kphone
|
||||
SUBDIR += krdesktop
|
||||
SUBDIR += kwooty
|
||||
SUBDIR += l2tpd
|
||||
SUBDIR += l4ip
|
||||
SUBDIR += ladvd
|
||||
|
|
28
net/kwooty/Makefile
Normal file
28
net/kwooty/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: kwooty
|
||||
# Date created: 5 Apr 2010
|
||||
# Whom: Mina R Waheeb <sycner@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= kwooty
|
||||
PORTVERSION= 0.4.0
|
||||
CATEGORIES= net kde
|
||||
MASTER_SITES= SF/${PORTNAME}
|
||||
|
||||
MAINTAINER= sycner@gmail.com
|
||||
COMMENT= Usenet binary downloader for KDE4
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/unrar:${PORTSDIR}/archivers/unrar \
|
||||
${LOCALBASE}/bin/par2:${PORTSDIR}/archivers/par2cmdline \
|
||||
${LOCALBASE}/bin/7z:${PORTSDIR}/archivers/p7zip
|
||||
|
||||
USE_CMAKE= yes
|
||||
USE_KDE4= kdelibs kdehier kdeprefix automoc4 workspace
|
||||
USE_QT_VER= 4
|
||||
QT_COMPONENTS= qmake_build moc_build rcc_build uic_build
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|/usr/bin|${LOCALBASE}/bin|g' ${WRKSRC}/src/preferences/settings.kcfg
|
||||
|
||||
.include <bsd.port.mk>
|
3
net/kwooty/distinfo
Normal file
3
net/kwooty/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (kwooty-0.4.0.tar.gz) = d4c03a59fa04d26ff291ca55547191f7
|
||||
SHA256 (kwooty-0.4.0.tar.gz) = 31774f914e653092326fe20d26cd059ef77400c551e388a5865944453ad6bd1f
|
||||
SIZE (kwooty-0.4.0.tar.gz) = 119669
|
6
net/kwooty/pkg-descr
Normal file
6
net/kwooty/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
Kwooty is a .nzb usenet binary downloader for KDE4.
|
||||
|
||||
It supports automatic file verifying/repairing
|
||||
with par2 files and automatic .rar archive extraction.
|
||||
|
||||
WWW: http://kwooty.sourceforge.net/
|
8
net/kwooty/pkg-plist
Normal file
8
net/kwooty/pkg-plist
Normal file
|
@ -0,0 +1,8 @@
|
|||
bin/kwooty
|
||||
share/applications/kde4/kwooty.desktop
|
||||
share/apps/kwooty/kwootyui.rc
|
||||
share/config.kcfg/settings.kcfg
|
||||
share/icons/hicolor/16x16/apps/kwooty.png
|
||||
share/icons/hicolor/32x32/apps/kwooty.png
|
||||
share/icons/hicolor/64x64/apps/kwooty.png
|
||||
@dirrm share/apps/kwooty
|
Loading…
Reference in a new issue