aboutsummaryrefslogtreecommitdiff
path: root/japanese
Commit message (Collapse)AuthorAgeFilesLines
* - Remove EMACS_PORT_NAME knob.Sergey Matveychuk2007-08-081-4/+5
| | | | | | | | PR: ports/114670 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=197328
* - Remove the DESTDIR modifications from individual ports as we have a new,Gabor Kovesdan2007-08-043-16/+16
| | | | | | | | | | fully chrooted DESTDIR, which does not need such any more. Sponsored by: Google Summer of Code 2007 Approved by: portmgr (pav) Notes: svn path=/head/; revision=197075
* Correct dependency to fix package build.MANTANI Nobutaka2007-08-041-2/+2
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=197071
* Update email address in pkg-descr.MANTANI Nobutaka2007-08-041-1/+1
| | | | Notes: svn path=/head/; revision=197058
* Add CONFLICTS for ja-migemo-emacs22.MANTANI Nobutaka2007-08-042-1/+3
| | | | | | | Update email address in pkg-descr. Notes: svn path=/head/; revision=197057
* Add migemo-emacs22, Japanese incremental search tool for emacs.MANTANI Nobutaka2007-08-043-0/+44
| | | | Notes: svn path=/head/; revision=197055
* - bsd.qt.mk:Michael Nottebrock2007-08-022-8/+3
| | | | | | | | | | | | | | | QT_COMPONENTS can now be depended on at runtime or buildtime only by specifiying them as <component>_build or <component>_run, respectively. Specifying <component> without any suffix will depend on the component at both build- and runtime just like before. - Convert Qt core ports to use the new dependency switches. - Add a patch to corelib to fix Qt4 on ARM, submitted by: Björn König <bkoenig@alpha-tierchen.de> Notes: svn path=/head/; revision=196993
* Fix build with emacs22Yoichi NAKAYAMA2007-08-011-5/+5
| | | | Notes: svn path=/head/; revision=196925
* - Don't be clever about what Python version Zope needs; depend on the Zope toPav Lucistnik2007-08-011-1/+2
| | | | | | | | | | | | get the always correct Python version via infrastructure. The extra dependency on Zope is not a problem, IMHO, as the sole purpose of this port is to depend on same Python version as Zope depends; thus the port is only going to be used as a dependency for Zope ports. With hat: portmgr Notes: svn path=/head/; revision=196921
* - Update to 20070731Rong-En Fan2007-07-314-10/+8
| | | | | | | | | | - Remove USE_X_PREFIX (it does not need XLIB, but needs to be in X11BASE) PR: ports/115064 Submitted by: NIIMI Satoshi <sa2c at sa2c.net> (maintainer) Notes: svn path=/head/; revision=196778
* Remove EMACS_PORT_NAME from Makefile because the default value ofAndrey Slusar2007-07-301-1/+0
| | | | | | | | | | EMACS_PORT_NAME is defined in bsd.emacs.mk. PR: ports/115029 Submitted by: Takayuki Nakao (maintainer) Notes: svn path=/head/; revision=196740
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-303-1/+6
| | | | | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav Notes: svn path=/head/; revision=196700
* Default value of EMACS_PORT_NAME is updated to 'emacs22'.Andrey Slusar2007-07-291-1/+1
| | | | | | | | PR: ports/114754 Submitted by: Takayuki Nakao (maintainer) Notes: svn path=/head/; revision=196567
* Update Okinawa additional dictionary.MANTANI Nobutaka2007-07-282-8/+7
| | | | | | | | PR: ports/114803 Submitted by: Yamashiro Jun <yamajun@ofug.net> Notes: svn path=/head/; revision=196443
* Update to the autotools new world order.Ade Lovett2007-07-286-21/+19
| | | | | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav Notes: svn path=/head/; revision=196437
* Apply change in skk cvs to install skk-e21 with emacs-22Yoichi NAKAYAMA2007-07-272-1/+18
| | | | | | | | | | (cvs di -kk -r 1.125 -r 1.126 SKK-MK) PR: ports/114946 Submitted by: Takamichi Tateoka Notes: svn path=/head/; revision=196353
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-234-7/+2
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Add ports to "geography" virtual categoryFrank J. Laszlo2007-07-221-1/+1
| | | | | | | Approved by: Pav (wearing portmgr hat) Notes: svn path=/head/; revision=196069
* Mark as deprecated: antiquated; depends on forbidden port misc/compat3x.Mark Linimon2007-07-221-0/+3
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=196043
* - Mark jdk11 / jdk12 ports for removal in 1 monthPav Lucistnik2007-07-221-0/+3
| | | | | | | | Inspired by: glewis With hat: portmgr Notes: svn path=/head/; revision=196029
* Continue the deorbit burn of ports that are multilingual versions of emacs19Mark Linimon2007-07-1917-0/+51
| | | | | | | | | | and obsoleted by emacs20 and later. Discussed with: NIIMI Satoshi Hat: portmgr Notes: svn path=/head/; revision=195882
* Start the deorbit burn of emacs20 and dependent files. They are antiquated.Mark Linimon2007-07-198-0/+24
| | | | | | | | Discussed with: various emacs maintainers Hat: portmgr Notes: svn path=/head/; revision=195880
* Fix build.Hajimu UMEMOTO2007-07-161-1/+3
| | | | Notes: svn path=/head/; revision=195768
* Nuke EMACS_PORT_NAME definition as it is now defined in bsd.emacs.mk.Hajimu UMEMOTO2007-07-161-5/+4
| | | | Notes: svn path=/head/; revision=195765
* Add ja-postgresql81-man 8.1.5 and ja-postgresql82-man 8.2.4,Norikatsu Shigemura2007-07-167-47/+35
| | | | | | | | | | Japanese online manual pages for PostgreSQL, repo-copied from ja-postgresql80-man. Repo copied by: marcus (cvs) Notes: svn path=/head/; revision=195743
* - Patch makefile for localized manual pages location instead of passingRong-En Fan2007-07-161-1/+6
| | | | | | | | | | --mandir to configure which will be conflict with the default --mandir in bsd.port.mk (exp run on pointyhat now) Reported by: pointyhat exp run Notes: svn path=/head/; revision=195721
* Make EMACS_PORT_NAME overridable.MANTANI Nobutaka2007-07-161-1/+1
| | | | Notes: svn path=/head/; revision=195718
* Update to Qt 4.3.0, introduce bsd.qt.mk.Michael Nottebrock2007-07-162-18/+8
| | | | | | | Approved by: portmgr (bsd.port.mk changes) Notes: svn path=/head/; revision=195715
* Make EMACS_PORT_NAME overridable.MANTANI Nobutaka2007-07-161-1/+1
| | | | Notes: svn path=/head/; revision=195712
* Fix build with GCC 4.2.Hiroki Sato2007-07-142-6/+15
| | | | | | | Spotted by: pointyhat Notes: svn path=/head/; revision=195601
* - Fix build with gcc42Pav Lucistnik2007-07-142-0/+157
| | | | | | | | | PR: ports/113318 Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> Approved by: maintainer timeout (mita; 1 month) Notes: svn path=/head/; revision=195575
* - Remove devel/libslang2-devel since devel/libslang was already updated toRenato Botelho2007-07-111-1/+1
| | | | | | | | version 2.1.1 and it's newer than -devel version - Fix CONFLICTS Notes: svn path=/head/; revision=195413
* - Update to 0.96Cheng-Lung Sung2007-07-102-4/+4
| | | | Notes: svn path=/head/; revision=195334
* Update to 8.0.4.Norikatsu Shigemura2007-07-086-12/+12
| | | | Notes: svn path=/head/; revision=195212
* Update to 9100.MANTANI Nobutaka2007-07-082-8/+8
| | | | | | | | PR: ports/114269 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Notes: svn path=/head/; revision=195209
* - Unquote DEPRECATED to make portlint a bit happierAndrew Pantyukhin2007-07-071-1/+1
| | | | | | | Submitted by: NAKAJI Hiroyuki <nakaji@jp.freebsd.org> (maintainer) Notes: svn path=/head/; revision=195164
* Deprecate this port which is based on emacs20Masafumi Max NAKANE2007-07-071-0/+2
| | | | | | | | Submitted by: maintainer PR: 114025 Notes: svn path=/head/; revision=195152
* - Fix build with GCC 4.2Pav Lucistnik2007-07-053-3/+47
| | | | | | | Submitted by: SHIOZAKI Takehiko <st@be.to> (maintainer) Notes: svn path=/head/; revision=195000
* Update to KDE 3.5.7 / KOffice 1.6.3Michael Nottebrock2007-07-0410-36/+16
| | | | Notes: svn path=/head/; revision=194883
* - Update to 10.6Martin Wilke2007-07-044-10/+8
| | | | | | | | PR: 114256 Submitted by: Thomas Abthorpe <thomas@goodking.ca> (maintainer) Notes: svn path=/head/; revision=194874
* Use DISTVERSIONSUFFIX to simplify Makefile.Makoto Matsushita2007-07-041-1/+1
| | | | | | | | | No contents change, no bump. Verified with: make -V DISTNAME Notes: svn path=/head/; revision=194857
* Update SKK Jisyo files as of Jul/01/2007. As usual, only `L' sizeMakoto Matsushita2007-07-042-10/+10
| | | | | | | dictionary was updated. Notes: svn path=/head/; revision=194856
* - Mark BROKEN on CURRENT: does not build with GCC 4.2Pav Lucistnik2007-07-031-1/+7
| | | | Notes: svn path=/head/; revision=194768
* Chase the addition of kld category to some missing portsEdwin Groothuis2007-06-301-1/+1
| | | | Notes: svn path=/head/; revision=194498
* Fix a typo in pkg-plist (s/Tgif.ja/Tgif.ja-dist/).Hiroki Sato2007-06-262-3/+2
| | | | Notes: svn path=/head/; revision=194286
* - Mark BROKEN: leaves Tgif file behindPav Lucistnik2007-06-261-0/+2
| | | | Notes: svn path=/head/; revision=194283
* Update to 1.2.4.Hajimu UMEMOTO2007-06-252-6/+5
| | | | Notes: svn path=/head/; revision=194215
* Remove unnecessary WRKSRC definition.Hiroki Sato2007-06-233-3/+0
| | | | | | | Spotted by: infofarmer Notes: svn path=/head/; revision=194128
* - Update to a patched version to fix encoding problems ofHiroki Sato2007-06-2312-1089/+216
| | | | | | | | | | | | | ipa*.ttf[1]. Bump PORTVERSION and PORTEPOCH. - Simplify the pkg-install script. - Remove USE_X_PREFIX. PR: ports/113145 [1] Notes: svn path=/head/; revision=194119
* - Use bsd.emacs.mkRong-En Fan2007-06-211-3/+2
| | | | | | | | | PR: ports/113355 Submitted by: NIIMI Satoshi <sa2c at sa2c.net> Approved by: NAKAJI Hiroyuki <nakaji at jp.freebsd.org> (maintainer) Notes: svn path=/head/; revision=193996