SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

15
devel/ruby-xdg/Makefile Normal file
View file

@ -0,0 +1,15 @@
COMMENT = module for supporting XDG Base Directory Standard
DISTNAME = xdg-2.2.5
CATEGORIES = devel
# BSD
PERMIT_PACKAGE = Yes
MODULES = lang/ruby
CONFIGURE_STYLE = ruby gem
MODRUBY_TEST = ruby
MODRUBY_TEST_TARGET = test/test_xdg_legacy.rb
.include <bsd.port.mk>

2
devel/ruby-xdg/distinfo Normal file
View file

@ -0,0 +1,2 @@
SHA256 (xdg-2.2.5.gem) = 86X3mTY4UmleRXu3N5rGxOPoyzpRzmtEmrR/uxUjuRM=
SIZE (xdg-2.2.5.gem) = 18432

1
devel/ruby-xdg/pkg/DESCR Normal file
View file

@ -0,0 +1 @@
XDG provides a module for supporting the XDG Base Directory Standard.

47
devel/ruby-xdg/pkg/PLIST Normal file
View file

@ -0,0 +1,47 @@
${GEM_LIB}/cache/${DISTNAME}.gem
${GEM_LIB}/gems/${DISTNAME}/
${GEM_LIB}/gems/${DISTNAME}/.index
${GEM_LIB}/gems/${DISTNAME}/.yardopts
${GEM_LIB}/gems/${DISTNAME}/DEMO.md
${GEM_LIB}/gems/${DISTNAME}/HISTORY.md
${GEM_LIB}/gems/${DISTNAME}/LICENSE.txt
${GEM_LIB}/gems/${DISTNAME}/README.md
${GEM_LIB}/gems/${DISTNAME}/demo/
${GEM_LIB}/gems/${DISTNAME}/demo/01_base_dir.md
${GEM_LIB}/gems/${DISTNAME}/demo/02_base_dir_extended.md
${GEM_LIB}/gems/${DISTNAME}/demo/03_base_dir_mixin.md
${GEM_LIB}/gems/${DISTNAME}/demo/applique/
${GEM_LIB}/gems/${DISTNAME}/demo/applique/ae.rb
${GEM_LIB}/gems/${DISTNAME}/demo/applique/fakeroot.rb
${GEM_LIB}/gems/${DISTNAME}/demo/applique/xdg.rb
${GEM_LIB}/gems/${DISTNAME}/demo/fixtures/
${GEM_LIB}/gems/${DISTNAME}/demo/fixtures/fakeroot/
${GEM_LIB}/gems/${DISTNAME}/demo/fixtures/fakeroot/etc/
${GEM_LIB}/gems/${DISTNAME}/demo/fixtures/fakeroot/etc/xdg/
${GEM_LIB}/gems/${DISTNAME}/demo/fixtures/fakeroot/etc/xdg/bar.config
${GEM_LIB}/gems/${DISTNAME}/demo/fixtures/fakeroot/home/
${GEM_LIB}/gems/${DISTNAME}/demo/fixtures/fakeroot/home/joe/
${GEM_LIB}/gems/${DISTNAME}/demo/fixtures/fakeroot/home/joe/foo.txt
${GEM_LIB}/gems/${DISTNAME}/demo/fixtures/fakeroot/usr/
${GEM_LIB}/gems/${DISTNAME}/demo/fixtures/fakeroot/usr/share/
${GEM_LIB}/gems/${DISTNAME}/demo/fixtures/fakeroot/usr/share/bar.dat
${GEM_LIB}/gems/${DISTNAME}/lib/
${GEM_LIB}/gems/${DISTNAME}/lib/xdg/
${GEM_LIB}/gems/${DISTNAME}/lib/xdg.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xdg/base_dir/
${GEM_LIB}/gems/${DISTNAME}/lib/xdg/base_dir.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xdg/base_dir/extended.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xdg/base_dir/global_variables.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xdg/base_dir/legacy.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xdg/base_dir/mixin.rb
${GEM_LIB}/gems/${DISTNAME}/lib/xdg/version.rb
${GEM_LIB}/gems/${DISTNAME}/test/
${GEM_LIB}/gems/${DISTNAME}/test/fakeroot/
${GEM_LIB}/gems/${DISTNAME}/test/fakeroot/etc/
${GEM_LIB}/gems/${DISTNAME}/test/fakeroot/etc/xdg/
${GEM_LIB}/gems/${DISTNAME}/test/fakeroot/etc/xdg/bar.config
${GEM_LIB}/gems/${DISTNAME}/test/fakeroot/usr/
${GEM_LIB}/gems/${DISTNAME}/test/fakeroot/usr/share/
${GEM_LIB}/gems/${DISTNAME}/test/fakeroot/usr/share/bar.dat
${GEM_LIB}/gems/${DISTNAME}/test/test_xdg_legacy.rb
${GEM_LIB}/specifications/${DISTNAME}.gemspec