1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00

New port: devel/rubygem-mixlib-versioning:

General purpose Ruby library that allows you to parse, compare and manipulate
version strings in multiple formats.

WWW: https://rubygems.org/gems/mixlib-versioning
This commit is contained in:
Ryan Steinmetz 2018-08-08 19:15:47 +00:00
parent bc661abbc3
commit 33bff9a5b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476661
4 changed files with 26 additions and 0 deletions

View File

@ -5753,6 +5753,7 @@
SUBDIR += rubygem-mixlib-config
SUBDIR += rubygem-mixlib-log
SUBDIR += rubygem-mixlib-shellout
SUBDIR += rubygem-mixlib-versioning
SUBDIR += rubygem-mize
SUBDIR += rubygem-mkrf
SUBDIR += rubygem-mmap2

View File

@ -0,0 +1,18 @@
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= mixlib-versioning
PORTVERSION= 1.2.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= A library to parse, compare and manipulate version strings
LICENSE= APACHE20
USES= gem shebangfix
USE_RUBY= yes
SHEBANG_FILES= .expeditor/update_version.sh
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1533755198
SHA256 (rubygem/mixlib-versioning-1.2.2.gem) = 63a7b2e877078a258fd3b60a64b71c0576caaae5fc14c35057203e8cf5975e11
SIZE (rubygem/mixlib-versioning-1.2.2.gem) = 26112

View File

@ -0,0 +1,4 @@
General purpose Ruby library that allows you to parse, compare and manipulate
version strings in multiple formats.
WWW: https://rubygems.org/gems/mixlib-versioning