Date: Fri, 16 Feb 2007 12:21:40 +0800 (CST) From: chinsan <chinsan@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/109216: [NEW PORT] textproc/eqe: Linux LaTeX equation editor Message-ID: <20070216042140.AED1411443@chinsan.twbbs.org> Resent-Message-ID: <200702160430.l1G4U6jO090706@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 109216 >Category: ports >Synopsis: [NEW PORT] textproc/eqe: Linux LaTeX equation editor >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Feb 16 04:30:06 GMT 2007 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 6.2-STABLE i386 >Organization: Taiwan >Environment: System: FreeBSD chinsan.twbbs.org 6.2-STABLE FreeBSD 6.2-STABLE #6: Mon Feb 5 23:22:25 CST >Description: Eqe is a simple clone of the excellent LaTeX equation editor you can find on MacOS X. There's a zone to type LaTeX input, and it generates an image to represent it (color, font, and size are customisable). You can drag the image to other applications (like OpenOffice.org Impress, Mozilla, the Gimp). It also exports to almost any image format, including PNG, JPEG, PDF...). It is free software, released under the GPL. It is composed of two parts: eqedit, which is a command line tool that generates images from LaTeX input, and eqe which wraps eqedit into a graphical user interface. WWW: http://rlehy.free.fr/ Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- eqe-1.2.0.shar begins here --- # 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: # # eqe # eqe/pkg-descr # eqe/Makefile # eqe/distinfo # eqe/pkg-plist # echo c - eqe mkdir -p eqe > /dev/null 2>&1 echo x - eqe/pkg-descr sed 's/^X//' >eqe/pkg-descr << 'END-of-eqe/pkg-descr' XEqe is a simple clone of the excellent LaTeX equation editor you can find on XMacOS X. There's a zone to type LaTeX input, and it generates an image to Xrepresent it (color, font, and size are customisable). You can drag the Ximage to other applications (like OpenOffice.org Impress, Mozilla, the XGimp). It also exports to almost any image format, including PNG, JPEG, XPDF...). It is free software, released under the GPL. X XIt is composed of two parts: eqedit, which is a command line tool that Xgenerates images from LaTeX input, and eqe which wraps eqedit into a Xgraphical user interface. X XWWW: http://rlehy.free.fr/ END-of-eqe/pkg-descr echo x - eqe/Makefile sed 's/^X//' >eqe/Makefile << 'END-of-eqe/Makefile' X# New ports collection makefile for: eqe X# Date created: 2007/02/13 X# Whom: chinsan X# X# $FreeBSD$ X XPORTNAME= eqe XPORTVERSION= 1.2.0 XCATEGORIES= textproc XMASTER_SITES= http://rlehy.free.fr/ X XMAINTAINER= chinsan@FreeBSD.org XCOMMENT= Linux LaTeX equation editor X XBUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ X p5-File-Slurp>=0:${PORTSDIR}/devel/p5-File-Slurp \ X p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit \ X Magick++-config:${PORTSDIR}/graphics/ImageMagick \ X tex:${PORTSDIR}/print/teTeX-base XRUN_DEPENDS= tex:${PORTSDIR}/print/teTeX-base X XUSE_BZIP2= yes XUSE_PERL5= yes XMAKE_ARGS+= PREFIX=${PREFIX} XNO_BUILD= yes X XMAN1= eqe.1 eqedit.1 X Xpost-patch: X @${REINPLACE_CMD} -e '19,23 d; 33 d;' ${WRKSRC}/Makefile X Xpost-install: X @pod2man ${WRKSRC}/doc/eqe.pod ${WRKSRC}/doc/eqe.1 X @pod2man ${WRKSRC}/doc/eqedit.pod ${WRKSRC}/doc/eqedit.1 X ${INSTALL_MAN} ${WRKSRC}/doc/eqe.1 ${MAN1PREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/doc/eqedit.1 ${MAN1PREFIX}/man/man1 X X.include <bsd.port.mk> END-of-eqe/Makefile echo x - eqe/distinfo sed 's/^X//' >eqe/distinfo << 'END-of-eqe/distinfo' XMD5 (eqe-1.2.0.tar.bz2) = effcbf64d495f29dc63769b83b7e546f XSHA256 (eqe-1.2.0.tar.bz2) = 232dbc9878dcb88bac3bd5d8d02ec9ca4aaf9191817b731cdf2727425bb7fbd5 XSIZE (eqe-1.2.0.tar.bz2) = 22412 END-of-eqe/distinfo echo x - eqe/pkg-plist sed 's/^X//' >eqe/pkg-plist << 'END-of-eqe/pkg-plist' Xbin/eqedit Xbin/eqe X%%PORTDOCS%%%%DOCSDIR%%/TODO X%%PORTDOCS%%%%DOCSDIR%%/changelog.gz X%%PORTDOCS%%%%DOCSDIR%%/README.gz X%%PORTDOCS%%%%DOCSDIR%%/FAQ.gz X%%PORTDOCS%%%%DOCSDIR%%/copyright X%%DATADIR%%/template.tt.tex X@dirrmtry %%DATADIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-eqe/pkg-plist exit --- eqe-1.2.0.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070216042140.AED1411443>