From owner-cvs-all@FreeBSD.ORG Thu Dec 25 20:09:01 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5BA661065674; Thu, 25 Dec 2008 20:09:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4C01C8FC14; Thu, 25 Dec 2008 20:09:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mBPK918f085832; Thu, 25 Dec 2008 20:09:01 GMT (envelope-from miwi@repoman.freebsd.org) Received: (from miwi@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mBPK91o6085831; Thu, 25 Dec 2008 20:09:01 GMT (envelope-from miwi) Message-Id: <200812252009.mBPK91o6085831@repoman.freebsd.org> From: Martin Wilke Date: Thu, 25 Dec 2008 20:09:01 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/www Makefile ports/www/wadcomblog Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Dec 2008 20:09:01 -0000 miwi 2008-12-25 20:09:01 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/wadcomblog Makefile distinfo pkg-descr pkg-plist 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 Revision Changes Path 1.2212 +1 -0 ports/www/Makefile 1.1 +33 -0 ports/www/wadcomblog/Makefile (new) 1.1 +3 -0 ports/www/wadcomblog/distinfo (new) 1.1 +9 -0 ports/www/wadcomblog/pkg-descr (new) 1.1 +27 -0 ports/www/wadcomblog/pkg-plist (new)