diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2009-03-31 11:56:52 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2009-03-31 11:56:52 +0000 |
commit | eca5054be09be5e44aa66f3b85aa621b48cbe997 (patch) | |
tree | f461491df2265ea6dfd357597a65c0cc5a671bd9 /devel | |
parent | 3149e59fcbb465dc7abeeb231964d7ce594664c1 (diff) | |
download | ports-eca5054be09be5e44aa66f3b85aa621b48cbe997.tar.gz ports-eca5054be09be5e44aa66f3b85aa621b48cbe997.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/rubygem-piston/Makefile | 21 | ||||
-rw-r--r-- | devel/rubygem-piston/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-piston/pkg-descr | 11 |
4 files changed, 36 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 96e2f9a1d90b..6451699380a8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2573,6 +2573,7 @@ SUBDIR += rubygem-needle SUBDIR += rubygem-open4 SUBDIR += rubygem-parsetree + SUBDIR += rubygem-piston SUBDIR += rubygem-platform SUBDIR += rubygem-ptreloaded SUBDIR += rubygem-rake diff --git a/devel/rubygem-piston/Makefile b/devel/rubygem-piston/Makefile new file mode 100644 index 000000000000..d6beb963b771 --- /dev/null +++ b/devel/rubygem-piston/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: rubygem-piston +# Date created: 31 March 2009 +# Whom: Tim Bishop <tdb@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= piston +PORTVERSION= 1.4.0 +CATEGORIES= devel rubygems +MASTER_SITES= RF + +MAINTAINER= tdb@FreeBSD.org +COMMENT= Utility to manage local copies of Subversion repositories + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes +PLIST_FILES= bin/piston + +.include <bsd.port.mk> diff --git a/devel/rubygem-piston/distinfo b/devel/rubygem-piston/distinfo new file mode 100644 index 000000000000..437d970b89b0 --- /dev/null +++ b/devel/rubygem-piston/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/piston-1.4.0.gem) = 8edc63db4de448fe411394dff0e64f32 +SHA256 (rubygem/piston-1.4.0.gem) = 7d86d9e68dac5065cfb9160e24f073935dc85261a08f300e34e62b918537e230 +SIZE (rubygem/piston-1.4.0.gem) = 16896 diff --git a/devel/rubygem-piston/pkg-descr b/devel/rubygem-piston/pkg-descr new file mode 100644 index 000000000000..a702aed76784 --- /dev/null +++ b/devel/rubygem-piston/pkg-descr @@ -0,0 +1,11 @@ +Piston is a utility that eases vendor branch management. This is +similar to svn:externals, except you have a local copy of the files, +which you can modify at will. As long as the changes are mergeable, +you should have no problems. + +Piston has a similar purpose than svnmerge.py which you can find in +the contrib/client-side folder of the main Subversion. The main +difference is that Piston is designed to work with remote +repositories. + +WWW: http://piston.rubyforge.org/ |