SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
17
devel/ruby-pcaprub/Makefile
Normal file
17
devel/ruby-pcaprub/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
COMMENT= libpcap bindings for Ruby 2.x
|
||||
|
||||
DISTNAME= pcaprub-0.13.1
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# LGPL-2.1
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
WANTLIB+= c m pcap
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-pcaprub/distinfo
Normal file
2
devel/ruby-pcaprub/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (pcaprub-0.13.1.gem) = vh/8zXjfl5SkiMvueKgVb8Gh+JCuqLoyYBPEVRhzBiE=
|
||||
SIZE (pcaprub-0.13.1.gem) = 36864
|
1
devel/ruby-pcaprub/pkg/DESCR
Normal file
1
devel/ruby-pcaprub/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
libpcap bindings for Ruby 2.x
|
41
devel/ruby-pcaprub/pkg/PLIST
Normal file
41
devel/ruby-pcaprub/pkg/PLIST
Normal file
|
@ -0,0 +1,41 @@
|
|||
${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
|
||||
@so ${GEM_LIB}/extensions/x86_64-unknown/${MODRUBY_LIBREV}/${DISTNAME}/pcaprub_c.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.document
|
||||
${GEM_LIB}/gems/${DISTNAME}/.travis.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/FAQ.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/USAGE.rdoc
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/dead_cap.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/file_cap.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/simple_cap.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/examples/telnet-raw.pcap
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/pcaprub_c/
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/pcaprub_c/.sitearchdir.time
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/pcaprub_c/Makefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/pcaprub_c/extconf.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/pcaprub_c/pcaprub.c
|
||||
${GEM_LIB}/gems/${DISTNAME}/ext/pcaprub_c/pcaprub.o
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/ext/pcaprub_c/pcaprub_c.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/pcaprub/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/pcaprub.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/pcaprub/common.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/pcaprub/ext.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/pcaprub/version.rb
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/lib/pcaprub_c.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_helper.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/test/test_pcaprub_unit.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue