Date: Thu, 11 Oct 2012 15:13:05 +0900 From: Takefu <takefu@airport.fm> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/172602: [MAINTAINER] www/p5-HTML-Defaultify: portlint(1) compliant Message-ID: <50766371.5050704@airport.fm> Resent-Message-ID: <201210111149.q9BBnXQh062750@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 172602 >Category: ports >Synopsis: [MAINTAINER] www/p5-HTML-Defaultify: portlint(1) compliant >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Oct 11 11:49:33 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: FOX Amateur Radio Club >Environment: >Description: - fix portlint(1) compliant - fix Trim the headers Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- p5-HTML-Defaultify-1.01.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/p5-HTML-Defaultify/Makefile ./Makefile --- /usr/ports/www/p5-HTML-Defaultify/Makefile 2011-06-15 00:16:36.000000000 +0900 +++ ./Makefile 2012-10-11 14:13:49.000000000 +0900 @@ -1,9 +1,5 @@ -# New ports collection makefile for: p5-HTML-Defaultify -# Date Created: 2009-02-10 -# Whom: takefu -# +# Created by: Takefu # $FreeBSD: ports/www/p5-HTML-Defaultify/Makefile,v 1.2 2011/06/14 15:16:36 culot Exp $ -# PORTNAME= HTML-Defaultify PORTVERSION= 1.01 @@ -15,12 +11,9 @@ 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 <bsd.port.pre.mk> - -RUN_DEPENDS+= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser - -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff -ruN --exclude=CVS /usr/ports/www/p5-HTML-Defaultify/pkg-descr ./pkg-descr --- /usr/ports/www/p5-HTML-Defaultify/pkg-descr 2011-03-04 22:58:35.000000000 +0900 +++ ./pkg-descr 2012-10-11 14:19:09.000000000 +0900 @@ -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/ + http://search.cpan.org/dist/HTML-Defaultify/ --- p5-HTML-Defaultify-1.01.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50766371.5050704>