Port details |
- rubygem-aws-sdk-core3131 AWS SDK for Ruby - Core
- 3.131.6 devel
=0 3.131.6Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - Port Added: 2022-09-04 03:55:01
- Last Update: 2022-12-30 09:04:03
- Commit Hash: c32db74
- Also Listed In: rubygems
- License: APACHE20
- WWW:
- https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-core
- Description:
- Provides API clients for AWS. This gem is part of the official AWS SDK for
Ruby.
See also: https://github.com/aws/aws-sdk-ruby
¦ ¦ ¦ ¦ ![SVNWeb - no subversion history for this port SVNWeb - no subversion history for this port](/images/subversion-greyed.png)
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- rubygem-aws-sdk-core3131>0:devel/rubygem-aws-sdk-core3131
- No installation instructions:
- This port has been deleted.
- PKGNAME: rubygem-aws-sdk-core3131
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1660576866
SHA256 (rubygem/aws-sdk-core-3.131.6.gem) = f3d235a9d9b32eca571c419f878270135a7bd2530cdedb2d9cde4955e8e7a6ff
SIZE (rubygem/aws-sdk-core-3.131.6.gem) = 313344
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
![pkg-fallout pkg-fallout](/images/fallout.svg)
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Runtime dependencies:
-
- rubygem-aws-eventstream>=1.0.2<2 : devel/rubygem-aws-eventstream
- rubygem-aws-partitions>=1.525.0<2 : devel/rubygem-aws-partitions
- rubygem-aws-sigv4>=1.1<2 : devel/rubygem-aws-sigv4
- rubygem-jmespath>=1.6.1<2 : devel/rubygem-jmespath
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
- Patch dependencies:
-
- ruby30 : lang/ruby30
- gem : devel/ruby-gems
-
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_rubygem-aws-sdk-core3131
- USES:
- gem
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 4
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.131.6 30 Dec 2022 09:04:03
![commit hash: c32db7489379aad0d6d1bcc8f6c9b68c2c4251ab commit hash: c32db7489379aad0d6d1bcc8f6c9b68c2c4251ab](/images/git.png) ![commit hash: c32db7489379aad0d6d1bcc8f6c9b68c2c4251ab commit hash: c32db7489379aad0d6d1bcc8f6c9b68c2c4251ab](/images/codeberg.svg) ![commit hash: c32db7489379aad0d6d1bcc8f6c9b68c2c4251ab commit hash: c32db7489379aad0d6d1bcc8f6c9b68c2c4251ab](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/devel/rubygem-aws-sdk-core3131: Remove obsoleted port
Use devel/rubygem-aws-sdk-core instead. |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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) |
3.131.6 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 ) |
3.131.6 04 Sep 2022 03:42:25
![commit hash: 26077cb03e7e84e17b411d5aff894dd70db2cc32 commit hash: 26077cb03e7e84e17b411d5aff894dd70db2cc32](/images/git.png) ![commit hash: 26077cb03e7e84e17b411d5aff894dd70db2cc32 commit hash: 26077cb03e7e84e17b411d5aff894dd70db2cc32](/images/codeberg.svg) ![commit hash: 26077cb03e7e84e17b411d5aff894dd70db2cc32 commit hash: 26077cb03e7e84e17b411d5aff894dd70db2cc32](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Po-Chuan Hsieh (sunpoet) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
devel/rubygem-aws-sdk-core3131: Add rubygem-aws-sdk-core3131 3.131.6 (copied
from rubygem-aws-sdk-core)
- Add PORTSCOUT |
Number of commits found: 4
|