1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add ruby-sysvipc, a Ruby interface to use System V IPC system calls.

This commit is contained in:
Akinori MUSHA 2001-05-12 20:29:14 +00:00
parent 9c14c1d9f9
commit 997a5689c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42556
6 changed files with 53 additions and 0 deletions

View File

@ -426,6 +426,7 @@
SUBDIR += ruby-sdl
SUBDIR += ruby-slang
SUBDIR += ruby-strscan
SUBDIR += ruby-sysvipc
SUBDIR += ruby-textbuf
SUBDIR += ruby-unit
SUBDIR += rvm

View 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>

View File

@ -0,0 +1 @@
MD5 (ruby/sysvipc-0.2.tar.gz) = 03a447f80d709f505a49004a536d50b1

View File

@ -0,0 +1 @@
Ruby interface to use System V IPC system calls

View 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

View 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