pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/hs-skylighting Import skylighting-0.8.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f12c8c2beb45
branches:  trunk
changeset: 409430:f12c8c2beb45
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Jan 17 17:32:25 2020 +0000

description:
Import skylighting-0.8.3

Skylighting is a syntax highlighting library with support for over one
hundred languages. It derives its tokenizers from XML syntax
definitions used by KDE's KSyntaxHighlighting framework, so any syntax
supported by that framework can be added. An optional command-line
program is provided. Skylighting is intended to be the successor to
highlighting-kate. This package provides generated syntax modules
based on the KDE XML definitions provided by the skylighting-core
package. As a result this package is licensed under the GPL.

diffstat:

 textproc/hs-skylighting/DESCR         |   8 ++++++++
 textproc/hs-skylighting/Makefile      |  16 ++++++++++++++++
 textproc/hs-skylighting/buildlink3.mk |  15 +++++++++++++++
 textproc/hs-skylighting/distinfo      |   6 ++++++
 4 files changed, 45 insertions(+), 0 deletions(-)

diffs (61 lines):

diff -r a32b53c52980 -r f12c8c2beb45 textproc/hs-skylighting/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-skylighting/DESCR     Fri Jan 17 17:32:25 2020 +0000
@@ -0,0 +1,8 @@
+Skylighting is a syntax highlighting library with support for over one
+hundred languages. It derives its tokenizers from XML syntax
+definitions used by KDE's KSyntaxHighlighting framework, so any syntax
+supported by that framework can be added. An optional command-line
+program is provided. Skylighting is intended to be the successor to
+highlighting-kate. This package provides generated syntax modules
+based on the KDE XML definitions provided by the skylighting-core
+package. As a result this package is licensed under the GPL.
diff -r a32b53c52980 -r f12c8c2beb45 textproc/hs-skylighting/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-skylighting/Makefile  Fri Jan 17 17:32:25 2020 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/01/17 17:32:25 pho Exp $
+
+DISTNAME=      skylighting-0.8.3
+CATEGORIES=    textproc
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Syntax highlighting library
+LICENSE=       gnu-gpl-v2
+
+CONFIGURE_ARGS+=       -fexecutable
+
+.include "../../textproc/hs-skylighting-core/buildlink3.mk"
+.include "../../textproc/hs-blaze-html/buildlink3.mk" # Only for executable
+.include "../../devel/hs-pretty-show/buildlink3.mk"   # Only for executable
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a32b53c52980 -r f12c8c2beb45 textproc/hs-skylighting/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-skylighting/buildlink3.mk     Fri Jan 17 17:32:25 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/17 17:32:25 pho Exp $
+
+BUILDLINK_TREE+=       hs-skylighting
+
+.if !defined(HS_SKYLIGHTING_BUILDLINK3_MK)
+HS_SKYLIGHTING_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-skylighting+= hs-skylighting>=0.8.3
+BUILDLINK_ABI_DEPENDS.hs-skylighting+= hs-skylighting>=0.8.3
+BUILDLINK_PKGSRCDIR.hs-skylighting?=   ../../textproc/hs-skylighting
+
+.include "../../textproc/hs-skylighting-core/buildlink3.mk"
+.endif # HS_SKYLIGHTING_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-skylighting
diff -r a32b53c52980 -r f12c8c2beb45 textproc/hs-skylighting/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-skylighting/distinfo  Fri Jan 17 17:32:25 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/17 17:32:25 pho Exp $
+
+SHA1 (skylighting-0.8.3.tar.gz) = 7ea0bd150213368dadc117fd329a9d7d32158826
+RMD160 (skylighting-0.8.3.tar.gz) = 128cb0ad24a98f154d1a82db6a6161e2a5f9a746
+SHA512 (skylighting-0.8.3.tar.gz) = 20d69de363f17270d7f31843eb10f80a20d23e33c26e82ffc25c597d73edd886d9f2a03acf7d354be932ef443dc4e6a828362996ec8ac2a4ec8590ff7d199397
+Size (skylighting-0.8.3.tar.gz) = 629989 bytes



Home | Main Index | Thread Index | Old Index