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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: japanese/diclookup-emacs20/Makefile

Number of commits found: 9

Sunday, 14 Oct 2007
10:10 vd search for other commits by this committer
Remove expired Emacs ports and the surrounding expired ports:
2007-08-19 chinese/mule-freewnn: emacs19 and related ports are obsolete; please
use a more recent version
2007-08-19 chinese/xemacs: emacs20 and related ports are obsolete; please use a
more recent version
2007-08-19 converters/mule-ucs-emacs20: emacs20 and related ports are obsolete;
please use a more recent version
2007-08-19 devel/eieio-emacs20: emacs20 and related ports are obsolete; please
use a more recent version
2007-08-19 editors/apel-emacs20: emacs20 and related ports are obsolete; please
use a more recent version
2007-08-19 editors/bitmap-emacs20: emacs20 and related ports are obsolete;
please use a more recent version
2007-08-19 editors/emacs19: emacs19 is obsolete; please use a more recent
version
2007-08-19 editors/emacs20: "editors/emacs is recommended instead for new
installations"
2007-08-19 editors/flim-emacs20: emacs20 and related ports are obsolete; please
use a more recent version
2007-08-19 editors/mule-common: emacs19 and related ports are obsolete; please
use a more recent version
2007-08-19 editors/mule: emacs19 and related ports are obsolete; please use a
more recent version
2007-08-19 editors/semi-emacs20: emacs20 and related ports are obsolete; please
use a more recent version
2007-08-19 editors/speedbar-emacs20: emacs20 and related ports are obsolete;
please use a more recent version
2007-08-19 irc/irchat-pj-emacs20: emacs20 and related ports are obsolete; please
use a more recent version
2007-08-19 irc/pure-emacs20: emacs20 and related ports are obsolete; please use
a more recent version
2007-08-19 japanese/diclookup-emacs20: emacs20 and related ports are obsolete;
please use a more recent version
2007-08-19 japanese/diclookup-mule: emacs19 and related ports are obsolete;
please use a more recent version
2007-08-19 japanese/mule-canna+freewnn+sj3: emacs19 and related ports are
obsolete; please use a more recent version
2007-08-19 japanese/mule-canna+sj3+wnn6: emacs19 and related ports are obsolete;
please use a more recent version
2007-08-19 japanese/mule-canna+sj3+wnn7: emacs19 and related ports are obsolete;
please use a more recent version
2007-08-19 japanese/mule-canna+sj3: emacs19 and related ports are obsolete;
please use a more recent version
2007-08-19 japanese/mule-canna+wnn6: emacs19 and related ports are obsolete;
please use a more recent version
2007-08-19 japanese/mule-canna+wnn7: emacs19 and related ports are obsolete;
please use a more recent version
2007-08-19 japanese/mule-canna: emacs19 and related ports are obsolete; please
use a more recent version
2007-08-19 japanese/mule-freewnn: emacs19 and related ports are obsolete; please
use a more recent version
2007-08-19 japanese/mule-sj3: emacs19 and related ports are obsolete; please use
a more recent version
2007-08-19 japanese/mule-wnn6: emacs19 and related ports are obsolete; please
use a more recent version
2007-08-19 japanese/mule-wnn7: emacs19 and related ports are obsolete; please
use a more recent version
2007-08-19 japanese/navi2ch-emacs20: emacs20 and related ports are obsolete;
please use a more recent version
2007-08-19 japanese/w3: distfile is 10 years old and depends on emacs19 which is
obsolete
2007-08-19 korean/mule-freewnn: emacs19 and related ports are obsolete; please
use a more recent version
2007-08-19 www/w3: distfile is 10 years old and depends on emacs19 which is
obsolete
Original commit
Thursday, 19 Jul 2007
09:30 linimon search for other commits by this committer
Start the deorbit burn of emacs20 and dependent files.  They are antiquated.

Discussed with: various emacs maintainers
Hat:            portmgr
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Saturday, 28 Jan 2006
02:11 linimon search for other commits by this committer
 - Fix possibility of "infinite make fork" when "Registering install for ..."
   EMACS ports.  [1]

 - Allow building a port as root using an NFS-mounted /usr/ports if the
   server maps root to a UID other than root. [2]

 - Make 'BROKEN' and 'IGNORED' ports exit their "make install" with a fail
   status rather than success. [3]

 - Improve behavior when dealing with versioned dependencies. [4]

 - Fix false positives in check-conflicts target. [5]

 - Remove obsolete bzip2 code. [6]

 - Add physical category net-p2p. [7]

 - Don't fetch INDEXFILE if not necessary; respect FETCH_ENV. [8], [11]

 - INDEX can now be moved outside of ports tree. [9]

 - Add ghostscript-gpl. [10]

 - Remove obsolete USE_MESA. [12]

 - Force pkg_install tools from ports on FreeBSD 4.10 and older. [13]

 - Document ALWAYS_KEEP_DISTFILES. [14]

 - Remove USE_REINPLACE from bsd.port.mk USE_DOS2UNIX patch. [15]

PR:     ports/37596 [1], ports/57259 [2], ports/63216 [3],
        ports/89448 [4], ports/89710 [5], ports/88996 [6],
        ports/89260 [7], ports/89363 [8], ports/89809 [9],
        ports/89853 [10], ports/91086 [11], ports/91710 [12],
        ports/91727 [13], ports/92111 [14], ports/92124 [15]
Submitted by:   Jay Sachs <jay at eziba dot com> [1], sem [1, 3, 8, 12],
                Andrew Heybey <ath at niksun dot com> [2], Jamie Jones
                <jamie at thompson dot bishopston dot net>, tobez [4], Mark
                Andrews <Mark_Andrews at isc dot org> [5], edwin [6, 11, 15],
                pav [7, 13], Peter Jeremy <PeterJeremy at optushome dot com
                dot au> [9], Ulrich Spoerlein <q at galgenberg dot net> [10],
                netchild [11], erwin [14]
Reviewed by:    kris, clement (partially)
Original commit
Sunday, 6 Feb 2005
02:55 mita search for other commits by this committer
Maintainer's update

- correct dependency on intlfonts
- Make document install more cleanly

Submitted by:   kris and hrs (thanks)
Original commit
Monday, 27 Dec 2004
00:20 hrs search for other commits by this committer
Back out the previous change.  Mita-san will continue to
work as the maintainer of this port.

Discussed with: mita and nork
Original commit
Thursday, 23 Dec 2004
09:32 nork search for other commits by this committer
Reset MAINTAINER to ports@.
We cannot contact them for a long time.

Discussed with: hrs
Approved by:    kiri(blanket), mita(blanket),
                shige(blanket), taoka(blanket)
Original commit
Friday, 7 Mar 2003
06:04 ade search for other commits by this committer
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
Original commit
Saturday, 22 Dec 2001
16:33 yoichi search for other commits by this committer
Add diclookup-emacs20, CDROM dictionary client for emacs20   (Repocopied from
japanese/diclookup-mule)    
Original commit

Number of commits found: 9