Date: Sun, 8 Dec 2024 04:38:15 GMT From: "Gabriel M. Dutra" <dutra@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: bd7a633f40dd - main - www/katana: Add new port Message-ID: <202412080438.4B84cFGP038294@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dutra: URL: https://cgit.FreeBSD.org/ports/commit/?id=bd7a633f40ddfadeaecab2328ebdf220e3ff09b3 commit bd7a633f40ddfadeaecab2328ebdf220e3ff09b3 Author: Gabriel M. Dutra <dutra@FreeBSD.org> AuthorDate: 2024-12-05 02:47:08 +0000 Commit: Gabriel M. Dutra <dutra@FreeBSD.org> CommitDate: 2024-12-08 04:37:46 +0000 www/katana: Add new port Katana is a fast crawler focused on execution in automation --- www/Makefile | 1 + www/katana/Makefile | 20 ++++++++++++++++++++ www/katana/distinfo | 5 +++++ www/katana/pkg-descr | 12 ++++++++++++ 4 files changed, 38 insertions(+) diff --git a/www/Makefile b/www/Makefile index 9060404a8a70..9ec54a0f8dab 100644 --- a/www/Makefile +++ b/www/Makefile @@ -290,6 +290,7 @@ SUBDIR += kanboard SUBDIR += kannel SUBDIR += kannel-sqlbox + SUBDIR += katana SUBDIR += kcgi SUBDIR += kdsoap SUBDIR += kf5-khtml diff --git a/www/katana/Makefile b/www/katana/Makefile new file mode 100644 index 000000000000..7a823515be4e --- /dev/null +++ b/www/katana/Makefile @@ -0,0 +1,20 @@ +PORTNAME= katana +DISTVERSIONPREFIX= v +DISTVERSION= 1.1.2 +CATEGORIES= www + +MAINTAINER= dutra@FreeBSD.org +COMMENT= Crawling and spidering framework +WWW= https://github.com/projectdiscovery/katana + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +USES= go:1.21,modules +GO_MODULE= github.com/projectdiscovery/katana + +GO_TARGET= ./cmd/${PORTNAME} + +PLIST_FILES= bin/${PORTNAME} + +.include <bsd.port.mk> diff --git a/www/katana/distinfo b/www/katana/distinfo new file mode 100644 index 000000000000..4454eb478ded --- /dev/null +++ b/www/katana/distinfo @@ -0,0 +1,5 @@ +TIMESTAMP = 1733325687 +SHA256 (go/www_katana/katana-v1.1.2/v1.1.2.mod) = 878e58bfa02efa52804b515e656cf32617f2122e08842f8b7cc941ff4ed8f9fe +SIZE (go/www_katana/katana-v1.1.2/v1.1.2.mod) = 7288 +SHA256 (go/www_katana/katana-v1.1.2/v1.1.2.zip) = 60ca568a3e1d4a0a7a8c17c257f183a2e8e6c0c4630f0bfa56bceca721c98c92 +SIZE (go/www_katana/katana-v1.1.2/v1.1.2.zip) = 137819 diff --git a/www/katana/pkg-descr b/www/katana/pkg-descr new file mode 100644 index 000000000000..9634f2a3dbe3 --- /dev/null +++ b/www/katana/pkg-descr @@ -0,0 +1,12 @@ +Katana is a fast crawler focused on execution in automation pipelines +offering both headless and non-headless crawling. + +Features: + - Fast And fully configurable web crawling + - Standard and Headless mode + - JavaScript parsing / crawling + - Customizable automatic form filling + - Scope control - Preconfigured field / Regex + - Customizable output - Preconfigured fields + - INPUT - STDIN, URL and LIST + - OUTPUT - STDOUT, FILE and JSON
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412080438.4B84cFGP038294>