7157 FreshPorts -- japanese/kinput2
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
kinput2 3.1_13 japanese on this many watch lists=0 search for ports that depend on this port
A Japanese text input server for X11 applications
Maintained by: hrs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 05 Oct 2008 16:52:11
Also Listed In: x11
License: not specified in port


Kinput2 is an Japanese text input server for X11 applications.  A
client that require kana-kanji conversion service for Japanese text
sends a request to kinput2.  Kinput2 receives the request, does
kana-kanji conversion, and sends the converted text back to the
client.
SVNWeb : Distfiles Availability : PortsMon

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required To Build:
  1. devel/imake
  2. x11/libICE
  3. x11/libSM
  4. x11/libX11
  5. x11-toolkits/libXaw
  6. x11/libXext
  7. x11-toolkits/libXmu
  8. x11/libXpm
  9. x11-toolkits/libXt
Required To Run:
  1. x11/libICE
  2. x11/libSM
  3. x11/libX11
  4. x11-toolkits/libXaw
  5. x11/libXext
  6. x11-toolkits/libXmu
  7. x11/libXpm
  8. x11-toolkits/libXt
Required Libraries:
  1. japanese/canna-lib
  2. japanese/FreeWnn-lib
  3. japanese/sj3-lib
There are no ports dependent upon this port

To install the port: cd /usr/ports/japanese/kinput2/ && make install clean
To add the package: pkg_add -r ja-kinput2


Configuration Options
===> The following configuration options are available for ja-kinput2-3.1_13:
     CANNA=on: Canna support
     FREEWNN=on: FreeWnn support
     SJ3=on: SJ3 support
     TCP=off: TCP transport support (not needed for most cases)
     WNN6=off: Wnn6 support
     WNN7=off: Wnn7 support
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. ftp://ftp.sra.co.jp/pub/x11/kinput2/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2008-12-28
    Affects: users of japanese/kinput2
    Author: hrs@FreeBSD.org
    Reason: 
      The Wnn backend of japanese/kinput2 port now uses unix domain socket
      to communicate the server by default.  If $JSERVER environment
      variable is defined, the value is used as the server host name.  In
      In short, the server name is determined in the following way:
    
      $JSERVER --(if null)--> CcWnn.Jserver --(if null)--> "localhost"
    
      If the server host name is null or matches "^unix$", unix domain
      socket is used.  Note that the default server name in CcWnn.Jserver
      is "unix" now.
    
    
Port Moves

Number of commits found: 15

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
03 May 2013 08:13:43
Original commit files touched by this commit  3.1_13
bapt search for other commits by this committer
Fix syntax error

Spotted by:	bmake exp-run
02 May 2013 22:13:01
Original commit files touched by this commit  3.1_13
hrs search for other commits by this committer
- Trim old-style header.
- Use OPTIONS_DEFINE.
18 Mar 2011 17:59:51
Original commit files touched by this commit  3.1_13
miwi search for other commits by this committer
- Get Rid MD5 support

With hat:       portmgr (myself)
07 Dec 2009 17:27:31
Original commit files touched by this commit  3.1_13
hrs search for other commits by this committer
- Fix SIGSEGV problem on amd64.
- 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.
09 Jun 2009 15:33:28
Original commit files touched by this commit  3.1_12
amdmi3 search for other commits by this committer
Convert most of remaining ports that depend on xorg-libraries to
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)
28 Dec 2008 04:51:40
Original commit files touched by this commit  3.1_11
hrs search for other commits by this committer
Prioritize $JSERVER over "CcWnn.Jserver" in the resource file for
server name lookup for consistency.  Bump PORTREVISION.
11 Nov 2008 15:54:37
Original commit files touched by this commit  3.1_10
hrs search for other commits by this committer
Fix a typo in WITH_WNN7.

Spotted by:     NAKAJI Hiroyuki
PR:             ports/128789
11 Nov 2008 14:53:17
Original commit files touched by this commit  3.1_9
hrs search for other commits by this committer
Stop using :u modifier because old make(1) does not understand it.

Spotted by:     ume
08 Nov 2008 07:10:43
Original commit files touched by this commit  3.1_9
hrs search for other commits by this committer
Use mode 01777 for unix domain socket directory and drop access
privilege to the unix domain socket from group and others.

This should be no user-visible change.
07 Nov 2008 18:39:28
Original commit files touched by this commit  3.1_8
hrs search for other commits by this committer
Use Unix domain socket for Wnn backend (jserver) by default.
07 Nov 2008 16:20:08
Original commit files touched by this commit  3.1_7
hrs search for other commits by this committer
Fix packing list when all of WITH_*WNN* knobs are disabled and
only WITH_CANNA is enabled.

Spotted by:     WATANABE Kazuhiro
02 Nov 2008 16:14:55
Original commit files touched by this commit  3.1_6
hrs search for other commits by this committer
- Disable TCP transport by default (WITH_TCP knob) because unix
  domain socket is used in most cases.

- Use "localhost" when TCP transport enabled.
01 Nov 2008 16:45:39
Original commit files touched by this commit  3.1_5
hrs search for other commits by this committer
Use 127.0.0.1 for incoming communication socket (internally-used
one) instead of INADDR_ANY.  This is not a user-visible change of the
original functionality.
26 Oct 2008 20:00:25
Original commit files touched by this commit  3.1_4
hrs search for other commits by this committer
- Simplify japanese/kinput2-* variants into a single japanese/kinput2.
  The japanese/kinput2 port supports Canna, FreeWnn, and SJ3 by default.
- OPTIONify backend support selection.
- Take maintainership.
05 Oct 2008 16:51:45
Original commit files touched by this commit  3.1_3
hrs search for other commits by this committer
japanese/kinput2 is repo-copied from japanese/kinput2-freewnn.

Number of commits found: 15

2836
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
plibMay 19
plibMay 19
linux-f10-flashplugin10May 16
linux-f10-flashplugin11May 16
nginx*May 16
nginx-devel*May 16
firefoxMay 15
firefox-develMay 15
firefox-esrMay 15
firefox10May 15
firefox15May 15
firefox3May 15
firefox3-develMay 15
firefox35May 15
firefox36May 15

5 vulnerabilities affecting 20 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24528
Broken 216
Deprecated 473
Ignore 635
Forbidden 3
Restricted 292
No CDROM 109
Vulnerable 27
Expired 132
Set to expire 511
Interactive 33
new 24 hours 6
new 48 hours12
new 7 days29
new fortnight58
new month215

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0