[Midnightbsd-cvs] mports: mports/devel: finally the last one.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Mar 21 16:41:20 EDT 2008


Log Message:
-----------
finally the last one.

Modified Files:
--------------
    mports/devel:
        Makefile (r1.199 -> r1.200)

Added Files:
-----------
    mports/devel/p5-Hook-LexWrap:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)
        pkg-plist (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.199
retrieving revision 1.200
diff -L devel/Makefile -L devel/Makefile -u -r1.199 -r1.200
--- devel/Makefile
+++ devel/Makefile
@@ -155,6 +155,7 @@
     SUBDIR += p5-File-Remove
     SUBDIR += p5-File-Tail
     SUBDIR += p5-File-Temp
+    SUBDIR += p5-Hook-LexWrap
     SUBDIR += p5-IO
     SUBDIR += p5-IO-Multiplex
     SUBDIR += p5-IO-String
--- /dev/null
+++ devel/p5-Hook-LexWrap/pkg-descr
@@ -0,0 +1,4 @@
+Hook::LexWrap allows you to install a pre- or post-wrapper (or both)
+around an existing subroutine.
+
+WWW: http://search.cpan.org/dist/Hook-LexWrap/
--- /dev/null
+++ devel/p5-Hook-LexWrap/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hook/LexWrap/.packlist
+%%SITE_PERL%%/Hook/LexWrap.pm
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hook/LexWrap
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hook
+ at dirrmtry %%SITE_PERL%%/Hook
--- /dev/null
+++ devel/p5-Hook-LexWrap/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for:	p5-Hook-LexWrap
+# Date created:				Wed Jul 7 2004
+# Whom:					Anton Berezin <tobez at tobez.org>
+#
+# $MidnightBSD: mports/devel/p5-Hook-LexWrap/Makefile,v 1.1 2008/03/21 20:41:18 laffer1 Exp $
+# $FreeBSD: ports/devel/p5-Hook-LexWrap/Makefile,v 1.2 2007/09/08 00:57:29 linimon Exp $
+#
+
+PORTNAME=	Hook-LexWrap
+PORTVERSION=	0.20
+CATEGORIES=	devel perl5
+MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR=	Hook
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Lexically scoped subroutine wrappers for Perl
+
+PERL_CONFIGURE=	yes
+
+MAN3=		Hook::LexWrap.3
+
+.include <bsd.port.mk>
--- /dev/null
+++ devel/p5-Hook-LexWrap/distinfo
@@ -0,0 +1,3 @@
+MD5 (Hook-LexWrap-0.20.tar.gz) = e3aaeb59a3adddc80ed3867e4d16654e
+SHA256 (Hook-LexWrap-0.20.tar.gz) = 0152647fd2377da6f3fcb67798eb5b37f8f9ce5f687ba60e4df06f0fc769ecf0
+SIZE (Hook-LexWrap-0.20.tar.gz) = 6369


More information about the Midnightbsd-cvs mailing list