Bug 122708 - [NEW PORT] devel/rubygem-platform: Hopefully robust platform sensing
Summary: [NEW PORT] devel/rubygem-platform: Hopefully robust platform sensing
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-13 09:00 UTC by don
Modified: 2008-04-13 14:00 UTC (History)
0 users

See Also:


Attachments
rubygem-platform-0.4.0.shar (2.80 KB, text/plain)
2008-04-13 09:00 UTC, don
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description don 2008-04-13 09:00:07 UTC
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/

Generated with FreeBSD Port Tools 0.77
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2008-04-13 10:37:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-04-13 13:53:30 UTC
rafan       2008-04-13 12:53:21 UTC

  FreeBSD ports repository

  Modified files:
    devel                Makefile 
  Added files:
    devel/rubygem-platform Makefile distinfo pkg-descr pkg-plist 
  Log:
  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>
  
  Revision  Changes    Path
  1.3035    +1 -0      ports/devel/Makefile
  1.1       +23 -0     ports/devel/rubygem-platform/Makefile (new)
  1.1       +3 -0      ports/devel/rubygem-platform/distinfo (new)
  1.1       +8 -0      ports/devel/rubygem-platform/pkg-descr (new)
  1.1       +20 -0     ports/devel/rubygem-platform/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Rong-En Fan freebsd_committer freebsd_triage 2008-04-13 13:54:17 UTC
State Changed
From-To: open->closed

New port added. Thanks!