diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-13 12:53:21 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-04-13 12:53:21 +0000 |
commit | d29680803f7a37bbb18d9231181ae877cb37a0cf (patch) | |
tree | a2b6d061d480aba244e8952e967393ebdd738b3a /devel/rubygem-platform | |
parent | - Update to 4.79K (diff) |
The Platform library offers a simple, reliable, means of determining
what platform Ruby is running on. Underlying Platform is the
RUBY_PLATFORM constant. This library is parsing this constant for
information. You could easily do this yourself. We've just taken the
hassle out of it for you and hopefully covered a few of the more
unusual cases you mightn't have thought of yourself.
WWW: http://platform.rubyforge.org/
PR: ports/122708
Submitted by: IWATSUKI Hiroyuki <don at na.rim.or.jp>
Notes
Notes:
svn path=/head/; revision=211166
Diffstat (limited to 'devel/rubygem-platform')
-rw-r--r-- | devel/rubygem-platform/Makefile | 23 | ||||
-rw-r--r-- | devel/rubygem-platform/distinfo | 3 | ||||
-rw-r--r-- | devel/rubygem-platform/pkg-descr | 8 | ||||
-rw-r--r-- | devel/rubygem-platform/pkg-plist | 20 |
4 files changed, 54 insertions, 0 deletions
diff --git a/devel/rubygem-platform/Makefile b/devel/rubygem-platform/Makefile new file mode 100644 index 000000000000..4e362fb6c982 --- /dev/null +++ b/devel/rubygem-platform/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: rubygem-Platform +# Date created: 2008-04-13 +# Whom: IWATSUKI Hiroyuki <don@na.rim.or.jp> +# +# $FreeBSD$ +# + +PORTNAME= platform +PORTVERSION= 0.4.0 +CATEGORIES= devel rubygems +MASTER_SITES= ${MASTER_SITE_RUBYFORGE} +MASTER_SITE_SUBDIR= platform +DISTNAME= Platform-${PORTVERSION} + +MAINTAINER= don@na.rim.or.jp +COMMENT= Hopefully robust platform sensing + +GEM_NAME= ${DISTNAME} + +USE_RUBY= yes +USE_RUBYGEMS= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-platform/distinfo b/devel/rubygem-platform/distinfo new file mode 100644 index 000000000000..cf94cfa0fa60 --- /dev/null +++ b/devel/rubygem-platform/distinfo @@ -0,0 +1,3 @@ +MD5 (rubygem/Platform-0.4.0.gem) = 9947ef2e902de65ffff3cd5912269678 +SHA256 (rubygem/Platform-0.4.0.gem) = 9bcc331b0285fc139c362bbf1f69b198398895df76f399646af1573b676d0009 +SIZE (rubygem/Platform-0.4.0.gem) = 4608 diff --git a/devel/rubygem-platform/pkg-descr b/devel/rubygem-platform/pkg-descr new file mode 100644 index 000000000000..802c2b0a1bb8 --- /dev/null +++ b/devel/rubygem-platform/pkg-descr @@ -0,0 +1,8 @@ +The Platform library offers a simple, reliable, means of determining +what platform Ruby is running on. Underlying Platform is the +RUBY_PLATFORM constant. This library is parsing this constant for +information. You could easily do this yourself. We've just taken the +hassle out of it for you and hopefully covered a few of the more +unusual cases you mightn't have thought of yourself. + +WWW: http://platform.rubyforge.org/ diff --git a/devel/rubygem-platform/pkg-plist b/devel/rubygem-platform/pkg-plist new file mode 100644 index 000000000000..cf7a93003dd2 --- /dev/null +++ b/devel/rubygem-platform/pkg-plist @@ -0,0 +1,20 @@ +%%GEM_CACHE%% +%%GEM_SPEC%% +%%GEM_LIB_DIR%%/README +%%GEM_LIB_DIR%%/lib/platform.rb +%%GEM_DOC_DIR%%/rdoc/classes/Platform.html +%%GEM_DOC_DIR%%/rdoc/created.rid +%%GEM_DOC_DIR%%/rdoc/files/README.html +%%GEM_DOC_DIR%%/rdoc/files/lib/platform_rb.html +%%GEM_DOC_DIR%%/rdoc/fr_class_index.html +%%GEM_DOC_DIR%%/rdoc/fr_file_index.html +%%GEM_DOC_DIR%%/rdoc/fr_method_index.html +%%GEM_DOC_DIR%%/rdoc/index.html +%%GEM_DOC_DIR%%/rdoc/rdoc-style.css +@dirrm %%GEM_LIB_DIR%%/lib +@dirrm %%GEM_LIB_DIR%% +@dirrm %%GEM_DOC_DIR%%/rdoc/files/lib +@dirrm %%GEM_DOC_DIR%%/rdoc/files +@dirrm %%GEM_DOC_DIR%%/rdoc/classes +@dirrm %%GEM_DOC_DIR%%/rdoc +@dirrm %%GEM_DOC_DIR%% |