Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2024 15:29:56 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 09c737cc446e - 2024Q3 - www/gitlab: added new ports required for version 17.3
Message-ID:  <202409131529.48DFTuql087796@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by mfechner:

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

commit 09c737cc446e8891293bfad9240f58375ca9666a
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2024-08-27 15:28:02 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2024-09-13 14:27:58 +0000

    www/gitlab: added new ports required for version 17.3
    
    (cherry picked from commit 81dbda4eb540e449839268a83380be37bb58240f)
---
 devel/Makefile                                       |  1 +
 devel/rubygem-logger15/Makefile                      | 20 ++++++++++++++++++++
 devel/rubygem-logger15/distinfo                      |  3 +++
 devel/rubygem-logger15/pkg-descr                     |  8 ++++++++
 dns/Makefile                                         |  1 +
 dns/rubygem-simpleidn02/Makefile                     | 19 +++++++++++++++++++
 dns/rubygem-simpleidn02/distinfo                     |  3 +++
 dns/rubygem-simpleidn02/pkg-descr                    |  2 ++
 mail/Makefile                                        |  1 +
 mail/rubygem-email_validator/Makefile                | 19 +++++++++++++++++++
 mail/rubygem-email_validator/distinfo                |  3 +++
 mail/rubygem-email_validator/pkg-descr               |  1 +
 net/Makefile                                         |  2 ++
 .../Makefile                                         | 20 ++++++++++++++++++++
 .../distinfo                                         |  3 +++
 .../pkg-descr                                        |  3 +++
 net/rubygem-google-cloud-storage_transfer/Makefile   | 20 ++++++++++++++++++++
 net/rubygem-google-cloud-storage_transfer/distinfo   |  3 +++
 net/rubygem-google-cloud-storage_transfer/pkg-descr  |  3 +++
 19 files changed, 135 insertions(+)

diff --git a/devel/Makefile b/devel/Makefile
index 0298eca8c45f..0560e1432e3d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7257,6 +7257,7 @@
     SUBDIR += rubygem-locale
     SUBDIR += rubygem-lockfile
     SUBDIR += rubygem-logger
+    SUBDIR += rubygem-logger15
     SUBDIR += rubygem-logging
     SUBDIR += rubygem-logster
     SUBDIR += rubygem-loquacious
diff --git a/devel/rubygem-logger15/Makefile b/devel/rubygem-logger15/Makefile
new file mode 100644
index 000000000000..0e5d0e379f47
--- /dev/null
+++ b/devel/rubygem-logger15/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	logger
+PORTVERSION=	1.5.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	15
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Simple logging utility for outputting messages
+WWW=		https://github.com/ruby/logger
+
+LICENSE=	BSD2CLAUSE RUBY
+LICENSE_COMB=	dual
+
+USES=		gem
+
+NO_ARCH=	yes
+
+PORTSCOUT=	limit:^1\.5\.
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-logger15/distinfo b/devel/rubygem-logger15/distinfo
new file mode 100644
index 000000000000..7d76f0c58e2d
--- /dev/null
+++ b/devel/rubygem-logger15/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1724586616
+SHA256 (rubygem/logger-1.5.3.gem) = ed443128c2c9254db1a3573c53708b00319c01022b40dcce60a873911831d67b
+SIZE (rubygem/logger-1.5.3.gem) = 13824
diff --git a/devel/rubygem-logger15/pkg-descr b/devel/rubygem-logger15/pkg-descr
new file mode 100644
index 000000000000..cf132a9d8b61
--- /dev/null
+++ b/devel/rubygem-logger15/pkg-descr
@@ -0,0 +1,8 @@
+Logger is a simple but powerful logging utility to output messages in your Ruby
+program.
+
+Logger has the following features:
+- Print messages to different levels such as info and error
+- Auto-rolling of log files
+- Setting the format of log messages
+- Specifying a program name in conjunction with the message
diff --git a/dns/Makefile b/dns/Makefile
index 8b62166ab555..3531ec4a6197 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -219,6 +219,7 @@
     SUBDIR += rubygem-resolv
     SUBDIR += rubygem-resolv-replace
     SUBDIR += rubygem-simpleidn
+    SUBDIR += rubygem-simpleidn02
     SUBDIR += rubygem-validates_hostname
     SUBDIR += rubygem-zonefile
     SUBDIR += samba-nsupdate
diff --git a/dns/rubygem-simpleidn02/Makefile b/dns/rubygem-simpleidn02/Makefile
new file mode 100644
index 000000000000..b42c8c6628dc
--- /dev/null
+++ b/dns/rubygem-simpleidn02/Makefile
@@ -0,0 +1,19 @@
+PORTNAME=	simpleidn
+PORTVERSION=	0.2.3
+CATEGORIES=	dns rubygems
+MASTER_SITES=	RG
+PKGNAMESUFFIX=	02
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Easy conversion from IDNA strings to unicode strings and vice-versa
+WWW=		https://github.com/mmriis/simpleidn
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENCE
+
+NO_ARCH=	yes
+USES=		gem
+
+PORTSCOUT=	limit:^0\.2\.
+
+.include <bsd.port.mk>
diff --git a/dns/rubygem-simpleidn02/distinfo b/dns/rubygem-simpleidn02/distinfo
new file mode 100644
index 000000000000..8d38ce3718a7
--- /dev/null
+++ b/dns/rubygem-simpleidn02/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1724597148
+SHA256 (rubygem/simpleidn-0.2.3.gem) = 08ce96f03fa1605286be22651ba0fc9c0b2d6272c9b27a260bc88be05b0d2c29
+SIZE (rubygem/simpleidn-0.2.3.gem) = 152576
diff --git a/dns/rubygem-simpleidn02/pkg-descr b/dns/rubygem-simpleidn02/pkg-descr
new file mode 100644
index 000000000000..59afe745c58c
--- /dev/null
+++ b/dns/rubygem-simpleidn02/pkg-descr
@@ -0,0 +1,2 @@
+SimpleIDN allows easy conversion from punycode ACE (IDNA) strings to unicode
+UTF-8 strings and visa versa.
diff --git a/mail/Makefile b/mail/Makefile
index 4193b1f7d61f..164e81ef6c19 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -603,6 +603,7 @@
     SUBDIR += rubygem-email_reply_parser
     SUBDIR += rubygem-email_reply_parser-discourse
     SUBDIR += rubygem-email_reply_trimmer
+    SUBDIR += rubygem-email_validator
     SUBDIR += rubygem-exception_notification
     SUBDIR += rubygem-extended_email_reply_parser
     SUBDIR += rubygem-gitlab-mail_room
diff --git a/mail/rubygem-email_validator/Makefile b/mail/rubygem-email_validator/Makefile
new file mode 100644
index 000000000000..2d9160feee8b
--- /dev/null
+++ b/mail/rubygem-email_validator/Makefile
@@ -0,0 +1,19 @@
+PORTNAME=	email_validator
+PORTVERSION=	2.2.4
+CATEGORIES=	mail rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	EMail validator for rails
+WWW=		https://github.com/K-and-R/email_validator
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-activemodel70>=0:databases/rubygem-activemodel70
+
+USES=		gem
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/mail/rubygem-email_validator/distinfo b/mail/rubygem-email_validator/distinfo
new file mode 100644
index 000000000000..a83ca924c248
--- /dev/null
+++ b/mail/rubygem-email_validator/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1724587148
+SHA256 (rubygem/email_validator-2.2.4.gem) = 5ab238095bec7aef9389f230e9e0c64c5081cdf91f19d6c5cecee0a93af20604
+SIZE (rubygem/email_validator-2.2.4.gem) = 15360
diff --git a/mail/rubygem-email_validator/pkg-descr b/mail/rubygem-email_validator/pkg-descr
new file mode 100644
index 000000000000..ad16c55edf4b
--- /dev/null
+++ b/mail/rubygem-email_validator/pkg-descr
@@ -0,0 +1 @@
+An email validator for Rails 3+
diff --git a/net/Makefile b/net/Makefile
index 4bba6c4e1c01..eb16dfc8e835 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1331,6 +1331,8 @@
     SUBDIR += rubygem-google-cloud-spanner-v1
     SUBDIR += rubygem-google-cloud-storage
     SUBDIR += rubygem-google-cloud-storage145
+    SUBDIR += rubygem-google-cloud-storage_transfer
+    SUBDIR += rubygem-google-cloud-storage_transfer-v1
     SUBDIR += rubygem-google-cloud-trace
     SUBDIR += rubygem-google-cloud-trace-v1
     SUBDIR += rubygem-google-cloud-trace-v2
diff --git a/net/rubygem-google-cloud-storage_transfer-v1/Makefile b/net/rubygem-google-cloud-storage_transfer-v1/Makefile
new file mode 100644
index 000000000000..aad458783b78
--- /dev/null
+++ b/net/rubygem-google-cloud-storage_transfer-v1/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	google-cloud-storage_transfer-v1
+PORTVERSION=	1.1.0
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Official library for Google Cloud Storage Transfer
+WWW=		https://github.com/googleapis/google-cloud-ruby
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS=	rubygem-gapic-common>=0.21.1<2:devel/rubygem-gapic-common \
+		rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors
+
+USES=		gem
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/net/rubygem-google-cloud-storage_transfer-v1/distinfo b/net/rubygem-google-cloud-storage_transfer-v1/distinfo
new file mode 100644
index 000000000000..83cddb8a50e1
--- /dev/null
+++ b/net/rubygem-google-cloud-storage_transfer-v1/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1724740508
+SHA256 (rubygem/google-cloud-storage_transfer-v1-1.1.0.gem) = 572d84dd437f81644d6138b7096f4d1f2fd29844a5549e2741db179a4d2b76f9
+SIZE (rubygem/google-cloud-storage_transfer-v1-1.1.0.gem) = 84992
diff --git a/net/rubygem-google-cloud-storage_transfer-v1/pkg-descr b/net/rubygem-google-cloud-storage_transfer-v1/pkg-descr
new file mode 100644
index 000000000000..88b48716d871
--- /dev/null
+++ b/net/rubygem-google-cloud-storage_transfer-v1/pkg-descr
@@ -0,0 +1,3 @@
+Storage Transfer Service allows you to quickly import online data into Cloud Storage.
+You can also set up a repeating schedule for transferring data, as well as transfer
+data within Cloud Storage, from one bucket to another.
diff --git a/net/rubygem-google-cloud-storage_transfer/Makefile b/net/rubygem-google-cloud-storage_transfer/Makefile
new file mode 100644
index 000000000000..e8b9455dad30
--- /dev/null
+++ b/net/rubygem-google-cloud-storage_transfer/Makefile
@@ -0,0 +1,20 @@
+PORTNAME=	google-cloud-storage_transfer
+PORTVERSION=	1.2.0
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Official library for Google Cloud Storage Transfer
+WWW=		https://github.com/googleapis/google-cloud-ruby
+
+LICENSE=	APACHE20
+LICENSE_FILE=	${WRKSRC}/LICENSE.md
+
+RUN_DEPENDS=	rubygem-google-cloud-core>=1.6<2:net/rubygem-google-cloud-core \
+		rubygem-google-cloud-storage_transfer-v1>=0.5<2:net/rubygem-google-cloud-storage_transfer-v1
+
+USES=		gem
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>
diff --git a/net/rubygem-google-cloud-storage_transfer/distinfo b/net/rubygem-google-cloud-storage_transfer/distinfo
new file mode 100644
index 000000000000..26ba058e9ce8
--- /dev/null
+++ b/net/rubygem-google-cloud-storage_transfer/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1724740337
+SHA256 (rubygem/google-cloud-storage_transfer-1.2.0.gem) = 132901f50889e02a0d378e6117c6408cbfc4fdbd15c9d31fabec4f4189ef1658
+SIZE (rubygem/google-cloud-storage_transfer-1.2.0.gem) = 13824
diff --git a/net/rubygem-google-cloud-storage_transfer/pkg-descr b/net/rubygem-google-cloud-storage_transfer/pkg-descr
new file mode 100644
index 000000000000..88b48716d871
--- /dev/null
+++ b/net/rubygem-google-cloud-storage_transfer/pkg-descr
@@ -0,0 +1,3 @@
+Storage Transfer Service allows you to quickly import online data into Cloud Storage.
+You can also set up a repeating schedule for transferring data, as well as transfer
+data within Cloud Storage, from one bucket to another.



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