- Upgrade to 0.5
- Add license Feature safe: yes
This commit is contained in:
parent
280f49b1f1
commit
bb89777391
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268607
3 changed files with 9 additions and 7 deletions
|
@ -6,15 +6,18 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= cplanet
|
PORTNAME= cplanet
|
||||||
PORTVERSION= 0.3
|
PORTVERSION= 0.5
|
||||||
CATEGORIES= www textproc
|
CATEGORIES= www textproc
|
||||||
MASTER_SITES= http://baptux.free.fr/distfiles/
|
MASTER_SITES= http://files.etoilebsd.net/cplanet/
|
||||||
|
|
||||||
MAINTAINER= bapt@FreeBSD.org
|
MAINTAINER= bapt@FreeBSD.org
|
||||||
COMMENT= RSS Feed Aggregator that generate static html
|
COMMENT= RSS Feed Aggregator that generate static html
|
||||||
|
|
||||||
BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver
|
||||||
LIB_DEPENDS= mrss.19:${PORTSDIR}/textproc/libmrss
|
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
|
||||||
|
curl.6:${PORTSDIR}/ftp/curl
|
||||||
|
|
||||||
|
LICENSE= BSD
|
||||||
|
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,2 @@
|
||||||
MD5 (cplanet-0.3.tar.bz2) = 9114f951726bb7df4e66770df0315ca5
|
SHA256 (cplanet-0.5.tar.bz2) = cee6321f9036aaafd9e5ac3ba4908f6b82b2922c4e156a396e171f0f2473ccf1
|
||||||
SHA256 (cplanet-0.3.tar.bz2) = 9aba913ba364757efb092c9cfa2c4c7bb946a71cb777522704039f553753bb3f
|
SIZE (cplanet-0.5.tar.bz2) = 9121
|
||||||
SIZE (cplanet-0.3.tar.bz2) = 7618
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
cplanet is a RSS/ATOM feed aggregator written in C that generate static
|
cplanet is a RSS/ATOM feed aggregator written in C that generate static
|
||||||
html files.
|
html files.
|
||||||
|
|
||||||
WWW: http://brokk.etoilebsd.net/projects/show/cplanet
|
WWW: http://git.etoilebsd.net/cplanet/about
|
||||||
|
|
Loading…
Reference in a new issue