mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
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>
This commit is contained in:
parent
20173f0a12
commit
d29680803f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211166
@ -2247,6 +2247,7 @@
|
||||
SUBDIR += rubygem-needle
|
||||
SUBDIR += rubygem-open4
|
||||
SUBDIR += rubygem-parsetree
|
||||
SUBDIR += rubygem-platform
|
||||
SUBDIR += rubygem-ptreloaded
|
||||
SUBDIR += rubygem-rake
|
||||
SUBDIR += rubygem-rapt
|
||||
|
23
devel/rubygem-platform/Makefile
Normal file
23
devel/rubygem-platform/Makefile
Normal file
@ -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>
|
3
devel/rubygem-platform/distinfo
Normal file
3
devel/rubygem-platform/distinfo
Normal file
@ -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
|
8
devel/rubygem-platform/pkg-descr
Normal file
8
devel/rubygem-platform/pkg-descr
Normal file
@ -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/
|
20
devel/rubygem-platform/pkg-plist
Normal file
20
devel/rubygem-platform/pkg-plist
Normal file
@ -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%%
|
Loading…
Reference in New Issue
Block a user