This is a new port for xtexsh. See : http://www.mat.univie.ac.at/~gerald/ftp/xtexsh/
State Changed From-To: open->analyzed Can't fetch the distfile:
At 20:46 -0700 3/10/01, <petef@FreeBSD.org> wrote: >Synopsis: New port : xtexsh > >State-Changed-From-To: open->analyzed >State-Changed-By: petef >State-Changed-When: Wed Oct 3 20:46:33 PDT 2001 >State-Changed-Why: >Can't fetch the distfile: > >>> xtexsh-1.3-2.tar.gz doesn't seem to exist in /usr/ports/distfiles/. > >> Attempting to fetch from ftp://ftp.mat.univie.ac.at/pub/teschl/xtexsh/. >fetch: xtexsh-1.3-2.tar.gz: File unavailable (e.g., file not found, no access) > >http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29630 xtexsh is now at version 1.4-2. I won't be able to provide an updated port until november. js
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 <js@jeannot.org> 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 <bsd.port.mk> 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
State Changed From-To: analyzed->closed New port added, thanks!