aboutsummaryrefslogtreecommitdiff
path: root/math/octave-forge-pt_br
diff options
context:
space:
mode:
authorStephen Montgomery-Smith <stephen@FreeBSD.org>2018-02-25 00:12:32 +0000
committerStephen Montgomery-Smith <stephen@FreeBSD.org>2018-02-25 00:12:32 +0000
commit6c8fca2829596a7b2f9fc411e65c661f78398997 (patch)
tree886e8b565703992d93b4256ebe43a3128f9b42ae /math/octave-forge-pt_br
parent08d7a75127cc8ad51610e5c7a1fcd838b4ff7b54 (diff)
downloadports-6c8fca2829596a7b2f9fc411e65c661f78398997.tar.gz
ports-6c8fca2829596a7b2f9fc411e65c661f78398997.zip
Notes
Diffstat (limited to 'math/octave-forge-pt_br')
-rw-r--r--math/octave-forge-pt_br/Makefile27
-rw-r--r--math/octave-forge-pt_br/distinfo2
-rw-r--r--math/octave-forge-pt_br/files/patch-help.icc38
-rw-r--r--math/octave-forge-pt_br/pkg-descr11
4 files changed, 0 insertions, 78 deletions
diff --git a/math/octave-forge-pt_br/Makefile b/math/octave-forge-pt_br/Makefile
deleted file mode 100644
index daa654d37cf3..000000000000
--- a/math/octave-forge-pt_br/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
-# $FreeBSD$
-
-PORTNAME= octave-forge-pt_br
-PORTVERSION= 1.0.9
-PORTREVISION= 14
-CATEGORIES= math
-
-MAINTAINER= stephen@FreeBSD.org
-COMMENT= Octave-forge package ${OCTAVE_PKGNAME}
-
-LICENSE= GPLv2
-LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING
-
-# OCTSRC is the name of the directory of the package.
-# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}.
-OCTSRC= pt_BR
-
-WRKSRC= ${WRKDIR}/${OCTSRC}/src
-
-.include "${.CURDIR}/../../Mk/bsd.octave.mk"
-
-post-build:
- ${RM} ${WRKSRC}/Makefile ${WRKSRC}/configure
- cd ${WRKDIR} && ${TAR} cfz ${DISTNAME}.tar.gz ${OCTSRC}
-
-.include <bsd.port.mk>
diff --git a/math/octave-forge-pt_br/distinfo b/math/octave-forge-pt_br/distinfo
deleted file mode 100644
index 7a85b2cb40d9..000000000000
--- a/math/octave-forge-pt_br/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (octave-forge/pt_br-1.0.9.tar.gz) = 0af7ecfcac33a08ba2f6f4e2a69c83c23d1bb7e11d96adc620f1c211bb65f495
-SIZE (octave-forge/pt_br-1.0.9.tar.gz) = 286841
diff --git a/math/octave-forge-pt_br/files/patch-help.icc b/math/octave-forge-pt_br/files/patch-help.icc
deleted file mode 100644
index 9ea3ffc8bf99..000000000000
--- a/math/octave-forge-pt_br/files/patch-help.icc
+++ /dev/null
@@ -1,38 +0,0 @@
---- help.icc-orig 2011-07-23 03:15:10.000000000 +0000
-+++ help.icc 2011-07-23 03:18:00.000000000 +0000
-@@ -36,6 +36,8 @@
- #include <octave/parse.h>
- #include <octave/procstream.h>
- #include <octave/help.h>
-+#include <octave/syswait.h>
-+#include <octave/lo-sysdep.h>
-
- #include "oct-md5.h"
-
-@@ -68,7 +70,7 @@
- {
- os.flush ();
-
-- std::string tmp_file_name = file_ops::tempnam ("", "");
-+ std::string tmp_file_name = octave_tempnam ("", "");
-
- int cols = command_editor::terminal_cols ();
-
-@@ -124,7 +126,7 @@
- warning ("%s:\n\n%s\n\n", HELP_STRING, msg.c_str ());
- }
-
-- file_ops::unlink (tmp_file_name);
-+ octave_unlink (tmp_file_name);
- }
- else
- os << msg;
-@@ -139,7 +141,7 @@
- std::string h;
-
- std::string file = octave_env::make_absolute
-- (load_path::find_file (nm + LANG_EXT), octave_env::getcwd ());
-+ (load_path::find_file (nm + LANG_EXT), octave_getcwd ());
-
- if (! file.empty ())
- {
diff --git a/math/octave-forge-pt_br/pkg-descr b/math/octave-forge-pt_br/pkg-descr
deleted file mode 100644
index 79ff930aedb4..000000000000
--- a/math/octave-forge-pt_br/pkg-descr
+++ /dev/null
@@ -1,11 +0,0 @@
-The octave-forge package is the result of The GNU Octave Repositry project,
-which is intended to be a central location for custom scripts, functions and
-extensions for GNU Octave. contains the source for all the functions plus
-build and install scripts.
-
-This is pt_br.
-
- Brazilian Portuguese translations of the help strings of the
- Octave functions.
-
-WWW: http://octave.sourceforge.net/