Date: Sun, 13 Apr 2014 16:51:18 +0000 (UTC) From: Olivier Duchateau <olivierd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351230 - in head/textproc: . lasem lasem/files Message-ID: <201404131651.s3DGpIeN036380@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: olivierd Date: Sun Apr 13 16:51:17 2014 New Revision: 351230 URL: http://svnweb.freebsd.org/changeset/ports/351230 QAT: https://qat.redports.org/buildarchive/r351230/ Log: 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 Added: head/textproc/lasem/ head/textproc/lasem/Makefile (contents, props changed) head/textproc/lasem/distinfo (contents, props changed) head/textproc/lasem/files/ head/textproc/lasem/files/patch-Makefile.in (contents, props changed) head/textproc/lasem/files/patch-src__Makefile.in (contents, props changed) head/textproc/lasem/pkg-descr (contents, props changed) head/textproc/lasem/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Apr 13 16:44:18 2014 (r351229) +++ head/textproc/Makefile Sun Apr 13 16:51:17 2014 (r351230) @@ -340,6 +340,7 @@ SUBDIR += l2a SUBDIR += la-aspell SUBDIR += lacheck + SUBDIR += lasem SUBDIR += latex-service SUBDIR += latex2html SUBDIR += lemmatizer2 Added: head/textproc/lasem/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/lasem/Makefile Sun Apr 13 16:51:17 2014 (r351230) @@ -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> Added: head/textproc/lasem/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/lasem/distinfo Sun Apr 13 16:51:17 2014 (r351230) @@ -0,0 +1,2 @@ +SHA256 (gnome3/lasem-0.4.1.tar.xz) = 20dfdb964eaf88407fb705499b7bc7d944bc7301369e8792263fb0b31b8fbcc3 +SIZE (gnome3/lasem-0.4.1.tar.xz) = 454164 Added: head/textproc/lasem/files/patch-Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/lasem/files/patch-Makefile.in Sun Apr 13 16:51:17 2014 (r351230) @@ -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 \ Added: head/textproc/lasem/files/patch-src__Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/lasem/files/patch-src__Makefile.in Sun Apr 13 16:51:17 2014 (r351230) @@ -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: Added: head/textproc/lasem/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/lasem/pkg-descr Sun Apr 13 16:51:17 2014 (r351230) @@ -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 Added: head/textproc/lasem/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/lasem/pkg-plist Sun Apr 13 16:51:17 2014 (r351230) @@ -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%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404131651.s3DGpIeN036380>