Date: Sun, 10 Jan 1999 20:16:48 +1100 (EST) From: jim@phrantic.phear.net To: FreeBSD-gnats-submit@FreeBSD.ORG Subject: ports/9423: new port: aterm-0.2.0 Message-ID: <199901100916.UAA00160@corp.au.triax.com>
next in thread | raw e-mail | index | archive | help
>Number: 9423 >Category: ports >Synopsis: new port: aterm-0.2.0 >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: Sun Jan 10 01:20:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Jim Mock >Release: FreeBSD 2.2.8-RELEASE i386 >Organization: Triax Internet Services >Environment: Tested on 2.2.8-RELEASE, 2.2.7-RELEASE, 2.2.2-RELEASE >Description: For some reason, aterm seems to have a real problem with the bash shell. However, it works fine with csh and tcsh. I've had 4 people confirm this. I'm going to contact the people responsible and see if a) they know about it, b) if it's being fixed for bash users. It's a decent program, so I figured I'd submit it anyway for the c shell users even with the bash problems. # 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: # # aterm # aterm/pkg # aterm/pkg/DESCR # aterm/pkg/COMMENT # aterm/pkg/PLIST # aterm/files # aterm/files/md5 # aterm/Makefile # echo c - aterm mkdir -p aterm > /dev/null 2>&1 echo c - aterm/pkg mkdir -p aterm/pkg > /dev/null 2>&1 echo x - aterm/pkg/DESCR sed 's/^X//' >aterm/pkg/DESCR << 'END-of-aterm/pkg/DESCR' Xaterm is a color vt102 terminal emulator, based on rxvt 2.4.8 with Xadditions for fast transparency. X XIt was created with AfterStep users in mind, but is not tied to any Xlibraries, and can be used anywhere. X X- Jim <jim@phrantic.phear.net> END-of-aterm/pkg/DESCR echo x - aterm/pkg/COMMENT sed 's/^X//' >aterm/pkg/COMMENT << 'END-of-aterm/pkg/COMMENT' Xaterm is a color vt102 terminal emulator with transparency support. END-of-aterm/pkg/COMMENT echo x - aterm/pkg/PLIST sed 's/^X//' >aterm/pkg/PLIST << 'END-of-aterm/pkg/PLIST' Xbin/aterm END-of-aterm/pkg/PLIST echo c - aterm/files mkdir -p aterm/files > /dev/null 2>&1 echo x - aterm/files/md5 sed 's/^X//' >aterm/files/md5 << 'END-of-aterm/files/md5' XMD5 (aterm-0.2.0.tar.gz) = 3d9b752761eb5ce90cc1c3f9506d8895 END-of-aterm/files/md5 echo x - aterm/Makefile sed 's/^X//' >aterm/Makefile << 'END-of-aterm/Makefile' X# New ports collection makefile for: aterm X# Version required: 0.2.0 X# Date created: 10 January 1999 X# Whom: Jim Mock <jim@phrantic.phear.net> X# X# $Id$ X# X XDISTNAME= aterm-0.2.0 XCATEGORIES= x11 XMASTER_SITES= ftp://ftp.afterstep.org/apps/aterm/ \ X http://www.tigr.net/afterstep/as-apps/download/aterm/ \ X ftp://ftp.digex.net/pub/os/wm/AfterStep/apps/aterm/ \ X ftp://ftp.alpha1.net/pub/mirrors/ftp.afterstep.org/apps/aterm/ \ X ftp://ftp.starshadow.com/pub/afterstep/apps/aterm/ \ X ftp://ftp.math.uni-bonn.de/pub/mirror/ftp.afterstep.org/apps/aterm/ \ X ftp://ftp.bse.bg/pub/Unix/X11/wm/afterstep/apps/aterm/ \ X ftp://ftp.dti.ad.jp/pub/X/AfterStep/apps/aterm/ \ X ftp://casper.yz.yamagat-u.ac.jp/pub/X11/apps/afterstep/apps/aterm/ \ X ftp://ftp.dei.uc.pt/pub/afterstep/apps/aterm/ \ X ftp://ftp.lbi.ro/mirrors/ftp.afterstep.org/apps/aterm/ \ X ftp://mirror.aarnet.edu.au/pub/afterstep/apps/aterm/ \ X ftp://goma.bensin.org/pub/X11/wm/Afterstep/apps/aterm/ X XMAINTAINER= jim@phrantic.phear.net X XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --enable-transparency --enable-xpm-background \ X --disable-delete-key --disable-backspace-key XMAN1= aterm.1 X Xdo-build: X (cd ${WRKSRC} && make) X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/src/aterm ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/doc/aterm.1 ${PREFIX}/man/man1/aterm.1 X X.include <bsd.port.mk> END-of-aterm/Makefile exit >How-To-Repeat: >Fix: >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?199901100916.UAA00160>