Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 16 Jul 2010 08:52:11 +0200
From:      Bapt <baptiste.daroussin@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/148673: [NEW PORT] www/cblog: Simple weblog in C using markdown
Message-ID:  <cf30e@azathoth.lan>
Resent-Message-ID: <201007160700.o6G705QC011158@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         148673
>Category:       ports
>Synopsis:       [NEW PORT] www/cblog: Simple weblog in C using markdown
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 16 07:00:05 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Bapt
>Release:        FreeBSD 8.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD azathoth.lan 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #5 r208894M: Tue Jun  8 11:03:27
>Description:
simple weblog written in C using markdown to write posts and tinycdb to store
them

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

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- cblog-0.1.1.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	cblog
#	cblog/Makefile
#	cblog/distinfo
#	cblog/pkg-descr
#
echo c - cblog
mkdir -p cblog > /dev/null 2>&1
echo x - cblog/Makefile
sed 's/^X//' >cblog/Makefile << '8f015acaf8112300e5854bb38a7a25a4'
X# New ports collection makefile for:	cblog
X# Date created:		2010-07-16
X# Whom:			Bapt <baptiste.daroussin@gmail.com>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	cblog
XPORTVERSION=	0.1.1
XCATEGORIES=	www
XMASTER_SITES=	http://cloud.github.com/downloads/bapt/cblog/
X
XMAINTAINER=	baptiste.daroussin@gmail.com
XCOMMENT=	Simple weblog in C using markdown
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/libneo_cs.a:${PORTSDIR}/www/clearsilver \
X		${LOCALBASE}/lib/libcdb.a:${PORTSDIR}/databases/tinycdb
XLIB_DEPENDS=	fcgi.0:${PORTSDIR}/www/fcgi
X
XLICENSE=	BSD
X
XPLIST_FILE=	libexec/cblog.fcgi \
X		bin/cblogctl
X
XMAN1=		cblog.fcgi.1
X
Xpost-patch:
X	@${REINPLACE_CMD} "s#^INCLUDES=.*#INCLUDES=-I${LOCALBASE}/include#g" ${WRKSRC}/config.mk
X	@${REINPLACE_CMD} "s#^LIBDIR=.*#LIBDIR=-L${LOCALBASE}/lib#g" ${WRKSRC}/config.mk
X	@${REINPLACE_CMD} "s#^CSINCLUDES=.*#CSINCLUDES=-I${LOCALBASE}/include/ClearSilver#g" ${WRKSRC}/config.mk
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/cblog.cgi ${PREFIX}/libexec/cblog.fcgi
X	${INSTALL_PROGRAM} ${WRKSRC}/cblogctl ${PREFIX}/bin/cblogctl
X	${INSTALL_DATA} ${WRKSRC}/samples/cblog.conf ${PREFIX}/etc/cblog.conf.sample
X	${INSTALL_MAN} ${WRKSRC}/cgi/cblog.cgi.1 ${MANPREFIX}/man/man1/cblog.fcgi.1
X
X.include <bsd.port.mk>
8f015acaf8112300e5854bb38a7a25a4
echo x - cblog/distinfo
sed 's/^X//' >cblog/distinfo << '552acc22e41906eb7c30e179788dfbfd'
XMD5 (cblog-0.1.1.tar.gz) = 40753a20b6273428f2bf367b6a538ed2
XSHA256 (cblog-0.1.1.tar.gz) = 7b76efe69f51e8d36f83716db831a7100a82d07c9d47abf8a4c24f237edfea83
XSIZE (cblog-0.1.1.tar.gz) = 36645
552acc22e41906eb7c30e179788dfbfd
echo x - cblog/pkg-descr
sed 's/^X//' >cblog/pkg-descr << '1f7d8cd4404661fb48def0ab69f249df'
Xsimple weblog written in C using markdown to write posts and tinycdb to store
Xthem
X
XWWW:	http://github.com/bapt/cblog
1f7d8cd4404661fb48def0ab69f249df
exit
--- cblog-0.1.1.shar ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cf30e>