import of snownews-1.2.3:
Snownews is a text mode RSS newsreader. WWW: http://home.kcore.de/~kiza/software/snownews/
This commit is contained in:
parent
a3cddb7aac
commit
deb252091f
25
www/snownews/Makefile
Normal file
25
www/snownews/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2003/10/08 03:59:20 jolan Exp $
|
||||
|
||||
COMMENT= "text mode rss newsreader"
|
||||
DISTNAME= snownews-1.2.3
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= ${HOMEPAGE}download/
|
||||
|
||||
HOMEPAGE= http://home.kcore.de/~kiza/software/snownews/
|
||||
|
||||
MAINTAINER= Jolan Luff <jolan@openbsd.org>
|
||||
|
||||
# GPL
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
|
||||
NO_REGRESS= Yes
|
||||
USE_GMAKE= Yes
|
||||
|
||||
MODULES= gettext
|
||||
|
||||
LIB_DEPENDS+= xml2.7.10::textproc/libxml
|
||||
|
||||
.include <bsd.port.mk>
|
3
www/snownews/distinfo
Normal file
3
www/snownews/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (snownews-1.2.3.tar.gz) = 808ca368c16627bbc05a897f9597c33a
|
||||
RMD160 (snownews-1.2.3.tar.gz) = 90d511259b8869cc59daaa13417f26fbb6160c03
|
||||
SHA1 (snownews-1.2.3.tar.gz) = 52f68044bc5473a1649b390c6d03ef7c7c8ed365
|
14
www/snownews/patches/patch-Makefile
Normal file
14
www/snownews/patches/patch-Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1.1.1 2003/10/08 03:59:20 jolan Exp $
|
||||
--- Makefile.orig 2003-10-03 05:18:18.000000000 -0500
|
||||
+++ Makefile 2003-10-07 22:13:42.000000000 -0500
|
||||
@@ -1,8 +1,8 @@
|
||||
include Makefile.inc
|
||||
|
||||
-LDFLAGS = -lncurses `xml2-config --libs`
|
||||
+LDFLAGS = -lncurses `xml2-config --libs` -lintl -liconv
|
||||
OBJFILES = main.o netio.o interface.o xmlparse.o updatecheck.o conversions.o
|
||||
-CFLAGS = -Wall -O2 -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags`
|
||||
+CFLAGS+= -DLOCALEPATH="\"$(LOCALEPATH)\"" -DOS=\"$(shell uname)\" `xml2-config --cflags`
|
||||
VERSION = `echo VERSION | cpp -P -include version.h | tr -d '" ' | grep -v '^$$'`
|
||||
MAN = doc/man
|
||||
DISTDIR = snownews-$(VERSION)
|
13
www/snownews/patches/patch-Makefile_inc
Normal file
13
www/snownews/patches/patch-Makefile_inc
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-Makefile_inc,v 1.1.1.1 2003/10/08 03:59:20 jolan Exp $
|
||||
--- Makefile.inc.orig 2003-10-03 05:18:18.000000000 -0500
|
||||
+++ Makefile.inc 2003-10-07 22:12:57.000000000 -0500
|
||||
@@ -1,6 +1,6 @@
|
||||
-CC = gcc
|
||||
-MAKE = make
|
||||
-PREFIX = /usr/local
|
||||
+#CC = gcc
|
||||
+#MAKE = make
|
||||
+#PREFIX = /usr/local
|
||||
LOCALEPATH = $(PREFIX)/share/locale
|
||||
DISTFILES = AUTHOR COPYING CREDITS Changelog README README.de INSTALL INSTALL.solaris INSTALL.FreeOpenNetBSD opml2snow \
|
||||
Makefile Makefile.inc Makefile.solaris \
|
8
www/snownews/pkg/DESCR
Normal file
8
www/snownews/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
Snownews is a text mode RSS newsreader.
|
||||
|
||||
Here are some feeds to get you started:
|
||||
|
||||
Freshmeat - http://freshmeat.net/backend/fm.rdf
|
||||
OpenBSD Journal - http://www.deadly.org/summary.rss
|
||||
The Register - http://www.theregister.co.uk/tonys/slashdot.rdf
|
||||
Slashdot - http://slashdot.org/slashdot.rdf
|
26
www/snownews/pkg/PLIST
Normal file
26
www/snownews/pkg/PLIST
Normal file
@ -0,0 +1,26 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2003/10/08 03:59:20 jolan Exp $
|
||||
@comment bin/opml2snow
|
||||
bin/snownews
|
||||
man/de/man1/snownews.1
|
||||
man/fr/man1/snownews.1
|
||||
man/man1/snownews.1
|
||||
man/nl/man1/snownews.1
|
||||
share/locale/de/LC_MESSAGES/snownews.mo
|
||||
share/locale/fr/LC_MESSAGES/snownews.mo
|
||||
share/locale/nl/LC_MESSAGES/snownews.mo
|
||||
share/locale/sl/LC_MESSAGES/snownews.mo
|
||||
@comment @dirrm share/locale/sl/LC_MESSAGES
|
||||
@comment @dirrm share/locale/sl
|
||||
@comment @dirrm share/locale/nl/LC_MESSAGES
|
||||
@comment @dirrm share/locale/nl
|
||||
@comment @dirrm share/locale/fr/LC_MESSAGES
|
||||
@comment @dirrm share/locale/fr
|
||||
@comment @dirrm share/locale/de/LC_MESSAGES
|
||||
@comment @dirrm share/locale/de
|
||||
@comment @dirrm share/locale
|
||||
@dirrm man/nl/man1
|
||||
@dirrm man/nl
|
||||
@dirrm man/fr/man1
|
||||
@dirrm man/fr
|
||||
@dirrm man/de/man1
|
||||
@dirrm man/de
|
Loading…
Reference in New Issue
Block a user