devel/rubygem-dry-types-gitlab: Remove port

Leaf libraries not relevant to server environment
This commit is contained in:
Bastard Operator from Hell 2025-07-01 12:15:42 +02:00
parent 7d1ad5115c
commit 897513e475
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
5 changed files with 1 additions and 30 deletions

View File

@ -2455,6 +2455,7 @@ devel/rubygem-danger-gitlab
devel/rubygem-devise
devel/rubygem-devise-rails-gitlab
devel/rubygem-devise-rails52
devel/rubygem-dry-types-gitlab
devel/rubygem-enumerize
devel/rubygem-flipper-active_support_cache_store-rails-gitlab
devel/rubygem-fog

View File

@ -6532,7 +6532,6 @@
SUBDIR += rubygem-dry-logic
SUBDIR += rubygem-dry-logic-gitlab
SUBDIR += rubygem-dry-types
SUBDIR += rubygem-dry-types-gitlab
SUBDIR += rubygem-drydock
SUBDIR += rubygem-dynflow
SUBDIR += rubygem-e2mmap

View File

@ -1,25 +0,0 @@
PORTNAME= dry-types
PORTVERSION= 1.8.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Type system for Ruby supporting coercions, constraints and complex types
WWW= https://github.com/dry-rb/dry-types
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-bigdecimal>=3.0<4:math/rubygem-bigdecimal \
rubygem-concurrent-ruby>=1.0<2:devel/rubygem-concurrent-ruby \
rubygem-dry-core-gitlab>=1.0<2:devel/rubygem-dry-core-gitlab \
rubygem-dry-inflector>=1.0<2:devel/rubygem-dry-inflector \
rubygem-dry-logic-gitlab>=1.4<2:devel/rubygem-dry-logic-gitlab \
rubygem-zeitwerk>=2.6<3:devel/rubygem-zeitwerk
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1738606579
SHA256 (rubygem/dry-types-1.8.2.gem) = c84e9ada69419c727c3b12e191e0ed7d2c6d58d040d55e79ea16e0ebf8b3ec0f
SIZE (rubygem/dry-types-1.8.2.gem) = 47104

View File

@ -1 +0,0 @@
dry-types provides flexible type system for Ruby with coercions and constraints.