The API takes advantage of the server's opaque flag support and sets its
"complex" flag whenever the object being stored or retrieved isn't a plain scalar. In that case, the Storable module is used to freeze and thaw the value automatically going in and out of the memcached. PR: ports/84739 Submitted by: Jacques Marneweck <jacques@powertrip.co.za>
This commit is contained in:
parent
a9a1fcb623
commit
54faefdf26
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141910
5 changed files with 35 additions and 0 deletions
|
@ -763,6 +763,7 @@
|
|||
SUBDIR += p5-Curses-UI
|
||||
SUBDIR += p5-Curses-Widgets
|
||||
SUBDIR += p5-DB_File-Lock
|
||||
SUBDIR += p5-Danga-Socket
|
||||
SUBDIR += p5-Data-Compare
|
||||
SUBDIR += p5-Data-Dump
|
||||
SUBDIR += p5-Data-Dump-Streamer
|
||||
|
|
21
devel/p5-Danga-Socket/Makefile
Normal file
21
devel/p5-Danga-Socket/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# New ports collection makefile for: p5-Danga-Socket
|
||||
# Date created: 2005-08-08
|
||||
# Whom: Jacques Marneweck <jacques@php.net>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Danga-Socket
|
||||
PORTVERSION= 1.43
|
||||
CATEGORIES= devel net
|
||||
MASTER_SITES= http://www.danga.com/dist/Danga-Socket/
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= jacques@php.net
|
||||
COMMENT= Event loop and event-driven async socket base class
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Danga::Socket.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/p5-Danga-Socket/distinfo
Normal file
2
devel/p5-Danga-Socket/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (Danga-Socket-1.43.tar.gz) = e5c652c573c01fdf931d26c9e810532d
|
||||
SIZE (Danga-Socket-1.43.tar.gz) = 14084
|
6
devel/p5-Danga-Socket/pkg-descr
Normal file
6
devel/p5-Danga-Socket/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
The API takes advantage of the server's opaque flag support and sets its
|
||||
"complex" flag whenever the object being stored or retrieved isn't a plain
|
||||
scalar. In that case, the Storable module is used to freeze and thaw the
|
||||
value automatically going in and out of the memcached.
|
||||
|
||||
WWW: http://www.danga.com/memcached/apis.bml
|
5
devel/p5-Danga-Socket/pkg-plist
Normal file
5
devel/p5-Danga-Socket/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/Danga/Socket.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Danga/Socket/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Danga/Socket
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Danga 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/Danga 2>/dev/null || true
|
Loading…
Reference in a new issue