gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r6430: update lasem to 0.5.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6430: update lasem to 0.5.0
Date: Sun, 14 Apr 2019 15:50:18 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6430
revision-id: address@hidden
parent: address@hidden
committer: address@hidden
branch nick: trunk
timestamp: Sun 2019-04-14 12:50:11 -0700
message:
  update lasem to 0.5.0
added:
  pkg/gnome/lasem/               lasem-20190414194959-ojsspogaikaxpc2f-1
  pkg/gnome/lasem/Makefile       makefile-20190414194959-ojsspogaikaxpc2f-3
  pkg/gnome/lasem/config.mk      config.mk-20190414194959-ojsspogaikaxpc2f-2
  pkg/gnome/lasem/sha256sums     sha256sums-20190414194959-ojsspogaikaxpc2f-4
=== added directory 'pkg/gnome/lasem'
=== added file 'pkg/gnome/lasem/Makefile'
--- a/pkg/gnome/lasem/Makefile  1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/lasem/Makefile  2019-04-14 19:50:11 +0000
@@ -0,0 +1,56 @@
+# Copyright ©2019  Carl Hansen <address@hidden>
+#
+# This file is part of GSRC, the GNU Source Release Collection.
+#
+# GSRC is free software: you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# GSRC is distributed in the hope that it will be useful, but WITHOUT
+# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+# or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with GSRC.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Send bug reports and comments about GSRC problems to address@hidden
+
+NAME =    lasem
+GARNAME = lasem
+GARVERSION = 0.5.0
+HOME_URL = http://www.gnome.org/
+DESCRIPTION = lasem
+define BLURB
+Lasem aims to be a C/Gobject based SVG/Mathml renderer and editor,
+supporting CSS style sheets (only rendering is implemented for now). It
+uses cairo and pango as it_s rendering abstraction layer, and then
+support numerous output formats: xlib, PNG, SVG, PDF, PS, EPS...
+It currently includes two simple applications: 1. lasem-render, which
+takes a filename as argument and generates either a SVG, a PDF or a
+PS file, depending on the output file extension.  2. lsm-test, which,
+if launched without argument, renders recursively all svg and mml files
+in a directory, and generate an html file 
+endef
+
+######################################################################
+
+empty:=
+space:= $(empty) $(empty)
+VERSION_LIST = $(subst .,$(space),$(GARVERSION))
+SERIES = $(subst $(space),.,$(wordlist 1,2,$(VERSION_LIST)))
+
+MASTER_SITES = $(MASTER_GNOME)
+MASTER_SUBDIR = $(GARNAME)/$(SERIES)/
+DISTFILES = $(DISTNAME).tar.xz  $(DISTNAME).sha256sum
+SIGFILES =
+
+BUILDDEPS =
+LIBDEPS =
+
+######################################################################
+
+include ../../../gar/gar.lib/auto.mk
+include config.mk
+

=== added file 'pkg/gnome/lasem/config.mk'
--- a/pkg/gnome/lasem/config.mk 1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/lasem/config.mk 2019-04-14 19:50:11 +0000
@@ -0,0 +1,5 @@
+## Configuration options
+## adjust as needed
+
+CONFIGURE_OPTS ?= 
+BUILD_OPTS ?=

=== added file 'pkg/gnome/lasem/sha256sums'
--- a/pkg/gnome/lasem/sha256sums        1970-01-01 00:00:00 +0000
+++ b/pkg/gnome/lasem/sha256sums        2019-04-14 19:50:11 +0000
@@ -0,0 +1,2 @@
+d40aa6b82416dd9e17b62c0292aab5b2b00eb1d7c3b93cec85ac1bf1ac25b9b9  
download/lasem-0.5.0.tar.xz
+5af3ad0cd8eb1e3e1a55bcd01832a6566c7993c3c9aafff58198b0e6ff792e1d  
download/lasem-0.5.0.sha256sum


reply via email to

[Prev in Thread] Current Thread [Next in Thread]