Date: Tue, 3 Apr 2007 14:08:26 +0000 (UTC) From: Anton Berezin <tobez@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-Best Makefile distinfo pkg-descr pkg-plist Message-ID: <200704031408.l33E8Q9G004408@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tobez 2007-04-03 14:08:26 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-Best Makefile distinfo pkg-descr pkg-plist Log: Add devel/p5-Best 0.11. Often there are several possible providers of some functionality your program needs, but you don't know which is available at the run site. For example, one of the modules may be implemented with XS, or not in the core Perl distribution and thus not necessarily installed. Best.pm attempts to load modules from a list, stopping at the first successful load and failing only if no alternative was found. Revision Changes Path 1.2715 +1 -0 ports/devel/Makefile 1.1 +25 -0 ports/devel/p5-Best/Makefile (new) 1.1 +3 -0 ports/devel/p5-Best/distinfo (new) 1.1 +9 -0 ports/devel/p5-Best/pkg-descr (new) 1.1 +3 -0 ports/devel/p5-Best/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704031408.l33E8Q9G004408>