aboutsummaryrefslogtreecommitdiffstats
path: root/math
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.38sunpoet2015-08-303-7/+7
| | | | | | | - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/bignum/CHANGES
* - Hook math/hs-Agda-stdlib into the build that was missed during the latestpgj2015-08-291-0/+1
| | | | | | global Haskell update Reported by: antoine
* - Switch to options helpersamdmi32015-08-289-50/+30
| | | | | | - While here, add some NO_ARCHes and couple missing PORT_OPTIONS=DOCS Approved by: portmgr blanket
* - Fix build with DOCS disabled (port tried to install nonexistinent files)amdmi32015-08-281-6/+5
| | | | | | - Switch to options helpers Approved by: portmgr blanket
* - Add missing DOCS optionamdmi32015-08-281-4/+2
| | | | | | - Switch to options helpers Approved by: portmgr blanket
* - Fix build with DOCS disabled (port tried to install nonexistent distfiles)amdmi32015-08-281-7/+3
| | | | | | - Switch to options helpers Approved by: portmgr blanket
* - Update to 5.400.2danilo2015-08-263-4/+13
|
* - Add LICENSE_FILEamdmi32015-08-251-4/+4
| | | | | | - Fix binary installation Approved by: portmgr blanket
* Convert my ports to new options helpersmakc2015-08-253-53/+34
|
* math/scilab:makc2015-08-251-25/+5
| | | | | | | - Convert to new options helpers - Remove CONFIGURE_ENV, which isn't in use since merging GUI and HELP options - Remove outdated JAVA_VENDOR restriction - Remove workaround for FreeBSD 8.x
* - Update to 0.1.5.stephen2015-08-252-4/+3
|
* - Split ghostscript into X11-independent and -dependent parts:hrs2015-08-233-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * print/ghostscript{7,8,9,9-agpl}-base Installs Ghostscript binary, libgs, and related files. These ports do not depend on X11 libraries (i.e. x11* devices are not available). USES=ghostscript will set dependency on one of them depending on GHOSTSCRIPT_DEFAULT. The default device is set to "display" or "bbox". * print/ghostscript{7,8,9,9-agpl}-x11 Installs a shared library which provides X11 support to the installed Ghostscript binaries. x11* devices will be enabled when the library is available. This depends on *-base (RUN_DEPENDS). USES=ghostscript:x11 will set dependency on one of them. - Fix integer overflow reported as CVE-2015-3228. - Update Uses/ghostscript.mk: * Add x11 keyword. nox11 keyword is now obsolete. * Use packagename in *_DEPENDS line to prevent relationship between -base and -x11 packages from being broken. - Fix x11/nox11 keyword and bump PORTREVISION in ports using USES=ghostscript to update dependency of pre-compiled packages.
* - Update The Glorious Glasgow Haskell Compiler to version 7.10.2pgj2015-08-2153-282/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Include a patch for addressing timer issues [1] - Add support for building both GHC and Haskell ports with Clang, either from ports or the base system - Discontinue supporting Haskell Platform, use Stackage instead as a reference - Drop support for FreeBSD 8.x, optimize bootstrap compiler tarballs - Update Gtk2Hs to version 0.13 [2] - Update Pandoc to version 1.15.0.6 - Update git-annex to version 5.20150727 - Update Darcs to 2.10 [3] - Unbreak wxHaskell ports Please note that port revisions for all the Haskell ports without version changes are bumped. New ports (48): converters/hs-aeson-pretty JSON pretty-printing library and command-line tool converters/hs-sandi Data encoding library devel/hs-StateVar State variables devel/hs-base-orphans Backwards-compatible orphan instances for base devel/hs-bytestring-mmap Mmap support for strict ByteStrings devel/hs-constraints Constraint manipulation devel/hs-data-ordlist Set and bag operations on ordered lists devel/hs-easy-file Cross-platform File handling devel/hs-extra Extra functions devel/hs-geniplate-mirror Use Template Haskell to generate Uniplate-like functions devel/hs-haddock-api Documentation-generation tool for Haskell libraries devel/hs-hex Convert strings into hexadecimal and back devel/hs-hourglass Simple performant time related library devel/hs-hsb2hs Preprocesses a file, adding blobs from files as string literals devel/hs-hspec-core Testing Framework for Haskell devel/hs-hspec-discover Automatically discover and run Hspec tests devel/hs-js-flot Obtain minified flot code devel/hs-js-jquery Obtain minified jQuery code devel/hs-lifted-async Run lifted IO operations asynchronously and wait for their results devel/hs-map-syntax Syntax sugar for defining maps devel/hs-memory Memory and related abtraction stuff devel/hs-mutable-containers Abstactions and concrete implementations of mutable containers devel/hs-newtype Typeclass and set of functions for working with newtypes devel/hs-old-locale Locale library devel/hs-old-time Time library devel/hs-preprocessor-tools Framework for extending Haskell's syntax via quick-and-dirty preprocessors devel/hs-time-locale-compat Compatibility of TimeLocale between old-locale and time-1.5 devel/hs-uuid-types Type definitions for Universally Unique Identifiers math/hs-Agda-stdlib Agda standard library math/hs-adjunctions Adjunctions and representable functors math/hs-kan-extensions Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads net-im/hs-haskell-xmpp Haskell XMPP library based on HaXml & STM net-p2p/hs-torrent BitTorrent file parser and generater net/hs-aws Amazon Web Services (AWS) for Haskell net/hs-network-uri URI manipulation security/hs-cryptonite Cryptography Primitives sink security/hs-nonce Generate cryptographic nonces shells/hs-shelly Shell-like (systems) programming in Haskell sysutils/hs-ekg-json JSON encoding of ekg metrics textproc/hs-bencode Parser and printer for bencoded data textproc/hs-cassava CSV parsing and encoding library textproc/hs-cmark Fast, accurate CommonMark (Markdown) parser and renderer textproc/hs-pandoc-citeproc Supports using pandoc with citeproc textproc/hs-regex-applicative Regex-based parsing with applicative interface textproc/hs-regex-compat-tdfa Unicode Support version of Text.Regex, using regex-tdfa textproc/hs-rfc5051 Simple unicode collation as per RFC5051 www/hs-http2 HTTP/2.0 library including frames and HPACK www/hs-multipart HTTP multipart split out of the cgi package Updated ports (317): archivers/hs-tar 0.4.0.1_8 --> 0.4.2.1 archivers/hs-zip-archive 0.2.3.4_1 --> 0.2.3.7 archivers/hs-zlib 0.5.4.1_6 --> 0.5.4.2 archivers/hs-zlib-bindings 0.1.1.3_7 --> 0.1.1.5 audio/hs-ALUT 2.3.0.1_2 --> 2.4.0.0 audio/hs-OpenAL 1.6.0.0_1 --> 1.7.0.0 audio/hs-libmpd 0.8.0.5_1 --> 0.9.0.2 benchmarks/hs-criterion 0.8.1.0_1 --> 1.1.0.0 converters/hs-aeson 0.7.0.6_1 --> 0.8.0.2 converters/hs-json 0.7_8 --> 0.9.1 databases/hs-esqueleto 1.4.4_1 --> 2.4.1 databases/hs-hedis 0.6.5 --> 0.6.9 databases/hs-mysql 0.1.1.6_1 --> 0.1.1.8 databases/hs-persistent 1.3.1.1_1 --> 2.2 databases/hs-persistent-sqlite 1.3.0.5_1 --> 2.2 databases/hs-persistent-template 1.3.1.4_1 --> 2.1.3.4 devel/hs-BNFC 2.6.0.3_8 --> 2.8 devel/hs-Boolean 0.2.1_1 --> 0.2.3 devel/hs-ConfigFile 1.1.2_1 --> 1.1.4 devel/hs-List 0.5.1_8 --> 0.5.2 devel/hs-MissingH 1.2.1.0_1 --> 1.3.0.1 devel/hs-MonadCatchIO-transformers 0.3.1.0_1 --> 0.3.1.3 devel/hs-MonadRandom 0.1.13_1 --> 0.4 devel/hs-ObjectName 1.0.0.0_14 --> 1.1.0.0 devel/hs-QuickCheck 2.6_6 --> 2.8.1 devel/hs-ReadArgs 1.2.1_8 --> 1.2.2 devel/hs-STMonadTrans 0.3.2_1 --> 0.3.3 devel/hs-ShellCheck 0.3.5 --> 0.3.8 devel/hs-Stream 0.4.7.1_1 --> 0.4.7.2 devel/hs-alex 3.1.3_1 --> 3.1.4 devel/hs-ansi-terminal 0.6.1.1_1 --> 0.6.2.1 devel/hs-ansi-wl-pprint 0.6.7.1_1 --> 0.6.7.3 devel/hs-asn1-encoding 0.8.1.3_1 --> 0.9.0 devel/hs-asn1-parse 0.8.1_1 --> 0.9.1 devel/hs-asn1-types 0.2.3_1 --> 0.3.0 devel/hs-async 2.0.1.5_1 --> 2.0.2 devel/hs-atomic-primops 0.6.0.6_1 --> 0.8 devel/hs-auto-update 0.1.0.0_1 --> 0.1.2.2 devel/hs-basic-prelude 0.3.8_1 --> 0.5.0 devel/hs-bifunctors 4.1.1.1_1 --> 5 devel/hs-blaze-builder 0.3.3.2_1 --> 0.4.0.1 devel/hs-blaze-builder-enumerator 0.2.0.6_1 --> 0.2.1.0 devel/hs-blaze-textual 0.2.0.9_1 --> 0.2.1.0 devel/hs-bloomfilter 2.0.0.0_1 --> 2.0.1.0 devel/hs-boxes 0.1.3_1 --> 0.1.4 devel/hs-bytestring-lexing 0.4.3.2 --> 0.5.0.2 devel/hs-c2hs 0.17.2_1 --> 0.26.1 devel/hs-cabal-install 1.18.0.5_1 --> 1.22.6.0 devel/hs-cereal 0.4.0.1_1 --> 0.4.1.1 devel/hs-checkers 0.3.2_1 --> 0.4.3 devel/hs-chunked-data 0.1.0.1_1 --> 0.2.0 devel/hs-classy-prelude 0.9.3_1 --> 0.12.1.1 devel/hs-classy-prelude-conduit 0.9.3_1 --> 0.12.0.1 devel/hs-cmdargs 0.10.9_1 --> 0.10.13 devel/hs-conduit 1.1.7_1 --> 1.2.5 devel/hs-conduit-combinators 0.2.8.2_1 --> 1.0.3 devel/hs-conduit-extra 1.1.3_1 --> 1.1.9.1 devel/hs-convertible 1.1.0.0_1 --> 1.1.1.0 devel/hs-cpphs 1.18.5_1 --> 1.19 devel/hs-darcs 2.8.5 --> 2.10.1 devel/hs-data-hash 0.2.0.0_1 --> 0.2.0.1 devel/hs-data-pprint 0.2.3_1 --> 0.2.4 devel/hs-datetime 0.2.1_12 --> 0.3.1 devel/hs-deepseq-generics 0.1.1.1_1 --> 0.1.1.2 devel/hs-dlist 0.7.1_1 --> 0.7.1.1 devel/hs-edit-distance 0.2.1.2_7 --> 0.2.2.1 devel/hs-either 4.3.0.1_1 --> 4.4.1 devel/hs-enclosed-exceptions 1.0.0.2_1 --> 1.0.1.1 devel/hs-equivalence 0.2.5_1 --> 0.3.1 devel/hs-errors 1.4.7_1 --> 2.0.0 devel/hs-exceptions 0.6.1_1 --> 0.8.0.2 devel/hs-fast-logger 2.2.0_1 --> 2.4.1 devel/hs-fgl 5.5.0.1_1 --> 5.5.2.1 devel/hs-file-embed 0.0.7_1 --> 0.0.9 devel/hs-filemanip 0.3.6.2_8 --> 0.3.6.3 devel/hs-filestore 0.6.0.3_1 --> 0.6.1 devel/hs-free 4.9_1 --> 4.12.1 devel/hs-fsnotify 0.1.0.3_1 --> 0.2.1 devel/hs-gconf 0.12.5.0_1 --> 0.13.0.2 devel/hs-generic-deriving 1.6.3_1 --> 1.8.0 devel/hs-ghc-events 0.4.3.0_1 --> 0.4.4.0 devel/hs-gio 0.12.5.3_1 --> 0.13.1.0 devel/hs-git-annex 5.20140817_1 --> 5.20150727 devel/hs-glib 0.12.5.4_1 --> 0.13.1.1 devel/hs-gtk2hs-buildtools 0.12.5.2_2 --> 0.13.0.4 devel/hs-haddock 2.14.3_1 --> 2.16.1 devel/hs-haddock-library 1.1.0_1 --> 1.2.1 devel/hs-happy 1.19.4_1 --> 1.19.5 devel/hs-hashable 1.2.2.0_1,1 --> 1.2.3.3,1 devel/hs-hashtables 1.1.2.1_1 --> 1.2.0.2 devel/hs-haskell-src 1.0.1.6_1 --> 1.0.2.0 devel/hs-haskell-src-exts 1.15.0.1_1 --> 1.16.0.1 devel/hs-hasktags 0.69.0_1 --> 0.69.1 devel/hs-hastache 0.6.0_1 --> 0.6.1 devel/hs-hinotify 0.3.7_1 --> 0.3.8.1 devel/hs-hint 0.4.2.0_1 --> 0.4.2.3 devel/hs-hlint 1.9.3_1 --> 1.9.21 devel/hs-hoogle 4.2.34_1 --> 4.2.41 devel/hs-hslogger 1.2.4_1 --> 1.2.9 devel/hs-hslua 0.3.13_1 --> 0.4.0 devel/hs-hspec 1.11.0_1 --> 2.1.10 devel/hs-hspec-expectations 0.6.0.1_1 --> 0.7.1 devel/hs-keys 3.10.1_1 --> 3.10.2 devel/hs-language-c 0.4.5_1 --> 0.4.7 devel/hs-language-javascript 0.5.13_1 --> 0.5.14.2 devel/hs-lens 4.3.3_1 --> 4.12.3 devel/hs-lifted-base 0.2.3.0_1 --> 0.2.3.6 devel/hs-mmorph 1.0.3_1 --> 1.0.4 devel/hs-monad-control 0.3.3.0_1 --> 1.0.0.4 devel/hs-monad-logger 0.3.7.1_1 --> 0.3.13.2 devel/hs-monad-loops 0.4.2.1_1 --> 0.4.3 devel/hs-monad-par 0.3.4.6_1 --> 0.3.4.7 devel/hs-mono-traversable 0.6.1_1 --> 0.9.2.1 devel/hs-mtl 2.1.3.1_1 --> 2.2.1 devel/hs-mueval 0.9.1.1_1 --> 0.9.1.1.2 devel/hs-murmur-hash 0.1.0.7_1 --> 0.1.0.8 devel/hs-optparse-applicative 0.9.1.1_1 --> 0.11.0.2 devel/hs-parallel 3.2.0.4_1 --> 3.2.0.6 devel/hs-pcre-light 0.4.0.2_1 --> 0.4.0.3 devel/hs-primitive 0.5.2.1_1 --> 0.6 devel/hs-profunctors 4.2.0.1_1 --> 5.1.1 devel/hs-project-template 0.1.4.1_1 --> 0.2.0 devel/hs-random 1.0.1.1_10 --> 1.1 devel/hs-reflection 1.5.1_1 --> 2 devel/hs-resource-pool 0.2.3.0_1 --> 0.2.3.2 devel/hs-resourcet 1.1.2.3_1 --> 1.1.6 devel/hs-safe 0.3.7_1 --> 0.3.9 devel/hs-scientific 0.3.3.0_1 --> 0.3.3.8 devel/hs-securemem 0.1.3_1 --> 0.1.9 devel/hs-setenv 0.1.1.1_1 --> 0.1.1.3 devel/hs-shake 0.13.2_1 --> 0.15.5 devel/hs-silently 1.2.4.1_7 --> 1.2.5 devel/hs-stm 2.4.2_6 --> 2.4.4 devel/hs-stm-chans 3.0.0.2_1 --> 3.0.0.4 devel/hs-streaming-commons 0.1.4.1_1 --> 0.1.12.1 devel/hs-syb 0.4.1_1 --> 0.5.1 devel/hs-syb-with-class 0.6.1.5_1 --> 0.6.1.6 devel/hs-system-fileio 0.3.14_1 --> 0.3.16.3 devel/hs-system-filepath 0.4.12_1 --> 0.4.13.4 devel/hs-tagged 0.7.2_1 --> 0.8.1 devel/hs-test-framework 0.8.0.3_1 --> 0.8.1.1 devel/hs-text 1.1.0.0_1 --> 1.2.1.3 devel/hs-text-icu 0.6.3.7_2 --> 0.7.0.1 devel/hs-threads 0.5.1.2_1 --> 0.5.1.3 devel/hs-threadscope 0.2.4_1 --> 0.2.7 devel/hs-timezone-olson 0.1.4_1 --> 0.1.7 devel/hs-timezone-series 0.1.3_1 --> 0.1.5.1 devel/hs-transformers-base 0.4.2_1 --> 0.4.4 devel/hs-transformers-compat 0.3.3.4_1 --> 0.4.0.4 devel/hs-unix-compat 0.4.1.3_1 --> 0.4.1.4 devel/hs-unix-time 0.3.3_1 --> 0.3.5 devel/hs-unordered-containers 0.2.4.0_1 --> 0.2.5.1 devel/hs-utf8-string 0.3.8_1 --> 1 devel/hs-uuagc 0.9.51_1 --> 0.9.52.1 devel/hs-uuagc-cabal 1.0.5.0_1 --> 1.0.6.0 devel/hs-uuid 1.3.3_1 --> 1.3.11 devel/hs-uulib 0.9.16_1 --> 0.9.20 devel/hs-vault 0.3.0.3_1 --> 0.3.0.4 devel/hs-vector 0.10.9.1_1 --> 0.10.12.3 devel/hs-vector-algorithms 0.6.0.3_1 --> 0.7.0.1 devel/hs-vector-instances 3.3_1 --> 3.3.1 devel/hs-vector-th-unbox 0.2.1.0_1 --> 0.2.1.2 devel/hs-void 0.6.1_1 --> 0.7 devel/hs-word8 0.1.1_1 --> 0.1.2 dns/hs-dns 1.4.2_1 --> 2.0.0 graphics/hs-JuicyPixels 3.1.6.1_1 --> 3.2.6 graphics/hs-cairo 0.12.5.3_1 --> 0.13.1.0 graphics/hs-dia-base 0.1.1.2_8 --> 0.1.1.3 graphics/hs-dia-functions 0.2.1.3_8 --> 0.2.1.4 graphics/hs-svgcairo 0.12.5.2_1 --> 0.13.0.3 lang/hs-brainfuck 0.1_15 --> 0.1.0.2 lang/hs-unlambda 0.1.3_8 --> 0.1.4.1 mail/hs-email-validate 2.0.1_1 --> 2.1.3 mail/hs-mime 0.4.0.1_1 --> 0.4.0.2 mail/hs-mime-mail 0.4.5.2_1 --> 0.4.9 mail/hs-mime-types 0.1.0.4_1 --> 0.1.0.6 math/hs-Agda 2.4.0.2_1 --> 2.4.2.3 math/hs-NumInstances 1.3_6 --> 1.4 math/hs-categories 1.0.6_1 --> 1.0.7 math/hs-comonad 4.2.2_1 --> 4.2.7.2 math/hs-contravariant 1.1_1 --> 1.3.2 math/hs-data-lens 2.10.5_1 --> 2.10.7 math/hs-data-lens-template 2.1.8_1 --> 2.1.9 math/hs-ieee754 0.7.3_10 --> 0.7.6 math/hs-mwc-random 0.13.1.2_1 --> 0.13.3.2 math/hs-pointed 4.1_1 --> 4.2.0.2 math/hs-semigroupoids 4.0.4_1 --> 5.0.0.3 math/hs-semigroups 0.15.2_1 --> 0.16.2.2 math/hs-statistics 0.13.2.1_1 --> 0.13.2.3 math/hs-vector-space 0.8.7_1 --> 0.10.2 net/hs-connection 0.2.3_1 --> 0.2.5 net/hs-gsasl 0.3.5_1 --> 0.3.6 net/hs-hoauth2 0.4.3 --> 0.4.8 net/hs-iproute 1.3.1_1 --> 1.5.0 net/hs-network 2.4.2.3_1 --> 2.6.2.1 net/hs-network-info 0.2.0.5_1 --> 0.2.0.7 net/hs-network-multicast 0.0.11_1 --> 0.1.0 net/hs-network-protocol-xmpp 0.4.6_2 --> 0.4.8 net/hs-simple-sendfile 0.2.15_1 --> 0.2.21 print/hs-hscolour 1.20.3_8,1 --> 1.23,1 security/hs-DRBG 0.5.2_1 --> 0.5.4 security/hs-HsOpenSSL 0.11_2 --> 0.11.1.1 security/hs-RSA 2.0.0_1 --> 2.1.0.1 security/hs-SHA 1.6.4.1_1 --> 1.6.4.2 security/hs-cipher-aes 0.2.8_1 --> 0.2.11 security/hs-cipher-aes128 0.6.4_1 --> 0.7.0.1 security/hs-clientsession 0.9.0.3_1 --> 0.9.1.1 security/hs-cprng-aes 0.5.2_1 --> 0.6.1 security/hs-crypto-api 0.13_1 --> 0.13.2 security/hs-crypto-conduit 0.5.4_1 --> 0.5.5 security/hs-crypto-numbers 0.2.3_1 --> 0.2.7 security/hs-crypto-pubkey 0.2.4_1 --> 0.2.8 security/hs-crypto-pubkey-types 0.4.2.2_1 --> 0.4.3 security/hs-crypto-random 0.0.7_1 --> 0.0.9 security/hs-entropy 0.3.2_1 --> 0.3.7 security/hs-gnutls 0.1.5_1 --> 0.2 security/hs-pwstore-fast 2.4.1_1 --> 2.4.4 security/hs-skein 1.0.9_1 --> 1.0.9.3 security/hs-tls 1.2.8_1 --> 1.3.1 security/hs-x509 1.4.11_1 --> 1.6.0 security/hs-x509-store 1.4.4_1 --> 1.6.0 security/hs-x509-system 1.4.5_1 --> 1.6.0 security/hs-x509-validation 1.5.0_1 --> 1.6.0 sysutils/hs-angel 0.5.0_1 --> 0.6.2 sysutils/hs-ekg 0.4.0.1_1 --> 0.4.0.8 sysutils/hs-ekg-core 0.1.0.1_1 --> 0.1.1.0 textproc/hs-Diff 0.3.0_1 --> 0.3.2 textproc/hs-HStringTemplate 0.7.3_1 --> 0.8.3 textproc/hs-HaXml 1.24.1_1 --> 1.25.3 textproc/hs-attoparsec 0.10.4.0_7 --> 0.12.1.6 textproc/hs-attoparsec-enumerator 0.3.3_1 --> 0.3.4 textproc/hs-blaze-html 0.7.0.2_1 --> 0.8.1.0 textproc/hs-blaze-markup 0.6.1.0_1 --> 0.7.0.2 textproc/hs-case-insensitive 1.1.0.3_1 --> 1.2.0.4 textproc/hs-citeproc-hs 0.3.9_1 --> 0.3.10 textproc/hs-double-conversion 0.2.0.6_7 --> 2.0.1.0 textproc/hs-feed 0.3.9.2_1 --> 0.3.10.0 textproc/hs-hexpat 0.20.6_1 --> 0.20.9 textproc/hs-highlighting-kate 0.5.11.1 --> 0.6 textproc/hs-hs-bibutils 5.0_6 --> 5.5 textproc/hs-html-conduit 1.1.0.5_1 --> 1.2.0 textproc/hs-hxt 9.3.1.4_1 --> 9.3.1.15 textproc/hs-hxt-charproperties 9.1.1.1_1 --> 9.2.0.1 textproc/hs-hxt-regex-xmlschema 9.1.0_7 --> 9.2.0.2 textproc/hs-hxt-unicode 9.0.2.2_1 --> 9.0.2.4 textproc/hs-lhs2tex 1.18.1_8 --> 1.19 textproc/hs-pandoc 1.13.2 --> 1.15.0.6 textproc/hs-pandoc-types 1.12.4.1_1 --> 1.12.4.5 textproc/hs-parsec 3.1.5_1 --> 3.1.9 textproc/hs-polyparse 1.9_6 --> 1.11 textproc/hs-stringsearch 0.3.6.5_1 --> 0.3.6.6 textproc/hs-tagsoup 0.13.1_1 --> 0.13.3 textproc/hs-tagstream-conduit 0.5.5.1_1 --> 0.5.5.3 textproc/hs-texmath 0.8.0.1 --> 0.8.3 textproc/hs-uri 0.1.6.2_1 --> 0.1.6.3 textproc/hs-xml 1.3.13_6 --> 1.3.14 textproc/hs-xml-conduit 1.2.1_1 --> 1.3.1 textproc/hs-xml-hamlet 0.4.0.9_1 --> 0.4.0.11 textproc/hs-xml-types 0.3.4_1 --> 0.3.6 textproc/hs-xmlhtml 0.2.3.2_1 --> 0.2.3.4 textproc/hs-yaml 0.8.8.4_1 --> 0.8.13 www/hs-DAV 1.0.1_1 --> 1.0.7 www/hs-HTTP 4000.2.10_1 --> 4000.2.20 www/hs-authenticate 1.3.2.9_1 --> 1.3.2.11 www/hs-cgi 3001.1.8.5_1,1 --> 3001.2.2.2,1 www/hs-cookie 0.4.1.2_1 --> 0.4.1.6 www/hs-gitit 0.10.6.1_1 --> 0.11.1 www/hs-hS3 0.5.8_1 --> 0.5.9 www/hs-happstack-server 7.3.7_1 --> 7.4.4 www/hs-heist 0.13.1.2_1 --> 0.14.1.1 www/hs-hjsmin 0.1.4.7_1 --> 0.1.5.0 www/hs-http-client 0.3.6.1_1 --> 0.4.20 www/hs-http-conduit 2.1.4_1 --> 2.1.8 www/hs-http-date 0.0.4_8 --> 0.0.6.1 www/hs-http-reverse-proxy 0.4.0.1_1 --> 0.4.2 www/hs-http-server 1.0.4_1 --> 1.0.6 www/hs-http-types 0.8.5_1 --> 0.8.6 www/hs-oeis 0.3.5_1 --> 0.3.6 www/hs-path-pieces 0.1.4_1 --> 0.2.0 www/hs-recaptcha 0.1.0.2_1 --> 0.1.0.3 www/hs-shakespeare 2.0.1.1_1 --> 2.0.5 www/hs-snap 0.13.2.8_1 --> 0.14.0.6 www/hs-snap-core 0.9.6.3_1 --> 0.9.7.2 www/hs-snap-server 0.9.4.5_1 --> 0.9.5.1 www/hs-wai 3.0.1.1_1 --> 3.0.3.0 www/hs-wai-app-static 3.0.0_1 --> 3.1.1 www/hs-wai-extra 3.0.1.2_1 --> 3.0.10 www/hs-wai-logger 2.2.0_1 --> 2.2.4.1 www/hs-warp 3.0.0.5_1 --> 3.1.3 www/hs-warp-tls 3.0.0_1 --> 3.1.1 www/hs-webkit 0.12.6.1_1 --> 0.13.1.3 www/hs-xss-sanitize 0.3.5.2_1 --> 0.3.5.6 www/hs-yesod 1.2.6.1_1 --> 1.4.1.5 www/hs-yesod-auth 1.3.4_1 --> 1.4.6 www/hs-yesod-auth-hashdb 1.3.0.1_1 --> 1.4.2.2 www/hs-yesod-bin 1.2.12.3_1 --> 1.4.13.3 www/hs-yesod-core 1.2.19_1 --> 1.4.13 www/hs-yesod-form 1.3.14_1 --> 1.4.4.1 www/hs-yesod-persistent 1.2.3_1 --> 1.4.0.3 www/hs-yesod-static 1.2.4_1 --> 1.5.0.2 www/hs-yesod-test 1.2.3.2_1 --> 1.4.3.1 x11-toolkits/hs-GLURaw 1.4.0.1_1 --> 1.5.0.1 x11-toolkits/hs-GLUT 2.5.1.1_1,1 --> 2.7.0.1,1 x11-toolkits/hs-OpenGL 2.9.2.0_1,1 --> 2.12.0.1,1 x11-toolkits/hs-OpenGLRaw 1.5.0.0_1 --> 2.5.1.0 x11-toolkits/hs-gtk 0.12.5.7_1 --> 0.13.9 x11-toolkits/hs-gtk2hs 0.12.5_1,1 --> 0.13,1 x11-toolkits/hs-gtksourceview2 0.12.5.0_1 --> 0.13.1.3 x11-toolkits/hs-pango 0.12.5.3_1 --> 0.13.1.0 x11-toolkits/hs-vte 0.12.5.0_1 --> 0.13.0.2 x11-toolkits/hs-wx 0.90.1.0_1 --> 0.91.0.0 x11-toolkits/hs-wxc 0.90.1.1_1 --> 0.91.0.0 x11-toolkits/hs-wxcore 0.90.1.1_1 --> 0.91.0.0 x11-toolkits/hs-wxdirect 0.90.1.1_1 --> 0.91.0.0 x11-wm/hs-xmonad 0.11_10 --> 0.11.1 x11-wm/hs-xmonad-contrib 0.11.3_2 --> 0.11.4 x11/hs-xmobar 0.21_1 --> 0.23.1 Removed ports (14): devel/hs-MaybeT Support for computations with failures (deprecated) devel/hs-geniplate Use template Haskell to generate Uniplate-like functions (upstream support is discontinued) devel/hs-glade Binding to the glade library (upstream support is discontinued) devel/hs-haskell-platform The Haskell Platform (it is not tracked any more) devel/hs-ranges Ranges and various functions on them (deprecated) devel/hs-testpack Test Utility Pack for HUnit and QuickCheck (upstream is unmaintained) graphics/hs-soegtk GUI functions as used in the book "The Haskell School of Expression" (upstream support is discontinued) lang/hs-epic Compiler for a simple functional language (it is not needed any more) math/hs-nats Natural numbers (it has been merged into the base library of GHC) multimedia/hs-gstreamer Binding to the GStreamer open source multimedia framework (upstream support is discontinued) [2] www/hs-scgi Haskell library for writing SCGI programs (deprecated) www/hs-yesod-platform Meta package for Yesod (upstream support is discontinued) www/hs-yesod-routes Effective routing for Yesod (upstream support is discontinued) x11-toolkits/hs-gtkglext Binding to the GTK+ OpenGL Extension (upstream support is discontinued) PR: 181049 [1] PR: 197925 [2] PR: 200684 [3] Submitted by: arrowdodger <6yearold@gmail.com> [1] Obtained from: FreeBSD Haskell
* - Update to 0.5.400.2.0tota2015-08-212-3/+3
|
* remove empty pkg-plistpgollucci2015-08-2192-92/+0
| | | | | PR: 201663 Submitted By: s3erios@gmail.com
* - Update to 1.40jadawin2015-08-202-3/+3
|
* Reset maintainererwin2015-08-191-1/+1
| | | | | | | | <saito@asir.org>: host asir.org[219.94.250.67] said: 550 5.7.1 <saito@asir.org>... Relaying denied. Proper authentication required. (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S
* - Update to 2.11sunpoet2015-08-192-3/+3
| | | | Changes: http://search.cpan.org/dist/Math-GMP/Changes
* - Update to 1.39sunpoet2015-08-193-5/+7
| | | | | | | - Strip shared library - Sort PLIST Changes: http://search.cpan.org/dist/Math-BigInt-GMP/CHANGES
* Uses/cmake.mk: Replace CMAKE_ENV with CONFIGURE_ENV.rakuco2015-08-183-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Instead of defining a variable that is almost always based on CONFIGURE_ENV, just use CONFIGURE_ENV directly. This also matches the behavior of other ports that do not use autotools (so most ports can just worry about CONFIGURE_ENV). Additionally, the fact that we do not use ?= means we do not have problems if another file in Uses/ needs to set CONFIGURE_ENV (with CMAKE_ENV, the order of the arguments to USES would matter). Ports which set CMAKE_ENV have been adjusted accordingly. In most cases, CMAKE_ENV was just replaced with CONFIGURE_ENV, the exceptions being: * databases/sqliteman: CMAKE_ENV line removed; setting QMAKESPEC there has no effect on the build system. * devel/freeocl: CMAKE_ENV line removed; FREEOCL_CXX_COMPILER is already retrieved from the CMAKE_CXX_COMPILER variable in the build system. * graphics/openimageio: CMAKE_ENV line removed; setting Qt variables there has no effect on the build system. Reviewed by: makc Differential Revision: https://reviews.freebsd.org/D3403
* Use PREFIX, not LOCALBASE, when setting PKG_CONFIG_LIBDIR.rakuco2015-08-181-1/+2
| | | | | As pointed out by makc@, we are indicating where this port should install its files, so we should use PREFIX, not LOCALBASE.
* - Update to 1.3.5.stephen2015-08-182-4/+3
|
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-175-9/+0
| | | | | | | | | | | | | | | | | UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
* - Strip shared librarysunpoet2015-08-171-1/+4
| | | | - Bump PORTREVISION for package change
* - Strip shared librarysunpoet2015-08-171-1/+5
| | | | - Bump PORTREVISION for package change
* - Strip shared librarysunpoet2015-08-171-1/+4
| | | | - Bump PORTREVISION for package change
* - Update to 1.9.1vsevolod2015-08-172-5/+5
|
* - Update to 3.1.3vsevolod2015-08-173-23/+3
|
* - Update to 4.5.2vsevolod2015-08-174-26/+18
|
* - Remove MASTER_SITE_SUBDIRsunpoet2015-08-151-1/+0
|
* - Remove MASTER_SITE_SUBDIRsunpoet2015-08-151-1/+0
|
* - Remove MASTER_SITE_SUBDIRsunpoet2015-08-151-1/+0
|
* - Update to 2.10wen2015-08-132-3/+3
| | | | Changes: http://cpansearch.perl.org/src/SHLOMIF/Math-GMP-2.10/Changes
* - Add new port: math/R-cran-irlbatota2015-08-124-0/+24
| | | | | | | A fast and memory-efficient method for computing a few approximate singular values and singular vectors of large matrices. WWW: https://cran.r-project.org/web/packages/irlba/
* - Add new port: math/R-cran-NMFtota2015-08-124-0/+41
| | | | | | | | | | | Provides a framework to perform Non-negative Matrix Factorization (NMF). The package implements a set of already published algorithms and seeding methods, and provides a framework to test, develop and plug new/custom algorithms. Most of the built-in algorithms have been optimized in C++, and the main interface function provides an easy way of performing parallel computations on multicore machines. WWW: https://cran.r-project.org/web/packages/NMF/
* - Update to 0.5.300.4tota2015-08-103-4/+4
|
* - Update to 2.7.0danilo2015-08-102-4/+3
|
* - Add patch that allows port to build on FreeBSD 10 with i386 architecture.stephen2015-08-091-0/+18
| | | | | Reference: http://beefy5.nyi.freebsd.org/data/101i386-default/393750/logs/octave-forge-interval-1.1.0.log Submitted by: Oliver Heimlich <oheim@posteo.de>
* - editors/lazarus update to 1.4.2acm2015-08-093-3/+3
| | | | | | | | | | - Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies. Otherwise fpc units only are added like build dependencies (less dependencies registered when they are installed with pkg). - Remove GTK1 obsolete dependencies - Bump all ports with dependencies of fpc-* units - Bump all ports with dependencies of lazarus ports - Clean up
* - Remove uses=compiler:c++11-lang.stephen2015-08-072-12/+9
| | | | | | | - Remove broken for FreeBSD < 10. Will reinstate if errors result. - Update pkg-descr according to upstream info. Submitted by: Oliver Heimlich <oheim@posteo.de>
* The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-062-5/+7
| | | | | | | | | | | | | | | | | | The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/ Upgrade instructions for port users: Delete the old tracker package with: # pkg delete -f tracker And user port upgrade tool of choice to upgrade. Thanks to Antoine Brodin for running the exp-runs. This release was made possible by the following people: Gustau Perez Ting-Wei_Lan PR: 201980
* - Update to 3.0.2.stephen2015-08-046-62/+3
|
* - Update to 1.2.0.stephen2015-08-042-7/+16
|
* - Update to 0.1.9.stephen2015-08-042-3/+3
|
* - Update to 1.1.0.stephen2015-08-042-3/+3
|
* - Update to 0.18.4danilo2015-08-042-4/+3
|
* - Update to 5.300.4danilo2015-08-043-4/+5
|
* Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-031-1/+1
| | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | <file> on ELF systems, but this doesn't really do what -export-symbols is meant to do. On GNU ELF systems it converts <file> to a simple version script first and then uses -version-script instead of -retain-symbols-file. Let USES=libtool patch libtool scripts to do this on all systems with GNU ld(1). Bump PORTREVISION on all ports where the build log contains -export-symbols. audio/calf: This port builds a module that now exports only one function, but it also builds a number of executables that link to this module and expect to see other functions. Because it's already a bit dodgy to link to a module (libtool warns about this) let the module continue to export only one function and instead build an ordinary library from the same source that the executables can link to. Fix a number of other issues in the same Makefile.am and clean up the port Makefile. japanese/scim-honoka: Tries to hide all symbols that start with an underscore, but because this library is written in C++ all symbols start with _Z so it ends up hiding everything. Just don't hide anything at all like the textproc/scim configure script does. multimedia/schroedinger: Apply an upstream patch. textproc/scim-input-pad: Same as japanese/scim-honoka. PR: 201922 Approved by: portmgr (antoine) Exp-run by: antoine
* Update gnumeric to 1.12.23.kwm2015-08-022-3/+3
|
* - Update to 2.09sunpoet2015-08-013-6/+6
| | | | | | | - Do not silence installation message - Sort PLIST Changes: http://search.cpan.org/dist/Math-GMP/Changes
* - Fix shebangsamdmi32015-07-311-3/+27
| | | | | | - Drop @dirrm* from plist Approved by: portmgr blanket
* math/scilab:makc2015-07-315-156/+284
| | | | | | - Update to 5.5.2 - Use plist substitution to reduce diff for the next update, fix misused %%ETCDIR%%
* - Update to 2.7.0wen2015-07-303-14/+15
| | | | | PR: 201848 Submitted by: tkato432@yahoo.com
* - Strip binariesamdmi32015-07-301-0/+3
|
* - Update to 1.1.1wen2015-07-292-3/+3
|
* math/R-cran-gss: update to 2.1-5.dbn2015-07-292-3/+3
| | | | | ChangeLog: * NAMESPACE: Added 'importFrom(sats, ...)'.
* Explicitly depend on intltool.kwm2015-07-291-1/+1
| | | | When GNOME 3.16 is merged, gtk20 will not implicelty depend on it.
* - Update to 1.6.5.stephen2015-07-283-4/+8
| | | | - Add license.
* Update MATE DE to 1.10.0.kwm2015-07-286-961/+0
| | | | | | | | | | | This MATE is still build agains GTK+2. Sort USES here and there. Replace mate-dialogs with zenity and mate-calc with galculator. This update fixes the following PR's: PR: 193942, 191885 Submitted by: Gustau Perez <gustau.perez@gmail.com> via Gnome devel repo Obtained from: gnome devel repo.
* Allow for many run dependencies to be OPTIONs,riggs2015-07-252-9/+24
| | | | | | | | as by upstream suggestion PR: 201349 Submitted by: john@saltant.com Approved by: maintainer timeout
* math/scilab:makc2015-07-231-0/+8
| | | | | | | | - Add check for OpenMP support [1] - Add check for unsupported combination of options PR: 201339 [1] Submitted by: truckman
* Number::Misc provides some miscellaneous handy utilities for handlingkuriyama2015-07-215-0/+31
| | | | | | | | numbers. These utilities handle processing numbers as strings, determining basic properties of numbers, or selecting a random number from a range. WWW: http://search.cpan.org/dist/Number-Misc/
* Convert to USES=libeditbapt2015-07-201-1/+2
|
* math/p5-Math-SigFigs: update to 1.10swills2015-07-202-9/+5
|
* math/fxt: upgrade 2012.06.18 -> 2015.07.17pi2015-07-195-156/+619
| | | | | | | | | | | | A substantial number of algorithms have been added, much in the combinatorial section, but also quite a few others. Very many routines have been improved (optimizations and handling corner cases). Everything (well, all demos) pass valgrind, so a handful of bugs have been squished that are next to impossible to find otherwise. Apart from that, a real and ongoing effort has been made for readability.
* upgrade 6.3.54sanpei2015-07-184-17/+129
|
* math/scilab:makc2015-07-171-0/+32
| | | | | | | - Fix build after textproc/fop update PR: 201339 Submitted by: truckman
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.kwm2015-07-173-5/+3
| | | | | | | | | | Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection. Arguments supported: <empty>, build, run, nox11 and agpl PR: 201201 (exp-run) Approved by: portmgr (mat@) Exp run by: antione@ (previous patch) Differential Revision: https://reviews.freebsd.org/D2938
* - ~convert to USES=metaport.stephen2015-07-162-380/+16
| | | | | | | - Automate how OPTIONS are processed. PR: ports/201604 Submitted by: Andriy Voskoboinyk
* colormath is a simple Python module that spares the user from directly dealingskreuzer2015-07-164-0/+39
| | | | | | | | | | | | | | | | | with color math. Some features include: * Support for a wide range of color spaces. A good chunk of the CIE spaces, RGB, HSL/HSV, CMY/CMYK, and many more. * Conversions between the various color spaces. For example, XYZ to sRGB, Spectral to XYZ, CIE Lab to Adobe RGB. * Calculation of color difference. All CIE Delta E functions, plus CMC. * Chromatic adaptations (changing illuminants). * RGB to hex and vice-versa. * 16-bit RGB support. WWW: https://pypi.python.org/pypi/colormath
* - Fix shebangsamdmi32015-07-151-2/+4
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q3 (blanket)
* math/py-bitmath: Represent and manipulate file sizes with different prefix ↵wg2015-07-154-0/+41
| | | | | | | | | | | | | | | | | | | | notations bitmath simplifies many facets of interacting with file sizes in various units. Functionality includes: - Converting between SI and NIST prefix units (kB to GiB) - Converting between units of the same type (SI to SI, or NIST to NIST) - Automatic human-readable prefix selection (like in hurry.filesize) - Basic arithmetic operations (subtracting 42KiB from 50GiB) - Rich comparison operations (1024 Bytes == 1KiB) - bitwise operations (<<, >>, &, |, ^) - argparse integration - progressbar integration - String parsing - Sorting WWW: https://github.com/tbielawa/bitmath
* - Update to 3.0.0.stephen2015-07-148-55/+30
|
* - Update to 2.2.9.stephen2015-07-112-3/+3
|
* - Update to 2.0.0sunpoet2015-07-102-0/+2
| | | | | | | - Bump PORTREVISION for graphics/gdal shlib change - Mark astro/merkaartor as BROKEN Changes: http://trac.osgeo.org/gdal/wiki/Release/2.0.0-News
* - New port math/octave-forge-doctest.stephen2015-07-095-0/+44
| | | | | | | | | | | | | | | 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 doctest. The Octave-Forge Doctest package finds specially-formatted blocks of example code within documentation files. It then executes the code and confirms the output is correct. This can be useful as part of a testing framework or simply to ensure that documentation stays up-to-date during software development.
* - Update to 3.25sunpoet2015-07-092-5/+6
| | | | | | - Strip shared library Changes: http://search.cpan.org/dist/Math-MPFR/CHANGES
* - Update to 0.1.4.stephen2015-07-082-4/+4
|
* - Update to 2.8.1.stephen2015-07-082-3/+3
|
* Remove ${LOCALBASE}/bin/ from BUILD/RUN_DEPENDS in cases where it is ↵adamw2015-07-081-2/+2
| | | | | | unnecessary, and sort depends where appropriate.
* math/py-pandas: update 0.16.1 -> 0.16.2robak2015-07-072-3/+3
| | | | | PR: 201363 Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
* - Update to 2.8.3.stephen2015-07-072-3/+3
|
* - Update to 20150704culot2015-07-062-4/+4
| | | | Changes: http://invisible-island.net/add/CHANGES
* math/jakarta-commons-math: Restrict build to 1.6 and 1.7 [1]bofh2015-07-062-5/+5
| | | | | | | | - Unmute INSTALL_ macros - Fix patch files to reflect 'make makepatch' PR: 201352 [1] Submitted by: glewis [1]
* - Update to upstream version 2.2.0riggs2015-07-059-41/+24
| | | | | | | | | - Install icons - Switch from ${CHMOD} in Makefile to @mode in pkg-plist - Rework files/ dir using 'make makepatch' PR: 201329 Submitted by: rhurlin@gwdg.de (maintainer)
* - Update to 1.2.6.stephen2015-07-053-540/+575
|
* - Reinstate optional dependency math/octave-forge-ltfat.stephen2015-07-051-8/+7
| | | | - Update to 20150704.
* - Update to 2.1.0.stephen2015-07-043-14/+3
|
* Fix build with texinfo 6.0antoine2015-07-041-6/+16
| | | | Reported by: pkg-fallout
* - Update to 1.0.8.stephen2015-07-042-5/+4
|
* - Update to 1.1.5.stephen2015-07-042-5/+4
|
* - Update to 2.3.2.stephen2015-07-042-3/+3
|
* - Unbreak by using gnu_configure instead of Makefile_unix.stephen2015-07-042-4/+12
| | | | | PR: ports/199683 Submitted by: smars@yuntech.edu.tw
* - Update to 2.2.2.stephen2015-07-042-3/+3
|
* . Add USES=readline for the readline dependency.glewis2015-07-041-1/+1
| | | | | PR: 197995 Submitted by: johans@
* Depend on a particual file, not an executable so it picks up a correctdemon2015-07-031-1/+1
| | | | | | | python version. PR: 198989 Submitted by: John W. O'Brien <john@saltant.com>
* Add USES=alias to 11 ports (non-invasive DragonFly support)marino2015-07-031-1/+1
|
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filespgollucci2015-07-032-0/+4
| | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb
* - Remove now needless chmod u+w/u-w from my and unmaintained portsamdmi32015-06-301-2/+0
|
* - Mark BROKEN on 9.x: does not link [1]:amdmi32015-06-301-1/+11
| | | | | | | | | crt1.c:(.text+0x9d): undefined reference to `main' - Fix shebangs Submitted by: pkg-fallout [1] Approved by: portmgr blanket
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,adamw2015-06-292-4/+0
| | | | | | and in fact now leads to incorrect permissions. Remove all instances of it from perl@ ports.
* - Cleanup CHMOD after r390893sunpoet2015-06-291-2/+0
|
* MAKE_JOBS_SAFE=yes is a nop since july 2013antoine2015-06-281-1/+0
|
* Add new port math/alt-ergo-spark (required by SPARK 2015)marino2015-06-284-0/+39
| | | | | This will be RUN_DEPENDS for lang/spark when it is fixed. The "stock" math/alt-ergo cannot be used, it locks up when gnatprove calls it.
* math/why3: Release portmarino2015-06-282-69/+48
| | | | | | | | I only care about math/why3-gpl, which has been decoupled from why3 and has already diverged. Before resetting MAINTAINER, I reintegrated the Makefile.common file (only used by this port) into the main Makefile. In the process, some options placeholders were lost but in all probability these options can't be built without serious work on external ports.
* - Update to 2.8.0.stephen2015-06-273-23/+3
|
* - Update to 0.1.1.stephen2015-06-272-4/+3
|
* - Fix compatibility with c++11amdmi32015-06-274-20/+48
| | | | | | | | | | | | While here: - Add LICENSE - Strip binaries - Regenerate patches - Sort plist PR: 199998 Submitted by: 6yearold@gmail.com Approved by: maintainer timeout (vsevolod, 7 weeks)
* math/why3-gpl: upgrade version 2014 => 2015marino2015-06-275-27/+90
| | | | | | While here, decouple this port from math/why3. They are diverging fast. This port is needed to build SPARK 2015 binaries which will be installed by the lang/spark port (rather than building from source)
* - Mark broken on FreeBSD 9.x:amdmi32015-06-261-0/+2
| | | | | | | ./../explore/static/MWTExplorer.h:16:10: fatal error: 'tuple' file not found Submitted by: pkg-fallout Approved by: portmgr blanket
* - Mark BORKEN on 9.x (actually it's broken everywhere, but fatally on 9.x): ↵amdmi32015-06-261-0/+2
| | | | | | | does not build because it uses C compiler to build C++ code. Seemingly pydistutils problem Submitted by: pkg-fallout Approved by: portmgr blanket
* - Correct condition for BROKEN: && -> ||.stephen2015-06-251-1/+1
| | | | I had forgotten de Morgan's laws! :-)
* - Fix library installationamdmi32015-06-231-2/+3
|
* - Revert changes made in r370272, because they didn't fix anything.stephen2015-06-231-2/+8
| | | | | | - Mark broken for the i386 architecture. Reference: http://beefy5.nyi.freebsd.org/data/101i386-default/390348/logs/octave-forge-interval-1.0.0.log http://beefy2.nyi.freebsd.org/data/93amd64-default/390348/logs/octave-forge-interval-1.0.0.log
* Convert to USES=jpegantoine2015-06-239-17/+12
|
* - Update to 2.2.8.stephen2015-06-222-3/+3
|
* - Update to 2.3.1.stephen2015-06-222-3/+3
|
* - Update to 5.200.2danilo2015-06-223-4/+4
|
* math/pspp: 0.8.4 -> 0.8.5pi2015-06-224-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | Release-Announcement: http://lists.gnu.org/archive/html/pspp-announce/2015-06/msg00000.html Changes: - The FREQUENCIES and CROSSTABS commands can now generate barcharts. - The FACTOR command can now perform PROMAX rotations. - SPSS/PC+ system files are now supported on GET and other commands that read SPSS system files. The pspp-convert program can now read SPSS/PC+ system files. Writing the obsolete SPSS/PC+ system file format is not supported. - SYSFILE INFO can now read SPSS/PC+ system files and SPSS portable files. - FREQUENCIES: A bug was fixed where an assertion failure occured when an empty dataset was presented. - The GRAPH command is now available. Initially it supports scatterplots and histograms. - The RND operator in expressions now supports additional operands for rounding to values other than integers and to indicate a level of rounding fuzz. The default rounding fuzz may now be controlled and displayed with SET FUZZBITS and SHOW FUZZBITS, respectively. PR: 201040 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
* - Attempt to fix errors in ↵stephen2015-06-221-8/+2
| | | | | | | http://beefy5.nyi.freebsd.org/data/101i386-default/390032/logs/octave-forge-interval-1.0.0.log. I am hoping the gcc compiler will work better than the clang compiler. I'll monitor the resulting error messages to see if I am correct.
* Update to 1.4.3.thierry2015-06-222-5/+4
| | | | | | PR: ports/200664 Submitted by: yuri (at) rawbw.com Approved by: maintainer
* Update to 3.0609.tobez2015-06-192-4/+3
|
* - Fix build on i386amdmi32015-06-191-2/+10
| | | | MFH: 2015Q2
* - Fix library installationamdmi32015-06-191-2/+2
|
* - Strip binaryamdmi32015-06-181-1/+4
|
* - Update to 2.8.2.stephen2015-06-162-3/+3
|
* - Update graphics/proj to 4.9.1wen2015-06-152-1/+2
| | | | | | | | - Bump PORTREVISION to chase the update of proj PR: 200434 Submitted by: wen@(myself) Approved by: maintainer(timeout, >20 days)
* - Update to 1.0.0.stephen2015-06-152-3/+3
|
* - Update 1.0.7.stephen2015-06-152-3/+3
|
* - Update to 1.9.1wen2015-06-143-15/+24
| | | | | | PR: 200679 Submitted by: yuri@rawbw.com Approved by: maintainer
* - Update WWWsunpoet2015-06-131-1/+1
| | | | With hat: ruby
* - Update to 0.09sunpoet2015-06-133-18/+21
| | | | | | | | - Add LICENSE - Add NO_ARCH - Sort PLIST Changes: http://search.cpan.org/dist/GIS-Distance/Changes
* Update GAP to 4.7.8johans2015-06-132-4/+4
|
* - Update to 1.2-1tota2015-06-132-5/+5
| | | | - Change LICENSE from GPLv2 to GPLv2 or GPLv3
* - Update to 2.3-3tota2015-06-132-3/+3
|
* - Update to 0.97tota2015-06-132-4/+3
|
* - Update to 0.1-9tota2015-06-133-6/+6
| | | | - Update pkg-descr
* Reset dhn's portserwin2015-06-131-1/+1
| | | | | | PR: 197522 Submitted by: jbeich Approved by: portmgr
* - Update to 6.1tota2015-06-122-8/+7
|
* - Update to 0.5.200.1.0tota2015-06-112-3/+3
|
* - Fix shebangsamdmi32015-06-101-2/+2
| | | | MFH: 2015Q2 (blanket)
* - Update to 1.2.0.stephen2015-06-082-5/+6
|
* Make ports using libtool treat elftoolchain's strip the same as GNU stripantoine2015-06-081-2/+0
| | | | | | | | | Any strip on any FreeBSD version should be able to handle stripping requested by libtool PR: 198611 Reviewed by: emaste Exp-run: self
* - Add LICENSE_FILEamdmi32015-06-071-1/+3
| | | | - Strip library
* - Switch to USES=autoreconfamdmi32015-06-071-5/+2
|
* Mark BROKENantoine2015-06-061-0/+2
| | | | | | | | ===> Staging for R-cran-stabledist-0.7.0 ===> Generating temporary packing list ERROR: this R is version 3.0.2, package 'stabledist' requires R >= 3.1.0 Reported by: pkg-fallout
* math/coinmp: update 1.8.1 -> 1.8.2robak2015-06-053-9/+9
| | | | | PR: 200635 Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es> (maintainer)
* - Strip librariesamdmi32015-06-041-1/+5
|
* - Strip libraryamdmi32015-06-041-1/+4
|
* - Strip librariesamdmi32015-06-041-1/+4
|
* - Add LICENSE_FILEamdmi32015-06-031-2/+4
| | | | - Strip libraries
* - Add shells/bash as a build_depends.stephen2015-06-031-1/+2
| | | | Reference: http://beefy2.nyi.freebsd.org/data/93amd64-default/388357/logs/librsb-1.2.0r1.log
* - Make user of port understand information about memory heirarchy needs tostephen2015-06-033-2/+47
| | | | | be provided. - Bump portrevision.
* math/R-cran-stabledist: update to 0.7-0dbn2015-06-032-4/+3
| | | | | | | ChangeLog: * R/dpqr-stable.R (qstable): check that xmin < xmax before using uniroot. Fixes qstable(0, .. beta=0) bug found by Tobias Hudec. * R/utils.R (.unirootNA): build on newer uniroot() --> need R >= 3.1.0
* math/p5-Math-Derivative: Update version 0.01=>0.03bofh2015-06-022-4/+3
|
* math/p5-Math-FFT: Update version 1.28=>1.32bofh2015-06-022-4/+3
|
* math/p5-Math-Intersection-StraightLine: Update version 0.04=>0.05bofh2015-06-022-4/+3
|
* - Add port math/librsb.stephen2015-06-026-0/+296
| | | | | librsb is a library for sparse matrix computations featuring the Recursive Sparse Blocks (RSB) matrix format.
* - Update math/cgal to 4.6wen2015-06-013-19/+200
| | | | - Bump PORTREVISION of the ports depends on cgal
* - Add NO_ARCHamdmi32015-05-312-0/+2
| | | | Approved by: portmgr blanket
* - Fix shebangsamdmi32015-05-311-2/+5
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
* Update portaudio to v19/Remove portaudio2 [1]bapt2015-05-313-12/+4
| | | | | | | | | Chase portaudio change Add patches from debian for games/cultivation Add patches from upsteam for audio/rezound Mark py-fastaudio as broken Approved by: maintainer
* - Update to 0.2.1.stephen2015-05-312-3/+3
|
* Create at least a bit more proper libraries:bapt2015-05-301-4/+7
| | | | | | | | | - run ranlib on the static library - give a soname to the shared library - make the real file the the library with a version in the name - make the .so the symlink Bump portrevision for the ports using the library
* In PR200475, it turned out math/rapid is using "CC" to compile C++dim2015-05-301-0/+9
| | | | | | | files. Make it use ${CXX} instead. Approved by: jwbacon@tds.net (maintainer) PR: 200475, 200525
* - Strip librariesamdmi32015-05-291-2/+4
| | | | | - Clarify LICENSE - Add LICENSE_FILE
* - Fix shebangsamdmi32015-05-291-2/+8
| | | | | | | - Strip library Approved by: portmgr blanket MFH: 2015Q2
* - Fix shebangsamdmi32015-05-291-2/+4
| | | | | | | - Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
* - Update to 5.200.1danilo2015-05-273-5/+4
|
* - Update to 1.3.2.stephen2015-05-272-4/+3
|
* - Don't cat pkg-message from Makefilesamdmi32015-05-272-6/+0
| | | | Approved by: portmgr blanket
* - Only strip shared librariesamdmi32015-05-271-3/+2
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* math/py-pandas: update to 0.16.1xmj2015-05-262-4/+9
| | | | | | | | | - update to 0.16.1 - add SQL storage option, and SQLalchemy dependency - enable Bottleneck and Numexpr options by default PR: 200451 Submitted by: John W. O'Brien <john@saltant.com>
* - Fix library installation, strip librariesamdmi32015-05-261-4/+9
| | | | | - Clarify LICENSE - Add LICENSE_FILE
* - Update WWWsunpoet2015-05-261-1/+1
|
* - Update to 2.008sunpoet2015-05-262-6/+10
| | | | | | - Add TEST_DEPENDS Changes: http://search.cpan.org/dist/PDL/Changes
* math/py-statsmodels: fix build- and plist issuesxmj2015-05-261-0/+4
| | | | | - fix build issues through adding Cython to BUILD_DEPENDSi - fix plist issues
* - Handle removal of the /usr/bin/perl symlink. (See UPDATING 20150513.)stephen2015-05-252-5/+16
|
* - Use dos2unix instead of gpatch to handle CR in the diff files.stephen2015-05-252-12/+2
|
* - Update to 1.8.15sunpoet2015-05-244-3/+4
| | | | | | | - Bump PORTREVISION for science/hdf5 shlib change Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.15-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html
* Update Coq to 8.4pl6johans2015-05-233-3/+4
| | | | | PR: 200409 Submitted by: yuri@rawbw.com
* Remove $FreeBSD$ from patches files everywhere.mat2015-05-2312-26/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* math/py-statsmodels: switch to GitHub, clean up stuffxmj2015-05-223-6245/+6
| | | | | | - switch upstream to GitHub - as there is no new release available, bump PORTREVISION - remove Sphinx build from docs option, due to recursive imports.
* - Update to 0.8.5.stephen2015-05-223-5/+17
|
* - Update to 6.7.stephen2015-05-212-3/+7
| | | | | - Don't build documentation, because of a mysterious race condition. - Add one more master site.
* - Update to 1.1.0wen2015-05-202-3/+3
|
* - Fix library installation, unbreak static libraryamdmi32015-05-191-2/+3
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* - Fix build on armv6wen2015-05-191-0/+12
| | | | | PR: 200286 Submitted by: mikael.urankar@gmail.com
* math/speedcrunch: Update WWWmakc2015-05-191-1/+1
|
* - Update to 2.3.0.stephen2015-05-192-3/+3
|
* Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.mat2015-05-194-10/+9
| | | | | With hat: portmgr Sponsored by: Absolight
* math/cmlib: fix MASTER_SITEpi2015-05-181-2/+1
| | | | | PR: 196258 Submitted by: mat
* New port: math/cmlibpi2015-05-186-0/+973
| | | | | | | | | | | A collection of non-proprietary, easily transportable Fortran subprogram packages solving a variety of mathematical and statistical problems. WWW: http://www.nist.gov/itl/math/mcsd-software.cfm PR: 196258 Submitted by: Anton Shterenlikht <mexas@bris.ac.uk>
* - Update to 0.53sunpoet2015-05-162-3/+3
| | | | Changes: http://search.cpan.org/dist/Math-Int64/Changes
* math/scilab:makc2015-05-161-15/+9
| | | | | | - Clean up blas/lapack usage Based on patch, provided by maho@ via email.
* - Simplify and fix library installation, correctly strip librariesamdmi32015-05-161-8/+9
| | | | - Mark broken on 8.x (section .tbss mismatches non-TLS reference in /usr/local/lib//libmpich.a)
* octave-forge-nurbs: require an OpenMP compileremaste2015-05-151-0/+2
| | | | | | PR: 200192 Submitted by: pfg Approved by: stephen, xmj
* - Add CPE infoamdmi32015-05-151-2/+2
| | | | Approved by: portmgr blanket
* - Update to 5.100.2danilo2015-05-143-4/+4
|
* - Mark BROKEN, the module is not usableamdmi32015-05-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | The error may be reproduced by `make test': --- The extension 'Math::Geometry::Planar::GPC::Polygon' is not properly installed in path: 'blib/arch' If this is a CPAN/distributed module, you may need to reinstall it on your system. To allow Inline to compile the module in a temporary cache, simply remove the Inline config option 'VERSION=' from the Math::Geometry::Planar::GPC::Polygon module. at blib/lib/Math/Geometry/Planar/GPC/Polygon.pm line 32. BEGIN failed--compilation aborted at blib/lib/Math/Geometry/Planar/GPC/Polygon.pm line 32. Compilation failed in require at test.pl line 9. BEGIN failed--compilation aborted at test.pl line 9. --- This module may be replaced by p5-Math-Geometry-Planar-GPC-PolygonXS: it's confirmed to work with all consumers currently in the ports tree (math/p5-Math-Polygon-Tree and converters/osm2mp), however I'm not sure about other consumers, so I'm not removing/deprecating this port right away.
* - Update to 0.08amdmi32015-05-142-4/+5
| | | | | - Add test depends - Switch from broken p5-Math-Geometry-Planar-GPC-Polygon to p5-Math-Geometry-Planar-GPC-PolygonXS
* - Remove test target, it is already defined by Mk/Uses/perl5.mkamdmi32015-05-141-3/+0
| | | | Suggested by: mat
* - Update pkg-descr which was forgottenamdmi32015-05-141-2/+3
|
* Math::Geometry::Planar::GPC::Polygon - OO wrapper to gpc library (translated ↵amdmi32015-05-145-0/+37
| | | | | | to XS) WWW: http://search.cpan.org/dist/Math-Geometry-Planar-GPC-Polygon/
* MASTER_SITES cleanup.mat2015-05-1450-92/+48
| | | | | | | | | | | | | | | | | | | - Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
* R does not create proper libraries (with SONAME) pkg 1.5.2 is know skipping thisbapt2015-05-141-1/+1
| | | | | | | kind of libraries to avoid messing the solver with wrong provides. Bump the port to enforce users to rebuild the package with 1.5.2 and having not satifisfiable problem for the solver
* - Cleanup GH_* knobs:sunpoet2015-05-142-4/+3
| | | | | - Use DISTVERSIONPREFIX - Remove GH_PROJECT
* Descriptions from bsd.options.desc.mk is used, and openblas is now default.maho2015-05-121-8/+6
|
* Shared descriptions for blas-related options.maho2015-05-121-7/+6
|
* Backout previous commit; actually it was not a typo.maho2015-05-121-1/+1
|
* Fix for the default.maho2015-05-121-1/+1
|
* Use bsd.options.desc.mk for descriptionsmaho2015-05-121-7/+2
| | | | Suggested by: demon@
* Cleanup DIST* variables.mat2015-05-128-26/+19
| | | | | | | | | | | When appropriate: - Try to use DISTVERSION{SUF,PRE}FIX - Replace PORTNAME-PORTVERSION by DISTNAME - Convert MASTER_SITES to use macros - Other light cleanup With hat: portmgr Sponsored by: Absolight
* - Mark as broken. "make install" never seems to complete, probably because ofstephen2015-05-111-0/+2
| | | | incorrectly contructed help files.
* Move p5- ports from ports@ to perl@.mat2015-05-113-3/+3
| | | | | With hat: perl@ Sponsored by: Absolight
* - Use blaslapack.mkriggs2015-05-111-28/+10
| | | | | | | - Bump PORTREVISION PR: 199383 Submitted by: phd_kimberlite@yahoo.co.jp (maintainer)
* - Add a new port: math/R-cran-minqatota2015-05-094-0/+25
| | | | | | | Derivative-free optimization by quadratic approximation based on an interface to Fortran implementations by M. J. D. Powell. WWW: http://cran.r-project.org/web/minqa/
* - Fix LICENSEamdmi32015-05-091-3/+6
| | | | - Fix library installation
* - Don't install static libraries with INSTALL_LIB (part 2/2)amdmi32015-05-094-5/+6
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* - Update to 0.9.6.3.jkim2015-05-095-58/+83
| | | | | | | - Replace the previous hack with a more generic fix for FreeBSD 8.x and 9.x. - Add LICENSE and NO_ARCH. Approved by: demon (maintainer)
* - Don't install static libraries with INSTALL_LIB (part 1/2)amdmi32015-05-084-10/+12
| | | | | Approved by: portmgr blanket MFH: 2015Q2
* new port: math/rubygem-expression_parsermmoll2015-05-084-0/+22
| | | | | | | | | | | A mathematical expression parser for Ruby WWW: http://lukaszwrobel.pl/blog/math-parser-part-1-introduction PR: 199923 Differential Revision: https://reviews.freebsd.org/D2483 Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de> Approved by: mat (mentor)
* - Update to 1.6.4.stephen2015-05-083-6/+5
|
* - Update to 1.2.8.stephen2015-05-082-5/+4
|
* - Update to 0.1.3.stephen2015-05-082-4/+4
|
* Update ports in the [i-m]* category to not use GH_COMMIT.mat2015-05-088-18/+10
| | | | | | | With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
* - Update to 2.3.2.stephen2015-05-072-3/+3
|
* math/Math-Int128: 0.21 -> 0.22pi2015-05-072-3/+3
| | | | | Fix for #RT103359: CLONE hook was dying because its signature was wrong (bug report by Duke Smith)
* math/cryptominisat, math/py-cryptominisat: add new portsjbeich2015-05-069-0/+103
| | | | | | | | | | | | CryptoMiniSat is a modern, multi-threaded, feature-rich, simplifying SAT solver, featuring over 100 configurable parameters to tune to specific need, collection of statistical data to MySQL database + javascript-based visualization of it and clean C++ and python interfaces. WWW: http://www.msoos.org/cryptominisat4/ PR: 199929 Submitted by: 6yearold@gmail.com (based on)
* math/fityk: unbreak build on 8.xjbeich2015-05-051-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | r385070 exposed another issue: In file included from ceria.cpp:4:0: ceria.h:52:23: error: 'FILE' was not declared in this scope CelFile read_cel_file(FILE* f); ^ ceria.h:52:29: error: 'f' was not declared in this scope CelFile read_cel_file(FILE* f); ^ ceria.h:53:41: error: 'FILE' has not been declared void write_cel_file(CelFile const& cel, FILE* f); ^ ceria.cpp: In function 'CelFile read_cel_file(FILE*)': ceria.cpp:719:30: error: 'CelFile read_cel_file(FILE*)' redeclared as different kind of symbol CelFile read_cel_file(FILE *f) ^ In file included from ceria.cpp:4:0: ceria.h:52:9: error: previous declaration of 'CelFile read_cel_file' CelFile read_cel_file(FILE* f); ^ Reported by: pkg-fallout Approved by: portmgr blanket
* - Add PDF documentation.stephen2015-05-054-120/+1287
| | | | | | | - Add option to build PSL version (amd64 only). PR: 199910 Submitted by: Pedro F. Giffuni <pfg@FreeBSD.org>
* - Add USE_OCAML_CAMLP4 and USE_OCAML_TK to bsd.ocaml.mk which addmadpilot2015-05-045-2/+5
| | | | | | | | | | | | | | | depends on the camlp4 language and labltk ocaml modules, which are now in separate ports. - Update x11-toolkits/ocaml-lablgtk2 to 2.18.3 - Update graphics/ocaml-lablgl to 1.05 - Make unison ports use USE_OCAML - Convert ports to the new flags where needed - Bump PORTREVISION on ports depending on ocaml-lablgtk2, those need to be rebuilt PR: 199845 Submitted by: jbeich@ Differential Revision: https://reviews.freebsd.org/D2434 Approved by: portmgr (mat)
* - Update to 0.5.100.1.0tota2015-05-042-3/+3
|
* - Update to 2.8.1.stephen2015-05-042-3/+3
|
* - Update to 0.2.0.stephen2015-05-042-3/+3
|
* Update to version 3.8.2.demon2015-05-043-6/+6
|
* - Update to 0.1.8.stephen2015-05-032-3/+3
|
* - Update to 5.100.1danilo2015-05-034-10/+19
| | | | | | - Add support to superlu library [1] Suggested by: Conrad Sanderson (author) [1]
* - Fix symbolic link pathdanilo2015-05-031-2/+2
| | | | | | | /usr/local/lib/libsuperlu.a /usr/local/lib/libsuperlu.so -> libsuperlu_4.3.so /usr/local/lib/libsuperlu.so.4 /usr/local/lib/libsuperlu_4.3.so -> libsuperlu.so.2 <-- wrong file name
* Update to version 3.8.1demon2015-05-033-11/+46
|
* math/reduce: upgrade version 20110414 => 20141130marino2015-05-023-31/+12
| | | | | | | | | This version can be built by system compilers (gcc 4.2 & clang) and also ports gcc compilers, unlike its predecessor which would segfault and even lock up during build. PR: 199832, 199853 Submitted by: pfg (maintainer)
* - Sort PLISTsunpoet2015-05-011-11/+11
|
* math/hfst: unbreak build on DragonFly and fix libxml2 usagejbeich2015-05-011-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | lang/gcc* by default search for includes and libraries under PREFIX/LOCALBASE unlike compilers from base. DragonFly has gcc 5.0 *in base*, so... checking for main in -lxml2... no checking for main in -lglib-2.0... no checking for library containing readline... no configure: error: readline test failed (--without-readline to disable) libxml2 while linked in isn't actually used due to the code being guarded by #if HAVE_LIBXML_TREE_H while checking for main in -lxml2... yes checking libxml/tree.h usability... no checking libxml/tree.h presence... no checking for libxml/tree.h... no Also, properly track readline dependency on 11.0C which was disabled since base r268461. Reported by: DPorts (bustage) Reported by: pkg-fallout (detection quirks) Approved by: portmgr blanket
* math/hfst: unbreak build on 8.x/9.x (flex 2.5.4)jbeich2015-05-011-0/+8
| | | | | | | | | | | /bin/sh ../../../build-aux/ylwrap xre_lex.ll lex.yy.c xre_lex.cc -- flex --outfile=lex.yy.c flex: unknown flag '-'. For usage, try flex --help *** [xre_lex.cc] Error code 1 Reported by: pkg-fallout Approved by: portmgr blanket MFH: 2015Q2
* math/fityk: unbreak build on 8.x/9.x (gcc 4.8)jbeich2015-05-013-2/+27
| | | | | | | | | | | | | | | | | | | Add -std=c++11 to fix /usr/local/include/wx-3.0/wx/strvararg.h:25:27: error: type_traits: No such file or directory which itself exposes guess.cpp:20:7: error: unknown type name 'array' const array<string, 3> Guess::linear_traits = ^ sidebar.cpp:900:52: error: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal] + s2wx(format1<realt, 30>("%.10"REALT_LENGTH_MOD"g", a))); ^ Reported by: pkg-fallout Approved by: portmgr blanket MFH: 2015Q2 (only USES due to lack of r383466)
* - Update to 0.3.14wen2015-04-302-4/+6
| | | | - Add LICENSE
* - Update to 0.17.1wen2015-04-302-4/+6
| | | | | | | | | | | | | | | | | | | | - Add LICENSE > Description of fields to fill in above: 76 columns --| > PR: If a GNATS PR is affected by the change. > Differential Revision: https://reviews.freebsd.org/D### (*full* phabric URL needed). > Submitted by: If someone else sent in the change. > Reviewed by: If someone else reviewed your modification. > Approved by: If you needed approval for this commit. > Obtained from: If the change is from a third party. > MFC after: N [day[s]|week[s]|month[s]]. Request a reminder email. > MFH: Ports tree branch name. Request approval for merge. > Relnotes: Set to 'yes' for mention in release notes. > Security: Vulnerability reference (one per line) or description. > Sponsored by: If the change was sponsored by an organization. > Empty fields above will be automatically removed. M R-cran-coda/Makefile M R-cran-coda/distinfo
* math/facile: Bump because ocaml version ungradedmarino2015-04-301-1/+1
| | | | | | | The ocaml makefile says to bump this port after ocaml is changed. I don't know how necessary this really is though. PR: 195736
* - Revert back to 2.2.1, because 2.2.2 requires octave-4.0.0.stephen2015-04-302-3/+4
| | | | | | - Bump portepoch. Pointyhat: stephen