From 7e9fdb8368c23deb2d6f55b6a1e9650a339f8e24 Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Wed, 22 Sep 2010 03:44:54 +0000 Subject: rubygem-deprecated is a small library intended to aid developers working with deprecated code. The idea comes from the 'D' programming language, where developers can mark certain code as deprecated, and then allow/disallow the ability to execute deprecated code. This is a legacy copy in ports of the 2.x series for compatibility with some other Ruby ports. WWW: http://rubyforge.org/projects/deprecated/ PR: ports/150775 Submitted by: Eric Freeman --- devel/Makefile | 1 + devel/rubygem-deprecated2/Makefile | 24 ++++++++++++++++++++++++ devel/rubygem-deprecated2/distinfo | 3 +++ devel/rubygem-deprecated2/pkg-descr | 9 +++++++++ 4 files changed, 37 insertions(+) create mode 100644 devel/rubygem-deprecated2/Makefile create mode 100644 devel/rubygem-deprecated2/distinfo create mode 100644 devel/rubygem-deprecated2/pkg-descr (limited to 'devel') diff --git a/devel/Makefile b/devel/Makefile index 1fe57534a88f..ca60c14cfccc 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -3032,6 +3032,7 @@ SUBDIR += rubygem-daemons SUBDIR += rubygem-deeptest SUBDIR += rubygem-deprecated + SUBDIR += rubygem-deprecated2 SUBDIR += rubygem-directory_watcher SUBDIR += rubygem-ditz SUBDIR += rubygem-echoe diff --git a/devel/rubygem-deprecated2/Makefile b/devel/rubygem-deprecated2/Makefile new file mode 100644 index 000000000000..f2b4cf7a3f1e --- /dev/null +++ b/devel/rubygem-deprecated2/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: rubygem-deprecated +# Date created: 20 Sept 2010 +# Whom: Eric Freeman +# +# Created because the gem interface changed significantly with v3 +# +# $FreeBSD$ +# + +PORTNAME= deprecated +PORTVERSION= 2.0.1 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Version 2 of this library intended to aid working with deprecated code + +LATEST_LINK= deprecated2 + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include diff --git a/devel/rubygem-deprecated2/distinfo b/devel/rubygem-deprecated2/distinfo new file mode 100644 index 000000000000..31e0bd0668c4 --- /dev/null +++ b/devel/rubygem-deprecated2/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/deprecated-2.0.1.gem) = 238d298ae7113d28121f1a509e070924 +SHA256 (rubygem/deprecated-2.0.1.gem) = 5648e9f7a15760b661cc09f2f62f328c0f6428b033982a173a3c745eb9f1e79c +SIZE (rubygem/deprecated-2.0.1.gem) = 6144 diff --git a/devel/rubygem-deprecated2/pkg-descr b/devel/rubygem-deprecated2/pkg-descr new file mode 100644 index 000000000000..bdf2c831c4c6 --- /dev/null +++ b/devel/rubygem-deprecated2/pkg-descr @@ -0,0 +1,9 @@ +rubygem-deprecated is a small library intended to aid developers working +with deprecated code. The idea comes from the 'D' programming language, +where developers can mark certain code as deprecated, and then +allow/disallow the ability to execute deprecated code. + +This is a legacy copy in ports of the 2.x series for compatibility with +some other Ruby ports. + +WWW: http://rubyforge.org/projects/deprecated/ -- cgit v1.2.3