From owner-svn-ports-head@FreeBSD.ORG Sat Oct 13 07:46:59 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C2B61D9D; Sat, 13 Oct 2012 07:46:59 +0000 (UTC) (envelope-from az@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 92D708FC18; Sat, 13 Oct 2012 07:46:59 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9D7kxoT066598; Sat, 13 Oct 2012 07:46:59 GMT (envelope-from az@svn.freebsd.org) Received: (from az@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9D7kx1V066595; Sat, 13 Oct 2012 07:46:59 GMT (envelope-from az@svn.freebsd.org) Message-Id: <201210130746.q9D7kx1V066595@svn.freebsd.org> From: Andrej Zverev Date: Sat, 13 Oct 2012 07:46:59 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r305819 - head/www/p5-HTML-Defaultify X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2012 07:46:59 -0000 Author: az Date: Sat Oct 13 07:46:59 2012 New Revision: 305819 URL: http://svn.freebsd.org/changeset/ports/305819 Log: - fix portlint(1) compliant - fix Trim the headers PR: ports/172602 Submitted by: Takefu (maintainer) Feature safe: yes Modified: head/www/p5-HTML-Defaultify/Makefile head/www/p5-HTML-Defaultify/pkg-descr Modified: head/www/p5-HTML-Defaultify/Makefile ============================================================================== --- head/www/p5-HTML-Defaultify/Makefile Sat Oct 13 07:45:23 2012 (r305818) +++ head/www/p5-HTML-Defaultify/Makefile Sat Oct 13 07:46:59 2012 (r305819) @@ -1,26 +1,19 @@ -# New ports collection makefile for: p5-HTML-Defaultify -# Date Created: 2009-02-10 -# Whom: takefu -# +# Created by: Takefu # $FreeBSD$ -# PORTNAME= HTML-Defaultify PORTVERSION= 1.01 CATEGORIES= www perl5 -MASTER_SITES= http://www.jmarshall.com/tools/defaultify/releases/\ +MASTER_SITES= http://www.jmarshall.com/tools/defaultify/releases/ \ CPAN PKGNAMEPREFIX= p5- MAINTAINER= takefu@airport.fm COMMENT= Perl module to populate HTML forms with default values -PERL_CONFIGURE= yes +RUN_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser +PERL_CONFIGURE= yes MAN3= HTML::Defaultify.3 -.include - -RUN_DEPENDS+= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser - -.include +.include Modified: head/www/p5-HTML-Defaultify/pkg-descr ============================================================================== --- head/www/p5-HTML-Defaultify/pkg-descr Sat Oct 13 07:45:23 2012 (r305818) +++ head/www/p5-HTML-Defaultify/pkg-descr Sat Oct 13 07:46:59 2012 (r305819) @@ -1,3 +1,7 @@ -HTML::Defaultify - Pre-fill default values into an existing HTML form +This Perl module is used to populate HTML forms with default values. Unlike +other tools that fill a similar niche, this module can handle any existing +HTML page; this approach allows a clean separation of HTML development from +Perl program development. WWW: http://www.jmarshall.com/tools/defaultify/ +WWW: http://search.cpan.org/dist/HTML-Defaultify/