1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Versionomy is a generalized version number library. It provides tools to

represent, manipulate, parse, and compare version numbers in the wide variety
of versioning schemes in use.

WWW: http://dazuma.github.com/versionomy/
This commit is contained in:
Steve Wills 2013-03-03 01:28:07 +00:00
parent b522dffef6
commit 230eb1488f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313314
4 changed files with 27 additions and 0 deletions

View File

@ -4148,6 +4148,7 @@
SUBDIR += rubygem-uuid
SUBDIR += rubygem-uuidtools
SUBDIR += rubygem-validatable
SUBDIR += rubygem-versionomy
SUBDIR += rubygem-warbler
SUBDIR += rubygem-warden
SUBDIR += rubygem-webby

View File

@ -0,0 +1,19 @@
# Created by: Steve Wills <swills@FreeBSD.org>
# $FreeBSD$
PORTNAME= versionomy
PORTVERSION= 0.4.4
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Generalized version number library for Ruby
BUILD_DEPENDS= rubygem-blockenspiel>=0.4.5:${PORTSDIR}/devel/rubygem-blockenspiel
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/versionomy-0.4.4.gem) = 4e605751bf71dc27bd223ac3a2eed083b12308ec101c318c5af9a376f2327746
SIZE (rubygem/versionomy-0.4.4.gem) = 52224

View File

@ -0,0 +1,5 @@
Versionomy is a generalized version number library. It provides tools to
represent, manipulate, parse, and compare version numbers in the wide variety
of versioning schemes in use.
WWW: http://dazuma.github.com/versionomy/