1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
Commit Graph

306038 Commits

Author SHA1 Message Date
Bryan Drewery
69c3e4159e - Update to 0.52.16
Reported by:	portscout
2013-08-08 12:48:53 +00:00
Pietro Cerutti
b9b54c7cd1 - Update to 05_20130805a
20130805:
  * The functions hashCode in complex.s7i, duration.s7i, rational.s7i
    and time.s7i have been improved to avoid an integer overflow.
    Thanks to Pietro Cerutti, for reporting this problem.
  * The description of the Seed7 installation in doc/install.txt has
    been improved.
  * The new library sha1.s7i, which defines a message digest with the
    SHA-1 secure hash algorithm, has been added.
  * Definitions of the operators &:= and |:= have been added to
    bin32.s7i.
  * The functions int64AsBytesBytesLe, int64AsEightBytesBe and
    bytesBeAsInt have been added to bytedata.s7i.
  * Interpreter and compiler have been improved to support the actions
    INT_AND_ASSIGN and INT_OR_ASSIGN.
  * A bug in the function conText (file con_win.c) has been fixed.
  * Debug code has been added to kbd_inf.c and kbd_poll.c.
  * The makefile mk_cygw.mak has been improved to avoid problems with
    the console keyboard.

  20130722:
  * Spelling errors in chlog.txt, faq.htm and faq.txt have been fixed.
  * The function conText (in con_win.c) has been improved to work
    correctly for long strings. The underlying function WriteConsoleW
    fails for string lengths above some limit between 26000 to 32000.
  * The functions find_window, remove_window, gkbGetc, gkbKeyPressed,
    gkbButtonPressed, gkbRawGetc, gkbWindow, gkbButtonXpos and
    gkbButtonYpos have been moved from drw_win.c to the new file
    gkb_win.c.
  * In the functions drwPCircle, drwPFCircle, drwPFEllipse and
    drwFPolyLine (file drw_win.c) wrong usages of inIntRange have been
    replaced with better code.
  * In con_win.c the table map_key has been improved such that kbdGetc
    recognizes the key F12.
  * In gkb_x11.c the functions find_window, enter_window and
    remove_window have been improved.
  * The makefiles mk_bcc32.mak, mk_bccv5.mak, mk_mingc.mak,
    mk_mingw.mak, mk_msvc.mak, mk_msys.mak and mk_nmake.mak have been
    changed to use the new file gkb_win.c.
  * The program chk_all.sd7 has been improved to call chkhsh.sd7.
  * The program chkhsh.sd7 has been improved.
  * The compiler has been improved to generate compare functions with
    the correct prototype.
  * The functions bitSize and process_generic_cmp_declaration have been
    added to s7c.sd7.
  * In flt_rtl.c the function fltCpy has been renamed to fltCpyGeneric.
  * The functions dump_hash and dump_helem have been added to
    hsh_rtl.c.
  * The function new_type in typeutl.c has been changed to add the new
    type to the parameter owningProg instead of the global prog.
2013-08-08 12:33:55 +00:00
Boris Samorodov
f265afcb2a . update to version 1.4.3;
. remove a patch to build with clang (it was incorporated upstream);
. take maintainership.

PR:		ports/180964
Submitted by:	bsam (me)
Approved by:	sylvio (maintainer is considered absent, did not respond to PRs for 3 months, last commit was 6+ months)
2013-08-08 12:09:50 +00:00
Bryan Drewery
f4d926ba9d - Add mirror
- Trim header
- Remove indefinite article from COMMENT

PR:		ports/179081
Submitted by:	Rodrigo (ros) OSORIO <rodrigo@bebik.net>
Approved by:	maintainer timeout
2013-08-08 11:35:08 +00:00
William Grzybowski
327912ed94 deskutils/libopensync-plugin-vformat-devel: update to 0.39
- Update to 0.39
- Trim Makefile header
- Remove ABI version in LIB_DEPENDS
- Pass maintainership to submitter

PR:		ports/181114
Submitted by:	Danilo Egêa Gondolfo <danilogondolfo gmail.com>
2013-08-08 11:34:14 +00:00
William Grzybowski
0d98a2f575 math/saga: fix opencv linking in 10-CURRENT
- There had been a change in default the behaviour of /usr/bin/ld with
r253839 from 2013-07-31. After this change ld was not able to use
libopencv_legacy.so any more, because it complains about missing symbols
from libopencv_core.so.

Submitted by:	Rainer Hurling <rhurlin gwdg.de> (maintainer, via email)
2013-08-08 11:24:28 +00:00
William Grzybowski
fa10b934c9 lang/fasm: update to 1.71.12
- Update to 1.71.12

PR:		ports/181122
Submitted by:	Aldis Berjoza <graudeejs gmail.com> (maintainer)
2013-08-08 11:19:45 +00:00
William Grzybowski
434171161f games/wtf: update to 20130807
- Update to 20130807

PR:		ports/181128
Submitted by:	Nikolai Lifanov <lifanov mail.lifanov.com> (maintainer)
2013-08-08 11:16:09 +00:00
Bryan Drewery
d09f0de340 - Update to 20130808
Reported by:	portscout
2013-08-08 11:05:02 +00:00
Pietro Cerutti
e268b057c9 - Update to 13.0.2
- Restrict wxGTK version to 2.8 (2.9 has a problem locating WX_CONFIG)
2013-08-08 10:17:03 +00:00
Alexey Dokuchaev
d8e1f0ffc8 - Unbreak parallel (-jX) builds (have to use GNU make; also fix Makefile.in
to be potentially less prone to races) and drop MAKE_JOBS_UNSAFE
- Cleanup Makefile while here (fix header and COMMENT, remove long gone
  `mbone' from CATEGORIES, always enable IPv6)
- Remove post-install target: binaries are stripped automatically during
  installation (see the build log)
- Fix the build against Clang (must specify type for for all declarations)
2013-08-08 09:54:14 +00:00
Kevin Lo
70c0e32987 Cosmetic changes:
- kill older versions of FreeBSD support
- use SUB_FILES
- pad pkg-message display with @${ECHO_CMD}

Pointed out by:	danfe
2013-08-08 09:45:09 +00:00
Frederic Culot
a90e4048b3 - Update to 1.18 [1]
- Trim Makefile's header [1]
- Pet portlint(1) by changing tab into space in WWW link [1]
- Convert to new Uses/perl5.mk framework

Changes:	http://search.cpan.org/dist/WebService-Dropbox/Changes
PR:		ports/181110 [1]
Submitted by:	Andrew Childs <lorne@cons.org.nz>
Approved by:	Lung-Pin Chang <changlp@cs.nctu.edu.tw> (maintainer)
2013-08-08 09:27:45 +00:00
Philippe Audeoud
ca779a63ae - Update to 1.221
- Changelog: http://cpansearch.perl.org/src/RCAPUTO/CDDB-1.221/CHANGES
2013-08-08 09:21:47 +00:00
Lars Thegler
71501fd9fe - update to 1.12 2013-08-08 08:29:04 +00:00
Kevin Lo
5a7c983c5d Update to 2.0.4
Submitted by:	hselasky
2013-08-08 08:27:44 +00:00
Philippe Audeoud
0e44e50f72 - Update to 0.51
- Changelog: http://cpansearch.perl.org/src/RKITOVER/Net-SSH2-0.51/Changes
2013-08-08 07:55:11 +00:00
Frederic Culot
e229d272e7 - Update to 1.1.5
Changes:	http://www.lemke-it.com/litexec?request=pubcloglfcxml&user=&lang=en
PR:		ports/181083
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2013-08-08 07:43:45 +00:00
Andrey A. Chernov
182e5f6fc2 Upgrade to 2.03pre23 2013-08-08 07:12:36 +00:00
Alexey Dokuchaev
e2b3af7853 - Unbreak the build on recent -CURRENT after r254025 [1]
- Respect custom SRC_BASE (e.g. when set in /etc/make.conf) [2]
- Few non-functional changes (mostly comments; particularly, restore hint
  about MASTER_SITE_SUBDIR, bogusly changed by yours truly in r315754)

PR:	ports/181118 [1]
	ports/176733 [2]
2013-08-08 04:39:00 +00:00
Niclas Zeising
a059fd1b76 Switch to USES= gmake instad. 2013-08-07 23:43:22 +00:00
Mark Felder
ebcda92ad8 Add plexmediaserver 0.9.8.4.125, the Plex Media Server component.
PR:		ports/180249
Submitted by:	KalleDK <plexmaintainer@k-moeller.dk>
Approved by:	swills (mentor)
2013-08-07 23:39:33 +00:00
Niclas Zeising
8dad23a925 Add a new port xcb-util-cursor, XCB replacement for libXcursor. 2013-08-07 23:39:28 +00:00
Niclas Zeising
9142267090 Don't hardcode the use of gcc.
PR:		ports/180384
Submitted by:	zeising
Approved by:	Maintainer timeout (one month)
2013-08-07 23:36:35 +00:00
Mark Felder
e70aeedb07 Add UIDs and GIDs for incoming multimedia/plexmediaserver
PR:	180249
Approved by:	swills (mentor)
2013-08-07 23:35:39 +00:00
William Grzybowski
83f96e2883 devel/py-jira: Library to ease use of the JIRA 5 REST APIs
A library to ease use of the JIRA 5 REST APIs

WWW: http://bitbucket.org/bspeakmon/jira-python

PR:		ports/180849
Submitted by:	Alexandros Kosiaris <akosiaris gmail.com>
2013-08-07 23:34:55 +00:00
Brendan Fabeny
2965d8bc02 Update libzpaq and zpaqd to 6.33, and zpaq to 6.41 2013-08-07 23:32:02 +00:00
Timur I. Bakeyev
77716003dc Security update
Security:	CVE-2013-4124
2013-08-07 23:03:25 +00:00
William Grzybowski
e9226df2f5 math/gkmap: Simplification of Boolean Functions using Karnaugh Map
GKmap is a free K-Map disclosure software, which is developed to solve
the Digital Electronics design problems. Along with design it also helps
in analysis of information flow in the digital circuits.

WWW: http://sourceforge.net/projects/gkmap/

PR:		ports/180981
Submitted by:	Javad Kouhi <javad.kouhi gmail.com>
2013-08-07 22:31:48 +00:00
William Grzybowski
de047d1b6d graphics/luxrays: Accelerate the ray intersection process by using GPUs
LuxRays is library dedicated to accelerate the ray intersection process by
using GPUs.

Uses a Data Parallel Model: it doesn't reduce the time spent to trace a single
ray but it is able to trace many thousands of rays in parallel.

Supports Hybrid CPU/GPU mode where only the ray intersection task is off load
to the GPUs while everything else run on the CPU and can be written with usual
tools and languages.

WWW: http://www.luxrender.net/wiki/LuxRays

PR:		ports/181019
Submitted by:	Natacha Porté <natbsd instinctive.eu>
2013-08-07 22:22:17 +00:00
Andrey A. Chernov
3e1ce8c9e5 Upgrade to 2.03pre22 2013-08-07 22:02:21 +00:00
Grzegorz Blach
fa1ad4bd21 - Update EFL to 1.7.8
- Update Enlightenment to 0.17.4

Approved by:	crees, tabthorpe (mentors, implicit)
2013-08-07 20:57:26 +00:00
Emanuel Haupt
0e9b3922fc Add p5-plutil, a perl implementation of Mac OS X plutil. 2013-08-07 20:25:31 +00:00
Guido Falsi
87ab6484ab - Fix build by disabling use of xgettext
While here:

- Convert to new LIB_DEPENDS format
- Convert to new USES=perl5
- Remove obsolete MAKE_JOBS_SAFE knob

PR:		ports/180536
Submitted by:	Bugs <bugs@mailinator.com>
Approved by:	Lapo Luchini <lapo@lapo.it> (maintainer)
2013-08-07 19:36:51 +00:00
Sunpoet Po-Chuan Hsieh
58fed244a9 - Update to 3.6
- While I'm here, remove LICENSE_FILE for well-known licenses

Changes:	http://wordpress.org/news/2013/08/oscar/
PR:		ports/181099
Submitted by:	Yuan-Chung Hsiao <ychsiao@ychsiao.org> (maintainer)
2013-08-07 17:44:15 +00:00
Oliver Lehmann
bb65119f9b ignore v4l libs if they are installed 2013-08-07 16:58:59 +00:00
Matthias Andree
65de6df531 Add one more reference for PuTTY 0.59-0.61 vuln CVE-2011-4607. 2013-08-07 16:26:12 +00:00
Matthias Andree
2dca42dc97 More references for PuTTY < 0.63 vulnerabilities. 2013-08-07 16:22:29 +00:00
Matthias Andree
a6428e5e5a Upgrade PuTTY to new 0.63 beta upstream release, adding vulnerability info.
Quoting the upstream's change log:

- Security fix: prevent a nefarious SSH server or network attacker from
  crashing PuTTY at startup in three different ways by presenting a maliciously
  constructed public key and signature.
- Security fix: PuTTY no longer retains the private half of users' keys in
  memory by mistake after authenticating with them.
- Revamped the internal configuration storage system to remove all fixed
  arbitrary limits on string lengths. In particular, there should now no longer
  be an unreasonably small limit on the number of port forwardings PuTTY can
  store.
- Port-forwarded TCP connections which close one direction before the other
  should now be reliably supported, with EOF propagated independently in the
  two directions. This also fixes some instances of port-forwarding data
  corruption (if the corruption consisted of losing data from the very end of
  the connection) and some instances of PuTTY failing to close when the session
  is over (because it wrongly thought a forwarding channel was still active
  when it was not).
- The terminal emulation now supports xterm's bracketed paste mode (allowing
  aware applications to tell the difference between typed and pasted text, so
  that e.g. editors need not apply inappropriate auto-indent).
- You can now choose to display bold text by both brightening the foreground
  colour and changing the font, not just one or the other.  - PuTTYgen will now
  never generate a 2047-bit key when asked for 2048 (or more generally n−1 bits
  when asked for n).
- Some updates to default settings: PuTTYgen now generates 2048-bit keys by
  default (rather than 1024), and PuTTY defaults to UTF-8 encoding and 2000
  lines of scrollback (rather than ISO 8859-1 and 200).
- Unix: PSCP and PSFTP now preserve the Unix file permissions, on copies in
  both directions.
- Unix: dead keys and compose-character sequences are now supported.
- Unix: PuTTY and pterm now permit font fallback (where glyphs not present in
  your selected font are automatically filled in from other fonts on the
  system) even if you are using a server-side X11 font rather than a Pango
  client-side one.
- Bug fixes too numerous to list, mostly resulting from running the code
  through Coverity Scan which spotted an assortment of memory and resource
  leaks, logic errors, and crashes in various circumstances.

Security:	4b448a96-ff73-11e2-b28d-080027ef73ec
Security:	CVE-2013-4206
Security:	CVE-2013-4207
Security:	CVE-2013-4208
Security:	CVE-2013-4852
2013-08-07 16:11:17 +00:00
Sunpoet Po-Chuan Hsieh
dc01bbf255 - Fix CONFIGURE_ARGS assignment
Submitted by:	John Hein <jhein@symmetricom.com>
2013-08-07 16:06:21 +00:00
Vsevolod Stakhov
f29144ff99 Fix index by replacing the incorrect variable brace. 2013-08-07 15:08:57 +00:00
Vsevolod Stakhov
4779a649cb Unbreak index.
Reported by:	az (via private message)
2013-08-07 14:10:21 +00:00
Pietro Cerutti
39defe5150 - Fix build with clang 2013-08-07 13:59:55 +00:00
Andrej Zverev
ca70e439c2 - Convert to new perl framework
per port extra changes:
devel/p5-Perl-Version remove outage PERL_LEVEL check
devel/p5-Devel-LeakTrace-Fast remove perl version requiment 5.12.0- (no need in current version)

Approved by:	lth@ (maintainer)
2013-08-07 13:20:32 +00:00
Brendan Fabeny
bd0fca35b5 Make the torrc log domain(s) and level(s) user-configurable in security/tor, as
was done for security/tor-devel in r322977; remove some problematic mirrors;
update Makefile idioms (gmake, LIB_DEPENDS, etc.); attempt to remove leftovers
in /var during deinstallation [1]

Reported by:	miwi [1]
2013-08-07 12:54:37 +00:00
Rene Ladan
6943595e6d Remove expired port:
2013-08-07 games/kaid: Does not fetch
2013-08-07 11:42:40 +00:00
Lars Thegler
05beeab97c - update to 1.0001 2013-08-07 11:17:25 +00:00
Lars Thegler
575619dc92 - update to 3.005
- trim Makefile header
2013-08-07 11:10:05 +00:00
Lars Thegler
85e63d612a - update to 1.42 2013-08-07 11:03:11 +00:00
Lars Thegler
476cd62dce - update to 1.922
- trim Makefile header
2013-08-07 10:59:20 +00:00