p5-IPC-ShareLite is a simple interface to acess shared mem.
This commit is contained in:
parent
33017dbf5b
commit
9473b21b8b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=40774
@ -282,6 +282,7 @@
|
||||
SUBDIR += p5-IO-Stty
|
||||
SUBDIR += p5-IO-Tty
|
||||
SUBDIR += p5-IO-stringy
|
||||
SUBDIR += p5-IPC-ShareLite
|
||||
SUBDIR += p5-IPC-Shareable
|
||||
SUBDIR += p5-Include
|
||||
SUBDIR += p5-Ioctl
|
||||
|
22
devel/p5-IPC-ShareLite/Makefile
Normal file
22
devel/p5-IPC-ShareLite/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# New ports collection makefile for: p5-IPC-ShareLite
|
||||
# Date created: April 03 2001
|
||||
# Whom: vanilla
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= IPC-ShareLite
|
||||
PORTVERSION= 0.08
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= IPC
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
|
||||
MAN3= IPC::ShareLite.3
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/p5-IPC-ShareLite/distinfo
Normal file
1
devel/p5-IPC-ShareLite/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (IPC-ShareLite-0.08.tar.gz) = 2c908d8b733faa0426acb513e5319bf7
|
38
devel/p5-IPC-ShareLite/files/patch-Configure
Normal file
38
devel/p5-IPC-ShareLite/files/patch-Configure
Normal file
@ -0,0 +1,38 @@
|
||||
--- Configure.orig Tue Apr 3 04:46:13 2001
|
||||
+++ Configure Tue Apr 3 04:50:15 2001
|
||||
@@ -3042,35 +3042,6 @@
|
||||
: preserve RCS keywords in files with variable substitution, grrr
|
||||
Id='$Id'
|
||||
|
||||
-: Finish up by extracting the .SH files
|
||||
-case "$alldone" in
|
||||
-exit)
|
||||
- $rm -rf UU
|
||||
- echo "Done."
|
||||
- exit 0
|
||||
- ;;
|
||||
-cont)
|
||||
- ;;
|
||||
-'')
|
||||
- dflt=''
|
||||
- nostick=true
|
||||
- $cat <<EOM
|
||||
-
|
||||
-If you'd like to make any changes to the config.sh file before I begin
|
||||
-to configure things, do it as a shell escape now (e.g. !vi config.sh).
|
||||
-
|
||||
-EOM
|
||||
- rp="Press return or use a shell escape to edit config.sh:"
|
||||
- . UU/myread
|
||||
- nostick=''
|
||||
- case "$ans" in
|
||||
- '') ;;
|
||||
- *) : in case they cannot read
|
||||
- sh 1>&4 -c "$ans";;
|
||||
- esac
|
||||
- ;;
|
||||
-esac
|
||||
-
|
||||
: if this fails, just run all the .SH files by hand
|
||||
. ./config.sh
|
||||
|
10
devel/p5-IPC-ShareLite/files/patch-Makefile.PL
Normal file
10
devel/p5-IPC-ShareLite/files/patch-Makefile.PL
Normal file
@ -0,0 +1,10 @@
|
||||
--- Makefile.PL.orig Tue Apr 3 04:45:01 2001
|
||||
+++ Makefile.PL Tue Apr 3 04:45:07 2001
|
||||
@@ -1,6 +1,6 @@
|
||||
use ExtUtils::MakeMaker;
|
||||
|
||||
-system('./Configure');
|
||||
+system('./Configure -d');
|
||||
|
||||
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
|
||||
# the contents of the Makefile that is written.
|
1
devel/p5-IPC-ShareLite/pkg-comment
Normal file
1
devel/p5-IPC-ShareLite/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
A simple interface to access shared memory
|
4
devel/p5-IPC-ShareLite/pkg-descr
Normal file
4
devel/p5-IPC-ShareLite/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
PC::ShareLite provides a simple interface to shared memory, allowing
|
||||
data to be efficiently communicated between processes. Your operating
|
||||
system must support SysV IPC (shared memory and semaphores) in order to
|
||||
use this module.
|
6
devel/p5-IPC-ShareLite/pkg-plist
Normal file
6
devel/p5-IPC-ShareLite/pkg-plist
Normal file
@ -0,0 +1,6 @@
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/IPC/ShareLite.pm
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/ShareLite/.packlist
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/ShareLite/ShareLite.bs
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/ShareLite/ShareLite.so
|
||||
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/ShareLite/autosplit.ix
|
||||
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/ShareLite
|
Loading…
Reference in New Issue
Block a user