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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
cal.rb Displays a Japanese calendar
1.19 japanese Deleted on this many watch lists=1 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.19Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: mastersite disappeared, no longer maintained by author
Expired This port expired on: 2006-03-25
There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2002-11-04 01:37:08
Last Update: 2006-03-27 05:51:18
SVN Revision: UNKNOWN
People watching this port, also watch:: ladspa, python
Also Listed In: deskutils
License: not specified in port
WWW:
http://aglaia.c.u-tokyo.ac.jp/~yamamoto/Script/Calendar/
Description:
cal.rb is a cal(1)-like program which shows a calendar with the Japanese holidays. It can also display years and months in Japanese style. WWW: http://aglaia.c.u-tokyo.ac.jp/~yamamoto/Script/Calendar/
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:
  • ja-cal.rb>0:japanese/cal.rb
No installation instructions:
This port has been deleted.
PKGNAME: ja-cal.rb
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. ruby18 : lang/ruby18
Runtime dependencies:
  1. ruby18 : lang/ruby18
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.FreeBSD.org/pub/FreeBSD/ports/distfiles/cal.rb-1.19/
Collapse this list.

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.19
27 Mar 2006 05:51:18
Original commit files touched by this commit
vd search for other commits by this committer
Remove expired leaf ports:
2006-03-25 irc/scrollz-doc
2006-03-25 japanese/cal.rb
1.19
25 Jan 2006 15:39:07
Original commit files touched by this commit
garga search for other commits by this committer
- Mark it as DEPRECATED - "mastersite disappeared, no longer maintained by
  author"
- Set an EXPIRATION_DATE

PR:             ports/92312
Submitted by:   Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
1.19
22 Jan 2006 12:39:13
Original commit files touched by this commit
edwin search for other commits by this committer
SHA256ify

Approved by: krion@
1.19
09 Mar 2005 14:00:21
Original commit files touched by this commit
vs search for other commits by this committer
Unbreak: Update to 1.19
1.18
28 Feb 2005 10:29:39
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Checksum mismatch
1.18
05 Nov 2004 15:39:24
Original commit files touched by this commit
vs search for other commits by this committer
- Unbreak: Update to 1.18 (files are unversioned)
- Nuke pkg-plist while here
1.17_1
09 Aug 2004 18:31:56
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Size mismatch
1.17_1
25 Jul 2004 22:36:49
Original commit files touched by this commit
pav search for other commits by this committer
- Chase checksum, unbreak

--- /usr/ports/distfiles/cal.rb-1.17/Calendar.rb        Tue Jun  8 05:37:53 2004
+++ Calendar.rb Fri Jan 30 13:18:35 2004
@@ -308,11 +308,9 @@
        wday = what_day(year, month, day) if wday == -1
        f.each{|s|
          s.chomp!
-#        s.gsub!(" ", "")
+         s.gsub!(" ", "")
          next if /^#/ =~ s
-#        puts s.split(",\s*")
-#        puts "#{day} #{month} #{year}"
-         y, m, d, w, j, e, c = s.split(",\s*")
+         y, m, d, w, j, e, c = s.split(",")
          if (y == "*" or y == year.to_s) and
              (m == "*" or m == month.to_s) and
              (w == "*" or w == wday.to_s) and

PR:             ports/69511
Submitted by:   Kimura Fuyuki <fuyuki@hadaly.org>
1.17
09 Jun 2004 07:58:53
Original commit files touched by this commit
kris search for other commits by this committer
BROKEN: Size mismatch
1.17
29 Jan 2004 07:24:56
Original commit files touched by this commit
trevor search for other commits by this committer
SIZEify.
1.17
23 Jan 2004 10:58:25
Original commit files touched by this commit
krion search for other commits by this committer
- Update to 1.17

PR:             ports/61761
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
1.16
20 Dec 2003 10:11:53
Original commit files touched by this commit
linimon search for other commits by this committer
Minor update to 1.16, mainly fixes fetch.

PR:             ports/59815
Submitted by:   Ports Fury
1.14
19 Aug 2003 06:15:40
Original commit files touched by this commit
daichi search for other commits by this committer
update japanese/cal.rb: 1.13 -> 1.14

PR:             55600
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
1.13
02 Jun 2003 01:24:33
Original commit files touched by this commit
naddy search for other commits by this committer
Remove MAINTAINER, as per his request:

"I'll be offline for the next few months.  Someone please take care
 of these poor orphans."

Also slip in some minor fixes.

PR:             52831
Submitted by:   Kimura Fuyuki <fuyuki@mj.0038.net>
1.13
04 Apr 2003 20:09:50
Original commit files touched by this commit
nork search for other commits by this committer
Update to 1.13.

PR:             ports/50581
Submitted by:   Kimura Fuyuki <fuyuki@hadaly.org>
1.12
25 Mar 2003 12:18:28
Original commit files touched by this commit
naddy search for other commits by this committer
Update to 1.12.

PR:             49997
Submitted by:   Kimura Fuyuki <fuyuki@hadaly.org>
1.11
19 Feb 2003 11:15:39
Original commit files touched by this commit
leeym search for other commits by this committer
update to cal.rb-1.11
use COMMENT

PR:             48408
Submitted by:   Kimura Fuyuki <fuyuki@hadaly.org>
0.21
16 Dec 2002 13:28:24
Original commit files touched by this commit
edwin search for other commits by this committer
Make port fetchable and buildable again.
Implicit permission by the fact that the original distfiles weren't
available anymore.

PR:             ports/45870
Submitted by:   Kimura Fuyuki <fuyuki@hadaly.org>
0.2
04 Nov 2002 01:35:00
Original commit files touched by this commit
nork search for other commits by this committer
Add cal.rb(0.2), Display a Japanese calendar

PR:             ports/43619
Submitted by:   Kimura Fuyuki <fuyuki@hadaly.org>

Number of commits found: 19