Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 May 2000 01:46:46 +0800 (CST)
From:      leeym@cae.ce.ntu.edu.tw
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/18816: a perl5 port of "Share Perl variables between processes"
Message-ID:  <200005251746.BAA60030@bsd.caece.net>

next in thread | raw e-mail | index | archive | help

>Number:         18816
>Category:       ports
>Synopsis:       a perl5 port of "Share Perl variables between processes"
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 25 11:10:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 3.4-STABLE i386
>Organization:
CAE group, Civil Engineering, NTU, Taiwan.
>Environment:

tested under FreeBSD-3.x and 4.x

>Description:

a perl5 port of "Share Perl variables between processes"

>How-To-Repeat:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-IPC-Shareable
#	p5-IPC-Shareable/Makefile
#	p5-IPC-Shareable/files
#	p5-IPC-Shareable/files/md5
#	p5-IPC-Shareable/pkg
#	p5-IPC-Shareable/pkg/COMMENT
#	p5-IPC-Shareable/pkg/DESCR
#	p5-IPC-Shareable/pkg/PLIST
#
echo c - p5-IPC-Shareable
mkdir -p p5-IPC-Shareable > /dev/null 2>&1
echo x - p5-IPC-Shareable/Makefile
sed 's/^X//' >p5-IPC-Shareable/Makefile << 'END-of-p5-IPC-Shareable/Makefile'
X# New ports collection makefile for:	p5-IPC-Shareable
X# Date created:				May 25th 2000
X# Whom:	      				Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
X#
X# $FreeBSD: ports/devel/p5-IPC-Shareable/Makefile,v 1.18 2000/05/25 22:23:26 leeym Exp $
X#
X
XPORTNAME=	IPC-Shareable
XPORTVERSION=	0.51
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	IPC
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	leeym@cae.ce.ntu.edu.tw
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/i386-freebsd/Storable.pm:${PORTSDIR}/devel/p5-Storable
X
XUSE_PERL5=	YES
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		IPC::Shareable.3
X
Xdo-configure:
X		@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
X
X.include <bsd.port.mk>
END-of-p5-IPC-Shareable/Makefile
echo c - p5-IPC-Shareable/files
mkdir -p p5-IPC-Shareable/files > /dev/null 2>&1
echo x - p5-IPC-Shareable/files/md5
sed 's/^X//' >p5-IPC-Shareable/files/md5 << 'END-of-p5-IPC-Shareable/files/md5'
XMD5 (IPC-Shareable-0.51.tar.gz) = 2ea26ce7f8d90c5bbd9310242ebc181d
END-of-p5-IPC-Shareable/files/md5
echo c - p5-IPC-Shareable/pkg
mkdir -p p5-IPC-Shareable/pkg > /dev/null 2>&1
echo x - p5-IPC-Shareable/pkg/COMMENT
sed 's/^X//' >p5-IPC-Shareable/pkg/COMMENT << 'END-of-p5-IPC-Shareable/pkg/COMMENT'
XShare Perl variables between processes 
END-of-p5-IPC-Shareable/pkg/COMMENT
echo x - p5-IPC-Shareable/pkg/DESCR
sed 's/^X//' >p5-IPC-Shareable/pkg/DESCR << 'END-of-p5-IPC-Shareable/pkg/DESCR'
X    IPC::Shareable allows you to tie a a variable to shared memory making
X    it easy to share the contents of that variable with other Perl
X    processes. Currently either scalars or hashes can be tied; tying of
X    arrays remains a work in progress. However, the variable being tied may
X    contain arbitrarily complex data structures - including references to
X    arrays, hashes of hashes, etc. See the "REFERENCES" entry in this
X    manpage below for more information. 
END-of-p5-IPC-Shareable/pkg/DESCR
echo x - p5-IPC-Shareable/pkg/PLIST
sed 's/^X//' >p5-IPC-Shareable/pkg/PLIST << 'END-of-p5-IPC-Shareable/pkg/PLIST'
Xlib/perl5/site_perl/%%PERL_VER%%/IPC/Shareable/SharedMem.pm
Xlib/perl5/site_perl/%%PERL_VER%%/IPC/Shareable.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Shareable/.packlist
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Shareable
END-of-p5-IPC-Shareable/pkg/PLIST
exit


>Fix:
	
That's all.

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005251746.BAA60030>