aboutsummaryrefslogtreecommitdiff
path: root/vietnamese/vnterm
Commit message (Collapse)AuthorAgeFilesLines
* Update this port from being based on the X11 R6.5.1 sources to R6.6.David E. O'Brien2003-08-182-3/+4
| | | | Notes: svn path=/head/; revision=87153
* Remove the _POSIX_SOURCE handling to fix the building on 5-CURRENT.David E. O'Brien2003-08-172-6/+2
| | | | Notes: svn path=/head/; revision=87150
* BROKEN: Does not compileKris Kennaway2003-05-071-0/+2
| | | | Notes: svn path=/head/; revision=80309
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT.David E. O'Brien2002-11-072-1/+2
| | | | Notes: svn path=/head/; revision=69627
* Unmark broken. Please have the decentcy to notify the maintainer of a buildDavid E. O'Brien2002-10-171-2/+0
| | | | | | | problem. Notes: svn path=/head/; revision=68170
* BROKEN: Does not compileKris Kennaway2002-10-051-0/+2
| | | | Notes: svn path=/head/; revision=67414
* Don't gratuitously add -O.David E. O'Brien2002-09-091-2/+2
| | | | Notes: svn path=/head/; revision=65884
* 'union wait' was depreciated by the time of Net/2.David E. O'Brien2002-09-091-13/+24
| | | | Notes: svn path=/head/; revision=65883
* Catch up with lossage of 'union wait' in 5-CURRENT.David E. O'Brien2002-09-092-21/+34
| | | | | | | Also use system prototypes rather than define incorrect local ones. Notes: svn path=/head/; revision=65882
* Note the standard these utilities conform to.David E. O'Brien2001-11-282-5/+8
| | | | Notes: svn path=/head/; revision=50667
* Our -man package does not understand .PN and .MS. So use .B (bold) untilDavid E. O'Brien2001-08-221-18/+20
| | | | | | | I figure out what is the correct spelling for .PN and .MS. Notes: svn path=/head/; revision=46656
* Note that VNterm adheres to RFC 1456 (VISCII and VIQR encodings)David E. O'Brien2001-07-151-0/+6
| | | | Notes: svn path=/head/; revision=45136
* Use `cp' rather than `ln' as WRKDIR and FILESDIR can be on different devices.David E. O'Brien2001-04-171-1/+1
| | | | Notes: svn path=/head/; revision=41513
* Update vnterm so it is based on the X11R6.5.1 Xterm rather than the X11R5 one.David E. O'Brien2001-02-1023-191/+1411
| | | | | | | | This also removes libviqr and the Xfonts from this package as they are now seperate ports. Notes: svn path=/head/; revision=38189
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isSatoshi Asami2000-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. Notes: svn path=/head/; revision=33576
* Add dependency to mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.Satoshi Asami2000-09-121-1/+8
| | | | | | | Submitted by: bento and gohan Notes: svn path=/head/; revision=32544
* Add one manpage, one doc file and delete two directories.Satoshi Asami2000-07-052-0/+4
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=30205
* Correct whitespace introduced during PORTNAME conversion and portlintMichael Haro2000-04-211-1/+1
| | | | Notes: svn path=/head/; revision=27847
* Remove "vi-" prefix from PORTNAMEs, they are set by PKGNAMEPREFIX inSatoshi Asami2000-04-151-2/+2
| | | | | | | ../Makefile.inc. Notes: svn path=/head/; revision=27572
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-3/+3
| | | | Notes: svn path=/head/; revision=27429
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-2/+2
| | | | Notes: svn path=/head/; revision=25734
* $Id$ -> $FreeBSD$Peter Wemm1999-08-312-2/+2
| | | | Notes: svn path=/head/; revision=21145
* ln -> ${LN}Michael Haro1999-08-281-3/+3
| | | | Notes: svn path=/head/; revision=21047
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* mark unbroken - can't repeat the problemDavid E. O'Brien1998-11-071-3/+1
| | | | Notes: svn path=/head/; revision=14385
* 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
* Remove manpages from pkg/PLISTDavid E. O'Brien1998-08-131-1/+1
| | | | Notes: svn path=/head/; revision=12503
* Portlint these babies.David E. O'Brien1997-10-131-2/+2
| | | | Notes: svn path=/head/; revision=8235
* Change my email address to @FreeBSDDavid E. O'Brien1997-10-101-2/+2
| | | | Notes: svn path=/head/; revision=8194
* Use ISO639 language code instead of ISO3166 country code for PKGNAME.Masafumi Max NAKANE1997-09-221-2/+2
| | | | | | | (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
* 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
* 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
* 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
* 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