FreeBSD Bugzilla – Attachment 187543 Details for
Bug 223290
[new port] www/newsboat: fork of Newsbeuter, an RSS/Atom feed reader for the text console
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
newsboat.diff (text/plain), 4.77 KB, created by
Marko Turk
on 2017-10-28 17:23:51 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Marko Turk
Created:
2017-10-28 17:23:51 UTC
Size:
4.77 KB
patch
obsolete
>Index: www/newsboat/Makefile >=================================================================== >--- www/newsboat/Makefile (nonexistent) >+++ www/newsboat/Makefile (working copy) >@@ -0,0 +1,54 @@ >+# Created by: Marko Turk <mt@markoturk.info> >+# $FreeBSD$ >+ >+PORTNAME= newsboat >+PORTVERSION= 2.10.1 >+CATEGORIES= www >+PKGNAMESUFFIX= >+ >+USE_GITHUB= yes >+GH_ACCOUNT= newsboat >+GH_PROJECT= newsboat >+GH_TAGNAME= 2cdd33c55664d3deae680c4b09d31c465f858490 >+ >+MAINTAINER= mt@markoturk.info >+COMMENT= RSS feed reader for the text console >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+BUILD_DEPENDS= a2x:textproc/asciidoc >+ >+LIB_DEPENDS= libstfl.so:devel/stfl \ >+ libcurl.so:ftp/curl \ >+ libjson-c.so:devel/json-c >+ >+MAKE_ARGS= all doc >+ >+OPTIONS_DEFINE= PODCAST >+OPTIONS_DEFAULT=PODCAST >+OPTIONS_SUB= yes >+PODCAST_DESC= Podcast client (podboat) >+ >+USES= compiler:c++11-lib gettext gmake iconv:translit ncurses perl5 \ >+ pkgconfig sqlite shebangfix ssl >+USE_CXXSTD= gnu++11 >+USE_PERL5= build >+USE_GNOME= libxml2 >+ >+.include <bsd.port.pre.mk> >+ >+post-patch: >+ ${REINPLACE_CMD} -e "s,share/man,man,; \ >+ /^prefix/s|=.*|=${PREFIX}|; /^CXX=/d; \ >+ s|/usr/local|${LOCALBASE}|; s|ruby1.8|ruby18|" \ >+ ${WRKSRC}/Makefile >+ ${REINPLACE_CMD} -e 's,fail "ncursesw",true,; s,fail "libcrypto",true,' \ >+ ${WRKSRC}/config.sh >+ ${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB} -lcrypto -lncursesw|' \ >+ ${WRKSRC}/Makefile >+ >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*boat >+ >+.include <bsd.port.post.mk> > >Property changes on: www/newsboat/Makefile >___________________________________________________________________ >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:keywords >## -0,0 +1 ## >+FreeBSD=%H >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/newsboat/distinfo >=================================================================== >--- www/newsboat/distinfo (nonexistent) >+++ www/newsboat/distinfo (working copy) >@@ -0,0 +1,2 @@ >+SHA256 (newsboat-newsboat-2.10.1-2cdd33c55664d3deae680c4b09d31c465f858490_GH0.tar.gz) = 5bedf4fc7af6372f474af53b6e7ad11687c36e269d4e8c46bd17a9d5ed00623a >+SIZE (newsboat-newsboat-2.10.1-2cdd33c55664d3deae680c4b09d31c465f858490_GH0.tar.gz) = 498248 > >Property changes on: www/newsboat/distinfo >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/newsboat/pkg-descr >=================================================================== >--- www/newsboat/pkg-descr (nonexistent) >+++ www/newsboat/pkg-descr (working copy) >@@ -0,0 +1,5 @@ >+Newsboat is a fork of Newsbeuter, an RSS/Atom feed reader for the text console. >+The only difference is that Newsboat is actively maintained while Newsbeuter >+isn't. >+ >+WWW: http://newsboat.org/ > >Property changes on: www/newsboat/pkg-descr >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: www/newsboat/pkg-plist >=================================================================== >--- www/newsboat/pkg-plist (nonexistent) >+++ www/newsboat/pkg-plist (working copy) >@@ -0,0 +1,26 @@ >+bin/newsboat >+%%PODCAST%%bin/podboat >+share/locale/ca/LC_MESSAGES/newsboat.mo >+share/locale/de/LC_MESSAGES/newsboat.mo >+share/locale/es/LC_MESSAGES/newsboat.mo >+share/locale/es_ES/LC_MESSAGES/newsboat.mo >+share/locale/fr/LC_MESSAGES/newsboat.mo >+share/locale/hu/LC_MESSAGES/newsboat.mo >+share/locale/it/LC_MESSAGES/newsboat.mo >+share/locale/ja/LC_MESSAGES/newsboat.mo >+share/locale/nb/LC_MESSAGES/newsboat.mo >+share/locale/nl/LC_MESSAGES/newsboat.mo >+share/locale/pl/LC_MESSAGES/newsboat.mo >+share/locale/pt_BR/LC_MESSAGES/newsboat.mo >+share/locale/ru/LC_MESSAGES/newsboat.mo >+share/locale/sv/LC_MESSAGES/newsboat.mo >+share/locale/tr/LC_MESSAGES/newsboat.mo >+share/locale/uk/LC_MESSAGES/newsboat.mo >+share/locale/zh/LC_MESSAGES/newsboat.mo >+share/locale/zh_TW/LC_MESSAGES/newsboat.mo >+share/doc/newsboat/faq.html >+share/doc/newsboat/docbook-xsl.css >+share/doc/newsboat/newsboat.html >+share/doc/newsboat/examples/config >+man/man1/newsboat.1.gz >+%%PODCAST%%man/man1/podboat.1.gz > >Property changes on: www/newsboat/pkg-plist >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223290
:
187543
|
187756