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/dbskkd-cdb/files/patch-READMEJP

Number of commits found: 3

Thursday, 20 Oct 2016
11:54 ume search for other commits by this committer
i- Make it buildable.
- Change maintainer to submitter.

PR:		213215
Submitted by:	kenji [...] k2r.org
Original commitRevision:424321 
Tuesday, 10 Feb 2009
17:04 matusita search for other commits by this committer
Update to version 2.00 (yes, major _release_ version).

As you know, 1.71dev does chroot(2) to the directory that dictionary
is located, and this makes the server configuration a little bit confused.
1.71dev also uses stderr as debugging information output, so that it may
affect some clients if dbskkd-cdb is kicked from inetd(8).

But these annoyed days are over.  2.00 behavior is backed to the one
as of 1.01; no chroot(2), no debug output to stderr (yeah!).

From this version, dbskkd-cdb uses tinycdb instead of original cdb.
For Makefile simplicity, this ports BUILD_DEPENDS to tinycdb.  Thanks
to higher compatibility between tinycdb and cdb, you don't need to
rebuild CDB dictionary file; ports/japanese/skk-jisyo-cdb is not changed.

I've removed two patches, the one is just unneeded for now, and the another
one is for ports understandability (patch-aa is not a good idea; I can keep
this, but this is the second major version release -- it is a good time
to rename the patch file.)

Thank you to Kenji Rikitake, the dbskkd-cdb author, to let me to know
the 2.00 release in advance, and give some time to update this ports.
Original commit
Saturday, 30 Oct 2004
14:36 matusita search for other commits by this committer
Update to 1.71.

As you know, version 1.71 (actually 1.71dev) is "development version."
However, this version was already available in 20th century, and there
are no "doesn't work" information.  The author of dbskkd-cdb says it's
ok to update this port to version 1.71dev, so here it is.

With a help of ports/databases/cdb, the Makefile is simpler than previous.

No features are changed, except dbskkd-cdb does chroot(2) in this version.
Since chroot(2) requires superuser privilege, dbskkd-cdb should be started
by root.  For inetd user, please double-check your inetd.conf line from

  skkserv stream tcp nowait nobody ${PREFIX}/libexec/dbskkd-cdb dbskkd-cdb

to

  skkserv stream tcp nowait root ${PREFIX}/libexec/dbskkd-cdb dbskkd-cdb"

to kick by root.  Daemontools users please consult the document.

Thanks to: Kenji Rikitake (the dbskkd-cdb author)
Original commit

Number of commits found: 3