pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/gumbo-parser gumbo-parser: Import gumbo-parser-0.1...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8b237f52037b
branches: trunk
changeset: 440446:8b237f52037b
user: leot <leot%pkgsrc.org@localhost>
date: Thu Oct 08 22:36:20 2020 +0000
description:
gumbo-parser: Import gumbo-parser-0.10.1 as www/gumbo-parser
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.
diffstat:
www/gumbo-parser/DESCR | 5 +++++
www/gumbo-parser/Makefile | 24 ++++++++++++++++++++++++
www/gumbo-parser/PLIST | 5 +++++
www/gumbo-parser/buildlink3.mk | 12 ++++++++++++
www/gumbo-parser/distinfo | 6 ++++++
5 files changed, 52 insertions(+), 0 deletions(-)
diffs (72 lines):
diff -r 388326d145a6 -r 8b237f52037b www/gumbo-parser/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/gumbo-parser/DESCR Thu Oct 08 22:36:20 2020 +0000
@@ -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 -r 388326d145a6 -r 8b237f52037b www/gumbo-parser/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/gumbo-parser/Makefile Thu Oct 08 22:36:20 2020 +0000
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2020/10/08 22:36:20 leot Exp $
+
+DISTNAME= gumbo-parser-0.10.1
+CATEGORIES= www
+MASTER_SITES= ${MASTER_SITE_GITHUB:=google/}
+GITHUB_TAG= v${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/google/gumbo-parser/
+COMMENT= HTML5 parsing library in pure C99
+LICENSE= apache-2.0
+
+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 -r 388326d145a6 -r 8b237f52037b www/gumbo-parser/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/gumbo-parser/PLIST Thu Oct 08 22:36:20 2020 +0000
@@ -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 -r 388326d145a6 -r 8b237f52037b www/gumbo-parser/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/gumbo-parser/buildlink3.mk Thu Oct 08 22:36:20 2020 +0000
@@ -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.10.1
+BUILDLINK_PKGSRCDIR.gumbo-parser?= ../../www/gumbo-parser
+.endif # GUMBO_PARSER_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -gumbo-parser
diff -r 388326d145a6 -r 8b237f52037b www/gumbo-parser/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/gumbo-parser/distinfo Thu Oct 08 22:36:20 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/10/08 22:36:20 leot Exp $
+
+SHA1 (gumbo-parser-0.10.1.tar.gz) = 55dd0b76094eeda1e93fe9fd0939b86936bbdca6
+RMD160 (gumbo-parser-0.10.1.tar.gz) = 55b371a19d91596b22f40141d2a089f712f747fa
+SHA512 (gumbo-parser-0.10.1.tar.gz) = bb1fb55cd07076ab6a9f38dc14db50397dbdca9a04ace4895dfba8b8cbc09038a96e26070c09c75fa929ada2e815affe233c1e2ecd8afe2aba6201647cf277d1
+Size (gumbo-parser-0.10.1.tar.gz) = 2119285 bytes
Home |
Main Index |
Thread Index |
Old Index