openbsd-ports/www/php-predis/pkg/PLIST
2012-06-28 11:33:13 +00:00

247 lines
10 KiB
Plaintext

@comment $OpenBSD: PLIST,v 1.4 2012/06/28 11:33:13 dcoppa Exp $
@group daemon
pear/
pear/lib/
pear/lib/Predis/
pear/lib/Predis/Autoloader.php
pear/lib/Predis/Client.php
pear/lib/Predis/ClientException.php
pear/lib/Predis/Commands/
pear/lib/Predis/Commands/Command.php
pear/lib/Predis/Commands/ConnectionAuth.php
pear/lib/Predis/Commands/ConnectionEcho.php
pear/lib/Predis/Commands/ConnectionPing.php
pear/lib/Predis/Commands/ConnectionQuit.php
pear/lib/Predis/Commands/ConnectionSelect.php
pear/lib/Predis/Commands/HashDelete.php
pear/lib/Predis/Commands/HashExists.php
pear/lib/Predis/Commands/HashGet.php
pear/lib/Predis/Commands/HashGetAll.php
pear/lib/Predis/Commands/HashGetMultiple.php
pear/lib/Predis/Commands/HashIncrementBy.php
pear/lib/Predis/Commands/HashIncrementByFloat.php
pear/lib/Predis/Commands/HashKeys.php
pear/lib/Predis/Commands/HashLength.php
pear/lib/Predis/Commands/HashSet.php
pear/lib/Predis/Commands/HashSetMultiple.php
pear/lib/Predis/Commands/HashSetPreserve.php
pear/lib/Predis/Commands/HashValues.php
pear/lib/Predis/Commands/ICommand.php
pear/lib/Predis/Commands/IPrefixable.php
pear/lib/Predis/Commands/KeyDelete.php
pear/lib/Predis/Commands/KeyExists.php
pear/lib/Predis/Commands/KeyExpire.php
pear/lib/Predis/Commands/KeyExpireAt.php
pear/lib/Predis/Commands/KeyKeys.php
pear/lib/Predis/Commands/KeyKeysV12x.php
pear/lib/Predis/Commands/KeyMove.php
pear/lib/Predis/Commands/KeyPersist.php
pear/lib/Predis/Commands/KeyPreciseExpire.php
pear/lib/Predis/Commands/KeyPreciseExpireAt.php
pear/lib/Predis/Commands/KeyPreciseTimeToLive.php
pear/lib/Predis/Commands/KeyRandom.php
pear/lib/Predis/Commands/KeyRename.php
pear/lib/Predis/Commands/KeyRenamePreserve.php
pear/lib/Predis/Commands/KeySort.php
pear/lib/Predis/Commands/KeyTimeToLive.php
pear/lib/Predis/Commands/KeyType.php
pear/lib/Predis/Commands/ListIndex.php
pear/lib/Predis/Commands/ListInsert.php
pear/lib/Predis/Commands/ListLength.php
pear/lib/Predis/Commands/ListPopFirst.php
pear/lib/Predis/Commands/ListPopFirstBlocking.php
pear/lib/Predis/Commands/ListPopLast.php
pear/lib/Predis/Commands/ListPopLastBlocking.php
pear/lib/Predis/Commands/ListPopLastPushHead.php
pear/lib/Predis/Commands/ListPopLastPushHeadBlocking.php
pear/lib/Predis/Commands/ListPushHead.php
pear/lib/Predis/Commands/ListPushHeadX.php
pear/lib/Predis/Commands/ListPushTail.php
pear/lib/Predis/Commands/ListPushTailX.php
pear/lib/Predis/Commands/ListRange.php
pear/lib/Predis/Commands/ListRemove.php
pear/lib/Predis/Commands/ListSet.php
pear/lib/Predis/Commands/ListTrim.php
pear/lib/Predis/Commands/PrefixHelpers.php
pear/lib/Predis/Commands/PrefixableCommand.php
pear/lib/Predis/Commands/Processors/
pear/lib/Predis/Commands/Processors/ICommandProcessor.php
pear/lib/Predis/Commands/Processors/ICommandProcessorChain.php
pear/lib/Predis/Commands/Processors/IProcessingSupport.php
pear/lib/Predis/Commands/Processors/KeyPrefixProcessor.php
pear/lib/Predis/Commands/Processors/ProcessorChain.php
pear/lib/Predis/Commands/PubSubPublish.php
pear/lib/Predis/Commands/PubSubSubscribe.php
pear/lib/Predis/Commands/PubSubSubscribeByPattern.php
pear/lib/Predis/Commands/PubSubUnsubscribe.php
pear/lib/Predis/Commands/PubSubUnsubscribeByPattern.php
pear/lib/Predis/Commands/ScriptedCommand.php
pear/lib/Predis/Commands/ServerBackgroundRewriteAOF.php
pear/lib/Predis/Commands/ServerBackgroundSave.php
pear/lib/Predis/Commands/ServerClient.php
pear/lib/Predis/Commands/ServerConfig.php
pear/lib/Predis/Commands/ServerDatabaseSize.php
pear/lib/Predis/Commands/ServerEval.php
pear/lib/Predis/Commands/ServerEvalSHA.php
pear/lib/Predis/Commands/ServerFlushAll.php
pear/lib/Predis/Commands/ServerFlushDatabase.php
pear/lib/Predis/Commands/ServerInfo.php
pear/lib/Predis/Commands/ServerInfoV26x.php
pear/lib/Predis/Commands/ServerLastSave.php
pear/lib/Predis/Commands/ServerMonitor.php
pear/lib/Predis/Commands/ServerObject.php
pear/lib/Predis/Commands/ServerSave.php
pear/lib/Predis/Commands/ServerScript.php
pear/lib/Predis/Commands/ServerShutdown.php
pear/lib/Predis/Commands/ServerSlaveOf.php
pear/lib/Predis/Commands/ServerSlowlog.php
pear/lib/Predis/Commands/ServerTime.php
pear/lib/Predis/Commands/SetAdd.php
pear/lib/Predis/Commands/SetCardinality.php
pear/lib/Predis/Commands/SetDifference.php
pear/lib/Predis/Commands/SetDifferenceStore.php
pear/lib/Predis/Commands/SetIntersection.php
pear/lib/Predis/Commands/SetIntersectionStore.php
pear/lib/Predis/Commands/SetIsMember.php
pear/lib/Predis/Commands/SetMembers.php
pear/lib/Predis/Commands/SetMove.php
pear/lib/Predis/Commands/SetPop.php
pear/lib/Predis/Commands/SetRandomMember.php
pear/lib/Predis/Commands/SetRemove.php
pear/lib/Predis/Commands/SetUnion.php
pear/lib/Predis/Commands/SetUnionStore.php
pear/lib/Predis/Commands/StringAppend.php
pear/lib/Predis/Commands/StringBitCount.php
pear/lib/Predis/Commands/StringBitOp.php
pear/lib/Predis/Commands/StringDecrement.php
pear/lib/Predis/Commands/StringDecrementBy.php
pear/lib/Predis/Commands/StringGet.php
pear/lib/Predis/Commands/StringGetBit.php
pear/lib/Predis/Commands/StringGetMultiple.php
pear/lib/Predis/Commands/StringGetRange.php
pear/lib/Predis/Commands/StringGetSet.php
pear/lib/Predis/Commands/StringIncrement.php
pear/lib/Predis/Commands/StringIncrementBy.php
pear/lib/Predis/Commands/StringIncrementByFloat.php
pear/lib/Predis/Commands/StringPreciseSetExpire.php
pear/lib/Predis/Commands/StringSet.php
pear/lib/Predis/Commands/StringSetBit.php
pear/lib/Predis/Commands/StringSetExpire.php
pear/lib/Predis/Commands/StringSetMultiple.php
pear/lib/Predis/Commands/StringSetMultiplePreserve.php
pear/lib/Predis/Commands/StringSetPreserve.php
pear/lib/Predis/Commands/StringSetRange.php
pear/lib/Predis/Commands/StringStrlen.php
pear/lib/Predis/Commands/StringSubstr.php
pear/lib/Predis/Commands/TransactionDiscard.php
pear/lib/Predis/Commands/TransactionExec.php
pear/lib/Predis/Commands/TransactionMulti.php
pear/lib/Predis/Commands/TransactionUnwatch.php
pear/lib/Predis/Commands/TransactionWatch.php
pear/lib/Predis/Commands/ZSetAdd.php
pear/lib/Predis/Commands/ZSetCardinality.php
pear/lib/Predis/Commands/ZSetCount.php
pear/lib/Predis/Commands/ZSetIncrementBy.php
pear/lib/Predis/Commands/ZSetIntersectionStore.php
pear/lib/Predis/Commands/ZSetRange.php
pear/lib/Predis/Commands/ZSetRangeByScore.php
pear/lib/Predis/Commands/ZSetRank.php
pear/lib/Predis/Commands/ZSetRemove.php
pear/lib/Predis/Commands/ZSetRemoveRangeByRank.php
pear/lib/Predis/Commands/ZSetRemoveRangeByScore.php
pear/lib/Predis/Commands/ZSetReverseRange.php
pear/lib/Predis/Commands/ZSetReverseRangeByScore.php
pear/lib/Predis/Commands/ZSetReverseRank.php
pear/lib/Predis/Commands/ZSetScore.php
pear/lib/Predis/Commands/ZSetUnionStore.php
pear/lib/Predis/CommunicationException.php
pear/lib/Predis/ConnectionFactory.php
pear/lib/Predis/ConnectionParameters.php
pear/lib/Predis/Distribution/
pear/lib/Predis/Distribution/EmptyRingException.php
pear/lib/Predis/Distribution/HashRing.php
pear/lib/Predis/Distribution/IDistributionStrategy.php
pear/lib/Predis/Distribution/INodeKeyGenerator.php
pear/lib/Predis/Distribution/KetamaPureRing.php
pear/lib/Predis/Helpers.php
pear/lib/Predis/IConnectionFactory.php
pear/lib/Predis/IConnectionParameters.php
pear/lib/Predis/IRedisServerError.php
pear/lib/Predis/IReplyObject.php
pear/lib/Predis/Iterators/
pear/lib/Predis/Iterators/MultiBulkResponse.php
pear/lib/Predis/Iterators/MultiBulkResponseSimple.php
pear/lib/Predis/Iterators/MultiBulkResponseTuple.php
pear/lib/Predis/MonitorContext.php
pear/lib/Predis/Network/
pear/lib/Predis/Network/ComposableStreamConnection.php
pear/lib/Predis/Network/ConnectionBase.php
pear/lib/Predis/Network/ConnectionException.php
pear/lib/Predis/Network/IConnection.php
pear/lib/Predis/Network/IConnectionCluster.php
pear/lib/Predis/Network/IConnectionComposable.php
pear/lib/Predis/Network/IConnectionReplication.php
pear/lib/Predis/Network/IConnectionSingle.php
pear/lib/Predis/Network/MasterSlaveReplication.php
pear/lib/Predis/Network/PhpiredisConnection.php
pear/lib/Predis/Network/PredisCluster.php
pear/lib/Predis/Network/StreamConnection.php
pear/lib/Predis/Network/WebdisConnection.php
pear/lib/Predis/NotSupportedException.php
pear/lib/Predis/Options/
pear/lib/Predis/Options/ClientCluster.php
pear/lib/Predis/Options/ClientConnectionFactory.php
pear/lib/Predis/Options/ClientOptions.php
pear/lib/Predis/Options/ClientPrefix.php
pear/lib/Predis/Options/ClientProfile.php
pear/lib/Predis/Options/ClientReplication.php
pear/lib/Predis/Options/CustomOption.php
pear/lib/Predis/Options/IClientOptions.php
pear/lib/Predis/Options/IOption.php
pear/lib/Predis/Options/Option.php
pear/lib/Predis/Pipeline/
pear/lib/Predis/Pipeline/FireAndForgetExecutor.php
pear/lib/Predis/Pipeline/IPipelineExecutor.php
pear/lib/Predis/Pipeline/PipelineContext.php
pear/lib/Predis/Pipeline/SafeClusterExecutor.php
pear/lib/Predis/Pipeline/SafeExecutor.php
pear/lib/Predis/Pipeline/StandardExecutor.php
pear/lib/Predis/PredisException.php
pear/lib/Predis/Profiles/
pear/lib/Predis/Profiles/IServerProfile.php
pear/lib/Predis/Profiles/ServerProfile.php
pear/lib/Predis/Profiles/ServerVersion12.php
pear/lib/Predis/Profiles/ServerVersion20.php
pear/lib/Predis/Profiles/ServerVersion22.php
pear/lib/Predis/Profiles/ServerVersion24.php
pear/lib/Predis/Profiles/ServerVersion26.php
pear/lib/Predis/Profiles/ServerVersionNext.php
pear/lib/Predis/Protocol/
pear/lib/Predis/Protocol/ICommandSerializer.php
pear/lib/Predis/Protocol/IComposableProtocolProcessor.php
pear/lib/Predis/Protocol/IProtocolProcessor.php
pear/lib/Predis/Protocol/IResponseHandler.php
pear/lib/Predis/Protocol/IResponseReader.php
pear/lib/Predis/Protocol/ProtocolException.php
pear/lib/Predis/Protocol/Text/
pear/lib/Predis/Protocol/Text/ComposableTextProtocol.php
pear/lib/Predis/Protocol/Text/ResponseBulkHandler.php
pear/lib/Predis/Protocol/Text/ResponseErrorHandler.php
pear/lib/Predis/Protocol/Text/ResponseErrorSilentHandler.php
pear/lib/Predis/Protocol/Text/ResponseIntegerHandler.php
pear/lib/Predis/Protocol/Text/ResponseMultiBulkHandler.php
pear/lib/Predis/Protocol/Text/ResponseMultiBulkStreamHandler.php
pear/lib/Predis/Protocol/Text/ResponseStatusHandler.php
pear/lib/Predis/Protocol/Text/TextCommandSerializer.php
pear/lib/Predis/Protocol/Text/TextProtocol.php
pear/lib/Predis/Protocol/Text/TextResponseReader.php
pear/lib/Predis/PubSub/
pear/lib/Predis/PubSub/DispatcherLoop.php
pear/lib/Predis/PubSub/PubSubContext.php
pear/lib/Predis/ResponseError.php
pear/lib/Predis/ResponseQueued.php
pear/lib/Predis/ServerException.php
pear/lib/Predis/Transaction/
pear/lib/Predis/Transaction/AbortedMultiExecException.php
pear/lib/Predis/Transaction/MultiExecContext.php