Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2022 18:52:54 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: f8841a9239c9 - main - www/rubygem-railties70: Add rubygem-railties70 7.0.0
Message-ID:  <202201111852.20BIqsQs060746@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=f8841a9239c902d42a20866c8afe9007a4880757

commit f8841a9239c902d42a20866c8afe9007a4880757
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 16:57:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:43:54 +0000

    www/rubygem-railties70: Add rubygem-railties70 7.0.0
    
    Railties is responsible for gluing all frameworks together. Overall, it:
    - handles the bootstrapping process for a Rails application;
    - manages the rails command line interface;
    - and provides the Rails generators core.
    
    WWW: https://rubyonrails.org/
    WWW: https://github.com/rails/rails/tree/master/railties
---
 www/Makefile                     |  1 +
 www/rubygem-railties70/Makefile  | 31 +++++++++++++++++++++++++++++++
 www/rubygem-railties70/distinfo  |  3 +++
 www/rubygem-railties70/pkg-descr |  7 +++++++
 4 files changed, 42 insertions(+)

diff --git a/www/Makefile b/www/Makefile
index 7643cd3914c6..97ba39abb874 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -2082,6 +2082,7 @@
     SUBDIR += rubygem-railties52
     SUBDIR += rubygem-railties60
     SUBDIR += rubygem-railties61
+    SUBDIR += rubygem-railties70
     SUBDIR += rubygem-raindrops
     SUBDIR += rubygem-ramaze
     SUBDIR += rubygem-raphael-rails
diff --git a/www/rubygem-railties70/Makefile b/www/rubygem-railties70/Makefile
new file mode 100644
index 000000000000..cea97856e9c8
--- /dev/null
+++ b/www/rubygem-railties70/Makefile
@@ -0,0 +1,31 @@
+PORTNAME=	railties
+PORTVERSION=	7.0.0
+CATEGORIES=	www rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	70
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Rails internals: application bootup, plugins, generators, and rake tasks
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
+
+RUN_DEPENDS=	rubygem-actionpack70>=${PORTVERSION}:www/rubygem-actionpack70 \
+		rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70 \
+		rubygem-method_source>=0:devel/rubygem-method_source \
+		rubygem-rake>=12.2:devel/rubygem-rake \
+		rubygem-thor>=1.0<2:devel/rubygem-thor \
+		rubygem-zeitwerk>=2.5<3:devel/rubygem-zeitwerk
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+PLIST_FILES=	bin/rails
+
+CONFLICTS_INSTALL=	rubygem-railties4 rubygem-railties5 rubygem-railties50 rubygem-railties52 rubygem-railties60 rubygem-railties61
+
+PORTSCOUT=	limit:^7\.0\.
+
+.include <bsd.port.mk>
diff --git a/www/rubygem-railties70/distinfo b/www/rubygem-railties70/distinfo
new file mode 100644
index 000000000000..da8c6961d87b
--- /dev/null
+++ b/www/rubygem-railties70/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1641045778
+SHA256 (rubygem/railties-7.0.0.gem) = f7b0ed5d6faa2c56ef444caf7486e45dae39163a00c5de66f7ee907caef31940
+SIZE (rubygem/railties-7.0.0.gem) = 158208
diff --git a/www/rubygem-railties70/pkg-descr b/www/rubygem-railties70/pkg-descr
new file mode 100644
index 000000000000..2f0d862681a5
--- /dev/null
+++ b/www/rubygem-railties70/pkg-descr
@@ -0,0 +1,7 @@
+Railties is responsible for gluing all frameworks together. Overall, it:
+- handles the bootstrapping process for a Rails application;
+- manages the rails command line interface;
+- and provides the Rails generators core.
+
+WWW: https://rubyonrails.org/
+WWW: https://github.com/rails/rails/tree/master/railties



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