pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/hs-skylighting-core
Module Name:    pkgsrc
Committed By:   pho
Date:           Thu Jan 30 12:28:55 UTC 2025
Modified Files:
        pkgsrc/textproc/hs-skylighting-core: Makefile buildlink3.mk distinfo
Log Message:
textproc/hs-skylighting-core: update to skylighting-core-0.14.6
## 0.14.6
  * Export Skylighting.Format.Typst from Skylighting [API change] (#201).
    Allow typst as an output format in the cli executable.
## 0.14.5
  * Update xml syntax definitions for bash, cmake, commonlisp, isocpp,
    javascript-react, julia, latex, lua, markdown, modelines, nix, orgmode,
    php, python, rhtml, ruby, swift, xml, yaml, zig, zsh. Add odin (required
    by orgmode).
  * Update JSON syntax definition from upstream. (#203)
## 0.14.4
  * Add `gdscript`, `typst`, `tlaplus` syntax (#184, #199).
## 0.14.3
  * Add crystal, racket, zip syntax (#194).
## 0.14.2
  * Add `loadValidSyntaxesFromDir` (Kevin Quick) [API change].
    The `loadSyntaxesFromDir` function is an all-or-nothing function:
    a single invalid file results in a error and *no* loaded syntaxes.
    This adds the `loadValidSyntaxesFromDir`, which is resilient
    against individual syntax file load failures.  It returns a map
    of the failure messages, and the SyntaxMap that is created from
    all the successful parsing.
## 0.14.1.2
  * Add terraform syntax (#190).
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/textproc/hs-skylighting-core/Makefile \
    pkgsrc/textproc/hs-skylighting-core/buildlink3.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/hs-skylighting-core/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/hs-skylighting-core/Makefile
diff -u pkgsrc/textproc/hs-skylighting-core/Makefile:1.17 pkgsrc/textproc/hs-skylighting-core/Makefile:1.18
--- pkgsrc/textproc/hs-skylighting-core/Makefile:1.17   Thu May  9 01:32:46 2024
+++ pkgsrc/textproc/hs-skylighting-core/Makefile        Thu Jan 30 12:28:55 2025
@@ -1,13 +1,15 @@
-# $NetBSD: Makefile,v 1.17 2024/05/09 01:32:46 pho Exp $
+# $NetBSD: Makefile,v 1.18 2025/01/30 12:28:55 pho Exp $
 
-DISTNAME=      skylighting-core-0.14.1.1
-PKGREVISION=   1
+DISTNAME=      skylighting-core-0.14.6
 CATEGORIES=    textproc
 
 MAINTAINER=    pho%cielonegro.org@localhost
 COMMENT=       Syntax highlighting library core
 LICENSE=       modified-bsd
 
+HASKELL_UNRESTRICT_DEPENDENCIES+=      \
+       xml-conduit
+
 CONFIGURE_ARGS+=       -fexecutable
 
 .include "../../converters/hs-aeson/buildlink3.mk"
Index: pkgsrc/textproc/hs-skylighting-core/buildlink3.mk
diff -u pkgsrc/textproc/hs-skylighting-core/buildlink3.mk:1.17 pkgsrc/textproc/hs-skylighting-core/buildlink3.mk:1.18
--- pkgsrc/textproc/hs-skylighting-core/buildlink3.mk:1.17      Thu May  9 01:32:46 2024
+++ pkgsrc/textproc/hs-skylighting-core/buildlink3.mk   Thu Jan 30 12:28:55 2025
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.17 2024/05/09 01:32:46 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.18 2025/01/30 12:28:55 pho Exp $
 
 BUILDLINK_TREE+=       hs-skylighting-core
 
 .if !defined(HS_SKYLIGHTING_CORE_BUILDLINK3_MK)
 HS_SKYLIGHTING_CORE_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-skylighting-core+=    hs-skylighting-core>=0.14.1
-BUILDLINK_ABI_DEPENDS.hs-skylighting-core+=    hs-skylighting-core>=0.14.1.1nb1
+BUILDLINK_API_DEPENDS.hs-skylighting-core+=    hs-skylighting-core>=0.14.6
+BUILDLINK_ABI_DEPENDS.hs-skylighting-core+=    hs-skylighting-core>=0.14.6
 BUILDLINK_PKGSRCDIR.hs-skylighting-core?=      ../../textproc/hs-skylighting-core
 
 .include "../../converters/hs-aeson/buildlink3.mk"
Index: pkgsrc/textproc/hs-skylighting-core/distinfo
diff -u pkgsrc/textproc/hs-skylighting-core/distinfo:1.8 pkgsrc/textproc/hs-skylighting-core/distinfo:1.9
--- pkgsrc/textproc/hs-skylighting-core/distinfo:1.8    Thu May  2 11:01:13 2024
+++ pkgsrc/textproc/hs-skylighting-core/distinfo        Thu Jan 30 12:28:55 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/05/02 11:01:13 pho Exp $
+$NetBSD: distinfo,v 1.9 2025/01/30 12:28:55 pho Exp $
 
-BLAKE2s (skylighting-core-0.14.1.1.tar.gz) = 0c8e228ad4cbf63918d4b22481299b9ebc1be6d7a81742fbd76ed4af52456776
-SHA512 (skylighting-core-0.14.1.1.tar.gz) = 96f7d0fbe0808ca7d6268cbc8ea44d5e2484ced163ed837e926dacc5d6fd52239b44c0cc62042aaf8d7e3ffdeff6b8b77749203a8066fc10839a781010ffda5e
-Size (skylighting-core-0.14.1.1.tar.gz) = 874963 bytes
+BLAKE2s (skylighting-core-0.14.6.tar.gz) = a33126f43976981e74f057eb17cff215e542956458dc7276b0c2a141549e5b46
+SHA512 (skylighting-core-0.14.6.tar.gz) = e316f9da0199b43db05e65c226816e5ce068050777652a818e6e3331e970bde4632f31ba82bf5ceb11021bbb6d01aa868123a16fb8bf514818118d169cdbe233
+Size (skylighting-core-0.14.6.tar.gz) = 914478 bytes
Home |
Main Index |
Thread Index |
Old Index