notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
ruby_static A Ruby binary with some modules compiled in (in case of emergency)
1.6.8.2003.04.19 lang Deleted on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.6.8.2003.04.19Version of this port present on the latest quarterly branch.
Maintainer: knu@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2001-02-19 12:55:35
Last Update: 2003-08-22 09:01:42
SVN Revision: UNKNOWN
People watching this port, also watch:: python, zip
Also Listed In: ipv6 ruby
License: not specified in port
WWW:
http://www.ruby-lang.org/en/
Description:
Ruby is the interpreted scripting language for quick and easy object-oriented programming. It has many features to process text files and to do system management tasks (as in Perl). It is simple, straight-forward, and extensible. Features of Ruby are shown below. + Simple Syntax + *Normal* Object-Oriented features(ex. class, method calls) + *Advanced* Object-Oriented features(ex. Mix-in, Singleton-method) + Operator Overloading + Exception Handling + Iterators and Closures + Garbage Collection + Dynamic Loading of Object files(on some architecture) + Highly Portable(works on many UNIX machines, and on DOS, Windows, Mac, BeOS etc.) Author: Matsumoto "matz" Yukihiro <matz@zetabits.com> WWW: http://www.ruby-lang.org/en/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

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:
  • >0:lang/ruby_static
No installation instructions:
This port has been deleted.
PKGNAME:
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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby : lang/ruby16
Runtime dependencies:
  1. ruby : lang/ruby16
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. ftp://ftp.iDaemons.org/pub/distfiles/
Collapse this list.

Number of commits found: 32

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.6.8.2003.04.19
22 Aug 2003 09:01:42
Original commit files touched by this commit
knu search for other commits by this committer
Axe dangling files.
1.6.8.2003.04.19
04 Aug 2003 17:55:42
Original commit files touched by this commit
knu search for other commits by this committer
Get lang/ruby_static-devel to build.
1.6.8.2003.04.19
31 Jul 2003 22:16:01
Original commit files touched by this commit
knu search for other commits by this committer
Load rbconfig.rb before referring to Config and unbreak.
1.6.8.2003.04.19
26 Apr 2003 21:17:36
Original commit files touched by this commit
knu search for other commits by this committer
Unbreak the build.
1.6.8.2003.04.19
19 Apr 2003 15:57:37
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby, lang/ruby-devel and lang/ruby16-shim-ruby18 to the
latest snapshots as of 2003-04-19.

ruby-bigdecimal (formerly known as ruby-bigfloat) and ruby-zlib are
now part of ruby 1.8.
1.6.8.2003.01.19
18 Mar 2003 02:49:13
Original commit files touched by this commit
knu search for other commits by this committer
Another BUILD_DEPENDS -> EXTRACT_DEPENDS leftover.

Noted by:       kris
1.6.8.2003.01.19
11 Mar 2003 08:57:33
Original commit files touched by this commit
knu search for other commits by this committer
Change BUILD_DEPENDS to EXTRACT_DEPENDS.

Submitted by:   bento
1.6.8.2003.01.19
18 Feb 2003 05:28:16
Original commit files touched by this commit
knu search for other commits by this committer
De-pkg-comment.
1.6.8
24 Jan 2003 04:39:04
Original commit files touched by this commit
knu search for other commits by this committer
Explicitly specify RUBY_VER?=1.6 to avoid duplicate INDEX entry when
RUBY_DEFAULT_VER=1.8.

Submitted by:   kris
1.6.8.p2
18 Nov 2002 12:02:29
Original commit files touched by this commit
knu search for other commits by this committer
Remove an obsolete LANG=C kludge.

Add a knob for debugging.
1.6.8.p1
07 Nov 2002 01:30:54
Original commit files touched by this commit
knu search for other commits by this committer
Zero PORTREVISION after the PORTVERSION is bumped.
1.6.7.2002.09.12_1
27 Sep 2002 13:55:41
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby-devel to the latest snapshot as of 2002-09-27, which
fixes several coredump bugs and fatal threading problems.

Remove the autoconf dependency by including a pre-generated configure
script in the distfile.  It now also includes a pre-generated parse.c
made by bison 1.35.
1.6.7.2002.09.12_1
24 Sep 2002 20:24:40
Original commit files touched by this commit
knu search for other commits by this committer
lang/ruby_static doesn't depend on autoconf any more.
(but lang/ruby_static-devel still does)
1.6.7.2002.09.12_1
23 Sep 2002 12:15:24
Original commit files touched by this commit
knu search for other commits by this committer
Fix a silly typo introduced in the previous commit and unbreak.

Submitted by:   bento
1.6.7.2002.09.12_1
21 Sep 2002 07:11:59
Original commit files touched by this commit
knu search for other commits by this committer
Use RUBY_SHIM18_PORT.
1.6.7.2002.09.12_1
11 Sep 2002 18:22:01
Original commit files touched by this commit
knu search for other commits by this committer
- Integrate the digest/*, racc/cparse, iconv, shim16_18 modules into
  lang/ruby_static.

- Integrate the iconv module into lang/ruby_static-devel.
1.6.7.2002.05.23
09 Jun 2002 07:05:22
Original commit files touched by this commit
knu search for other commits by this committer
devel/ruby-strscan has been replaced with lang/ruby16-shim-ruby18.

Reported by:    make index
1.6.7.2002.05.23
08 Jun 2002 18:18:52
Original commit files touched by this commit
knu search for other commits by this committer
devel/ruby-fnmatch has been replaced with lang/ruby16-shim-ruby18.
1.6.7.2002.05.23
24 May 2002 10:57:31
Original commit files touched by this commit
knu search for other commits by this committer
Update lang/ruby and lang/ruby-devel to the latest snapshots as of
2002-05-23.
1.6.7.2002.03.27_1
30 Mar 2002 10:10:36
Original commit files touched by this commit
knu search for other commits by this committer
Use autoconf 2.53 for lang/ruby_static-devel and unbreak it.
20 Feb 2002 05:52:50
commit hash: fp1.24949@dev.null.freshports.orgcommit hash: fp1.24949@dev.null.freshports.orgcommit hash: fp1.24949@dev.null.freshports.orgcommit hash: fp1.24949@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Include databases/ruby-bdb1.    
19 Feb 2002 20:48:40
commit hash: fp1.24933@dev.null.freshports.orgcommit hash: fp1.24933@dev.null.freshports.orgcommit hash: fp1.24933@dev.null.freshports.orgcommit hash: fp1.24933@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Set MAKE_ENV to "LANG=C" to prevent bison 1.33 w/ gettext 0.10.35   (what is
built from ports) from coredumping. [workaround]    
29 Jan 2002 09:19:45
commit hash: fp1.24092@dev.null.freshports.orgcommit hash: fp1.24092@dev.null.freshports.orgcommit hash: fp1.24092@dev.null.freshports.orgcommit hash: fp1.24092@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;   the ECHO
macro is set to "echo" by default, but it is set to "true" if   make(1) is
invoked with the -s option while ECHO_CMD is always set to   the echo command.  
 
26 Dec 2001 06:30:29
commit hash: fp1.22550@dev.null.freshports.orgcommit hash: fp1.22550@dev.null.freshports.orgcommit hash: fp1.22550@dev.null.freshports.orgcommit hash: fp1.22550@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Remove ruby-syslog from here too.    
19 Sep 2001 15:34:06
commit hash: fp1.18944@dev.null.freshports.orgcommit hash: fp1.18944@dev.null.freshports.orgcommit hash: fp1.18944@dev.null.freshports.orgcommit hash: fp1.18944@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Update ruby to the 1.6.5 release.    
17 Sep 2001 08:45:58
commit hash: fp1.18874@dev.null.freshports.orgcommit hash: fp1.18874@dev.null.freshports.orgcommit hash: fp1.18874@dev.null.freshports.orgcommit hash: fp1.18874@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Do not static link everything (including libc) but just compile in   some
dynamic modules, and leave a knob which links everything as   before (-DSTATIC).
   
21 Jun 2001 17:45:20
commit hash: fp1.15352@dev.null.freshports.orgcommit hash: fp1.15352@dev.null.freshports.orgcommit hash: fp1.15352@dev.null.freshports.orgcommit hash: fp1.15352@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Now Ruby 1.7 has fnmatch out-of-the-box.    
11 Jun 2001 06:04:09
commit hash: fp1.14888@dev.null.freshports.orgcommit hash: fp1.14888@dev.null.freshports.orgcommit hash: fp1.14888@dev.null.freshports.orgcommit hash: fp1.14888@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Compile ruby-fnmatch in.    
04 Jun 2001 15:54:32
commit hash: fp1.14579@dev.null.freshports.orgcommit hash: fp1.14579@dev.null.freshports.orgcommit hash: fp1.14579@dev.null.freshports.orgcommit hash: fp1.14579@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Introduce RUBY_DEFALUT_VER to choose a default version of ruby to use.    
06 May 2001 17:46:06
commit hash: fp1.13481@dev.null.freshports.orgcommit hash: fp1.13481@dev.null.freshports.orgcommit hash: fp1.13481@dev.null.freshports.orgcommit hash: fp1.13481@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Support installing multiple versions of ruby_s. (You'll have ruby16_s   and
ruby17_s, and ruby_s as a symlink to either)    
01 Apr 2001 19:14:50
commit hash: fp1.11901@dev.null.freshports.orgcommit hash: fp1.11901@dev.null.freshports.orgcommit hash: fp1.11901@dev.null.freshports.orgcommit hash: fp1.11901@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Do not link libc_r when it is unnecessary.    
19 Feb 2001 15:55:35
commit hash: fp1.9742@dev.null.freshports.orgcommit hash: fp1.9742@dev.null.freshports.orgcommit hash: fp1.9742@dev.null.freshports.orgcommit hash: fp1.9742@dev.null.freshports.org files touched by this commit
knu search for other commits by this committer
Add lang/ruby_static, the statically linked version of the "ruby"   executable,
with some basic extensions compiled in.    

Number of commits found: 32