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


1.3
date	2012.11.17.06.03.10;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.06.08.16.52.31;	author jlaffaye;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	wadcomblog
# Date created:		2008-10-09
# Whom:			Julien Laffaye <kimelto@@gmail.com>
#
# $FreeBSD: head/www/wadcomblog/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	WadcomBlog
PORTVERSION=	0.3
CATEGORIES=	www python
MASTER_SITES=	http://laffaye.free.fr/distfiles/ \
		http://vss.73rus.com/wadcomblog/files/

MAINTAINER=	jlaffaye@@FreeBSD.org
COMMENT=	Simple open-source static blog engine written in Python

USE_PYTHON=	yes
USE_PYDISTUTILS=	yes

post-install:
.if !defined(NOPORTDOCS)
	@@${ECHO_MSG} "installing additional documentation to ${DOCSDIR}"
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
.endif

.if !defined(NOPORTEXAMPLES)
	@@${ECHO_MSG} "installing additional examples to ${EXAMPLESDIR}"
	@@${MKDIR} ${EXAMPLESDIR}
	@@(cd ${WRKSRC}/sample/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR})
.endif

.include <bsd.port.mk>
@


1.2
log
@Update my e-mail to my FreeBSD one.
While I am here, use GOOGLE_CODE instead of ${MASTER_SITE_GOOGLE_CODE}

Approved by:	bapt (mentor)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@WadcomBlog is a simple open-source static blog engine written in Python
by Vlad Skvortsov and distributed under BSD license.
It doesn't use any backend database but instead reads a set of plain i
text files (in RFC2822 format) and creates a tree of interlinked HTML pages
that may be then published. To update a blog one just needs to add a file
to the source tree and run the command-line WadcomBlog script
to regenerate the output.

WWW:	http://vss.73rus.com/wadcomblog/

PR:		ports/128072
Submitted by:	Julien Laffaye <kimelto at gmail.com>
@
text
@d14 1
a14 1
MAINTAINER=	kimelto@@gmail.com
@

