aboutsummaryrefslogtreecommitdiff
path: root/japanese/kinput2
Commit message (Collapse)AuthorAgeFilesLines
* Mk: Cleanup after moving apply-slist earlier.Mathieu Arnold2021-04-141-1/+1
|
* all: Remove all other $FreeBSD keywords.Mathieu Arnold2021-04-061-2/+0
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Add USES=xorg USES=gl, ports categories jNiclas Zeising2019-11-061-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'j' While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516912
* Convert to UCL & cleanup pkg-message (categories h-k)Mathieu Arnold2019-08-131-2/+6
| | | | Notes: svn path=/head/; revision=508880
* Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.Jimmy Olgeni2017-11-021-1/+1
| | | | | | | This round is @FreeBSD.org residents except teams. Notes: svn path=/head/; revision=453381
* Cleanup $() variables in ports Makefiles.Mathieu Arnold2016-07-201-6/+6
| | | | | | | | | | Mostly replace with ${}, but sometime, replace with $$() because it is what was intended in the first place. (I think.) Sponsored by: Absolight Notes: svn path=/head/; revision=418840
* Prevent collision with getline(3)Baptiste Daroussin2016-05-137-26/+45
| | | | Notes: svn path=/head/; revision=415138
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412347
* Cleanup plistBaptiste Daroussin2014-12-201-4/+0
| | | | Notes: svn path=/head/; revision=375091
* - Fix build when only CANNA is defined in PORT_OPTIONS.Hiroki Sato2014-05-302-28/+23
| | | | | | | | | - Simplify PORT_OPTIONS handling. PR: ports/190396 Notes: svn path=/head/; revision=355768
* Remove the last @comment $FreeBSD$ from plists.Mathieu Arnold2014-04-241-1/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=352016
* - STAGEDIR support.Hiroki Sato2014-03-062-13/+7
| | | | | | | - Use new syntax for LIB_DEPENDS. Notes: svn path=/head/; revision=347172
* Fix properties on pkg-plistBaptiste Daroussin2014-01-211-1/+0
| | | | Notes: svn path=/head/; revision=340674
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | japanese) Notes: svn path=/head/; revision=327737
* Mark jobs unsafeBaptiste Daroussin2013-07-101-1/+3
| | | | Notes: svn path=/head/; revision=322662
* New USES imake to handle the dependency on imake.Baptiste Daroussin2013-06-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | This uses accept 'env' as an argument for ports that do use their own or a different do-configure target. Modify xmkmf so it accept IMAKECPPFLAGS as default flags for imake and pass it to the called imake. Modify xorg-cf-files (the FreeBSD.cf configuration file) to allow CppCmd to be overwritten. Pass CppCmd CcCmd and CplusplusCmd via command line to each call of imake via IMAKECPPFLAGS Pass IMAKE_DEFINE with the above arguments to MAKE_ARGS so that imake spawned from Makefile generated by a previous imake also inherit the defined CppCmd CcCmd and CplusplusCmd. Make imake use devel/tradcpp all the time, so that when buidling with clang we do not depend on gcc's cpp. Make imake respect CC and CXX Make imake respect USE_GCC (if set imake will use gcc's cpp). While here: - Remove a couple of indefinite articles from comments - Trim headers - Fix a couple of ports to build with clang or use: USE_GCC=any - Fix a now useless redefinition of the extraction chain - Fix a typo in japanese/Wnn7-lib bundled imake template definitions - Fix some XMKMF execution with no env specified - Use options helper in x11/xautolock to simplify the port Notes: svn path=/head/; revision=321957
* Fix syntax errorBaptiste Daroussin2013-05-031-3/+3
| | | | | | | Spotted by: bmake exp-run Notes: svn path=/head/; revision=317179
* - Trim old-style header.Hiroki Sato2013-05-021-21/+21
| | | | | | | - Use OPTIONS_DEFINE. Notes: svn path=/head/; revision=317163
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - Fix SIGSEGV problem on amd64.Hiroki Sato2009-12-0711-48/+705
| | | | | | | | | | - Convert ConvDesc and ModeTable to a linked list, deprecate complex realloc-based memory management. - Add missing "${CAT} ${PKGMESSAGE}" in the post-install target. - Regenerate patches. Notes: svn path=/head/; revision=245344
* Convert most of remaining ports that depend on xorg-libraries toDmitry Marakasov2009-06-091-1/+2
| | | | | | | | | | | | | | | | modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav) Notes: svn path=/head/; revision=235506
* Prioritize $JSERVER over "CcWnn.Jserver" in the resource file forHiroki Sato2008-12-282-1/+23
| | | | | | | server name lookup for consistency. Bump PORTREVISION. Notes: svn path=/head/; revision=224870
* Fix a typo in WITH_WNN7.Hiroki Sato2008-11-111-2/+2
| | | | | | | | Spotted by: NAKAJI Hiroyuki PR: ports/128789 Notes: svn path=/head/; revision=222742
* Stop using :u modifier because old make(1) does not understand it.Hiroki Sato2008-11-111-15/+18
| | | | | | | Spotted by: ume Notes: svn path=/head/; revision=222740
* Use mode 01777 for unix domain socket directory and drop accessHiroki Sato2008-11-083-6/+64
| | | | | | | | | privilege to the unix domain socket from group and others. This should be no user-visible change. Notes: svn path=/head/; revision=222533
* Use Unix domain socket for Wnn backend (jserver) by default.Hiroki Sato2008-11-072-5/+8
| | | | Notes: svn path=/head/; revision=222515
* Fix packing list when all of WITH_*WNN* knobs are disabled andHiroki Sato2008-11-072-23/+25
| | | | | | | | | only WITH_CANNA is enabled. Spotted by: WATANABE Kazuhiro Notes: svn path=/head/; revision=222503
* - Disable TCP transport by default (WITH_TCP knob) because unixHiroki Sato2008-11-023-6/+11
| | | | | | | | | domain socket is used in most cases. - Use "localhost" when TCP transport enabled. Notes: svn path=/head/; revision=222327
* Use 127.0.0.1 for incoming communication socket (internally-usedHiroki Sato2008-11-014-1/+68
| | | | | | | | one) instead of INADDR_ANY. This is not a user-visible change of the original functionality. Notes: svn path=/head/; revision=222278
* - Simplify japanese/kinput2-* variants into a single japanese/kinput2.Hiroki Sato2008-10-265-103/+70
| | | | | | | | | The japanese/kinput2 port supports Canna, FreeWnn, and SJ3 by default. - OPTIONify backend support selection. - Take maintainership. Notes: svn path=/head/; revision=222106
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-2/+2
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149333
* Reset MAINTAINER to ports@.Norikatsu Shigemura2004-12-231-1/+1
| | | | | | | | | | | We cannot contact them for a long time. Discussed with: hrs Approved by: kiri(blanket), mita(blanket), shige(blanket), taoka(blanket) Notes: svn path=/head/; revision=124934
* Revert previous, it was fixed in an upstream dependency.Kris Kennaway2004-09-181-2/+0
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118265
* BROKEN: Does not compileKris Kennaway2004-09-181-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=118244
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Fix XIM application freeze & Bump PORTREVISION.Norikatsu Shigemura2003-06-022-1/+13
| | | | | | | | | | PR: users-jp/74701 Submitted by: Hiromi Kimura <hiromi@tac.tsukuba.ac.jp> Reviewed by: ume Approved by: maintainer timeout (about 5 days) Notes: svn path=/head/; revision=82029
* Change a default key-binding to "egg" oneSatoshi Taoka2003-06-024-8/+23
| | | | | | | Submitted by: mita Notes: svn path=/head/; revision=81955
* Remove pkg-comment from remaining master/slave port sets.Ade Lovett2003-03-072-1/+1
| | | | | | | Approved by: portmgr (implicitly) Notes: svn path=/head/; revision=77041
* Update LIB_DEPENDS according to updating japanese/Wnn6-libSatoshi Taoka2002-10-291-1/+1
| | | | Notes: svn path=/head/; revision=69096
* Update to the latest version 3.1Satoshi Taoka2002-10-293-11/+10
| | | | | | | | | | | | Change linking libwnn7.so.1 instead of libwnn6_for_wnn7.so.1 Modify pkg-descr Submitted by: Kawaguti Ginga <ginga@ginganet.org> Obtained from: ports-jp@jp.FreeBSD.org Notes: svn path=/head/; revision=69092
* Update version to v3.1-beta2Satoshi Taoka2001-12-232-3/+3
| | | | Notes: svn path=/head/; revision=52017
* * Add Wnn7's clients (jvim, jvim3, kinput2, mule) and a library forSatoshi Taoka2001-08-271-1/+6
| | | | | | | | | | | | | | Wnn7 clients (Wnn7-lib). Notice the latter is modified from Wnn6-lib by me and is not released from the Product company of Wnn7 (Omron Software Co., Ltd). * Modify master ports of the above ports according to adding these. * [ports/editors/mule/pkg-descr] My English in pkg-descr was corrected Submitted by: imp Notes: svn path=/head/; revision=46945
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-10-081-2/+2
| | | | | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear. Notes: svn path=/head/; revision=33576
* Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ toSatoshi Asami2000-10-081-1/+1
| | | | | | | .) and other pkg variables if they are nearby. Notes: svn path=/head/; revision=33559
* (1) Used MAN1=kinput2.1 (on XFree86-4, erata file kinput2.1.html is created)Satoshi Taoka2000-09-172-2/+2
| | | | | | | | | | | | Obtained from: bento Pointed out: asami (2) Fixed to change from $(LOCALBASE)/include/wnn to $(LOCALBASE)/include/wnn6/wnn for japanese/Wnn6-lib (I am going to commit the change for Wnn6-lib as soon as possible) Notes: svn path=/head/; revision=32764
* (1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:Satoshi Taoka2000-09-083-14/+13
| | | | | | | | | | | | | | | | | | | | | (a) Its name was changed from Wnn to FreeWnn because Wnn6 which is a commercial software exits (b) Its license was changed to GPL. (c) The method to configure was changed from imake to GNU configure. (d) Relatively to the original Wnn, the Wnn in the ports tree were modified by me a lot. Most of the modifications were adopted into FreeWnn. (c) Header and library files are installed into ${LOCALBASE}/{lib,include} instead of ${X11BASE}/{lib,include}. (2) FreeWnn is divided into two ports FreeWnn-lib and FreeWnn-server in chinese, korean and japanese categories. The former is for libwnn and header files to compile client commands, and the files used in client commands. The latter is for a server to convert KANA to KANJI (Chinese character), and dictionaries and files used by the server. Notes: svn path=/head/; revision=32414
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-111-3/+4
| | | | | | | | | | | Now try to use those variables everywhere around DIST* and PATCH* definitions as far as possible, for ease of the future updates and the neatness. Okay, 60% of `japanese' ports have been done. :) Notes: svn path=/head/; revision=27449