Files

55 lines
1.9 KiB
Tcl
Raw Permalink Normal View History

2018-05-30 21:07:48 +03:00
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
PortSystem 1.0
2023-09-16 11:36:56 -04:00
PortGroup deprecated 1.0
# EOL 2023-11-09
deprecated.upstream_support no
2018-05-30 21:07:48 +03:00
name postgresql11-doc
2021-06-19 20:21:48 +03:00
conflicts postgresql96-doc postgresql10-doc postgresql12-doc \
postgresql13-doc postgresql14-doc
2026-03-01 17:11:48 +01:00
version 11.22
2018-05-30 21:07:48 +03:00
categories databases
2023-12-06 01:46:00 +11:00
platforms any
supported_archs noarch
maintainers {jwa @jyrkiwahlstedt}
2018-05-30 21:07:48 +03:00
license Permissive
2023-12-06 01:46:00 +11:00
description Documentation for the PostgreSQL database version 11
2018-05-30 21:07:48 +03:00
long_description PostgreSQL is Object-Relational Database Management System.\
It supports almost all SQL constructs, including transactions, \
subselects, and user-defined types and functions. Write-ahead \
logging means increased performance while retaining data \
integrity. This is the documentation.
homepage https://www.postgresql.org/
master_sites postgresql:source/v${version}
distname postgresql-${version}
set rname postgresql11
2026-03-01 17:11:48 +01:00
checksums rmd160 ff0515cb0d1681e78e2498b74caf04ac97a5b41a \
sha256 2cb7c97d7a0d7278851bbc9c61f467b69c094c72b81740b751108e7892ebe1f0 \
size 20482994
2018-05-30 21:07:48 +03:00
use_bzip2 yes
dist_subdir ${rname}
set libdir ${prefix}/lib/${rname}
configure.args --mandir=${prefix}/share/man \
--without-openssl \
--without-readline \
--without-zlib
build.dir ${worksrcpath}/doc
build.type gnu
build.target
destroot.dir ${build.dir}
post-destroot {
file rename ${destroot}${prefix}/share/doc/postgresql \
${destroot}${prefix}/share/doc/${rname}
}
livecheck.type none