3 | | PortSystem 1.0 |
4 | | PortGroup github 1.0 |
5 | | PortGroup cxx11 1.1 |
6 | | |
7 | | github.setup akrennmair newsbeuter 2.9 r |
8 | | revision 2 |
9 | | license MIT |
10 | | categories net www |
11 | | platforms darwin |
12 | | maintainers en.sent.com:macports openmaintainer |
13 | | |
14 | | description The mutt of rss feed readers |
15 | | long_description Newsbeuter is an open-source RSS/Atom feed reader for \ |
16 | | text terminals. |
17 | | |
18 | | homepage http://www.newsbeuter.org/ |
19 | | use_configure no |
20 | | checksums rmd160 f95c5ec0d8529761d56f259e35d79e5ceb4ebac0 \ |
21 | | sha256 a2669c6a0d0b622a23d294ea780bfdbc0340d124faad6f38d8e44b2ddf7243bc |
22 | | |
23 | | depends_build port:pkgconfig |
24 | | depends_lib port:curl \ |
25 | | port:gettext \ |
26 | | port:json-c \ |
27 | | port:libxml2 \ |
28 | | port:ncurses \ |
29 | | port:sqlite3 \ |
30 | | port:stfl |
31 | | |
32 | | patchfiles patch-CVE-2017-12904.diff \ |
33 | | patch-CVE-2017-14500.diff |
34 | | |
35 | | # universal variant needs to be defined for [get_canonical_archflags] to work |
36 | | variant universal {} |
37 | | |
38 | | build.env-append CXX=${configure.cxx} \ |
39 | | CXXFLAGS="${configure.cxxflags} [get_canonical_archflags cxx]" \ |
40 | | LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]" |
41 | | build.args-append prefix=${prefix} |
42 | | destroot.args-append prefix=${prefix} |
43 | | |
44 | | post-destroot { |
45 | | xinstall -d ${destroot}${prefix}/share/${name} |
46 | | copy ${worksrcpath}/contrib ${destroot}${prefix}/share/${name}/contrib |
47 | | } |
| 3 | PortSystem 1.0 |
| 4 | replaced_by newsboat |
| 5 | PortGroup obsolete 1.0 |
| 6 | name newsbeuter |
| 7 | version 2.9 |
| 8 | revision 3 |
| 9 | categories net www |