import l2p 1.0

L2P creates PNG images of mathematical expressions formatted in LaTeX.
While it can convert a whole LaTeX document, it is designed to easily
generate images from just a fragment of LaTeX code.
This commit is contained in:
jasper 2006-12-17 15:01:57 +00:00
parent 08a5abab9b
commit dee027de6e
4 changed files with 44 additions and 0 deletions

33
graphics/l2p/Makefile Normal file
View File

@ -0,0 +1,33 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/17 15:01:57 jasper Exp $
COMMENT= "create PNG images of LaTex math expressions"
DISTNAME= l2p-1.0
CATEGORIES= graphics
HOMEPAGE= http://redsymbol.net/software/l2p/
# Public Domain
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}dist/
EXTRACT_SUFX= .tgz
WRKDIST= ${WRKDIR}/${PKGNAME}
RUN_DEPENDS= ::graphics/ImageMagick \
::print/teTeX/base
NO_BUILD= Yes
NO_REGRESS= Yes
PKG_ARCH= *
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/l2p ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/l2p
${INSTALL_DATA} ${WRKSRC}/l2p.txt ${PREFIX}/share/doc/l2p/README
.include <bsd.port.mk>

4
graphics/l2p/distinfo Normal file
View File

@ -0,0 +1,4 @@
MD5 (l2p-1.0.tgz) = 87db2e0b5e6b8fffbeb1137a24c343b2
RMD160 (l2p-1.0.tgz) = 40a37763451ea217fcbe8cea2ae9b8aae96d03b4
SHA1 (l2p-1.0.tgz) = 9559fb0f83c981300be11a8641ff62f1b20dcad0
SIZE (l2p-1.0.tgz) = 7540

3
graphics/l2p/pkg/DESCR Normal file
View File

@ -0,0 +1,3 @@
L2P creates PNG images of mathematical expressions formatted in LaTeX.
While it can convert a whole LaTeX document, it is designed to easily
generate images from just a fragment of LaTeX code.

4
graphics/l2p/pkg/PLIST Normal file
View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/12/17 15:01:57 jasper Exp $
bin/l2p
share/doc/l2p/
share/doc/l2p/README