summaryrefslogtreecommitdiff
path: root/x11/aterm
AgeCommit message (Collapse)AuthorFilesLines
2003-10-25Enable "ttygid" support on *BSD and Darwin, just like for "rxvt". Closesfredb1-2/+13
PR pkg/23229.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-02Fix typo: CONFIGUE_ARGS -> CONFIGURE_ARGS.jmmv1-2/+2
2003-01-02Add a few switches to allow changing compile-time options:hubertf1-6/+23
ATERM_USE_KANJI, ATERM_USE_BIG5, ATERM_USE_XTERM_SCROLL, ATERM_USE_GREEK. Patch contributed by Jon Olsson <jon@joshua.haninge.kth.se> in PR 19382.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam5-15/+17
have been converted to USE_BUILDLINK2.
2002-08-03Update aterm to aterm-0.4.2nb2: work around problem withhubertf3-3/+29
lockup in select() Patch submitted by Christian Biere <ChristianBiere@gmx.de> in PR 17745
2002-05-12Fix compilation on -current. Patches from Rui-Xiang Guo in responsewiz3-1/+51
to pkg/16637.
2002-03-13Give all packages which depend on "png" a version bump, and updatefredb1-1/+2
all dependencies on packages depending on "png" which contain shared libraries, all for the (imminent) update to the "png" package. [List courtesy of John Darrow, courtesy of "bulk-build".]
2001-12-11Drop version number from description.wiz1-8/+8
2001-12-11Updated to 0.4.2, per pkg/14467 by Jonathan Perkin.wiz4-12/+27
Changes since 0.4.0: *src/command: applied patch from Eric Benoit <eric@ecks.org>, which adds the "CSI 21 t" control sequence, for title handling. *command.c: fixed keypad Home and down keys being mixed up. Added code to allow scrolling up/down for just one line (shift+arrow) contributed by djerome) *command.c: Fixed possible buffer overflow when changing display name. *ximage_utils.c: updated shading code for better speed *screen.c: applyed reverse video cursor patch *ximage_utils.c: applyed Ren<E9> Scharfe 's patch for better shading approach. And bug fixes.
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-3/+3
2001-07-09Converted to use buildlink.mk fileszuntum1-8/+11
2001-04-28Add the missing entries.jtb1-1/+3
2001-04-19Move to sha1 digests, and add distfile sizes.skrll1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ 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
2001-01-23add missing USE_XPMdmcmahill1-1/+2
2001-01-14= -> +=hubertf1-2/+2
2001-01-14aterm (Afterstep XVT) - a VT102 emulator for the X window systemhubertf7-0/+83
aterm, version 0.4.0, is a colour vt102 terminal emulator, based on rxvt 2.4.8 with Alfredo Kojima's additions of fast transparency, intended as an xterm(1) replacement for users who do not require features such as Tektronix 4014 emulation and toolkit-style configurability. As a result, aterm uses much less swap space -- a significant advantage on a machine serving many X sessions. It was created with AfterStep Window Manger users in mind, but is not tied to any libraries, and can be used anywhere.