pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sfeed: Import sfeed-0.9.5 as wip/sfeed
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Fri Sep 7 01:54:21 2018 +0200
Changeset: c7b319803daa82fe2aa9bec2e6933345d4edc4ed
Modified Files:
Makefile
Added Files:
sfeed/DESCR
sfeed/Makefile
sfeed/PLIST
sfeed/distinfo
Log Message:
sfeed: Import sfeed-0.9.5 as wip/sfeed
RSS and Atom parser (and some format programs).
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c7b319803daa82fe2aa9bec2e6933345d4edc4ed
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
sfeed/DESCR | 1 +
sfeed/Makefile | 26 ++++++++++++++++++++++++++
sfeed/PLIST | 33 +++++++++++++++++++++++++++++++++
sfeed/distinfo | 6 ++++++
5 files changed, 67 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index d619523088..f378dc69d1 100644
--- a/Makefile
+++ b/Makefile
@@ -4125,6 +4125,7 @@ SUBDIR+= seqtk
SUBDIR+= serendipity
SUBDIR+= service
SUBDIR+= seturgent
+SUBDIR+= sfeed
SUBDIR+= sflphoned
SUBDIR+= sfml+
SUBDIR+= sgmltools-lite
diff --git a/sfeed/DESCR b/sfeed/DESCR
new file mode 100644
index 0000000000..7a44f6ce73
--- /dev/null
+++ b/sfeed/DESCR
@@ -0,0 +1 @@
+RSS and Atom parser (and some format programs).
diff --git a/sfeed/Makefile b/sfeed/Makefile
new file mode 100644
index 0000000000..ed04669525
--- /dev/null
+++ b/sfeed/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.2 2018/02/28 16:32:56 leot Exp $
+
+DISTNAME= sfeed-0.9.5
+CATEGORIES= news
+MASTER_SITES= http://codemadness.org/releases/sfeed/
+
+MAINTAINER= leot%NetBSD.org@localhost
+HOMEPAGE= http://codemadness.org/git/sfeed/file/README.html
+COMMENT= RSS and Atom parser
+LICENSE= isc
+
+USE_LANGUAGES= c99
+
+# Adjust config.mk
+SUBST_CLASSES+= makefile
+SUBST_STAGE.makefile= pre-configure
+SUBST_MESSAGE.makefile= Fixing config.mk
+SUBST_FILES.makefile= config.mk
+SUBST_SED.makefile= -e 's,/usr/local,${PREFIX},g'
+SUBST_SED.makefile+= -e 's,man,${PKGMANDIR},g'
+SUBST_SED.makefile+= -e 's/cc/${CC:Q}/'
+SUBST_SED.makefile+= -e 's,^CFLAGS *= ,CFLAGS += ,'
+SUBST_SED.makefile+= -e 's,^CPPFLAGS *= ,CPPFLAGS += ,'
+SUBST_SED.makefile+= -e 's,^LDFLAGS *= ,LDFLAGS += ,'
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/sfeed/PLIST b/sfeed/PLIST
new file mode 100644
index 0000000000..94fdbac764
--- /dev/null
+++ b/sfeed/PLIST
@@ -0,0 +1,33 @@
+@comment $NetBSD$
+bin/sfeed
+bin/sfeed_frames
+bin/sfeed_gph
+bin/sfeed_html
+bin/sfeed_mbox
+bin/sfeed_opml_export
+bin/sfeed_opml_import
+bin/sfeed_plain
+bin/sfeed_tail
+bin/sfeed_twtxt
+bin/sfeed_update
+bin/sfeed_web
+bin/sfeed_xmlenc
+man/man1/sfeed.1
+man/man1/sfeed_frames.1
+man/man1/sfeed_gph.1
+man/man1/sfeed_html.1
+man/man1/sfeed_mbox.1
+man/man1/sfeed_opml_export.1
+man/man1/sfeed_opml_import.1
+man/man1/sfeed_plain.1
+man/man1/sfeed_tail.1
+man/man1/sfeed_twtxt.1
+man/man1/sfeed_update.1
+man/man1/sfeed_web.1
+man/man1/sfeed_xmlenc.1
+man/man5/sfeed.5
+man/man5/sfeedrc.5
+share/sfeed/README
+share/sfeed/README.xml
+share/sfeed/sfeedrc.example
+share/sfeed/style.css
diff --git a/sfeed/distinfo b/sfeed/distinfo
new file mode 100644
index 0000000000..9f39fe8b14
--- /dev/null
+++ b/sfeed/distinfo
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2018/02/26 16:52:21 leot Exp $
+
+SHA1 (sfeed-0.9.5.tar.gz) = 6de7b76ec357c7f6d5289e88a842924cb95e7846
+RMD160 (sfeed-0.9.5.tar.gz) = 349e363785877c0a0a9879038746085de797dbf7
+SHA512 (sfeed-0.9.5.tar.gz) = f9c667632fb86395588a7917bb92c48e82768021c54595db8cd5e8bbaf043def2678f54f77cbbb7c8d673eff04d5f99d00d1c244b1089d7b77f4e23e8fa3e079
+Size (sfeed-0.9.5.tar.gz) = 37374 bytes
Home |
Main Index |
Thread Index |
Old Index