diff options
author | dinoex <dinoex@FreeBSD.org> | 2006-12-30 17:22:19 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2006-12-30 17:22:19 +0800 |
commit | ee938fa16e77a91d7b57473fc7875089e99bc853 (patch) | |
tree | 04928dbfaa18565a370b91f67202e81384cb787f /textproc | |
parent | b1954ed3382452634c5cb4e5c17406c18a47b2dd (diff) | |
download | freebsd-ports-gnome-ee938fa16e77a91d7b57473fc7875089e99bc853.tar.gz freebsd-ports-gnome-ee938fa16e77a91d7b57473fc7875089e99bc853.tar.zst freebsd-ports-gnome-ee938fa16e77a91d7b57473fc7875089e99bc853.zip |
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/
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/latex-service/Makefile | 25 | ||||
-rw-r--r-- | textproc/latex-service/distinfo | 3 | ||||
-rw-r--r-- | textproc/latex-service/pkg-descr | 6 | ||||
-rw-r--r-- | textproc/latex-service/pkg-plist | 4 |
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 |