Port details |
- cplanet RSS Feed Aggregator that generates static HTML
- 0.9_3 www =2 0.9_3Version of this port present on the latest quarterly branch.
- Maintainer: bapt@FreeBSD.org
- Port Added: 2010-02-22 20:43:30
- Last Update: 2024-01-11 13:59:36
- Commit Hash: 7074d7f
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: textproc
- License: BSD2CLAUSE
- WWW:
- https://fossil.etoilebsd.net/cplanet/
- Description:
- cplanet is a RSS/ATOM feed aggregator written in C that generate static
html files.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/cplanet/ && make install clean
- To add the package, run one of these commands:
- pkg install www/cplanet
- pkg install cplanet
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: cplanet
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (cplanet-0.9.tar.gz) = 1cb447e9402715bf997cd5dc0ac157157ca9fceb98f384926525ee59b76dde13
SIZE (cplanet-0.9.tar.gz) = 9321
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libneo_cs.a : www/clearsilver
- Library dependencies:
-
- libexpat.so : textproc/expat2
- libcurl.so : ftp/curl
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for cplanet-0.9_3:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- www_cplanet
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.9_3 11 Jan 2024 13:59:36 |
Baptiste Daroussin (bapt) |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.9_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.9_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.9_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.9_2 22 Mar 2021 10:17:44 |
danfe |
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line. |
0.9_2 09 Sep 2019 19:32:43 |
tobik |
www/cplanet: Fix up r511401 and do not set LICENSE twice |
0.9_2 07 Sep 2019 09:02:47 |
amdmi3 |
- Add LICENSE
- Update WWW
Approved by: portmgr blanket |
0.9_2 08 Dec 2016 17:01:32 |
tijl |
Remove libcurl.so.7 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
0.9_1 19 Jul 2016 11:04:14 |
mat |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
0.9_1 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
0.9_1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.9_1 16 Jul 2015 02:10:31 |
amdmi3 |
- Drop @dirrm* from plist
Approved by: portmgr blanket |
0.9_1 13 Mar 2014 14:06:33 |
bapt |
Update my ports to the latest infrastructure changes |
0.9_1 18 Oct 2013 23:39:52 |
bapt |
Use stage
Uncontionnally install examples in stage
Modernize LIB_DEPENDS |
0.9_1 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.9_1 11 Jul 2013 16:26:27 |
sunpoet |
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
- Add COOKIES
- Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
- Add GSSAPI and SPNEGO [2]
- Remove KERBEROS4
- Rename LIBIDN to IDN
- Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile
Changes: http://curl.haxx.se/changes.html
PR: ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by: miwi |
0.9 31 Dec 2012 12:52:05 |
bapt |
Trim headers
Convert to new options framework
remove shlib numbers |
0.9 27 May 2012 18:44:58 |
bapt |
- update to 0.9 |
0.8 01 May 2012 13:04:56 |
bapt |
Update WWW |
0.8 29 Sep 2011 10:00:47 |
bapt |
- update to 0.8
- changes: bufferize xmlpath |
0.7 14 Feb 2011 13:22:41 |
bapt |
- upgrade to 0.7
- remove now useless libiconv depencency |
0.5 04 Feb 2011 15:19:40 |
bapt |
- Upgrade to 0.5
- Add license
Feature safe: yes |
0.3 28 Jul 2010 17:31:01 |
bapt |
Change maintainer address to my new @FreeBSD.org
Approved by: jadawin@ (co-mentor) |
0.3 24 Feb 2010 22:04:07 |
miwi |
- Fix plist
Reported by: pav
Feature safe: yes |
0.3 22 Feb 2010 20:43:11 |
miwi |
cplanet is a RSS/ATOM feed aggregator written in C that generate static
html files.
WWW: http://brokk.etoilebsd.net/projects/show/cplanet
PR: ports/144207
Submitted by: Bapt <baptiste.daroussin at gmail.com>
Feature safe: yes |