summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2010-05-28 17:03:53 +0000
committertnn <tnn@pkgsrc.org>2010-05-28 17:03:53 +0000
commitbc9999240424df93dfe77e513843fa2947ed3348 (patch)
treebd055d371db13cf4490f2908f7092dff25297e9d /math
parentf5ce1602b79b2909e57058cdaf8f666ffb28beaf (diff)
downloadpkgsrc-bc9999240424df93dfe77e513843fa2947ed3348.tar.gz
math/orpie was broken by an ocaml update three years ago and nobody stepped
up to fix it, so let's remove it for now.
Diffstat (limited to 'math')
-rw-r--r--math/Makefile3
-rw-r--r--math/orpie/DESCR5
-rw-r--r--math/orpie/Makefile25
-rw-r--r--math/orpie/PLIST7
-rw-r--r--math/orpie/distinfo6
-rw-r--r--math/orpie/patches/patch-ac14
6 files changed, 1 insertions, 59 deletions
diff --git a/math/Makefile b/math/Makefile
index 472c2f6e067..acd7cc0f7a3 100644
--- a/math/Makefile
+++ b/math/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.205 2010/05/19 11:48:39 obache Exp $
+# $NetBSD: Makefile,v 1.206 2010/05/28 17:03:53 tnn Exp $
COMMENT= Mathematics
@@ -117,7 +117,6 @@ SUBDIR+= odepack
SUBDIR+= openaxiom
SUBDIR+= openfst
SUBDIR+= ordCalc
-SUBDIR+= orpie
SUBDIR+= otter
SUBDIR+= p5-Excel-Template
SUBDIR+= p5-Excel-Template-Plus
diff --git a/math/orpie/DESCR b/math/orpie/DESCR
deleted file mode 100644
index 771fcec71d8..00000000000
--- a/math/orpie/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-Orpie is a fullscreen RPN calculator for the console.
-Its operation is similar to that of modern HP calculators, but data entry has
-been optimized for efficiency on a PC keyboard. Features include extensive
-scientific calculator functionality, command completion, and a visible
-interactive stack.
diff --git a/math/orpie/Makefile b/math/orpie/Makefile
deleted file mode 100644
index 8646a36f68f..00000000000
--- a/math/orpie/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2008/03/28 04:19:56 tnn Exp $
-#
-
-DISTNAME= orpie-1.5.1
-CATEGORIES= math
-MASTER_SITES= http://pessimization.com/software/orpie/
-
-MAINTAINER= tnn@NetBSD.org
-HOMEPAGE= http://pessimization.com/software/orpie/
-COMMENT= Curses-based reverse polish notation (RPN) calculator
-
-PKG_DESTDIR_SUPPORT= user-destdir
-GNU_CONFIGURE= YES
-USE_TOOLS+= gmake
-
-CONFIGURE_ARGS+= --with-ncurses
-
-INCOMPAT_CURSES+= NetBSD-*-*
-CONF_FILES+= ${PREFIX}/share/examples/orpie/orpierc \
- ${PKG_SYSCONFDIR}/orpierc
-
-.include "../../devel/ncurses/buildlink3.mk"
-.include "../../lang/ocaml/buildlink3.mk"
-.include "../../math/gsl/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/math/orpie/PLIST b/math/orpie/PLIST
deleted file mode 100644
index b369b45128d..00000000000
--- a/math/orpie/PLIST
+++ /dev/null
@@ -1,7 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:05:46 joerg Exp $
-bin/orpie
-bin/orpie-curses-keys
-man/man1/orpie-curses-keys.1
-man/man1/orpie.1
-man/man5/orpierc.5
-share/examples/orpie/orpierc
diff --git a/math/orpie/distinfo b/math/orpie/distinfo
deleted file mode 100644
index 572b89698ab..00000000000
--- a/math/orpie/distinfo
+++ /dev/null
@@ -1,6 +0,0 @@
-$NetBSD: distinfo,v 1.3 2007/09/14 12:48:50 tnn Exp $
-
-SHA1 (orpie-1.5.1.tar.gz) = 4e4887d8abcf015a5b423a2d1164ace95ab2d5c1
-RMD160 (orpie-1.5.1.tar.gz) = 30d3da01dff09fea8fae5d568d7c0279a9a3b289
-Size (orpie-1.5.1.tar.gz) = 370851 bytes
-SHA1 (patch-ac) = ad27b3606d3037bc65046c2a577a1247e2c4c277
diff --git a/math/orpie/patches/patch-ac b/math/orpie/patches/patch-ac
deleted file mode 100644
index f8a9f60928f..00000000000
--- a/math/orpie/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.2 2007/09/13 12:10:40 tnn Exp $
-
---- Makefile.in.orig 2007-09-13 08:35:16.000000000 +0200
-+++ Makefile.in
-@@ -151,7 +151,8 @@ install-indep:
- mkdir -p $(DESTDIR)/$(sysconfdir)
- mkdir -p $(MANDIR)/man1
- mkdir -p $(MANDIR)/man5
-- install -m 644 orpierc $(DESTDIR)/$(sysconfdir)
-+ mkdir -p $(DESTDIR)$(PREFIX)/share/examples/orpie
-+ install -m 644 orpierc $(DESTDIR)$(PREFIX)/share/examples/orpie
- install -m 644 doc/orpie.1 $(MANDIR)/man1/orpie.1
- install -m 644 doc/orpie-curses-keys.1 $(MANDIR)/man1/orpie-curses-keys.1
- install -m 644 doc/orpierc.5 $(MANDIR)/man5/orpierc.5