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.

Port details
migemo-emacs23 Japanese incremental search tool for emacs
0.40_9,1 japanese Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.40_9,1Version of this port present on the latest quarterly branch.
Maintainer: nobutaka@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2010-01-27 17:04:14
Last Update: 2018-02-01 18:03:10
SVN Revision: 460621
Also Listed In: elisp
License: GPLv2
WWW:
http://migemo.namazu.org/
Description:
Migemo is a Japanese incremental search tool for Emacs. You can search Japanese words on Emacs without Kanji conversion. To use Migemo, you must set following elisp to your own .emacs file. (load-library "migemo") WWW: http://migemo.namazu.org/
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (22 items)
Collapse this list.
  1. /usr/local/share/licenses/ja-migemo-emacs25-0.40_9,1/catalog.mk
  2. /usr/local/share/licenses/ja-migemo-emacs25-0.40_9,1/LICENSE
  3. /usr/local/share/licenses/ja-migemo-emacs25-0.40_9,1/GPLv2
  4. @comment bin/migemo
  5. @comment bin/migemo-grep
  6. @comment bin/migemo-server
  7. @comment bin/migemo-client
  8. @comment lib/ruby/site_ruby/2.3/migemo-cache.rb
  9. @comment lib/ruby/site_ruby/2.3/migemo-convert.rb
  10. @comment lib/ruby/site_ruby/2.3/migemo-dict.rb
  11. @comment lib/ruby/site_ruby/2.3/migemo-index.rb
  12. @comment lib/ruby/site_ruby/2.3/migemo-regex.rb
  13. @comment lib/ruby/site_ruby/2.3/migemo.rb
  14. share/emacs/site-lisp/migemo.el
  15. share/emacs/site-lisp/migemo.elc
  16. @comment share/migemo/migemo-dict
  17. @comment share/migemo/migemo-dict.cache
  18. @comment share/migemo/migemo-dict.cache.idx
  19. @comment share/migemo/migemo-dict.idx
  20. @comment share/migemo/migemo.ja.rd
  21. @comment share/migemo/user-dict.sample
  22. @comment share/migemo/regex-dict.sample
Collapse this list.
Dependency lines:
  • ja-migemo-emacs25>0:japanese/migemo-emacs23
No installation instructions:
This port has been deleted.
PKGNAME: ja-migemo-emacs25
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (migemo/migemo-0.40.tar.gz) = 89c2125e903edf6f6fe035137eceef79382fce43783e5da240fc4a34b0878934 SIZE (migemo/migemo-0.40.tar.gz) = 1674941 SHA256 (migemo/SKK-JISYO.L-20110813.bz2) = 560da93401f0a58417d61e2ff41a43a24f0886877797bbea879ba9db3e70e3d9 SIZE (migemo/SKK-JISYO.L-20110813.bz2) = 1694235

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Master port: japanese/migemo
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. romkan.rb : japanese/ruby-romkan
  2. bsearch.rb : devel/ruby-bsearch
  3. emacs-25.3 : editors/emacs
  4. ruby23 : lang/ruby23
  5. autoconf-2.69 : devel/autoconf
  6. autoheader-2.69 : devel/autoconf
  7. autoreconf-2.69 : devel/autoconf
  8. aclocal-1.15 : devel/automake
  9. automake-1.15 : devel/automake
Runtime dependencies:
  1. romkan.rb : japanese/ruby-romkan
  2. bsearch.rb : devel/ruby-bsearch
  3. emacs-25.3 : editors/emacs
  4. ruby23 : lang/ruby23
Patch dependencies:
  1. ruby23 : lang/ruby23
Extract dependencies:
  1. ruby23 : lang/ruby23
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
autoreconf
pkg-message:
******************************************************** * Before using Migemo, you must set following elisp to * * your own .emacs file. * * * * (load-library "migemo") * * * ********************************************************

Master Sites:
Expand this list (1 items)
Collapse this list.
  1. http://0xcc.net/migemo/
Collapse this list.

Number of commits found: 7

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: japanese/migemo
CommitCreditsLog message
0.40_9,1
01 Feb 2018 18:03:10
Revision:460621Original commit files touched by this commit
jrm search for other commits by this committer
Flavorize and modernize Emacs ports

- Convert USE_EMACS to USES=emacs
- Remove editors/emacs-nox11 (refer to nox flavors of editors/emacs and
  editors/emacs-devel)
- Permit default Emacs flavor to be specified in make.conf
- Rename japanese/migemo-emacs23 to japanese/migemo-emacs
- Update and simplify audio/emms and fix build on FreeBSD 10 [1]
- Update databases/bbdd and fix build on FreeBSD 10 [1]
- Update editors/emacs-devel
- Ensure Makefile shell commands that change directory are executed in a
  subshell
- Silence some portlint warnings

[1] By not depending on base texinfo

PR:		225404
Reviewed by:	antoine
Approved by:	portmgr (mat) ashish (maintainer)
Differential Revision:	https://reviews.freebsd.org/D13506
0.40_9,1
12 Sep 2017 15:38:57
Revision:449697Original commit files touched by this commit
ashish search for other commits by this committer
Chase Emacs update
0.40_9,1
01 Apr 2016 14:08:38
Revision:412347Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
0.40_9,1
22 Jun 2014 09:52:30
Revision:358779Original commit files touched by this commit
nobutaka search for other commits by this committer
Support staging.
0.40_9,1
20 Sep 2013 18:47:56
Revision:327737Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
japanese)
0.40_8,1
24 Oct 2011 09:11:38
Original commit files touched by this commit
dougb search for other commits by this committer
The vast majority of pkg-descr files had the following format when they
had both lines:

Author: ...
WWW: ....

So standardize on that, and move them to the end of the file when necessary.

Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.

s/AUTHOR/Author/

A few other various formatting issues
0.40_5,1
27 Jan 2010 17:03:38
Original commit files touched by this commit
nobutaka search for other commits by this committer
Add migemo-emacs23, a slave port of japanese/migemo for emacs23.

Number of commits found: 7