diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2011-09-28 14:33:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2011-09-28 14:33:35 +0800 |
commit | f6b103db7c1dea05904a6942d76aa9f2808eb51e (patch) | |
tree | 868c3fc9176c3f7b24e6b40ce9bd85e0febe4a9f /graphics | |
parent | 5fdd982e11e85226292f0ecdc0815ac0a1d5c867 (diff) | |
download | freebsd-ports-graphics-f6b103db7c1dea05904a6942d76aa9f2808eb51e.tar.gz freebsd-ports-graphics-f6b103db7c1dea05904a6942d76aa9f2808eb51e.tar.zst freebsd-ports-graphics-f6b103db7c1dea05904a6942d76aa9f2808eb51e.zip |
- Remove graphics/pgperl
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/pgperl/Makefile | 35 | ||||
-rw-r--r-- | graphics/pgperl/distinfo | 2 | ||||
-rw-r--r-- | graphics/pgperl/files/patch-aa | 11 | ||||
-rw-r--r-- | graphics/pgperl/pkg-descr | 10 | ||||
-rw-r--r-- | graphics/pgperl/pkg-plist | 21 | ||||
-rw-r--r-- | graphics/pgperl/scripts/configure | 14 |
6 files changed, 0 insertions, 93 deletions
diff --git a/graphics/pgperl/Makefile b/graphics/pgperl/Makefile deleted file mode 100644 index 92bbff71cde..00000000000 --- a/graphics/pgperl/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: pgperl -# Date created: 22 December 1996 -# Whom: jmz -# -# $FreeBSD$ -# - -PORTNAME= pgperl -PORTVERSION= 2.21 -CATEGORIES= graphics perl5 -MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:KGB -DISTNAME= PGPLOT-${PORTVERSION} - -MAINTAINER= perl@FreeBSD.org -COMMENT= A perl5 extension which makes available the pgplot library - -BUILD_DEPENDS= p5-ExtUtils-F77>=1.13:${PORTSDIR}/lang/p5-F77 -LIB_DEPENDS= pgplot.5:${PORTSDIR}/graphics/pgplot - -INSTALL_TARGET= pure_install -SCRIPTS_ENV= PERL=${PERL} -USE_FORTRAN= g77 -USE_PERL5= yes - -MAN3= PGPLOT.3 -MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -.if !defined(NOPORTEXAMPLES) -post-install: - ${MKDIR} ${EXAMPLESDIR}/ - cd ${WRKSRC}/ && ${INSTALL_DATA} LICENSE test* ${EXAMPLESDIR}/ -.endif - -.include <bsd.port.mk> diff --git a/graphics/pgperl/distinfo b/graphics/pgperl/distinfo deleted file mode 100644 index 872f33da32a..00000000000 --- a/graphics/pgperl/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PGPLOT-2.21.tar.gz) = 1b81775a1769139ba615864c564b3f916973d162ee549cec42400345c528565d -SIZE (PGPLOT-2.21.tar.gz) = 53431 diff --git a/graphics/pgperl/files/patch-aa b/graphics/pgperl/files/patch-aa deleted file mode 100644 index ff94521ad05..00000000000 --- a/graphics/pgperl/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/pgperl/pkg-descr b/graphics/pgperl/pkg-descr deleted file mode 100644 index d07b2a30104..00000000000 --- a/graphics/pgperl/pkg-descr +++ /dev/null @@ -1,10 +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. - -WWW: http://search.cpan.org/dist/PGPLOT/ diff --git a/graphics/pgperl/pkg-plist b/graphics/pgperl/pkg-plist deleted file mode 100644 index e07d4472b4b..00000000000 --- a/graphics/pgperl/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/PGPLOT.pm -%%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT/.packlist -%%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT/PGPLOT.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT/PGPLOT.so -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/LICENSE -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.img -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test1.p -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test10.p -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test11.p -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test12.p -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test2.p -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test3.p -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test4.p -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test5.p -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test6.p -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test7.p -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test8.p -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/test9.p -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PGPLOT diff --git a/graphics/pgperl/scripts/configure b/graphics/pgperl/scripts/configure deleted file mode 100644 index 49d05d2dc7f..00000000000 --- a/graphics/pgperl/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 |