git: ada4d0a7d0b8 - main - devel/rubygem-valid: new port

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Apr 8 21:33:40 UTC 2021


The branch main has been updated by amdmi3:

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

commit ada4d0a7d0b818dc8dfab447b910ac62e6360e2b
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-04-08 19:28:18 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-04-08 21:32:25 +0000

    devel/rubygem-valid: new port
    
    Standalone, generic object validator for ruby
    
    PR:             247034
    Submitted by:   deep.alexander at gmail.com
---
 devel/Makefile                |  1 +
 devel/rubygem-valid/Makefile  | 16 ++++++++++++++++
 devel/rubygem-valid/distinfo  |  3 +++
 devel/rubygem-valid/pkg-descr |  5 +++++
 4 files changed, 25 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index a0c9b1d5ba06..eba4176a15a5 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6700,6 +6700,7 @@
     SUBDIR += rubygem-useragent
     SUBDIR += rubygem-uuid
     SUBDIR += rubygem-uuidtools
+    SUBDIR += rubygem-valid
     SUBDIR += rubygem-validatable
     SUBDIR += rubygem-validate_email
     SUBDIR += rubygem-validate_url
diff --git a/devel/rubygem-valid/Makefile b/devel/rubygem-valid/Makefile
new file mode 100644
index 000000000000..f5bd37555979
--- /dev/null
+++ b/devel/rubygem-valid/Makefile
@@ -0,0 +1,16 @@
+PORTNAME=	valid
+PORTVERSION=	1.2.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ports at armchairs.be
+COMMENT=	Standalone, generic object validator for ruby
+
+LICENSE=	ISCL
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-valid/distinfo b/devel/rubygem-valid/distinfo
new file mode 100644
index 000000000000..18e24191ac39
--- /dev/null
+++ b/devel/rubygem-valid/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1591454819
+SHA256 (rubygem/valid-1.2.0.gem) = a321b996b32ad5be6fc27020b477fd8b8129bf2adf9ac0852cd0f797667cb96f
+SIZE (rubygem/valid-1.2.0.gem) = 9216
diff --git a/devel/rubygem-valid/pkg-descr b/devel/rubygem-valid/pkg-descr
new file mode 100644
index 000000000000..6b014022fe2b
--- /dev/null
+++ b/devel/rubygem-valid/pkg-descr
@@ -0,0 +1,5 @@
+Validator is a simple ruby validation class.
+
+It's not used directly inside the class but rather outside.
+
+WWW: https://github.com/zombor/Validator


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