# 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 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 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