diff options
author | edwin <edwin@FreeBSD.org> | 2005-04-25 16:18:54 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-04-25 16:18:54 +0800 |
commit | c2bfa8a5504b821666eeb6ac46361c54ee233275 (patch) | |
tree | 2c95b9a493dd8b121455d76dab5851ff1a50fb3a | |
parent | 9e01212202cbf845b56250f886fb0e7499233934 (diff) | |
download | freebsd-ports-graphics-c2bfa8a5504b821666eeb6ac46361c54ee233275.tar.gz freebsd-ports-graphics-c2bfa8a5504b821666eeb6ac46361c54ee233275.tar.zst freebsd-ports-graphics-c2bfa8a5504b821666eeb6ac46361c54ee233275.zip |
New Port: news/knzb
Knzb is a KDE binary newsgroup download tool. It parses and
loads nzb files, such as those from Newzbin.com (An nzb
file is an xml 'index' file, for news posts).
PR: ports/76302
Submitted by: Tim Welch <twelch@thepentagon.org>
-rw-r--r-- | news/Makefile | 1 | ||||
-rw-r--r-- | news/knzb/Makefile | 29 | ||||
-rw-r--r-- | news/knzb/distinfo | 2 | ||||
-rw-r--r-- | news/knzb/pkg-descr | 5 | ||||
-rw-r--r-- | news/knzb/pkg-plist | 6 |
5 files changed, 43 insertions, 0 deletions
diff --git a/news/Makefile b/news/Makefile index c149f2273e5..d7cfb223419 100644 --- a/news/Makefile +++ b/news/Makefile @@ -40,6 +40,7 @@ SUBDIR += inn-stable SUBDIR += klibido SUBDIR += knews + SUBDIR += knzb SUBDIR += leafnode SUBDIR += leafnode+ SUBDIR += mmail diff --git a/news/knzb/Makefile b/news/knzb/Makefile new file mode 100644 index 00000000000..09128294fb8 --- /dev/null +++ b/news/knzb/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: knzb +# Date created: 15 January 2005 +# Whom: Tim Welch <twelch@thepentagon.org> +# +# $FreeBSD$ +# + +PORTNAME= knzb +PORTVERSION= 0.3 +CATEGORIES= news +MASTER_SITES= http://dmp.org.uk/linux/knzb/download/ + +MAINTAINER= ports@freebsd.org +COMMENT= KDE binary newsgroup download tool + +USE_BZIP2= yes +WRKSRC= ${WRKDIR}/knzb +GNU_CONFIGURE= yes +USE_GMAKE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +USE_QT_VER= 3 +USE_KDELIBS_VER= 3 +NO_INSTALL_MANPAGES= yes + +pre-configure: + @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f + +.include <bsd.port.mk> diff --git a/news/knzb/distinfo b/news/knzb/distinfo new file mode 100644 index 00000000000..ae3757c0ffe --- /dev/null +++ b/news/knzb/distinfo @@ -0,0 +1,2 @@ +MD5 (knzb-0.3.tar.bz2) = 5c348e5d3d1fa4232e661db72b06f8a0 +SIZE (knzb-0.3.tar.bz2) = 507035 diff --git a/news/knzb/pkg-descr b/news/knzb/pkg-descr new file mode 100644 index 00000000000..79a979f59a7 --- /dev/null +++ b/news/knzb/pkg-descr @@ -0,0 +1,5 @@ +Knzb is a KDE binary newsgroup download tool. It parses and loads nzb files, +such as those from Newzbin.com (An nzb file is an xml 'index' file, for +news posts). + +WWW: http://dmp.org.uk/linux/knzb/ diff --git a/news/knzb/pkg-plist b/news/knzb/pkg-plist new file mode 100644 index 00000000000..3614428ea2b --- /dev/null +++ b/news/knzb/pkg-plist @@ -0,0 +1,6 @@ +bin/knzb +share/applnk/Applications/knzb.desktop +share/apps/knzb/knzbui.rc +share/icons/locolor/16x16/apps/knzb.png +share/icons/locolor/32x32/apps/knzb.png +@dirrm share/apps/knzb |