diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-09-20 09:45:04 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-09-20 09:45:04 +0000 |
commit | 7eafff56c32b3a327a2d6f3cab6f3a5e55c2ba19 (patch) | |
tree | 69269ef3e9a7ae8477e6ffd09cd1daa5bd0bedda /math/ruby-gnuplot | |
parent | - Remove ALL_TARGETS from OPTIONS_DEFAULT as target-ppc doesn't build (diff) |
Remove expired ports
Keep some which are optional dependencies of non-expired ports
2014-09-18 sysutils/moreutils-parallel: Use moreutils-parallel in sysutils/moreutils instead
2014-09-20 science/ruby-netcdf: Depends on deprecated math/ruby-narray
2014-09-20 x11-toolkits/ruby-fox16: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gnuplot: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-gphys: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-fftw3: Depends on deprecated math/ruby-narray
2014-09-20 science/ruby-dcl: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-numru_misc: Depends on deprecated math/ruby-narray
2014-09-20 math/ruby-narray: RubyForge shutdown May 15 2014
2014-09-20 textproc/ruby-liquid: RubyForge shutdown May 15 2014
2014-09-20 comms/callsign: RubyForge shutdown May 15 2014
2014-09-20 misc/ruby-vpim: RubyForge shutdown May 15 2014
2014-09-20 net/ruby-ldap: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-echoe: Depends on deprecated rubyforge
2014-09-20 www/ruby-borges: RubyForge shutdown May 15 2014
2014-09-20 www/ruby-fcgiwrap: RubyForge shutdown May 15 2014
2014-09-20 www/rubygem-scrubyt: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-multi: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_sqlite3: RubyForge shutdown May 15 2014
2014-09-20 math/ruby-gsl: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-gpgme: RubyForge shutdown May 15 2014
2014-09-20 multimedia/vodcatcher: RubyForge shutdown May 15 2014
2014-09-20 japanese/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-statgrab: RubyForge shutdown May 15 2014
2014-09-20 security/ruby-crypt: RubyForge shutdown May 15 2014
2014-09-20 sysutils/philesight: Depends on deprecated devel/ruby-locale2
2014-09-20 multimedia/podcatcher: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-mp3info: RubyForge shutdown May 15 2014
2014-09-20 multimedia/ruby-flvtool2: RubyForge shutdown May 15 2014
2014-09-20 audio/ruby-freedb: RubyForge shutdown May 15 2014
2014-09-20 graphics/ruby-ming: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-locale2: RubyForge shutdown May 15 2014
2014-09-20 devel/rubygem-rubyforge: RubyForge shutdown May 15 2014
2014-09-20 databases/ruby-dbd_odbc: RubyForge shutdown May 15 2014
2014-09-20 devel/ruby-fastri: RubyForge shutdown May 15 2014
2014-09-20 devel/ri-emacs: RubyForge shutdown May 15 2014
2014-09-20 security/p5-openxpki-client-html-mason: security/p5-openxpki-0.15+ abandoned Mason UI technology in favor of FastCGI
Notes
Notes:
svn path=/head/; revision=368630
Diffstat (limited to 'math/ruby-gnuplot')
-rw-r--r-- | math/ruby-gnuplot/Makefile | 55 | ||||
-rw-r--r-- | math/ruby-gnuplot/distinfo | 2 | ||||
-rw-r--r-- | math/ruby-gnuplot/pkg-descr | 23 | ||||
-rw-r--r-- | math/ruby-gnuplot/pkg-plist | 2 |
4 files changed, 0 insertions, 82 deletions
diff --git a/math/ruby-gnuplot/Makefile b/math/ruby-gnuplot/Makefile deleted file mode 100644 index 697b73895fff..000000000000 --- a/math/ruby-gnuplot/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# Created by: Akinori MUSHA aka knu <knu@idaemons.org> -# $FreeBSD$ - -PORTNAME= gnuplot -PORTVERSION= 0.5 -PORTREVISION= 7 -CATEGORIES= math ruby -MASTER_SITES= SF/r${PORTNAME}/OldFiles -PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} -DISTNAME= r${PORTNAME}-${PORTVERSION} -DIST_SUBDIR= ruby - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Pipe-based interface to the gnuplot package for Ruby - -RUN_DEPENDS= ${LOCALBASE}/bin/gnuplot:${PORTSDIR}/math/gnuplot \ - ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray - -OPTIONS_DEFINE= DOCS EXAMPLES - -USE_RUBY= yes - -RUBY_SHEBANG_FILES= ${WRKSRC}/*.rb - -NO_BUILD= yes - -WRKSRC= ${WRKDIR}/gplot - -DOCSDIR= ${RUBY_MODDOCDIR} -EXAMPLESDIR= ${RUBY_MODEXAMPLESDIR} -PORTDOCS= * -PORTEXAMPLES= * - -DEPRECATED= Depends on deprecated math/ruby-narray -EXPIRATION_DATE= 2014-09-20 - -MAKE_ARGS= INSTALL_PROG="${INSTALL_PROGRAM}" \ - INSTALL_DATA="${INSTALL_DATA}" - -post-patch: - ${RUBY} -i.orig -p \ - -e 'gsub %r:#!/bin/env:, "#!/usr/bin/env"' \ - ${WRKSRC}/Gnuplot.rb - -do-install: - @${MKDIR} ${STAGEDIR}${RUBY_SITELIBDIR}/gplot - ${INSTALL_DATA} ${WRKSRC}/Gnuplot.rb ${STAGEDIR}${RUBY_SITELIBDIR}/gplot/ - @${MKDIR} ${STAGEDIR}${RUBY_MODEXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/*_demo.rb ${STAGEDIR}${RUBY_MODEXAMPLESDIR}/ - @${MKDIR} ${STAGEDIR}${RUBY_MODDOCDIR} -.for f in ChangeLog.txt README - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${RUBY_MODDOCDIR}/ -.endfor - -.include <bsd.port.mk> diff --git a/math/ruby-gnuplot/distinfo b/math/ruby-gnuplot/distinfo deleted file mode 100644 index e9a98947fd45..000000000000 --- a/math/ruby-gnuplot/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (ruby/rgnuplot-0.5.tar.gz) = d09d008fe1d19ac2dd5ac62fcc83a5b9e569ced35de65aa9ea945764555c6dd8 -SIZE (ruby/rgnuplot-0.5.tar.gz) = 14359 diff --git a/math/ruby-gnuplot/pkg-descr b/math/ruby-gnuplot/pkg-descr deleted file mode 100644 index 93c2db26df8c..000000000000 --- a/math/ruby-gnuplot/pkg-descr +++ /dev/null @@ -1,23 +0,0 @@ -Ruby/Gnuplot is a pipe-based interface to the gnuplot package. -Provides the full capabilities of the gnuplot package to Ruby -programs. Inspired by the Python Gnuplot package that works on the -same principle. Here's an example usage of Ruby/Gnuplot: - - require 'narray' - require 'gplot/Gnuplot' - - x = NArray.sfloat(100).indgen! - y = x.collect { |i| i*i } - - plot = Plot.new () - - plot.setTitle ("Demo 1"); - plot.setXlabel ("X"); - plot.setYlabel ("X^2"); - - ds = DataSet.new (y, {"with"=> "lines", "title"=>"Data"}) - ds.setGrid (x) - - plot.draw ( ds ) - -WWW: http://physci.gmu.edu/~gmiller/gnuplot/ diff --git a/math/ruby-gnuplot/pkg-plist b/math/ruby-gnuplot/pkg-plist deleted file mode 100644 index 61255f987546..000000000000 --- a/math/ruby-gnuplot/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -%%RUBY_SITELIBDIR%%/gplot/Gnuplot.rb -@dirrm %%RUBY_SITELIBDIR%%/gplot |