Port details |
- erlang-epgsql Erlang PostgreSQL Database Client
- 4.1.0 databases
=1 4.1.0Version of this port present on the latest quarterly branch.
- Maintainer: erlang@FreeBSD.org
- Port Added: 2015-06-27 12:54:31
- Last Update: 2022-06-28 06:32:30
- Commit Hash: ab4964e
- People watching this port, also watch:: xrdp, fsharp, guacamole-client, treeline
- License: BSD3CLAUSE
- WWW:
- https://github.com/wg/epgsql
- Description:
- A PostgreSQL client library written in Erlang.
WWW: https://github.com/wg/epgsql
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- erlang-epgsql>0:databases/erlang-epgsql
- No installation instructions:
- This port has been deleted.
- PKGNAME: erlang-epgsql
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1530990701
SHA256 (epgsql-epgsql-4.1.0_GH0.tar.gz) = f6e01b26367846d2bca1c7f24205ed548bb2a5e97d0d06f7a66af4abad981970
SIZE (epgsql-epgsql-4.1.0_GH0.tar.gz) = 80293
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:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- erl : lang/erlang
- rebar3>=0 : devel/rebar3
- Runtime dependencies:
-
- erl : lang/erlang
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for erlang-epgsql-4.1.0:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- databases_erlang-epgsql
- USES:
- erlang:rebar3
- 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 |
4.1.0 28 Jun 2022 06:32:30 |
Dave Cottlehuber (dch) |
*/*: 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 ) |
4.1.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.1.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.1.0 10 Sep 2018 13:14:52 |
mat |
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 |
4.1.0 07 Jul 2018 19:15:16 |
olgeni |
Update databases/erlang-epgsql to version 4.1.0. |
3.4.0 08 Jun 2018 13:43:26 |
olgeni |
Transfer more Erlang ports to erlang@. |
3.4.0 11 Oct 2017 12:38:49 |
olgeni |
Update databases/erlang-epgsql to version 3.4.0. |
3.3.0 16 Jan 2017 16:21:03 |
olgeni |
Update databases/erlang-epgsql to version 3.3.0. |
3.2.0 04 May 2016 12:29:10 |
olgeni |
Update databases/erlang-epgsql to version 3.2.0. |
3.1.1 08 Jan 2016 13:51:10 |
olgeni |
Upgrade databases/erlang-epgsql to version 3.1.1. |
3.1.0_2 06 Jul 2015 22:27:18 |
olgeni |
Update most of the Erlang ports to use erlang.mk.
These do not require a PORTREVISION bump. |
3.1.0_2 27 Jun 2015 12:54:12 |
olgeni |
Sorting out some Erlang stuff:
- Rename a few Erlang-related ports using the erlang- prefix; it will avoid
confusion with elixir- ports.
- Remove DOCS and EXAMPLES where not actually useful.
- Simplify RUN_DEPENDS where possible.
- Move textproc/exmpp to devel/erlang-exmpp.
- Add missing R18 compatibility fix for devel/erlang-oserl.
- Upgrade erlang-cuttlefish to 2.0.3.
The idea is that libraries ("deps") have the "erlang-" prefix, while larger
projects (rabbitmq, yaws, couchdb, etc) keep their usual names. |