pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
sfeed-git: Import sfeed-0.9.6 as wip/sfeed-git
Module Name: pkgsrc-wip
Committed By: Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By: leot
Date: Fri Oct 5 21:11:54 2018 +0200
Changeset: 9fd700ef1e6ee58bc6ae5f221e98bd6a3dd10549
Modified Files:
Makefile
Added Files:
sfeed-git/DESCR
sfeed-git/Makefile
sfeed-git/PLIST
Log Message:
sfeed-git: Import sfeed-0.9.6 as wip/sfeed-git
RSS and Atom parser (and some format programs).
Based on news/sfeed but tracking the master git version.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9fd700ef1e6ee58bc6ae5f221e98bd6a3dd10549
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
sfeed-git/DESCR | 1 +
sfeed-git/Makefile | 33 +++++++++++++++++++++++++++++++++
sfeed-git/PLIST | 33 +++++++++++++++++++++++++++++++++
4 files changed, 68 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 108a52317d..727528f9c0 100644
--- a/Makefile
+++ b/Makefile
@@ -4243,6 +4243,7 @@ SUBDIR+= seqtk
SUBDIR+= serendipity
SUBDIR+= service
SUBDIR+= seturgent
+SUBDIR+= sfeed-git
SUBDIR+= sflphoned
SUBDIR+= sfml+
SUBDIR+= sgmltools-lite
diff --git a/sfeed-git/DESCR b/sfeed-git/DESCR
new file mode 100644
index 0000000000..7a44f6ce73
--- /dev/null
+++ b/sfeed-git/DESCR
@@ -0,0 +1 @@
+RSS and Atom parser (and some format programs).
diff --git a/sfeed-git/Makefile b/sfeed-git/Makefile
new file mode 100644
index 0000000000..fb59f57a18
--- /dev/null
+++ b/sfeed-git/Makefile
@@ -0,0 +1,33 @@
+# $NetBSD: Makefile,v 1.2 2018/09/08 14:10:52 leot Exp $
+
+DISTNAME= sfeed-0.9.6
+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
+
+GIT_REPOSITORIES= sfeed
+GIT_REPO.sfeed= git://git.codemadness.org/sfeed
+WRKSRC= ${WRKDIR}/sfeed
+
+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 += ,'
+
+REPLACE_SH+= sfeed_opml_export sfeed_update
+
+.include "../../wip/mk/git-package.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/sfeed-git/PLIST b/sfeed-git/PLIST
new file mode 100644
index 0000000000..b29edb7ba0
--- /dev/null
+++ b/sfeed-git/PLIST
@@ -0,0 +1,33 @@
+@comment $NetBSD: PLIST,v 1.1 2018/09/08 13:23:38 leot Exp $
+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
Home |
Main Index |
Thread Index |
Old Index