Commit graph

293403 commits

Author SHA1 Message Date
Andrej Zverev
544e269b91 Fix typo in previous revision
Submitted by:	maintainer (via IRC)
2013-02-05 09:08:43 +00:00
Martin Wilke
a578d3ae5f - Update to 0.148
PR:		175583
Submitted by:	Ports Fury
2013-02-05 09:08:14 +00:00
Pietro Cerutti
3c7ba37617 - Update to 15.8a (bug fixes)
Reported by:	obrien
2013-02-05 08:58:10 +00:00
Philippe Audeoud
eba727d0ee - Update to 1.83
- Changelog: http://cpansearch.perl.org/src/SULLR/IO-Socket-SSL-1.83/Changes
2013-02-05 08:52:40 +00:00
Pietro Cerutti
632c877ba7 - Update to 20130203
Changes:

  * Files to generate man pages for Seed7 interpreter and compiler have
    been added to the documentation (files doc/s7.1 and doc/s7c.1).
  * The makefiles have been improved to support the targets distclean
    and test.
  * The operators radix and RADIX have been added to the libraries
    integer.s7i and bigint.s7i. This operators convert an integer
    respectively bigInteger to a string. The conversion uses the
    numeral system with the given base.
  * The variants of the function str, which have a second parameter to
    specify a numeric base, are deprecated now and will be removed in a
    future release. The operators radix and RADIX should be used
    instead.
  * Interpreter and compiler have been improved to support the
    operators radix and RADIX.
  * In chkint.sd7 checks for the function str with base have been
    replaced with checks for the operators radix and RADIX.
  * Usages of the function str with base have been changed to usages
    of the operators radix or RADIX in the files gethttp.s7i, bas7.sd7,
    encoding.s7i and s7c.sd7.
  * Errors in bas7.sd7, concerning the function VARPTR and the
    statement OPEN, have been fixed.
  * The function getLineWithMacrosApplied in makedata.s7i has been
    improved to ignore space and tab characters after an escaped
    newline.
  * Result variables have been renamed in various libraries and example
    programs.
  * The currency sign character has been added to stdfont10.s7i,
    stdfont12.s7i, stdfont14.s7i, stdfont16.s7i, stdfont18.s7i,
    stdfont20.s7i, stdfont24.s7i, vecfont10.s7i and vecfont18.s7i.
  * The file chkccomp.c has been improved to define a macro that
    describes what happens, when a cast of a float to int overflows.

- This release features the inclusion of the man pages for the seed7
  interpreter s7(1) and compiler s7c(1)

- Remove patch included upstream
2013-02-05 08:46:44 +00:00
Baptiste Daroussin
7f59a530b0 - update libcmis to 0.3 version,
- nuke libcmis03
2013-02-05 07:35:44 +00:00
Baptiste Daroussin
c5007b1dde 2013-02-05 net-mgmt/argus: Using of this branch of argus is discouraged. Please migrate to net-mgmt/argus3
2013-02-05 net-mgmt/argus-clients: Using of this branch of argus-clients is discouraged. Please migrate to net-mgmt/argus3-clients
2013-02-05 07:29:43 +00:00
Baptiste Daroussin
6891214ff2 Bring the expiration date back to the futur 2013-02-05 07:06:30 +00:00
Andrej Zverev
a1212062e4 Add record about lang/perl5.8, lang/perl5.10 removal. 2013-02-05 06:11:14 +00:00
Jun Kuriyama
74c15b291a - Upgrade to 0.11. 2013-02-05 06:10:40 +00:00
Eitan Adler
0b49b950d0 - Deprecate
- Trim header
2013-02-05 03:54:04 +00:00
Diane Bruce
2ef6d52ceb - Update to ircd-hybrid 8.0.4
PR:		ports/175085
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
2013-02-05 02:41:24 +00:00
Ryan Steinmetz
e2686463bc - Update to 1.14.8 2013-02-05 01:00:28 +00:00
Ryan Steinmetz
ea938d74a5 - Update to 3.1.3 2013-02-05 00:55:21 +00:00
Max Brazhnikov
46ed2f2eb1 - Fix fetch
- Trim header
2013-02-05 00:32:19 +00:00
Mikhail Teterin
fe8e26f42a Add port tcl-mmap -- Tcl interface to mmap(2). 2013-02-05 00:15:35 +00:00
Stephen Montgomery-Smith
61dd78bf20 - Update to 1.2.1. 2013-02-05 00:05:29 +00:00
Sofian Brabez
4f36f96f5f posix_ipc is a Python module (written in C) that permits creation and
manipulation of POSIX inter-process semaphores, shared memory and message queues
on platforms supporting the POSIX Realtime Extensions a.k.a. POSIX 1003.1b-1993.

WWW: http://semanchuk.com/philip/posix_ipc/

PR:		ports/171507
Submitted by:	Kubilay Kocak <koobs.freebsd@gmail.com>
2013-02-04 23:29:20 +00:00
Bryan Drewery
62db6b5c76 - Update to 0.2.2
- Drop rubygem- prefix from PKGNAME as this no longer uses rubygems
- Add mirror
- Add setup instructions in pkg-message
- Add LICENSE

Changes:
  * Scripts are now installed to /usr/local/sbin
    instead of /usr/local/bin
  * Add '-P pool' flag to `zfs-auto-snapshot` to limit
    the snapshotting to the specified pool/dataset.
  * Fix usage output
2013-02-04 23:24:39 +00:00
Sofian Brabez
aba5395c81 - Update to 4.0.2
PR:		ports/175849
Submitted by:	antoine (maintainer)
2013-02-04 23:07:16 +00:00
Jun Kuriyama
5d32a24056 This Module is intended to provide an interface to the strongest
available source of non-blocking randomness on the current
platform.

WWW: http://search.cpan.org/dist/Crypt-URandom/
2013-02-04 22:59:01 +00:00
Jun Kuriyama
5096b210fd - Upgrade to 0.0018. 2013-02-04 22:15:50 +00:00
Henrik Brix Andersen
c4405ee362 - Update to v3.2
- Convert to OptionsNG
- Remove unneeded dependencies on specific ABI versions
2013-02-04 22:01:15 +00:00
Romain Tartière
ea54e86153 Enable sgen.
PR:		ports/175518
Submitted by:	Jack Pappas <jack.pappas@tidepowerd.com>
2013-02-04 21:57:56 +00:00
Guido Falsi
9c6a5b34f3 Update to 0.6 2013-02-04 21:53:59 +00:00
Rene Ladan
396cc5daf4 - revert r310861, which seems to cause IPC memory leaks.
- bump PORTREVISION

Discussed on: 	freebsd-chromium
2013-02-04 21:39:41 +00:00
Marcus von Appen
5b7036499d - Add a RAYOPTIMIZATION option for the ray optimization code to allow
i386 systems without SSE2 to build blender properly
- Add CYCLESOSL option to add support for cycles render shaders
- Clean up some PLIST_SUB leftovers

PR:		ports/175490
Submitted by:	chris@imagemetrica.com
2013-02-04 21:19:38 +00:00
Steven Kreuzer
a732680198 Update to 0.21.18 2013-02-04 21:15:31 +00:00
Juergen Lock
c010874469 Actually fix build with clang on i386 (there was a patch missing.) 2013-02-04 21:11:25 +00:00
Jung-uk Kim
fde722d687 Update to 3.6.5. 2013-02-04 20:03:49 +00:00
Jung-uk Kim
1e015fdb43 Update to 0.9.6.
Approved by:	fluffy (maintainer)
2013-02-04 18:51:59 +00:00
Joe Marcus Clarke
8d769fdd46 Update to 3.0.2. 2013-02-04 18:33:23 +00:00
Max Brazhnikov
98d9f38e48 Merge from area51 repository:
- Update to 4.3 (not part of KDE extragear anymore)
- Make NLS optional
- Build documentation
- Trip Makefile header
- Convert to new options framework
2013-02-04 18:26:38 +00:00
Joe Marcus Clarke
46b3ae1c10 Update to 1.8.5. See http://www.wireshark.org/docs/relnotes/wireshark-1.8.5.html
for the list of changes in this release.
2013-02-04 18:26:11 +00:00
Tom Judge
39fecc0841 Convert to OptionsNG. 2013-02-04 17:37:17 +00:00
Max Brazhnikov
1ecf7f6e3c Update to 4.6.3 2013-02-04 17:00:36 +00:00
Cy Schubert
0e48c93e82 Fix build under 10-CURRENT.
PR:		172211, 175760
Submitted by:	Niclas Zeising <zeising@daemonic.se>
2013-02-04 16:58:33 +00:00
Frederic Culot
2f0818e0aa - Update to 1.4.0
Changes:	http://www.lemke-it.com/litnoauth?request=pubcloglfc&lang=en
PR:		ports/175824
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2013-02-04 16:32:38 +00:00
Max Brazhnikov
3080b96911 - Add update instruction for qt4-phonon users [1]
- Fix date of previous entry

Requested by:	mva [1]
2013-02-04 16:31:00 +00:00
Max Brazhnikov
5561ab9dd9 Merge from area51 repository:
- Trip Makefile header
- Convert to new options framework / rename option
2013-02-04 16:18:24 +00:00
Ryan Steinmetz
9b947220dd - Fix DEPENDENCY after net/freeradius removal
Reported by:	Portsnap buildbox
2013-02-04 15:58:07 +00:00
Max Brazhnikov
b8daca2bf0 Merge from area51 repository:
- Update to 1.4.0
2013-02-04 15:56:05 +00:00
Max Brazhnikov
59530568b4 - Remove no longer needed patch
- Trim Makefile header
2013-02-04 15:51:04 +00:00
Max Brazhnikov
2222f16b43 Merge from area51 repository:
- Update to 2.7.0
- Chase kdemultimedia4 split
- Trip header
- Remove dependency on liblastfm as it needs a new version
- Add dependency on nepomuk-core
- Remove soversion from LIB_DEPENDS
- Add optional run dependency on net/clamz (off by default)
2013-02-04 15:45:28 +00:00
Max Brazhnikov
9cf69eeb54 More merges from area51 repository:
- Chase kdemultimedia4 split/kdegames shlib bump
- Convert to new options framework
- Trip Makefile header

sysutils/k3b-kde4:
- add patches to fix build with ffmpeg-devel [1]

PR:		ports/162261 [1]
Submitted by:	Phil Oleson <oz at nixil.net>
2013-02-04 15:36:28 +00:00
Pietro Cerutti
012a59bb0e - Mark lang/tcl83 and x11-toolkits/tk83 as DEPRECATED, to expire in 2 months
Tcl/Tk 8.3 has been long unmaintained upstream, with the last release almost
  10 years ago.
2013-02-04 15:28:16 +00:00
Pietro Cerutti
1f5202d990 - Remove irc/zircon and math/lensnns, both expired and abandoned 2013-02-04 15:24:20 +00:00
Sunpoet Po-Chuan Hsieh
59ed0c6f94 - Fix *_DEPENDS: Scalar::Util 1.19+ is already in all supported Perl releases
- Sort TEST_DEPENDS
- Bump PORTREVIISON for dependency change
- Cleanup Makefile header
2013-02-04 15:02:00 +00:00
Tom Judge
02a9955c44 Update to 2.0.
Changes:
 * Major code refactoring, see README.2.x for more information.
 * Cleanup code to please Perl::Critic.
 * Removed support for blocking I/O, only non-blocking I/O is supported.
 * Now using the No::Worries and Params::Validate modules from CPAN.
 * Added STOMP 1.2 support.
 * Added the queue_message() and send_message() methods for convenience.
 * Added optional authentication support via Authen::Credential.
2013-02-04 14:50:30 +00:00
Baptiste Daroussin
38186e4055 Fix typo introduce during conversion to optionsng 2013-02-04 14:42:47 +00:00