head	1.10;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6;
locks; strict;
comment	@# @;


1.10
date	2012.12.31.15.07.25;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.11.18.16.55.49;	author svnexp;	state Exp;
branches;
next	1.8;

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

1.7
date	2011.09.29.08.36.12;	author bapt;	state Exp;
branches;
next	1.6;

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

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

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

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

1.2
date	2010.07.19.08.04.02;	author jadawin;	state Exp;
branches;
next	1.1;

1.1
date	2010.07.16.14.18.48;	author jadawin;	state Exp;
branches;
next	;


desc
@@


1.10
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/309735
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r309735 | bapt | 2012-12-31 12:50:47 +0000 (Mon, 31 Dec 2012) | 3 lines
## SVN ##
## SVN ## Remove shlib numbers
## SVN ## Trim headers
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# $FreeBSD: head/www/cblog/Makefile 309735 2012-12-31 12:50:47Z bapt $

PORTNAME=	cblog
PORTVERSION=	0.1.6
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://files.etoilebsd.net/cblog/

MAINTAINER=	bapt@@FreeBSD.org
COMMENT=	Simple weblog in C using markdown

BUILD_DEPENDS=	${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver \
		${LOCALBASE}/lib/libcdb.a:${PORTSDIR}/databases/tinycdb
LIB_DEPENDS=	fcgi:${PORTSDIR}/www/fcgi

LICENSE=	BSD

USE_RC_SUBR=	cblog

PLIST_FILES=	libexec/cblog.fcgi \
		bin/cblogctl \
		etc/cblog.conf.sample

MAN1=		cblog.fcgi.1

post-patch:
	@@${REINPLACE_CMD} -e "s#^INCLUDES=.*#INCLUDES=-I${LOCALBASE}/include#g" \
		-e "s#^LIBDIR=.*#LIBDIR=-L${LOCALBASE}/lib#g" \
		-e "s#^CSINCLUDES=.*#CSINCLUDES=-I${LOCALBASE}/include/ClearSilver#g" \
		${WRKSRC}/config.mk

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/cblog.cgi ${PREFIX}/libexec/cblog.fcgi
	${INSTALL_PROGRAM} ${WRKSRC}/cblogctl ${PREFIX}/bin/cblogctl
	${INSTALL_DATA} ${WRKSRC}/samples/cblog.conf ${PREFIX}/etc/cblog.conf.sample
	${INSTALL_MAN} ${WRKSRC}/cgi/cblog.cgi.1 ${MANPREFIX}/man/man1/cblog.fcgi.1

.include <bsd.port.mk>
@


1.9
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307542
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307542 | hrs | 2012-11-18 16:33:31 +0000 (Sun, 18 Nov 2012) | 5 lines
## SVN ##
## SVN ## Fix rc.d script to support systems before and after ${name}_fib is introduced
## SVN ## into rc.subr.  Bump PORTREVISION.
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 6
# New ports collection makefile for:	cblog
# Date created:		2010-07-16
# Whom:			Bapt <baptiste.daroussin@@gmail.com>
#
# $FreeBSD: head/www/cblog/Makefile 307542 2012-11-18 16:33:31Z hrs $
#
d14 1
a14 1
LIB_DEPENDS=	fcgi.0:${PORTSDIR}/www/fcgi
@


1.8
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/cblog/Makefile 300897 2012-07-14 14:29:18Z beat $
d10 1
@


1.7
log
@- update to 0.1.6
- changes: plug a memory leak in the cli and fix a segmentation fault
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@Change master_site to avoid checksum mismatch
regenerate distinfo

Reported by:	ITetcu
@
text
@d9 1
a9 1
PORTVERSION=	0.1.5
d11 1
a11 2
MASTER_SITES=	http://files.etoilebsd.net/cblog/ \
		LOCAL/bapt
@


1.5
log
@- update to 0.1.5
- Changes:
fix segfault with HEAD requests
fix potential security problem in comments
allow to self start the fastcgi
Can now be used both as a fastcgi and a cgi
add rc script
@
text
@d11 1
a11 1
MASTER_SITES=	http://git.etoilebsd.net/cblog/snapshot/ \
@


1.4
log
@Only call REINPLACE_CMD one time

Approved by:	jadawin/tabthorpe (mentors, implicit)
@
text
@d9 1
a9 1
PORTVERSION=	0.1.2
d11 2
a12 1
MASTER_SITES=	http://cloud.github.com/downloads/bapt/cblog/
d23 2
@


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

Approved by:	jadawin@@ (co-mentor)
@
text
@d29 4
a32 3
	@@${REINPLACE_CMD} "s#^INCLUDES=.*#INCLUDES=-I${LOCALBASE}/include#g" ${WRKSRC}/config.mk
	@@${REINPLACE_CMD} "s#^LIBDIR=.*#LIBDIR=-L${LOCALBASE}/lib#g" ${WRKSRC}/config.mk
	@@${REINPLACE_CMD} "s#^CSINCLUDES=.*#CSINCLUDES=-I${LOCALBASE}/include/ClearSilver#g" ${WRKSRC}/config.mk
@


1.2
log
@- Update to 0.1.2

PR:		ports/148745
Submitted by:	Bapt <baptiste.daroussin _AT_ gmail.com> (maintainer)
@
text
@d13 1
a13 1
MAINTAINER=	baptiste.daroussin@@gmail.com
@


1.1
log
@simple weblog written in C using markdown to write posts and tinycdb to store
them

WWW:	http://github.com/bapt/cblog

PR:		ports/148673
Submitted by:	Bapt <baptiste.daroussin at gmail.com>
@
text
@d9 1
a9 1
PORTVERSION=	0.1.1
@

