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:
parent
c298212b9c
commit
ebe1b9fd60
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369362
@ -1370,6 +1370,7 @@
|
|||||||
SUBDIR += rubygem-tidy
|
SUBDIR += rubygem-tidy
|
||||||
SUBDIR += rubygem-unf
|
SUBDIR += rubygem-unf
|
||||||
SUBDIR += rubygem-unf_ext
|
SUBDIR += rubygem-unf_ext
|
||||||
|
SUBDIR += rubygem-version_sorter
|
||||||
SUBDIR += rubygem-xml-simple
|
SUBDIR += rubygem-xml-simple
|
||||||
SUBDIR += rubygem-xslt
|
SUBDIR += rubygem-xslt
|
||||||
SUBDIR += rubygem-ya2yaml
|
SUBDIR += rubygem-ya2yaml
|
||||||
|
19
textproc/rubygem-version_sorter/Makefile
Normal file
19
textproc/rubygem-version_sorter/Makefile
Normal 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>
|
2
textproc/rubygem-version_sorter/distinfo
Normal file
2
textproc/rubygem-version_sorter/distinfo
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
SHA256 (rubygem/version_sorter-1.1.0.gem) = aeeae527de4fb3146bbdaa9283f3fb087fedbe0cee80645c12d1970fe4947873
|
||||||
|
SIZE (rubygem/version_sorter-1.1.0.gem) = 46592
|
3
textproc/rubygem-version_sorter/pkg-descr
Normal file
3
textproc/rubygem-version_sorter/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Fast sorting of version strings
|
||||||
|
|
||||||
|
WWW: https://github.com/defunkt/version_sorter
|
Loading…
Reference in New Issue
Block a user