aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rubygem-win32-file
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2018-05-01 15:37:55 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2018-05-01 15:37:55 +0000
commit7d56f5626518fa51b233fe39cb389e0563e0f1db (patch)
tree6339a63f2806c278fe84e75c21c5cb297636703f /sysutils/rubygem-win32-file
parent54a6f60be7170291e7f89fc67bdfe028ee9fd966 (diff)
downloadports-7d56f5626518fa51b233fe39cb389e0563e0f1db.tar.gz
ports-7d56f5626518fa51b233fe39cb389e0563e0f1db.zip
add new dependencies for vagrant 2.0.4 (and their dependencies, too)
devel/rubygem-ffi-win32-extensions sysutils/rubygem-win32-file sysutils/rubygem-win32-file-security sysutils/rubygem-win32-file-stat These ports don't look like they require special attention, so just put them into the big ruby pool.
Notes
Notes: svn path=/head/; revision=468764
Diffstat (limited to 'sysutils/rubygem-win32-file')
-rw-r--r--sysutils/rubygem-win32-file/Makefile21
-rw-r--r--sysutils/rubygem-win32-file/distinfo3
-rw-r--r--sysutils/rubygem-win32-file/pkg-descr7
3 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/rubygem-win32-file/Makefile b/sysutils/rubygem-win32-file/Makefile
new file mode 100644
index 000000000000..4152728968ca
--- /dev/null
+++ b/sysutils/rubygem-win32-file/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= win32-file
+PORTVERSION= 0.8.1
+CATEGORIES= sysutils rubygems
+MASTER_SITES= RG
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Extra and redefined methods for the File class on MS Windows
+
+LICENSE= ART20
+
+RUN_DEPENDS= rubygem-ffi>0:devel/rubygem-ffi \
+ rubygem-ffi-win32-extensions>0:devel/rubygem-ffi-win32-extensions \
+ rubygem-win32-file-stat>=1.4.0:sysutils/rubygem-win32-file-stat
+
+NO_ARCH= yes
+USE_RUBY= yes
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/sysutils/rubygem-win32-file/distinfo b/sysutils/rubygem-win32-file/distinfo
new file mode 100644
index 000000000000..a8cfa69529a2
--- /dev/null
+++ b/sysutils/rubygem-win32-file/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1525180887
+SHA256 (rubygem/win32-file-0.8.1.gem) = a0ab2e94bf8631111b9ed54286b616b917cde04bcdc2e3b0f4ddae45f6a75e56
+SIZE (rubygem/win32-file-0.8.1.gem) = 25088
diff --git a/sysutils/rubygem-win32-file/pkg-descr b/sysutils/rubygem-win32-file/pkg-descr
new file mode 100644
index 000000000000..9d0c7c46c410
--- /dev/null
+++ b/sysutils/rubygem-win32-file/pkg-descr
@@ -0,0 +1,7 @@
+The win32-file library adds several methods to the core File class which
+are specific to MS Windows, such as the ability to set and retrieve file
+attributes. In addition, several core methods have been redefined in
+order to work properly on MS Windows, such as File.blksize. See the
+README file for more details.
+
+WWW: https://github.com/chef/win32-file