SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
15
devel/ruby-win32api/Makefile
Normal file
15
devel/ruby-win32api/Makefile
Normal file
|
@ -0,0 +1,15 @@
|
|||
COMMENT= wrapper library for win32 API
|
||||
|
||||
DISTNAME= win32api-0.1.0
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Purple Rain <purplerain@secbsd.org>
|
||||
|
||||
# BSD 2-Clause
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MODULES= lang/ruby
|
||||
|
||||
CONFIGURE_STYLE= ruby gem
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/ruby-win32api/distinfo
Normal file
2
devel/ruby-win32api/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (win32api-0.1.0.gem) = 5/EDbaNwcgMpu2TzhZY4wivqFO9praZ04feBf4H3OdI=
|
||||
SIZE (win32api-0.1.0.gem) = 7168
|
1
devel/ruby-win32api/pkg/DESCR
Normal file
1
devel/ruby-win32api/pkg/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
The wrapper library for win32 API.
|
18
devel/ruby-win32api/pkg/PLIST
Normal file
18
devel/ruby-win32api/pkg/PLIST
Normal file
|
@ -0,0 +1,18 @@
|
|||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.github/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.github/workflows/main.yml
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gitignore
|
||||
${GEM_LIB}/gems/${DISTNAME}/Gemfile
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/Rakefile
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/console
|
||||
${GEM_LIB}/gems/${DISTNAME}/bin/setup
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/Win32API.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/win32/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/win32/importer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/win32api.gemspec
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Add table
Add a link
Reference in a new issue