Port details |
- py-pgxnclient Command line tool to interact with the PostgreSQL Extension Network
- 1.3.2 databases
=1 Version of this port present on the latest quarterly branch. - Maintainer: lwhsu@FreeBSD.org
 - Port Added: 2013-02-01 15:07:33
- Last Update: 2022-07-20 14:21:07
- Commit Hash: d076ad9
- People watching this port, also watch:: json-c, sysinfo, python, miller
- Also Listed In: python
- License: BSD3CLAUSE
- Description:
- The PGXN Client is a command line tool designed to interact with the
PostgreSQL Extension Network allowing searching, compiling, installing,
and removing extensions in PostgreSQL databases.
WWW: https://pgxn.github.io/pgxnclient/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- pgxnclient>0:databases/py-pgxnclient
- To install the port:
- cd /usr/ports/databases/py-pgxnclient/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/py-pgxnclient
- pkg install pgxnclient
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pgxnclient
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1633506334
SHA256 (pgxnclient-1.3.2.tar.gz) = b0343e044b8d0044ff4be585ecce0147b1007db7ae8b12743bf222758a4ec7d9
SIZE (pgxnclient-1.3.2.tar.gz) = 86146
- 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:
-
- py39-pip>0 : devel/py-pip@py39
- py39-pytest-runner>=0 : devel/py-pytest-runner@py39
- py39-wheel>0 : devel/py-wheel@py39
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- databases_py-pgxnclient
- USES:
- python shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:21:07 1.3.2 |
Tobias C. Berner (tcberner)  |
databases: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* "Mahdi Mokhtari <mokhi64@gmail.com>"
* "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
* <hvo.pm@xs4all.nl>
* <jsmith@resonatingmedia.com>
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Snelson <Alan@Wave2.org> (Only the first 15 lines of the commit message are shown above ) |
06 Oct 2021 07:46:20 1.3.2 |
Li-Wen Hsu (lwhsu)  |
databases/py-pgxnclient: Update to 1.3.2 |
27 Jul 2021 13:41:17 1.3.1 |
Li-Wen Hsu (lwhsu)  |
databases/py-pgxnclient: Add missing BUILD_DEPENDS |
25 Jul 2021 23:39:36 1.3.1 |
Li-Wen Hsu (lwhsu)  |
databases/py-pgxnclient: Update to 1.3.1 |
06 Apr 2021 14:31:07 1.2.1_3 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
28 Dec 2020 23:02:15
1.2.1_3 |
antoine  |
Drop python 2.7 support from a few ports
With hat: portmgr |
10 Apr 2019 06:18:32
1.2.1_3 |
antoine  |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
26 Feb 2018 18:47:09
1.2.1_2 |
amdmi3  |
- Add LICENSE
- Fix shebangs
- Add NO_ARCH
Approved by: portmgr blanket |
30 Nov 2017 15:50:34
1.2.1_1  |
mat  |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
19 Oct 2014 08:50:18
1.2.1_1 |
mva  |
- Convert ports from databases/ and deskutils/ to new USES=python
Approved by: portmgr (implicit) |
21 Jun 2014 06:18:25
1.2.1_1 |
mva  |
- Remove easy_install dependency
- Bump PORTREVISION to enforce a cleanup for the easy_install references
With hat: python@
Approved by: portmgr (implicit) |
18 Nov 2013 16:21:31
1.2.1 |
lwhsu  |
- Support STAGEDIR |
22 Sep 2013 11:01:12
1.2.1 |
lwhsu  |
- Update to 1.2.1 |
20 Sep 2013 16:13:49
1.2 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases) |
01 Feb 2013 15:07:16
1.2 |
lwhsu  |
Add py-pgxnclient 1.2, command line tool to interact with the PostgreSQL
Extension Network. |