Skip site navigation (1)Skip section navigation (2)

CVS log for ports/japanese/cal.rb/Attic/distinfo

[BACK] Up to [FreeBSD] / ports / japanese / cal.rb

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.14
Mon Mar 27 05:51:18 2006 UTC (5 years, 10 months ago) by vd
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.13: +0 -0 lines
Remove expired leaf ports:
2006-03-25 irc/scrollz-doc
2006-03-25 japanese/cal.rb

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sun Jan 22 12:38:52 2006 UTC (6 years ago) by edwin
Branches: MAIN
CVS tags: RELEASE_6_1_0, RELEASE_5_5_0
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -0 lines
SHA256ify

Approved by: krion@

Revision 1.12: download - view: text, markup, annotated - select for diffs
Wed Mar 9 14:00:21 2005 UTC (6 years, 11 months ago) by vs
Branches: MAIN
CVS tags: RELEASE_6_0_0, RELEASE_5_4_0
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +6 -6 lines
Unbreak: Update to 1.19

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Nov 5 15:39:23 2004 UTC (7 years, 3 months ago) by vs
Branches: MAIN
CVS tags: RELEASE_4_11_0
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -6 lines
- Unbreak: Update to 1.18 (files are unversioned)
- Nuke pkg-plist while here

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun Jul 25 22:36:49 2004 UTC (7 years, 6 months ago) by pav
Branches: MAIN
CVS tags: RELEASE_5_3_0
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
- 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>

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Jan 29 07:24:37 2004 UTC (8 years ago) by trevor
Branches: MAIN
CVS tags: RELEASE_4_10_0
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -0 lines
SIZEify.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Jan 23 10:58:24 2004 UTC (8 years ago) by krion
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +3 -3 lines
- Update to 1.17

PR:		ports/61761
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>

Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Dec 20 10:11:53 2003 UTC (8 years, 1 month ago) by linimon
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +3 -3 lines
Minor update to 1.16, mainly fixes fetch.

PR:		ports/59815
Submitted by:	Ports Fury

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Aug 19 06:15:39 2003 UTC (8 years, 5 months ago) by daichi
Branches: MAIN
CVS tags: RELEASE_5_2_1, RELEASE_5_2_0, RELEASE_4_9_0
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +3 -3 lines
update japanese/cal.rb: 1.13 -> 1.14

PR:		55600
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Apr 4 20:09:50 2003 UTC (8 years, 10 months ago) by nork
Branches: MAIN
CVS tags: RELEASE_5_1_0
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -3 lines
Update to 1.13.

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

Revision 1.4: download - view: text, markup, annotated - select for diffs
Tue Mar 25 12:18:28 2003 UTC (8 years, 10 months ago) by naddy
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Update to 1.12.

PR:		49997
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Feb 19 11:15:39 2003 UTC (8 years, 11 months ago) by leeym
Branches: MAIN
CVS tags: RELEASE_4_8_0
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +3 -3 lines
update to cal.rb-1.11
use COMMENT

PR:		48408
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Dec 16 13:28:24 2002 UTC (9 years, 1 month ago) by edwin
Branches: MAIN
CVS tags: RELEASE_5_0_0
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
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>

Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Nov 4 01:35:00 2002 UTC (9 years, 3 months ago) by nork
Branches: MAIN
Add cal.rb(0.2), Display a Japanese calendar

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

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options