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-erbscan ERB compiler accelerator
0.0.20030723b textproc Deleted on this many watch lists=0 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 0.0.20030723bVersion of this port present on the latest quarterly branch.
Broken BROKEN: does not build with ruby 1.9
Deprecated DEPRECATED: Does not work with Ruby 1.9
Expired This port expired on: 2013-10-10
Ignore IGNORE: is marked as broken: does not build with ruby 1.9
Maintainer: smatsui@karashi.org search for ports maintained by this maintainer
Port Added: 2006-11-20 01:08:21
Last Update: 2013-10-11 05:34:29
SVN Revision: 330056
Also Listed In: ruby
License: not specified in port
WWW:
http://raa.ruby-lang.org/project/erbscan/
Description:
erbscan is ERB::Compiler accelerator 8 times faster than erb.rb(Ruby1.8.0) require "erb" # slow require "erb_fast" # FAST!!!! Author: MoonWolf <moonwolf@moonwolf.com> WWW: http://raa.ruby-lang.org/project/erbscan/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

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-erbscan>0:textproc/ruby-erbscan
No installation instructions:
This port has been deleted.
PKGNAME: ruby19-erbscan
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. ruby19 : lang/ruby19
Runtime dependencies:
  1. ruby19 : lang/ruby19
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 (2 items)
Collapse this list.
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ruby/
  2. http://raa.ruby-lang.org/cache/erbscan/
Collapse this list.

Number of commits found: 8

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.0.20030723b
11 Oct 2013 05:34:29
Revision:330056Original commit files touched by this commit
tabthorpe search for other commits by this committer
2013-10-10 audio/ruby-vorbisfile: Does not work with Ruby 1.9
2013-10-10 audio/ruby-xmms: Does not work with Ruby 1.9
2013-10-10 databases/ruby-interbase: Does not work with Ruby 1.9
2013-10-10 databases/ruby-bdb1: Does not work with Ruby 1.9
2013-10-10 devel/ruby-fam: Does not work with Ruby 1.9
2013-10-10 devel/ruby-rcov: Does not work with Ruby 1.9
2013-10-10 devel/ruby-rudl: Does not work with Ruby 1.9
2013-10-10 devel/ruby-gemfinder: Does not work with Ruby 1.9
2013-10-10 devel/ruby-sysvipc: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-sdl: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-ncurses: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-parsetree: Does not work with Ruby 1.9
2013-10-10 devel/ruby-sexp: Does not work with Ruby 1.9
2013-10-10 devel/rubygem-getopt-declare: Does not work with Ruby 1.9
2013-10-10 devel/ruby-slang: Does not work with Ruby 1.9
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.0.20030723b
26 Sep 2013 21:13:59
Revision:328414Original commit files touched by this commit
tabthorpe search for other commits by this committer
- Change EXPIRATION_DATE to 2013-10-10, to match removal of lang/ruby18

Discussed with:	swills
0.0.20030723b
20 Sep 2013 23:17:32
Revision:327773Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc)
0.0.20030723b
03 Mar 2013 01:43:03
Revision:313317Original commit files touched by this commit
swills search for other commits by this committer
- Fix EXPIRATION date, we are in 2013, not 2012

Pointyhat to:	swills
Reported by:	bapt
0.0.20030723b
02 Mar 2013 21:01:59
Revision:313298Original commit files touched by this commit
swills search for other commits by this committer
- Deprecate ports which don't work with Ruby 1.9
- Set expiration to 2 months to give plenty of time to fix them to anyone who
  may be interested (patching rubygem- ports is possible now)
- Trim headers while here

With Hat:	ruby@
0.0.20030723b
04 Jul 2011 17:46:12
Original commit files touched by this commit
swills search for other commits by this committer
- Mark as broken with Ruby 1.9

Approved by:    portmgr
0.0.20030723b
03 Jul 2011 14:40:25
Original commit files touched by this commit
ohauer search for other commits by this committer
-remove MD5
0.0.20030723b
18 Nov 2006 23:25:42
Original commit files touched by this commit
miwi search for other commits by this committer
erbscan is ERB::Compiler accelerator
8 times faster than erb.rb(Ruby1.8.0)

require "erb" # slow
require "erb_fast" # FAST!!!!

Author: MoonWolf <moonwolf@moonwolf.com>
WWW:    http://raa.ruby-lang.org/project/erbscan/

PR:             ports/15622
Submitted by:   Shinsuke Matsui (<smatsui at karashi.org>)

Number of commits found: 8