View | Details | Raw Unified | Return to bug 121285
Collapse All | Expand All

(-)ruby-dcl/Makefile (-5 / +5 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	dcl
8
PORTNAME=	dcl
9
PORTVERSION=	1.5.2
9
PORTVERSION=	1.5.3
10
PORTREVISION=	1
11
CATEGORIES=	science graphics ruby
10
CATEGORIES=	science graphics ruby
12
MASTER_SITES=	http://www.gfd-dennou.org/arch/ruby/products/ruby-dcl/
11
MASTER_SITES=	http://www.gfd-dennou.org/arch/ruby/products/ruby-dcl/
13
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
12
PKGNAMEPREFIX=	${RUBY_PKGNAMEPREFIX}
Lines 16-29 Link Here
16
MAINTAINER=	murakami@ahs.scitec.kobe-u.ac.jp
15
MAINTAINER=	murakami@ahs.scitec.kobe-u.ac.jp
17
COMMENT=	A Ruby interface to the scientific graphic library DCL
16
COMMENT=	A Ruby interface to the scientific graphic library DCL
18
17
19
BUILD_DEPENDS=	${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
18
BUILD_DEPENDS=	${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray \
19
		${X11BASE}/lib/libcdcl.a:${PORTSDIR}/science/cdcl
20
RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
20
RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
21
21
22
22
.if defined(WITHOUT_GTK)
23
.if defined(WITHOUT_GTK)
23
.else
24
.else
24
RUN_DEPENDS+=	${RUBY_SITEARCHLIBDIR}/gdk_pixbuf2.so:${PORTSDIR}/graphics/ruby-gdk_pixbuf2 \
25
RUN_DEPENDS+=	${RUBY_SITEARCHLIBDIR}/gdk_pixbuf2.so:${PORTSDIR}/graphics/ruby-gdk_pixbuf2 \
25
		${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2
26
		${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2
26
BUILD_DEPENDS+=	${X11BASE}/lib/libcdcl53.a:${PORTSDIR}/science/cdcl
27
.endif
27
.endif
28
28
29
USE_RUBY=	yes
29
USE_RUBY=	yes
Lines 44-50 Link Here
44
44
45
.include <bsd.port.pre.mk>
45
.include <bsd.port.pre.mk>
46
46
47
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
47
.if ${ARCH} == "ia64"
48
BROKEN=	Does not build on ${ARCH} (Needs to link against shared libraries)
48
BROKEN=	Does not build on ${ARCH} (Needs to link against shared libraries)
49
.endif
49
.endif
50
50
(-)ruby-dcl/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (ruby-dcl-1.5.2.tar.gz) = 6eac6916f09ef1fcf9b93e80dbf3693f
1
MD5 (ruby-dcl-1.5.3.tar.gz) = ac76939f0791f9c7d1900644bb5f0681
2
SHA256 (ruby-dcl-1.5.2.tar.gz) = f80d0430b173348078094ca5c4b6be74db21eda68995c325984c1d7653663626
2
SHA256 (ruby-dcl-1.5.3.tar.gz) = 7f594ed4f238267fbe247a928947c3318cf3179f806ad0c7eaa3458677d28eef
3
SIZE (ruby-dcl-1.5.2.tar.gz) = 237066
3
SIZE (ruby-dcl-1.5.3.tar.gz) = 251061

Return to bug 121285