diff options
-rw-r--r-- | deskutils/Makefile | 1 | ||||
-rw-r--r-- | deskutils/tomboy-plugin-latex/Makefile | 24 | ||||
-rw-r--r-- | deskutils/tomboy-plugin-latex/distinfo | 3 | ||||
-rw-r--r-- | deskutils/tomboy-plugin-latex/pkg-descr | 6 | ||||
-rw-r--r-- | deskutils/tomboy-plugin-latex/pkg-plist | 2 |
5 files changed, 36 insertions, 0 deletions
diff --git a/deskutils/Makefile b/deskutils/Makefile index 2d80d3bec0a6..c420e89284df 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -264,6 +264,7 @@ SUBDIR += timer-applet SUBDIR += todo SUBDIR += tomboy + SUBDIR += tomboy-plugin-latex SUBDIR += toolbox SUBDIR += toolboxkit SUBDIR += tpb diff --git a/deskutils/tomboy-plugin-latex/Makefile b/deskutils/tomboy-plugin-latex/Makefile new file mode 100644 index 000000000000..8e07f33e36a8 --- /dev/null +++ b/deskutils/tomboy-plugin-latex/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: tomboy-plugin-latex +# Date created: 2008-12-21 +# Whom: Romain Tartiere <romain@blogreen.org> +# +# $FreeBSD$ +# + +PORTNAME= tomboy-plugin-latex +PORTVERSION= 0.6 +CATEGORIES= deskutils +MASTER_SITES= http://www.reitwiessner.de/programs/tomboy-latex/v${PORTVERSION}/ +DISTNAME= tomboy-latex-${PORTVERSION} + +MAINTAINER= mono@FreeBSD.org +COMMENT= LaTeX math plugin for Tomboy + +BUILD_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy +RUN_DEPENDS= tomboy:${PORTSDIR}/deskutils/tomboy \ + latex:${PORTSDIR}/print/teTeX-base + +GNU_CONFIGURE= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/deskutils/tomboy-plugin-latex/distinfo b/deskutils/tomboy-plugin-latex/distinfo new file mode 100644 index 000000000000..53f6aa06d9f4 --- /dev/null +++ b/deskutils/tomboy-plugin-latex/distinfo @@ -0,0 +1,3 @@ +MD5 (tomboy-latex-0.6.tar.gz) = 3665fd470936bc9ab02acc7470203061 +SHA256 (tomboy-latex-0.6.tar.gz) = 6ac59fcaa181444b67f901a8249f29de72a4d13546912967cc489e8442c995e7 +SIZE (tomboy-latex-0.6.tar.gz) = 83693 diff --git a/deskutils/tomboy-plugin-latex/pkg-descr b/deskutils/tomboy-plugin-latex/pkg-descr new file mode 100644 index 000000000000..b7103bab083e --- /dev/null +++ b/deskutils/tomboy-plugin-latex/pkg-descr @@ -0,0 +1,6 @@ +Tomboy-LaTeX is a plugin for the desktop note-taking application Tomboy. It +automatically converts LaTeX math code enclosed in \[...\] into inline images. +Clicking on the image or moving the cursor over the image reveals the markup +again. + +WWW: http://www.reitwiessner.de/programs/tomboy-latex.html diff --git a/deskutils/tomboy-plugin-latex/pkg-plist b/deskutils/tomboy-plugin-latex/pkg-plist new file mode 100644 index 000000000000..92731cb095a4 --- /dev/null +++ b/deskutils/tomboy-plugin-latex/pkg-plist @@ -0,0 +1,2 @@ +@comment $FreeBSD$ +lib/tomboy/addins/Latex.dll |