Date: Mon, 13 Oct 2008 11:35:02 -0700 (PDT) From: Julien Laffaye <kimelto@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/128072: [NEW PORT] www/WadcomBlog: Simple open-source static blog engine written in Python Message-ID: <48f394d6.25e2660a.57c2.4292@mx.google.com> Resent-Message-ID: <200810131910.m9DJA1xD072448@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 128072 >Category: ports >Synopsis: [NEW PORT] www/WadcomBlog: Simple open-source static blog engine written in Python >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: Mon Oct 13 19:10:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Julien Laffaye >Release: FreeBSD 7.0-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD laptop.kimelto.eu 7.0-RELEASE-p5 FreeBSD 7.0-RELEASE-p5 #0: Wed Oct 1 10:10:12 UTC >Description: 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/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- WadcomBlog-0.3.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: # # wadcomblog # wadcomblog/pkg-descr # wadcomblog/Makefile # wadcomblog/pkg-plist # wadcomblog/distinfo # echo c - wadcomblog mkdir -p wadcomblog > /dev/null 2>&1 echo x - wadcomblog/pkg-descr sed 's/^X//' >wadcomblog/pkg-descr << 'END-of-wadcomblog/pkg-descr' XWadcomBlog is a simple open-source static blog engine written in Python Xby Vlad Skvortsov and distributed under BSD license. XIt doesn't use any backend database but instead reads a set of plain i Xtext files (in RFC2822 format) and creates a tree of interlinked HTML pages Xthat may be then published. To update a blog one just needs to add a file Xto the source tree and run the command-line WadcomBlog script Xto regenerate the output. X XWWW: http://vss.73rus.com/wadcomblog/ END-of-wadcomblog/pkg-descr echo x - wadcomblog/Makefile sed 's/^X//' >wadcomblog/Makefile << 'END-of-wadcomblog/Makefile' X# New ports collection makefile for: wadcomblog X# Date created: 2008-10-09 X# Whom: Julien Laffaye <kimelto@gmail.com> X# X# $FreeBSD$ X# X XPORTNAME= WadcomBlog XPORTVERSION= 0.3 XCATEGORIES= www python XMASTER_SITES= http://vss.73rus.com/wadcomblog/files/ \ X http://laffaye.free.fr/distfiles/ X XMAINTAINER= kimelto@gmail.com XCOMMENT= Simple open-source static blog engine written in Python X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X Xpost-install: X.if !defined(NOPORTDOCS) X @${ECHO_MSG} "installing additional documentation to ${DOCSDIR}" X @${MKDIR} ${DOCSDIR} X @${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} X.endif X X.if !defined(NOPORTEXAMPLES) X @${ECHO_MSG} "installing additional examples to ${EXAMPLESDIR}" X @${MKDIR} ${EXAMPLESDIR} X @(cd ${WRKSRC}/sample/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) X.endif X X.include <bsd.port.mk> END-of-wadcomblog/Makefile echo x - wadcomblog/pkg-plist sed 's/^X//' >wadcomblog/pkg-plist << 'END-of-wadcomblog/pkg-plist' Xbin/wadcomblog.py Xbin/wblg-mk-redirects.py Xbin/wblg-new.py X%%PYTHON_SITELIBDIR%%/lib/__init__.py X%%PYTHON_SITELIBDIR%%/lib/ezt.py X%%PYTHON_SITELIBDIR%%/lib/__init__.pyc X%%PYTHON_SITELIBDIR%%/lib/ezt.pyc X%%PYTHON_SITELIBDIR%%/lib/__init__.pyo X%%PYTHON_SITELIBDIR%%/lib/ezt.pyo X@dirrmtry %%PYTHON_SITELIBDIR%%/lib X X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/my.wblg X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/static/license.txt X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/static/resume.txt X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/swa/one-entry/index.html X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/templates/entry-header.ezt X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/templates/entry.ezt X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/templates/feed.ezt X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/src/templates/index.ezt X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/src/templates X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/src/swa/one-entry X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/src/swa X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/src/static X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/src X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-wadcomblog/pkg-plist echo x - wadcomblog/distinfo sed 's/^X//' >wadcomblog/distinfo << 'END-of-wadcomblog/distinfo' XMD5 (WadcomBlog-0.3.tar.gz) = e5981401fb21a5f541b33a9a8f8cea43 XSHA256 (WadcomBlog-0.3.tar.gz) = 350c16448bd7939a4df851634a065c36ce7a0b46294e28504581eed5d899f4e9 XSIZE (WadcomBlog-0.3.tar.gz) = 19801 END-of-wadcomblog/distinfo exit --- WadcomBlog-0.3.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?48f394d6.25e2660a.57c2.4292>