[Midnightbsd-cvs] mports [22591] trunk/devel/p5-Algorithm-C3: first pass.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 27 18:59:58 EDT 2017


Revision: 22591
          http://svnweb.midnightbsd.org/mports/?rev=22591
Author:   laffer1
Date:     2017-09-27 18:59:57 -0400 (Wed, 27 Sep 2017)
Log Message:
-----------
first pass.

Modified Paths:
--------------
    trunk/devel/p5-Algorithm-C3/Makefile
    trunk/devel/p5-Algorithm-C3/pkg-descr
    trunk/devel/p5-Algorithm-C3/pkg-plist

Modified: trunk/devel/p5-Algorithm-C3/Makefile
===================================================================
--- trunk/devel/p5-Algorithm-C3/Makefile	2017-09-27 22:57:59 UTC (rev 22590)
+++ trunk/devel/p5-Algorithm-C3/Makefile	2017-09-27 22:59:57 UTC (rev 22591)
@@ -13,7 +13,5 @@
 
 PERL_MODBUILD=	yes
 
-MAN3=		Algorithm::C3.3
-
 .include <bsd.port.mk>
 

Modified: trunk/devel/p5-Algorithm-C3/pkg-descr
===================================================================
--- trunk/devel/p5-Algorithm-C3/pkg-descr	2017-09-27 22:57:59 UTC (rev 22590)
+++ trunk/devel/p5-Algorithm-C3/pkg-descr	2017-09-27 22:59:57 UTC (rev 22591)
@@ -1,9 +1,9 @@
-This module implements the C3 algorithm. I have broken this out 
-into it's own module because I found myself copying and pasting 
-it way too often for various needs. Most of the uses I have for 
-C3 revolve around class building and metamodels, but it could 
-also be used for things like dependency resolution as well since 
-it tends to do such a nice job of preserving local precedence 
-orderings. 
+This module implements the C3 algorithm. I have broken this out
+into it's own module because I found myself copying and pasting
+it way too often for various needs. Most of the uses I have for
+C3 revolve around class building and metamodels, but it could
+also be used for things like dependency resolution as well since
+it tends to do such a nice job of preserving local precedence
+orderings.
 
 WWW: http://search.cpan.org/dist/Algorithm-C3/

Modified: trunk/devel/p5-Algorithm-C3/pkg-plist
===================================================================
--- trunk/devel/p5-Algorithm-C3/pkg-plist	2017-09-27 22:57:59 UTC (rev 22590)
+++ trunk/devel/p5-Algorithm-C3/pkg-plist	2017-09-27 22:59:57 UTC (rev 22591)
@@ -1,2 +1,2 @@
 %%SITE_PERL%%/Algorithm/C3.pm
- at dirrmtry %%SITE_PERL%%/Algorithm
+%%PERL5_MAN3%%/Algorithm::C3.3.gz



More information about the Midnightbsd-cvs mailing list