pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/sile



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Mar  6 18:08:44 UTC 2021

Modified Files:
        pkgsrc/print/sile: Makefile distinfo
Removed Files:
        pkgsrc/print/sile/patches: patch-configure patch-src_Makefile.in

Log Message:
Update sile to 0.10.15:
- hooks for new font load
- new \font-feature command
- add complex-spaces command
- luautf8 is available in the global scope
- various bug fixes


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/print/sile/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/print/sile/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/print/sile/patches/patch-configure \
    pkgsrc/print/sile/patches/patch-src_Makefile.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/sile/Makefile
diff -u pkgsrc/print/sile/Makefile:1.6 pkgsrc/print/sile/Makefile:1.7
--- pkgsrc/print/sile/Makefile:1.6      Thu Nov  5 09:09:00 2020
+++ pkgsrc/print/sile/Makefile  Sat Mar  6 18:08:44 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/11/05 09:09:00 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2021/03/06 18:08:44 joerg Exp $
 
-DISTNAME=      sile-0.10.12
-PKGREVISION=   1
+DISTNAME=      sile-0.10.15
 CATEGORIES=    print
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=sile-typesetter/}
 GITHUB_PROJECT=        sile
@@ -30,17 +29,18 @@ DEPENDS+=   ${LUA_PKGPREFIX}-socket-[0-9]*
 DEPENDS+=      ${LUA_PKGPREFIX}-sec-[0-9]*:../../security/lua-sec
 DEPENDS+=      ${LUA_PKGPREFIX}-expat-[0-9]*:../../textproc/lua-expat
 DEPENDS+=      ${LUA_PKGPREFIX}-cosmo-[0-9]*:../../textproc/lua-cosmo
+DEPENDS+=      ${LUA_PKGPREFIX}-utf8-[0-9]*:../../textproc/lua-utf8
 
 # Tests require additional font downloads
-#pre-test:
-#      ${LN} -fs ${PREFIX}/bin/busted${_LUA_DOT_VERSION} ${TOOLS_DIR}/bin/busted
-#TEST_DEPENDS+=        ${LUA_PKGPREFIX}-busted-[0-9]*:../../devel/lua-busted
-#USE_TOOLS+=   perl:test
-#TEST_TARGET=  test
+pre-test:
+       ${LN} -fs ${PREFIX}/bin/busted${_LUA_DOT_VERSION} ${TOOLS_DIR}/bin/busted
+TEST_DEPENDS+= ${LUA_PKGPREFIX}-busted-[0-9]*:../../devel/lua-busted
+USE_TOOLS+=    perl:test
+TEST_TARGET=   test
 
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
-USE_TOOLS+=    pkg-config gmake bash
+USE_TOOLS+=    pkg-config gmake
 
 CONFIGURE_ARGS+=       LUA=${LUA_INTERPRETER}
 CONFIGURE_ARGS+=       --with-system-luarocks

Index: pkgsrc/print/sile/distinfo
diff -u pkgsrc/print/sile/distinfo:1.2 pkgsrc/print/sile/distinfo:1.3
--- pkgsrc/print/sile/distinfo:1.2      Mon Oct 12 11:15:29 2020
+++ pkgsrc/print/sile/distinfo  Sat Mar  6 18:08:44 2021
@@ -1,8 +1,6 @@
-$NetBSD: distinfo,v 1.2 2020/10/12 11:15:29 joerg Exp $
+$NetBSD: distinfo,v 1.3 2021/03/06 18:08:44 joerg Exp $
 
-SHA1 (sile-0.10.12.tar.xz) = ff22e9230f22a0964a96e632b7a6032db46d7958
-RMD160 (sile-0.10.12.tar.xz) = ee00a8c4a6ed9d577fb7226210ffd643caca1b82
-SHA512 (sile-0.10.12.tar.xz) = 4d66ffc94a9b413ac1de7654eb117b36b9e9e1b742834cb36282a8861614717436a1be67f3334b2ddab0127c38519609fa1d4c0d87943a22fe6c080aec8f4388
-Size (sile-0.10.12.tar.xz) = 12028456 bytes
-SHA1 (patch-configure) = 05c5b47f66edee48dd4466187a777517eafef380
-SHA1 (patch-src_Makefile.in) = 875feda6a0feb1b5af01765f3037e9d061c457ce
+SHA1 (sile-0.10.15.tar.xz) = e9a57fe977402fdaa785c03acd4e5db7d41e24b5
+RMD160 (sile-0.10.15.tar.xz) = 3efebf70c8a53eb0ac0750177fdaac36c9d3dd74
+SHA512 (sile-0.10.15.tar.xz) = 7e3f251dd253266258779c9dd965861e95db9dde2c8200a83c5b792682f927b6cb44d5cba01a1c27745097cfd51a6c2a82bec317a629d7c9a2f43be780bad14b
+Size (sile-0.10.15.tar.xz) = 12198608 bytes



Home | Main Index | Thread Index | Old Index