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.
This commit is contained in:
parent
d821b71c36
commit
7852425661
4 changed files with 45 additions and 0 deletions
8
textproc/hs-skylighting/DESCR
Normal file
8
textproc/hs-skylighting/DESCR
Normal file
|
@ -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.
|
16
textproc/hs-skylighting/Makefile
Normal file
16
textproc/hs-skylighting/Makefile
Normal file
|
@ -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
|
||||
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"
|
15
textproc/hs-skylighting/buildlink3.mk
Normal file
15
textproc/hs-skylighting/buildlink3.mk
Normal file
|
@ -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
|
6
textproc/hs-skylighting/distinfo
Normal file
6
textproc/hs-skylighting/distinfo
Normal file
|
@ -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
|
Loading…
Reference in a new issue