Upgrade to version 2.0.5 and clean up using PORTDOCS.

This commit is contained in:
Jimmy Olgeni 2010-10-29 11:15:42 +00:00
parent 9551acd708
commit a4f21c6be1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263723
3 changed files with 15 additions and 257 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= slony1v2
PORTVERSION= 2.0.4
PORTREVISION= 1
PORTVERSION= 2.0.5
CATEGORIES= databases
MASTER_SITES= http://main.slony.info/downloads/2.0/source/
DISTNAME= slony1-${PORTVERSION}
@ -71,8 +70,8 @@ PGSQL_VER!= ${LOCALBASE}/bin/pg_config --version | \
PGSQL_VER= ${DEFAULT_PGSQL_VER}
.endif
.if ! defined(NO_INSTALL_MANPAGES)
MAN1= slon.1 slonik.1
.if !defined(NOPORTDOCS)
PORTDOCS= *
.endif
post-install:
@ -83,9 +82,6 @@ post-install:
@${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/INSTALL ${WRKSRC}/SAMPLE ${WRKSRC}/README ${WRKSRC}/HISTORY-1.1 ${WRKSRC}/UPGRADING ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/doc/howto/*.txt ${WRKSRC}/doc/howto/*.html ${DOCSDIR}/howto/
@${INSTALL_DATA} ${WRKSRC}/doc/adminguide/*.html ${WRKSRC}/doc/adminguide/*.png ${DOCSDIR}/adminguide/
.endif
.if ! defined(NO_INSTALL_MANPAGES)
${INSTALL_MAN} ${WRKSRC}/doc/adminguide/man1/*.1 ${MAN1PREFIX}/man/man1
.endif
@${INSTALL_SCRIPT} ${WRKDIR}/slon-mkservice.sh ${PREFIX}/sbin/slon-mkservice
@${INSTALL_DATA} ${FILESDIR}/slon.conf-sample ${PREFIX}/etc/

View file

@ -1,6 +1,6 @@
MD5 (slony1-2.0.4.tar.bz2) = 453089999055638a841382963dfcd0f0
SHA256 (slony1-2.0.4.tar.bz2) = 588e8e848cc5f34dc29cb54674cb0980fe3c15686275dc47c3ba87632d5ecc3b
SIZE (slony1-2.0.4.tar.bz2) = 1012853
MD5 (slony1-2.0.4-docs.tar.bz2) = ba7457fca9c8c01620928a9158d7d73e
SHA256 (slony1-2.0.4-docs.tar.bz2) = 0dfc3ae1cbe5b03ff052fcf86c767bf9619c4318a8394d81f588aaea2e5d0fff
SIZE (slony1-2.0.4-docs.tar.bz2) = 210740
MD5 (slony1-2.0.5.tar.bz2) = 4c9922a809011dc8e55c4a8ad1ca5bff
SHA256 (slony1-2.0.5.tar.bz2) = 4f382447a399966caf0dec94da208d6435fdc4d6341784f0e32468efa5f4a369
SIZE (slony1-2.0.5.tar.bz2) = 965640
MD5 (slony1-2.0.5-docs.tar.bz2) = 4ee9872b0744547847ac84d2860fa4ed
SHA256 (slony1-2.0.5-docs.tar.bz2) = e77bf04f93e5a9d473929e56fbe116e3ef0de55b4d795ec2b3d10bbbd43236ff
SIZE (slony1-2.0.5-docs.tar.bz2) = 191168

View file

@ -1,8 +1,10 @@
bin/slon
bin/slonik
bin/slony_logshipper
lib/postgresql/slony1_funcs.so
etc/slon.conf-sample
%%PERLTOOLS%%etc/slon_tools.conf-sample
%%LIB32DIR%%/postgresql/slony1_funcs.so
%%PERLTOOLS%%%%LIB32DIR%%/slon-tools.pm
sbin/slon-mkservice
share/postgresql/slony1_base.sql
share/postgresql/slony1_base.v83.sql
@ -12,11 +14,14 @@ share/postgresql/slony1_funcs.v83.sql
share/postgresql/slony1_funcs.v84.sql
%%PERLTOOLS%%sbin/slon_kill
%%PERLTOOLS%%sbin/slon_start
%%PERLTOOLS%%sbin/slon_status
%%PERLTOOLS%%sbin/slon_watchdog
%%PERLTOOLS%%sbin/slon_watchdog2
%%PERLTOOLS%%sbin/slonik_add_node
%%PERLTOOLS%%sbin/slonik_build_env
%%PERLTOOLS%%sbin/slonik_create_set
%%PERLTOOLS%%sbin/slonik_drop_node
%%PERLTOOLS%%sbin/slonik_drop_sequence
%%PERLTOOLS%%sbin/slonik_drop_set
%%PERLTOOLS%%sbin/slonik_drop_table
%%PERLTOOLS%%sbin/slonik_execute_script
@ -32,246 +37,3 @@ share/postgresql/slony1_funcs.v84.sql
%%PERLTOOLS%%sbin/slonik_unsubscribe_set
%%PERLTOOLS%%sbin/slonik_update_nodes
%%PERLTOOLS%%sbin/slony_show_configuration
%%PERLTOOLS%%lib/slon-tools.pm
%%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT
%%PORTDOCS%%%%DOCSDIR%%/HISTORY-1.1
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/SAMPLE
%%PORTDOCS%%%%DOCSDIR%%/UPGRADING
%%PORTDOCS%%%%DOCSDIR%%/adminguide/LEGALNOTICE.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/addthings.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/admconninfo.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/adminscripts.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/cluster.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/clustername.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/cmds.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/commandreference.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/complexenv.png
%%PORTDOCS%%%%DOCSDIR%%/adminguide/complexfail.png
%%PORTDOCS%%%%DOCSDIR%%/adminguide/concepts.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/ddlchanges.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/definingsets.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/dropthings.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/failover.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/faq.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/firstdb.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.add-empty-table-to-replication-integer-integer-text-text-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.add-missing-table-field-text-text-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.addpartiallogindices.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.altertableaddtriggers-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.altertableconfiguretriggers-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.altertabledroptriggers-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.altertablerestore-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.checkmoduleversion.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.cleanupevent-interval-boolean.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.cleanupnodelock.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.clonenodefinish-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.clonenodeprepare-int-integer-integer-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.clonenodeprepare-integer-integer-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.copyfields-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.createevent-name-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-complete-int-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-complete-integer-text-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-prepare-int-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.ddlscript-prepare-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.denyaccess.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineattkindunique-text-name.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.determineidxnameunique-text-name.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.disablenode-int-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.disablenode-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droplisten-int-integer-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droplisten-integer-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropnode-int-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropnode-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droppath-int-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.droppath-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropset-int-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.dropset-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablenode-int-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablenode-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablesubscription-int-integer-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.enablesubscription-integer-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.failednode-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.failednode2-integer-integer-integer-bigint-bigint.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.failoverset-int-integer-integer-integer-bigint.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.finishtableaftercopy-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.forwardconfirm-integer-integer-bigint-timestamp-without-time-zone.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.generate-sync-event-interval.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.getlocalnodeid-name.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.getmoduleversion.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.initializelocalnode-integer-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.killbackend-integer-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.lockedset.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.lockset-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logswitch-finish.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logswitch-start.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.logtrigger.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.mergeset-int-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.mergeset-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.moveset-int-integer-integer-integer-bigint.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.moveset-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.preparetableforcopy-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.rebuildlistenentries.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registernodeconnection-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-get-int4-text-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-get-text-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-get-timestamp-text-timestamp-without-time-zone.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-set-int4-text-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-set-text-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.registry-set-timestamp-text-timestamp-without-time-zone.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.replicate-partition-integer-text-text-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.seqtrack-integer-bigint.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.sequencelastvalue-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.sequencesetvalue-integer-integer-bigint-bigint.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddsequence-int-integer-integer-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddsequence-integer-integer-text-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddtable-int-integer-integer-text-name-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setaddtable-integer-integer-text-name-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdropsequence-int-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdropsequence-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdroptable-int-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setdroptable-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovesequence-int-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovesequence-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovetable-int-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.setmovetable-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slon-quote-brute-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slon-quote-input-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversion.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversionmajor.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversionminor.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.slonyversionpatchlevel.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storelisten-int-integer-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storelisten-integer-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storenode-int-integer-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storenode-integer-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storepath-int-integer-integer-text-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storepath-integer-integer-text-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storeset-int-integer-integer-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.storeset-integer-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.subscribeset-int-integer-integer-integer-boolean-boolean.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.subscribeset-integer-integer-integer-boolean-boolean.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.tablestovacuum.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.terminatenodeconnections-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.uninstallnode.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.unlockset-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.unsubscribeset-int-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.unsubscribeset-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.updaterelname-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.updatereloid-integer-integer.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/function.upgradeschema-text.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/hdrcmds.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/help.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/i13428.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/index.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/installation.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/listenpaths.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/locking.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/loganalysis.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/logshipping.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/maintenance.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/metacmds.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/monitoring.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/noslonik.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/partitioning.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/plainpaths.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/raceconditions.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/releasechecklist.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/requirements.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/reshape.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/runtime-config.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/schema.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon-archive-logging.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon-config-connection.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon-config-interval.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slon.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonik.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonikref.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonikshell.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonstart.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonyadmin.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonyintro.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonylistenercosts.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/slonyupgrade.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtclonefinish.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtcloneprepare.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtcreateset.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtddlscript.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdefine.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdroplisten.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdropnode.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdroppath.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdropset.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtdroptrigger.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtecho.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtexit.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtfailover.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtinclude.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtinitcluster.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtlockset.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtmergeset.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtmoveset.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtrepairconfig.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtrestartnode.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetaddsequence.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetaddtable.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetdropsequence.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetdroptable.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetmovesequence.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsetmovetable.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsleep.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstorelisten.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstorenode.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstorepath.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtstoretrigger.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsubscribeset.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtsync.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmttableaddkey.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtuninstallnode.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtunlockset.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtunsubscribeset.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtupdatefunctions.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/stmtwaitevent.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/subscribenodes.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/supportedplatforms.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-config-lock.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-confirm.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-event.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-listen.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-log-1.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-log-2.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-node.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-nodelock.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-path.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-registry.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-seqlog.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-sequence.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-set.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-setsync.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-subscribe.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/table.sl-table.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/testbed.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/triggers.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/usingslonik.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/versionupgrade.html
%%PORTDOCS%%%%DOCSDIR%%/adminguide/view.sl-seqlastvalue.html
%%PORTDOCS%%%%DOCSDIR%%/howto/helpitsbroken.txt
%%PORTDOCS%%%%DOCSDIR%%/howto/randomfacts.txt
%%PORTDOCS%%%%DOCSDIR%%/howto/schemadoc.html
%%PORTDOCS%%%%DOCSDIR%%/howto/slonik_commands.html
%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-basic-mstr-slv.txt
%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-failover.txt
%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-install.txt
%%PORTDOCS%%%%DOCSDIR%%/howto/slony-I-overview.txt
%%PORTDOCS%%@dirrm %%DOCSDIR%%/howto
%%PORTDOCS%%@dirrm %%DOCSDIR%%/adminguide
%%PORTDOCS%%@dirrm %%DOCSDIR%%