mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Introduce a new port rubygem-tins0 for an old version of the tins Ruby GEM.
This is a dependency only for rubygem-file-tail. Reviewed by: swills Approved by: swills
This commit is contained in:
parent
4688477405
commit
e9f30c841d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353557
@ -4415,6 +4415,7 @@
|
||||
SUBDIR += rubygem-timers
|
||||
SUBDIR += rubygem-timers1
|
||||
SUBDIR += rubygem-tins
|
||||
SUBDIR += rubygem-tins0
|
||||
SUBDIR += rubygem-toml
|
||||
SUBDIR += rubygem-transactionsimple
|
||||
SUBDIR += rubygem-treetop
|
||||
|
@ -9,7 +9,7 @@ MASTER_SITES= RG
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Ruby library that allows Ruby to 'tail' files
|
||||
|
||||
RUN_DEPENDS= rubygem-tins>=0.5.0:${PORTSDIR}/devel/rubygem-tins
|
||||
RUN_DEPENDS= rubygem-tins0>=0.5.0:${PORTSDIR}/devel/rubygem-tins0
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tins
|
||||
PORTVERSION= 0.8.3
|
||||
PORTVERSION= 1.1.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (rubygem/tins-0.8.3.gem) = 8d1a63546afa3218d466245490646cdc8771c3184b5da4a843083c03e29c9993
|
||||
SIZE (rubygem/tins-0.8.3.gem) = 33280
|
||||
SHA256 (rubygem/tins-1.1.0.gem) = 5964d11f3784651370b685ea2751f3f88c75f4def29a1b04b19f224e0161ad49
|
||||
SIZE (rubygem/tins-1.1.0.gem) = 299008
|
||||
|
17
devel/rubygem-tins0/Makefile
Normal file
17
devel/rubygem-tins0/Makefile
Normal file
@ -0,0 +1,17 @@
|
||||
# Created by: Steve Wills <swills@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tins
|
||||
PORTVERSION= 0.8.3
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 0
|
||||
|
||||
MAINTAINER= ruby@FreeBSD.org
|
||||
COMMENT= Useful tools library in Ruby
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/rubygem-tins0/distinfo
Normal file
2
devel/rubygem-tins0/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/tins-0.8.3.gem) = 8d1a63546afa3218d466245490646cdc8771c3184b5da4a843083c03e29c9993
|
||||
SIZE (rubygem/tins-0.8.3.gem) = 33280
|
4
devel/rubygem-tins0/pkg-descr
Normal file
4
devel/rubygem-tins0/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Useful tools library in Ruby - All the stuff that isn't good/big enough for a
|
||||
real library.
|
||||
|
||||
WWW: http://flori.github.com/tins
|
Loading…
Reference in New Issue
Block a user