From owner-cvs-ports@FreeBSD.ORG Tue Dec 1 15:27:38 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E8D2C106568F; Tue, 1 Dec 2009 15:27:38 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D9FD28FC1F; Tue, 1 Dec 2009 15:27:38 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id nB1FRc5D058309; Tue, 1 Dec 2009 15:27:38 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id nB1FRc2D058307; Tue, 1 Dec 2009 15:27:38 GMT (envelope-from wxs) Message-Id: <200912011527.nB1FRc2D058307@repoman.freebsd.org> From: Wesley Shields Date: Tue, 1 Dec 2009 15:27:38 +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/devel/rubygem-webby Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2009 15:27:39 -0000 wxs 2009-12-01 15:27:38 UTC FreeBSD ports repository Added files: devel/rubygem-webby Makefile distinfo pkg-descr Log: Webby is a fantastic little website management system. It would be called a content management system if it were a bigger kid. But, it's just a runt with a special knack for transforming text. Webby works by combining the contents of a page with a layout to produce HTML. The layout contains everything common to all the pages HTML headers, navigation menu, footer, etc. and the page contains just the information for that page. You can use your favorite markup language to write your pages; Webby supports quite a few. WWW: http://webby.rubyforge.org/ PR: ports/140345 Submitted by: Ryan Steinmetz Revision Changes Path 1.1 +33 -0 ports/devel/rubygem-webby/Makefile (new) 1.1 +3 -0 ports/devel/rubygem-webby/distinfo (new) 1.1 +14 -0 ports/devel/rubygem-webby/pkg-descr (new)