mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
www/cplanet: remove abandonware
This commit is contained in:
parent
0208630fa0
commit
7fe8386259
6 changed files with 1 additions and 44 deletions
1
MOVED
1
MOVED
|
@ -4152,3 +4152,4 @@ net-im/qxmpp@qt5||2025-02-16|Qt5 flavor is no longer needed
|
|||
net-im/qxmpp@qt6|net-im/qxmpp|2025-02-16|Unflavorize; only Qt6 is supported
|
||||
databases/redis70||2025-02-16|Has expired: Has already reached its EoL
|
||||
x11-toolkits/wlroots|x11-toolkits/wlroots018|2025-02-19|Renamed to match versioned API
|
||||
www/cplanet||2025-02-20|Abandonware
|
||||
|
|
|
@ -118,7 +118,6 @@
|
|||
SUBDIR += codeigniter
|
||||
SUBDIR += colly
|
||||
SUBDIR += coppermine
|
||||
SUBDIR += cplanet
|
||||
SUBDIR += cpp-httplib
|
||||
SUBDIR += cpr
|
||||
SUBDIR += crawl
|
||||
|
|
|
@ -1,32 +0,0 @@
|
|||
PORTNAME= cplanet
|
||||
PORTVERSION= 0.9
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= www textproc
|
||||
MASTER_SITES= http://files.etoilebsd.net/cplanet/
|
||||
|
||||
MAINTAINER= bapt@FreeBSD.org
|
||||
COMMENT= RSS Feed Aggregator that generates static HTML
|
||||
WWW= https://fossil.etoilebsd.net/cplanet/
|
||||
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:www/clearsilver
|
||||
LIB_DEPENDS= libexpat.so:textproc/expat2 \
|
||||
libcurl.so:ftp/curl
|
||||
|
||||
OPTIONS_DEFINE= EXAMPLES
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}/${PREFIX}/share/man/man1
|
||||
|
||||
post-install-EXAMPLES-on:
|
||||
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/samples/cplanet-atom.cs \
|
||||
${WRKSRC}/samples/cplanet-opml.cs \
|
||||
${WRKSRC}/samples/cplanet-rss.cs \
|
||||
${WRKSRC}/samples/cplanet.cs \
|
||||
${WRKSRC}/samples/cplanet.hdf ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (cplanet-0.9.tar.gz) = 1cb447e9402715bf997cd5dc0ac157157ca9fceb98f384926525ee59b76dde13
|
||||
SIZE (cplanet-0.9.tar.gz) = 9321
|
|
@ -1,2 +0,0 @@
|
|||
cplanet is a RSS/ATOM feed aggregator written in C that generate static
|
||||
html files.
|
|
@ -1,7 +0,0 @@
|
|||
bin/cplanet
|
||||
share/man/man1/cplanet.1.gz
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cplanet-atom.cs
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cplanet-opml.cs
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cplanet-rss.cs
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cplanet.cs
|
||||
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/cplanet.hdf
|
Loading…
Add table
Reference in a new issue