git: 8dd6abc6800b - main - www/rubygem-haml4: Remove obsoleted port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Dec 2021 19:51:10 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8dd6abc6800b04d9cd1b79987d51729c83a43597

commit 8dd6abc6800b04d9cd1b79987d51729c83a43597
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-12-21 19:30:30 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-12-21 19:30:30 +0000

    www/rubygem-haml4: Remove obsoleted port
    
    Use www/rubygem-haml instead.
---
 www/rubygem-haml4/Makefile  | 28 ----------------------------
 www/rubygem-haml4/distinfo  |  2 --
 www/rubygem-haml4/pkg-descr |  9 ---------
 3 files changed, 39 deletions(-)

diff --git a/www/rubygem-haml4/Makefile b/www/rubygem-haml4/Makefile
deleted file mode 100644
index a751ad7d98dc..000000000000
--- a/www/rubygem-haml4/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
-
-PORTNAME=	haml
-PORTVERSION=	4.0.7
-PORTREVISION=	1
-CATEGORIES=	www rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	4
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Markup language to describe HTML
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
-
-RUN_DEPENDS=	rubygem-tilt>=0:devel/rubygem-tilt
-
-USES=		cpe gem
-USE_RUBY=	yes
-
-NO_ARCH=	yes
-
-PORTSCOUT=	limit:^4\.
-
-post-install:
-	${RM} ${STAGEDIR}${PREFIX}/bin/haml
-
-.include <bsd.port.mk>
diff --git a/www/rubygem-haml4/distinfo b/www/rubygem-haml4/distinfo
deleted file mode 100644
index 15b0cd461136..000000000000
--- a/www/rubygem-haml4/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/haml-4.0.7.gem) = 3754d0f7c21cf261a30b207a94524211293b921492fab58c89d1ede7e7933f57
-SIZE (rubygem/haml-4.0.7.gem) = 121856
diff --git a/www/rubygem-haml4/pkg-descr b/www/rubygem-haml4/pkg-descr
deleted file mode 100644
index e1eaa5354863..000000000000
--- a/www/rubygem-haml4/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Haml is a markup language that's used to cleanly and simply describe the HTML
-of any web document without the use of inline code. Haml functions as a
-replacement for inline page templating systems such as PHP, ASP, and ERB, the
-templating language used in most Ruby on Rails applications.
-However, Haml avoids the need for explicitly coding HTML into the template,
-because it itself is a description of the HTML, with some code to generate
-dynamic content.
-
-WWW: https://haml.info/