aboutsummaryrefslogtreecommitdiff
path: root/japanese/cal.rb/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Remove expired leaf ports:Vasil Dimov2006-03-271-44/+0
| | | | | | | | 2006-03-25 irc/scrollz-doc 2006-03-25 japanese/cal.rb Notes: svn path=/head/; revision=158242
* - Mark it as DEPRECATED - "mastersite disappeared, no longer maintained byRenato Botelho2006-01-251-1/+4
| | | | | | | | | | | author" - Set an EXPIRATION_DATE PR: ports/92312 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> Notes: svn path=/head/; revision=154431
* Unbreak: Update to 1.19Volker Stolz2005-03-091-3/+1
| | | | Notes: svn path=/head/; revision=130723
* BROKEN: Checksum mismatchKris Kennaway2005-02-281-0/+2
| | | | Notes: svn path=/head/; revision=130001
* - Unbreak: Update to 1.18 (files are unversioned)Volker Stolz2004-11-051-4/+5
| | | | | | | - Nuke pkg-plist while here Notes: svn path=/head/; revision=120890
* BROKEN: Size mismatchKris Kennaway2004-08-091-0/+2
| | | | Notes: svn path=/head/; revision=115764
* - Chase checksum, unbreakPav Lucistnik2004-07-251-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | --- /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
* - Update to 1.17Kirill Ponomarev2004-01-231-1/+1
| | | | | | | | 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-201-1/+1
| | | | | | | | PR: ports/59815 Submitted by: Ports Fury Notes: svn path=/head/; revision=96257
* update japanese/cal.rb: 1.13 -> 1.14Daichi GOTO2003-08-191-1/+1
| | | | | | | | PR: 55600 Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> Notes: svn path=/head/; revision=87271
* Remove MAINTAINER, as per his request:Christian Weisgerber2003-06-021-1/+1
| | | | | | | | | | | | | "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-041-1/+1
| | | | | | | | PR: ports/50581 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=78202
* Update to 1.12.Christian Weisgerber2003-03-251-9/+6
| | | | | | | | PR: 49997 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=77446
* update to cal.rb-1.11Yen-Ming Lee2003-02-191-1/+2
| | | | | | | | | | 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-161-9/+9
| | | | | | | | | | | 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-041-0/+39
PR: ports/43619 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> Notes: svn path=/head/; revision=69415