summaryrefslogtreecommitdiff
path: root/vietnamese (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mark unbroken - can't repeat the problemDavid E. O'Brien1998-11-071-3/+1
| | | | Notes: svn path=/head/; revision=14385
* mark unbroken -- I can't duplicate the problem on 3 different machinesDavid E. O'Brien1998-11-071-3/+1
| | | | Notes: svn path=/head/; revision=14383
* make buildable on ELFDavid E. O'Brien1998-11-071-3/+5
| | | | Notes: svn path=/head/; revision=14382
* mark unbroken -- I can't repeat the problem on 3 different machinesDavid E. O'Brien1998-11-071-3/+1
| | | | Notes: svn path=/head/; revision=14381
* Mark BROKEN for ELF:Justin M. Seger1998-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 Notes: svn path=/head/; revision=14030
* Mark BROKEN for ELF:Justin M. Seger1998-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 Notes: svn path=/head/; revision=14029
* Mark BROKEN for ELF:Justin M. Seger1998-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 Notes: svn path=/head/; revision=14028
* Mark BROKEN for ELF:Justin M. Seger1998-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 Notes: svn path=/head/; revision=14027
* Remove manpages from pkg/PLISTDavid E. O'Brien1998-08-136-10/+6
| | | | Notes: svn path=/head/; revision=12503
* That should have been "print".David E. O'Brien1997-11-033-3/+3
| | | | Notes: svn path=/head/; revision=8461
* Added "editors" to the category.David E. O'Brien1997-11-033-6/+6
| | | | Notes: svn path=/head/; revision=8460
* Add editors to the CATEGORIES list.David E. O'Brien1997-11-031-2/+2
| | | | Notes: svn path=/head/; revision=8459
* Portlint these babies.David E. O'Brien1997-10-132-6/+7
| | | | Notes: svn path=/head/; revision=8235
* Change my email address to @FreeBSDDavid E. O'Brien1997-10-107-14/+14
| | | | Notes: svn path=/head/; revision=8194
* Remove unnecessary blank line.Masafumi Max NAKANE1997-09-221-1/+1
| | | | | | | Add @dirrm for share/vn-fonts. Notes: svn path=/head/; revision=7996
* Style police.Masafumi Max NAKANE1997-09-221-4/+4
| | | | Notes: svn path=/head/; revision=7995
* Use ISO639 language code instead of ISO3166 country code for PKGNAME.Masafumi Max NAKANE1997-09-227-19/+14
| | | | | | | (IE, vn-* -> vi-*.) Notes: svn path=/head/; revision=7993
* /bin/sh -> ${SH}Masafumi Max NAKANE1997-07-131-2/+2
| | | | Notes: svn path=/head/; revision=7303
* Make more more pty's available.David E. O'Brien1997-04-261-0/+11
| | | | Notes: svn path=/head/; revision=6302
* Share vnroff with the rest of the world.David E. O'Brien1996-12-251-1/+2
| | | | Notes: svn path=/head/; revision=5091
* VNroff converts VIQR format Vietnamese characters into troff format soDavid E. O'Brien1996-12-257-0/+121
| | | | | | | groff/troff can print it out. Notes: svn path=/head/; revision=5090
* Cleaned up helper script.David E. O'Brien1996-12-102-25/+16
| | | | Notes: svn path=/head/; revision=4914
* Ah, I think I now understand INSTALL scripts w/pkg_addDavid E. O'Brien1996-12-092-3/+3
| | | | | | | Thanks-to: Satoshi Notes: svn path=/head/; revision=4909
* Turnon vnlpr & vnpstextDavid E. O'Brien1996-12-091-1/+3
| | | | Notes: svn path=/head/; revision=4907
* Vnpstext converts your 8-bit Vietnamese text to a PostScriptDavid E. O'Brien1996-12-0910-0/+249
| | | | | | | file suitable for printing to a PostScript printer. Notes: svn path=/head/; revision=4906
* vnlpr is a shell script that utilizes the vnpstext and vn7to8 utilitiesDavid E. O'Brien1996-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. Notes: svn path=/head/; revision=4905
* Fixed running of pkg/INSTALLDavid E. O'Brien1996-12-092-3/+4
| | | | Notes: svn path=/head/; revision=4904
* run the pkg/INSTALL script on ``make install''David E. O'Brien1996-12-091-1/+2
| | | | Notes: svn path=/head/; revision=4903
* Install binaries in ${PREFIX}/bin, not ${PREFIX}. (David, you sleepy? :)Satoshi Asami1996-12-061-5/+5
| | | | | | | | While I'm here, change hard links to symlinks. IIRC this saves space in the tarball. Notes: svn path=/head/; revision=4850
* Prepend "vn-" to PKGNAME.Satoshi Asami1996-12-061-2/+2
| | | | Notes: svn path=/head/; revision=4849
* Didn't catch that "RANLIB= echo". HEY! This ain't no stinking SysV OS. :-)David E. O'Brien1996-12-062-12/+17
| | | | Notes: svn path=/head/; revision=4840
* Moved one part of post-install to pkg/INSTALL.David E. O'Brien1996-12-062-4/+9
| | | | Notes: svn path=/head/; revision=4839
* Turn on vn7to8 vnelvis vnless vntermDavid E. O'Brien1996-12-061-2/+6
| | | | Notes: svn path=/head/; revision=4838
* VNless is a port of a very old version of GNU's less that suports the displayDavid E. O'Brien1996-12-0610-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
* VNElvis is a clone of vi/ex (the standard UNIX editor) that allows theDavid E. O'Brien1996-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. Notes: svn path=/head/; revision=4836
* vnxterm is a xterm replacement with Vietnamese VIQR 1.1 (7-bit VIetnameseDavid E. O'Brien1996-12-0613-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
* Converts between the 7-bit VIQR format for Vietnamese (Viet-Net like)David E. O'Brien1996-12-0610-0/+278
| | | | | | | and the 8-bit VISCII 1.1 data format. Notes: svn path=/head/; revision=4833
* A new category for Vietnamese support, requested by David O'Brien.Satoshi Asami1996-12-052-0/+7
Notes: svn path=/head/; revision=4812