aboutsummaryrefslogtreecommitdiff
path: root/databases/pg_reorg/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* databases/pg_reorg: Upgrade to v1.1.8, use DESTDIRJohn Marino2013-07-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | This version upgrade is required for PostgreSQL 9.2 support and was proposed by the maintainer. Additional changes were added by myself: 1) Header trimmed 2) USE_GMAKE changed to USES+=gmake 3) NOPORTSDOCS changed to options/DOCS 4) Proposed logic for alternative PLIST was replaced with DESTDIR support The package list changes directory structure depending if postgresql 91 or higher client is used. This could have been handled with PLIST_SUB (rather than an alternate pkg-plist) but PGSQL_VER variable isn't evaluated until much later. Using an intermediate DESTDIR scheme not only makes the DOCS option handling cleaner, it makes the pkg-plist creation bulletproof. It also gives this port a head start for future "Stage" support. PR: ports/179954 Submitted by: marino Approved by: bapt (mentor), maintainer Notes: svn path=/head/; revision=323404
* pg_reorg allows you to reorganize your tables online,Pawel Pekala2011-12-261-0/+2
for example, do online vacuum full or cluster. WWW: http://pgfoundry.org/projects/reorg/ PR: ports/160313 Submitted by: alp@sfedu.ru, improvements by rm@ Notes: svn path=/head/; revision=288067