summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2006-12-30 09:22:19 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2006-12-30 09:22:19 +0000
commit8637a1abb169c32f9597e1cf92c70b4c8b3c9776 (patch)
treebf7e0e4f62eecbadbcc2d41cfcb900ff8374ccd2 /textproc
parentThe BioCocoa framework provides developers with the opportunity to add (diff)
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/
Notes
Notes: svn path=/head/; revision=181038
Diffstat (limited to 'textproc')
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/latex-service/Makefile25
-rw-r--r--textproc/latex-service/distinfo3
-rw-r--r--textproc/latex-service/pkg-descr6
-rw-r--r--textproc/latex-service/pkg-plist4
5 files changed, 39 insertions, 0 deletions
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 <bsd.port.mk>
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