SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-filesize/Makefile
Normal file
15
devel/ruby-filesize/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= file size handler class
|
||||
|
||||
DISTNAME= filesize-0.2.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# MIT
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-filesize/distinfo
Normal file
2
devel/ruby-filesize/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (filesize-0.2.0.gem) = D124Yp1ii2CFfdjnuNUvQn5re53EkmW/2nHA04PL554=
|
||||
SIZE (filesize-0.2.0.gem) = 8192
|
2
devel/ruby-filesize/pkg/DESCR
Normal file
2
devel/ruby-filesize/pkg/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
filesize is a small class for handling filesizes with both the SI and binary
|
||||
prefixes, allowing conversion from any size to any other size.
|
11
devel/ruby-filesize/pkg/PLIST
Normal file
11
devel/ruby-filesize/pkg/PLIST
Normal file
|
@ -0,0 +1,11 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/filesize.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/lib/filesize_spec.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/spec/spec_helper.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue