aboutsummaryrefslogtreecommitdiff
path: root/japanese/migemo
Commit message (Collapse)AuthorAgeFilesLines
* MASTER_SITES cleanup.Mathieu Arnold2015-05-141-2/+1
| | | | | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=386312
* Cleanup plistAntoine Brodin2014-11-121-1/+0
| | | | Notes: svn path=/head/; revision=372492
* - Convert to USES=autoreconfTijl Coosemans2014-09-251-21/+14
| | | | | | | | - Use BROKEN_ia64 - Don't display pkg-message from post-install Notes: svn path=/head/; revision=369227
* Support staging.MANTANI Nobutaka2014-06-221-1/+0
| | | | Notes: svn path=/head/; revision=358779
* - Ruby 1.9 is default now, remove conditionalization for itSteve Wills2014-01-021-7/+1
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=338480
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-3/+0
| | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=284239
* Fix incompatibility with Ruby 1.9.MANTANI Nobutaka2011-08-2213-7/+217
| | | | | | | Reported by: linimon Notes: svn path=/head/; revision=280186
* Use SKK dictionary as of 2011/08/13.MANTANI Nobutaka2011-08-142-4/+4
| | | | | | | Bump PORTREVISION. Notes: svn path=/head/; revision=279672
* - Mark broken with Ruby 1.9Steve Wills2011-08-061-0/+4
| | | | | | | With hat: ruby@ Notes: svn path=/head/; revision=279008
* - Fix build error.MANTANI Nobutaka2010-12-242-12/+16
| | | | | | | | | | - Update MASTER_SITES. - Add license info. - Use SKK dictionary as of 2010/12/23. - Bump PORTREVISION. Notes: svn path=/head/; revision=266844
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Migrate from devel/automake15 to devel/automake14 (legacy)Ade Lovett2010-09-241-1/+1
| | | | Notes: svn path=/head/; revision=261747
* BROKEN should not be quoted.Erwin Lansing2010-06-131-1/+1
| | | | | | | No functional change. Notes: svn path=/head/; revision=256468
* Fix breakage of isearch-backward functionMANTANI Nobutaka2010-01-272-1/+17
| | | | | | | Submitted by: kuriyama Notes: svn path=/head/; revision=248700
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-191-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244490
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Make migemo ports to properly handle a case that EMACS_PORT_NAME is defined ↵MANTANI Nobutaka2008-05-061-4/+4
| | | | | | | in /etc/make.conf. Notes: svn path=/head/; revision=212708
* Fix build error.MANTANI Nobutaka2008-05-051-1/+1
| | | | Notes: svn path=/head/; revision=212675
* Update email address in pkg-descr.MANTANI Nobutaka2007-08-041-1/+1
| | | | Notes: svn path=/head/; revision=197058
* Update SKK dictionary for migemo to the today's snapshot.MANTANI Nobutaka2006-07-092-4/+4
| | | | Notes: svn path=/head/; revision=167282
* Remove BROKEN mark since pthread support of lang/ruby18 port that causesMANTANI Nobutaka2006-03-311-2/+0
| | | | | | | coredump is disabled by default. Notes: svn path=/head/; revision=158476
* Remove directory now owned by parentKris Kennaway2006-02-251-1/+0
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=156806
* BROKEN: Coredump during buildKris Kennaway2006-02-121-0/+2
| | | | Notes: svn path=/head/; revision=155872
* eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-1/+1
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154134
* Update SKK dictionary to the today's snapshot.MANTANI Nobutaka2005-11-202-4/+6
| | | | Notes: svn path=/head/; revision=148847
* - Fix dependency on removed port.Sergey Matveychuk2005-11-171-1/+1
| | | | | | | | | | - Bump PORTREVISION in master port Reported by: cperciva Pointy hat to: me Notes: svn path=/head/; revision=148567
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-2/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* Use the latest SKK dictionary snapshot to generate the migemo dictionary.MANTANI Nobutaka2005-06-182-2/+22
| | | | Notes: svn path=/head/; revision=137689
* Now builds on amd64Kris Kennaway2004-09-271-2/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118464
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-0/+1
| | | | Notes: svn path=/head/; revision=110841
* Change MASTER_SITES to unbreak fetch.MANTANI Nobutaka2004-04-061-3/+1
| | | | Notes: svn path=/head/; revision=106321
* BROKEN: UnfetchableKris Kennaway2004-04-061-0/+2
| | | | Notes: svn path=/head/; revision=106282
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed. Notes: svn path=/head/; revision=103963
* BROKEN on !i386 and !sparc64: Does not compileKris Kennaway2004-02-231-1/+7
| | | | Notes: svn path=/head/; revision=101907
* Update to 0.40.MANTANI Nobutaka2003-06-154-17/+14
| | | | Notes: svn path=/head/; revision=83017
* De-pkg-comment.MANTANI Nobutaka2003-02-222-1/+1
| | | | Notes: svn path=/head/; revision=76145
* Create EMACS_SITE_LISPDIR before install.MANTANI Nobutaka2003-01-051-2/+3
| | | | Notes: svn path=/head/; revision=72551
* Unify post-install targets of migemo-* ports.MANTANI Nobutaka2002-10-061-0/+4
| | | | Notes: svn path=/head/; revision=67478
* Stop to create the unused directory.MANTANI Nobutaka2002-06-021-1/+1
| | | | | | | Pointed out by: Takayuki Nakao <t@nakao.org> Notes: svn path=/head/; revision=60454
* Maintainer is committer now.MANTANI Nobutaka2001-11-031-1/+1
| | | | | | | Reviewed by: knu Notes: svn path=/head/; revision=49534
* add missing file into PLISTYing-Chieh Liao2001-10-112-0/+2
| | | | | | | | PR: 31186 Submitted by: MAINTAINER Notes: svn path=/head/; revision=48663
* - Update migemo to 0.32.Akinori MUSHA2001-09-209-71/+63
| | | | | | | | | | | - Separate command line tools & libraries part from migemo-emacs20. (repocopied to migemo) PR: ports/30585 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com> Notes: svn path=/head/; revision=47997
* Update to 0.3.Akinori MUSHA2001-07-237-76/+46
| | | | | | | | PR: ports/29064 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com> Notes: svn path=/head/; revision=45380
* Update to 0.22.Akinori MUSHA2001-05-242-3/+2
| | | | | | | | PR: ports/27602 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com> (MAINTAINER) Notes: svn path=/head/; revision=42993
* s/i386-freebsd/%%PERL_ARCH%%/ for other arch's than i386.Akinori MUSHA2001-04-111-3/+3
| | | | Notes: svn path=/head/; revision=41266
* o install docs under share/doc/migemo.FUJISHIMA Satsuki2001-03-273-31/+45
| | | | | | | | | | o make this port MASTER of upcoming migemo-xemacs21. PR: 26124 Submitted by: maintainer Notes: svn path=/head/; revision=40457
* share/doc/migemo -> share/migemo/docFUJISHIMA Satsuki2001-03-181-26/+26
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=40028
* Add migemo-emacs20 0.21, japanese incremental search tool for Emacs.Jun Kuriyama2001-03-178-0/+125
PR: ports/25339 Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com> Notes: svn path=/head/; revision=39952