From owner-cvs-all@FreeBSD.ORG Tue Nov 16 20:47:42 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 74C5E16A4D2; Tue, 16 Nov 2004 20:47:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D3B943D41; Tue, 16 Nov 2004 20:47:42 +0000 (GMT) (envelope-from lth@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iAGKlgmR002356; Tue, 16 Nov 2004 20:47:42 GMT (envelope-from lth@repoman.freebsd.org) Received: (from lth@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAGKlg7W002355; Tue, 16 Nov 2004 20:47:42 GMT (envelope-from lth) Message-Id: <200411162047.iAGKlg7W002355@repoman.freebsd.org> From: Lars Thegler Date: Tue, 16 Nov 2004 20:47:42 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/www Makefile ports/www/p5-CGI-Simple Makefile distinfo pkg-descr pkg-plist ports/www/p5-CGI-Simple/files patch-Makefile.PL patch-Simple.pm patch-Simple::Cookie.pm patch-Simple::Standard.pm patch-Simple::Util.pm X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Nov 2004 20:47:42 -0000 lth 2004-11-16 20:47:42 UTC FreeBSD ports repository Modified files: www Makefile Added files: www/p5-CGI-Simple Makefile distinfo pkg-descr pkg-plist www/p5-CGI-Simple/files patch-Makefile.PL patch-Simple.pm patch-Simple::Cookie.pm patch-Simple::Standard.pm patch-Simple::Util.pm Log: Add p5-CGI-Simple 0.075, a simple totally OO CGI interface that is CGI.pm compliant. Revision Changes Path 1.1003 +1 -0 ports/www/Makefile 1.1 +29 -0 ports/www/p5-CGI-Simple/Makefile (new) 1.1 +2 -0 ports/www/p5-CGI-Simple/distinfo (new) 1.1 +13 -0 ports/www/p5-CGI-Simple/files/patch-Makefile.PL (new) 1.1 +1085 -0 ports/www/p5-CGI-Simple/files/patch-Simple.pm (new) 1.1 +93 -0 ports/www/p5-CGI-Simple/files/patch-Simple::Cookie.pm (new) 1.1 +104 -0 ports/www/p5-CGI-Simple/files/patch-Simple::Standard.pm (new) 1.1 +42 -0 ports/www/p5-CGI-Simple/files/patch-Simple::Util.pm (new) 1.1 +7 -0 ports/www/p5-CGI-Simple/pkg-descr (new) 1.1 +9 -0 ports/www/p5-CGI-Simple/pkg-plist (new)