ports/58854: New port: www/snownews 1.3.3

Cheng-Lung Sung clsung at dragon2.net
Mon Nov 3 02:50:04 UTC 2003


>Number:         58854
>Category:       ports
>Synopsis:       New port: www/snownews 1.3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Nov 02 18:50:02 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Cheng-Lung Sung
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD sungsung.csie.nctu.edu.tw 4.9-RELEASE FreeBSD 4.9-RELEASE #5: Wed Oct 29 20:13:25 CST 2003 root at sungsung.csie.nctu.edu.tw:/usr/obj/usr/src/sys/SUNGSUNG i386

>Description:
- New port: 
	A Text mode RSS newsreader.
	Need libxml2/libiconv/gettext installed.
>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	snownews/
#	snownews/pkg-plist
#	snownews/pkg-descr
#	snownews/distinfo
#	snownews/Makefile
#	snownews/files
#	snownews/files/patch-Makefile
#
echo c - snownews/
mkdir -p snownews/ > /dev/null 2>&1
echo x - snownews/pkg-plist
sed 's/^X//' >snownews/pkg-plist << 'END-of-snownews/pkg-plist'
Xbin/opml2snow
Xbin/snownews
Xshare/locale/de/LC_MESSAGES/snownews.mo
Xshare/locale/fr/LC_MESSAGES/snownews.mo
Xshare/locale/nl/LC_MESSAGES/snownews.mo
Xshare/locale/sl/LC_MESSAGES/snownews.mo
X at unexec rmdir %D/man/fr/man1 2>/dev/null || true
X at unexec rmdir %D/man/fr 2>/dev/null || true
X at unexec rmdir %D/man/de/man1 2>/dev/null || true
X at unexec rmdir %D/man/de 2>/dev/null || true
X at unexec rmdir %D/man/nl/man1 2>/dev/null || true
X at unexec rmdir %D/man/nl 2>/dev/null || true
X at unexec rmdir %D/man/sl/man1 2>/dev/null || true
X at unexec rmdir %D/man/sl 2>/dev/null || true
END-of-snownews/pkg-plist
echo x - snownews/pkg-descr
sed 's/^X//' >snownews/pkg-descr << 'END-of-snownews/pkg-descr'
XSnownews is a text mode RSS/RDF newsreader. It supports RSS 1.0 feeds that 
Xcomply with the W3C RDF specification and also supports Radio Userland's 
XRSS 0.91 and 2.0 versions.
X
XFeatures:
X
X    * Runs on Linux, *BSD, OS X (Darwin), Solaris and probably 
X      many more Unices. Yes, even works under Cygwin.
X    * Fast and very resource friendly.
X    * Bultin HTTP client will follow server redirects and update feed 
X      URLs that point to permanent redirects (301) automatically.
X    * Snownews understands "Not-Modified" (304) server replies and handles 
X      gzip/deflate Content-Encoding.
X    * Local cache for minimal network traffic.
X    * HTTP proxy support.
X    * A help menu available throughout the program.
X    * Automatic update checking (can be deactivated).
X    * Few dependencies on external libraries; ncurses and libxml2.
X    * Import feature for OPML subscription lists.
X    * Fully customizable key bindings of all program functions.
X    * Type Ahead Find for quick and easy navigation.
X
XWWW: http://home.kcore.de/~kiza/software/snownews/
END-of-snownews/pkg-descr
echo x - snownews/distinfo
sed 's/^X//' >snownews/distinfo << 'END-of-snownews/distinfo'
XMD5 (snownews-1.3.3.tar.gz) = 569ab60f18d1e78a9aa1eec534558bb6
END-of-snownews/distinfo
echo x - snownews/Makefile
sed 's/^X//' >snownews/Makefile << 'END-of-snownews/Makefile'
X# ex:ts=8
X# New ports collection makefile for:	snownews
X# Date created:			Nov 3 2003
X# Whom:				Cheng-Lung Sung <clsung at dragon2.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	snownews
XPORTVERSION=	1.3.3
XCATEGORIES=	www
XMASTER_SITES=	http://home.kcore.de/~kiza/software/snownews/download/
X
XMAINTAINER=	clsung at dragon2.net
XCOMMENT=	A text mode RSS newsreader
X
XBUILD_DEPENDS=	${LOCALBASE}/bin/xml2-config:${PORTSDIR}/textproc/libxml2
XLIB_DEPENDS=    intl.5:${PORTSDIR}/devel/gettext \
X		iconv.3:${PORTSDIR}/converters/libiconv
X
XUSE_GMAKE=	yes
X
XMAN1=		snownews.1
XMANLANG=	"" de nl fr
X
X.include <bsd.port.mk>
END-of-snownews/Makefile
echo c - snownews/files
mkdir -p snownews/files > /dev/null 2>&1
echo x - snownews/files/patch-Makefile
sed 's/^X//' >snownews/files/patch-Makefile << 'END-of-snownews/files/patch-Makefile'
X--- Makefile.orig	Mon Nov  3 04:41:22 2003
X+++ Makefile	Mon Nov  3 10:25:38 2003
X@@ -1,6 +1,6 @@
X include Makefile.inc
X 
X-LDFLAGS = -lncurses `xml2-config --libs` $(EXTRA_LDFLAGS)
X+LDFLAGS = -lncurses `xml2-config --libs` $(EXTRA_LDFLAGS) -lintl -liconv
X OBJFILES = main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o dialog.o
X CFLAGS = -Wall -O2 -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags` $(EXTRA_CFLAGS)
X VERSION = `grep VERSION version.h | sed s/\"//g | sed s/\#define\ VERSION\ //`
END-of-snownews/files/patch-Makefile
exit

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list