Commit graph

16 commits

Author SHA1 Message Date
Volker Stolz
077817146a Unbreak: Update to 1.19 2005-03-09 14:00:21 +00:00
Kris Kennaway
29ab0e51e4 BROKEN: Checksum mismatch 2005-02-28 10:29:39 +00:00
Volker Stolz
85fb473a05 - Unbreak: Update to 1.18 (files are unversioned)
- Nuke pkg-plist while here
2004-11-05 15:39:23 +00:00
Kris Kennaway
4b5ca2f1bd BROKEN: Size mismatch 2004-08-09 18:31:56 +00:00
Pav Lucistnik
9739395cb7 - 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>
2004-07-25 22:36:49 +00:00
Kris Kennaway
526777fb3e BROKEN: Size mismatch 2004-06-09 07:58:53 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Kirill Ponomarev
660fa2551b - Update to 1.17
PR:		ports/61761
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2004-01-23 10:58:24 +00:00
Mark Linimon
231951d901 Minor update to 1.16, mainly fixes fetch.
PR:		ports/59815
Submitted by:	Ports Fury
2003-12-20 10:11:53 +00:00
Daichi GOTO
25996ea41e update japanese/cal.rb: 1.13 -> 1.14
PR:		55600
Submitted by:	Kimura Fuyuki <fuyuki@nigredo.org>
2003-08-19 06:15:39 +00:00
Christian Weisgerber
854c187a95 Remove MAINTAINER, as per his request:
"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>
2003-06-02 01:24:33 +00:00
Norikatsu Shigemura
0a7cc99b3e Update to 1.13.
PR:		ports/50581
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-04-04 20:09:50 +00:00
Christian Weisgerber
042500500d Update to 1.12.
PR:		49997
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-03-25 12:18:28 +00:00
Yen-Ming Lee
7841fb15f6 update to cal.rb-1.11
use COMMENT

PR:		48408
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2003-02-19 11:15:39 +00:00
Edwin Groothuis
748994921b 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>
2002-12-16 13:28:24 +00:00
Norikatsu Shigemura
3c9ee882e3 Add cal.rb(0.2), Display a Japanese calendar
PR:		ports/43619
Submitted by:	Kimura Fuyuki <fuyuki@hadaly.org>
2002-11-04 01:35:00 +00:00