File:  [cvs.NetBSD.org] / pkgsrc / misc / ruby-mini_portile2 / PLIST
Revision 1.5: download - view: text, annotated - select for diffs
Sat Nov 18 15:45:58 2023 UTC (17 months, 3 weeks ago) by tsutsui
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
ruby-mini_portile2: update to 2.8.5.

Upstream changes:
 https://github.com/flavorjones/mini_portile/releases/tag/v2.8.5

2.8.5 / 2023-10-22

Added

  * New methods #lib_path and #include_path which point at the installed
    directories under ports. (by @flavorjones)
  * Add config param for CMAKE_BUILD_TYPE, which now defaults to Release.
    (#136 by @Watson1978)

Experimental

Introduce experimental support for MiniPortile#mkmf_config which sets up
MakeMakefile variables to properly link against the recipe. This should
make it easier for C extensions to package third-party libraries.
(by @flavorjones)

  * With no arguments, will set up just $INCFLAGS, $libs, and $LIBPATH.
  * Optionally, if provided a pkg-config file, will use that config to
    more precisely set $INCFLAGS, $libs, $LIBPATH, and $CFLAGS/$CXXFLAGS.
  * Optionally, if provided the name of a static archive, will rewrite
    linker flags to ensure correct linkage.

Note that the behavior may change slightly before official support is
announced. Please comment on #118 if you have feedback.

@comment $NetBSD: PLIST,v 1.5 2023/11/18 15:45:58 tsutsui Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.github/FUNDING.yml
${GEM_LIBDIR}/.github/workflows/ci.yml
${GEM_LIBDIR}/.gitignore
${GEM_LIBDIR}/CHANGELOG.md
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/Rakefile
${GEM_LIBDIR}/SECURITY.md
${GEM_LIBDIR}/lib/mini_portile2.rb
${GEM_LIBDIR}/lib/mini_portile2/mini_portile.rb
${GEM_LIBDIR}/lib/mini_portile2/mini_portile_cmake.rb
${GEM_LIBDIR}/lib/mini_portile2/version.rb
${GEM_LIBDIR}/mini_portile2.gemspec
${GEM_LIBDIR}/test/assets/git/config
${GEM_LIBDIR}/test/assets/gpg-fixtures/data
${GEM_LIBDIR}/test/assets/gpg-fixtures/data.asc
${GEM_LIBDIR}/test/assets/gpg-fixtures/data.invalid.asc
${GEM_LIBDIR}/test/assets/patch 1.diff
${GEM_LIBDIR}/test/assets/pkgconf/libxml2/libxml-2.0.pc
${GEM_LIBDIR}/test/assets/pkgconf/libxslt/libexslt.pc
${GEM_LIBDIR}/test/assets/pkgconf/libxslt/libxslt.pc
${GEM_LIBDIR}/test/assets/test mini portile-1.0.0/configure
${GEM_LIBDIR}/test/assets/test-cmake-1.0/CMakeLists.txt
${GEM_LIBDIR}/test/assets/test-cmake-1.0/hello.c
${GEM_LIBDIR}/test/assets/test-download-archive.tar.gz
${GEM_LIBDIR}/test/helper.rb
${GEM_LIBDIR}/test/test_activate.rb
${GEM_LIBDIR}/test/test_cmake.rb
${GEM_LIBDIR}/test/test_cook.rb
${GEM_LIBDIR}/test/test_digest.rb
${GEM_LIBDIR}/test/test_download.rb
${GEM_LIBDIR}/test/test_execute.rb
${GEM_LIBDIR}/test/test_mkmf_config.rb
${GEM_LIBDIR}/test/test_proxy.rb
${GEM_LIBDIR}/test/test_recipe.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec

CVSweb <webmaster@jp.NetBSD.org>