From owner-freebsd-ports Fri Nov 23 6:20:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3208337B416 for ; Fri, 23 Nov 2001 06:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fANEK3u51597; Fri, 23 Nov 2001 06:20:03 -0800 (PST) (envelope-from gnats) Date: Fri, 23 Nov 2001 06:20:03 -0800 (PST) Message-Id: <200111231420.fANEK3u51597@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Jean-Sebastien Roy Subject: Re: ports/29630: New port : xtexsh Reply-To: Jean-Sebastien Roy Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/29630; it has been noted by GNATS. From: Jean-Sebastien Roy To: freebsd-gnats-submit@FreeBSD.org, js@jeannot.org Cc: petef@FreeBSD.org Subject: Re: ports/29630: New port : xtexsh Date: Fri, 23 Nov 2001 15:16:03 +0100 Here is an updated port. Regards, js # 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: # # xtexsh # xtexsh/Makefile # xtexsh/distinfo # xtexsh/pkg-plist # xtexsh/pkg-descr # xtexsh/pkg-comment # echo c - xtexsh mkdir -p xtexsh > /dev/null 2>&1 echo x - xtexsh/Makefile sed 's/^X//' >xtexsh/Makefile << 'END-of-xtexsh/Makefile' X# New ports collection makefile for: xtexsh X# Date created: 11 August 2001 X# Whom: Jean-Sebastien Roy X# X# $FreeBSD$ X# X XPORTNAME= xtexsh XPORTVERSION= 1.4.2 XCATEGORIES= print XMASTER_SITES= ftp://ftp.mat.univie.ac.at/pub/teschl/xtexsh/ XDISTNAME= ${PORTNAME}-1.4-2 X XMAINTAINER= js@jeannot.org X XRUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 X XWRKSRC= ${WRKDIR}/${PORTNAME}-1.4 X XMAN1= xtexsh.1 XMANCOMPRESSED= yes X XNO_BUILD= yes X Xdo-patch: X @${SED} "s|/usr/bin/wish|${PREFIX}/bin/wish8.3|" < ${WRKSRC}/xtexsh | \ X ${SED} "s|/etc/|${PREFIX}/etc/|" > ${WRKSRC}/xtexsh.new X @${MV} ${WRKSRC}/xtexsh.new ${WRKSRC}/xtexsh X Xdo-install: X @${INSTALL_MAN} ${WRKSRC}/${MAN1}.gz ${PREFIX}/man/man1 X @${INSTALL_SCRIPT} ${WRKSRC}/xtexsh ${PREFIX}/bin X @${MKDIR} ${PREFIX}/share/xtexsh X @${INSTALL_DATA} ${WRKSRC}/xtexshrc ${PREFIX}/etc/xtexshrc X.for f in xtexsh-mini.png xtexsh.png xtexsh.desktop xtexsh.spec README index.html X @${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/xtexsh X.endfor X X.include END-of-xtexsh/Makefile echo x - xtexsh/distinfo sed 's/^X//' >xtexsh/distinfo << 'END-of-xtexsh/distinfo' XMD5 (xtexsh-1.4-2.tar.gz) = 93bd83523ecba9563c0a6b5d02d79a8b END-of-xtexsh/distinfo echo x - xtexsh/pkg-plist sed 's/^X//' >xtexsh/pkg-plist << 'END-of-xtexsh/pkg-plist' Xbin/xtexsh Xetc/xtexshrc Xshare/xtexsh/xtexsh-mini.png Xshare/xtexsh/xtexsh.desktop Xshare/xtexsh/xtexsh.png Xshare/xtexsh/xtexsh.spec Xshare/xtexsh/README Xshare/xtexsh/index.html X@dirrm share/xtexsh END-of-xtexsh/pkg-plist echo x - xtexsh/pkg-descr sed 's/^X//' >xtexsh/pkg-descr << 'END-of-xtexsh/pkg-descr' Xxtexsh - xTeX Shell by Gerald Teschlxtem X XThe present program is a simple TeX interface for the X Window System based on X"wish", respectively Tcl/Tk. X XWWW: http://www.mat.univie.ac.at/~gerald/ftp/xtexsh/ END-of-xtexsh/pkg-descr echo x - xtexsh/pkg-comment sed 's/^X//' >xtexsh/pkg-comment << 'END-of-xtexsh/pkg-comment' XTcl/Tk-based simple TeX interface END-of-xtexsh/pkg-comment exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message