1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-06 01:57:40 +00:00
Commit Graph

308552 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
2c71a6ca28 - Update to 2013.09.08 2013-09-09 10:08:42 +00:00
Sunpoet Po-Chuan Hsieh
e9cace28bf - Update to 20130908 2013-09-09 10:08:39 +00:00
Sunpoet Po-Chuan Hsieh
b13b8830cf - Update to 2013.09.08 2013-09-09 10:08:35 +00:00
Sunpoet Po-Chuan Hsieh
0b21aa11ad - Update to 20130902 2013-09-09 10:08:30 +00:00
Sunpoet Po-Chuan Hsieh
e388c56fc8 - Update to 20130902 2013-09-09 10:08:26 +00:00
Andrej Zverev
d6e7af1f52 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-09 09:45:12 +00:00
Pietro Cerutti
0dbb1fb2a7 - Update to 05_20130908
Changes:

  * The compiler has been improved to use charvalue instead of
    intvalue, when characters are initialized. Thanks go to Brian
    Callahan, for reporting the bug. Btw.: Brian Callahan created an
    openBSD port for Seed7.
  * The makefile mk_freebsd.mk has been added to support compilation
    under freeBSD. Thanks go to Pietro Cerutti, for providing it.
  * The makefiles mk_clang.mak and mk_freebsd.mk have been improved
    to use the options -ffunction-sections, -fdata-sections and
    *Wl,--strip-debug.
  * The functions bStriLe2BigInt, bytesLe2BigInt, bStriBe2BigInt,
    bytesBe2BigInt, bStriLe, bytesLe, bStriBe and bytesBe have been
    added to bytedata.s7i. This functions convert between sequences
    of bytes and bigInteger numbers.
  * In bytedata.s7i the functions bytesLeAsInt and bytesBeAsInt have
    been renamed to bytesLe2Int respectively bytesBe2Int.
  * Parameter names have been added to seed7_05.s7i, graph_file.s7i,
    graph.s7i, reference.s7i, pac.sd7, tetg.sd7, tet.sd7 and wiz.sd7.
  * Checks for the Karatsuba multiplication and the functions bytesBe,
    bytesLe, bytesBe2BigInt and bytesLe2BigInt have been added to
    chkbig.sd7.
  * Checks for set membership in character sets have been added to
    chkset.sd7.
  * The readability of the bitset initialisation in the compiler (s7c)
    has been improved.
  * Interpreter and compiler have been improved to support the new
    actions BIG_FROM_BSTRI_BE, BIG_FROM_BSTRI_LE, BIG_TO_BSTRI_BE and
    BIG_TO_BSTRI_LE.
  * The functions bigFromBytesBe, bigFromBytesLe, bigFromBStriBe,
    bigFromBStriLe, bigToBStriBe and bigToBStriLe have been added to
    both, big_gmp.c and big_rtl.c.
  * In big_gmp.c and big_rtl.c the function bigImport has been
    rewritten to use bigFromBytesBe.
  * The readability of the function uint2_mult in int_rtl.c has been
    improved.
  * The program chkccomp.c has been improved to check for a ones
    complement inttype and if casting can be used to get the element
    of a union.
  * Several makefiles have been adjusted to use 'cp -p' instead of
    'cp -a'. The cp command openBSD does not support -a.
  * The function bigRand in big_rtl.c has been improved to avoid that
    a random number is outside the required range.
2013-09-09 09:31:22 +00:00
Alexey Dokuchaev
c785b07763 - Update to version 0.12.3, which brings new Bright Novae plugin and fixes
of a few bugs within plugins and the search tool
- Rename SOUND option to MULTIMEDIA, as it covers video as well

This is likely to be the last release based on Qt 4.8, next series (0.13.x)
would be based on Qt 5, which offers improved modularity, has better OpenGL
support, and nice new Qt3D and QML stuff for GUI.
2013-09-09 09:24:02 +00:00
Andrej Zverev
2b434af7d4 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-09 08:21:32 +00:00
Anton Berezin
a5a2c3b70d Update to 1.16.
Changes:        http://search.cpan.org/dist/Tree-DAG_Node/Changes
2013-09-09 08:07:22 +00:00
Anton Berezin
a718d532b4 Update to 0.37.
Changes:        http://search.cpan.org/dist/MooseX-Types/Changes
2013-09-09 08:01:28 +00:00
Anton Berezin
46dc8fa564 Update to 4.34.
Changes:        http://search.cpan.org/dist/Mojolicious/Changes
2013-09-09 07:49:13 +00:00
Alex Dupre
925d3f6392 Update 0.9.4 release. 2013-09-09 07:24:48 +00:00
Johan van Selst
acc3f787f2 Fix syntax issue in make.texi; fixes build with modern texinfo
Reported by:	omar siddique <omars1234@gmail.com>
2013-09-09 05:35:02 +00:00
Raphael Kubo da Costa
e6e2732a2f Add an upstream commit to fix libc++-related issues.
This should fix the build of unit tests in x11/kdelibs4 with clang and
libc++, as reported in [1]. Bump PORTREVISION, as this changes an installed
header.

[1] http://lists.freebsd.org/pipermail/freebsd-ports/2013-September/085821.html
2013-09-09 01:01:18 +00:00
Raphael Kubo da Costa
95a5854384 Add a ton of patches needed to get the port building with libc++.
One of them is a patch I got into Qt some time ago, but patch-libcxx is a
collection of commits to WebKit itself (and a few changes of mine) that
never got downstream Qt's copy of WebKit.

Some good soul with free time should work on porting qtwebkit-23 [1], which
contains a much more up-to-date WebKit checkout.

[1] https://blogs.kde.org/2013/07/17/qtwebkit-232-and-qtwebkit-qt-51

PR:		ports/181932
2013-09-09 00:53:36 +00:00
Bryan Drewery
61972b87fc - Allow this port to build a package so users can switch without
needing ports

Reviewed by:	bapt
With hat:	portmgr
2013-09-09 00:28:36 +00:00
Martin Matuska
788ccbb0ef Horde package update:
Horde_ActiveSync 2.7.2 -> 2.7.3
Horde_Imap_Client 2.14.0 -> 2.15.0
2013-09-08 22:50:31 +00:00
Anton Berezin
b3ae28187a Update to 0.0.8.
Changes:	http://search.cpan.org/dist/File-Dir-Dumper/Changes
PR:			181951
Submitted by:	maintainer
2013-09-08 21:25:28 +00:00
Anton Berezin
40671d12d3 Update to 1.4.1.
Changes:	http://search.cpan.org/dist/NetPacket/Changes
PR:			181950
Submitted by:	maintainer
2013-09-08 21:22:46 +00:00
Anton Berezin
3846e597e4 Update to 0.42.
Changes:	http://search.cpan.org/dist/MooseX-Storage/Changes
2013-09-08 21:16:41 +00:00
Anton Berezin
efcff85334 Update to 0.2802.12.
Changes:	http://search.cpan.org/dist/ExtUtils-CBuilder/Changes
2013-09-08 21:06:59 +00:00
Chris Rees
f32bafc5ce The format for bind.address has changed, so document and alert users.
At the same time, fix some errors for logging in the rc script.

PR:		ports/179927
Submitted by:	Alexander Yerenkow <yerenkow@gmail.com> (maintainer)
2013-09-08 20:56:37 +00:00
William Grzybowski
b272637bac devel/py-mongoengine: add pkg-plist
- Add pkg-plist file
2013-09-08 20:01:03 +00:00
Maxim Sobolev
355a219c79 Don't rely on `file -L' to follow symlinks and find type of the file
they point to. It only works if symlink points to the file directly and
fails if there are more than one level of symlinks. Use realpath(1) to
drill out the actual path to the shared lib and feed it to file(1)
then.

This fixes issue with cerain LIB_DEPENDS, such as databases/db42.

Approved by:	portmgr (bapt)
2013-09-08 19:28:29 +00:00
Sunpoet Po-Chuan Hsieh
54082c9ee7 - Update to 1.2.8
- While I'm here:
  - Use GNU macro
  - Add OPTIONS_DEFINE
  - Convert to new perl5 framework
  - Simplify regex

Changes:	http://git.savannah.gnu.org/gitweb/?p=libidn.git;a=blob;f=NEWS
PR:		ports/181942
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2013-09-08 18:32:38 +00:00
Sunpoet Po-Chuan Hsieh
e83b096b99 - Update to 0.9.2
Changes:	https://github.com/mitmproxy/netlib/commits/master
PR:		ports/181941
Submitted by:	Hung-Yi Chen <gaod@hychen.org> (maintainer)
2013-09-08 18:32:34 +00:00
Anton Berezin
be72b7f974 Update to 0.16(.)009.
Changes:	http://search.cpan.org/dist/DateTime-Format-Pg/Changes
2013-09-08 17:07:30 +00:00
Anton Berezin
4db8717603 Update to 0.82.
Changes:	http://search.cpan.org/dist/Squatting/Changes
2013-09-08 16:52:06 +00:00
Anton Berezin
228a01e56b Update to 0.38.
Changes:	http://search.cpan.org/dist/HTML-TagCloud/CHANGES
2013-09-08 16:43:26 +00:00
Anton Berezin
9fd3e4e5a5 Update to 2.0009.
Changes:	http://search.cpan.org/dist/Text-Xslate/Changes
2013-09-08 16:40:43 +00:00
Anton Berezin
ede32b6df9 Update to 0.09.
Changes:	http://search.cpan.org/dist/Text-Query/ChangeLog
2013-09-08 16:38:26 +00:00
Anton Berezin
817e35ef7b Update to 1.669(.)004.
Changes:	http://search.cpan.org/dist/Text-Autoformat/Changes
2013-09-08 16:36:01 +00:00
Anton Berezin
abdaf12729 Update to 0.56.
Changes:	http://search.cpan.org/dist/Lingua-Identify/Changes
2013-09-08 16:34:38 +00:00
Anton Berezin
3d5e3e7a1a Update to 1.131650.
Changes:	http://search.cpan.org/dist/Geo-IPfree/Changes
2013-09-08 16:30:33 +00:00
Anton Berezin
b05da80dc3 Update to 0.18.
Changes:	http://search.cpan.org/dist/Try-Tiny/Changes
2013-09-08 16:28:34 +00:00
Anton Berezin
e13df5736c Update to 1.05.
Changes:	http://search.cpan.org/dist/Color-Scheme/Changes
2013-09-08 16:20:06 +00:00
Anton Berezin
371c6b5c82 Update to 1.9726.
Changes:	http://search.cpan.org/dist/Time-HiRes/Changes
2013-09-08 16:18:45 +00:00
Anton Berezin
9fcf7a733d Update to 2.45.
Changes:	http://search.cpan.org/dist/Storable/ChangeLog
2013-09-08 16:17:13 +00:00
Anton Berezin
3085a5839d Update to 0.11.
Changes:	http://search.cpan.org/dist/MooseX-Aliases/Changes
2013-09-08 16:15:52 +00:00
Anton Berezin
3d9c0f073a Update to 1.26.
Changes:	http://search.cpan.org/dist/Set-Scalar/ChangeLog
2013-09-08 16:06:41 +00:00
Sunpoet Po-Chuan Hsieh
1fdc3ba078 - Update to 1.3.1
Changes:	https://github.com/guard/listen/blob/master/CHANGELOG.md
2013-09-08 15:51:54 +00:00
Sunpoet Po-Chuan Hsieh
6d755a5aae - Update to 0.57
Changes:	http://search.cpan.org/dist/MooseX-Getopt/Changes
2013-09-08 15:49:07 +00:00
Sunpoet Po-Chuan Hsieh
9308b19908 - Add p5-Test-Warnings 0.008
If you've ever tried to use Test::NoWarnings to confirm there are no warnings
generated by your tests, combined with the convenience of done_testing to not
have to declare a test count, you'll have discovered that these two features do
not play well together, as the test count will be calculated before the warnings
test is run, resulting in a TAP error. (See examples/test_nowarnings.pl in this
distribution for a demonstration.)

This module is intended to be used as a drop-in replacement for
Test::NoWarnings: it also adds an extra test, but runs this test before
done_testing calculates the test count, rather than after. It does this by
hooking into done_testing as well as via an END block. You can declare a plan,
or not, and things will still Just Work.

WWW: http://search.cpan.org/dist/Test-Warnings/
2013-09-08 15:46:36 +00:00
Sunpoet Po-Chuan Hsieh
1ce36abe41 - Update to 0.004
- Convert to new perl5 framework

Changes:	http://search.cpan.org/dist/Type-Tie/Changes
2013-09-08 15:43:07 +00:00
Sunpoet Po-Chuan Hsieh
db917aad29 - Update to 2.044
Changes:	http://search.cpan.org/dist/Config-Model-Tester/Changes
2013-09-08 15:43:03 +00:00
Sunpoet Po-Chuan Hsieh
112d552e0f - Fix *_DEPENDS: Config::Model::Tester is a test-only dependency
- Bump PORTREVISION for dependency change
2013-09-08 15:42:58 +00:00
Dirk Meyer
a06aad9b72 - update to 2.34.0
- new option ANN for edge bundling
2013-09-08 15:28:15 +00:00
Anton Berezin
161898c62e Update to 0.84.
Changes:	http://search.cpan.org/dist/IPC-Cmd/CHANGES
2013-09-08 15:14:17 +00:00
Bryan Drewery
83d53541ed Mark MAKE_JOBS_UNSAFE 2013-09-08 15:10:42 +00:00