diff options
Diffstat (limited to 'graphics/p5-PGPLOT')
-rw-r--r-- | graphics/p5-PGPLOT/Makefile | 39 | ||||
-rw-r--r-- | graphics/p5-PGPLOT/distinfo | 3 | ||||
-rw-r--r-- | graphics/p5-PGPLOT/files/patch-aa | 11 | ||||
-rw-r--r-- | graphics/p5-PGPLOT/pkg-descr | 11 | ||||
-rw-r--r-- | graphics/p5-PGPLOT/pkg-plist | 21 | ||||
-rw-r--r-- | graphics/p5-PGPLOT/scripts/configure | 14 |
6 files changed, 0 insertions, 99 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile deleted file mode 100644 index 8d99d96c5b08..000000000000 --- a/graphics/p5-PGPLOT/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# New ports collection makefile for: pgperl -# Date created: 22 December 1996 -# Whom: jmz -# -# $FreeBSD$ -# - -PORTNAME= pgperl -PORTVERSION= 2.20 -PORTREVISION= 1 -CATEGORIES= graphics perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../by-authors/id/K/KG/KGB -DISTNAME= PGPLOT-${PORTVERSION} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A perl5 extension which makes available the pgplot library - -LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot -BUILD_DEPENDS= ${SITE_PERL}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 -USE_FORTRAN= g77 - -MAN3= PGPLOT.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -USE_PERL5= yes -SCRIPTS_ENV= PERL=${PERL} -INSTALL_TARGET= pure_install - -.include <bsd.port.pre.mk> - -.ifndef(NOPORTDOCS) -post-install: - @${MKDIR} ${EXAMPLESDIR} - @(cd ${WRKSRC}; ${INSTALL_DATA} LICENSE test* \ - ${EXAMPLESDIR}) -.endif - -.include <bsd.port.post.mk> diff --git a/graphics/p5-PGPLOT/distinfo b/graphics/p5-PGPLOT/distinfo deleted file mode 100644 index 2e9092dac88c..000000000000 --- a/graphics/p5-PGPLOT/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (PGPLOT-2.20.tar.gz) = 2843f43f2062f32a79aac9767203e0bb -SHA256 (PGPLOT-2.20.tar.gz) = 4d3fe8770da527cb2e0df70b68e41dc80b8a8e421298df3c8b26cd03e431adae -SIZE (PGPLOT-2.20.tar.gz) = 51774 diff --git a/graphics/p5-PGPLOT/files/patch-aa b/graphics/p5-PGPLOT/files/patch-aa deleted file mode 100644 index ff94521ad056..000000000000 --- a/graphics/p5-PGPLOT/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- PGPLOT.xs.orig Wed Sep 27 17:43:36 2000 -+++ PGPLOT.xs Wed Sep 27 17:43:56 2000 -@@ -8,6 +8,8 @@ - - */ - -+#define PERL_POLLUTE -+ - #include "EXTERN.h" /* std perl include */ - #include "perl.h" /* std perl include */ - #include "XSUB.h" /* XSUB include */ diff --git a/graphics/p5-PGPLOT/pkg-descr b/graphics/p5-PGPLOT/pkg-descr deleted file mode 100644 index 8ccba5632008..000000000000 --- a/graphics/p5-PGPLOT/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -'pgperl' is a version of the Perl language which has available -the PGPLOT FORTRAN library, a very popular package for plotting -astronomical data. (As a glance through any issue of ApJ or MNRAS will -confirm.) The details of this involve some complicated C glue routines -but are transparent to the user. - -See the file LICENSE in /usr/local/share/doc/pgperl for copyright/licensing -information and the file pgperl.doc on how to use pgplot from perl. -This is also similar documentation on the pgperl WWW Home Page at: - -WWW: http://www.aao.gov.au/local/www/kgb/pgperl/ diff --git a/graphics/p5-PGPLOT/pkg-plist b/graphics/p5-PGPLOT/pkg-plist deleted file mode 100644 index e9905f3127a1..000000000000 --- a/graphics/p5-PGPLOT/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/PGPLOT.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT/PGPLOT.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT/PGPLOT.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT/.packlist -%%PORTDOCS%%%%EXAMPLESDIR%%/LICENSE -%%PORTDOCS%%%%EXAMPLESDIR%%/test.img -%%PORTDOCS%%%%EXAMPLESDIR%%/test.pl -%%PORTDOCS%%%%EXAMPLESDIR%%/test1.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test10.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test11.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test12.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test2.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test3.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test4.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test5.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test6.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test7.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test8.p -%%PORTDOCS%%%%EXAMPLESDIR%%/test9.p -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% diff --git a/graphics/p5-PGPLOT/scripts/configure b/graphics/p5-PGPLOT/scripts/configure deleted file mode 100644 index 49d05d2dc7f6..000000000000 --- a/graphics/p5-PGPLOT/scripts/configure +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh - -cd $WRKSRC || exit 1 - -sed -e s:/usr/local/pgplot:$PREFIX/lib: \ - -e s:/home/aaossm/kgb/soft/pgplot/bld:$PREFIX/include: <Makefile.PL \ - >Makefile.PL.new -for f in test*.p*; do - mv $f old_$f - sed -e s:/usr/local/bin/perl:$PERL: < old_$f >$f - rm old_$f -done - -$PERL Makefile.PL.new PREFIX=$PREFIX |