Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F171116732
D19818.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D19818.diff
View Options
Index: head/sysutils/Makefile
===================================================================
--- head/sysutils/Makefile
+++ head/sysutils/Makefile
@@ -1120,6 +1120,7 @@
SUBDIR += rubygem-backup
SUBDIR += rubygem-bosh-gen
SUBDIR += rubygem-bundler
+ SUBDIR += rubygem-bundler1
SUBDIR += rubygem-bundler_ext
SUBDIR += rubygem-capistrano
SUBDIR += rubygem-capistrano-ext
Index: head/sysutils/rubygem-bundler1/Makefile
===================================================================
--- head/sysutils/rubygem-bundler1/Makefile
+++ head/sysutils/rubygem-bundler1/Makefile
@@ -0,0 +1,27 @@
+# Created by: Robert Gogolok <gogo@cs.uni-sb.de>
+# $FreeBSD$
+
+PORTNAME= bundler
+PORTVERSION= 1.17.3
+CATEGORIES= sysutils rubygems
+PKGNAMESUFFIX= 1
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Tool that manages gem dependencies for ruby applications
+
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.md
+
+USES= gem
+USE_RUBY= yes
+
+NO_ARCH= yes
+
+PLIST_FILES= bin/bundle1 bin/bundler1
+
+post-install:
+ ${MV} ${STAGEDIR}${PREFIX}/bin/bundle ${STAGEDIR}${PREFIX}/bin/bundle1
+ ${MV} ${STAGEDIR}${PREFIX}/bin/bundler ${STAGEDIR}${PREFIX}/bin/bundler1
+
+.include <bsd.port.mk>
Index: head/sysutils/rubygem-bundler1/distinfo
===================================================================
--- head/sysutils/rubygem-bundler1/distinfo
+++ head/sysutils/rubygem-bundler1/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1554367087
+SHA256 (rubygem/bundler-1.17.3.gem) = bc4bf75b548b27451aa9f443b18c46a739dd22ad79f7a5f90b485376a67dc352
+SIZE (rubygem/bundler-1.17.3.gem) = 364032
Index: head/sysutils/rubygem-bundler1/pkg-descr
===================================================================
--- head/sysutils/rubygem-bundler1/pkg-descr
+++ head/sysutils/rubygem-bundler1/pkg-descr
@@ -0,0 +1,7 @@
+Bundler is a tool that manages gem dependencies for your ruby application. It
+takes a gem manifest file and is able to fetch, download, and install the gems
+and all child dependencies specified in this manifest. It can manage any update
+to the gem manifest file and update the bundled gems accordingly. It also
+letsyou run any ruby code in context of the bundled gem environment.
+
+WWW: https://bundler.io/
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Sep 9, 7:33 PM (15 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
38607408
Default Alt Text
D19818.diff (2 KB)
Attached To
Mode
D19818: sysutils/rubygem-bundler117: Repocopied from sysutils/rubygem-bundler
Attached
Detach File
Event Timeline
Log In to Comment