Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jan 2013 19:45:25 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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
Message-ID:  <201301301945.r0UJjPFh064547@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <sunpoet@FreeBSD.org>
+# $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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301301945.r0UJjPFh064547>