From 8637a1abb169c32f9597e1cf92c70b4c8b3c9776 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Sat, 30 Dec 2006 09:22:19 +0000 Subject: [PATCH] This is a small service which converts a LaTeX text into an image. Just select the text, click on the service item menu, choose "Return the LaTeX rendering" and voila! Your text is replaced by its LaTeX rendering. WWW: http://www.roard.com/latexservice/ --- textproc/Makefile | 1 + textproc/latex-service/Makefile | 25 +++++++++++++++++++++++++ textproc/latex-service/distinfo | 3 +++ textproc/latex-service/pkg-descr | 6 ++++++ textproc/latex-service/pkg-plist | 4 ++++ 5 files changed, 39 insertions(+) create mode 100644 textproc/latex-service/Makefile create mode 100644 textproc/latex-service/distinfo create mode 100644 textproc/latex-service/pkg-descr create mode 100644 textproc/latex-service/pkg-plist diff --git a/textproc/Makefile b/textproc/Makefile index 3b005108e22e..1842fe90e370 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -236,6 +236,7 @@ SUBDIR += l2a SUBDIR += la-aspell SUBDIR += lacheck + SUBDIR += latex-service SUBDIR += latex2html SUBDIR += latte SUBDIR += lemmatizer diff --git a/textproc/latex-service/Makefile b/textproc/latex-service/Makefile new file mode 100644 index 000000000000..1b776dfbe9fe --- /dev/null +++ b/textproc/latex-service/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: latex-service +# Date created: 30 Dec 2006 +# Whom: dirk.meyer@dinoex.sub.org +# +# $FreeBSD$ +# + +PORTNAME= latex +PORTVERSION= 0.1 +CATEGORIES= textproc +MASTER_SITES= http://www.roard.com/latexservice/download/ +PKGNAMESUFFIX= -service${PKGNAMESUFFIX2} +DISTNAME= LaTeXService-${PORTVERSION} +EXTRACT_SUFX= .tgz + +MAINTAINER= dinoex@FreeBSD.org +COMMENT= LaTeX service for GNUstep + +USE_GNUSTEP= yes +USE_GNUSTEP_PREFIX= yes +USE_GNUSTEP_BACK= yes +USE_GNUSTEP_BUILD= yes +USE_GNUSTEP_INSTALL= yes + +.include diff --git a/textproc/latex-service/distinfo b/textproc/latex-service/distinfo new file mode 100644 index 000000000000..7c5042ee1396 --- /dev/null +++ b/textproc/latex-service/distinfo @@ -0,0 +1,3 @@ +MD5 (LaTeXService-0.1.tgz) = 9838dc0ef8dc8b370526646cae27989a +SHA256 (LaTeXService-0.1.tgz) = 13debee08b3eadfc4ea72f4aa9dbc78b0942bdd0de3ddc0fe78ae17f36749536 +SIZE (LaTeXService-0.1.tgz) = 9358 diff --git a/textproc/latex-service/pkg-descr b/textproc/latex-service/pkg-descr new file mode 100644 index 000000000000..ed18d3de68f5 --- /dev/null +++ b/textproc/latex-service/pkg-descr @@ -0,0 +1,6 @@ +This is a small service which converts a LaTeX text into an image. +Just select the text, click on the service item menu, choose +"Return the LaTeX rendering" and voila! Your text is replaced by +its LaTeX rendering. + +WWW: http://www.roard.com/latexservice/ diff --git a/textproc/latex-service/pkg-plist b/textproc/latex-service/pkg-plist new file mode 100644 index 000000000000..27d271d93858 --- /dev/null +++ b/textproc/latex-service/pkg-plist @@ -0,0 +1,4 @@ +Local/Library/Services/LaTeX.service/LaTeX +Local/Library/Services/LaTeX.service/Resources/Info-gnustep.plist +@dirrm Local/Library/Services/LaTeX.service/Resources +@dirrm Local/Library/Services/LaTeX.service