git: 1af1ec1367ad - 2025Q4 - www/rubygem-hamlit-gitlab: Add rubygem-hamlit-gitlab 3.0.3 (copied from rubygem-hamlit)

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Thu, 13 Nov 2025 12:36:58 UTC
The branch 2025Q4 has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1af1ec1367adca01eeaa3ec4e610a5df50178c1e

commit 1af1ec1367adca01eeaa3ec4e610a5df50178c1e
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-11-09 16:08:25 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-11-13 12:13:20 +0000

    www/rubygem-hamlit-gitlab: Add rubygem-hamlit-gitlab 3.0.3 (copied from rubygem-hamlit)
    
    - Add PORTSCOUT
    
    (cherry picked from commit 3085a339fe9600c11c9db029670c6e9a2ffbadce)
---
 www/Makefile                        |  1 +
 www/rubygem-hamlit-gitlab/Makefile  | 26 ++++++++++++++++++++++++++
 www/rubygem-hamlit-gitlab/distinfo  |  3 +++
 www/rubygem-hamlit-gitlab/pkg-descr |  1 +
 4 files changed, 31 insertions(+)

diff --git a/www/Makefile b/www/Makefile
index 103b3c6d1536..e5b0db9424ca 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2200,6 +2200,7 @@
     SUBDIR += rubygem-haml-rails-rails4
     SUBDIR += rubygem-haml5
     SUBDIR += rubygem-hamlit
+    SUBDIR += rubygem-hamlit-gitlab
     SUBDIR += rubygem-hamlit-rails
     SUBDIR += rubygem-hamlit-rails-rails5
     SUBDIR += rubygem-hamlit-rails-rails50
diff --git a/www/rubygem-hamlit-gitlab/Makefile b/www/rubygem-hamlit-gitlab/Makefile
new file mode 100644
index 000000000000..cee3661672a3
--- /dev/null
+++ b/www/rubygem-hamlit-gitlab/Makefile
@@ -0,0 +1,26 @@
+PORTNAME=	hamlit
+PORTVERSION=	3.0.3
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	-gitlab
+
+MAINTAINER=	mfechner@FreeBSD.org
+COMMENT=	High Performance Haml Implementation
+WWW=		https://github.com/k0kubun/hamlit
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-temple>=0.8.2:devel/rubygem-temple \
+		rubygem-thor>=0:devel/rubygem-thor \
+		rubygem-tilt>=0:devel/rubygem-tilt
+
+USES=		gem shebangfix
+
+PLIST_FILES=	bin/hamlit
+
+PORTSCOUT=	limit:^3\.
+
+SHEBANG_FILES=	bin/ruby bin/setup bin/test
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-hamlit-gitlab/distinfo b/www/rubygem-hamlit-gitlab/distinfo
new file mode 100644
index 000000000000..521ed4d81fbe
--- /dev/null
+++ b/www/rubygem-hamlit-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1755675057
+SHA256 (rubygem/hamlit-3.0.3.gem) = 5beafd7834a0f99fd3c041a7dfd3cfa3688159bddc905083c1866f2519f5ceea
+SIZE (rubygem/hamlit-3.0.3.gem) = 66048
diff --git a/www/rubygem-hamlit-gitlab/pkg-descr b/www/rubygem-hamlit-gitlab/pkg-descr
new file mode 100644
index 000000000000..e68905d09861
--- /dev/null
+++ b/www/rubygem-hamlit-gitlab/pkg-descr
@@ -0,0 +1 @@
+Hamlit is a high performance Haml implementation.