1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-15 07:56:36 +00:00

textproc/rubygem-version_sorter: create port

Fast sorting of version strings

WWW: https://github.com/defunkt/version_sorter
This commit is contained in:
Steve Wills 2014-09-27 04:55:31 +00:00
parent c298212b9c
commit ebe1b9fd60
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369362
4 changed files with 25 additions and 0 deletions

View File

@ -1370,6 +1370,7 @@
SUBDIR += rubygem-tidy
SUBDIR += rubygem-unf
SUBDIR += rubygem-unf_ext
SUBDIR += rubygem-version_sorter
SUBDIR += rubygem-xml-simple
SUBDIR += rubygem-xslt
SUBDIR += rubygem-ya2yaml

View File

@ -0,0 +1,19 @@
# Created by: Johannes Meixner <xmj@chaot.net>
# $FreeBSD$
PORTNAME= version_sorter
PORTVERSION= 1.1.0
CATEGORIES= textproc rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Fast sorting of version strings
LICENSE= MIT
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (rubygem/version_sorter-1.1.0.gem) = aeeae527de4fb3146bbdaa9283f3fb087fedbe0cee80645c12d1970fe4947873
SIZE (rubygem/version_sorter-1.1.0.gem) = 46592

View File

@ -0,0 +1,3 @@
Fast sorting of version strings
WWW: https://github.com/defunkt/version_sorter