mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Add xterm-193,
The xterm program is the standard terminal emulator for the X Window System. It provides DEC VT102/VT220 and Tektronix 4014 compatible terminals for programs that can't use the window system directly. If the underlying operating system supports terminal resizing capabilities (for example, the SIGWINCH signal in systems derived from 4.3bsd), xterm will use the facilities to notify programs running in the window whenever it is resized. NOTE: you can't use this port until the work with XFree-clients and xorg-clients will be done.
This commit is contained in:
parent
b73a79a29d
commit
d24c99365b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=114534
@ -244,6 +244,7 @@
|
||||
SUBDIR += xstroke
|
||||
SUBDIR += xtacy
|
||||
SUBDIR += xtattr
|
||||
SUBDIR += xterm
|
||||
SUBDIR += xtermset
|
||||
SUBDIR += xtestpicture
|
||||
SUBDIR += xtoolwait
|
||||
|
32
x11/xterm/Makefile
Normal file
32
x11/xterm/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: xterm
|
||||
# Date created: 24.07.2004
|
||||
# Whom: krion
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= xterm
|
||||
PORTVERSION= 193
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= ftp://invisible-island.net/xterm/
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= krion@FreeBSD.org
|
||||
COMMENT= Terminal emulator for the X Window System
|
||||
|
||||
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
|
||||
expat.5:${PORTSDIR}/textproc/expat2 \
|
||||
png.5:${PORTSDIR}/graphics/png \
|
||||
Xft.2:${PORTSDIR}/x11-fonts/libXft
|
||||
|
||||
CONFLICTS= XFree86-clients-* xorg-clients-*
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
||||
LIBS="-L${X11BASE}/lib"
|
||||
|
||||
MAN1= resize.1 xterm.1
|
||||
|
||||
.include <bsd.port.mk>
|
2
x11/xterm/distinfo
Normal file
2
x11/xterm/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (xterm-193.tgz) = 772eb5ddf6356326e725307a54a10f5f
|
||||
SIZE (xterm-193.tgz) = 677134
|
10
x11/xterm/pkg-descr
Normal file
10
x11/xterm/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
The xterm program is the standard terminal emulator for the X
|
||||
Window System. It provides DEC VT102/VT220 and Tektronix 4014
|
||||
compatible terminals for programs that can't use the window
|
||||
system directly. If the underlying operating system supports
|
||||
terminal resizing capabilities (for example, the SIGWINCH
|
||||
signal in systems derived from 4.3bsd), xterm will use the
|
||||
facilities to notify programs running in the window whenever it
|
||||
is resized.
|
||||
|
||||
WWW: http://invisible-island.net/xterm/
|
6
x11/xterm/pkg-plist
Normal file
6
x11/xterm/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
bin/resize
|
||||
bin/uxterm
|
||||
bin/xterm
|
||||
lib/X11/app-defaults/UXTerm
|
||||
lib/X11/app-defaults/XTerm
|
||||
lib/X11/app-defaults/XTerm-color
|
Loading…
Reference in New Issue
Block a user