git: 937fe4a59f4d - main - devel/rubygem-simple_form-rails61: New port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Nov 2022 13:26:02 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=937fe4a59f4d078385b2908ae06c278c1347cf2c commit 937fe4a59f4d078385b2908ae06c278c1347cf2c Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-11-21 13:25:08 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-11-21 13:25:08 +0000 devel/rubygem-simple_form-rails61: New port Forms made easy! Sponsored by: Nepustil --- devel/Makefile | 1 + devel/rubygem-simple_form-rails61/Makefile | 23 +++++++++++++++++++++++ devel/rubygem-simple_form-rails61/distinfo | 3 +++ devel/rubygem-simple_form-rails61/pkg-descr | 1 + 4 files changed, 28 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 4f367101707b..918d50647666 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -7002,6 +7002,7 @@ SUBDIR += rubygem-simple_form SUBDIR += rubygem-simple_form-rails5 SUBDIR += rubygem-simple_form-rails50 + SUBDIR += rubygem-simple_form-rails61 SUBDIR += rubygem-simplecov SUBDIR += rubygem-simplecov_json_formatter SUBDIR += rubygem-singleton diff --git a/devel/rubygem-simple_form-rails61/Makefile b/devel/rubygem-simple_form-rails61/Makefile new file mode 100644 index 000000000000..64e294d1206a --- /dev/null +++ b/devel/rubygem-simple_form-rails61/Makefile @@ -0,0 +1,23 @@ +PORTNAME= simple_form +PORTVERSION= 5.1.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -rails61 + +MAINTAINER= bofh@FreeBSD.org +COMMENT= Forms made easy +WWW= https://github.com/heartcombo/simple_form + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +RUN_DEPENDS= rubygem-actionpack61>=5.2:www/rubygem-actionpack61 \ + rubygem-activemodel61>=5.2:databases/rubygem-activemodel61 + +USES= cpe gem +CPE_VENDOR= plataformatec +USE_RUBY= yes + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/devel/rubygem-simple_form-rails61/distinfo b/devel/rubygem-simple_form-rails61/distinfo new file mode 100644 index 000000000000..6297218c5b88 --- /dev/null +++ b/devel/rubygem-simple_form-rails61/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1668888959 +SHA256 (rubygem/simple_form-5.1.0.gem) = 579ed72479704f09d0542f0eec1a79364848e6e5f2efd79a836935c05fe02a27 +SIZE (rubygem/simple_form-5.1.0.gem) = 84480 diff --git a/devel/rubygem-simple_form-rails61/pkg-descr b/devel/rubygem-simple_form-rails61/pkg-descr new file mode 100644 index 000000000000..31dd9986c718 --- /dev/null +++ b/devel/rubygem-simple_form-rails61/pkg-descr @@ -0,0 +1 @@ +Forms made easy!