non port: japanese/cal.rb/distinfo |
Number of commits found: 14 |
Monday, 27 Mar 2006
|
05:51 vd
Remove expired leaf ports:
2006-03-25 irc/scrollz-doc
2006-03-25 japanese/cal.rb
|
Sunday, 22 Jan 2006
|
12:39 edwin
SHA256ify
Approved by: krion@
|
Wednesday, 9 Mar 2005
|
14:00 vs
Unbreak: Update to 1.19
|
Friday, 5 Nov 2004
|
15:39 vs
- Unbreak: Update to 1.18 (files are unversioned)
- Nuke pkg-plist while here
|
Sunday, 25 Jul 2004
|
22:36 pav
- 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>
|
Thursday, 29 Jan 2004
|
07:24 trevor
SIZEify.
|
Friday, 23 Jan 2004
|
10:58 krion
- Update to 1.17
PR: ports/61761
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
|
Saturday, 20 Dec 2003
|
10:11 linimon
Minor update to 1.16, mainly fixes fetch.
PR: ports/59815
Submitted by: Ports Fury
|
Tuesday, 19 Aug 2003
|
06:15 daichi
update japanese/cal.rb: 1.13 -> 1.14
PR: 55600
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org>
|
Friday, 4 Apr 2003
|
20:09 nork
Update to 1.13.
PR: ports/50581
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
Tuesday, 25 Mar 2003
|
12:18 naddy
Update to 1.12.
PR: 49997
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
Wednesday, 19 Feb 2003
|
11:15 leeym
update to cal.rb-1.11
use COMMENT
PR: 48408
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
Monday, 16 Dec 2002
|
13:28 edwin
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>
|
Monday, 4 Nov 2002
|
01:35 nork
Add cal.rb(0.2), Display a Japanese calendar
PR: ports/43619
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
Number of commits found: 14 |