summaryrefslogtreecommitdiff
path: root/math/plplot-ada
diff options
context:
space:
mode:
Diffstat (limited to 'math/plplot-ada')
-rw-r--r--math/plplot-ada/Makefile30
-rw-r--r--math/plplot-ada/files/Makefile17
-rw-r--r--math/plplot-ada/files/build_plplot.gpr15
-rw-r--r--math/plplot-ada/files/plplot.gpr.in15
-rw-r--r--math/plplot-ada/pkg-descr4
-rw-r--r--math/plplot-ada/pkg-plist16
6 files changed, 0 insertions, 97 deletions
diff --git a/math/plplot-ada/Makefile b/math/plplot-ada/Makefile
deleted file mode 100644
index b1ba9e245433..000000000000
--- a/math/plplot-ada/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: John Marino <marino@FreeBSD.org>
-
-PORTNAME= plplot
-PORTVERSION= ${RELEASE}
-PORTREVISION= 1
-CATEGORIES= math
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source
-PKGNAMESUFFIX= -ada
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Ada bindings for PLplot
-
-LICENSE= LGPL3
-
-LIB_DEPENDS= libplplot.so:math/plplot
-
-USES= ada
-
-DISTINFO_FILE= ${.CURDIR}/../plplot/distinfo
-RELEASE!= awk '/SHA/ {split($$2,a,"."); print substr(a[1], 9) "." a[2] "." a[3];}' ${DISTINFO_FILE}
-BUILD_WRKSRC= ${WRKSRC}/bindings
-INSTALL_WRKSRC= ${WRKSRC}/bindings
-
-post-extract:
- ${CP} ${FILESDIR}/build_plplot.gpr ${FILESDIR}/Makefile \
- ${BUILD_WRKSRC}
- ${CAT} ${FILESDIR}/plplot.gpr.in | \
- ${SED} -e "s|@PREFIX@|${PREFIX}|g" > ${BUILD_WRKSRC}/plplot.gpr
-
-.include <bsd.port.mk>
diff --git a/math/plplot-ada/files/Makefile b/math/plplot-ada/files/Makefile
deleted file mode 100644
index 3bdb4f98c091..000000000000
--- a/math/plplot-ada/files/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-all: build
-
-build:
- gnatmake -p -P build_plplot
-
-install:
- mkdir -p ${DESTDIR}${PREFIX}/lib/gnat \
- ${DESTDIR}${PREFIX}/lib/plplotada \
- ${DESTDIR}${PREFIX}/include/plplotada
- ${BSD_INSTALL_DATA} ada/build/lib/libplplotada.a \
- ${DESTDIR}${PREFIX}/lib/plplotada
- ${BSD_INSTALL_DATA} ada/build/lib/*.ali \
- ${DESTDIR}${PREFIX}/lib/plplotada
- ${BSD_INSTALL_DATA} plplot.gpr \
- ${DESTDIR}${PREFIX}/lib/gnat
- ${BSD_INSTALL_DATA} ada/*.ad[bs] \
- ${DESTDIR}${PREFIX}/include/plplotada
diff --git a/math/plplot-ada/files/build_plplot.gpr b/math/plplot-ada/files/build_plplot.gpr
deleted file mode 100644
index c347c14716b0..000000000000
--- a/math/plplot-ada/files/build_plplot.gpr
+++ /dev/null
@@ -1,15 +0,0 @@
-project BUILD_PLPLOT is
-
- for Languages use ("Ada");
-
- for Source_Dirs use ("ada");
- for Object_Dir use "ada/build";
- for Library_Dir use "ada/build/lib";
- for Library_Name use "plplotada";
- for Library_Kind use "static";
-
- package compiler is
- for switches ("Ada") use ("-O2", "-gnatn");
- end compiler;
-
-end BUILD_PLPLOT ;
diff --git a/math/plplot-ada/files/plplot.gpr.in b/math/plplot-ada/files/plplot.gpr.in
deleted file mode 100644
index a21c7947f14d..000000000000
--- a/math/plplot-ada/files/plplot.gpr.in
+++ /dev/null
@@ -1,15 +0,0 @@
-library project PLPLOT is
-
- for Languages use ("Ada");
-
- for Source_Dirs use ("../../include/plplotada");
- for Library_Dir use "../../lib/plplotada";
- for Library_Name use "plplotada";
- for Library_Kind use "static";
- for Externally_Built use "True";
-
- package Linker is
- for switches ("Ada") use ("-L@PREFIX@/lib", "-lplplotd");
- end Linker;
-
-end PLPLOT;
diff --git a/math/plplot-ada/pkg-descr b/math/plplot-ada/pkg-descr
deleted file mode 100644
index 8011301b174d..000000000000
--- a/math/plplot-ada/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-These are the Ada bindings for math/plplot, a cross-platform software
-package for creating scientific plots.
-
-WWW: http://plplot.sourceforge.net
diff --git a/math/plplot-ada/pkg-plist b/math/plplot-ada/pkg-plist
deleted file mode 100644
index 4ccf9142df83..000000000000
--- a/math/plplot-ada/pkg-plist
+++ /dev/null
@@ -1,16 +0,0 @@
-include/plplotada/plplot.ads
-include/plplotada/plplot_auxiliary.adb
-include/plplotada/plplot_auxiliary.ads
-include/plplotada/plplot_standard.adb
-include/plplotada/plplot_standard.ads
-include/plplotada/plplot_thin.adb
-include/plplotada/plplot_thin.ads
-include/plplotada/plplot_traditional.adb
-include/plplotada/plplot_traditional.ads
-lib/gnat/plplot.gpr
-lib/plplotada/libplplotada.a
-lib/plplotada/plplot.ali
-lib/plplotada/plplot_auxiliary.ali
-lib/plplotada/plplot_standard.ali
-lib/plplotada/plplot_thin.ali
-lib/plplotada/plplot_traditional.ali