aboutsummaryrefslogtreecommitdiff
path: root/japanese/FreeWnn-lib
Commit message (Collapse)AuthorAgeFilesLines
* Sync to new bsd.autotools.mkAde Lovett2010-12-041-1/+1
| | | | Notes: svn path=/head/; revision=265663
* Punt autoconf267->autoconf268Ade Lovett2010-10-161-1/+1
| | | | Notes: svn path=/head/; revision=263089
* Autotools update. Read ports/UPDATING 20100915 for details.Ade Lovett2010-09-151-2/+2
| | | | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs Notes: svn path=/head/; revision=261230
* - Improve buffer management. This change should fix issues on amd64.Hiroki Sato2010-01-0248-7784/+55017
| | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=246996
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-201-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244567
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.Jeremy Messenger2009-08-0219-18/+94
| | | | | | | | | | | | | | | | | | | | | -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 Notes: svn path=/head/; revision=238781
* - Use RFC 2553 API for AF_INET[46] socket handling.Hiroki Sato2009-01-0220-14/+18367
| | | | | | | | | - Fix several potential buffer overflows. - Add missing "listenaddr ::1" to cserverc. - Add WITHOUT_INET6 handling. Notes: svn path=/head/; revision=225148
* - Enable IPv6 support.Hiroki Sato2009-01-022-3/+6
| | | | | | | | | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=225110
* - Add "listenaddr 127.0.0.1" to {c|t|k}serverc.Hiroki Sato2008-11-014-1/+34
| | | | | | | | - Update startup scripts. - Simplify the pkg-install script. Notes: svn path=/head/; revision=222275
* - Add "-a ADDR" option to jserver and "listenaddr" directive toHiroki Sato2008-10-303-3/+14
| | | | | | | | | | | | | | 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). Notes: svn path=/head/; revision=222225
* - Style clean-ups.Hiroki Sato2008-10-266-419/+101
| | | | | | | | - Separate */FreeWnn-server and */FreeWnn-lib. - Take maintainership. Notes: svn path=/head/; revision=222102
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62Ade Lovett2008-08-201-1/+1
| | | | | | | Tested by: exp build run (erwin) Notes: svn path=/head/; revision=218886
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.Mark Linimon2007-09-301-2/+2
| | | | | | | | PR: ports/116639 Submitted by: aDe Notes: svn path=/head/; revision=200411
* - 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
* - s,INSTALLS_SHLIB,USE_LDCONFIG,gCheng-Lung Sung2006-08-151-1/+1
| | | | | | | | | | - these include irc/ japanese/ java/ lang/ mail/ math/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> Notes: svn path=/head/; revision=170649
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+3
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-2/+2
| | | | | | | | Approved by: krion@ PR: ports/88711 (related) Notes: svn path=/head/; revision=154113
* Fix typos which cause installation failure of twnn.sh.Hiroki Sato2005-12-111-4/+4
| | | | Notes: svn path=/head/; revision=150905
* - Update to 1.1.1-a021.Hiroki Sato2005-12-075-67/+383
| | | | | | | | - Use rc.subr(8) for startup scripts. - Remove unnecessary patch files. Notes: svn path=/head/; revision=150580
* - Add SHA256Pav Lucistnik2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149333
* 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
* change the libtool version to use from 1.3 to 1.5Oliver Lehmann2005-06-022-3/+1
| | | | Notes: svn path=/head/; revision=136688
* With portmgr hat on, reset maintainership of port belonging to committerMark Linimon2004-12-071-1/+1
| | | | | | | who has been inactive since late 1993. Notes: svn path=/head/; revision=123373
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* 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
* * Support CFLAGSSatoshi Taoka2003-09-023-11/+8
| | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=88339
* libtool uber-patchAde Lovett2003-06-261-1/+1
| | | | | | | | | | | | | | * 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) Notes: svn path=/head/; revision=83696
* Change a default server from "jserver" to "localhost"Satoshi Taoka2003-06-022-0/+25
| | | | | | | Submitted by: mita Notes: svn path=/head/; revision=81954
* 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
* o USE_AUTO* police sweepMario Sergio Fujikawa Ferreira2001-12-011-2/+2
| | | | | | | - Don't hardcode, use AUTOCONF_DIR Notes: svn path=/head/; revision=50788
* WWW cleanup: add a protocol (i.e. `http://') into URLs where necessary.Maxim Sobolev2001-10-151-1/+1
| | | | | | | Submitted by: Cyrille Lefevre <clefevre@citeweb.net> Notes: svn path=/head/; revision=48789
* Update to 1.1.1-a018Satoshi Taoka2001-08-0827-1158/+6
| | | | | | | All removed patch files was imported into FreeWnn Notes: svn path=/head/; revision=45935
* typo clean up police: \s -> \tMario Sergio Fujikawa Ferreira2001-02-141-47/+47
| | | | Notes: svn path=/head/; revision=38343
* Style review in ports/japanese.Jimmy Olgeni2001-02-061-3/+3
| | | | Notes: svn path=/head/; revision=38036
* This port INSTALLS_SHLIB.Satoshi Asami2000-11-161-0/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=35194
* (1) {chinese,korean,japanese}/Wnn (Wnn 4.2) was updated as follows:Satoshi Taoka2000-09-1230-1425/+1289
| | | | | | | | | | | | | | | | | | | | | | | (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. Notice: I forgot to commit FreeWnn-{lib,server} (^_^;; Notes: svn path=/head/; revision=32559
* Add BUILD_DEPENDS to imake-4, since this is one of the weird portsSatoshi Asami2000-08-111-0/+2
| | | | | | | | that has USE_XLIB but not USE_IMAKE (it uses its own imake config files). Notes: svn path=/head/; revision=31502
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-06-161-1/+1
| | | | | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax Notes: svn path=/head/; revision=29651
* Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports withMaxim Sobolev2000-06-162-3/+1
| | | | | | | ldconfig in PLIST need personal consideration. Notes: svn path=/head/; revision=29636
* Update with the new PORT{NAME,VERSION}/PKGNAME{PRE,SUF}FIX variables.Akinori MUSHA2000-04-111-15/+18
| | | | | | | | | | | 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
* Fix another remote buffer overflow.Satoshi Asami2000-03-121-2/+37
| | | | | | | | Obtained from: Bugtraq-JP (SPS Advisory #34) Submitted by: kuriyama Notes: svn path=/head/; revision=26781
* Fix buffer overflows.Jun Kuriyama2000-03-091-7/+88
| | | | | | | | | | Reported by: UNYUN@ShadowPenguinSecurity Obtained from: wnn-users ML Suggested by: kjm@rins.ryukoku.ac.jp Approved by: maintainer Notes: svn path=/head/; revision=26690
* This port actually requires X libraries.Satoshi Asami2000-03-091-2/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=26677
* Use devel/imake instead of x11/XFree86.Masafumi Max NAKANE2000-03-081-1/+1
| | | | | | | | Note: I'm not too sure if these ports really work without x11 libs and headers as I don't have X'less environment. Notes: svn path=/head/; revision=26647
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20944
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Changed MAINTAINER's e-mail addressSatoshi Taoka1999-05-012-4/+4
| | | | | | | from taoka@infonets.hiroshima-u.ac.jp to taoka@FreeBSD.org Notes: svn path=/head/; revision=18291
* To use ${BATCH}Satoshi Taoka1999-04-221-2/+7
| | | | | | | Noticed by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> Notes: svn path=/head/; revision=18084
* To compile on FreeBSD/alphaSatoshi Taoka1999-04-131-11/+0
| | | | | | | Noticed by: simokawa@FreeBSD.org Notes: svn path=/head/; revision=17838
* Remove $Id$ from patch-*.Jun Kuriyama1999-02-112-6/+2
| | | | Notes: svn path=/head/; revision=16606