pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/gumbo-parser



Module Name:    pkgsrc
Committed By:   leot
Date:           Thu Oct  8 22:36:20 UTC 2020

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/gumbo-parser/DESCR \
    pkgsrc/www/gumbo-parser/Makefile pkgsrc/www/gumbo-parser/PLIST \
    pkgsrc/www/gumbo-parser/buildlink3.mk pkgsrc/www/gumbo-parser/distinfo

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

Added files:

Index: pkgsrc/www/gumbo-parser/DESCR
diff -u /dev/null pkgsrc/www/gumbo-parser/DESCR:1.1
--- /dev/null   Thu Oct  8 22:36:20 2020
+++ pkgsrc/www/gumbo-parser/DESCR       Thu Oct  8 22:36:20 2020
@@ -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.
Index: pkgsrc/www/gumbo-parser/Makefile
diff -u /dev/null pkgsrc/www/gumbo-parser/Makefile:1.1
--- /dev/null   Thu Oct  8 22:36:20 2020
+++ pkgsrc/www/gumbo-parser/Makefile    Thu Oct  8 22:36:20 2020
@@ -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"
Index: pkgsrc/www/gumbo-parser/PLIST
diff -u /dev/null pkgsrc/www/gumbo-parser/PLIST:1.1
--- /dev/null   Thu Oct  8 22:36:20 2020
+++ pkgsrc/www/gumbo-parser/PLIST       Thu Oct  8 22:36:20 2020
@@ -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
Index: pkgsrc/www/gumbo-parser/buildlink3.mk
diff -u /dev/null pkgsrc/www/gumbo-parser/buildlink3.mk:1.1
--- /dev/null   Thu Oct  8 22:36:20 2020
+++ pkgsrc/www/gumbo-parser/buildlink3.mk       Thu Oct  8 22:36:20 2020
@@ -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
Index: pkgsrc/www/gumbo-parser/distinfo
diff -u /dev/null pkgsrc/www/gumbo-parser/distinfo:1.1
--- /dev/null   Thu Oct  8 22:36:20 2020
+++ pkgsrc/www/gumbo-parser/distinfo    Thu Oct  8 22:36:20 2020
@@ -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