aboutsummaryrefslogtreecommitdiff
path: root/japanese/cal.rb
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN: Size mismatchKris Kennaway2004-08-091-0/+2
| | | | Notes: svn path=/head/; revision=115764
* - Chase checksum, unbreakPav Lucistnik2004-07-252-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | --- /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> Notes: svn path=/head/; revision=114718
* BROKEN: Size mismatchKris Kennaway2004-06-091-0/+2
| | | | Notes: svn path=/head/; revision=111141
* SIZEify.Trevor Johnson2004-01-291-0/+3
| | | | Notes: svn path=/head/; revision=99360
* - Update to 1.17Kirill Ponomarev2004-01-232-4/+4
| | | | | | | | PR: ports/61761 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Notes: svn path=/head/; revision=98876
* Minor update to 1.16, mainly fixes fetch.Mark Linimon2003-12-202-4/+4
| | | | | | | | PR: ports/59815 Submitted by: Ports Fury Notes: svn path=/head/; revision=96257
* update japanese/cal.rb: 1.13 -> 1.14Daichi GOTO2003-08-192-4/+4
| | | | | | | | PR: 55600 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Notes: svn path=/head/; revision=87271
* Remove MAINTAINER, as per his request:Christian Weisgerber2003-06-022-4/+4
| | | | | | | | | | | | | "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> Notes: svn path=/head/; revision=81956
* Update to 1.13.Norikatsu Shigemura2003-04-042-4/+4
| | | | | | | | PR: ports/50581 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=78202
* Update to 1.12.Christian Weisgerber2003-03-253-13/+10
| | | | | | | | PR: 49997 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=77446
* update to cal.rb-1.11Yen-Ming Lee2003-02-193-5/+5
| | | | | | | | | | use COMMENT PR: 48408 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=75880
* Make port fetchable and buildable again.Edwin Groothuis2002-12-163-15/+15
| | | | | | | | | | | Implicit permission by the fact that the original distfiles weren't available anymore. PR: ports/45870 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=71677
* Add cal.rb(0.2), Display a Japanese calendarNorikatsu Shigemura2002-11-045-0/+52
PR: ports/43619 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=69415