FreshPorts -- The Place For Ports Tue, 9 Feb 2010 10:47 AM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
FreeWnn-lib 1.1.1.a021_8 japanese on this many watch lists=9 search for ports that depend on this port
A Japanese/Chinese/Korean input method (Japanese client libraries)
Maintained by: hrs@FreeBSD.org search for ports maintained by this maintainer
Port Added: 12 Sep 2000 15:08:29


FreeWnn is a Japanese/Chinese/Korean input method.

This port installs only libraries for the Japanese imput method.
They include an static library (libwnn.a), header files,
and files used on the client side.

Note that you have to set a environment variable JSERVER before
you use an Wnn client.

WWW: http://www.freewnn.org/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Slave ports
chinese/FreeWnn-lib
korean/FreeWnn-lib

Required To Build: devel/autoconf262, devel/libtool22

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


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.freewnn.org/pub/FreeWnn/alpha/
ftp://ftp.freewnn.org/pub/freewnn/17724/
http://keihanna.dl.sourceforge.jp/FreeWnn/alpha/
http://keihanna.dl.sourceforge.jp/freewnn/17724/
http://osdn.dl.sourceforge.jp/FreeWnn/alpha/
http://osdn.dl.sourceforge.jp/freewnn/17724/
http://qgpop.dl.sourceforge.jp/FreeWnn/alpha/
http://qgpop.dl.sourceforge.jp/freewnn/17724/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2005-12-07
    Affects: users of {japanese,chinese,korean}/FreeWnn-*
    Author: hrs@FreeBSD.org
    Reason: 
      {ja,zh,ko}-FreeWnn-server now use the new rc.subr(8) framework
      for their startup script. Note that to invoke each Wnn daemon at
      boot time you have to set the following variables in rc.conf(5)
      respectively:
    
      wnn_enable
      kwnn_enable
      twnn_enable
      cwnn_enable
    
    

Number of commits found: 35

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
02 Jan 2010 14:47:20
Original commit files touched by this commit  1.1.1.a021_8
hrs search for other commits by this committer
- Improve buffer management.  This change should fix issues on amd64.
- Fix daemonizing part.  It now returns the exit status correctly.
- Fix *_{pre,post}cmd handling in the rc.d scripts.  Plus,
  wnntouch is now invoked just before running the server process.
- Use ${*_WNNMANDIR} in Makefile to use the common patchset
  in both FreeWnn-server and -lib.
- Integrate libtool22 change and regenerate patch files.
20 Nov 2009 22:53:09
Original commit files touched by this commit  1.1.1.a021_7
pav search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

Reported by:    pointyhat
02 Aug 2009 20:36:34
Original commit files touched by this commit  1.1.1.a021_7
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
02 Jan 2009 23:08:15
Original commit files touched by this commit  1.1.1.a021_7
hrs search for other commits by this committer
- Use RFC 2553 API for AF_INET[46] socket handling.
- Fix several potential buffer overflows.
- Add missing "listenaddr ::1" to cserverc.
- Add WITHOUT_INET6 handling.
02 Jan 2009 11:49:48
Original commit files touched by this commit  1.1.1.a021_6
hrs search for other commits by this committer
- Enable IPv6 support.

- Add multiple "listenaddr" support.  The jserverrc now
  understands the following statements:

   listenaddr 127.0.0.1
   listenaddr ::1

  The option "-a <listenaddr>" can also be specified more than
  once.  Currently the maximum number of listen addresses is 256.

- SIGINT is no longer hooked when the -D (not daemonize,
  primarily for debugging) flag is specified.

- Add --unix, long opt counterpart of -u.
01 Nov 2008 14:45:16
Original commit files touched by this commit  1.1.1.a021_5
hrs search for other commits by this committer
- Add "listenaddr 127.0.0.1" to {c|t|k}serverc.
- Update startup scripts.
- Simplify the pkg-install script.
30 Oct 2008 07:43:17
Original commit files touched by this commit  1.1.1.a021_4
hrs search for other commits by this committer
- Add "-a ADDR" option to jserver and "listenaddr" directive to
  jserverrc.  This specifies listen address of the INET socket.
  Note that the default value is set as 127.0.0.1.  If you need
  the old behavior (listen INADDR_ANY), use "-a 0.0.0.0" in
  $wnn_flags or modify jserverrc.
- Fix a buffer overflow when very long file name is specified in
  the -f option.
- Fix a typo in CONFIGURE_ARGS and COMMENT.
- Rename a patch file (patch-Wnn-jd-serverdef).
26 Oct 2008 19:17:56
Original commit files touched by this commit  1.1.1.a021_3
hrs search for other commits by this committer
- Style clean-ups.
- Separate */FreeWnn-server and */FreeWnn-lib.
- Take maintainership.
20 Aug 2008 01:57:32
Original commit files touched by this commit  1.1.1.a021_2
ade search for other commits by this committer
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:      exp build run (erwin)
30 Sep 2007 05:47:37
Original commit files touched by this commit  1.1.1.a021_2
linimon search for other commits by this committer
Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:             ports/116639
Submitted by:   aDe
16 Jul 2007 12:02:11
Original commit files touched by this commit  1.1.1.a021_1
rafan search for other commits by this committer
- Patch makefile for localized manual pages location instead of passing
  --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
15 Aug 2006 01:29:13
Original commit files touched by this commit  1.1.1.a021_1
clsung search for other commits by this committer
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@

PR:             ports/101916
Submitted by:   Gea-Suan Lin <gslin_AT_gslin dot org>
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.1.1.a021_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 02:16:45
Original commit files touched by this commit  1.1.1.a021
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry

Approved by:    krion@
PR:             ports/88711 (related)
11 Dec 2005 19:45:19
Original commit files touched by this commit  1.1.1.a021
hrs search for other commits by this committer
Fix typos which cause installation failure of twnn.sh.
07 Dec 2005 10:46:20
Original commit files touched by this commit  1.1.1.a021
hrs search for other commits by this committer
- Update to 1.1.1-a021.
- Use rc.subr(8) for startup scripts.
- Remove unnecessary patch files.
24 Nov 2005 23:02:13
Original commit files touched by this commit  1.1.1.a020
pav search for other commits by this committer
- Add SHA256
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.1.1.a020
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
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.
02 Jun 2005 21:28:41
Original commit files touched by this commit  1.1.1.a020
oliver search for other commits by this committer
change the libtool version to use from 1.3 to 1.5
07 Dec 2004 09:03:31
Original commit files touched by this commit  1.1.1.a020
linimon search for other commits by this committer
That last commit should read '2003'.  Sigh.
07 Dec 2004 08:55:54
Original commit files touched by this commit  1.1.1.a020
linimon search for other commits by this committer
With portmgr hat on, reset maintainership of port belonging to committer
who has been inactive since late 1993.
31 Mar 2004 04:12:58
Original commit files touched by this commit  1.1.1.a020
trevor search for other commits by this committer
SIZEify (maintainer timeout)
14 Mar 2004 06:17:56
Original commit files touched by this commit  1.1.1.a020
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

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.
02 Sep 2003 11:04:54
Original commit files touched by this commit  1.1.1.a020
taoka search for other commits by this committer
* Support CFLAGS
* USE_AUTOCONF - > USE_AUTOCONF_VER
Submitted by: KATO Tsuguru <tkato@prontomail.com>

* Use config.sub and config.guess in Templates instead of devel/autoconf213
Pointed out by: kuriyama

* Update version to 1.1.1-a020
* Support "{start|stop}" for startup scripts in ${PREFIX}/etc/rc.d
26 Jun 2003 23:58:32
Original commit files touched by this commit  1.1.1.a018_1
ade search for other commits by this committer
libtool uber-patch

* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
  any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)

Approved by:    portmgr (kris) - for the bsd.port.mk hooks
Tested by:      bento 4-exp builds (repeatedly)
02 Jun 2003 02:14:45
Original commit files touched by this commit  1.1.1.a018_1
taoka search for other commits by this committer
Change a default server from "jserver" to "localhost"

Submitted by: mita
07 Mar 2003 00:16:25
Original commit files touched by this commit  1.1.1.a018
ade search for other commits by this committer
Remove pkg-comment from remaining master/slave port sets.

Approved by:    portmgr (implicitly)
01 Dec 2001 00:32:35
files touched by this commit
lioux search for other commits by this committer
o USE_AUTO* police sweep   - Don't hardcode, use AUTOCONF_DIR    
15 Oct 2001 14:55:03
files touched by this commit
sobomax search for other commits by this committer
WWW cleanup: add a protocol (i.e. `http://') into URLs where necessary.    
08 Aug 2001 02:38:01
files touched by this commit
taoka search for other commits by this committer
Update to 1.1.1-a018   All removed patch files was imported into FreeWnn    
14 Feb 2001 20:19:44
files touched by this commit
lioux search for other commits by this committer
typo clean up police: \s -> \t    
06 Feb 2001 13:22:01
files touched by this commit
olgeni search for other commits by this committer
Style review in ports/japanese.    
16 Nov 2000 15:36:16
files touched by this commit
asami search for other commits by this committer
This port INSTALLS_SHLIB.    
08 Oct 2000 04:24:23
files touched by this commit
asami search for other commits by this committer
Convert category japanese to new layout.  
12 Sep 2000 19:08:29
files touched by this commit
taoka search for other commits by this committer
(1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:    

Number of commits found: 35

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsFeb 08
otrsFeb 08
apache13*Feb 03
apache13*Feb 03
apache13+ipv6*Feb 03
apache13-modperl*Feb 03
apache13-modssl*Feb 03
apache13-modssl*Feb 03
apache13-modssl+ipv6*Feb 03
apache13-ssl*Feb 03
squid*Feb 02
squid30*Feb 02
squid31*Feb 02
bugzillaFeb 01
ircd-ratboxJan 28

5 vulnerabilities affecting 16 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 21261
Broken 172
Deprecated 36
Ignore 906
Forbidden 2
Restricted 386
No CDROM 142
Vulnerable 56
Expired 14
Set to expire 25
Interactive 79
new 24 hours 8
new 48 hours10
new 7 days31
new fortnight88
new month199

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

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.199 seconds.