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
Port details on branch 2024Q3
postgresql12-plpython Module for using Python to write SQL functions
12.20 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 12.20Version of this port present on the latest quarterly branch.
Maintainer: pgsql@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-09-25 12:15:08
Last Update: 2024-09-25 12:11:37
Commit Hash: 39b4d3e
Also Listed In: python
License: PostgreSQL
WWW:
https://www.postgresql.org/
Description:
PostgreSQL is a sophisticated Object-Relational DBMS, supporting almost all SQL constructs, including subselects, transactions, and user-defined types and functions. It is the most advanced open-source database available anywhere. Commercial Support is also available. The original Postgres code was the effort of many graduate students, undergraduate students, and staff programmers working under the direction of Professor Michael Stonebraker at the University of California, Berkeley. In 1995, Andrew Yu and Jolly Chen took on the task of converting the DBMS query language to SQL and created a new database system which came to known as Postgres95. Many others contributed to the porting, testing, debugging and enhancement of the Postgres95 code. As the code improved, and 1995 faded into memory, PostgreSQL was born. PostgreSQL development is presently being performed by a team of Internet developers who are now responsible for all current and future development. The development team coordinator is Marc G. Fournier (scrappy@PostgreSQL.ORG). Support is available from the PostgreSQL developer/user community through the support mailing list (questions@PostgreSQL.ORG). PostgreSQL is free and the complete source is available.
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 (54 items)
Collapse this list.
  1. /usr/local/share/licenses/postgresql12-plpython-12.20/catalog.mk
  2. /usr/local/share/licenses/postgresql12-plpython-12.20/LICENSE
  3. /usr/local/share/licenses/postgresql12-plpython-12.20/PostgreSQL
  4. include/postgresql/server/plpy_cursorobject.h
  5. include/postgresql/server/plpy_elog.h
  6. include/postgresql/server/plpy_exec.h
  7. include/postgresql/server/plpy_main.h
  8. include/postgresql/server/plpy_planobject.h
  9. include/postgresql/server/plpy_plpymodule.h
  10. include/postgresql/server/plpy_procedure.h
  11. include/postgresql/server/plpy_resultobject.h
  12. include/postgresql/server/plpy_spi.h
  13. include/postgresql/server/plpy_subxactobject.h
  14. include/postgresql/server/plpy_typeio.h
  15. include/postgresql/server/plpy_util.h
  16. include/postgresql/server/plpython.h
  17. include/postgresql/server/plpython_system.h
  18. lib/postgresql/pgxs/src/pl/plpython/regress-python3-mangle.mk
  19. share/doc/postgresql/README-plpython
  20. @comment lib/postgresql/plpython2.so
  21. lib/postgresql/plpython3.so
  22. @comment share/postgresql/extension/plpython2u--1.0.sql
  23. @comment share/postgresql/extension/plpython2u--unpackaged--1.0.sql
  24. @comment share/postgresql/extension/plpython2u.control
  25. share/postgresql/extension/plpython3u--1.0.sql
  26. share/postgresql/extension/plpython3u--unpackaged--1.0.sql
  27. share/postgresql/extension/plpython3u.control
  28. @comment share/postgresql/extension/plpythonu--1.0.sql
  29. @comment share/postgresql/extension/plpythonu--unpackaged--1.0.sql
  30. @comment share/postgresql/extension/plpythonu.control
  31. lib/postgresql/hstore_plpython3.so
  32. lib/postgresql/jsonb_plpython3.so
  33. lib/postgresql/ltree_plpython3.so
  34. share/postgresql/extension/hstore_plpython2u--1.0.sql
  35. share/postgresql/extension/hstore_plpython2u.control
  36. share/postgresql/extension/hstore_plpython3u--1.0.sql
  37. share/postgresql/extension/hstore_plpython3u.control
  38. share/postgresql/extension/hstore_plpythonu--1.0.sql
  39. share/postgresql/extension/hstore_plpythonu.control
  40. share/postgresql/extension/jsonb_plpython2u--1.0.sql
  41. share/postgresql/extension/jsonb_plpython2u.control
  42. share/postgresql/extension/jsonb_plpython3u--1.0.sql
  43. share/postgresql/extension/jsonb_plpython3u.control
  44. share/postgresql/extension/jsonb_plpythonu--1.0.sql
  45. share/postgresql/extension/jsonb_plpythonu.control
  46. share/postgresql/extension/ltree_plpython2u--1.0.sql
  47. share/postgresql/extension/ltree_plpython2u.control
  48. share/postgresql/extension/ltree_plpython3u--1.0.sql
  49. share/postgresql/extension/ltree_plpython3u.control
  50. share/postgresql/extension/ltree_plpythonu--1.0.sql
  51. share/postgresql/extension/ltree_plpythonu.control
  52. @owner
  53. @group
  54. @mode
Collapse this list.
Dependency lines:
  • postgresql12-plpython>0:databases/postgresql12-plpython
Conflicts:
CONFLICTS:
  • postgresql1[^2]*
To install the port:
cd /usr/ports/databases/postgresql12-plpython/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/postgresql12-plpython
  • pkg install postgresql12-plpython
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: postgresql12-plpython
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1722892656 SHA256 (postgresql/postgresql-12.20.tar.bz2) = 2d543af3009fec7fd5af35f7a70c95085d3eef6b508e517aa9493e99b15e9ea9 SIZE (postgresql/postgresql-12.20.tar.bz2) = 21256573

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: pkg-fallout
Master port: databases/postgresql12-server
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. postgres : databases/postgresql12-server
  2. python3.11 : lang/python311
  3. gmake>=4.4.1 : devel/gmake
Test dependencies:
  1. python3.11 : lang/python311
Runtime dependencies:
  1. postgres : databases/postgresql12-server
  2. python3.11 : lang/python311
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
databases_postgresql12-plpython
USES:
pgsql:12 python tar:bzip2 cpe gmake
pkg-message:
For install:
PL/Python has been installed. Check the createlang(l) manpage for more info. You can install PL/Python by using "createlang plpythonu" (it exists as an untrusted language only).
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://ftp.postgresql.org/pub/source/v12.20/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
This is a slave port. You may also want to view the commits to the master port: databases/postgresql12-server
CommitCreditsLog message
12.20
25 Sep 2024 12:11:37
commit hash: 39b4d3ef50b6a7a093fe792abee9c2b416fd7339commit hash: 39b4d3ef50b6a7a093fe792abee9c2b416fd7339commit hash: 39b4d3ef50b6a7a093fe792abee9c2b416fd7339commit hash: 39b4d3ef50b6a7a093fe792abee9c2b416fd7339 files touched by this commit
Torsten Zuehlsdorff (tz) search for other commits by this committer
Author: Palle Girgensohn
databases/postgresql??-*: Update to latest minor versions

The PostgreSQL Global Development Group has released an update to all
supported versions of PostgreSQL, including 16.4, 15.8, 14.13, 13.16,
and 12.20. This release fixes 1 security vulnerability and over 55 bugs
reported over the last several months.

PR:	279671 - make the rc script service jails aware
PR:	279536 - remove LLVM max version restriction
PR:	278887 - SETENV -> SETENVI for -contrib ports

Release notes:	https://www.postgresql.org/docs/release/

(cherry picked from commit b4e71c8402d027a49eeddb5b585b591019654bb8)

Number of commits found: 1