Add ruby-sysvipc, a Ruby interface to use System V IPC system calls.
This commit is contained in:
parent
9c14c1d9f9
commit
997a5689c1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42556
@ -426,6 +426,7 @@
|
||||
SUBDIR += ruby-sdl
|
||||
SUBDIR += ruby-slang
|
||||
SUBDIR += ruby-strscan
|
||||
SUBDIR += ruby-sysvipc
|
||||
SUBDIR += ruby-textbuf
|
||||
SUBDIR += ruby-unit
|
||||
SUBDIR += rvm
|
||||
|
40
devel/ruby-sysvipc/Makefile
Normal file
40
devel/ruby-sysvipc/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: Ruby-sysvipc
|
||||
# Date created: 12 May 2001
|
||||
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= sysvipc
|
||||
PORTVERSION= 0.2
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= http://deisui.bug.org/~ueno/ruby/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DIST_SUBDIR= ruby
|
||||
|
||||
MAINTAINER= knu@FreeBSD.org
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBY_EXTCONF= yes
|
||||
.if !defined(NOPORTDOCS)
|
||||
USE_RUBY_RD= yes
|
||||
.endif
|
||||
|
||||
INSTALL_TARGET= site-install
|
||||
|
||||
DOCS= sysvipc.html sysvipc.rd
|
||||
|
||||
post-build:
|
||||
.if !defined(NOPORTDOCS)
|
||||
cd ${WRKSRC} && ${RUBY_RD} sysvipc.rd > sysvipc.html
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}
|
||||
.for f in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_DOCDIR}/${PORTNAME}/
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
1
devel/ruby-sysvipc/distinfo
Normal file
1
devel/ruby-sysvipc/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ruby/sysvipc-0.2.tar.gz) = 03a447f80d709f505a49004a536d50b1
|
1
devel/ruby-sysvipc/pkg-comment
Normal file
1
devel/ruby-sysvipc/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Ruby interface to use System V IPC system calls
|
6
devel/ruby-sysvipc/pkg-descr
Normal file
6
devel/ruby-sysvipc/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
Ruby-sysvipc is the extension library to use System V IPC system calls
|
||||
from Ruby. It provides a simple object interface to message queues,
|
||||
semaphore sets, and shared memory segments.
|
||||
|
||||
Author: Daiki Ueno <ueno@unixuser.org>
|
||||
WWW: http://deisui.bug.org/~ueno/ruby/sysvipc.html
|
4
devel/ruby-sysvipc/pkg-plist
Normal file
4
devel/ruby-sysvipc/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
%%RUBY_SITEARCHLIBDIR%%/sysvipc.so
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/sysvipc/sysvipc.html
|
||||
%%PORTDOCS%%%%RUBY_DOCDIR%%/sysvipc/sysvipc.rd
|
||||
%%PORTDOCS%%@dirrm %%RUBY_DOCDIR%%/sysvipc
|
Loading…
Reference in New Issue
Block a user