Date: Tue, 27 Jan 2009 14:48:02 +0000 (UTC) From: Greg Larkin <glarkin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel Makefile ports/devel/p5-SVN-Look Makefile distinfo pkg-descr pkg-plist Message-ID: <200901271448.n0REm2sk034718@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glarkin 2009-01-27 14:48:02 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/p5-SVN-Look Makefile distinfo pkg-descr pkg-plist Log: SVN-Look is a caching wrapper aroung the svnlook command. The svnlook command is the workhorse of Subversion hook scripts, being used to gather all sorts of information about a repository, its revisions, and its transactions. This script provides a simple object oriented interface to a specific svnlook invocation, to make it easier to hook writers to get and use the information they need. Moreover, all the information gathered buy calling the svnlook command is cached in the object, avoiding repetitious calls. WWW: http://search.cpan.org/dist/SVN-Look/ Revision Changes Path 1.3345 +1 -0 ports/devel/Makefile 1.1 +24 -0 ports/devel/p5-SVN-Look/Makefile (new) 1.1 +3 -0 ports/devel/p5-SVN-Look/distinfo (new) 1.1 +13 -0 ports/devel/p5-SVN-Look/pkg-descr (new) 1.1 +5 -0 ports/devel/p5-SVN-Look/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901271448.n0REm2sk034718>