summaryrefslogtreecommitdiff
path: root/misc/dt
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2007-12-12Reset maintainer on his request.wiz1-2/+2
2007-02-22Whitespace cleanup, courtesy of pkglint.wiz1-2/+2
Patch provided by Sergey Svishchev in private mail.
2005-05-25Add RMD160 checksum.wiz1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-11-20Bump PKGREVISION for recent changes. [Use new grf ioctl()'s.]fredb1-2/+2
2003-11-20Fix missing prototype for memcpy().fredb2-1/+14
2003-11-20Switch to the "new" grf interface -- new in NetBSD 1.5! -- becausefredb2-3/+12
GRF_COMPAT is currently broken on NetBSD 1.6ZF.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2003-04-28The ${MACHINE_PLATFORM} that we're targetting is NetBSD-*-m68k. There is nofredb1-2/+2
NetBSD-*-mac68k. This is certainly going to fail on non-mac68k. We probably should just restore the custom check.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2003-02-03use ONLY_FOR_PLATFORM instead of defining PKG_SKIP_REASON. shoud fix thekei1-5/+2
problem on i386 bulk build.
2003-01-04Another PKG_FAIL_REASON -> PKG_SKIP_REASON for OPSYS reasons.wiz1-2/+2
2002-12-07Replace IGNORE with PKG_FAIL_REASON or PKG_SKIP_REASON as appropriate.schmonz1-2/+2
2002-02-11Programs that follow Digital's recommendations will follow ESC(0 -- tofredb4-27/+145
load the DEC Special Graphics (VT line draw) characters into graphics set GS0 -- with lock shift 0, aka LS0, aka SO, aka ^0 -- to then enable GS0. Since GS0 is the default, the full procedure is really only necessary when displaying line draw and alphanumeric characters on the same line. With the last patch to enable line draw characters, ESC(0 was always taken to mean ASCII SI (shift in), and ^0 was always taken to to mean SO (shift out), so for programs that did the right thing (e.g. "pstree"), "dt" was simply setting, then unsetting, the alternate character set attribute, causing the desired line draw characters never to be displayed. To deal with that, introduce a layer of abstraction, such that ESC(0 and friends now only set per-VT variables, rather than directly set the attribute. Initialize these variables so that SO and SI, taken alone, will do the expected thing, and extend the state machine so that a changed GS0 will become active at the next carriage return, or immediately if an LS0 was already seen on that line (all very much like a real VT). Bump version to dt-1.1.7nb2.
2002-02-11Work around an old bug that causes the display to become corrupted whenfredb2-3/+12
the actual, display line width exceeds the size of the array allotted for it, by increasing the size of said array to 224 characters. This is good to about 1350 pixels horizontal with the small font, or nearly 1800 with the large font.
2002-02-10Boy, do I suck. Allen Briggs forwarded these patches fromfredb4-2/+54
Steven Carlson <stevec@accessone.com>, to do vt line draw characters, to me over *two* *years* ago!
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-07-13Update my email address.fredb1-2/+2
2001-06-11CPPFLAGS is now passed to MAKE_ENV and CONFIGURE_ENV by bsd.pkg.mk, sojlam1-2/+1
adapt by moving CPPFLAGS settings to top-level, and removing explicit inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
2001-04-20Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-7/+5
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-09-18Finnish keyboard by default? Such violates the Principle of Least Surprise.fredb1-2/+2
Make "US" the default. Addresses PR pkg/8312.
2000-09-09Minor churn:fredb1-12/+11
- - Don't try to build on powerpc. This is not useful, and it was never tested anyway. - - ${IGNORE} doesn't need to be set from within a .BEGIN target. - - Move lines that don't need to be after .include ../../bsd.prefs.mk into the main body, same for lines that don't need to be in the header.
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf1-2/+2
appropriate.
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf1-3/+3
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-01-10defuzzwiz2-10/+8
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-09-07Update patch checksums.jlam1-2/+2
1999-09-07Forgot to add this patch.jlam1-0/+13
1999-09-07Let user choose which keyboard layout to compile via mk.conf make variablejlam3-8/+34
`DT_LAYOUT'.
1999-07-09Add package patch checksum files.agc1-0/+3
1999-07-06Updated dt to 1.1.7ender2-4/+4
1999-04-26Fix a typo which was causing the distfile to not be found.ender1-2/+2
Fix provided by Soren S. Jorvang <soren@t.dk>
1999-04-13Remove NOPORTDOCS definition - it was useless anyway, as any attempt toagc1-3/+1
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package.
1998-12-05Initial addition of dt-1.1.6, Virtual consoles for NetBSD/mac68k (and macppc?).frueauf6-0/+58
Provided on pr 6535 by Frederick Bruckman.