[csw-devel] SF.net SVN: gar:[4111] csw/mgar/pkg

skayser at users.sourceforge.net skayser at users.sourceforge.net
Tue Mar 31 17:27:29 CEST 2009


Revision: 4111
          http://gar.svn.sourceforge.net/gar/?rev=4111&view=rev
Author:   skayser
Date:     2009-03-31 15:27:29 +0000 (Tue, 31 Mar 2009)

Log Message:
-----------
xterm: initial commit

Added Paths:
-----------
    csw/mgar/pkg/xterm/
    csw/mgar/pkg/xterm/branches/
    csw/mgar/pkg/xterm/tags/
    csw/mgar/pkg/xterm/trunk/
    csw/mgar/pkg/xterm/trunk/Makefile
    csw/mgar/pkg/xterm/trunk/checksums
    csw/mgar/pkg/xterm/trunk/files/


Property changes on: csw/mgar/pkg/xterm/trunk
___________________________________________________________________
Added: svn:ignore
   + cookies
download
work


Added: svn:externals
   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Added: csw/mgar/pkg/xterm/trunk/Makefile
===================================================================
--- csw/mgar/pkg/xterm/trunk/Makefile	                        (rev 0)
+++ csw/mgar/pkg/xterm/trunk/Makefile	2009-03-31 15:27:29 UTC (rev 4111)
@@ -0,0 +1,28 @@
+GARNAME = xterm
+GARVERSION = 242
+CATEGORIES = x11
+
+DESCRIPTION = Terminal emulator for the X Window System
+define BLURB
+The xterm program is a terminal emulator for the X Window System. It provides
+DEC VT102 and Tektronix 4014 compatible terminals for programs that can't use
+the window system directly. This version implements ISO/ANSI colors using the
+"new" color model (i.e., background color erase). It also implements most of
+the control sequences for VT220.
+endef
+
+MASTER_SITES = ftp://invisible-island.net/xterm/
+DISTFILES  = $(GARNAME)-$(GARVERSION).tgz
+
+# We define upstream file regex so we can be notifed of new upstream software release
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+CONFIGURE_ARGS += --disable-setuid
+CONFIGURE_ARGS += --enable-logging
+CONFIGURE_ARGS += --enable-luit
+CONFIGURE_ARGS += --enable-sun-fkeys
+CONFIGURE_ARGS += --enable-wide-chars
+CONFIGURE_ARGS += --with-utempter
+
+include gar/category.mk

Added: csw/mgar/pkg/xterm/trunk/checksums
===================================================================
--- csw/mgar/pkg/xterm/trunk/checksums	                        (rev 0)
+++ csw/mgar/pkg/xterm/trunk/checksums	2009-03-31 15:27:29 UTC (rev 4111)
@@ -0,0 +1 @@
+663fa3aac8e30e4c2d4bf07c0aee4dca  download/xterm-242.tgz


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list