diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 | ||||
-rw-r--r-- | math/hfst/Makefile | 28 | ||||
-rw-r--r-- | math/hfst/distinfo | 5 | ||||
-rw-r--r-- | math/hfst/files/patch-libhfst-src-parsers-XfstCompiler.cc | 10 | ||||
-rw-r--r-- | math/hfst/files/patch-tools-src-hfst-commandline.cc | 11 | ||||
-rw-r--r-- | math/hfst/pkg-descr | 5 | ||||
-rw-r--r-- | math/hfst/pkg-plist | 264 | ||||
-rw-r--r-- | math/jakarta-commons-math/Makefile | 72 | ||||
-rw-r--r-- | math/jakarta-commons-math/distinfo | 4 | ||||
-rw-r--r-- | math/jakarta-commons-math/files/patch-build.xml | 39 | ||||
-rw-r--r-- | math/jakarta-commons-math/pkg-descr | 5 | ||||
-rw-r--r-- | math/octave-forge-communications/Makefile | 36 | ||||
-rw-r--r-- | math/octave-forge-communications/distinfo | 2 | ||||
-rw-r--r-- | math/octave-forge-communications/pkg-descr | 11 |
14 files changed, 0 insertions, 495 deletions
diff --git a/math/Makefile b/math/Makefile index bbec4fe87303..fda241686e13 100644 --- a/math/Makefile +++ b/math/Makefile @@ -242,7 +242,6 @@ SUBDIR += grpn SUBDIR += gsl SUBDIR += hexcalc - SUBDIR += hfst SUBDIR += hs-Agda SUBDIR += hs-Agda-stdlib SUBDIR += hs-NumInstances @@ -273,7 +272,6 @@ SUBDIR += ised SUBDIR += jacal SUBDIR += jags - SUBDIR += jakarta-commons-math SUBDIR += jakarta-commons-math3 SUBDIR += jama SUBDIR += jeuclid @@ -379,7 +377,6 @@ SUBDIR += octave-forge-bsltl SUBDIR += octave-forge-cgi SUBDIR += octave-forge-civil-engineering - SUBDIR += octave-forge-communications SUBDIR += octave-forge-control SUBDIR += octave-forge-data-smoothing SUBDIR += octave-forge-database diff --git a/math/hfst/Makefile b/math/hfst/Makefile deleted file mode 100644 index 4b2bfe2c20dc..000000000000 --- a/math/hfst/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Dmitry Sivachenko <mitya@yandex-team.ru> -# $FreeBSD$ - -PORTNAME= hfst -PORTVERSION= 3.13.0 -PORTREVISION= 3 -CATEGORIES= math - -MAINTAINER= demon@FreeBSD.org -COMMENT= Toolkit for for processing natural language morphologies - -BROKEN= fails to build: /usr/bin/byacc: e - line 75 of "/wrkdirs/usr/ports/math/hfst/work/hfst-c187d5a/libhfst/src/parsers/xre_parse.yy", syntax error -DEPRECATED= Broken for more than 5 months -EXPIRATION_DATE= 2018-08-20 - -USE_GITHUB= yes -GH_TAGNAME= c187d5a - -USES= autoreconf libtool pathfix pkgconfig python:2.7 readline shebangfix -USE_GCC= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-readline --enable-lexc-wrapper --enable-proc --enable-tagger --enable-train-tagger --enable-xfst --enable-shuffle --enable-traverse -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libxml2 -LDFLAGS+= -L${LOCALBASE}/lib -SHEBANG_FILES= tools/src/hfst-tagger/src/hfst_tagger_compute_data_statistics.py -USE_LDCONFIG= yes - -.include <bsd.port.mk> diff --git a/math/hfst/distinfo b/math/hfst/distinfo deleted file mode 100644 index 38ac1e576d52..000000000000 --- a/math/hfst/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1506332455 -SHA256 (hfst-hfst-3.13.0-c187d5a_GH0.tar.gz) = 5d90d1d7e6ebdf6010532a097ae1d7e170be9ab82a43d3d6018e42fb0c51cc90 -SIZE (hfst-hfst-3.13.0-c187d5a_GH0.tar.gz) = 23840495 -SHA256 (134d5a5aac3f.patch) = 9f7eacf517002af2cb1eb3d48d095d0f5d2f3100adfc4edf24279245f7d7d542 -SIZE (134d5a5aac3f.patch) = 1027 diff --git a/math/hfst/files/patch-libhfst-src-parsers-XfstCompiler.cc b/math/hfst/files/patch-libhfst-src-parsers-XfstCompiler.cc deleted file mode 100644 index f19367b206df..000000000000 --- a/math/hfst/files/patch-libhfst-src-parsers-XfstCompiler.cc +++ /dev/null @@ -1,10 +0,0 @@ ---- libhfst/src/parsers/XfstCompiler.cc.orig 2014-07-04 18:26:59.000000000 +0400 -+++ libhfst/src/parsers/XfstCompiler.cc 2014-07-04 18:27:09.000000000 +0400 -@@ -18,6 +18,7 @@ - # include <config.h> - #endif - -+#define _WITH_GETLINE - #include <string> - #include <map> - #include <list> diff --git a/math/hfst/files/patch-tools-src-hfst-commandline.cc b/math/hfst/files/patch-tools-src-hfst-commandline.cc deleted file mode 100644 index fd5107985afd..000000000000 --- a/math/hfst/files/patch-tools-src-hfst-commandline.cc +++ /dev/null @@ -1,11 +0,0 @@ ---- tools/src/hfst-commandline.cc.orig 2017-09-25 13:48:38.560155000 +0300 -+++ tools/src/hfst-commandline.cc 2017-09-25 13:48:46.814581000 +0300 -@@ -24,6 +24,8 @@ - # define PACKAGE_BUGREPORT "" - #endif - -+#define _WITH_GETLINE -+ - #include <cassert> - #include <climits> - #include <cmath> diff --git a/math/hfst/pkg-descr b/math/hfst/pkg-descr deleted file mode 100644 index 9048dcb0f8b4..000000000000 --- a/math/hfst/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -The Helsinki Finite-State Transducer toolkit is intended for processing -natural language morphologies. The toolkit is demonstrated by wide-coverage -implementations of a number of languages of varying morphological complexity. - -WWW: https://hfst.github.io/ diff --git a/math/hfst/pkg-plist b/math/hfst/pkg-plist deleted file mode 100644 index 7d2ff0a67c94..000000000000 --- a/math/hfst/pkg-plist +++ /dev/null @@ -1,264 +0,0 @@ -bin/hfst-affix-guessify -bin/hfst-apertium-proc -bin/hfst-build-tagger -bin/hfst-calculate -bin/hfst-compare -bin/hfst-compose -bin/hfst-compose-intersect -bin/hfst-concatenate -bin/hfst-conjunct -bin/hfst-determinise -bin/hfst-determinize -bin/hfst-disjunct -bin/hfst-edit-metadata -bin/hfst-expand -bin/hfst-flookup -bin/hfst-format -bin/hfst-fst2fst -bin/hfst-fst2strings -bin/hfst-fst2txt -bin/hfst-grep -bin/hfst-guess -bin/hfst-guessify -bin/hfst-head -bin/hfst-info -bin/hfst-intersect -bin/hfst-invert -bin/hfst-lexc -bin/hfst-lexc-wrapper -bin/hfst-lookup -bin/hfst-minimise -bin/hfst-minimize -bin/hfst-minus -bin/hfst-multiply -bin/hfst-name -bin/hfst-open-input-file-for-tagger -bin/hfst-optimised-lookup -bin/hfst-optimized-lookup -bin/hfst-pair-test -bin/hfst-pmatch -bin/hfst-pmatch2fst -bin/hfst-proc -bin/hfst-proc2 -bin/hfst-project -bin/hfst-prune-alphabet -bin/hfst-push-weights -bin/hfst-regexp2fst -bin/hfst-remove-epsilons -bin/hfst-repeat -bin/hfst-reverse -bin/hfst-reweight -bin/hfst-reweight-tagger -bin/hfst-sfstpl2fst -bin/hfst-shuffle -bin/hfst-split -bin/hfst-strings2fst -bin/hfst-substitute -bin/hfst-subtract -bin/hfst-summarise -bin/hfst-summarize -bin/hfst-tag -bin/hfst-tail -bin/hfst-tokenise -bin/hfst-tokenize -bin/hfst-train-tagger -bin/hfst-train-tagger-loc -bin/hfst-train-tagger-system -bin/hfst-traverse -bin/hfst-twolc -bin/hfst-txt2fst -bin/hfst-union -bin/hfst-xfst -bin/hfst_tagger_compute_data_statistics.py -include/hfst/ComposeIntersectFst.h -include/hfst/ComposeIntersectLexicon.h -include/hfst/ComposeIntersectRule.h -include/hfst/ComposeIntersectRulePair.h -include/hfst/ConvertTransducerFormat.h -include/hfst/FomaTransducer.h -include/hfst/FormatSpecifiers.h -include/hfst/HarmonizeUnknownAndIdentitySymbols.h -include/hfst/HfstBasicTransducer.h -include/hfst/HfstBasicTransition.h -include/hfst/HfstDataTypes.h -include/hfst/HfstEpsilonHandler.h -include/hfst/HfstExceptionDefs.h -include/hfst/HfstExtractStrings.h -include/hfst/HfstFlagDiacritics.h -include/hfst/HfstInputStream.h -include/hfst/HfstLookupFlagDiacritics.h -include/hfst/HfstOlTransducer.h -include/hfst/HfstOutputStream.h -include/hfst/HfstPrintDot.h -include/hfst/HfstPrintPCKimmo.h -include/hfst/HfstStrings2FstTokenizer.h -include/hfst/HfstSymbolDefs.h -include/hfst/HfstTokenizer.h -include/hfst/HfstTransducer.h -include/hfst/HfstTransition.h -include/hfst/HfstTransitionGraph.h -include/hfst/HfstTropicalTransducerTransitionData.h -include/hfst/HfstXeroxRules.h -include/hfst/LexcCompiler.h -include/hfst/LogWeightTransducer.h -include/hfst/PmatchCompiler.h -include/hfst/SfstTransducer.h -include/hfst/TropicalWeightTransducer.h -include/hfst/XreCompiler.h -include/hfst/hfst-string-conversions.h -include/hfst/hfst.h -include/hfst/hfst_apply_schemas.h -include/hfst/hfstdll.h -include/hfst/implementations/ComposeIntersectFst.h -include/hfst/implementations/ComposeIntersectLexicon.h -include/hfst/implementations/ComposeIntersectRule.h -include/hfst/implementations/ComposeIntersectRulePair.h -include/hfst/implementations/ComposeIntersectUtilities.h -include/hfst/implementations/ConvertTransducerFormat.h -include/hfst/implementations/FomaTransducer.h -include/hfst/implementations/HfstBasicTransducer.h -include/hfst/implementations/HfstBasicTransition.h -include/hfst/implementations/HfstOlTransducer.h -include/hfst/implementations/HfstTransition.h -include/hfst/implementations/HfstTransitionGraph.h -include/hfst/implementations/HfstTropicalTransducerTransitionData.h -include/hfst/implementations/LogWeightTransducer.h -include/hfst/implementations/SfstTransducer.h -include/hfst/implementations/TropicalWeightTransducer.h -include/hfst/implementations/XfsmTransducer.h -include/hfst/implementations/compose_intersect/ComposeIntersectFst.h -include/hfst/implementations/compose_intersect/ComposeIntersectLexicon.h -include/hfst/implementations/compose_intersect/ComposeIntersectRule.h -include/hfst/implementations/compose_intersect/ComposeIntersectRulePair.h -include/hfst/implementations/compose_intersect/ComposeIntersectUtilities.h -include/hfst/implementations/optimized-lookup/convert.h -include/hfst/implementations/optimized-lookup/pmatch.h -include/hfst/implementations/optimized-lookup/pmatch_tokenize.h -include/hfst/implementations/optimized-lookup/transducer.h -include/hfst/parsers/Alphabet.h -include/hfst/parsers/CommandLine.h -include/hfst/parsers/ConflictResolvingLeftArrowRule.h -include/hfst/parsers/ConflictResolvingRightArrowRule.h -include/hfst/parsers/ConstContainerIterator.h -include/hfst/parsers/HfstTwolcDefs.h -include/hfst/parsers/InputReader.h -include/hfst/parsers/LeftArrowRule.h -include/hfst/parsers/LeftArrowRuleContainer.h -include/hfst/parsers/LeftRestrictionArrowRule.h -include/hfst/parsers/LexcCompiler.h -include/hfst/parsers/MatchedConstContainerIterator.h -include/hfst/parsers/MixedConstContainerIterator.h -include/hfst/parsers/OtherSymbolTransducer.h -include/hfst/parsers/PmatchCompiler.h -include/hfst/parsers/RightArrowRule.h -include/hfst/parsers/RightArrowRuleContainer.h -include/hfst/parsers/Rule.h -include/hfst/parsers/RuleContainer.h -include/hfst/parsers/RuleSymbolVector.h -include/hfst/parsers/RuleVariables.h -include/hfst/parsers/RuleVariablesConstIterator.h -include/hfst/parsers/SfstAlphabet.h -include/hfst/parsers/SfstBasic.h -include/hfst/parsers/SfstCompiler.h -include/hfst/parsers/SfstUtf8.h -include/hfst/parsers/TwolCGrammar.h -include/hfst/parsers/TwolcCompiler.h -include/hfst/parsers/VariableBlock.h -include/hfst/parsers/VariableBlockContainer.h -include/hfst/parsers/VariableContainer.h -include/hfst/parsers/VariableContainerBase.h -include/hfst/parsers/VariableDefs.h -include/hfst/parsers/VariableValueIterator.h -include/hfst/parsers/VariableValues.h -include/hfst/parsers/XfstCompiler.h -include/hfst/parsers/XreCompiler.h -include/hfst/parsers/grammar_defs.h -include/hfst/parsers/lexc-utils.h -include/hfst/parsers/pmatch_utils.h -include/hfst/parsers/string_manipulation.h -include/hfst/parsers/xfst-utils.h -include/hfst/parsers/xfst_help_message.h -include/hfst/parsers/xre_utils.h -include/hfst/string-utils.h -lib/libhfst.a -lib/libhfst.so -lib/libhfst.so.50 -lib/libhfst.so.50.0.0 -%%PYTHON_SITELIBDIR%%/hfst_tagger_compute_data_statistics.py -%%PYTHON_SITELIBDIR%%/hfst_tagger_compute_data_statistics.pyc -%%PYTHON_SITELIBDIR%%/hfst_tagger_compute_data_statistics.pyo -%%PYTHON_SITELIBDIR%%/tagger_aux.py -%%PYTHON_SITELIBDIR%%/tagger_aux.pyc -%%PYTHON_SITELIBDIR%%/tagger_aux.pyo -libdata/pkgconfig/hfst.pc -man/man1/hfst-affix-guessify.1.gz -man/man1/hfst-apertium-proc.1.gz -man/man1/hfst-build-tagger.1.gz -man/man1/hfst-calculate.1.gz -man/man1/hfst-compare.1.gz -man/man1/hfst-compose-intersect.1.gz -man/man1/hfst-compose.1.gz -man/man1/hfst-concatenate.1.gz -man/man1/hfst-conjunct.1.gz -man/man1/hfst-determinise.1.gz -man/man1/hfst-determinize.1.gz -man/man1/hfst-disjunct.1.gz -man/man1/hfst-edit-metadata.1.gz -man/man1/hfst-expand-equivalences.1.gz -man/man1/hfst-expand.1.gz -man/man1/hfst-format.1.gz -man/man1/hfst-fst2fst.1.gz -man/man1/hfst-fst2strings.1.gz -man/man1/hfst-fst2txt.1.gz -man/man1/hfst-grep.1.gz -man/man1/hfst-guess.1.gz -man/man1/hfst-guessify.1.gz -man/man1/hfst-head.1.gz -man/man1/hfst-info.1.gz -man/man1/hfst-intersect.1.gz -man/man1/hfst-invert.1.gz -man/man1/hfst-lexc-wrapper.1.gz -man/man1/hfst-lexc.1.gz -man/man1/hfst-lookup.1.gz -man/man1/hfst-minimise.1.gz -man/man1/hfst-minimize.1.gz -man/man1/hfst-minus.1.gz -man/man1/hfst-multiply.1.gz -man/man1/hfst-name.1.gz -man/man1/hfst-open-input-file-for-tagger.1.gz -man/man1/hfst-optimised-lookup.1.gz -man/man1/hfst-optimized-lookup.1.gz -man/man1/hfst-pair-test.1.gz -man/man1/hfst-pmatch.1.gz -man/man1/hfst-pmatch2fst.1.gz -man/man1/hfst-proc.1.gz -man/man1/hfst-proc2.1.gz -man/man1/hfst-project.1.gz -man/man1/hfst-prune-alphabet.1.gz -man/man1/hfst-push-weights.1.gz -man/man1/hfst-regexp2fst.1.gz -man/man1/hfst-remove-epsilons.1.gz -man/man1/hfst-repeat.1.gz -man/man1/hfst-reverse.1.gz -man/man1/hfst-reweight-tagger.1.gz -man/man1/hfst-reweight.1.gz -man/man1/hfst-sfstpl2fst.1.gz -man/man1/hfst-shuffle.1.gz -man/man1/hfst-split.1.gz -man/man1/hfst-strings2fst.1.gz -man/man1/hfst-substitute.1.gz -man/man1/hfst-subtract.1.gz -man/man1/hfst-summarise.1.gz -man/man1/hfst-summarize.1.gz -man/man1/hfst-tag.1.gz -man/man1/hfst-tail.1.gz -man/man1/hfst-tokenise.1.gz -man/man1/hfst-tokenize.1.gz -man/man1/hfst-train-tagger.1.gz -man/man1/hfst-traverse.1.gz -man/man1/hfst-twolc.1.gz -man/man1/hfst-txt2fst.1.gz -man/man1/hfst-union.1.gz -man/man1/hfst-xfst.1.gz -man/man1/hfst_tagger_compute_data_statistics.py.1.gz -share/aclocal/hfst.m4 diff --git a/math/jakarta-commons-math/Makefile b/math/jakarta-commons-math/Makefile deleted file mode 100644 index d8cd2f5ec099..000000000000 --- a/math/jakarta-commons-math/Makefile +++ /dev/null @@ -1,72 +0,0 @@ -# Created by: Herve Quiroz <hq@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= commons-math -PORTVERSION= 2.2 -PORTREVISION= 1 -CATEGORIES= math java -MASTER_SITES= APACHE_COMMONS_SOURCE \ - http://repo1.maven.org/maven2/junit/junit/4.8.2/:source2 -PKGNAMEPREFIX= jakarta- -DISTNAME= ${PORTNAME}-${PORTVERSION}-src -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - junit-4.8.2.jar:source2 -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= bofh@FreeBSD.org -COMMENT= Java library of self-contained mathematics and statistics components - -LICENSE= APACHE20 - -BROKEN= fails to build -DEPRECATED= Broken for more than 5 months -EXPIRATION_DATE= 2018-08-20 - -USE_ANT= yes -USE_JAVA= yes -JAVA_VERSION= 1.6 1.7 -USE_LOCALE= en_US.ISO8859-1 - -ALL_TARGET= jar -MAKE_ARGS= -Dlibdir=${WRKDIR} -Dnoget=true - -JARFILE= ${PORTNAME:S,3,,}-${PORTVERSION}.jar -DESTJARFILE= ${PORTNAME}.jar -PLIST_FILES+= %%JAVAJARDIR%%/${DESTJARFILE} - -OPTIONS_DEFINE= DOCS - -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -ALL_TARGET+= javadoc -OTHERDOCS= LICENSE.txt NOTICE.txt -PORTDOCS= apidocs ${OTHERDOCS} -.endif - -JDK_API= ${FIND} -s ${LOCALBASE}/share/doc/jdk1.? -maxdepth 1 -name api -type d 2>/dev/null || ${ECHO_CMD} | ${TAIL} -n 1 -.if ${JDK_API} != "" -MAKE_ARGS+= -Djdk.api=$$(${JDK_API}) -.endif - -post-extract: - ${MKDIR} ${WRKSRC}/lib - ${CP} ${DISTDIR}/junit-4.8.2.jar ${WRKSRC}/lib/ - -do-install: - @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${DESTJARFILE}..." - @${MKDIR} ${STAGEDIR}${JAVAJARDIR} - ${INSTALL_DATA} ${WRKSRC}/target/${JARFILE} ${STAGEDIR}${JAVAJARDIR}/${DESTJARFILE} - @${ECHO_MSG} " [ DONE ]" - -.if ${PORT_OPTIONS:MDOCS} - @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..." - @${MKDIR} ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC}/target \ - && ${FIND} -s apidocs -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/{} \; \ - && ${FIND} -s apidocs -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/{} \; - ${INSTALL_DATA} ${OTHERDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}/ - @${ECHO_MSG} " [ DONE ]" -.endif - -.include <bsd.port.mk> diff --git a/math/jakarta-commons-math/distinfo b/math/jakarta-commons-math/distinfo deleted file mode 100644 index 0ed7d23cc9d2..000000000000 --- a/math/jakarta-commons-math/distinfo +++ /dev/null @@ -1,4 +0,0 @@ -SHA256 (commons-math-2.2-src.tar.gz) = a7624c3a3e2581d9905f1f1090c78c25448678bddcec2a48a4dc8a80f16ed1b8 -SIZE (commons-math-2.2-src.tar.gz) = 1321209 -SHA256 (junit-4.8.2.jar) = a2aa2c3bb2b72da76c3e6a71531f1eefdc350494819baf2b1d80d7146e020f9e -SIZE (junit-4.8.2.jar) = 237344 diff --git a/math/jakarta-commons-math/files/patch-build.xml b/math/jakarta-commons-math/files/patch-build.xml deleted file mode 100644 index 3baeb825d6b2..000000000000 --- a/math/jakarta-commons-math/files/patch-build.xml +++ /dev/null @@ -1,39 +0,0 @@ ---- build.xml.orig 2011-02-26 18:12:55 UTC -+++ build.xml -@@ -167,7 +167,7 @@ - - <!-- ========== Unit Test Targets ========================================= --> - -- <target name="compile.tests" depends="compile, download-dependencies" description="Compile unit tests."> -+ <target name="compile.tests" depends="compile" description="Compile unit tests."> - - <javac srcdir="${test.home}" - destdir="${build.home}/test-classes" -@@ -332,27 +332,5 @@ - - <target name="gump" depends="clean,test,javadoc,jar" description="Gump Target - clean,test,javadoc,jar"/> - -- --<!-- ========== Download Dependencies =========================================== --> -- -- <target name="download-dependencies" -- depends="check-availability" unless="skip.download"> -- <echo message="doing download-dependencies..." /> -- <antcall target="download-junit" /> -- </target> -- -- <target name="check-availability"> -- <echo message="doing check-availability..." /> -- <available file="${junit.jar}" property="junit.found"/> -- </target> -- -- <target name="download-junit" unless="junit.found"> -- <echo message="Downloading junit..."/> -- <mkdir dir="${download.lib.dir}" /> -- <get dest="${download.lib.dir}/junit-${junit.version}.jar" -- usetimestamp="true" ignoreerrors="true" -- src="http://repo1.maven.org/maven2/junit/junit/${junit.version}/junit-${junit.version}.jar"/> -- </target> -- - </project> - diff --git a/math/jakarta-commons-math/pkg-descr b/math/jakarta-commons-math/pkg-descr deleted file mode 100644 index 483415d92224..000000000000 --- a/math/jakarta-commons-math/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Commons Math is a library of lightweight, self-contained mathematics and -statistics components addressing the most common problems not available in the -Java programming language or Commons Lang. - -WWW: http://jakarta.apache.org/commons/math/ diff --git a/math/octave-forge-communications/Makefile b/math/octave-forge-communications/Makefile deleted file mode 100644 index e1d1d1001367..000000000000 --- a/math/octave-forge-communications/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Stephen Montgomery-Smith <stephen@math.missouri.edu> -# $FreeBSD$ - -PORTNAME= octave-forge-communications -PORTVERSION= 1.2.1 -PORTREVISION= 8 -CATEGORIES= math - -MAINTAINER= stephen@FreeBSD.org -COMMENT= Octave-forge package ${OCTAVE_PKGNAME} - -LICENSE= GPLv3 -LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING - -BROKEN= does not build with octave version >= 4.2.1 -DEPRECATED= Broken for more than 5 months -EXPIRATION_DATE= 2018-08-20 - -# OCTSRC is the name of the directory of the package. -# It is usually ${OCTAVE_PKGNAME} or ${DISTNAME}. -OCTSRC= ${DISTNAME} - -GNU_CONFIGURE= yes - -WRKSRC= ${WRKDIR}/${OCTSRC}/src -MAKE_ENV+= MKOCTFILE=mkoctfile - -RUN_DEPENDS+= ${TARBALLS_DIR}/signal.tar.gz:math/octave-forge-signal - -.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-communications/distinfo b/math/octave-forge-communications/distinfo deleted file mode 100644 index fc00d637713a..000000000000 --- a/math/octave-forge-communications/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (octave-forge/communications-1.2.1.tar.gz) = 5014dbfa37ae7c8cc2249093c9b03f255ddcc8da68050abe6b2f07ab530e0e91 -SIZE (octave-forge/communications-1.2.1.tar.gz) = 312079 diff --git a/math/octave-forge-communications/pkg-descr b/math/octave-forge-communications/pkg-descr deleted file mode 100644 index c5c8bcf46ddd..000000000000 --- a/math/octave-forge-communications/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 communications. - - Digital Communications, Error Correcting Codes (Channel Code), -Source Code functions, Modulation and Galois Fields - -WWW: http://octave.sourceforge.net/ |