diff --git a/devel/ruby-indentation/Makefile b/devel/ruby-indentation/Makefile new file mode 100644 index 00000000000..819a2b8552f --- /dev/null +++ b/devel/ruby-indentation/Makefile @@ -0,0 +1,21 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2013/03/08 10:38:41 jasper Exp $ + +COMMENT= indentation and manipulation of (Arrays of) Strings + +DISTNAME= indentation-0.0.7 + +CATEGORIES= devel + +HOMEPAGE= http://samueldana.github.com/indentation/ + +# MIT +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +MODULES= lang/ruby + +CONFIGURE_STYLE=ruby gem + +.include diff --git a/devel/ruby-indentation/distinfo b/devel/ruby-indentation/distinfo new file mode 100644 index 00000000000..7e7769ba05b --- /dev/null +++ b/devel/ruby-indentation/distinfo @@ -0,0 +1,2 @@ +SHA256 (indentation-0.0.7.gem) = ywpS4DFHueZRPQkK8XOaFcW0/wXuYK/2FtvAjGIkC9A= +SIZE (indentation-0.0.7.gem) = 11776 diff --git a/devel/ruby-indentation/pkg/DESCR b/devel/ruby-indentation/pkg/DESCR new file mode 100644 index 00000000000..cacf9812d79 --- /dev/null +++ b/devel/ruby-indentation/pkg/DESCR @@ -0,0 +1,2 @@ +Library of extensions to Ruby's Array and String classes that allow +indentation manipulation of Strings and Arrays of Strings. diff --git a/devel/ruby-indentation/pkg/PLIST b/devel/ruby-indentation/pkg/PLIST new file mode 100644 index 00000000000..8190aae9fbe --- /dev/null +++ b/devel/ruby-indentation/pkg/PLIST @@ -0,0 +1,16 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2013/03/08 10:38:41 jasper Exp $ +${GEM_LIB}/cache/${DISTNAME}.gem +${GEM_LIB}/gems/${DISTNAME}/ +${GEM_LIB}/gems/${DISTNAME}/README.rdoc +${GEM_LIB}/gems/${DISTNAME}/gemspec +${GEM_LIB}/gems/${DISTNAME}/lib/ +${GEM_LIB}/gems/${DISTNAME}/lib/indentation/ +${GEM_LIB}/gems/${DISTNAME}/lib/indentation.rb +${GEM_LIB}/gems/${DISTNAME}/lib/indentation/array_mod.rb +${GEM_LIB}/gems/${DISTNAME}/lib/indentation/meta_info.rb +${GEM_LIB}/gems/${DISTNAME}/lib/indentation/string_mod.rb +${GEM_LIB}/gems/${DISTNAME}/spec/ +${GEM_LIB}/gems/${DISTNAME}/spec/.rspec +${GEM_LIB}/gems/${DISTNAME}/spec/indentation_spec.rb +${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb +${GEM_LIB}/specifications/${DISTNAME}.gemspec