Port details |
- ruby-gphys Multi-purpose class to handle gridded physical quantities
- 1.2.2_3 science
=0 1.2.2_3Version of this port present on the latest quarterly branch.
- DEPRECATED: Depends on deprecated math/ruby-narray
This port expired on: 2014-09-20
- Maintainer: murashin@gfd-dennou.org
- Port Added: 2004-03-14 16:35:17
- Last Update: 2014-09-20 09:45:04
- SVN Revision: 368630
- Also Listed In: ruby
- License: BSD2CLAUSE
- WWW:
- http://ruby.gfd-dennou.org/products/gphys/
- Description:
- GPhys -- a multi-purpose class to handle Gridded Physical quantities
WWW: http://ruby.gfd-dennou.org/products/gphys/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ruby19-gphys>0:science/ruby-gphys
- No installation instructions:
- This port has been deleted.
- PKGNAME: ruby19-gphys
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- narray.so : math/ruby-narray
- ruby19 : lang/ruby19
- Runtime dependencies:
-
- narray.so : math/ruby-narray
- narray_miss.rb : math/ruby-narray_miss
- dcl_raw.so : science/ruby-dcl
- netcdfraw.so : science/ruby-netcdf
- fftw3.so : math/ruby-fftw3
- misc.rb : math/ruby-numru_misc
- units.rb : math/ruby-numru_units
- rb_gsl.so : math/ruby-gsl
- ruby19 : lang/ruby19
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ruby19-gphys-1.2.2_3:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.2.2_3 20 Sep 2014 09:45:04 |
rene |
Remove expired ports
Keep some which are optional dependencies of non-expired ports
2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in
sysutils/moreutils instead
2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray
2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014
2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014
2014-09-20 comms/callsign: RubyForge shutdown May 15 2014
2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014
2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014 (Only the first 15 lines of the commit message are shown above ) |
1.2.2_3 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
1.2.2_2 19 Aug 2014 15:35:36 |
swills |
many ruby/rubygem ports: death of rubyforge.org
rubyforge.org shutdown on May 15, 2014. This commit accounts for that by doing
several things:
- Deprecate ruby that had only rubyforge.org as MASTER_SITES (and so are now
only fetchable via our cache)
- Deprecate ports that depend on those
- Update the WWW pkg-descr line that points to rubyforge.org for rubygem ports
(which are still fetchable from rubygems.org)
The next step will be to remove rubyforge.org from bsd.sites.mk, after these
deprecated ports are deleted.
Phabric: D591
With hat: ruby
Approved by: portmgr (because of committing to unstaged graphics/mingplot port) |
1.2.2_2 17 Jul 2014 08:57:51 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles
where not included as they contain Latin-1 characters that break
the Phabricator workflow. Categories P-S.
CR: D422
Approved by: portmgr (bapt) |
1.2.2_2 07 Apr 2014 15:36:58 |
bapt |
Support stage |
1.2.2_2 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
1.2.2_1 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
1.2.2 20 Sep 2013 22:48:31 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
science) |
1.2.2 22 Jan 2013 03:31:11 |
swills |
- Update to 1.2.2
PR: ports/173749
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer) |
1.2.1 21 Oct 2012 15:13:44 |
swills |
- Update to 1.2.1
- Update URLs of MASTER_SITES
- Add lines related to LICENSE file
- Add math/ruby-gsl to RUN_DEPENDS
- Use PORTDOCS and PORTEXAMPLES
- Trim headers while here
PR: ports/165487
Submitted by: Shin-ya Murakami <murashin@gfd-dennou.org> (maintainer)
Feature safe: yes |
1.0.0_2 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.0.0_1 08 Mar 2012 04:50:36 |
pgollucci |
- Chase math/ruby-netcdf -> science/ruby-netcdf rename |
1.0.0 03 Jul 2011 13:22:25 |
ohauer |
- remove MD5 |
1.0.0 28 Apr 2010 06:00:34 |
clsung |
- Update to 1.0.0
PR: ports/144129
Submitted by: maintainer (Shin'ya Murakami) |
0.6.1_4 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.6.1_3 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
0.6.1_2 08 Jan 2009 17:13:47 |
stefan |
- fix inappropriate use of NO* vars
- add MASTER_SITES
- change maintainer's email address
PR: 127463
Submitted by: maintainer |
0.6.1_1 06 Jun 2008 13:59:05 |
edwin |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
0.6.1 27 Mar 2008 02:14:57 |
clsung |
- update to 0.6.1
Changes:
PR: ports/121261
Submitted by: maintainer ("Shin'ya Murakami") |
0.6.0 27 Aug 2007 00:48:19 |
clsung |
- Update to 0.6.0
PR: ports/115599
Submitted by: maintainer (Shin'ya Murakami) |
0.5.4_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
0.5.4 24 Feb 2007 09:38:01 |
clsung |
- update to 0.5.4
PR: ports/109456
Submitted by: maintainer (Shin'ya Murakami) |
0.5.3 31 Oct 2006 15:24:47 |
clsung |
- Update to 0.5.3
PR: ports/104355
Submitted by: maintainer (Shin'ya Murakami) |
0.5.2 18 Sep 2006 03:12:26 |
clsung |
- change MASTER_SITES |
0.5.2 02 Sep 2006 13:08:24 |
clsung |
- update to 0.5.2
PR: ports/102677
Submitted by: maintainer (Shin'ya Murakami) |
0.5.1_1 11 May 2006 15:12:06 |
ahze |
- Chase fftw3 libver bump |
0.5.1 24 Jan 2006 01:01:36 |
edwin |
SHA256ify
Approved by: krion@ |
0.5.1 22 Jan 2006 02:49:09 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
0.5.1 10 Sep 2005 21:20:15 |
pav |
- Update to 0.5.1
PR: ports/85914
Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer) |
0.5.0 06 Jun 2005 12:02:23 |
pav |
- Update to 0.5.0
PR: ports/81939
Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer) |
0.4.0 19 Mar 2005 00:44:07 |
pav |
- Update to 0.4.0
PR: ports/78924
Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer) |
0.3.5_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
0.3.5 24 Feb 2005 20:15:00 |
sem |
science/cdcl -> update to 5.3 and use gtk by default
science/cdcl-gtk -> delete
science/ruby-dcl -> update to 1.5 and use gtk by default
science/ruby-dcl-gtk -> delete
science/ruby-gphys -> update to 0.3.5 and fix dependency
science/gave -> update to 1.1.3 and fix dependency
PR: ports/76853
Submitted by: maintainer |
0.3.3_1 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
0.3.3 12 Oct 2004 06:43:22 |
linimon |
Update to 0.3.3.
PR: ports/71275
Submitted by: Shin'ya Murakami <murakami at ahs dot scitec dot kobe-u dot ac
dot jp> (maintainer) |
0.3.2_1 29 Jun 2004 15:15:00 |
arved |
Depend on ruby-fftw3
PR: 68466
Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> |
0.3.2 22 May 2004 14:37:33 |
pav |
- Update to 0.3.2
PR: ports/67029
Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> (maintainer) |
0.3.1 20 Apr 2004 09:57:20 |
arved |
Update to 0.3.1
PR: 65748
Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> |
0.3.0_1 05 Apr 2004 03:31:02 |
marcus |
Chase the glib20 update, and bump all affected ports' PORTREVISIONs. |
0.3.0 14 Mar 2004 16:34:51 |
pav |
Add ruby-gphys, a multi-purpose class to handle gridded physical
quantities for Ruby.
PR: ports/64248
Submitted by: Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp> |