Path to this page:
./
devel/ruby-wisper,
Providing objects with Publish-Subscribe capabilities
Branch: CURRENT,
Version: 2.0.1nb1,
Package name: ruby31-wisper-2.0.1nb1,
Maintainer: pkgsrc-usersWisper
A micro library providing Ruby objects with Publish-Subscribe capabilities.
* Decouple core business logic from external concerns in Hexagonal style
architectures.
* Use as an alternative to ActiveRecord callbacks and Observers in Rails
apps.
* Connect objects based on context without permanence.
* React to events synchronously or asynchronously.
Note: Wisper was originally extracted from a Rails codebase but is not
dependant on Rails.
Required to run:[
shells/bash] [
misc/ruby-bundler] [
misc/ruby-pry] [
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 25.5 KB
Version history: (Expand)
- (2023-02-23) Updated to version: ruby31-wisper-2.0.1nb1
- (2021-10-07) Updated to version: ruby27-wisper-2.0.1
- (2020-01-19) Package added to pkgsrc.se, version ruby26-wisper-2.0.1 (created)
CVS history: (Expand)
2023-02-23 15:49:24 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Comment out dependency to misc/ruby-bundler
Since all ruby*-base contains bundler as default gem, no need to depend
on misc/ruby-bundler package.
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
archivers: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Could not be committed due to merge conflict:
devel/py-traitlets/distinfo
The following distfiles were unfetchable (note: some may be only fetched
conditionally):
./devel/pvs/distinfo pvs-3.2-solaris.tgz
./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-01-19 16:01:47 by Takahiro Kambe | Files touched by this commit (5) |
Log message:
devel/ruby-wisper: add version 2.0.1 package
Add ruby-wisper version 2.0.1 package.
Wisper
A micro library providing Ruby objects with Publish-Subscribe capabilities.
* Decouple core business logic from external concerns in Hexagonal style
architectures.
* Use as an alternative to ActiveRecord callbacks and Observers in Rails
apps.
* Connect objects based on context without permanence.
* React to events synchronously or asynchronously.
Note: Wisper was originally extracted from a Rails codebase but is not
dependant on Rails.
|