1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

sysutils/rubygem-sys-filesystem14: Add rubygem-sys-filesystem14 1.4.3 (copied from rubygem-sys-filesystem)

- Add PORTSCOUT
This commit is contained in:
Po-Chuan Hsieh 2024-10-14 12:45:21 +08:00
parent 36feca4a43
commit 26d816bd8d
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 28 additions and 0 deletions

View File

@ -1303,6 +1303,7 @@
SUBDIR += rubygem-sys-admin
SUBDIR += rubygem-sys-cpu
SUBDIR += rubygem-sys-filesystem
SUBDIR += rubygem-sys-filesystem14
SUBDIR += rubygem-sys-host
SUBDIR += rubygem-sys-proctable
SUBDIR += rubygem-sys-uname

View File

@ -0,0 +1,22 @@
PORTNAME= sys-filesystem
PORTVERSION= 1.4.3
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 14
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ruby interface for getting filesystem information
WWW= https://github.com/djberg96/sys-filesystem
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-ffi>=1.1<2:devel/rubygem-ffi
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^1\.4\.
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1640030616
SHA256 (rubygem/sys-filesystem-1.4.3.gem) = 390919de89822ad6d3ba3daf694d720be9d83ed95cdf7adf54d4573c98b17421
SIZE (rubygem/sys-filesystem-1.4.3.gem) = 33280

View File

@ -0,0 +1,2 @@
The sys-filesystem library provides an interface for gathering filesystem
information, such as disk space and mount point data.