- Add rubygem-pathutil 0.9.0
Pathutil tries to be a faster pure Ruby impelementation of Pathname. It arose out of a need to fix basic problems with Pathname, such as suscepetibility to join overrides, need for automatic encoding, and normalization (for stuff like Jekyll) and the ability to do other safe-style operations in an encapsulated format, like copying files and folders with symlinks but only if they originate from the given root. WWW: https://github.com/envygeeks/pathutil
This commit is contained in:
parent
55bfc49b77
commit
f619b31fc7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=414302
4 changed files with 32 additions and 0 deletions
|
@ -5040,6 +5040,7 @@
|
|||
SUBDIR += rubygem-paint
|
||||
SUBDIR += rubygem-paperclip
|
||||
SUBDIR += rubygem-parser
|
||||
SUBDIR += rubygem-pathutil
|
||||
SUBDIR += rubygem-piston
|
||||
SUBDIR += rubygem-pkg-config
|
||||
SUBDIR += rubygem-platform
|
||||
|
|
21
devel/rubygem-pathutil/Makefile
Normal file
21
devel/rubygem-pathutil/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pathutil
|
||||
PORTVERSION= 0.9.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Like Pathname but a little less insane
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= rubygem-forwardable-extended>=2.6:devel/rubygem-forwardable-extended
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= yes
|
||||
USES= gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-pathutil/distinfo
Normal file
2
devel/rubygem-pathutil/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (rubygem/pathutil-0.9.0.gem) = 66482f6a627461299d796d02e5eb11a147987e01ab866bd8f31076e31e12596c
|
||||
SIZE (rubygem/pathutil-0.9.0.gem) = 11264
|
8
devel/rubygem-pathutil/pkg-descr
Normal file
8
devel/rubygem-pathutil/pkg-descr
Normal file
|
@ -0,0 +1,8 @@
|
|||
Pathutil tries to be a faster pure Ruby impelementation of Pathname. It arose
|
||||
out of a need to fix basic problems with Pathname, such as suscepetibility to
|
||||
join overrides, need for automatic encoding, and normalization (for stuff like
|
||||
Jekyll) and the ability to do other safe-style operations in an encapsulated
|
||||
format, like copying files and folders with symlinks but only if they originate
|
||||
from the given root.
|
||||
|
||||
WWW: https://github.com/envygeeks/pathutil
|
Loading…
Reference in a new issue