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>
This commit is contained in:
parent
65b278b4f2
commit
83550de702
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134108
5 changed files with 43 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
SUBDIR += inn-stable
|
||||
SUBDIR += klibido
|
||||
SUBDIR += knews
|
||||
SUBDIR += knzb
|
||||
SUBDIR += leafnode
|
||||
SUBDIR += leafnode+
|
||||
SUBDIR += mmail
|
||||
|
|
29
news/knzb/Makefile
Normal file
29
news/knzb/Makefile
Normal file
|
@ -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>
|
2
news/knzb/distinfo
Normal file
2
news/knzb/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (knzb-0.3.tar.bz2) = 5c348e5d3d1fa4232e661db72b06f8a0
|
||||
SIZE (knzb-0.3.tar.bz2) = 507035
|
5
news/knzb/pkg-descr
Normal file
5
news/knzb/pkg-descr
Normal file
|
@ -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/
|
6
news/knzb/pkg-plist
Normal file
6
news/knzb/pkg-plist
Normal file
|
@ -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
|
Loading…
Reference in a new issue