Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Apr 2023 13:39:38 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1714d32aebd6 - main - www/rubygem-erubi19: Remove obsoleted port
Message-ID:  <202304091339.339Ddclm080968@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1714d32aebd65906be20798e1ef72c39a358f52c

commit 1714d32aebd65906be20798e1ef72c39a358f52c
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-04-09 13:28:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-04-09 13:36:32 +0000

    www/rubygem-erubi19: Remove obsoleted port
    
    Use www/rubygem-erubi instead.
---
 MOVED                         |  1 +
 www/Makefile                  |  1 -
 www/rubygem-erubi19/Makefile  | 20 --------------------
 www/rubygem-erubi19/distinfo  |  3 ---
 www/rubygem-erubi19/pkg-descr | 17 -----------------
 5 files changed, 1 insertion(+), 41 deletions(-)

diff --git a/MOVED b/MOVED
index 7ca403083e3d..9755d5ab841d 100644
--- a/MOVED
+++ b/MOVED
@@ -17907,3 +17907,4 @@ security/rubygem-openssl221|security/rubygem-openssl|2023-04-09|Remove obsoleted
 textproc/rubygem-github-markup17|textproc/rubygem-github-markup|2023-04-09|Remove obsoleted port. Use textproc/rubygem-github-markup instead
 textproc/rubygem-loofah218|textproc/rubygem-loofah|2023-04-09|Remove obsoleted port. Use textproc/rubygem-loofah instead
 textproc/rubygem-rouge329|textproc/rubygem-rouge|2023-04-09|Remove obsoleted port. Use textproc/rubygem-rouge instead
+www/rubygem-erubi19|www/rubygem-erubi|2023-04-09|Remove obsoleted port. Use www/rubygem-erubi instead
diff --git a/www/Makefile b/www/Makefile
index 55ca507b7792..387c0b624b0a 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -1924,7 +1924,6 @@
     SUBDIR += rubygem-em-websocket
     SUBDIR += rubygem-emk-sinatra-url-for
     SUBDIR += rubygem-erubi
-    SUBDIR += rubygem-erubi19
     SUBDIR += rubygem-erubis
     SUBDIR += rubygem-ethon
     SUBDIR += rubygem-eventmachine_httpserver
diff --git a/www/rubygem-erubi19/Makefile b/www/rubygem-erubi19/Makefile
deleted file mode 100644
index 6bbf37bc754a..000000000000
--- a/www/rubygem-erubi19/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME=	erubi
-PORTVERSION=	1.9.0
-CATEGORIES=	www rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	19
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	ERB template engine for Ruby
-WWW=		https://github.com/jeremyevans/erubi
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
-
-USES=		gem
-
-NO_ARCH=	yes
-
-PORTSCOUT=	limit:^1\.9\.
-
-.include <bsd.port.mk>
diff --git a/www/rubygem-erubi19/distinfo b/www/rubygem-erubi19/distinfo
deleted file mode 100644
index 43d975315ab0..000000000000
--- a/www/rubygem-erubi19/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1569591602
-SHA256 (rubygem/erubi-1.9.0.gem) = 7d84d6037396418c4ba30bc40ed7a0aec9beb567ce55bcecb12e8c0cb1ed9fdb
-SIZE (rubygem/erubi-1.9.0.gem) = 13824
diff --git a/www/rubygem-erubi19/pkg-descr b/www/rubygem-erubi19/pkg-descr
deleted file mode 100644
index ea1359bb5488..000000000000
--- a/www/rubygem-erubi19/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-Erubi is a ERB template engine for Ruby. It is a simplified fork of Erubis,
-using the same basic algorithm, with the following differences:
-- Handles postfix conditionals when using escaping (e.g. <%= foo if bar %>)
-- Supports frozen_string_literal: true in templates via :freeze option
-- Works with Ruby's -enable-frozen-string-literal option
-- Automatically freezes strings for template text when Ruby optimizes it (on
-  Ruby 2.1+)
-- Escapes ' (apostrophe) when escaping for better XSS protection
-- Has 6x faster escaping on Ruby 2.3+ by using cgi/escape
-- Has 86% smaller memory footprint
-- Does no monkey patching (Erubis adds a method to Kernel)
-- Uses an immutable design (all options passed to the constructor, which returns
-  a frozen object)
-- Has simpler internals (1 file, <150 lines of code)
-- Has an open development model (Erubis doesn't have a public source control
-  repository or bug tracker)
-- Is not dead (Erubis hasn't been updated since 2011)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304091339.339Ddclm080968>