mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 3.4.3
- Pass maintainership to submitter - Update MASTERSITE and www - Strip library PR: 203769 Submitted by: ports@toco-domains.de
This commit is contained in:
parent
b5f88e3da9
commit
2d122a28f9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401653
4 changed files with 51 additions and 14 deletions
|
@ -2,30 +2,39 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pgpool
|
||||
PORTVERSION= 3.4.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 3.4.3
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= http://pgfoundry.org/frs/download.php/1446/
|
||||
MASTER_SITES= http://www.pgpool.net/mediawiki/images/
|
||||
DISTNAME= ${PORTNAME}-II-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= ports@toco-domains.de
|
||||
COMMENT= Connection pool server for PostgreSQL
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= gmake
|
||||
USES= gmake libtool pgsql:9.3+
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
DATADIR= ${PREFIX}/share/${PORTNAME}-II
|
||||
|
||||
USE_RC_SUBR= pgpool
|
||||
CONFLICTS= pgpool-II-*
|
||||
|
||||
PORTDOCS= README AUTHORS COPYING ChangeLog INSTALL NEWS TODO README.euc_jp
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${STAGEDIR}/var/run/pgpool
|
||||
${INSTALL_LIB} ${WRKSRC}/src/libs/pcp/.libs/libpcp.so.0.0.0 ${STAGEDIR}${PREFIX}/lib
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for f in ${PORTDOCS}
|
||||
${INSTALL_MAN} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
|
||||
cd ${WRKSRC} && ${COPYTREE_SHARE} doc ${STAGEDIR}${DOCSDIR} "-not -name Makefile.\*"
|
||||
.for f in AUTHORS ChangeLog NEWS TODO
|
||||
${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (pgpool-3.4.1.tar.gz) = 39d6229acfdd30616207de997ac2a221dd962361bb0bd532ddb15ecc3f04118d
|
||||
SIZE (pgpool-3.4.1.tar.gz) = 201509
|
||||
SHA256 (pgpool-II-3.4.3.tar.gz) = b030d1a0dfb919dabb90987f429b03a67b22ecdbeb0ec1bd969ebebe690006e4
|
||||
SIZE (pgpool-II-3.4.3.tar.gz) = 2152319
|
||||
|
|
|
@ -5,4 +5,4 @@ connect to pgpool as if it were a standard PostgreSQL server.
|
|||
pgpool caches the connection to PostgreSQL server to reduce the overhead to
|
||||
establish the connection to it.
|
||||
|
||||
WWW: http://pgpool.projects.postgresql.org/
|
||||
WWW: http://pgpool.net/
|
||||
|
|
|
@ -1,5 +1,33 @@
|
|||
bin/pcp_attach_node
|
||||
bin/pcp_detach_node
|
||||
bin/pcp_node_count
|
||||
bin/pcp_node_info
|
||||
bin/pcp_pool_status
|
||||
bin/pcp_proc_count
|
||||
bin/pcp_proc_info
|
||||
bin/pcp_promote_node
|
||||
bin/pcp_recovery_node
|
||||
bin/pcp_stop_pgpool
|
||||
bin/pcp_systemdb_info
|
||||
bin/pcp_watchdog_info
|
||||
bin/pg_md5
|
||||
bin/pgpool
|
||||
etc/pgpool.conf.sample
|
||||
etc/pool_hba.conf.sample
|
||||
@sample etc/pcp.conf.sample
|
||||
@sample etc/pgpool.conf.sample
|
||||
etc/pgpool.conf.sample-master-slave
|
||||
etc/pgpool.conf.sample-replication
|
||||
etc/pgpool.conf.sample-stream
|
||||
@sample etc/pool_hba.conf.sample
|
||||
include/libpcp_ext.h
|
||||
include/pcp.h
|
||||
include/pool_process_reporting.h
|
||||
include/pool_type.h
|
||||
lib/libpcp.a
|
||||
lib/libpcp.so
|
||||
lib/libpcp.so.0
|
||||
lib/libpcp.so.0.0.0
|
||||
man/man8/pgpool.8.gz
|
||||
share/pgpool/pgpool.pam
|
||||
%%DATADIR%%/insert_lock.sql
|
||||
%%DATADIR%%/pgpool.pam
|
||||
%%DATADIR%%/system_db.sql
|
||||
@dir /var/run/pgpool
|
||||
|
|
Loading…
Add table
Reference in a new issue