git: 97eafe7f848e - main - devel/rubygem-actionpack-page_caching: Add rubygem-actionpack-page_caching 1.2.4

Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Sep 27 15:58:33 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=97eafe7f848e1dea606288f55d89127df8266360

commit 97eafe7f848e1dea606288f55d89127df8266360
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-09-27 15:28:17 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-09-27 15:55:50 +0000

    devel/rubygem-actionpack-page_caching: Add rubygem-actionpack-page_caching 1.2.4
    
    Static page caching for Action Pack (removed from core in Rails 4.0)
    
    WWW: https://github.com/rails/actionpack-page_caching
---
 devel/Makefile                                  |  1 +
 devel/rubygem-actionpack-page_caching/Makefile  | 21 +++++++++++++++++++++
 devel/rubygem-actionpack-page_caching/distinfo  |  3 +++
 devel/rubygem-actionpack-page_caching/pkg-descr |  3 +++
 4 files changed, 28 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 1a8e2d0cf685..de251f194795 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5565,6 +5565,7 @@
     SUBDIR += rubygem-CFPropertyList
     SUBDIR += rubygem-abstract
     SUBDIR += rubygem-actionpack-action_caching
+    SUBDIR += rubygem-actionpack-page_caching
     SUBDIR += rubygem-actionview4
     SUBDIR += rubygem-actionview5
     SUBDIR += rubygem-actionview50
diff --git a/devel/rubygem-actionpack-page_caching/Makefile b/devel/rubygem-actionpack-page_caching/Makefile
new file mode 100644
index 000000000000..666d150ca8f2
--- /dev/null
+++ b/devel/rubygem-actionpack-page_caching/Makefile
@@ -0,0 +1,21 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+
+PORTNAME=	actionpack-page_caching
+PORTVERSION=	1.2.4
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Static page caching for Action Pack (removed from core in Rails 4.0)
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS=	rubygem-actionpack61>=4.0:www/rubygem-actionpack61
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-actionpack-page_caching/distinfo b/devel/rubygem-actionpack-page_caching/distinfo
new file mode 100644
index 000000000000..abcabd59bc96
--- /dev/null
+++ b/devel/rubygem-actionpack-page_caching/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1632664290
+SHA256 (rubygem/actionpack-page_caching-1.2.4.gem) = 867e8c387ff7120c144262172c1d58d6fd74b441313b1edc7cfa2153777898f1
+SIZE (rubygem/actionpack-page_caching-1.2.4.gem) = 16896
diff --git a/devel/rubygem-actionpack-page_caching/pkg-descr b/devel/rubygem-actionpack-page_caching/pkg-descr
new file mode 100644
index 000000000000..690abf9f7e3f
--- /dev/null
+++ b/devel/rubygem-actionpack-page_caching/pkg-descr
@@ -0,0 +1,3 @@
+Static page caching for Action Pack (removed from core in Rails 4.0)
+
+WWW: https://github.com/rails/actionpack-page_caching


More information about the dev-commits-ports-main mailing list