Received: by mail.netbsd.org (Postfix, from userid 605) id 296BB84D9E; Fri, 17 Jan 2020 17:32:27 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A46AC84D93 for ; Fri, 17 Jan 2020 17:32:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 9_WuIcRA4lgU for ; Fri, 17 Jan 2020 17:32:26 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 16DF184D26 for ; Fri, 17 Jan 2020 17:32:26 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 10920FBF4; Fri, 17 Jan 2020 17:32:26 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157928234618520" MIME-Version: 1.0 Date: Fri, 17 Jan 2020 17:32:26 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/textproc/hs-skylighting To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20200117173226.10920FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_157928234618520 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Fri Jan 17 17:32:25 UTC 2020 Added Files: pkgsrc/textproc/hs-skylighting: DESCR Makefile buildlink3.mk distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/hs-skylighting/DESCR \ pkgsrc/textproc/hs-skylighting/Makefile \ pkgsrc/textproc/hs-skylighting/buildlink3.mk \ pkgsrc/textproc/hs-skylighting/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157928234618520 Content-Disposition: inline Content-Length: 2943 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/textproc/hs-skylighting/DESCR diff -u /dev/null pkgsrc/textproc/hs-skylighting/DESCR:1.1 --- /dev/null Fri Jan 17 17:32:26 2020 +++ pkgsrc/textproc/hs-skylighting/DESCR Fri Jan 17 17:32:25 2020 @@ -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. Index: pkgsrc/textproc/hs-skylighting/Makefile diff -u /dev/null pkgsrc/textproc/hs-skylighting/Makefile:1.1 --- /dev/null Fri Jan 17 17:32:26 2020 +++ pkgsrc/textproc/hs-skylighting/Makefile Fri Jan 17 17:32:25 2020 @@ -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" Index: pkgsrc/textproc/hs-skylighting/buildlink3.mk diff -u /dev/null pkgsrc/textproc/hs-skylighting/buildlink3.mk:1.1 --- /dev/null Fri Jan 17 17:32:26 2020 +++ pkgsrc/textproc/hs-skylighting/buildlink3.mk Fri Jan 17 17:32:25 2020 @@ -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 Index: pkgsrc/textproc/hs-skylighting/distinfo diff -u /dev/null pkgsrc/textproc/hs-skylighting/distinfo:1.1 --- /dev/null Fri Jan 17 17:32:26 2020 +++ pkgsrc/textproc/hs-skylighting/distinfo Fri Jan 17 17:32:25 2020 @@ -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 --_----------=_157928234618520--