mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
- this p5- Module has been renamed to IPC-Mmap-Share(ports/100417)
- fresh port, no need to repocopy
This commit is contained in:
parent
38a27e847e
commit
0a4a148ccb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169344
1
MOVED
1
MOVED
@ -2429,3 +2429,4 @@ devel/viewcvs|devel/viewvc|2006-07-26|Project name has changed
|
||||
japanese/eb3||2006-08-01|Has expired: please use a never version in japanese/eb
|
||||
mail/dspampd||2006-08-01|Has expired: Buggy with recent perl versions, not developed anymore, use mail/dspam[-devel] in --daemon mode instead
|
||||
net/svnc||2006-08-01|Has expired: mastersite gone, depends on unfetchable, antique version of vnc
|
||||
devel/p5-IPC-Mmap-SimpleShare||2006-08-01|Has expired
|
||||
|
@ -1097,7 +1097,6 @@
|
||||
SUBDIR += p5-IPC-Locker
|
||||
SUBDIR += p5-IPC-MM
|
||||
SUBDIR += p5-IPC-Mmap
|
||||
SUBDIR += p5-IPC-Mmap-SimpleShare
|
||||
SUBDIR += p5-IPC-Open3-Simple
|
||||
SUBDIR += p5-IPC-Run
|
||||
SUBDIR += p5-IPC-Run3
|
||||
|
@ -1,31 +0,0 @@
|
||||
# New ports collection makefile for: p5-IPC-Mmap-SimpleShare
|
||||
# Date created: 2006-07-14
|
||||
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IPC-Mmap-SimpleShare
|
||||
PORTVERSION= 0.03
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= IPC
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= gslin@gslin.org
|
||||
COMMENT= Safely share structures among processes using anonymous mmap
|
||||
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/IPC/Mmap.pm:${PORTSDIR}/devel/p5-IPC-Mmap
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= IPC::Mmap::SimpleShare.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500800 # Inherited from devel/p5-IPC-Mmap
|
||||
IGNORE= requires perl 5.8.0 or later. Install lang/perl5.8 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
@ -1,3 +0,0 @@
|
||||
MD5 (IPC-Mmap-SimpleShare-0.03.tar.gz) = 66dd5904185eaef96689f0004b1e03a8
|
||||
SHA256 (IPC-Mmap-SimpleShare-0.03.tar.gz) = bad7ddd29bf6a81b1b3b6ef684186ff2d185654566738c3e925a873b2766a781
|
||||
SIZE (IPC-Mmap-SimpleShare-0.03.tar.gz) = 11692
|
@ -1,7 +0,0 @@
|
||||
The IPC::Mmap::SimpleShare was born out of the need to share
|
||||
structures among processes that come from the same ancestor. It tries
|
||||
to do so in a very simple and straightforward manner. Just create an
|
||||
IPC::Mmap::SimpleShare object, and use set to store your data and get
|
||||
to get it back.
|
||||
|
||||
WWW: http://search.cpan.org/dist/IPC-Mmap-SimpleShare/
|
@ -1,8 +0,0 @@
|
||||
@comment $FreeBSD$
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Mmap/SimpleShare/.packlist
|
||||
%%SITE_PERL%%/IPC/Mmap/SimpleShare.pm
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Mmap/SimpleShare
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC/Mmap
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IPC
|
||||
@dirrmtry %%SITE_PERL%%/IPC/Mmap
|
||||
@dirrmtry %%SITE_PERL%%/IPC
|
Loading…
Reference in New Issue
Block a user