1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Import of wterm version 6.2.6.

A color vt102 terminal emulator with transparency support.

PR:		10270
Submitted by:	Chris Piazza <cpiazza@home.net>
This commit is contained in:
Steve Price 1999-04-03 01:45:05 +00:00
parent 4ecdc1323d
commit 249d13454c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17595
6 changed files with 88 additions and 0 deletions

28
x11/wterm/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: wterm
# Version required: 6.2.6
# Date created: 25 February 1999
# Whom: Chris Piazza <cpiazza@home.net>
#
# $Id$
#
DISTNAME= wterm-6.2.6
CATEGORIES= x11
MASTER_SITES= ftp://ftp.dct.com/pub/WindowMaker/WTerm/ \
http://wm.current.nu/files/ \
ftp://pong.csh.rit.edu/pub/mirrors/wterm/
MAINTAINER= cpiazza@home.net
BUILD_DEPENDS= ${PREFIX}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-transparency --enable-xpm-background \
--disable-delete-key --disable-backspace-key \
--enable-next-scrollbar
MAN1= wterm.1
.include <bsd.port.mk>

1
x11/wterm/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (wterm-6.2.6.tar.gz) = 0a3e7a63e9440de446fa961643687f30

44
x11/wterm/files/patch-aa Normal file
View File

@ -0,0 +1,44 @@
--- doc/Makefile.in.orig Thu Feb 25 20:04:04 1999
+++ doc/Makefile.in Thu Feb 25 20:05:24 1999
@@ -20,7 +20,7 @@
DIST_MENU = menu/menu menu/example.menu menu/rxvt.menu menu/terminal.menu\
menu/jedmenu.sl
DIST = Makefile.in README.greek README.menu README.xvt BUGS FAQ TODO\
- changes.txt xterm.seq LSM.in rxvt.1 rxvt.pretbl rxvtRef.txt\
+ changes.txt xterm.seq LSM.in wterm.1 rxvt.pretbl rxvtRef.txt\
rxvtRef.html rxvtRef-frame.html rxvtRef-toc.html rxvt.html
#-------------------------------------------------------------------------
@@ -41,26 +41,26 @@
tags allbin:
-alldoc: $(basedir)/$(VERNAME).lsm rxvt.1 rxvt.html rxvtRef.html rxvtRef.txt
+alldoc: $(basedir)/$(VERNAME).lsm wterm.1 rxvt.html rxvtRef.html rxvtRef.txt
$(basedir)/$(VERNAME).lsm: LSM.in ../autoconf/Make.common.in
$(SED) $(SEDREPLACE) < LSM.in > $@
-rxvt.1: rxvt.pretbl
+wterm.1: rxvt.pretbl
tbl rxvt.pretbl > $@
clean:
$(RMF) rxvt.man *~
realclean: clean
- $(RMF) tags rxvt.1 rxvt.html rxvtRef.html rxvtRef.txt
+ $(RMF) tags wterm.1 rxvt.html rxvtRef.html rxvtRef.txt
distclean:
-install: rxvt.1
- $(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)rxvt.$(manext)
+install: wterm.1
+ $(INSTALL_DATA) wterm.1 $(DESTDIR)$(mandir)/$(manprefix)wterm.$(manext)
uninstall:
- -cd $(mandir); $(RMF) $(manprefix)rxvt.$(manext)
+ -cd $(mandir); $(RMF) $(manprefix)wterm.$(manext)
distdirs:
mkdir $(basedir)/../$(VERNAME)/$(thisdir)

1
x11/wterm/pkg-comment Normal file
View File

@ -0,0 +1 @@
A color vt102 terminal emulator with transparency support.

13
x11/wterm/pkg-descr Normal file
View File

@ -0,0 +1,13 @@
wterm is an unofficial development branch of rxvt which adds true NeXT
style scrollbars, transparent backgrounds with optional shading, and
other additions. Unlike many other efforts, wterm aims to have
its changed merged back into the parent rxvt rather than forking off
yet another seperate terminal emulator.
Homepage:
http://wm.current.nu/files.html#wterm
Author:
Anonymous Coder
-Chris Piazza
cpiazza@home.net

1
x11/wterm/pkg-plist Normal file
View File

@ -0,0 +1 @@
bin/wterm