summaryrefslogtreecommitdiff
path: root/graphics/p5-PGPLOT
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/p5-PGPLOT')
-rw-r--r--graphics/p5-PGPLOT/Makefile32
-rw-r--r--graphics/p5-PGPLOT/distinfo1
-rw-r--r--graphics/p5-PGPLOT/pkg-comment1
-rw-r--r--graphics/p5-PGPLOT/pkg-descr15
-rw-r--r--graphics/p5-PGPLOT/pkg-plist22
-rw-r--r--graphics/p5-PGPLOT/scripts/configure14
6 files changed, 0 insertions, 85 deletions
diff --git a/graphics/p5-PGPLOT/Makefile b/graphics/p5-PGPLOT/Makefile
deleted file mode 100644
index dfe2a17f470b..000000000000
--- a/graphics/p5-PGPLOT/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: pgperl
-# Version required: 2.06
-# Date created: 22 December 1996
-# Whom: jmz
-#
-# $Id: Makefile,v 1.12 1998/11/11 05:37:20 asami Exp $
-#
-
-DISTNAME= PGPLOT-2.08
-PKGNAME= pgperl-2.08
-CATEGORIES= graphics perl5
-MASTER_SITES= ftp://ftp.ast.cam.ac.uk/pgperl/
-
-MAINTAINER= jmz@FreeBSD.org
-
-LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot
-
-USE_PERL5= yes
-ALL_TARGET= dynamic
-SCRIPTS_ENV= PERL=${PERL}
-
-.include <bsd.port.pre.mk>
-
-MAN3= ExtUtils::F77.3 PGPLOT.3
-MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-
-post-install:
- @${MKDIR} ${PREFIX}/share/doc/pgperl
- @(cd ${WRKSRC}; ${INSTALL_DATA} LICENSE test* \
- ${PREFIX}/share/doc/pgperl)
-
-.include <bsd.port.post.mk>
diff --git a/graphics/p5-PGPLOT/distinfo b/graphics/p5-PGPLOT/distinfo
deleted file mode 100644
index d4a0f008757d..000000000000
--- a/graphics/p5-PGPLOT/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (PGPLOT-2.08.tar.gz) = bedbc361ef5e064b26aeef1afa424d81
diff --git a/graphics/p5-PGPLOT/pkg-comment b/graphics/p5-PGPLOT/pkg-comment
deleted file mode 100644
index 1baa6866eba3..000000000000
--- a/graphics/p5-PGPLOT/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-A perl5 extension which makes available the pgplot library.
diff --git a/graphics/p5-PGPLOT/pkg-descr b/graphics/p5-PGPLOT/pkg-descr
deleted file mode 100644
index 8b43a1ea17ce..000000000000
--- a/graphics/p5-PGPLOT/pkg-descr
+++ /dev/null
@@ -1,15 +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:
-
-http://www.ast.cam.ac.uk/~kgb/pgperl.html
-
-Karl Glazebrook,
----
-kgb@ast.cam.ac.uk Institute of Astronomy, Cambridge, U.K.
diff --git a/graphics/p5-PGPLOT/pkg-plist b/graphics/p5-PGPLOT/pkg-plist
deleted file mode 100644
index 6087ff82a84a..000000000000
--- a/graphics/p5-PGPLOT/pkg-plist
+++ /dev/null
@@ -1,22 +0,0 @@
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/ExtUtils/F77.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/PGPLOT.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PGPLOT/PGPLOT.so
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PGPLOT/PGPLOT.bs
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PGPLOT/.packlist
-share/doc/pgperl/LICENSE
-share/doc/pgperl/test.img
-share/doc/pgperl/test.pl
-share/doc/pgperl/test1.p
-share/doc/pgperl/test10.p
-share/doc/pgperl/test11.p
-share/doc/pgperl/test12.p
-share/doc/pgperl/test2.p
-share/doc/pgperl/test3.p
-share/doc/pgperl/test4.p
-share/doc/pgperl/test5.p
-share/doc/pgperl/test6.p
-share/doc/pgperl/test7.p
-share/doc/pgperl/test8.p
-share/doc/pgperl/test9.p
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/PGPPLOT
-@dirrm share/doc/pgperl
diff --git a/graphics/p5-PGPLOT/scripts/configure b/graphics/p5-PGPLOT/scripts/configure
deleted file mode 100644
index dead08ab2a0d..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
-done
-
-$PERL Makefile.PL.new
-