pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gumbo-parser: removed since it was released long ago
Module Name: pkgsrc-wip
Committed By: Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By: nuclearkev
Date: Tue Dec 10 11:10:41 2024 -0500
Changeset: 60ac4308d907ca621871d8f444fe246166b430f5
Removed Files:
gumbo-parser/COMMIT_MSG
gumbo-parser/DESCR
gumbo-parser/Makefile
gumbo-parser/PLIST
gumbo-parser/buildlink3.mk
gumbo-parser/distinfo
Log Message:
gumbo-parser: removed since it was released long ago
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=60ac4308d907ca621871d8f444fe246166b430f5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gumbo-parser/COMMIT_MSG | 18 ------------------
gumbo-parser/DESCR | 5 -----
gumbo-parser/Makefile | 27 ---------------------------
gumbo-parser/PLIST | 5 -----
gumbo-parser/buildlink3.mk | 12 ------------
gumbo-parser/distinfo | 5 -----
6 files changed, 72 deletions(-)
diffs:
diff --git a/gumbo-parser/COMMIT_MSG b/gumbo-parser/COMMIT_MSG
deleted file mode 100644
index 29bd38e17d..0000000000
--- a/gumbo-parser/COMMIT_MSG
+++ /dev/null
@@ -1,18 +0,0 @@
-gumbo-parser: Update to 0.12.1 and change to continuation fork
-
-Update prepared in wip by Kevin Bloom.
-
-0.12.1 -> 0.12.1:
-- Fix empty the end of the tag <form>
-- Correctly handle text in <form> elements
-- Fix tag name filtering that could result in XSS
-- Return visualc/include/strings.h file
-
-0.11.1 -> 0.12.0:
-- Add support for <dialog> tag
-- Fix TAGSET_INCLUDES macro to work properly with multiple bit flags
-
-0.10.1 -> 0.11.0:
-- Add support for <picture> tag
-- Make genperf.py script compatible with Python 3
-- Change maintainer to Grigory Kirillov
diff --git a/gumbo-parser/DESCR b/gumbo-parser/DESCR
deleted file mode 100644
index 68dd35823c..0000000000
--- a/gumbo-parser/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-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
deleted file mode 100644
index 4d2632073f..0000000000
--- a/gumbo-parser/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $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
deleted file mode 100644
index a583f9ca7e..0000000000
--- a/gumbo-parser/PLIST
+++ /dev/null
@@ -1,5 +0,0 @@
-@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
deleted file mode 100644
index 77d6cc608c..0000000000
--- a/gumbo-parser/buildlink3.mk
+++ /dev/null
@@ -1,12 +0,0 @@
-# $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
deleted file mode 100644
index 79cecf77ff..0000000000
--- a/gumbo-parser/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$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