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
non port: japanese/cal.rb/distinfo

Number of commits found: 14

Monday, 27 Mar 2006
05:51 vd search for other commits by this committer
Remove expired leaf ports:
2006-03-25 irc/scrollz-doc
2006-03-25 japanese/cal.rb
Original commit
Sunday, 22 Jan 2006
12:39 edwin search for other commits by this committer
SHA256ify

Approved by: krion@
Original commit
Wednesday, 9 Mar 2005
14:00 vs search for other commits by this committer
Unbreak: Update to 1.19
Original commit
Friday, 5 Nov 2004
15:39 vs search for other commits by this committer
- Unbreak: Update to 1.18 (files are unversioned)
- Nuke pkg-plist while here
Original commit
Sunday, 25 Jul 2004
22:36 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>
Original commit
Thursday, 29 Jan 2004
07:24 trevor search for other commits by this committer
SIZEify.
Original commit
Friday, 23 Jan 2004
10:58 krion search for other commits by this committer
- Update to 1.17

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

PR:             ports/59815
Submitted by:   Ports Fury
Original commit
Tuesday, 19 Aug 2003
06:15 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>
Original commit
Friday, 4 Apr 2003
20:09 nork search for other commits by this committer
Update to 1.13.

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

PR:             49997
Submitted by:   Kimura Fuyuki <fuyuki@hadaly.org>
Original commit
Wednesday, 19 Feb 2003
11:15 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>
Original commit
Monday, 16 Dec 2002
13:28 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>
Original commit
Monday, 4 Nov 2002
01:35 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>
Original commit

Number of commits found: 14