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) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
py-pgspecial Meta-commands handler for Postgres Database
2.1.1 databases 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 2.1.1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2015-11-26 01:00:14
Last Update: 2023-11-02 07:37:23
Commit Hash: 624a47c
Also Listed In: python
License: BSD3CLAUSE
WWW:
https://github.com/dbcli/pgspecial
Description:
This package provides an API to execute meta-commands (AKA "special", or "backslash commands") on PostgreSQL.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
There is no configure plist information for this port.
Dependency lines:
  • ${PYTHON_PKGNAMEPREFIX}pgspecial>0:databases/py-pgspecial@${PY_FLAVOR}
To install the port:
cd /usr/ports/databases/py-pgspecial/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/py-pgspecial
  • pkg install py39-pgspecial
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
NOTE: This is a Python port. Instead of py39-pgspecial listed in the above command, you can pick from the names under the Packages section.
PKGNAME: py39-pgspecial
Package flavors (<flavor>: <package>)
  • py39: py39-pgspecial
distinfo:
TIMESTAMP = 1698848728 SHA256 (pgspecial-2.1.1.tar.gz) = a38239cd961fac33ce6da35c466d758acb6f942901598d7df74e5b82fe6f5636 SIZE (pgspecial-2.1.1.tar.gz) = 51017

Packages (timestamps in pop-ups are UTC):
py37-pgspecial
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest--1.11.10---1.11.10-
FreeBSD:13:quarterly--------
FreeBSD:14:latest--------
FreeBSD:14:quarterly--------
FreeBSD:15:latest--n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
 

py39-pgspecial
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest2.1.12.1.1-2.1.12.1.1---
FreeBSD:13:quarterly2.1.12.1.12.1.02.1.12.1.12.1.12.1.12.1.1
FreeBSD:14:latest2.1.12.1.12.0.12.1.12.1.12.1.0-2.1.0
FreeBSD:14:quarterly2.1.12.1.1-2.1.12.1.12.1.12.1.12.1.1
FreeBSD:15:latest2.1.12.1.1n/a2.1.1n/a2.1.12.1.12.1.1
FreeBSD:15:quarterly--n/a-n/a---
 

Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. py39-setuptools>=0 : devel/py-setuptools@py39
  2. py39-wheel>=0 : devel/py-wheel@py39
  3. python3.9 : lang/python39
  4. py39-build>=0 : devel/py-build@py39
  5. py39-installer>=0 : devel/py-installer@py39
Test dependencies:
  1. python3.9 : lang/python39
Runtime dependencies:
  1. py39-click>=4.1 : devel/py-click@py39
  2. py39-psycopg>=3.0.10 : databases/py-psycopg@py39
  3. py39-sqlparse>=0.1.19 : databases/py-sqlparse@py39
  4. python3.9 : lang/python39
This port is required by:
for Run
  1. databases/py-pgcli

Configuration Options:
No options to configure
Options name:
databases_py-pgspecial
USES:
python
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (2 items)
Collapse this list.
  1. https://files.pythonhosted.org/packages/source/p/pgspecial/
  2. https://pypi.org/packages/source/p/pgspecial/
Collapse this list.

Number of commits found: 36

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.1.1
02 Nov 2023 07:37:23
commit hash: 624a47c55df6b22f72cb9ba1537e01677702a09acommit hash: 624a47c55df6b22f72cb9ba1537e01677702a09acommit hash: 624a47c55df6b22f72cb9ba1537e01677702a09acommit hash: 624a47c55df6b22f72cb9ba1537e01677702a09a files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pgspecial: Update to 2.1.1

- Convert to USE_PYTHON=pep517

Changes:	https://github.com/dbcli/pgspecial/blob/main/changelog.rst
2.1.0
27 Jun 2023 19:34:34
commit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacbcommit hash: 3d9a815d9c5acbb71f4bb07738bdeab4879feacb files touched by this commit
Rene Ladan (rene) search for other commits by this committer
all: remove explicit versions in USES=python for "3.x+"

The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
2.1.0
09 Apr 2023 13:36:43
commit hash: d1cbb672c19b7d4a38f405d044249ada917bdd85commit hash: d1cbb672c19b7d4a38f405d044249ada917bdd85commit hash: d1cbb672c19b7d4a38f405d044249ada917bdd85commit hash: d1cbb672c19b7d4a38f405d044249ada917bdd85 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pgspecial: Update to 2.1.0

Changes:	https://github.com/dbcli/pgspecial/blob/main/changelog.rst
2.0.1
11 Jan 2023 15:58:34
commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656commit hash: 77d68471aded6907dbbcb5ef50d557e4c69db656 files touched by this commit
Dmitry Marakasov (amdmi3) search for other commits by this committer
*/*: rename CHEESESHOP to PYPI in MASTER_SITES

PR:			267994
Differential revision:	D37518
Approved by:		bapt
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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)
2.0.1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
2.0.1
20 Jul 2022 14:21:07
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
2.0.1
21 Jun 2022 16:32:52
commit hash: 710717a67407b66499d991301abe6bbe63890a17commit hash: 710717a67407b66499d991301abe6bbe63890a17commit hash: 710717a67407b66499d991301abe6bbe63890a17commit hash: 710717a67407b66499d991301abe6bbe63890a17 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pgspecial: Update to 2.0.1

Changes:	https://github.com/dbcli/pgspecial/blob/main/changelog.rst
2.0.0
16 Jun 2022 13:59:33
commit hash: c289b0ea6eb73a1505b21763dcaa36c6c8a03585commit hash: c289b0ea6eb73a1505b21763dcaa36c6c8a03585commit hash: c289b0ea6eb73a1505b21763dcaa36c6c8a03585commit hash: c289b0ea6eb73a1505b21763dcaa36c6c8a03585 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pgspecial: Update to 2.0.0

Changes:	https://github.com/dbcli/pgspecial/blob/main/changelog.rst
1.13.1
25 Mar 2022 13:36:50
commit hash: 54c5bf0de316c6c18132b1d9959692279665a96ccommit hash: 54c5bf0de316c6c18132b1d9959692279665a96ccommit hash: 54c5bf0de316c6c18132b1d9959692279665a96ccommit hash: 54c5bf0de316c6c18132b1d9959692279665a96c files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pgspecial: Update to 1.13.1

Changes:	https://github.com/dbcli/pgspecial/blob/main/changelog.rst
1.13.0
26 May 2021 12:54:50
commit hash: 871caa226027735037a7ef016685283f41482f2fcommit hash: 871caa226027735037a7ef016685283f41482f2fcommit hash: 871caa226027735037a7ef016685283f41482f2fcommit hash: 871caa226027735037a7ef016685283f41482f2f files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pgspecial: Update to 1.13.0

Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
1.12.1
11 May 2021 21:47:04
commit hash: 07bd62df77712f30200d4e26918341c0b2d7071dcommit hash: 07bd62df77712f30200d4e26918341c0b2d7071dcommit hash: 07bd62df77712f30200d4e26918341c0b2d7071dcommit hash: 07bd62df77712f30200d4e26918341c0b2d7071d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/py-pgspecial: Update to 1.12.1

Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
1.11.10
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.11.10
10 Oct 2020 17:55:27
Revision:551945Original commit files touched by this commit
sunpoet search for other commits by this committer
Update USES=python for py-sqlparse 0.4.0 update
1.11.10
26 Apr 2020 11:57:37
Revision:533031Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.11.10

Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
1.11.9
12 Dec 2019 13:45:31
Revision:519892Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.11.9

Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
1.11.8
08 Dec 2019 17:01:05
Revision:519390Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.11.8

Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
1.11.7
03 Sep 2019 19:08:56
Revision:510981Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.11.7

Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
1.11.6
31 Aug 2019 11:20:56
Revision:510373Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.11.6

Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
1.11.5
01 Jan 2019 20:35:16
Revision:488988Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.11.5

Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
1.11.4
28 Nov 2018 19:17:47
Revision:486106Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.11.4

Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
1.11.3
20 Nov 2018 17:46:49
Revision:485443Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.11.3

Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
1.11.2
29 Jul 2018 19:15:20
Revision:475731Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.11.2

Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
1.11.0
20 Jun 2018 17:05:44
Revision:472884Original commit files touched by this commit
mat search for other commits by this committer
Use PY_FLAVOR for dependencies.

FLAVOR is the current port's flavor, it should not be used outside of
this scope.

Sponsored by:	Absolight
1.11.0
22 May 2018 17:47:49
Revision:470633Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.11.0

Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
1.10.0
25 Apr 2018 16:42:38
Revision:468282Original commit files touched by this commit
amdmi3 search for other commits by this committer
Switch all pypi.python.org WWWs to a new PyPi home pypi.org where
they now redirect to anyway. All new urls checked to return 200,
I've fixed a couple of them in the process.

Approved by:	portmgr blanket, mat
1.10.0
03 Mar 2018 16:30:34
Revision:463501Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.10.0

Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
1.9.0
30 Nov 2017 15:50:34
Revision:455210Original commit files touched by this commit Sanity Test Failure
mat search for other commits by this committer
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 View all of this commit message)
1.9.0
28 Oct 2017 17:32:42
Revision:453065Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.9.0

Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
1.8.0
07 May 2017 21:26:40
Revision:440373Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.8.0

Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
1.7.0
21 Dec 2016 20:46:44
Revision:429121Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.7.0

Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
1.6.0
05 Nov 2016 18:01:01
Revision:425412Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.6.0

Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
Differential Revision:	https://reviews.freebsd.org/D8414
1.3.0
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
1.3.0
25 Mar 2016 20:02:30
Revision:411886Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.3.0

Changes:	https://github.com/dbcli/pgspecial/blob/master/changelog.rst
1.2.0
02 Feb 2016 22:44:51
Revision:407860Original commit files touched by this commit
sunpoet search for other commits by this committer
- Allow concurrent installation (USE_PYTHON=concurrent)
1.2.0
26 Nov 2015 01:00:04
Revision:402416Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add py-pgspecial 1.2.0

This package provides an API to execute meta-commands (AKA "special", or
"backslash commands") on PostgreSQL.

WWW: https://pypi.python.org/pypi/pgspecial
WWW: https://github.com/dbcli/pgspecial

Number of commits found: 36