diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2010-07-14 02:18:53 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2010-07-14 02:18:53 +0000 |
commit | 7fda00e20dc834e6ba46adf560ef8a47e7e0747f (patch) | |
tree | f1b4cf0ae6224a276509cb791ac9248c890495d6 /net/kwooty | |
parent | 6309139f91ec3b848caf17895aeb13e842b07d41 (diff) | |
download | ports-7fda00e20dc834e6ba46adf560ef8a47e7e0747f.tar.gz ports-7fda00e20dc834e6ba46adf560ef8a47e7e0747f.zip |
Notes
Diffstat (limited to 'net/kwooty')
-rw-r--r-- | net/kwooty/Makefile | 28 | ||||
-rw-r--r-- | net/kwooty/distinfo | 3 | ||||
-rw-r--r-- | net/kwooty/pkg-descr | 6 | ||||
-rw-r--r-- | net/kwooty/pkg-plist | 8 |
4 files changed, 45 insertions, 0 deletions
diff --git a/net/kwooty/Makefile b/net/kwooty/Makefile new file mode 100644 index 000000000000..1deb23cde1b5 --- /dev/null +++ b/net/kwooty/Makefile @@ -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> diff --git a/net/kwooty/distinfo b/net/kwooty/distinfo new file mode 100644 index 000000000000..885f59203e55 --- /dev/null +++ b/net/kwooty/distinfo @@ -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 diff --git a/net/kwooty/pkg-descr b/net/kwooty/pkg-descr new file mode 100644 index 000000000000..2779352c0f45 --- /dev/null +++ b/net/kwooty/pkg-descr @@ -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/ diff --git a/net/kwooty/pkg-plist b/net/kwooty/pkg-plist new file mode 100644 index 000000000000..22534864e8a1 --- /dev/null +++ b/net/kwooty/pkg-plist @@ -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 |