head	1.8;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.12.31.15.09.56;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.11.17.06.02.30;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.05.27.18.44.58;	author bapt;	state Exp;
branches;
next	1.5;

1.5
date	2011.09.29.10.00.47;	author bapt;	state Exp;
branches;
next	1.4;

1.4
date	2011.02.14.13.22.41;	author bapt;	state Exp;
branches;
next	1.3;

1.3
date	2011.02.04.15.19.40;	author bapt;	state Exp;
branches;
next	1.2;

1.2
date	2010.07.28.17.30.57;	author bapt;	state Exp;
branches;
next	1.1;

1.1
date	2010.02.22.20.43.11;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309736
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309736 | bapt | 2012-12-31 12:52:05 +0000 (Mon, 31 Dec 2012) | 4 lines
## SVN ##
## SVN ## Trim headers
## SVN ## Convert to new options framework
## SVN ## remove shlib numbers
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# $FreeBSD: head/www/cplanet/Makefile 309736 2012-12-31 12:52:05Z bapt $

PORTNAME=	cplanet
PORTVERSION=	0.9
CATEGORIES=	www textproc
MASTER_SITES=	http://files.etoilebsd.net/cplanet/

MAINTAINER=	bapt@@FreeBSD.org
COMMENT=	RSS Feed Aggregator that generate static html

BUILD_DEPENDS=	${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver
LIB_DEPENDS=	expat:${PORTSDIR}/textproc/expat2 \
		curl:${PORTSDIR}/ftp/curl

LICENSE=	BSD

MAN1=		cplanet.1

OPTIONS_DEFINE=	EXAMPLES

.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MEXAMPLES}
	${MKDIR} ${EXAMPLESDIR}
	${INSTALL} -o root -g wheel -m 644 ${WRKSRC}/samples/cplanet-atom.cs ${EXAMPLESDIR}
	${INSTALL} -o root -g wheel -m 644 ${WRKSRC}/samples/cplanet-opml.cs ${EXAMPLESDIR}
	${INSTALL} -o root -g wheel -m 644 ${WRKSRC}/samples/cplanet-rss.cs ${EXAMPLESDIR}
	${INSTALL} -o root -g wheel -m 644 ${WRKSRC}/samples/cplanet.cs ${EXAMPLESDIR}
	${INSTALL} -o root -g wheel -m 644 ${WRKSRC}/samples/cplanet.hdf ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>
@


1.7
log
@Switch exporter over
@
text
@d1 1
a1 6
# New ports collection makefile for:	cplanet
# Date created:		2010-02-22
# Whom:			Bapt <baptiste.daroussin@@gmail.com>
#
# $FreeBSD: head/www/cplanet/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d12 2
a13 2
LIB_DEPENDS=	expat.6:${PORTSDIR}/textproc/expat2 \
		curl.6:${PORTSDIR}/ftp/curl
d19 3
a21 1
.include <bsd.port.pre.mk>
d23 1
a23 1
.if !defined(NOPORTEXAMPLES)
d32 1
a32 1
.include <bsd.port.post.mk>
@


1.6
log
@- update to 0.9
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- update to 0.8
- changes: bufferize xmlpath
@
text
@d9 1
a9 1
PORTVERSION=	0.8
@


1.4
log
@- upgrade to 0.7
- remove now useless libiconv depencency
@
text
@d9 1
a9 1
PORTVERSION=	0.7
a21 2
USE_BZIP2=	yes

@


1.3
log
@- Upgrade to 0.5
- Add license

Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	0.5
a23 2
USE_ICONV=	yes

@


1.2
log
@Change maintainer address to my new @@FreeBSD.org

Approved by:	jadawin@@ (co-mentor)
@
text
@d9 1
a9 1
PORTVERSION=	0.3
d11 1
a11 1
MASTER_SITES=	http://baptux.free.fr/distfiles/
d17 4
a20 1
LIB_DEPENDS=	mrss.19:${PORTSDIR}/textproc/libmrss
@


1.1
log
@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
@
text
@d13 1
a13 1
MAINTAINER=	baptiste.daroussin@@gmail.com
@

