aboutsummaryrefslogtreecommitdiffstats
path: root/vietnamese
Commit message (Collapse)AuthorAgeFilesLines
* Perl script to convert the text in the VIQR encoding to another Vietnameseobrien2002-11-136-0/+68
| | | | encoding (such as TCVN, VISCII, VPS, VNI, ...).
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-1126-26/+13
| | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
* Use PORTCOMMENT.obrien2002-11-0726-13/+26
|
* Add a missing directorykris2002-10-281-0/+1
|
* Get the dependencies correct for XF4.obrien2002-10-171-1/+1
|
* revert last commit. This builds fine here, and I've never seen oneobrien2002-10-171-2/+0
| | | | email stating there is a build problem.
* Unmark broken. Please have the decentcy to notify the maintainer of a buildobrien2002-10-171-2/+0
| | | | problem.
* 1. Removed comments from pkg-plist files per will's request.alane2002-10-112-3/+27
| | | | | 2. This completes the KDE 3.0.4 commit. It's here, folks! Now /. those cvsup servers (in about an hour or so)!
* BROKEN: Does not compilekris2002-10-061-0/+2
|
* BROKEN: Missing dependencieskris2002-10-061-0/+2
|
* Don't gratuitously add -O.obrien2002-09-091-2/+2
|
* 'union wait' was depreciated by the time of Net/2.obrien2002-09-091-13/+24
|
* Catch up with lossage of 'union wait' in 5-CURRENT.obrien2002-09-092-21/+34
| | | | Also use system prototypes rather than define incorrect local ones.
* Fix corrupted comment line.obrien2002-09-091-1/+1
|
* I have no idea what bsd.port.mk change broke this port, but be moreobrien2002-09-091-0/+1
| | | | pedantic about NO_BUILD.
* Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted towill2002-08-253-4/+4
| | | | | | | more closely conform to FreeBSD style etc, and Konqueror SSL patch merged. Tested by: Matt Douhan <matt@fruitsalad.org>, alane Submitted by: lioux [1]
* 1. Changed the lib depends on gettext to a build depends. This will meanalane2002-08-031-2/+2
| | | | | | | that the dependency is not stored in a package and so future gettext upgrades should not require a PORTREVISION bump to force the new builds. 2. Bumped PORTREVISION as this affects package contents. Hopefully this is the last time this happens for this reason.
* Bump PORTREVISION. KDE is fragile enough in its dependencies; we don'talane2002-08-021-0/+1
| | | | need bizarre gettext errors cropping up, too.
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
| | | | | Submitted by: lots and lots Pointy hat to: ade
* Fix MASTER_SITE_SUBDIR.will2002-07-101-1/+1
| | | | | PR: 40272 Submitted by: Tilman Linneweh <tilman@arved.de>
* Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.will2002-07-053-5/+12
|
* Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to thewill2002-06-163-2/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rigorous testing performed on the part of the KDE/FreeBSD Project over the last three weeks. Thanks to everyone who helped test! General changes: [1] Follow KDE2 style by moving KDE core specific macros and the like to x11/kde3/Makefile.kde. [2] Fix a variety of comments or miscellaneous data to reflect that this is KDE3 and not KDE2. [3] Account for more empty directories in the PLISTs. deskutils/kdepim3: [4] More #include <malloc.h> -> #include <stdlib.h>. audio/arts: [5] Upgrade to 1.0.1. [6] Point at MASTER_SITE_KDE not my own mirror. audio/kdemultimedia3: [7] Account for the removal of the <machine/soundcard.h> symlink. Simply point all such includes at <sys/soundcard.h>. editors/koffice-kde3: [8] Get rid of #include <values.h> preemptively. devel/kdesdk3: [9] Remove cervisia from build if building on -CURRENT due to C++-unsafe sys/wait.h. The header is believed to have been fixed in newer -CURRENT (>= Jun 5) but we have not tested that. devel/kdevelop: [10] Upgrade to 2.1.1 and use KDE 3 version. [11] Remove a number of suggested dependencies that no longer fit. [12] Account for where the docs for Qt went since they got moved to fit in hier(7) better. graphics/kdegraphics3: [13] Turn off kuickshow by default because it depends on imlib, which in turn depends on gtk/glib. This will be revisited when we split up the KDE ports a bit. games/kdegames3: [14] Fix compile error on -CURRENT where kpat/freecell-solver/md5.h tried to define uint32_t after sys/types.h already had. sysutils/kdeadmin3: No particular changes. misc/kdeaddons3: No particular changes. misc/kdeedu3: [15] Re-add the huge number of missing @dirrm's. misc/kdeutils3: No particular changes. misc/kde3-i18n-* and */kde3-i18n: For the most part, no particular changes. A huge number of I18N message updates went into this release, though. french/kde3-i18n: [16] Fix build Makefile error due to tarball builder's env. net/kdenetwork3: No particular changes. x11-clocks/kdetoys3: No particular changes. x11/kdebase3: [17] Account for mkfontdir "soft" build-time dependency. If mkfontdir is available, use it to build fonts.dir where kdebase installs fonts. Otherwise, don't bother. [18] Patch ElectricEyes.desktop to use the name of the program that FreeBSD uses when you install the port for it. [19] Patches for KDM merged into KDE 3.0.1. [20] Properly fix kdm/backend/xdmcp.c string format error. x11/kdelibs3: [21] Support the KDE3 version check to make sure no one tries to install KDE2 then KDE3. The 'kde-version-check' target is centralized in x11/kde3/Makefile.kde. [22] Remove patch for kdeprint/configure.in.in. [23] Add patch to fix critical icon loader bug. x11/kde3: [24] Add Makefile.kde for centralizing KDE core-specific macros that don't belong in bsd.kde.mk. x11-toolkits/qt30: [25] Mark broken on any XFree86 version < 4 due to packing list related problems if we tried to support XFree86 3. [26] Error out if the user has Qt2 installed already. x11-wm/kdeartwork3: [27] Add USE_MESA to explicitly support the 3D screensavers. [28] Re-add a large number of missing @dirrm's. Credits: [1] [4] [5] [6] [7] [9] [10] [14] [16] [21] [22] [24] [26]: will [2] [3] [8] [15] [17] [19] [25] [27] [28]: alane [11] [12] Submitted by: Lauri Watts <lauri@kde.org> [13] Found by: mi Removed by: will [18] [23] Submitted by: Andy Fawcett <andy@athame.co.uk> Tested by: [in addition to the above, in no particular order] knu Mattias Douhan <matt@athame.co.uk> Bradley T. Hughes <bhughes@trolltech.com> Erik H. Bakke <ebakke@trolltech.com> David Johnson <david@usermode.org> JJ Behrens <jj@nttmcl.com> Michael W. Collette <metrol@metrol.net> Adriaan de Groot <adridg@sci.kun.nl> Mark Rowlands <mark.rowlands@minmail.net> Mark Stosberg <mark@summersault.com> Dave Cantrell <phaedrus@alltel.net> Mark Miller <joup@bigfoot.com> Wesley Morgan <morganw@chemikals.org> Arjan van Leeuwen <avl@operamail.com>
* Please welcome Qt3/KDE3 to our ports tree. This includes work since thewill2002-04-227-128/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | original versions of these ports, so some PORTREVISIONs were bumped. See http://freebsd.kde.org/ and mailing lists linked to from there for info on the packages generated to test these ports. bsd.kde.mk has already been updated a few days ago to work with these. Some patches applied to fix a few bugs were: deskutils/kdepim3: [1] Remove kpilot from build because it wasn't ready at release. editors/koffice-kde3: [2] Fix compile time bugs for FreeBSD. misc/kdeedu3: [3] Fix compile problem with kvoctrain. x11/kdebase3: [4] Fix KDM CPU usage and login bug. Some caveats: * All PLISTs are broken for deinstall due to script bug that I didn't notice until very recently. This will be fixed when I commit an update tomorrow. These ports should still install perfectly fine though. They should also deinstall without giving errors, but will leave directories behind. * You can't install this with any other version of QT or KDE already installed. I am not sure the checks are 100% working, but fixes for these will be forthcoming. This is mainly due to a policy decision made by kde@ to make QT/KDE ports install the way the rest of the world expects it to while also still conforming to FreeBSD's hier(7). For reference on this decision, please consult the KDE/FreeBSD mailing list archives. This decision fixes 2-year-old bug reports relating to how we handled this for KDE2 vs KDE1. Submitted by: [1] Adrian de Groot <adridg@cs.kun.nl>, [2] David Faure <faure@kde.org>, Andy Fawcett <andy@athame.co.uk> Lauri Watts <lauri@kde.org> [3] Lauri Watts <lauri@kde.org> [4] Alan Eldridge <alane@geeksrus.net> Oswald Buddenhagen <ossi@kde.org> Reviewed by: kde
* gettext upgrade uber-patch (stage 3)ade2002-04-131-1/+2
| | | | | | | | | | - switch devel/gettext (0.11.1) on, installing full package - flip devel/gettext-old (0.10.35) to installing only static binaries with a "-old" suffix -- gettext-old will have its deorbit burn sequence initiated just after 4.6-RELEASE - fix up ports for the new world order Reviewed by: portmgr
* Stage 1 of gettext update.ade2002-03-161-1/+1
| | | | | | | | | | | | Move gettext (0.10.35) with gettext-old Update gettext from gettext-devel (0.10.40) Remove gettext-devel Fix dependencies Stage 2 will involve upgraded gettext to 0.11 and fixing issues Stage 3 involves a de-orbit burn sequence for gettext-old Reviewed by: portmgr
* Add WWW.demon2001-12-281-0/+2
|
* Update to 2.2.2.demon2001-12-133-9/+16
| | | | Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
* Note the standard these utilities conform to.obrien2001-11-2815-35/+133
|
* Unicode TrueType Font with UHoai Vietnamese encodingobrien2001-11-288-0/+60
|
* VISCII->Unicode conversionobrien2001-11-286-0/+36
|
* Upgrade to 2.2.1.demon2001-10-276-26/+23
| | | | | Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp> (with slight modifications)
* Sort entries.knu2001-09-211-3/+2
|
* Set DIST_SUBDIR=KDEdemon2001-09-112-1/+2
|
* MAINTAINER -> kde@FreeBSD.orgdemon2001-09-011-1/+1
|
* Our -man package does not understand .PN and .MS. So use .B (bold) untilobrien2001-08-232-18/+158
| | | | I figure out what is the correct spelling for .PN and .MS.
* Fix installation in a slightly different way.demon2001-08-212-6/+8
|
* Remove two languages not presented in new version.demon2001-08-201-3/+1
|
* Forgot to remove debug comment.demon2001-08-161-1/+1
|
* Upgrade to 2.2.demon2001-08-165-8/+31
|
* Note that VNterm adheres to RFC 1456 (VISCII and VIQR encodings)obrien2001-07-151-0/+6
|
* Remove Ukrainian from BATCH builds.demon2001-07-051-1/+1
| | | | It is available as a separate package.
* Exclude de, fr, ja, ru, zh_CN, zh_TW from bento's package.demon2001-04-171-1/+1
| | | | These translations are available as separate packages.
* Use `cp' rather than `ln' as WRKDIR and FILESDIR can be on different devices.obrien2001-04-171-1/+1
|
* Sort languages by name.demon2001-04-131-10/+10
|
* Examine LINGUAS variable before BATCH.demon2001-04-111-5/+5
| | | | | | | | After this change slave ports (russian/kde2-i18n and japanese/kde2-i18n) should work as expected. Comment out files in .../en/ directory. It seems they are not being installed by this port.
* Allow to override MAINTAINER and CATEGORIES (in slave ports).demon2001-04-101-2/+2
|
* Add the ability to select which languages to install via dialog(1)-baseddemon2001-04-102-0/+87
| | | | | menu. Sort pkg-plist.
* Update to 2.1.1demon2001-04-063-13/+2
|
* Change dot file to .vnelvisrc from .exrc.obrien2001-04-051-8/+26
|
* Default to Vietnamese processing.obrien2001-04-051-0/+5
| | | | | If you're using the ancient version of Elvis, you most likely are doing it only for Vietnamese text.
* Overhaul QT/KDE support:will2001-04-031-2/+2
| | | | | | | | | | | | | | | | | | - bsd.port.mk update to use bsd.kde.mk for USE_{QT,KDE}* - Cleanup corresponding ports for bsd.kde.mk update. - Fix bsd.kde.mk: use correct kdelibs dependency, put qt at the bottom, introduce QT_NONSTANDARD variable for nonstandard configure setup. - Update KDE2 to 2.1.1. Two patches included in x11/kdelibs2 to fix the proxy authentication that was broken for 2.1.1. Remove old patches. - Potentially fix kdelibs build for alpha. - Fix qt-designer 2.3.0 build. - Ruby stuff left alone since it looks like black magic to me. Should still work w/ compat shims for older USE_QT[,2] style. Some others were also left alone for the same reason. Reviewed by: portmgr, ports (bsd.kde.mk+bsd.port.mk) Submitted by: David Faure <faure@kde.org> (proxy auth patches) Alex Zepeda <garbanzo@kde.org> (old patches removal)
* Install new manpage.obrien2001-03-261-0/+2
|
* Add FreeBSD ID.obrien2001-03-261-0/+1
|
* Grr. a local cc(1) option got added by mistake.obrien2001-03-261-3/+3
|
* Sigh. This code is based on vnlibs. Thus I need to fix the Pascal'ismobrien2001-03-261-0/+8
| | | | where the author thought C arrays are indexed 1..sizeof(array).
* Respect CFLAGS.obrien2001-03-261-0/+11
|
* Add a man page.obrien2001-03-261-0/+65
|
* Minor tweak.obrien2001-03-261-2/+2
|
* Add reference to vnconvert(1).obrien2001-03-263-0/+3
|
* unbreak post-install script.sf2001-03-191-1/+1
| | | | Found by: bento
* Use full path to `mkfontdir'.obrien2001-03-131-1/+1
| | | | Submitted by: sf
* Make sure teTeX is installed before installing this port.obrien2001-03-131-0/+3
|
* Update to the 20010210 version. This fixes occasional core dumps in apps.obrien2001-03-092-2/+2
|
* New port: localized messages and documentation for KDE2.demon2001-03-025-0/+38
|
* Add aliases.obrien2001-02-163-0/+15
|
* Make this build when it is in the full /usr/ports tree and "vi-" is prependedobrien2001-02-121-1/+1
| | | | to the package name.
* Use the new libviet port in building.obrien2001-02-123-16/+15
|
* Use the new libviet port in building.obrien2001-02-113-14/+17
|
* Update vnterm so it is based on the X11R6.5.1 Xterm rather than the X11R5 one.obrien2001-02-1123-191/+1411
| | | | | This also removes libviqr and the Xfonts from this package as they are now seperate ports.
* Fix prefix bogon.obrien2001-02-111-0/+1
|
* These X fonts allow you to display Vietnamese characters in an Xterm andobrien2001-02-118-0/+134
| | | | other X applications.
* VIQR<->VISCII conversion and VISCII ctype-like routinesobrien2001-02-106-0/+49
|
* teTeX Vietnamese language + font supportobrien2001-02-078-0/+475
|
* Style fixes in ports/vietnamese.olgeni2001-02-061-1/+1
|
* Converts Vietnamese text files between popular formats.obrien2001-01-066-0/+40
|
* Add $FreeBSD$, which help me in problem reports.obrien2000-11-221-0/+1
|
* Fix curses clear() usage.obrien2000-11-033-0/+54
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-081-1/+1
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* Add dependency to mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.asami2000-09-121-1/+8
| | | | Submitted by: bento and gohan
* Back out the previous commit. That one has a problem which occurs onknu2000-08-281-5/+1
| | | | | | | | | | | | cross-language master-slave ports. I just wonder how I could overlook this. I thought I tested with Wnn, netscape and so on. *sigh* Yes, I know how I can fix it, but I'd certainly back out first. Reported by: steve Pointy hat to: knu
* PKGNAMEPREFIX cleanup. This should allow chained PKGNAMEPREFIX'es.knu2000-08-271-1/+5
| | | | No response from: ports list, PW
* Add one manpage, one doc file and delete two directories.asami2000-07-052-0/+4
| | | | Submitted by: bento
* List two files in share/doc/vnlpr and delete the directory upon deinstall.asami2000-07-051-2/+3
| | | | | | Also, remove two files that are installed by a dependency, not this port. Submitted by: bento
* Update the manpage to note this now adhears to Vietnamese Standard Code forobrien2000-05-214-7/+58
| | | | | Information Interchange (VISCII version 1.1, 1992) and fix some operational nits that have been bothering me -- such as the "Dd" processing.
* Correct whitespace introduced during PORTNAME conversion and portlintmharo2000-04-216-6/+6
|
* Remove "vi-" prefix from PORTNAMEs, they are set by PKGNAMEPREFIX inasami2000-04-157-12/+12
| | | | ../Makefile.inc.
* Set PKGNAMEPREFIX with ?= so it can be overridden.asami2000-04-111-1/+1
|
* Add PKGNAMEPREFIX definitions for language-specific dirs.asami2000-04-111-0/+4
|
* Update with the new PORTNAME/PORTVERSION variablescpiazza2000-04-107-21/+20
|
* Restore useless version required comments.obrien2000-03-227-0/+7
|
* Remove the "version required" line.obrien2000-03-207-7/+0
|
* Style nits in the ports I maintain.obrien2000-02-137-13/+13
|
* adjust for my editorobrien1999-09-065-0/+5
|
* $Id$ -> $FreeBSD$peter1999-08-3117-17/+17
|
* ln -> ${LN}mharo1999-08-281-3/+3
|
* chmod -> ${CHMOD}mharo1999-08-232-6/+6
| | | | chown -> ${CHOWN}
* Make this port reinstall friendly.steve1999-07-051-8/+3
|
* #4/4 enforcing Caps, no periodhoek1999-06-275-5/+5
| | | | | | | | | | | | [Has anyone figured-out what makes the number 393 so interesting to PW, now?] I wonder what was going through Jordan's head during his infamous $Id$-smashing commit. Before I forget.... Thanks to naddy@mips.rhein-neckar.de (Christian Weisgerber) for prompting this commit. See msg-id: 7geokh$tje$1@mips.rhein-neckar.de
* mark unbroken - can't repeat the problemobrien1998-11-071-3/+1
|
* mark unbroken -- I can't duplicate the problem on 3 different machinesobrien1998-11-071-3/+1
|
* make buildable on ELFobrien1998-11-071-3/+5
|
* mark unbroken -- I can't repeat the problem on 3 different machinesobrien1998-11-071-3/+1
|
* Mark BROKEN for ELF:jseger1998-10-161-1/+3
| | | | | | | | | | cc -o vnterm -I../include -O -L/usr/X11R6/lib main.o input.o charproc.o cursor.o util.o tabs.o screen.o scrollbar.o button.o Tekproc.o misc.o VTPrsTbl.o TekPrsTbl.o data.o menu.o vnvars.o -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 ../lib/libviqr.a ../lib/libvntype.a -ltermcap -Wl,-rpath,/usr/X11R6/lib cc: ../lib/libviqr.a: No such file or directory cc: ../lib/libvntype.a: No such file or directory *** Error code 1 Stop. *** Error code 1
* Mark BROKEN for ELF:jseger1998-10-161-1/+3
| | | | | | | cc -DDEFAULT_PSLIBDIR="\"/usr/local/share/vn-fonts\"" -I../include -c vnpstext.c cc -s -o vnpstext vnpstext.o ../lib/libvntype.a cc: ../lib/libvntype.a: No such file or directory *** Error code 1
* Mark BROKEN for ELF:jseger1998-10-161-1/+3
| | | | | | cc -Dbsd -I../include -s -o vnelvis blk.o cmd1.o cmd2.o curses.o cut.o ex.o input.o main.o misc.o modify.o move1.o move2.o move3.o move4.o move5.o opts.o recycle.o redraw.o regexp.o regsub.o system.o tio.o tmp.o vars.o vcmd.o vi.o ../lib/libviqr.a ../lib/libvntype.a -ltermcap ../lib/libviqr.a: could not read symbols: Archive has no index; run ranlib to add one *** Error code 1
* Mark BROKEN for ELF:jseger1998-10-161-1/+3
| | | | | | | | | ===> Building for vi-vn7to8-1.1.1 cc -I../include -c vn7to8.c cc -I../include -s -o vn7to8 vn7to8.o ../lib/libviqr.a ../lib/libvntype.a cc: ../lib/libviqr.a: No such file or directory cc: ../lib/libvntype.a: No such file or directory *** Error code 1
* Remove manpages from pkg/PLISTobrien1998-08-146-10/+6
|
* That should have been "print".obrien1997-11-043-3/+3
|
* Added "editors" to the category.obrien1997-11-043-6/+6
|
* Add editors to the CATEGORIES list.obrien1997-11-041-2/+2
|
* Portlint these babies.obrien1997-10-132-6/+7
|
* Change my email address to @FreeBSDobrien1997-10-107-14/+14
|
* Remove unnecessary blank line.max1997-09-231-1/+1
| | | | Add @dirrm for share/vn-fonts.
* Style police.max1997-09-231-4/+4
|
* Use ISO639 language code instead of ISO3166 country code for PKGNAME.max1997-09-237-19/+14
| | | | (IE, vn-* -> vi-*.)
* /bin/sh -> ${SH}max1997-07-141-2/+2
|
* Make more more pty's available.obrien1997-04-271-0/+11
|
* Share vnroff with the rest of the world.obrien1996-12-251-1/+2
|
* VNroff converts VIQR format Vietnamese characters into troff format soobrien1996-12-257-0/+121
| | | | groff/troff can print it out.
* Cleaned up helper script.obrien1996-12-102-25/+16
|
* Ah, I think I now understand INSTALL scripts w/pkg_addobrien1996-12-092-3/+3
| | | | Thanks-to: Satoshi
* Turnon vnlpr & vnpstextobrien1996-12-091-1/+3
|
* Vnpstext converts your 8-bit Vietnamese text to a PostScriptobrien1996-12-0910-0/+249
| | | | file suitable for printing to a PostScript printer.
* vnlpr is a shell script that utilizes the vnpstext and vn7to8 utilitiesobrien1996-12-095-0/+105
| | | | | | to print vietnames text on PostScript printer on Unix machines using various Type-1 fonts supplied by TriChlor and the Courier fonts from the vnpstext package.
* Fixed running of pkg/INSTALLobrien1996-12-092-3/+4
|
* run the pkg/INSTALL script on ``make install''obrien1996-12-091-1/+2
|
* Install binaries in ${PREFIX}/bin, not ${PREFIX}. (David, you sleepy? :)asami1996-12-071-5/+5
| | | | | While I'm here, change hard links to symlinks. IIRC this saves space in the tarball.
* Prepend "vn-" to PKGNAME.asami1996-12-071-2/+2
|
* Didn't catch that "RANLIB= echo". HEY! This ain't no stinking SysV OS. :-)obrien1996-12-072-12/+17
|
* Moved one part of post-install to pkg/INSTALL.obrien1996-12-072-4/+9
|
* Turn on vn7to8 vnelvis vnless vntermobrien1996-12-061-2/+6
|
* VNless is a port of a very old version of GNU's less that suports the displayobrien1996-12-0610-0/+207
| | | | | of files written in the Vietnamese language using the VISCII (VIetnamese Standard Code for Information Interchange) encoding.
* VNElvis is a clone of vi/ex (the standard UNIX editor) that allows theobrien1996-12-0616-0/+333
| | | | | | displaying and editing of documents in the Vietnamese 8-bit VISCII (VIetnamese Standard Code for Information Interchange) data format using the 7-bit VIQR (VIetnamese Quoted Readable) input method.
* vnxterm is a xterm replacement with Vietnamese VIQR 1.1 (7-bit VIetnameseobrien1996-12-0613-0/+295
| | | | | Quoted Readable/Viet-Net) support. This version of cxterm is derived from the X11R5 xterm, and thus has simular capabilities.
* Converts between the 7-bit VIQR format for Vietnamese (Viet-Net like)obrien1996-12-0610-0/+278
| | | | and the 8-bit VISCII 1.1 data format.
* A new category for Vietnamese support, requested by David O'Brien.asami1996-12-052-0/+7