pkgsrc-WIP-changes archive

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

gumbo-parser: changed to grisha



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Mon Jan 1 14:38:16 2024 -0500
Changeset:	3f50c7f2eb08eda022a594127e7b7f1fd80670fd

Added Files:
	gumbo-parser/DESCR
	gumbo-parser/Makefile
	gumbo-parser/PLIST
	gumbo-parser/buildlink3.mk
	gumbo-parser/distinfo

Log Message:
gumbo-parser: changed to grisha

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3f50c7f2eb08eda022a594127e7b7f1fd80670fd

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

diffstat:
 gumbo-parser/DESCR         |  5 +++++
 gumbo-parser/Makefile      | 27 +++++++++++++++++++++++++++
 gumbo-parser/PLIST         |  5 +++++
 gumbo-parser/buildlink3.mk | 12 ++++++++++++
 gumbo-parser/distinfo      |  5 +++++
 5 files changed, 54 insertions(+)

diffs:
diff --git a/gumbo-parser/DESCR b/gumbo-parser/DESCR
new file mode 100644
index 0000000000..68dd35823c
--- /dev/null
+++ b/gumbo-parser/DESCR
@@ -0,0 +1,5 @@
+Gumbo is an implementation of the HTML5 parsing algorithm implemented
+as a pure C99 library with no outside dependencies. It's designed to
+serve as a building block for other tools and libraries such as
+linters, validators, templating languages, and refactoring and analysis
+tools.
diff --git a/gumbo-parser/Makefile b/gumbo-parser/Makefile
new file mode 100644
index 0000000000..4d2632073f
--- /dev/null
+++ b/gumbo-parser/Makefile
@@ -0,0 +1,27 @@
+# $NetBSD$
+
+DISTNAME=	0.12.1
+PKGNAME=	gumbo-parser-${DISTNAME}
+CATEGORIES=	www
+MASTER_SITES=	https://codeberg.org/grisha/gumbo-parser/archive/
+DIST_SUBDIR=	gumbo-parser
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://codeberg.org/grisha/gumbo-parser/
+COMMENT=	HTML5 parsing library in pure C99
+LICENSE=	apache-2.0
+
+WRKSRC=		${WRKDIR}/gumbo-parser
+
+GNU_CONFIGURE=	yes
+USE_LIBTOOL=	yes
+USE_TOOLS+=	aclocal autoconf automake
+
+PKGCONFIG_OVERRIDE=	gumbo.pc.in
+
+USE_LANGUAGES=	c99 c++
+
+pre-configure:
+	cd ${WRKSRC} && ./autogen.sh
+
+.include "../../mk/bsd.pkg.mk"
diff --git a/gumbo-parser/PLIST b/gumbo-parser/PLIST
new file mode 100644
index 0000000000..a583f9ca7e
--- /dev/null
+++ b/gumbo-parser/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD: PLIST,v 1.1 2020/10/08 22:36:20 leot Exp $
+include/gumbo.h
+include/tag_enum.h
+lib/libgumbo.la
+lib/pkgconfig/gumbo.pc
diff --git a/gumbo-parser/buildlink3.mk b/gumbo-parser/buildlink3.mk
new file mode 100644
index 0000000000..77d6cc608c
--- /dev/null
+++ b/gumbo-parser/buildlink3.mk
@@ -0,0 +1,12 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/10/08 22:36:20 leot Exp $
+
+BUILDLINK_TREE+=	gumbo-parser
+
+.if !defined(GUMBO_PARSER_BUILDLINK3_MK)
+GUMBO_PARSER_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.gumbo-parser+=	gumbo-parser>=0.11.0
+BUILDLINK_PKGSRCDIR.gumbo-parser?=	../../www/gumbo-parser
+.endif	# GUMBO_PARSER_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-gumbo-parser
diff --git a/gumbo-parser/distinfo b/gumbo-parser/distinfo
new file mode 100644
index 0000000000..79cecf77ff
--- /dev/null
+++ b/gumbo-parser/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.3 2021/10/26 11:29:29 nia Exp $
+
+BLAKE2s (gumbo-parser/0.12.1.tar.gz) = 5f9559d1a5b790061421e4510455198f0c3cbb1df1fab836f2c04025e00dccd2
+SHA512 (gumbo-parser/0.12.1.tar.gz) = df74bf00b20152306b71db5659d4bf35ef6098ad6937925301ee48c96772607d2ab8e49a5b262caa27a72d5f267762c85e1434690e6abbf7e67d63c4713346d7
+Size (gumbo-parser/0.12.1.tar.gz) = 2115338 bytes


Home | Main Index | Thread Index | Old Index