notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: japanese/cal.rb/distinfo
SVNWeb

Number of commits found: 14

Mon, 27 Mar 2006
[ 05:51 vd search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Remove expired leaf ports:
2006-03-25 irc/scrollz-doc
2006-03-25 japanese/cal.rb
Sun, 22 Jan 2006
[ 12:39 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 127 ports in this commit are shown above. View all ports for this commit)
SHA256ify

Approved by: krion@
Wed, 9 Mar 2005
[ 14:00 vs search for other commits by this committer ] Original commit 
Unbreak: Update to 1.19
Fri, 5 Nov 2004
[ 15:39 vs search for other commits by this committer ] Original commit 
- Unbreak: Update to 1.18 (files are unversioned)
- Nuke pkg-plist while here
Sun, 25 Jul 2004
[ 22:36 pav search for other commits by this committer ] Original commit 
- 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>
Thu, 29 Jan 2004
[ 07:24 trevor search for other commits by this committer ] Original commit  (Only the first 10 of 1157 ports in this commit are shown above. View all ports for this commit)
SIZEify.
Fri, 23 Jan 2004
[ 10:58 krion search for other commits by this committer ] Original commit 
- Update to 1.17

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

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

PR:             55600
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
Fri, 4 Apr 2003
[ 20:09 nork search for other commits by this committer ] Original commit 
Update to 1.13.

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

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

PR:             48408
Submitted by:   Kimura Fuyuki <fuyuki@hadaly.org>
Mon, 16 Dec 2002
[ 13:28 edwin search for other commits by this committer ] Original commit 
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>
Mon, 4 Nov 2002
[ 01:35 nork search for other commits by this committer ] Original commit 
Add cal.rb(0.2), Display a Japanese calendar

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

Number of commits found: 14