Port details |
- pguri URI datatype for PostgreSQL
- 1.20151224_2 databases
=0 1.20151224_2Version of this port present on the latest quarterly branch. - Maintainer: tz@FreeBSD.org
 - Port Added: 2016-02-29 11:00:34
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- License: not specified in port
- Description:
- URI datatype for PostgreSQL
WWW: https://github.com/petere/pguri
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/databases/pguri/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/pguri
- pkg install pguri
- PKGNAME: pguri
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (petere-pguri-1.20151224_GH0.tar.gz) = 259dd485e901b2363342eacbc2b867783cc0da0f12d4bddc1040d0a46fe58c1b
SIZE (petere-pguri-1.20151224_GH0.tar.gz) = 9345
- 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:
-
- uriparser>=0.8.0 : net/uriparser
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- as : devel/binutils
- Runtime dependencies:
-
- uriparser>=0.8.0 : net/uriparser
- Library dependencies:
-
- libpq.so.5 : databases/postgresql12-client
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- databases_pguri
- USES:
- gmake pgsql pkgconfig
- pkg-message:
- For install:
- In order to use the extension within database execute the following command:
CREATE EXTENSION uri;
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 1.20151224_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
13 Aug 2019 16:01:59
1.20151224_2 
|
mat  |
Convert to UCL & cleanup pkg-message (categories d) |
26 Jul 2019 20:46:57
1.20151224_2
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
12 Dec 2018 01:35:36
1.20151224_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
24 Jun 2018 00:54:27
1.20151224
|
linimon  |
Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:
cc: error: invalid linker name in argument '-fuse-ld=bfd'
Neither emaste nor I can figure out exactly where the offending stanza is
coming in. It will take someone with more knowledge of gmake debug flags,
and possibly the src build infrastructure, to figure it out.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
10 Jun 2016 09:08:02
1.20151224
|
tz  |
Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.org
Approved by: junovitch (mentor) |
01 Apr 2016 14:00:57
1.20151224
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
29 Feb 2016 11:00:06
1.20151224
|
rakuco  |
New port: databases/pguri.
URI datatype for PostgreSQL
WWW: https://github.com/petere/pguri
PR: 203949
Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de> |