Date: 22 Mar 2006 22:30:59 -0000 From: Nicola Vitale <nivit@email.it> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/94847: [NEW PORT] print/l2p: Create PNG images of LaTeX math expressions Message-ID: <20060322223059.17899.qmail@arancino> Resent-Message-ID: <200603222240.k2MMeGLN041541@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94847 >Category: ports >Synopsis: [NEW PORT] print/l2p: Create PNG images of LaTeX math expressions >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: Wed Mar 22 22:40:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Nicola Vitale >Release: FreeBSD 6.1-BETA3 i386 >Organization: >Environment: System: FreeBSD arancino.domo.sva 6.1-BETA3 FreeBSD 6.1-BETA3 #1: Sun Mar 5 18:41:22 CET >Description: Convert expressions in LaTeX format into PNGs Author: Aaron Maxwell <amax@redsymbol.net> WWW: http://www.redsymbol.net/software/l2p/ Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- l2p-1.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: # # l2p # l2p/pkg-descr # l2p/Makefile # l2p/pkg-plist # l2p/distinfo # echo c - l2p mkdir -p l2p > /dev/null 2>&1 echo x - l2p/pkg-descr sed 's/^X//' >l2p/pkg-descr << 'END-of-l2p/pkg-descr' XConvert expressions in LaTeX format into PNGs X XAuthor: Aaron Maxwell <amax@redsymbol.net> XWWW: http://www.redsymbol.net/software/l2p/ END-of-l2p/pkg-descr echo x - l2p/Makefile sed 's/^X//' >l2p/Makefile << 'END-of-l2p/Makefile' X# New ports collection makefile for: l2p X# Date created: 2006-03-22 X# Whom: Nicola Vitale <nivit@email.it> X# X# $FreeBSD$ X# X XPORTNAME= l2p XPORTVERSION= 1.0 XCATEGORIES= print textproc graphics math XMASTER_SITES= http://www.redsymbol.net/software/l2p/dist/ \ X http://nivi.interfree.it/distfiles/${PORTNAME}/${PORTVERSION}/ XDISTNAME= ${PORTNAME}-latest XEXTRACT_SUFX= .tgz XDIST_SUBDIR= ${PORTNAME}/${PORTVERSION} X XMAINTAINER= nivit@email.it XCOMMENT= Create PNG images of LaTeX math expressions X XRUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ X dvips:${PORTSDIR}/print/dvipsk-tetex \ X latex:${PORTSDIR}/print/teTeX X XUSE_GZIP= yes XUSE_PERL5_RUN= yes XNO_BUILD= yes X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} X Xdo-install: X @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X @cd ${WRKSRC} && ${FIND} . -name "${PORTNAME}.*" -exec ${INSTALL_DATA} {} ${DOCSDIR} \; X.endif X X.include <bsd.port.mk> END-of-l2p/Makefile echo x - l2p/pkg-plist sed 's/^X//' >l2p/pkg-plist << 'END-of-l2p/pkg-plist' X@comment $FreeBSD$ Xbin/l2p X%%PORTDOCS%%%%DOCSDIR%%/l2p.html X%%PORTDOCS%%%%DOCSDIR%%/l2p.txt X%%PORTDOCS%%@dirrm %%DOCSDIR%% END-of-l2p/pkg-plist echo x - l2p/distinfo sed 's/^X//' >l2p/distinfo << 'END-of-l2p/distinfo' XMD5 (l2p/1.0/l2p-latest.tgz) = 87db2e0b5e6b8fffbeb1137a24c343b2 XSHA256 (l2p/1.0/l2p-latest.tgz) = 48238fb9c2dbc4679bb475e57182bcbaf5cad057632572d48bd008816d7edc60 XSIZE (l2p/1.0/l2p-latest.tgz) = 7540 END-of-l2p/distinfo exit --- l2p-1.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?20060322223059.17899.qmail>