From 7eafff56c32b3a327a2d6f3cab6f3a5e55c2ba19 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sat, 20 Sep 2014 09:45:04 +0000 Subject: 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 --- math/ruby-gnuplot/Makefile | 55 ---------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 math/ruby-gnuplot/Makefile (limited to 'math/ruby-gnuplot/Makefile') 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 -# $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 -- cgit v1.3