notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: japanese/cal.rb/Makefile

Number of commits found: 17

Monday, 27 Mar 2006
05:51 vd search for other commits by this committer
Remove expired leaf ports:
2006-03-25 irc/scrollz-doc
2006-03-25 japanese/cal.rb
Original commit
Wednesday, 25 Jan 2006
15:39 garga search for other commits by this committer
- Mark it as DEPRECATED - "mastersite disappeared, no longer maintained by
  author"
- Set an EXPIRATION_DATE

PR:             ports/92312
Submitted by:   Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Original commit
Wednesday, 9 Mar 2005
14:00 vs search for other commits by this committer
Unbreak: Update to 1.19
Original commit
Monday, 28 Feb 2005
10:29 kris search for other commits by this committer
BROKEN: Checksum mismatch
Original commit
Friday, 5 Nov 2004
15:39 vs search for other commits by this committer
- Unbreak: Update to 1.18 (files are unversioned)
- Nuke pkg-plist while here
Original commit
Monday, 9 Aug 2004
18:31 kris search for other commits by this committer
BROKEN: Size mismatch
Original commit
Sunday, 25 Jul 2004
22:36 pav search for other commits by this committer
- 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>
Original commit
Wednesday, 9 Jun 2004
07:58 kris search for other commits by this committer
BROKEN: Size mismatch
Original commit
Friday, 23 Jan 2004
10:58 krion search for other commits by this committer
- Update to 1.17

PR:             ports/61761
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
Original commit
Saturday, 20 Dec 2003
10:11 linimon search for other commits by this committer
Minor update to 1.16, mainly fixes fetch.

PR:             ports/59815
Submitted by:   Ports Fury
Original commit
Tuesday, 19 Aug 2003
06:15 daichi search for other commits by this committer
update japanese/cal.rb: 1.13 -> 1.14

PR:             55600
Submitted by:   Kimura Fuyuki <fuyuki@nigredo.org>
Original commit
Monday, 2 Jun 2003
01:24 naddy search for other commits by this committer
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>
Original commit
Friday, 4 Apr 2003
20:09 nork search for other commits by this committer
Update to 1.13.

PR:             ports/50581
Submitted by:   Kimura Fuyuki <fuyuki@hadaly.org>
Original commit
Tuesday, 25 Mar 2003
12:18 naddy search for other commits by this committer
Update to 1.12.

PR:             49997
Submitted by:   Kimura Fuyuki <fuyuki@hadaly.org>
Original commit
Wednesday, 19 Feb 2003
11:15 leeym search for other commits by this committer
update to cal.rb-1.11
use COMMENT

PR:             48408
Submitted by:   Kimura Fuyuki <fuyuki@hadaly.org>
Original commit
Monday, 16 Dec 2002
13:28 edwin search for other commits by this committer
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>
Original commit
Monday, 4 Nov 2002
01:35 nork search for other commits by this committer
Add cal.rb(0.2), Display a Japanese calendar

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

Number of commits found: 17