NEW: devel/ruby-date
This commit is contained in:
parent
dfa0d11d1c
commit
1a62b4513d
4 changed files with 54 additions and 0 deletions
19
devel/ruby-date/Makefile
Normal file
19
devel/ruby-date/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
COMMENT= subclass for handling dates
|
||||
|
||||
DISTNAME= date-3.3.3
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= https://github.com/ruby/date
|
||||
|
||||
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-date/distinfo
Normal file
2
devel/ruby-date/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (date-3.3.3.gem) = gZeSAZ1XErdI+xX236rt7xSwMocj7yNYPqNfGGd0Uw8=
|
||||
SIZE (date-3.3.3.gem) = 76288
|
1
devel/ruby-date/pkg/DESCR
Normal file
1
devel/ruby-date/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
A subclass of Object includes Comparable module for handling dates.
|
32
devel/ruby-date/pkg/PLIST
Normal file
32
devel/ruby-date/pkg/PLIST
Normal file
|
@ -0,0 +1,32 @@
|
|||
${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}/
|
||||
@so ${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/date_core.so
|
||||
${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}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/date/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/date/.sitearchdir.time
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/date/Makefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/date/date_core.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/date/date_core.o
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/ext/date/date_core.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/date/date_parse.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/date/date_parse.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/date/date_strftime.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/date/date_strftime.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/date/date_strptime.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/date/date_strptime.o
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/date/date_tmx.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/date/extconf.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/date/prereq.mk
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/date/zonetab.h
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/date/zonetab.list
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/date.rb
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/lib/date_core.so
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue