From owner-svn-ports-all@FreeBSD.ORG Wed Jan 30 19:45:26 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 37AA1638; Wed, 30 Jan 2013 19:45:26 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 10A1B15A; Wed, 30 Jan 2013 19:45:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0UJjP2O064555; Wed, 30 Jan 2013 19:45:25 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0UJjPFh064547; Wed, 30 Jan 2013 19:45:25 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201301301945.r0UJjPFh064547@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Wed, 30 Jan 2013 19:45:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311263 - in head/devel: . p5-Test-Fixme X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2013 19:45:26 -0000 Author: sunpoet Date: Wed Jan 30 19:45:24 2013 New Revision: 311263 URL: http://svnweb.freebsd.org/changeset/ports/311263 Log: - Add p5-Test-Fixme 0.08 When coding it is common to come up against problems that need to be addressed but that are not a big deal at the moment. What generally happens is that the coder adds comments like: # FIXME - what about windows that are bigger than the screen? # FIXME - add checking of user priviledges here. Test::Fixme allows you to add a test file that ensures that none of these get forgotten in the module. WWW: http://search.cpan.org/dist/Test-Fixme/ Added: head/devel/p5-Test-Fixme/ head/devel/p5-Test-Fixme/Makefile (contents, props changed) head/devel/p5-Test-Fixme/distinfo (contents, props changed) head/devel/p5-Test-Fixme/pkg-descr (contents, props changed) head/devel/p5-Test-Fixme/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Jan 30 19:35:53 2013 (r311262) +++ head/devel/Makefile Wed Jan 30 19:45:24 2013 (r311263) @@ -2704,6 +2704,7 @@ SUBDIR += p5-Test-File SUBDIR += p5-Test-File-Contents SUBDIR += p5-Test-File-ShareDir + SUBDIR += p5-Test-Fixme SUBDIR += p5-Test-Fixture-DBIC-Schema SUBDIR += p5-Test-Group SUBDIR += p5-Test-HTML-Tidy Added: head/devel/p5-Test-Fixme/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Fixme/Makefile Wed Jan 30 19:45:24 2013 (r311263) @@ -0,0 +1,27 @@ +# Created by: Sunpoet Po-Chuan Hsieh +# $FreeBSD$ + +PORTNAME= Test-Fixme +PORTVERSION= 0.08 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +#MASTER_SITE_SUBDIR= +PKGNAMEPREFIX= p5- +#PKGNAMESUFFIX= +#DISTNAME= +#EXTRACT_SUFX= +#DISTFILES= +#DIST_SUBDIR= ${PORTNAME} +#EXTRACT_ONLY= + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Check code for FIXMEs + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +PERL_CONFIGURE= yes + +MAN3= Test::Fixme.3 + +.include Added: head/devel/p5-Test-Fixme/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Fixme/distinfo Wed Jan 30 19:45:24 2013 (r311263) @@ -0,0 +1,2 @@ +SHA256 (Test-Fixme-0.08.tar.gz) = 8eb68f9656151e91c9d89f559d2e89b1872f8b2f13101e5706974a8e8f1b2786 +SIZE (Test-Fixme-0.08.tar.gz) = 15322 Added: head/devel/p5-Test-Fixme/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Fixme/pkg-descr Wed Jan 30 19:45:24 2013 (r311263) @@ -0,0 +1,11 @@ +When coding it is common to come up against problems that need to be addressed +but that are not a big deal at the moment. What generally happens is that the +coder adds comments like: + +# FIXME - what about windows that are bigger than the screen? +# FIXME - add checking of user priviledges here. + +Test::Fixme allows you to add a test file that ensures that none of these get +forgotten in the module. + +WWW: http://search.cpan.org/dist/Test-Fixme/ Added: head/devel/p5-Test-Fixme/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Test-Fixme/pkg-plist Wed Jan 30 19:45:24 2013 (r311263) @@ -0,0 +1,5 @@ +%%SITE_PERL%%/Test/Fixme.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Fixme/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Fixme +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test +@dirrmtry %%SITE_PERL%%/Test