1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Provide another master site, as it appears that pgfoundry may be fading

- Point WWW line to a working page in the port description, reformat it
- Unmute installation command while I'm here

PR		199424
Submitted by:	maintainer
This commit is contained in:
Alexey Dokuchaev 2015-04-14 06:56:15 +00:00
parent 4040163bd6
commit 3d63c30103
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=383980
2 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,8 @@
PORTNAME= pg_reorg
PORTVERSION= 1.1.11
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/3821/
MASTER_SITES= http://pgfoundry.org/frs/download.php/3821/ \
http://BSDforge.com/projects/source/databases/pg_reorg/
MAINTAINER= portmaster@BSDforge.com
COMMENT= PostgreSQL utility to reorganize tables
@ -23,6 +24,6 @@ OPTIONS_DEFINE= DOCS
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
@(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/)
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>

View File

@ -1,6 +1,5 @@
pg_reorg can re-organize tables on a postgres database without any
locks so that you can retrieve or update rows in tables being
reorganized. The module is developed to be a better alternative of
CLUSTER and VACUUM FULL.
pg_reorg can reorganize tables of a PostgreSQL database without any locks,
so that you can retrieve or update rows in tables being reorganized. The
module is developed to be a better alternative to CLUSTER and VACUUM FULL.
WWW: http://pgfoundry.org/projects/reorg/
WWW: http://BSDforge.com/projects/databases/pg_reorg/