diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-12-12 13:31:48 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-12-12 13:31:48 +0000 |
commit | e2a0f5b5513c077db66a6b821e40fa894150a59e (patch) | |
tree | df6c6dd5505cda786d17a875e48053977228e4b4 /devel/pear-VersionControl_SVN | |
parent | e5752d3d049da8095c1453ed18026a0f0df063a4 (diff) |
Notes
Diffstat (limited to 'devel/pear-VersionControl_SVN')
-rw-r--r-- | devel/pear-VersionControl_SVN/Makefile | 56 | ||||
-rw-r--r-- | devel/pear-VersionControl_SVN/distinfo | 3 | ||||
-rw-r--r-- | devel/pear-VersionControl_SVN/pkg-descr | 4 |
3 files changed, 63 insertions, 0 deletions
diff --git a/devel/pear-VersionControl_SVN/Makefile b/devel/pear-VersionControl_SVN/Makefile new file mode 100644 index 000000000000..32168deaff7f --- /dev/null +++ b/devel/pear-VersionControl_SVN/Makefile @@ -0,0 +1,56 @@ +# Ports collection makefile for: pear-VersionControl_SVN +# Date created: 30 Oct 2007 +# Whom: Greg Larkin <glarkin@sourcehosting.net> +# +# $FreeBSD$ +# + +PORTNAME= VersionControl_SVN +PORTVERSION= 0.3.1 +CATEGORIES= devel pear + +MAINTAINER= glarkin@sourcehosting.net +COMMENT= Wrapper interface for the Subversion command-line client + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear \ + ${PEARDIR}/XML/Parser.php:${PORTSDIR}/devel/pear-XML_Parser + +CATEGORY= VersionControl_SVN +FILES= SVN.php \ + SVN/Add.php \ + SVN/Blame.php \ + SVN/Cat.php \ + SVN/Checkout.php \ + SVN/Cleanup.php \ + SVN/Commit.php \ + SVN/Copy.php \ + SVN/Delete.php \ + SVN/Diff.php \ + SVN/Export.php \ + SVN/Import.php \ + SVN/Info.php \ + SVN/List.php \ + SVN/Log.php \ + SVN/Merge.php \ + SVN/Mkdir.php \ + SVN/Move.php \ + SVN/Parsers/Log.php \ + SVN/Propdel.php \ + SVN/Propget.php \ + SVN/Proplist.php \ + SVN/Propset.php \ + SVN/Resolved.php \ + SVN/Revert.php \ + SVN/Status.php \ + SVN/Switch.php \ + SVN/Update.php +TESTS= test.php +EXAMPLES= example1.php \ + example_tree.php +_EXAMPLESDIR= docs/examples + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear/bsd.pear.mk" +.include <bsd.port.post.mk> diff --git a/devel/pear-VersionControl_SVN/distinfo b/devel/pear-VersionControl_SVN/distinfo new file mode 100644 index 000000000000..dd0f4040ca3d --- /dev/null +++ b/devel/pear-VersionControl_SVN/distinfo @@ -0,0 +1,3 @@ +MD5 (PEAR/VersionControl_SVN-0.3.1.tgz) = ff796598c87b1bcaa404d950c84f8d09 +SHA256 (PEAR/VersionControl_SVN-0.3.1.tgz) = dbeb21c53169e88f243d704a1992a433e24bc09e5139f041498b3cc8eb5ee1bf +SIZE (PEAR/VersionControl_SVN-0.3.1.tgz) = 33483 diff --git a/devel/pear-VersionControl_SVN/pkg-descr b/devel/pear-VersionControl_SVN/pkg-descr new file mode 100644 index 000000000000..cdc0cf31e07d --- /dev/null +++ b/devel/pear-VersionControl_SVN/pkg-descr @@ -0,0 +1,4 @@ +VersionControl_SVN is a simple OO-style interface for Subversion, +the free/open-source version control system. + +WWW: http://pear.php.net/package/VersionControl_SVN |