pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/tree-sitter-markdown



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 18 09:24:19 UTC 2026

Modified Files:
        pkgsrc/textproc/tree-sitter-markdown: Makefile
Added Files:
        pkgsrc/textproc/tree-sitter-markdown: Makefile.common

Log Message:
tree-sitter-markdown: split off some code into Makefile.common

In preparation for tree-sitter-markdown-inline


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/tree-sitter-markdown/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/textproc/tree-sitter-markdown/Makefile.common

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

Modified files:

Index: pkgsrc/textproc/tree-sitter-markdown/Makefile
diff -u pkgsrc/textproc/tree-sitter-markdown/Makefile:1.7 pkgsrc/textproc/tree-sitter-markdown/Makefile:1.8
--- pkgsrc/textproc/tree-sitter-markdown/Makefile:1.7   Mon Mar  2 12:13:33 2026
+++ pkgsrc/textproc/tree-sitter-markdown/Makefile       Mon May 18 09:24:19 2026
@@ -1,16 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2026/03/02 12:13:33 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2026/05/18 09:24:19 wiz Exp $
 
-DISTNAME=      tree-sitter-markdown-0.5.3
-CATEGORIES=    textproc devel
-MASTER_SITES=  ${MASTER_SITE_GITHUB:=tree-sitter-grammars/}
-GITHUB_TAG=    v${PKGVERSION_NOREV}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/tree-sitter-grammars/tree-sitter-markdown
-COMMENT=       Markdown grammar for tree-sitter
-LICENSE=       mit
+.include "Makefile.common"
 
 GRAMMAR_SOURCE_DIR=    tree-sitter-markdown/src
 
-.include "../../textproc/tree-sitter/grammar.mk"
 .include "../../mk/bsd.pkg.mk"

Added files:

Index: pkgsrc/textproc/tree-sitter-markdown/Makefile.common
diff -u /dev/null pkgsrc/textproc/tree-sitter-markdown/Makefile.common:1.1
--- /dev/null   Mon May 18 09:24:19 2026
+++ pkgsrc/textproc/tree-sitter-markdown/Makefile.common        Mon May 18 09:24:19 2026
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile.common,v 1.1 2026/05/18 09:24:19 wiz Exp $
+# used by textproc/tree-sitter-markdown-inline/Makefile
+
+DISTNAME=      tree-sitter-markdown-0.5.3
+CATEGORIES=    textproc devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=tree-sitter-grammars/}
+GITHUB_TAG=    v${PKGVERSION_NOREV}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/tree-sitter-grammars/tree-sitter-markdown
+COMMENT=       Markdown grammar for tree-sitter
+LICENSE=       mit
+
+DISTINFO_FILE= ${.CURDIR}/../../textproc/tree-sitter-markdown/distinfo
+#PATCHDIR=     ${.CURDIR}/../../textproc/tree-sitter-markdown/patches
+
+WRKSRC=                ${WRKDIR}/${DISTNAME}
+
+.include "../../textproc/tree-sitter/grammar.mk"



Home | Main Index | Thread Index | Old Index