aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/iiimf-csconv
Commit message (Collapse)AuthorAgeFilesLines
* Remove unmaintained expired ports from textprocbapt2011-05-028-195/+0
| | | | | | | | | | | | | | | | | | | | | | 2011-05-01 textproc/ctpp: Deprecated please use ctpp2 textproc/ctpp2 2011-05-01 textproc/dsssl-docbook-cygnus: Distfile is no more available 2011-05-01 textproc/fdp-tools: Distfile is no more available 2011-05-01 textproc/gtkdiff: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-client-lib: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-csconv: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-headers: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-le-unit: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-protocol-lib: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-server: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-x: Upstream disapear and distfile is no more available 2011-05-01 textproc/iiimf-x-lib: Upstream disapear and distfile is no more available 2011-05-01 textproc/maketeidtd: Upstream disapear and distfile is no more available 2011-05-01 textproc/minidom: Upstream disapear and distfile is no more available 2011-05-01 textproc/ocaml-yaxpo: Upstream disapear and distfile is no more available 2011-05-01 textproc/p5-LJ-SpellCheck: Upstream disapear and distfile is no more available 2011-05-01 textproc/py-HyperText: Upstream disapear and distfile is no more available 2011-05-01 textproc/smartdoc: Upstream disapear and distfile is no more available 2011-05-01 textproc/xmlpp: Upstream disapear and distfile is no more available
* Deprecate unmaintained ports from textproc where upstream disapear and/orbapt2011-03-131-0/+3
| | | |  where no distfiles can be found and are not used by maintained ports
* Sync to final (for now) bsd.autotools.mkade2010-12-232-5/+6
|
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
|
* Punt autoconf267->autoconf268ade2010-10-162-4/+4
|
* Migration of final set of working ports from automake{19,110} -> 111ade2010-10-072-3/+4
|
* Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-162-5/+5
| | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1
|
* Fix the build w/ libtool22. The previous tested in pointyhat-exp doesn'tmezz2009-08-042-0/+4
| | | | | | | catch this, because pointyhat-exp was amd64 and this port only limited to i386. Reported by: erwin (ran i386 8-exp)
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
| | | | | | | | | | | | | | | | | | -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
* - Remove conditional checks for FreeBSD 5.x and olderwxs2009-01-071-4/+0
| | | | Approved by: pav
* Conversion from (now defunct) autoconf-2.61 to autoconf-2.62ade2008-08-202-4/+4
| | | | Tested by: exp build run (erwin)
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Switch autoconf dependencies from 2.53 or 2.59 to 2.61.linimon2007-09-302-5/+5
| | | | | PR: ports/116639 Submitted by: aDe
* Update to the autotools new world order.ade2007-07-282-8/+7
| | | | | | Tested by: numerous package build runs Approved by: portmgr Thanks to: des, kris, linimon, pav
* - maintainer lost his motivationclsung2006-12-071-1/+1
| | | | | PR: ports/104607 Submitted by: Masanori OZAWA<ozawa_AT_ongs dot co dot jp>
* - Add dependecy to gettextbarner2006-02-061-3/+3
| | | | | | | | | - Bump PORTREVISION - Remove USE_REINPLACE - Fix IGNORE line Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> (maintainer) PR: ports/92374
* SHA256ifyedwin2006-01-241-0/+1
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-221-1/+1
| | | | | Approved by: krion@ PR: ports/88711 (related)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-3/+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.
* IIIMF-related ports:daichi2005-05-248-364/+100
| | | | | | | | | | - drop maintainership - update to r12.2 - some bug fixes PR: 81184 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> Approved by: maintainer
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
| | | | after 5.4-RELEASE.
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
| | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
* IIIMF-related ports some changes:daichi2005-03-046-38/+93
| | | | | | | | | | - support CFLAGS of /etc/make.conf - replace absolute path with ${LOCALBASE}, ${PREFIX} and others - replace -pthread flags with ${THREAD*} - m17n fixed of gnome-im-swither - fixed vid krisbot Submitted by: Masanori OZAWA <ozawa@ongs.co.jp>
* fixed to build IIIMF-related ports on 4-stabledaichi2005-02-281-0/+1
| | | | | Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> Pointed out by: gohan via krisbot
* IIIMF-related ports: Update to r12_1-svn2002 and bug fixesdaichi2005-02-287-290/+342
| | | | | | | PR: ports/77927 Submitted by: Masanori OZAWA <ozawa@ongs.co.jp> Approved by: maintainer Pointed out by: ume, nork, hrs
* - Update to r12.0.1pav2004-10-146-66/+59
| | | | | PR: ports/72610 Submitted by: Kuang-che Wu <kcwu@csie.org> (maintainer)
* Fix -pthread/-lc issue.vs2004-05-102-3/+37
| | | | | PR: ports/65848 Approved by: maintainer silence
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 1)
* New port: iiimf-*edwin2003-12-285-0/+319
IIIMF stands for Internet/Intranet Input Method Framework. IIIMF is designed to be the next generation of input method framework which provides the following capabilities; * Multiplatform, platform independent. * Multlingual and Full UNICODE support, but satisfactory for native speakers. * Windowing System Independent. * Multiple language engines concurrently run. * Multiuser. * Distributed, lightweight clients and scalable server. * Extensible in multiple means. * Input method protocol efficient enough to be used over low-speed modem connection. * Easy input method engine development with plugin API. * Easy input method enabling with libiiimcf, even on console apps. * Small core part to start from. WWW: http://www.openi18n.org/subgroups/im/IIIMF/ - Kuang-che Wu kcwu@csie.org PR: ports/60087 Submitted by: Kuang-che Wu <kcwu@csie.org>