git: d7eb707b9db0 - main - devel/rubygem-listen-gitlab: new port required for vagrant-gitlab
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 05 Feb 2026 12:26:28 UTC
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d7eb707b9db00f95962d7625bcefd2501a2bff7d
commit d7eb707b9db00f95962d7625bcefd2501a2bff7d
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2026-02-05 08:57:29 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2026-02-05 12:25:56 +0000
devel/rubygem-listen-gitlab: new port required for vagrant-gitlab
---
devel/Makefile | 1 +
devel/rubygem-listen-gitlab/Makefile | 25 +++++++++++++++++++++++++
devel/rubygem-listen-gitlab/distinfo | 3 +++
devel/rubygem-listen-gitlab/pkg-descr | 12 ++++++++++++
4 files changed, 41 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index ce5edd56948a..382860eca475 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7659,6 +7659,7 @@
SUBDIR += rubygem-licensee-gitlab
SUBDIR += rubygem-lint_roller
SUBDIR += rubygem-listen
+ SUBDIR += rubygem-listen-gitlab
SUBDIR += rubygem-little-plugger
SUBDIR += rubygem-local_time
SUBDIR += rubygem-local_time-rails5
diff --git a/devel/rubygem-listen-gitlab/Makefile b/devel/rubygem-listen-gitlab/Makefile
new file mode 100644
index 000000000000..07322c5011bb
--- /dev/null
+++ b/devel/rubygem-listen-gitlab/Makefile
@@ -0,0 +1,25 @@
+PORTNAME= listen
+PORTVERSION= 3.10.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= -gitlab
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Listen to file modifications and notify about the changes
+WWW= https://github.com/guard/listen
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
+
+RUN_DEPENDS= rubygem-logger-gitlab>=0:devel/rubygem-logger-gitlab \
+ rubygem-rb-fsevent>=0.10.3<1:devel/rubygem-rb-fsevent \
+ rubygem-rb-inotify>=0.9.10<1:devel/rubygem-rb-inotify \
+ rubygem-rb-kqueue>=0.2:devel/rubygem-rb-kqueue
+
+USES= gem
+
+NO_ARCH= yes
+
+PLIST_FILES= bin/listen
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-listen-gitlab/distinfo b/devel/rubygem-listen-gitlab/distinfo
new file mode 100644
index 000000000000..421a3dcb5225
--- /dev/null
+++ b/devel/rubygem-listen-gitlab/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1769875348
+SHA256 (rubygem/listen-3.10.0.gem) = c6e182db62143aeccc2e1960033bebe7445309c7272061979bb098d03760c9d2
+SIZE (rubygem/listen-3.10.0.gem) = 31232
diff --git a/devel/rubygem-listen-gitlab/pkg-descr b/devel/rubygem-listen-gitlab/pkg-descr
new file mode 100644
index 000000000000..8a875a261118
--- /dev/null
+++ b/devel/rubygem-listen-gitlab/pkg-descr
@@ -0,0 +1,12 @@
+The Listen gem listens to file modifications and notifies you about the changes.
+
+Features:
+- Works everywhere!
+- Supports watching multiple directories from a single listener.
+- OS-specific adapters for Mac OS X 10.6+, Linux and Windows.
+- Automatic fallback to polling if OS-specific adapter doesn't work.
+- Detects files modification, addidation and removal.
+- Checksum comparaison for modifications made under the same second.
+- Allows supplying regexp-patterns to ignore and filter paths for better
+ results.
+- Tested on all Ruby environments via travis-ci.