summaryrefslogtreecommitdiff
path: root/vietnamese (unfollow)
Commit message (Collapse)AuthorFilesLines
1996-12-25Share vnroff with the rest of the world.David E. O'Brien1-1/+2
Notes: svn path=/head/; revision=5091
1996-12-25VNroff converts VIQR format Vietnamese characters into troff format soDavid E. O'Brien7-0/+121
groff/troff can print it out. Notes: svn path=/head/; revision=5090
1996-12-10Cleaned up helper script.David E. O'Brien2-25/+16
Notes: svn path=/head/; revision=4914
1996-12-09Ah, I think I now understand INSTALL scripts w/pkg_addDavid E. O'Brien2-3/+3
Thanks-to: Satoshi Notes: svn path=/head/; revision=4909
1996-12-09Turnon vnlpr & vnpstextDavid E. O'Brien1-1/+3
Notes: svn path=/head/; revision=4907
1996-12-09Vnpstext converts your 8-bit Vietnamese text to a PostScriptDavid E. O'Brien10-0/+249
file suitable for printing to a PostScript printer. Notes: svn path=/head/; revision=4906
1996-12-09vnlpr is a shell script that utilizes the vnpstext and vn7to8 utilitiesDavid E. O'Brien5-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. Notes: svn path=/head/; revision=4905
1996-12-09Fixed running of pkg/INSTALLDavid E. O'Brien2-3/+4
Notes: svn path=/head/; revision=4904
1996-12-09run the pkg/INSTALL script on ``make install''David E. O'Brien1-1/+2
Notes: svn path=/head/; revision=4903
1996-12-06Install binaries in ${PREFIX}/bin, not ${PREFIX}. (David, you sleepy? :)Satoshi Asami1-5/+5
While I'm here, change hard links to symlinks. IIRC this saves space in the tarball. Notes: svn path=/head/; revision=4850
1996-12-06Prepend "vn-" to PKGNAME.Satoshi Asami1-2/+2
Notes: svn path=/head/; revision=4849
1996-12-06Didn't catch that "RANLIB= echo". HEY! This ain't no stinking SysV OS. :-)David E. O'Brien2-12/+17
Notes: svn path=/head/; revision=4840
1996-12-06Moved one part of post-install to pkg/INSTALL.David E. O'Brien2-4/+9
Notes: svn path=/head/; revision=4839
1996-12-06Turn on vn7to8 vnelvis vnless vntermDavid E. O'Brien1-2/+6
Notes: svn path=/head/; revision=4838
1996-12-06VNless is a port of a very old version of GNU's less that suports the displayDavid E. O'Brien10-0/+207
of files written in the Vietnamese language using the VISCII (VIetnamese Standard Code for Information Interchange) encoding. Notes: svn path=/head/; revision=4837
1996-12-06VNElvis is a clone of vi/ex (the standard UNIX editor) that allows theDavid E. O'Brien16-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. Notes: svn path=/head/; revision=4836
1996-12-06vnxterm is a xterm replacement with Vietnamese VIQR 1.1 (7-bit VIetnameseDavid E. O'Brien13-0/+295
Quoted Readable/Viet-Net) support. This version of cxterm is derived from the X11R5 xterm, and thus has simular capabilities. Notes: svn path=/head/; revision=4834
1996-12-06Converts between the 7-bit VIQR format for Vietnamese (Viet-Net like)David E. O'Brien10-0/+278
and the 8-bit VISCII 1.1 data format. Notes: svn path=/head/; revision=4833
1996-12-05A new category for Vietnamese support, requested by David O'Brien.Satoshi Asami2-0/+7
Notes: svn path=/head/; revision=4812