SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/ruby-strptime/Makefile
Normal file
17
devel/ruby-strptime/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT= strptime strftime engine
|
||||
|
||||
DISTNAME= strptime-0.2.5
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# BSD-2-Clause
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB+= c m
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-strptime/distinfo
Normal file
2
devel/ruby-strptime/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (strptime-0.2.5.gem) = mO13/3cXpHOHukc2FPR454sWLXCmQHL9cdVPVH4Hmvk=
|
||||
SIZE (strptime-0.2.5.gem) = 19456
|
1
devel/ruby-strptime/pkg/DESCR
Normal file
1
devel/ruby-strptime/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
A fast strptime/strftime engine which uses VM.
|
42
devel/ruby-strptime/pkg/PLIST
Normal file
42
devel/ruby-strptime/pkg/PLIST
Normal file
|
@ -0,0 +1,42 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/extensions/x86_64-unknown/
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/gem.build_complete
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/gem_make.out
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/mkmf.log
|
||||
${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/strptime/
|
||||
@so ${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/strptime/strptime.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.clang-format
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/.rspec
|
||||
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/appveyor.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/console
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/setup
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/strptime/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/strptime/.sitearchdir.-.strptime.time
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/strptime/Makefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/strptime/extconf.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/strptime/ruby_time.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/strptime/ruby_time.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/strptime/strftime.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/strptime/strftime.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/strptime/strptime.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/strptime/strptime.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/strptime/strptime.o
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/ext/strptime/strptime.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/strptime/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/strptime.rb
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/lib/strptime/strptime.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/strptime/version.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/strptime.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue