Port details |
- rubygem-native-package-installer Helper to install native packages on "gem install"
- 1.1.9 devel =3 1.1.9Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2017-04-28 05:42:41
- Last Update: 2023-12-25 09:01:54
- Commit Hash: f097cf3
- People watching this port, also watch:: libssh, p5-MIME-Tools, noto-tc, linux-c7-atk
- Also Listed In: rubygems
- License: LGPL3+
- WWW:
- https://github.com/ruby-gnome/native-package-installer
- Description:
- Users need to install native packages to install an extension library that
depends on native packages. It bores users because users need to install native
packages and an extension library separately. native-package-installer helps to
install native packages on "gem install". Users can install both native packages
and an extension library by one action, "gem install".
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-native-package-installer>0:devel/rubygem-native-package-installer
- To install the port:
- cd /usr/ports/devel/rubygem-native-package-installer/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/rubygem-native-package-installer
- pkg install rubygem-native-package-installer
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: rubygem-native-package-installer
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1703228038
SHA256 (rubygem/native-package-installer-1.1.9.gem) = fbb41b6b22750791a4304f0a0aeea3dd837668892117f49c4caf2e8e0f4e792f
SIZE (rubygem/native-package-installer-1.1.9.gem) = 24064
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Runtime dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby31 : lang/ruby31
- gem : devel/ruby-gems
-
- This port is required by:
- for Run
-
- databases/rubygem-red-arrow
- devel/rubygem-glib2
- graphics/rubygem-cairo
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-native-package-installer
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.1.9 25 Dec 2023 09:01:54 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-native-package-installer: Update to 1.1.9
Changes: https://github.com/ruby-gnome/native-package-installer/releases |
1.1.8 09 Jul 2023 10:25:32 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-native-package-installer: Update to 1.1.8
Changes: https://github.com/ruby-gnome/native-package-installer/releases |
1.1.5 14 Jan 2023 23:08:33 |
Muhammad Moinur Rahman (bofh) |
Mk/**ruby.mk: Switch from USE_RUBY=yes to USES=ruby
Switch from Mk/bsd.ruby.mk to Mk/Uses/ruby.mk
Notable changes are.
- Mk/bsd.ruby.mk is moved to Mk/Uses/ruby.mk.
- USE_RUBY=yes is replaced with USES=ruby.
- USE_RUBY_EXTCONF is replaced with USES=ruby:extconf.
- USE_RUBY_RDOC is replaced with USES=ruby:rdoc.
- USE_RUBY_SETUP is replaces with USES=ruby:setup.
- RUBY_NO_BUILD_DEPENDS and RUBY_NO_RUN_DEPENDS are replaced with
USES=ruby:{build,none,run}.
- RUBY_REQUIRE isn't used anywhere, so removed.
- USES=gem now implies USES=ruby.
This is mainly the work of yasu@ at https://reviews.freebsd.org/D27863
I have just made some cosmetic changes and ran exp-run to test that the
tree is not in a BROKEN state.
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D37925 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.1.5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.1.5 30 Jul 2022 19:25:39 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-native-package-installer: Update to 1.1.5
Changes: https://github.com/ruby-gnome/native-package-installer/blob/master/doc/text/news.md |
1.1.4 30 Mar 2022 22:21:32 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-native-package-installer: Update to 1.1.4
Changes: https://github.com/ruby-gnome/native-package-installer/blob/master/doc/text/news.md |
1.1.3 25 Jan 2022 19:51:01 |
Po-Chuan Hsieh (sunpoet) |
devel/rubygem-native-package-installer: Update to 1.1.3
Changes: https://github.com/ruby-gnome/native-package-installer/blob/master/doc/text/news.md |
1.1.1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.1 30 Jan 2021 12:34:29 |
sunpoet |
Update to 1.1.1
Changes: https://github.com/ruby-gnome/native-package-installer/blob/master/doc/text/news.md |
1.0.9 12 Dec 2019 13:48:23 |
sunpoet |
Update to 1.0.9
Changes: https://github.com/ruby-gnome/native-package-installer/blob/master/doc/text/news.md |
1.0.8 20 Oct 2019 17:18:04 |
sunpoet |
Update to 1.0.8
Changes: https://github.com/ruby-gnome/native-package-installer/blob/master/doc/text/news.md |
1.0.7 28 Sep 2019 20:03:37 |
sunpoet |
Update WWW |
1.0.7 25 Sep 2019 20:43:28 |
sunpoet |
Fix LICENSE_FILE |
1.0.7 17 Sep 2019 19:21:45 |
tobik |
Fix some misspelled or duplicated LICENSE_* |
1.0.7 11 Mar 2019 18:07:44 |
sunpoet |
Update to 1.0.7
Changes: https://github.com/ruby-gnome2/native-package-installer/blob/master/doc/text/news.md |
1.0.6 07 Dec 2017 16:00:49 |
sunpoet |
Update to 1.0.6
Changes: https://github.com/ruby-gnome2/native-package-installer/blob/master/doc/text/news.md |
1.0.5 12 Nov 2017 19:10:34 |
sunpoet |
Update to 1.0.5
Changes: https://github.com/ruby-gnome2/native-package-installer/blob/master/doc/text/news.md |
1.0.4 05 Jun 2017 14:49:51 |
sunpoet |
Update to 1.0.4
Changes: https://github.com/ruby-gnome2/native-package-installer/blob/master/doc/text/news.md |
1.0.3 31 May 2017 13:09:42 |
sunpoet |
Update to 1.0.3
Changes: https://github.com/ruby-gnome2/native-package-installer/blob/master/doc/text/news.md |
1.0.2 30 May 2017 15:21:14 |
sunpoet |
Update to 1.0.2
Changes: https://github.com/ruby-gnome2/native-package-installer/blob/master/doc/text/news.md |
1.0.1 03 May 2017 21:53:30 |
sunpoet |
Update to 1.0.1
Changes: https://github.com/ruby-gnome2/native-package-installer/blob/master/doc/text/news.md |
1.0.0_1 28 Apr 2017 20:24:44 |
sunpoet |
Add FreeBSD support (accepted and merged by upstream)
- Fix LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Update pkg-descr
- Update WWW
- Bump PORTREVISION for package change |
1.0.0 28 Apr 2017 05:42:34 |
miwi |
native-package-installer helps to install native packages
on "gem install".
WWW: https://rubygems.org/gems/native-package-installer/ |