diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-16 06:13:35 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-05-16 06:21:48 +0000 |
commit | be96f1b09f379899503ddc853023d42c1c88121b (patch) | |
tree | ab2b6cdd8103847c02184ea64d2cd14b5753e492 | |
parent | 75abab400d5b969c32ee1beab25164de21226971 (diff) |
databases/rubygem-microscope: Add rubygem-microscope 1.1.1
Microscope adds useful scopes targeting ActiveRecord boolean, date and datetime
attributes.
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/rubygem-microscope/Makefile | 20 | ||||
-rw-r--r-- | databases/rubygem-microscope/distinfo | 3 | ||||
-rw-r--r-- | databases/rubygem-microscope/pkg-descr | 2 |
4 files changed, 26 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index a56e02c6968d..fe261485e714 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -965,6 +965,7 @@ SUBDIR += rubygem-mario-redis-lock SUBDIR += rubygem-memcache SUBDIR += rubygem-memcache-client + SUBDIR += rubygem-microscope SUBDIR += rubygem-mysql SUBDIR += rubygem-mysql2 SUBDIR += rubygem-neighbor diff --git a/databases/rubygem-microscope/Makefile b/databases/rubygem-microscope/Makefile new file mode 100644 index 000000000000..acd8f75c1b75 --- /dev/null +++ b/databases/rubygem-microscope/Makefile @@ -0,0 +1,20 @@ +PORTNAME= microscope +PORTVERSION= 1.1.1 +CATEGORIES= databases rubygems +MASTER_SITES= RG + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Add useful scopes targeting ActiveRecord boolean and datetime attributes +WWW= https://github.com/mirego/microscope + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= rubygem-activerecord71>=4.1.0:databases/rubygem-activerecord71 \ + rubygem-activesupport71>=4.1.0:devel/rubygem-activesupport71 + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/databases/rubygem-microscope/distinfo b/databases/rubygem-microscope/distinfo new file mode 100644 index 000000000000..882963187994 --- /dev/null +++ b/databases/rubygem-microscope/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1714227798 +SHA256 (rubygem/microscope-1.1.1.gem) = a6239b41f302fa4037607208acc912d1c728781e03f7657ce0d3fcd63d2e88e8 +SIZE (rubygem/microscope-1.1.1.gem) = 14848 diff --git a/databases/rubygem-microscope/pkg-descr b/databases/rubygem-microscope/pkg-descr new file mode 100644 index 000000000000..57d6ec9e33d1 --- /dev/null +++ b/databases/rubygem-microscope/pkg-descr @@ -0,0 +1,2 @@ +Microscope adds useful scopes targeting ActiveRecord boolean, date and datetime +attributes. |