diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-04-13 16:51:17 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2014-04-13 16:51:17 +0000 |
commit | 2cac5c0993d9e354e7d0c13412c09d27527172dd (patch) | |
tree | 8f7483a0f8fa2704046fc899f490cc5b8dbe2f55 | |
parent | - Update to 0.8.2 (diff) |
Lasem aims to be a C/GObject based SVG/MathML renderer and editor. It uses
cairo and pango as it's rendering abstraction layer.
WWW: https://wiki.gnome.org/Projects/Lasem
Notes
Notes:
svn path=/head/; revision=351230
-rw-r--r-- | textproc/Makefile | 1 | ||||
-rw-r--r-- | textproc/lasem/Makefile | 24 | ||||
-rw-r--r-- | textproc/lasem/distinfo | 2 | ||||
-rw-r--r-- | textproc/lasem/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | textproc/lasem/files/patch-src__Makefile.in | 22 | ||||
-rw-r--r-- | textproc/lasem/pkg-descr | 4 | ||||
-rw-r--r-- | textproc/lasem/pkg-plist | 44 |
7 files changed, 108 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile index e161bd3e2cd7..ab8f927e1088 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -340,6 +340,7 @@ SUBDIR += l2a SUBDIR += la-aspell SUBDIR += lacheck + SUBDIR += lasem SUBDIR += latex-service SUBDIR += latex2html SUBDIR += lemmatizer2 diff --git a/textproc/lasem/Makefile b/textproc/lasem/Makefile new file mode 100644 index 000000000000..34b67f4b0f85 --- /dev/null +++ b/textproc/lasem/Makefile @@ -0,0 +1,24 @@ +# Created by: Olivier Duchateau <olivierd@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= lasem +PORTVERSION= 0.4.1 +CATEGORIES= textproc gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= SVG/Mathml renderer and editor + +LICENSE= GPLv2 + +RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/stix:${PORTSDIR}/x11-fonts/stix-fonts + +USES= tar:xz pkgconfig pathfix gmake gettext +GNU_CONFIGURE= yes +USE_GNOME= glib20 pango intltool gdkpixbuf2 libxml2 introspection:build + +CONFIGURE_ARGS= --disable-gtk-doc-html \ + --without-html-dir + +.include <bsd.port.mk> diff --git a/textproc/lasem/distinfo b/textproc/lasem/distinfo new file mode 100644 index 000000000000..8ca265c477f1 --- /dev/null +++ b/textproc/lasem/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnome3/lasem-0.4.1.tar.xz) = 20dfdb964eaf88407fb705499b7bc7d944bc7301369e8792263fb0b31b8fbcc3 +SIZE (gnome3/lasem-0.4.1.tar.xz) = 454164 diff --git a/textproc/lasem/files/patch-Makefile.in b/textproc/lasem/files/patch-Makefile.in new file mode 100644 index 000000000000..170bd66958a6 --- /dev/null +++ b/textproc/lasem/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- ./Makefile.in.orig 2012-12-03 16:21:17.000000000 +0000 ++++ ./Makefile.in 2014-04-05 15:47:40.000000000 +0000 +@@ -356,7 +356,7 @@ + ACLOCAL_AMFLAGS = -I m4 + DISTCHECK_CONFIGURE_FLAGS = --enable-introspection --enable-gtk-doc + SUBDIRS = itex2mml src tests po docs +-lasemdocdir = ${prefix}/doc/lasem-@LASEM_API_VERSION@ ++lasemdocdir = ${docdir} + lasemdoc_DATA = \ + README \ + COPYING \ diff --git a/textproc/lasem/files/patch-src__Makefile.in b/textproc/lasem/files/patch-src__Makefile.in new file mode 100644 index 000000000000..b439e392233a --- /dev/null +++ b/textproc/lasem/files/patch-src__Makefile.in @@ -0,0 +1,22 @@ +--- ./src/Makefile.in.orig 2012-12-03 16:21:17.000000000 +0000 ++++ ./src/Makefile.in 2014-04-05 14:09:42.000000000 +0000 +@@ -59,7 +59,7 @@ + $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ + $(top_srcdir)/Makefile.decl $(top_srcdir)/depcomp \ + $(top_srcdir)/mkinstalldirs +-bin_PROGRAMS = lasem-render-@LASEM_API_VERSION@$(EXEEXT) ++bin_PROGRAMS = lasem-render$(EXEEXT) + @HAVE_INTROSPECTION_TRUE@am__append_1 = Lasem-@LASEM_API_VERSION@.gir + @HAVE_INTROSPECTION_TRUE@am__append_2 = $(gir_DATA) $(typelib_DATA) + subdir = src +@@ -805,8 +805,8 @@ + list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ + echo " rm -f" $$list; \ + rm -f $$list +-lasem-render-@LASEM_API_VERSION@$(EXEEXT): $(lasem_render_@LASEM_API_VERSION@_OBJECTS) $(lasem_render_@LASEM_API_VERSION@_DEPENDENCIES) $(EXTRA_lasem_render_@LASEM_API_VERSION@_DEPENDENCIES) +- @rm -f lasem-render-@LASEM_API_VERSION@$(EXEEXT) ++lasem-render$(EXEEXT): $(lasem_render_@LASEM_API_VERSION@_OBJECTS) $(lasem_render_@LASEM_API_VERSION@_DEPENDENCIES) $(EXTRA_lasem_render_@LASEM_API_VERSION@_DEPENDENCIES) ++ @rm -f lasem-render$(EXEEXT) + $(AM_V_CCLD)$(lasem_render_@LASEM_API_VERSION@_LINK) $(lasem_render_@LASEM_API_VERSION@_OBJECTS) $(lasem_render_@LASEM_API_VERSION@_LDADD) $(LIBS) + + mostlyclean-compile: diff --git a/textproc/lasem/pkg-descr b/textproc/lasem/pkg-descr new file mode 100644 index 000000000000..374f77f4543f --- /dev/null +++ b/textproc/lasem/pkg-descr @@ -0,0 +1,4 @@ +Lasem aims to be a C/GObject based SVG/MathML renderer and editor. It uses +cairo and pango as it's rendering abstraction layer. + +WWW: https://wiki.gnome.org/Projects/Lasem diff --git a/textproc/lasem/pkg-plist b/textproc/lasem/pkg-plist new file mode 100644 index 000000000000..9b33905314f0 --- /dev/null +++ b/textproc/lasem/pkg-plist @@ -0,0 +1,44 @@ +bin/lasem-render +%%DOCSDIR%%/AUTHORS +%%DOCSDIR%%/COPYING +%%DOCSDIR%%/ChangeLog +%%DOCSDIR%%/INSTALL +%%DOCSDIR%%/NEWS +%%DOCSDIR%%/README +include/lasem-0.4/lsm.h +include/lasem-0.4/lsmattributes.h +include/lasem-0.4/lsmcairo.h +include/lasem-0.4/lsmdebug.h +include/lasem-0.4/lsmdom.h +include/lasem-0.4/lsmdomcharacterdata.h +include/lasem-0.4/lsmdomdocument.h +include/lasem-0.4/lsmdomdocumentfragment.h +include/lasem-0.4/lsmdomelement.h +include/lasem-0.4/lsmdomentities.h +include/lasem-0.4/lsmdomenumtypes.h +include/lasem-0.4/lsmdomimplementation.h +include/lasem-0.4/lsmdomnamednodemap.h +include/lasem-0.4/lsmdomnode.h +include/lasem-0.4/lsmdomnodelist.h +include/lasem-0.4/lsmdomparser.h +include/lasem-0.4/lsmdomtext.h +include/lasem-0.4/lsmdomtypes.h +include/lasem-0.4/lsmdomview.h +include/lasem-0.4/lsmproperties.h +include/lasem-0.4/lsmstr.h +include/lasem-0.4/lsmtraits.h +include/lasem-0.4/lsmtypes.h +include/lasem-0.4/lsmutils.h +lib/girepository-1.0/Lasem-0.4.typelib +lib/liblasem-0.4.a +lib/liblasem-0.4.la +lib/liblasem-0.4.so +lib/liblasem-0.4.so.4 +libdata/pkgconfig/lasem-0.4.pc +share/gir-1.0/Lasem-0.4.gir +share/locale/de/LC_MESSAGES/lasem-0.4.mo +share/locale/fr/LC_MESSAGES/lasem-0.4.mo +share/locale/pl/LC_MESSAGES/lasem-0.4.mo +share/locale/sv/LC_MESSAGES/lasem-0.4.mo +@dirrm include/lasem-0.4 +@dirrm %%DOCSDIR%% |