# New ports collection makefile for: RubyDCL # Date created: 15 Febrary 2004 # Whom: Shin'ya Murakami # # $FreeBSD$ # PORTNAME= dcl PORTVERSION= 1.5.2 CATEGORIES= science graphics ruby MASTER_SITES= http://www.gfd-dennou.org/arch/ruby/products/ruby-dcl/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} DISTNAME= ruby-${PORTNAME}-${PORTVERSION} MAINTAINER= murakami@ahs.scitec.kobe-u.ac.jp COMMENT= A Ruby interface to the scientific graphic library DCL BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray .if defined(WITHOUT_GTK) .else RUN_DEPENDS+= ${RUBY_SITEARCHLIBDIR}/gdk_pixbuf2.so:${PORTSDIR}/graphics/ruby-gdk_pixbuf2 \ ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2 BUILD_DEPENDS+= ${X11BASE}/lib/libcdcl53.a:${PORTSDIR}/science/cdcl .endif USE_RUBY= yes USE_RUBY_EXTCONF= yes DOCS= ChangeLog README ToDo DEMODIRS= gokuraku grph1 grph2 math2 rakuraku DEMOGOKU= hop jump layout step u1d u2d DEMOGRPH1= scpack sgpack slpack DEMOGRPH2= grpack g2pack ucpack udegpk ulpack umpack uspack uupack \ uxyzpk ximage DEMOMATH1= gt2dlib DEMOMATH2= fftlib intrlib rnmlib vstlib DEMORAKU= color kihon layout map3d miss quick u2d uspack uxyz DEMODAT= grph1/scpack/t810630.dat grph1/scpack/t811231.dat \ grph2/umpack/t811231.dat grph2/ximage/MEMO \ grph2/ximage/tomsclm.dat .include .if ${ARCH} == "amd64" || ${ARCH} == "ia64" BROKEN= Does not build on ${ARCH} (Needs to link against shared libraries) .endif post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} .for f in ${DEMODIRS} ${MKDIR} ${RUBY_MODEXAMPLESDIR}/${f} .endfor .for f in ${DEMOGOKU} ${MKDIR} ${RUBY_MODEXAMPLESDIR}/gokuraku/${f} ${INSTALL_DATA} ${WRKSRC}/demo/gokuraku/${f}/*.rb ${RUBY_MODEXAMPLESDIR}/gokuraku/${f} .endfor .for f in ${DEMOGRPH1} ${MKDIR} ${RUBY_MODEXAMPLESDIR}/grph1/${f} ${INSTALL_DATA} ${WRKSRC}/demo/grph1/${f}/*.rb ${RUBY_MODEXAMPLESDIR}/grph1/${f} .endfor .for f in ${DEMOGRPH2} ${MKDIR} ${RUBY_MODEXAMPLESDIR}/grph2/${f} ${INSTALL_DATA} ${WRKSRC}/demo/grph2/${f}/*.rb ${RUBY_MODEXAMPLESDIR}/grph2/${f} .endfor .for f in ${DEMOMATH1} ${MKDIR} ${RUBY_MODEXAMPLESDIR}/math1/${f} ${INSTALL_DATA} ${WRKSRC}/demo/math1/${f}/*.rb ${RUBY_MODEXAMPLESDIR}/math1/${f} .endfor .for f in ${DEMOMATH2} ${MKDIR} ${RUBY_MODEXAMPLESDIR}/math2/${f} ${INSTALL_DATA} ${WRKSRC}/demo/math2/${f}/*.rb ${RUBY_MODEXAMPLESDIR}/math2/${f} .endfor .for f in ${DEMORAKU} ${MKDIR} ${RUBY_MODEXAMPLESDIR}/rakuraku/${f} ${INSTALL_DATA} ${WRKSRC}/demo/rakuraku/${f}/*.rb ${RUBY_MODEXAMPLESDIR}/rakuraku/${f} .endfor .for f in ${DEMODAT} ${INSTALL_DATA} ${WRKSRC}/demo/${f} ${RUBY_MODEXAMPLESDIR}/${f} .endfor ${MKDIR} ${RUBY_MODDOCDIR} .for f in ${DOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR} .endfor .endif .include on4/files/serve-10.1.2'>dependabot/npm_and_yarn/devel/electron4/files/serve-10.1.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - adoption of optionsNG frameworkjgh2013-05-241-11/+9
| | | | Approved by: portmgr (bapt)
* Move the rc.d scripts of the form *.sh.in to *.indougb2012-08-062-1/+1
| | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
| | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other.
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
|
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
| | | | s#. %%RC_SUBR%%#. /etc/rc.subr#
* Fix circular dependency with jabberd startup script.bland2009-10-132-1/+1
| | | | | PR: 139385 Approved by: maintainer
* Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.comedwin2008-03-131-1/+3
| | | | | | | | where the portname does not match the projects hostname. PR: ports/121453 (related) Submitted by: Edwin Groothuis <edwin@mavetju.org> Reviewed by: pav@
* - Fix WWW and MASTER_SITES to reflect new project's pagegarga2008-01-232-2/+2
| | | | | | PR: ports/119896 Submitted by: garga Approved by: maintainer
* - Revert DISTVERSION changes I made in last revision to fix version wentrafan2007-07-211-2/+2
| | | | | | | | backwards. Note that 0.8a > 0.8 and 0.8a < 0.9, so I don't choose to use PORTEPOCH. Noticed by: erwin, linimon Approved by: maintainer (implicit)