git: 0cb95b85d9dd - main - www/gitlab: added new required ports
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jan 2025 15:55:39 UTC
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=0cb95b85d9dda8f31b72d0b1e3dfb240b554242e
commit 0cb95b85d9dda8f31b72d0b1e3dfb240b554242e
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-01-16 09:35:54 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-01-16 15:55:00 +0000
www/gitlab: added new required ports
copied from net/rubygem-uri
---
net/Makefile | 1 +
net/rubygem-uri-gitlab/Makefile | 19 +++++++++++++++++++
net/rubygem-uri-gitlab/distinfo | 3 +++
net/rubygem-uri-gitlab/pkg-descr | 2 ++
4 files changed, 25 insertions(+)
diff --git a/net/Makefile b/net/Makefile
index b0198b2b16bf..8f1970232468 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -1470,6 +1470,7 @@
SUBDIR += rubygem-twitter4r
SUBDIR += rubygem-u2f
SUBDIR += rubygem-uri
+ SUBDIR += rubygem-uri-gitlab
SUBDIR += rubygem-uri-redis
SUBDIR += rubygem-uri_template
SUBDIR += rubygem-whois
diff --git a/net/rubygem-uri-gitlab/Makefile b/net/rubygem-uri-gitlab/Makefile
new file mode 100644
index 000000000000..61d90225fa18
--- /dev/null
+++ b/net/rubygem-uri-gitlab/Makefile
@@ -0,0 +1,19 @@
+PORTNAME= uri
+PORTVERSION= 0.13.0
+CATEGORIES= net rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= mfechner@FreeBSD.org
+COMMENT= Provide classes to handle Uniform Resource Identifiers
+WWW= https://github.com/ruby/uri
+
+LICENSE= BSD2CLAUSE RUBY
+LICENSE_COMB= dual
+LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
+
+USES= gem
+
+NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/net/rubygem-uri-gitlab/distinfo b/net/rubygem-uri-gitlab/distinfo
new file mode 100644
index 000000000000..6ed398bd769b
--- /dev/null
+++ b/net/rubygem-uri-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1737006599
+SHA256 (rubygem/uri-0.13.0.gem) = 26553c2a9399762e1e8bebd4444b4361c4b21298cf1c864b22eeabc9c4998f24
+SIZE (rubygem/uri-0.13.0.gem) = 37888
diff --git a/net/rubygem-uri-gitlab/pkg-descr b/net/rubygem-uri-gitlab/pkg-descr
new file mode 100644
index 000000000000..8cb649692513
--- /dev/null
+++ b/net/rubygem-uri-gitlab/pkg-descr
@@ -0,0 +1,2 @@
+URI is a module providing classes to handle Uniform Resource Identifiers (RFC
+2396).