notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
elixir-db_connection Database connection behaviour for Elixir
1.1.3 databases Deleted on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.1.3Version of this port present on the latest quarterly branch.
Maintainer: erlang@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2016-01-22 23:22:54
Last Update: 2022-06-28 06:32:30
Commit Hash: ab4964e
License: APACHE20
WWW:
https://github.com/fishcakez/db_connection
Description:
Database connection behaviour and database connection pool designed for handling transaction, prepare/execute and client process prepare/encode/decode. WWW: https://github.com/fishcakez/db_connection
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (61 items)
Collapse this list.
  1. /usr/local/share/licenses/elixir-db_connection-1.1.3/catalog.mk
  2. /usr/local/share/licenses/elixir-db_connection-1.1.3/LICENSE
  3. /usr/local/share/licenses/elixir-db_connection-1.1.3/APACHE20
  4. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.App.beam
  5. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Backoff.beam
  6. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Connection.beam
  7. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.ConnectionError.beam
  8. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.LogEntry.beam
  9. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Ownership.Manager.beam
  10. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Ownership.Pool.beam
  11. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Ownership.PoolSupervisor.beam
  12. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Ownership.Proxy.beam
  13. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Ownership.ProxySupervisor.beam
  14. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Ownership.beam
  15. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.OwnershipError.beam
  16. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Pool.beam
  17. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Poolboy.Worker.beam
  18. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Poolboy.beam
  19. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.PrepareStream.beam
  20. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Query.beam
  21. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.Broker.beam
  22. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.Pool.beam
  23. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.Regulator.beam
  24. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.Starter.beam
  25. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.Supervisor.beam
  26. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Sojourn.beam
  27. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.SojournError.beam
  28. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Stream.beam
  29. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Task.beam
  30. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.Watcher.beam
  31. lib/elixir/lib/db_connection/ebin/Elixir.DBConnection.beam
  32. lib/elixir/lib/db_connection/ebin/Elixir.Enumerable.DBConnection.PrepareStream.beam
  33. lib/elixir/lib/db_connection/ebin/Elixir.Enumerable.DBConnection.Stream.beam
  34. lib/elixir/lib/db_connection/ebin/db_connection.app
  35. lib/elixir/lib/db_connection/lib/db_connection.ex
  36. lib/elixir/lib/db_connection/lib/db_connection/app.ex
  37. lib/elixir/lib/db_connection/lib/db_connection/backoff.ex
  38. lib/elixir/lib/db_connection/lib/db_connection/connection.ex
  39. lib/elixir/lib/db_connection/lib/db_connection/log_entry.ex
  40. lib/elixir/lib/db_connection/lib/db_connection/ownership.ex
  41. lib/elixir/lib/db_connection/lib/db_connection/ownership/manager.ex
  42. lib/elixir/lib/db_connection/lib/db_connection/ownership/pool.ex
  43. lib/elixir/lib/db_connection/lib/db_connection/ownership/pool_supervisor.ex
  44. lib/elixir/lib/db_connection/lib/db_connection/ownership/proxy.ex
  45. lib/elixir/lib/db_connection/lib/db_connection/ownership/proxy_supervisor.ex
  46. lib/elixir/lib/db_connection/lib/db_connection/pool.ex
  47. lib/elixir/lib/db_connection/lib/db_connection/poolboy.ex
  48. lib/elixir/lib/db_connection/lib/db_connection/poolboy/worker.ex
  49. lib/elixir/lib/db_connection/lib/db_connection/query.ex
  50. lib/elixir/lib/db_connection/lib/db_connection/sojourn.ex
  51. lib/elixir/lib/db_connection/lib/db_connection/sojourn/broker.ex
  52. lib/elixir/lib/db_connection/lib/db_connection/sojourn/pool.ex
  53. lib/elixir/lib/db_connection/lib/db_connection/sojourn/regulator.ex
  54. lib/elixir/lib/db_connection/lib/db_connection/sojourn/starter.ex
  55. lib/elixir/lib/db_connection/lib/db_connection/sojourn/supervisor.ex
  56. lib/elixir/lib/db_connection/lib/db_connection/task.ex
  57. lib/elixir/lib/db_connection/lib/db_connection/watcher.ex
  58. share/doc/db_connection/README.md
  59. @owner
  60. @group
  61. @mode
Collapse this list.
Dependency lines:
  • elixir-db_connection>0:databases/elixir-db_connection
No installation instructions:
This port has been deleted.
PKGNAME: elixir-db_connection
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1515972502 SHA256 (elixir-ecto-db_connection-v1.1.3_GH0.tar.gz) = f45efef157ea73b0d092ffc1ba92b4956969bbcc189c976a1832de6a3ce5864f SIZE (elixir-ecto-db_connection-v1.1.3_GH0.tar.gz) = 45313

No package information for this port in our database
Sometimes this happens. Not all ports have packages.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. elixir : lang/elixir
  2. elixir-connection>=0 : devel/elixir-connection
  3. erlang-backoff>=0 : devel/erlang-backoff
Runtime dependencies:
  1. elixir : lang/elixir
  2. elixir-connection>=0 : devel/elixir-connection
  3. erlang-backoff>=0 : devel/erlang-backoff
NOTE: dependencies for deleted ports are notoriously suspect
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. databases/elixir-mariaex*
  2. databases/elixir-postgrex*
  3. Collapse this list of deleted ports.
for Run

Deleted ports which required this port:

Expand this list of 2 deleted ports
  1. databases/elixir-mariaex*
  2. databases/elixir-postgrex*
  3. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for elixir-db_connection-1.1.3: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
databases_elixir-db_connection
USES:
elixir
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/elixir-ecto/db_connection/tar.gz/v1.1.3?dummy=/
Collapse this list.
Port Moves
  • port deleted on 2022-06-08
    REASON: Remove expired ports. Use mix or rebar3 build tools instead

Number of commits found: 19

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.1.3
28 Jun 2022 06:32:30
commit hash: ab4964e6d96e9d3ac2c75c414dee85bf625a06facommit hash: ab4964e6d96e9d3ac2c75c414dee85bf625a06facommit hash: ab4964e6d96e9d3ac2c75c414dee85bf625a06facommit hash: ab4964e6d96e9d3ac2c75c414dee85bf625a06fa files touched by this commit
Dave Cottlehuber (dch) search for other commits by this committer
*/*: Remove expired erlang and elixir ports

The rebar, rebar3 and mix tools are now more than a decade old, and are
the preferred ways to fetch and install specific erlang and elixir
modules, aside from core compilers, documentation, and custom build
tools.

See UPDATING and MOVED for details.

https://www.freebsd.org/status/report-2021-07-2021-09/#_freebsd_erlang_ecosystem_ports_update

archivers/erlang-snappy
converters/erlang-base64url
databases/elixir-calecto
databases/elixir-db_connection
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.1.3
07 Apr 2021 08:09:01
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455ccommit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
1.1.3
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.1.3
10 Sep 2018 13:14:52
Revision:479406Original commit files touched by this commit
mat search for other commits by this committer
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
1.1.3
08 Jun 2018 13:43:26
Revision:472000Original commit files touched by this commit
olgeni search for other commits by this committer
Transfer more Erlang ports to erlang@.
1.1.3
14 Jan 2018 23:43:30
Revision:459015Original commit files touched by this commit
olgeni search for other commits by this committer
Update databases/elixir-db_connection to version 1.1.3.
1.1.2
10 Mar 2017 13:19:08
Revision:435829Original commit files touched by this commit
olgeni search for other commits by this committer
Update databases/elixir-db_connection to version 1.1.2.
1.1.1
20 Feb 2017 21:21:20
Revision:434490Original commit files touched by this commit
olgeni search for other commits by this committer
Update databases/elixir-db_connection to version 1.1.1.
1.1.0
10 Nov 2016 11:34:55
Revision:425843Original commit files touched by this commit
olgeni search for other commits by this committer
Update databases/elixir-db_connection to version 1.1.0.
1.0.0
12 Oct 2016 10:05:57
Revision:423839Original commit files touched by this commit
olgeni search for other commits by this committer
Update databases/elixir-db_connection to version 1.0.0.
1.0.0.r.5
19 Aug 2016 08:45:49
Revision:420449Original commit files touched by this commit
olgeni search for other commits by this committer
Update databases/elixir-db_connection to version 1.0.0.r.5.
1.0.0.r.4
30 Jul 2016 16:12:04
Revision:419325Original commit files touched by this commit
olgeni search for other commits by this committer
Update databases/elixir-db_connection to version 1.0.0.r.4.
1.0.0.r.3
11 Jul 2016 10:48:08
Revision:418365Original commit files touched by this commit
olgeni search for other commits by this committer
Update databases/elixir-db_connection to version 1.0.0.r.3.
0.2.5
01 Apr 2016 05:44:37
Revision:412316Original commit files touched by this commit
olgeni search for other commits by this committer
Update databases/elixir-db_connection to version 0.2.5.
0.2.4
25 Feb 2016 20:24:19
Revision:409555Original commit files touched by this commit
olgeni search for other commits by this committer
Update databases/elixir-db_connection to version 0.2.4.
0.2.3
31 Jan 2016 15:38:30
Revision:407649Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade databases/elixir-db_connection to version 0.2.3.
0.2.2
28 Jan 2016 08:57:20
Revision:407402Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade databases/elixir-db_connection to version 0.2.2.
0.2.1
24 Jan 2016 13:56:45
Revision:407124Original commit files touched by this commit
olgeni search for other commits by this committer
Upgrade databases/elixir-db_connection to version 0.2.1.
0.2.0
22 Jan 2016 23:22:43
Revision:406953Original commit files touched by this commit
olgeni search for other commits by this committer
Add databases/elixir-db_connection, a database connection behaviour for Elixir.

Number of commits found: 19