Commit Graph

323519 Commits

Author SHA1 Message Date
Mark Felder
1ac332247d Maintainer is my coworker; we don't run this in in production anymore.
Kicking this back to the ports@ pool.
Support STAGE while here, and an easy fix for building with CLANG.

The resulting binaries are untested, but it should be functionally identical.

Approved by:	swills (mentor)
Approved by:	maintainer (private email, he's my coworker)
2014-02-03 15:45:08 +00:00
Frederic Culot
46b1f12267 - Update to 1.09
Changes:	http://search.cpan.org/dist/AppConfig-Std/Changes
2014-02-03 15:44:19 +00:00
Frederic Culot
7eb56ac7d3 - Update to 0.006015
Changes:	http://search.cpan.org/dist/Devel-Declare/Changes
2014-02-03 15:37:17 +00:00
Pietro Cerutti
c1bd27e21e - Update to 05_20140202
Changes:

    * The manual chapter describing the foreign function interface has
      been improved.
    * The handling of Unicode in the console has been improved. Cursor
      positioning and writing Unicode strings to the desired position
      works now also under Linux.
    * A strict checking of all strings, that are passed to C functions,
      has been introduced. Zero bytes and non Unicode characters in the
      original string raise the exception RANGE_ERROR now.
    * The performance of several loops in the runtime library has been
      improved. Now the loops use indices instead of pointer increments
      and they work downward towards an index of zero. This allows C
      compilers to do more optimizations (verified with gcc and
      valgrind).
    * The enumeration types signedness and endianess have been added to
      bytedata.s7c.
    * The conversion functions bytes, bytes2Int and bytes2BigInt have
      been added to bytedata.s7c. The new function allow conversions
      to and from signed and unsigned byte strings with big- and
      little-endian byte order. This functions replace the less flexible
      functions bytesLe2Int, bytesBe2Int, bytesLe and bytesBe.
    * The functions bStriBe, bStriLe, bStriBe2BigInt and bStriLe2BigInt
      have been moved from bytedata.s7c to bstring.s7i.
    * The performance of the functions int16AsTwoBytesLe,
      int32AsFourBytesLe, int64AsEightBytesLe int16AsTwoBytesBe,
      int32AsFourBytesBe and int64AsEightBytesBe has been improved.
    * Documentation comments have been added or improved in cc_conf.s7i,
      bytedata.s7i, environment.s7i, sockbase.s7i, actutl.c, big_rtl.c,
      big_gmp.c, biglib.c cmd_rtl.c, con_inf.c, con_win.c, con_wat.c,
      int_rtl.c, intlib.c, soc_rtl.c, striutl.c and syvarutl.c.
    * The program chk_all.sd7 has been improved to check several
      compiler options and to allow that the output of interpreted and
      compiled compiler differs. The difference of the generated C code
      is okay, when the execution of the compiled programs results in
      the same output.
    * The compiler (s7c) has been improved to do more optimizations for
      the action BIG_REM (operator rem).
    * The compiler has been improved to count inserted and suppressed
      range checks.
    * Interpreter, compiler and runtime library have been improved to
      allow bstrings with slices. This is used by the compiler to
      reduce the memory used for constant bstrings.
    * The compiler has been improved to store the data of constant
      bigIntegers in bstrings.
    * Checks for div, rem, mdiv and mod have been added to chkbig.sd7.
    * Checks for float division by zero have been added to chkexc.sd7.
    * Checks for float parse have been added to chkflt.sd7.
    * In con_inf.c, con_win.c and con_wat.c the function conText has
      been replaced by conWrite. ConWrite takes an UTF-32 string and
      writes it to the console. If stdout is redirected an UTF-8 string
      is written to the destination file.
    * The function gen_act_ptr_table has been added to actutl.c. This
      function creates act_ptr_table and removes double entries from it.
    * The functions intBytesBe2UInt and intBytesLe2UInt have been added
      to int_rtl.c.
    * Interpreter and compiler have been improved to support the new
      actions INT_BYTES_BE_2_UINT and INT_BYTES_LE_2_UINT.
    * Checks for the function sigaction() and for integer division and
      remainder have been added to chkccomp.c.
    * The configuration values ALLOW_BSTRITYPE_SLICES,
      CHECK_INT_REM_BY_ZERO and CHECK_INT_REM_ZERO_BY_ZERO have been
      added to cc_conf.s7i, chkccomp.c, cmd_rtl.c and s7c.sd7.
    * Several versions of timAwait in tim_unx.c have been improved to
      restart calls of poll(), ppoll() and select().
    * A check for the character '=' in the environment variable name has
      been added to the function cmdSetenv (in cmd_rtl.c).
    * In striutl.c the functions stri_compress, stri_export_utf8 and
      cp_to_cstri8 have been improved and renamed to conv_to_cstri
      conv_to_cstri8 and stri_to_cstri8 respectively. Interpreter and
      runtime library have been improved to use the new function names.
    * The function stri_to_cstri and the macro free_cstri8 have been
      added to striutl.c.
    * The functions conv_to_cstri, conv_to_cstri8, stri_to_cstri8 and
      stri_to_bstri have been improved to use an err_info parameter.
2014-02-03 15:32:50 +00:00
Pietro Cerutti
c61156c3cb - Update to 1.3.4 2014-02-03 15:04:21 +00:00
Mark Felder
1c6ee08b26 Support STAGE
Add LICENSE

Approved by:	swills (mentor, implicit)
Approved by:	maintainer (my coworker)
2014-02-03 14:36:16 +00:00
Martin Wilke
ab0dddd688 - Stage support 2014-02-03 14:31:53 +00:00
Martin Wilke
9d9fecc928 - Stage support 2014-02-03 14:31:32 +00:00
Brendan Fabeny
3aadbf5940 Use staging; update LICENSE; strip libraries; remove some outdated material 2014-02-03 14:30:48 +00:00
Mathieu Arnold
e0553647f7 Fix on 10, whilst gcc is exporting inline functions, clang isn't.
Sponsored by:	Absolight
2014-02-03 14:23:07 +00:00
Martin Wilke
d8e8201c23 - Unbreak sasl support
PR:		186376
2014-02-03 14:13:26 +00:00
Mathieu Arnold
d8d4832d58 - Convert to stage
- Unmark as broken, it should be fixed on 8/9 and on 10 it'll build when
  net/libnids is fixed.

Sponsored by:	Absolight
2014-02-03 14:07:47 +00:00
Martin Wilke
2ca4195def - Stage support
- Convert to USES
2014-02-03 13:57:46 +00:00
Martin Wilke
0b9237831b - Remove NO_STAGE 2014-02-03 13:53:09 +00:00
Anton Berezin
4b67ba1dff Update to 2.0 and take over maintainership. 2014-02-03 13:52:17 +00:00
Mathieu Arnold
975d785ed0 - Support staging
- Use new options helpers a bit

Sponsored by:	Absolight
2014-02-03 13:43:00 +00:00
Martin Wilke
0f2200e494 - Stage support 2014-02-03 13:40:41 +00:00
Martin Wilke
2e95bf0cd1 - Stage support 2014-02-03 13:40:25 +00:00
Martin Wilke
2aa69d3577 - Stage support 2014-02-03 13:40:08 +00:00
Martin Wilke
c1b93607a8 - Stage support 2014-02-03 13:39:30 +00:00
Martin Wilke
9b452801b4 - Stage support 2014-02-03 13:39:17 +00:00
Martin Wilke
500665890f - Stage support 2014-02-03 13:38:57 +00:00
Martin Wilke
1631db264b - Stage support 2014-02-03 13:38:32 +00:00
John Marino
6776e8937d lang/gnatdroid-armv(5,7): Fix build on FreeBSD 10+
Reported by pkg-fallout
Cause: Bad gcc makefile, doesn't properly support cross-compiler build
Workaround: duplicate *-cross executables to the base names so that the
            install target doesn't try to rebuild them
2014-02-03 13:37:19 +00:00
Rene Ladan
a5b3d04981 - Update to 20130926 and unexpire
- Stage support
- No need for gmake
- Tighten COMMMENT
- Add license
- (Re)assign maintainership to submitter

PR:		ports/182427
Submitted by:	Shane Kinney <modsix@gmail.com>
2014-02-03 12:32:17 +00:00
Alex Dupre
d5bffd7e86 Fix build by adding jar dependencies into classpath. 2014-02-03 11:54:02 +00:00
Alex Kozlov
93b679a695 - Deprecate and set expiration date to 2014-03-03: Needs an old (pre 7.2) XFree86/X.org header file to build
Approved by x11 (bapt)
2014-02-03 11:38:49 +00:00
Johan van Selst
50a52838b6 Update to 1.1.5 (bugfix release)
PR:		ports/186393
Submitted by:	Lapo Luchini <lapo@lapo.it>
2014-02-03 11:37:59 +00:00
Rene Ladan
f8340f24c1 Remove expired ports:
2013-12-31 multimedia/xbmc-pvr: multimedia/xbmc and multimedia/xbmc-addon-pvr are newer
2013-12-31 misc/libmcal: No more used and development discontinued
2014-02-01 textproc/py-4suite: only builds with Python up to version 2.4
2014-02-01 multimedia/xbmc-addon-xvdr: Depends on expired multimedia/xbmc-pvr
2014-02-01 deskutils/gmcal: Depends on expired misc/libmcal
2014-02-01 deskutils/mcal: Depends on expired misc/libmcal
2014-02-01 sysutils/relpath: unfetchable distfiles
2014-02-01 sysutils/decomment: unfetchable distfiles
2014-02-03 multimedia/openmovieeditor: segfaults, upstread development ceased
2014-02-03 11:37:02 +00:00
Kubilay Kocak
b7f3ba7623 science/py-pupynere: Modernise: Enable STAGE, AUTOPLIST and more
- Stagify
- Use PYDISTUTILS_AUTOPLIST, remove pkg-plist
- Kill easy_install with fire!
- Remove patch to setup.py

PR:		ports/186366
Submitted by:	Johannes Jost Meixner <xmj@chaot.net>
2014-02-03 11:35:53 +00:00
Dmitry Sivachenko
8b53d3556c Fix template leftover. 2014-02-03 11:32:14 +00:00
Maho Nakata
73e752268b Now we use system nss. 2014-02-03 11:31:17 +00:00
Dmitry Sivachenko
833a82123a Convert to staging. 2014-02-03 11:30:35 +00:00
Dmitry Sivachenko
636217df6c New port: nagios-check_redis.
Nagios plugin to check redis status.
2014-02-03 11:27:39 +00:00
Martin Wilke
a3dcf597a1 - Stage support 2014-02-03 11:12:04 +00:00
Martin Wilke
6b3deca90b - Stage support 2014-02-03 11:11:50 +00:00
Martin Wilke
b3c0ac803f - Stage support 2014-02-03 11:11:36 +00:00
Martin Wilke
41550c5239 - Stage support 2014-02-03 11:10:53 +00:00
Rusmir Dusko
f81a2160b9 - Remove PKGNAMEPREFIX
- Change comment
- Pass maintainership to submitter
- Add license (GPLv2)
- Support STAGEDIR
- Simplify Option handling, change GMP Option
- Add USES desthack, change REINPLACE and patch-Makefile.in
- Use PLIST_FILES and PLIST_DIRS instead of pkg-plist
- Change DOCS and add DOCS Option

PR:		ports/186243
Submitted by:	Luca Pizzamiglio <luca.pizzamiglio@gmail.com>
2014-02-03 11:09:44 +00:00
Pietro Cerutti
e5bca3323f - STAGE-clean
- Fix LICENSE
2014-02-03 11:03:15 +00:00
Baptiste Daroussin
344e9de025 Update to libc++ r200683
This include fixes that makes it usable by all g++ version we have
2014-02-03 10:57:02 +00:00
Pietro Cerutti
fd6fc15ce7 - STAGE-clean
- Fix LICENSE
2014-02-03 10:50:30 +00:00
Mathieu Arnold
7865eb5a5f Add a note to people still running perl 5.12 that it's going to disapear soon.
Sponsored by:	Absolight
2014-02-03 10:39:28 +00:00
Pietro Cerutti
4e337996c5 - STAGE-clean
- Fix LICENSE
2014-02-03 10:34:23 +00:00
Baptiste Daroussin
57d55e9569 Use regular CC and CXX instead of custom CLANGXX/CLANG
That fixes build after .pre.mk removal as well as simplify the makefile

Reported by:	tijl
2014-02-03 10:34:08 +00:00
Kubilay Kocak
2c3a7fcb36 textproc/py-markdown: Modernise: STAGE, AUTOPLIST & more
- Enable STAGE support
- Enable AUTOPLIST support, delete pkg-plist
- Update LICENSE (BSD3CLAUSE)
- Update WWW URL in pkg-descr
- Deprecate PYDISTUTILS_PKGNAME
- Reduce whitespace in Makefile
2014-02-03 10:18:19 +00:00
Kubilay Kocak
f629f22a51 databases/py-umemcache: Modernise: STAGE, AUTOPLIST & more
- Enable STAGE support
- Enable AUTOPLIST support, delete PLIST_FILES
- Update LICENSE (BSD4CLAUSE)
- USE_DOS2UNIX -> USES=dos2unix
- Bump PORTREVISION
2014-02-03 10:09:46 +00:00
Wen Heping
46a789569f - Update to 1.02
ChangeLog: http://cpansearch.perl.org/src/MATEU/MooX-Types-MooseLike-Numeric-1.02/Changes
- Stage support
- Reset maintainer to perl@
2014-02-03 10:02:59 +00:00
Pietro Cerutti
70c09e854c - Fix LICENSE
- Bring man pages in pkg-plist
2014-02-03 10:00:13 +00:00
Pietro Cerutti
3fe97c4dcc - Update to 2.19.2 2014-02-03 09:57:31 +00:00