# 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 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