Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 1999 20:36:39 -0800 (PST)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/10270: [new port] wterm 
Message-ID:  <199902260436.UAA41823@norn.ca.eu.org>

next in thread | raw e-mail | index | archive | help

>Number:         10270
>Category:       ports
>Synopsis:       [new port] wterm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 25 20:40:01 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a 
>Environment:

FreeBSD norn.ca.eu.org 4.0-CURRENT

>Description:

Yet another terminal emulator for X.  Designed for use with the 
WindowMaker windowmanager.
Needs WindowMaker libraries to build, but not to be used! 

Comments welcome.

>How-To-Repeat:

>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	wterm
#	wterm/Makefile
#	wterm/files
#	wterm/files/md5
#	wterm/pkg
#	wterm/pkg/COMMENT
#	wterm/pkg/DESCR
#	wterm/pkg/PLIST
#	wterm/patches
#	wterm/patches/patch-aa
#
echo c - wterm
mkdir -p wterm > /dev/null 2>&1
echo x - wterm/Makefile
sed 's/^X//' >wterm/Makefile << 'END-of-wterm/Makefile'
X# New ports collection makefile for:   wterm
X# Version required: 	6.2.6
X# Date created:		25 February 1999
X# Whom:		 	Chris Piazza <cpiazza@home.net>
X#
X# $Id$
X#
X
XDISTNAME= 	wterm-6.2.6
XCATEGORIES=	x11
XMASTER_SITES=  	ftp://ftp.dct.com/pub/WindowMaker/WTerm/ \
X		http://wm.current.nu/files/ \
X		ftp://pong.csh.rit.edu/pub/mirrors/wterm/
X
XMAINTAINER= 	cpiazza@home.net
X
XBUILD_DEPENDS=	${PREFIX}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker
XLIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm
X
XUSE_X_PREFIX=	yes
XGNU_CONFIGURE=	yes
XCONFIGURE_ARGS= --enable-transparency --enable-xpm-background \
X		--disable-delete-key --disable-backspace-key \
X		--enable-next-scrollbar
X
XMAN1=		wterm.1
X
X.include <bsd.port.mk>
END-of-wterm/Makefile
echo c - wterm/files
mkdir -p wterm/files > /dev/null 2>&1
echo x - wterm/files/md5
sed 's/^X//' >wterm/files/md5 << 'END-of-wterm/files/md5'
XMD5 (wterm-6.2.6.tar.gz) = 0a3e7a63e9440de446fa961643687f30
END-of-wterm/files/md5
echo c - wterm/pkg
mkdir -p wterm/pkg > /dev/null 2>&1
echo x - wterm/pkg/COMMENT
sed 's/^X//' >wterm/pkg/COMMENT << 'END-of-wterm/pkg/COMMENT'
XA color vt102 terminal emulator with transparency support.
END-of-wterm/pkg/COMMENT
echo x - wterm/pkg/DESCR
sed 's/^X//' >wterm/pkg/DESCR << 'END-of-wterm/pkg/DESCR'
Xwterm is an unofficial development branch of rxvt which adds true NeXT 
Xstyle scrollbars, transparent backgrounds with optional shading, and 
Xother additions. Unlike many other efforts, wterm aims to have
Xits changed merged back into the parent rxvt rather than forking off 
Xyet another seperate terminal emulator.
X
XHomepage:
Xhttp://wm.current.nu/files.html#wterm
XAuthor:
XAnonymous Coder
X
X-Chris Piazza
Xcpiazza@home.net
END-of-wterm/pkg/DESCR
echo x - wterm/pkg/PLIST
sed 's/^X//' >wterm/pkg/PLIST << 'END-of-wterm/pkg/PLIST'
Xbin/wterm
END-of-wterm/pkg/PLIST
echo c - wterm/patches
mkdir -p wterm/patches > /dev/null 2>&1
echo x - wterm/patches/patch-aa
sed 's/^X//' >wterm/patches/patch-aa << 'END-of-wterm/patches/patch-aa'
X--- doc/Makefile.in.orig	Thu Feb 25 20:04:04 1999
X+++ doc/Makefile.in	Thu Feb 25 20:05:24 1999
X@@ -20,7 +20,7 @@
X DIST_MENU = menu/menu menu/example.menu menu/rxvt.menu menu/terminal.menu\
X 	    menu/jedmenu.sl
X DIST	  = Makefile.in README.greek README.menu README.xvt BUGS FAQ TODO\
X-	    changes.txt xterm.seq LSM.in rxvt.1 rxvt.pretbl rxvtRef.txt\
X+	    changes.txt xterm.seq LSM.in wterm.1 rxvt.pretbl rxvtRef.txt\
X 	    rxvtRef.html rxvtRef-frame.html rxvtRef-toc.html rxvt.html 
X 
X #-------------------------------------------------------------------------
X@@ -41,26 +41,26 @@
X 
X tags allbin:
X 
X-alldoc:	$(basedir)/$(VERNAME).lsm rxvt.1 rxvt.html rxvtRef.html rxvtRef.txt
X+alldoc:	$(basedir)/$(VERNAME).lsm wterm.1 rxvt.html rxvtRef.html rxvtRef.txt
X 
X $(basedir)/$(VERNAME).lsm: LSM.in ../autoconf/Make.common.in
X 	$(SED) $(SEDREPLACE) < LSM.in > $@
X 
X-rxvt.1: rxvt.pretbl
X+wterm.1: rxvt.pretbl
X 	tbl rxvt.pretbl > $@
X clean:
X 	$(RMF) rxvt.man *~ 
X 
X realclean: clean
X-	$(RMF) tags rxvt.1 rxvt.html rxvtRef.html rxvtRef.txt
X+	$(RMF) tags wterm.1 rxvt.html rxvtRef.html rxvtRef.txt
X 
X distclean:
X 
X-install: rxvt.1
X-	$(INSTALL_DATA) rxvt.1 $(DESTDIR)$(mandir)/$(manprefix)rxvt.$(manext)
X+install: wterm.1
X+	$(INSTALL_DATA) wterm.1 $(DESTDIR)$(mandir)/$(manprefix)wterm.$(manext)
X 
X uninstall:
X-	-cd $(mandir); $(RMF) $(manprefix)rxvt.$(manext)
X+	-cd $(mandir); $(RMF) $(manprefix)wterm.$(manext)
X 
X distdirs:
X 	mkdir $(basedir)/../$(VERNAME)/$(thisdir)
END-of-wterm/patches/patch-aa
exit


-Chris


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902260436.UAA41823>