1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
Commit Graph

396796 Commits

Author SHA1 Message Date
Pawel Pekala
2be5dec3ac Update to version 16.7.2 2016-07-10 09:04:07 +00:00
Dmitry Marakasov
425f6043d8 - Add LICENSE
- Switch to USES=localbase
- Switch to options helpers
2016-07-10 09:00:10 +00:00
Wen Heping
5b81d30bc0 - Update to 0.38
- Add LICENSE
- Convert to autoplist
2016-07-10 08:06:30 +00:00
Wen Heping
8b36476a09 - Update to 2.2.2 2016-07-10 07:51:06 +00:00
Kurt Jaeger
c6cef7f89b New port: math/cadabra2
Cadabra is a symbolic computer algebra system (CAS) designed
specifically for the solution of problems encountered in field
theory. It has extensive functionality for tensor computer algebra,
tensor polynomial simplification including multi-term symmetries,
fermions and anti-commuting variables, Clifford algebras and Fierz
transformations, component computations, implicit coordinate
dependence, multiple index types and many more. The input format
is a subset of TeX.

WWW: http://cadabra.science/

PR:		210476
Submitted by:	Yuri Victorovich <yuri@rawbw.com>
2016-07-10 07:42:55 +00:00
Wen Heping
accac76631 - Update to 0.96.8 2016-07-10 07:38:52 +00:00
Wen Heping
dacd60092a - Update to 0.76
Changes: http://cpansearch.perl.org/src/AMBS/Text-BibTeX-0.76/Changes
2016-07-10 07:21:17 +00:00
Wen Heping
467f76ef79 - Update to 1.34
Changes: http://cpansearch.perl.org/src/DROLSKY/DateTime-1.34/Changes
2016-07-10 07:07:56 +00:00
Thomas Zander
6d498fee32 Update to upstream version 1.10.0 2016-07-10 04:20:09 +00:00
Wen Heping
f27c173cb8 - Update to 4.035
Changes: http://cpansearch.perl.org/src/MICHIELB/DBD-mysql-4.035/Changes
2016-07-10 03:20:34 +00:00
Wen Heping
8ff84deab1 - Repocopy mediawiki126 --> mediawiki127 and update to 1.27.0 2016-07-10 03:10:19 +00:00
Wen Heping
752ed12650 - Update to 1.5.10 2016-07-10 00:02:14 +00:00
Dirk Meyer
41f0d02656 - update to 2.1.1 2016-07-09 23:11:59 +00:00
Olli Hauer
f7a7d51c2f - fix build on FreeBSD 12
- s/USE_OPENSSL=yes/USES=ssl/
2016-07-09 20:18:29 +00:00
Antoine Brodin
d74df830eb Prevent PKGNAME collision with math/libR 2016-07-09 20:02:02 +00:00
Antoine Brodin
44ff513406 Finish removal of gmake-lite
PR:		210623
2016-07-09 19:55:35 +00:00
Thomas Zander
98fc96e2d1 Mark broken while restructuring the master port is ongoing
PR:		210866
Reported by:	jrm@ftfl.ca (maintainer)
2016-07-09 19:32:32 +00:00
Thomas Zander
03be2d040f Modernize and simplify port
PR:		210866
Submitted by:	jrm@ftfl.ca (maintainer)
Reviewed by:	rhurlin@gwdg.de, bapt, riggs
2016-07-09 19:28:21 +00:00
Kurt Jaeger
bbcf2dce16 audio/portaudio: fix test program installation
- Before the patch the libtool wrapper scripts were installed
  instead of real test programs

PR:		210455
Submitted by:	Tobias Kortkamp <t@tobik.me>
Approved by:	koalative@gmail.com (maintainer timeout)
2016-07-09 18:59:19 +00:00
Kurt Jaeger
5394c67c41 devel/gradle: Add missing dependency
Gradle uses native-platform which has compiled its native component
with g++, and requires that libstdc++.so.6 is available. See
https://github.com/adammurdoch/native-platform/issues/8.

PR:		208471
MFH:		2016Q3
Submitted by:	Tobias Kortkamp <t@tobik.me>
Approved by:	gasol.wu@gmail.com (maintainer timeout)
2016-07-09 18:43:40 +00:00
Jan Beich
ba485b72fe math/py-pysparse: add new port
PR:		210595
Submitted by:	yuri@rawbw.com

PySparse extends the Python interpreter by a set of sparse matrix
types holding double precision values. PySparse also includes modules
that implement:

- iterative methods for solving linear systems of equations
- a set of standard preconditioners
- an interface to a direct solver for sparse linear systems of
  equations (SuperLU)
- a Jacobi-Davidson eigenvalue solver for the symmetric, generalised
  matrix eigenvalue problem (JDSYM)

https://github.com/PythonOptimizers/pysparse
2016-07-09 17:11:52 +00:00
Roman Bogorodskiy
2ef3d1b07d sysutils/uefi-edk2-bhyve: add slave port with CSM
- add slave port for uefi-edk2-bhyve with CSM enabled.
  The CSM option was removed from the main port, and
  now the port uses different firmware name based on CSM
  setting, so master and slave ports can be installed
  simultaneously.
- rename destination path: s/uefi-firmwares/uefi-firmware
  because "firmware" is plural already
- Use USE_GCC instead of direct dependency

Submitted by:	maintainer
Differential Revision:	D7157
2016-07-09 16:10:08 +00:00
Adam Weinberger
d6492c7e67 Fix packaging with SSL disabled. No PORTREVISION bump.
While here, left-indent a comment so that 9.x doesn't log it to
the console, and only set USES=ssl if SSL is enabled.

Submitted by:	Christian Bernard
2016-07-09 15:47:25 +00:00
Pawel Pekala
a83258a54c - Update to version 1.6.20
- Regenerate patches with make makepatch
- Sort pkg-plist
2016-07-09 15:31:18 +00:00
Kurt Jaeger
ad9159b0d8 www/node: 6.2.2 -> 6.3.0
- buffer: Added buffer.swap64() to complement swap16() & swap32().
- build: New configure options have been added for building Node.js as
  a shared library.
  o The options are: --shared, --without-v8-platform & --without-bundled-v8.
- crypto: Root certificates have been updated.
- debugger: The server address is now configurable via
  --debug=<address>:<port>.
- npm: Upgraded npm to v3.10.3
- readline: Added the prompt option to the readline constructor.
- repl / vm: sigint/ctrl+c will now break out of infinite loops without
  stopping the Node.js instance.
- src:
  o Added a node::FreeEnvironment public C++ API.
  o Refactored require('constants'), constants are now available
    directly from their respective modules. (James M Snell) #6534
- stream: Improved readable.read() performance by up to 70%.
- timers: setImmediate() is now up to 150% faster in some situations.
- util: Added a breakLength option to util.inspect() to control how
  objects are formatted across lines.
- v8-inspector: Experimental support has been added for debugging
  Node.js over the inspector protocol.
  o Note: This feature is experimental, and it could be altered or removed.
  o You can try this feature by running Node.js with the --inspect flag.

PR:		210893
Changes:	https://nodejs.org/en/blog/release/v6.3.0/
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2016-07-09 14:05:24 +00:00
Jan Beich
3038813c31 devel/git-cinnabar: unbreak build-as-user
poudriere's BUILD_AS_NON_ROOT actually builds dependencies as root and
only the port in question as non-root. So, don't assume another's port
WRKSRC is writable.

=======================<phase: configure      >============================
===>  Configuring for git-cinnabar-0.4.0.b1
mv: rename /wrkdirs/usr/ports/devel/git/work/git-2.9.0 to /wrkdirs/usr/ports/devel/git-cinnabar/work/git-cinnabar-0.4.0b1/git-core: Permission denied
*** Error code 1

Reported by:	pkg-fallout
2016-07-09 13:58:28 +00:00
Kurt Jaeger
96df585c66 www/node[4]: Fix OpenSSL dependencies after USES=ssl changes
PR:		210891
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2016-07-09 13:42:53 +00:00
Christoph Moench-Tegeder
f0cc5e1c85 update thunderbird to 45.2.0
PR:		210749
Approved by:	jbeich (maintainer), rene (mentor)
MFH:		2016Q3
Security:	8065d37b-8e7c-4707-a608-1b0a2b8509c3
2016-07-09 13:21:06 +00:00
Christoph Moench-Tegeder
b3572697b0 do not strip binaries when building with DTRACE
stripping would destroy some probes and might result in instable
behaviour when trying to access those probes.

PR:		204314
Approved by:	rene (mentor), maintainer-timeout
2016-07-09 13:16:52 +00:00
Kurt Jaeger
97dfec1387 www/node[4]: Use NLS option to enable system-icu
PR:		210786
Submitted by:	Bradley T. Hughes <bradleythughes@fastmail.fm> (maintainer)
2016-07-09 13:06:53 +00:00
Jason Unovitch
a51173064b security/afl: update 2.07b -> 2.19b
PR:		210832
Submitted by:	Tobias Kortkamp <t@tobik.me> (maintainer)
2016-07-09 12:52:40 +00:00
Jason Unovitch
cc46e6c83c www/kanboard: fix URL on one of the MASTER_SITES
PR:		210818
Approved by:	Bart Wrobel <bsd@if0.eu> (maintainer)
2016-07-09 12:43:54 +00:00
Kurt Jaeger
a7cf5a53db graphics/aseprite: 1.1.5.6 -> 1.1.6
PR:		210852
Changes:	http://www.aseprite.org/release-notes/
Submitted by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2016-07-09 12:26:41 +00:00
Jan Beich
77bd3ba494 devel/py-rebulk: add new port
PR:		210774
Submitted by:	Andrej Ebert <andrej@ebert.su>

ReBulk is a python library that performs advanced searches in strings
that would be hard to implement using re module or String methods only.
It includes some features like Patterns, Match, Rule that allows
developers to build a custom and complex string matcher using a readable
and extendable API.

https://github.com/Toilal/rebulk
2016-07-09 11:47:43 +00:00
Kurt Jaeger
cc30a2c7e1 chinese/fcitx: 4.2.8.6 -> 4.2.9.1
PR:		210782
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw>
Approved by:	lichray@gmail.com (maintainer)
2016-07-09 11:37:36 +00:00
Dmitry Marakasov
5bf0c4d130 - Add LICENSE_FILE
- Switch to options helpers
2016-07-09 09:00:12 +00:00
Jan Beich
cfbc4cd8f8 emulators/ppsspp: unbreak runtime on DragonFly
$ ppsspp
Unable to initialize SDL: SDL not built with joystick support
2016-07-09 07:31:13 +00:00
Kurt Jaeger
7030d031ae databases/pecl-mongodb: 1.1.7 -> 1.1.8
- Trace returns from phongo_stream_initiator()
- PHPC-720: Do not persist SSL streams to avoid SSL reinitialization errors
- Move php_phongo_new_datetime_from_utcdatetime() into UTCDateTime.c
- PHPC-631: Regression tests for UTCDateTime::toDateTime()
- PHPC-631: Fix timelib_time.f assignment in UTCDateTime::toDateTime()
2016-07-09 06:55:21 +00:00
Kurt Jaeger
93b249d979 net-im/oysttyer: 2.7.0 -> 2.7.2
- Fix /short command
2016-07-09 06:52:47 +00:00
Kurt Jaeger
f1bce66cbe security/p5-Protocol-ACME: 0.12 -> 0.15
Changes:	http://cpansearch.perl.org/src/SLUDIN/Protocol-ACME-0.15/Changes
2016-07-09 06:51:16 +00:00
Cy Schubert
00bb105178 Correct the graphics/png dependency. 2016-07-09 04:58:19 +00:00
Jan Beich
0f4e53d864 gecko: unbreak WebRTC build on DragonFly 2016-07-09 04:57:43 +00:00
Cy Schubert
9034459360 Fix conflicts and sort USES & USE_XORG.
PR:		210909
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
2016-07-09 04:20:22 +00:00
Kurt Jaeger
f28db07ce0 chinese/librime: 1.1 -> 1.2.9
PR:		210781
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw>
Approved by:	lichray@gmail.com (maintainer)
2016-07-09 04:16:28 +00:00
Cy Schubert
468b950dac Include fixes from net/tigervnc-devel.
PR:		210908
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
Suggested by:	cy@
2016-07-09 04:13:28 +00:00
Kris Moore
9d61aeedf9 - Update to 2016.06.02
PR: 210863
Submitted by: Maintainer
2016-07-09 03:58:43 +00:00
Kris Moore
d4b0b057da - Update to latest GH tag(s)
PR: 210862
Submitted by: Maintainer
2016-07-09 03:52:52 +00:00
Kurt Jaeger
9cdea908c2 chinese/opencc: 0.4.3 -> 1.0.4
PR:		210763
Changes:	https://github.com/BYVoid/OpenCC/blob/master/NEWS.md
Submitted by:	Iblis Lin <iblis@hs.ntnu.edu.tw>
Approved by:	lichray@gmail.com (maintainer)
2016-07-09 03:43:15 +00:00
Kurt Jaeger
99381cbe1b multimedia/assimp: 3.2 -> 3.3.1
PR:		210876
Changes:	https://github.com/assimp/assimp/releases
Submitted by:	lightside@gmx.com
Approved by:	Yuri Victorovich <yuri@rawbw.com> (maintainer)
2016-07-09 03:34:27 +00:00
Mark Felder
4a1966338a net-p2p/sonarr: Update to 2.0.0.4230
Changelog:	https://github.com/Sonarr/Sonarr/releases/tag/v2.0.0.4230
2016-07-09 01:09:44 +00:00