Commit graph

258793 commits

Author SHA1 Message Date
roy
6fc65779b7 Move curses foo from options.mk to Makefile (hi Thomas!) 2017-01-05 12:37:08 +00:00
roy
5e15387da0 Updated chat/weechat to 1.6 2017-01-05 12:30:56 +00:00
roy
c15fdf82ba Import weechat-1.6:
Due to the documenation change below, man pages are no longer supplied in pkgsrc.

New features
        core: add optional argument "lowest", "highest" or level mask in command /input hotlist_clear
        core: add option "cycle" in command /buffer
        api: add "extra" argument to evaluate extra variables in function string_eval_expression() (issue #534)
        relay: add option relay.network.allow_empty_password (issue #735)
        trigger: add support for one-time triggers (issue #399, issue #509)

Improvements
        core, irc, xfer: display more information in memory allocation errors (issue #573)
        api: remove functions printf_date() and printf_tags()
        irc: rename server options "default_msg_{kick|part|quit}" to "msg_{kick|part|quit}", evaluate them
        relay: allow escape of comma in command "init" (weechat protocol) (issue #730)

Bug fixes
        core, irc, xfer: refresh domain name and name server addresses before connection to servers (fix connection to servers after suspend mode) (issue #771)
        api: fix return of function string_match() when there are multiple masks in the string (issue #812)
        api: fix crash in function network_connect_to() if address is NULL
        api: fix connection to servers with hook_connect() on Windows 10 with Windows subsystem for Linux (issue #770)
        api: fix crash in function string_split_command() when the separator is not a semicolon (issue #731)
        irc: fix socket leak in connection to server (issue #358, issue #801)
        irc: fix display of service notice mask (message 008) (issue #429)
        irc: fix NULL pointer dereference in 734 command callback (issue #738)
        relay: return an empty hdata when the requested hdata or pointer is not found (issue #767)
        xfer: fix crash on DCC send if option xfer.file.auto_accept_nicks is set (issue #781)

Documentation
        switch to asciidoctor to build docs and man page

Build
        python: add detection of Python 3.5
2017-01-05 12:30:39 +00:00
wiz
619a1beaef + ardour-5.5, avidemux-2.6.16, cdrtools-3.02a07, coreutils-8.26,
dateutils-0.4.1, duplicity-0.7.11, dvdstyler-3.0.3, fox-1.7.57,
  inkscape-0.92, kdenlive-16.12, libgphoto2-2.5.11, maxima-5.39.0,
  mkvtoolnix-9.6.0, nmap-7.40, openvpn-2.4.0, pitivi-0.98,
  stella-4.7.3, strace-4.15, streamtuner-2.2.0, tin-2.4.1, veusz-1.25,
  vice-3.0.
2017-01-05 12:29:24 +00:00
adam
307f4c37de Updated lang/llvm to 3.9.1 2017-01-05 12:10:08 +00:00
adam
a3ebdf18b6 Changes 3.9.1:
The LLVMContext gains a new runtime check (see LLVMContext::discardValueNames()) that can be set to discard Value names (other than GlobalValue). This is intended to be used in release builds by clients that are interested in saving CPU/memory as much as possible.
There is no longer a “global context” available in LLVM, except for the C API.
The autoconf build system has been removed in favor of CMake. LLVM 3.9 requires CMake 3.4.3 or later to build. For information about using CMake please see the documentation on Building LLVM with CMake. For information about the CMake language there is also a CMake Primer document available.
C API functions LLVMParseBitcode, LLVMParseBitcodeInContext, LLVMGetBitcodeModuleInContext and LLVMGetBitcodeModule having been removed. LLVMGetTargetMachineData has been removed (use LLVMGetDataLayout instead).
The C API function LLVMLinkModules has been removed.
The C API function LLVMAddTargetData has been removed.
The C API function LLVMGetDataLayout is deprecated in favor of LLVMGetDataLayoutStr.
The C API enum LLVMAttribute and associated API is deprecated in favor of the new LLVMAttributeRef API. The deprecated functions are LLVMAddFunctionAttr, LLVMAddTargetDependentFunctionAttr, LLVMRemoveFunctionAttr, LLVMGetFunctionAttr, LLVMAddAttribute, LLVMRemoveAttribute, LLVMGetAttribute, LLVMAddInstrAttribute, LLVMRemoveInstrAttribute and LLVMSetInstrParamAlignment.
TargetFrameLowering::eliminateCallFramePseudoInstr now returns an iterator to the next instruction instead of void. Targets that previously did MBB.erase(I); return; now probably want return MBB.erase(I);.
SelectionDAGISel::Select now returns void. Out-of-tree targets will need to be updated to replace the argument node and remove any dead nodes in cases where they currently return an SDNode * from this interface.
Added the MemorySSA analysis, which hopes to replace MemoryDependenceAnalysis. It should provide higher-quality results than MemDep, and be algorithmically faster than MemDep. Currently, GVNHoist (which is off by default) makes use of MemorySSA.
The minimum density for lowering switches with jump tables has been reduced from 40% to 10% for functions which are not marked optsize (that is, compiled with -Os).
2017-01-05 11:54:32 +00:00
roy
3fc59ab453 Use the curses framework.
Punt silly buildlink depds.
2017-01-05 11:27:21 +00:00
wiz
56a2c4d5c1 Fix installation and PLIST. 2017-01-05 11:07:55 +00:00
fhajny
4892a9cfad Updated lang/nodejs to 7.4.0 2017-01-05 11:02:53 +00:00
fhajny
62216d28ba Update lang/nodejs to 7.4.0.
Notable changes

- buffer:
  - Improve performance of Buffer allocation by ~11%.
  - Improve performance of Buffer.from() by ~50%.
- events: Improve performance of EventEmitter.once() by ~27%.
- fs: Allow passing Uint8Array to fs methods where Buffers are supported.
- http: Improve performance of http server by ~7%.
- npm: Upgrade to v4.0.5
2017-01-05 11:02:44 +00:00
roy
c3f7aeb4f9 Really uses terminfo, not termcap. 2017-01-05 10:20:01 +00:00
jperkin
80fe696d87 Ensure the local yywrap is used. Fixes build with newer flex. 2017-01-05 09:40:00 +00:00
roy
e5c7c275b4 pwsafe doesn't really use curses. 2017-01-05 09:39:02 +00:00
roy
985433eede USe the curses framework. 2017-01-05 09:27:54 +00:00
prlw1
0f9300e6d4 flac-1.3.2.tar.xz changed trivially, but not its filename. Update to
version which matches http://downloads.xiph.org/releases/flac/SHA1SUMS
2017-01-05 09:16:41 +00:00
wiz
e622d34512 Remove unused distinfo file. Add category to relative paths like usual. 2017-01-05 08:38:40 +00:00
wiz
8a0c53a125 Remove patch that is not in distinfo. 2017-01-05 08:36:40 +00:00
wiz
cdf9656837 Remove patch that is not in distinfo after update. 2017-01-05 08:35:56 +00:00
wiz
a4d0dd7e9a Needs bash to build. 2017-01-05 08:34:37 +00:00
wiz
8009389554 Sort. 2017-01-05 08:11:34 +00:00
schmonz
3ff1918708 Added devel/p5-Test-Continuous version 0.76 2017-01-05 04:11:46 +00:00
schmonz
219045614e Add and enable p5-Test-Continuous. 2017-01-05 04:11:29 +00:00
schmonz
c9b4a020d1 Initial import of p5-Test-Continuous.
Continuous Testing is a concept and tool to re-run software tests as
soon as the developer saves the source code.

"Test::Continuous" is a tool based on App::Prove that implements this
concept for Perl.

See <http://groups.csail.mit.edu/pag/continuoustesting/> for the
original implementation of Continuous Testing as an Eclipse plugin. See
also Zentest <http://www.zenspider.com/ZSS/Products/ZenTest/> for the
same concept implemented in Ruby's world.
2017-01-05 04:10:40 +00:00
schmonz
70b9ba7af7 Updated devel/p5-File-ChangeNotify to 0.26nb2 2017-01-05 02:33:47 +00:00
schmonz
2b892cf154 Add missing dependency on Type::Tiny. Bump PKGREVISION. 2017-01-05 02:33:38 +00:00
schmonz
f1e7b50d65 Fix build on Darwin when there's no /usr/include anymore. 2017-01-05 02:18:02 +00:00
rodent
3d161f4d78 Remove --trace argument to rake. Users are not going to GAF about this. 2017-01-04 23:49:46 +00:00
rodent
2237be0dee MAINTAIN, since i imported these. Anyone else can have them at any time if
desired.
2017-01-04 23:45:27 +00:00
rodent
4384ecdcc9 Redmine package update requests were fulfilled. Removing. 2017-01-04 23:21:10 +00:00
rodent
5580583ff7 Updated meta-pkgs/ruby-redmine-plugins to 1.2.0 2017-01-04 23:20:40 +00:00
rodent
4984613510 Bump version due to plugin updates. 2017-01-04 23:20:31 +00:00
rodent
cf0c02eafb Updated meta-pkgs/ruby-redmine-themes to 1.3.0 2017-01-04 23:20:05 +00:00
rodent
226e400654 Bump package version due to theme updates. 2017-01-04 23:19:54 +00:00
rodent
7c2855e549 Updated devel/ruby-redmine to 3.3.1 [rodent 2017-01-04]
Updated devel/ruby-redmine_bootstrap to 0.2.4 [rodent 2017-01-04]
Updated devel/ruby-redmine_code_review to 0.8.0 [rodent 2017-01-04]
Updated devel/ruby-redmine-flatly-light-theme to 0.1.1 [rodent 2017-01-04]
Updated devel/ruby-redmine-gitmike-theme to 1.1.0 [rodent 2017-01-04]
Updated devel/ruby-redmine_lightbox2 to 0.3.1 [rodent 2017-01-04]
Updated devel/ruby-redmine-minimal-flat-theme to 1.0.2 [rodent 2017-01-04]
Updated devel/ruby-redmine_work_time to 0.3.3 [rodent 2017-01-04]
2017-01-04 23:19:18 +00:00
wiz
2b7c10afc0 Revert previous, not needed. erlang framework prefixes "erlang". 2017-01-04 23:16:18 +00:00
wiz
6d5a68f2ce Updated emulators/mame to 0.181 2017-01-04 23:05:43 +00:00
rodent
81e38710c5 Make Redmine great again too. General cleanup as well as updating all the
package to latest stable. There's a security issue with nokogiri that's
resolved with this update. This package was tested extensively not only
for build/install but also for functionality. If anyone has problems with
it, please let me know.

Full changelogs (very long) are here:

http://www.redmine.org/projects/redmine/wiki/Changelog_3_3
http://www.redmine.org/projects/redmine/wiki/Changelog_3_2
http://www.redmine.org/projects/redmine/wiki/Changelog_3_1
2017-01-04 23:05:13 +00:00
wiz
97fd12644d Updated mame to 0.181.
MAME 0.181

Happy new year from the MAME team! To help you celebrate, weâre
unwrapping an extra-special release this month, with enough
improvements to put anyone in a good mood. The exciting news thatâs
got people talking is that protected microcontrollers (MCUs) from
a number of games have been read out and hooked up in MAME. This
gives real, emulated sound in Toaplan's Vimana, Fire Shark (also
known as Same! Same! Same!) and Teki Paki, proper emulation of
Tokio/Scramble Formation, M-chip emulation for Taito Extermination,
Dr Toppel and Plump Pop, MCU emulation for Sega Altered Beast and
Golden Axe, and partial sound in World Beach Volley. There's more
coming on this front, so stay tuned for upcoming releases!

MAME 0.181 also marks the debut of Votrax SC-01 emulation in MAME,
based on reverse-engineering die photographs. The digital section
should be pretty much perfect, although there are still some issues
in the analog section (plosives don't sound quite right). Overall,
it's a huge improvement in Votrax speech synthesis emulation, and
a great leap forward in our understanding of how the hardware works.
It also means speech samples are no longer required for a number
of games.

Building on the ARM improvements in last month's release, we now
have working floppy drives and sound in the Acorn Archimedes driver,
and default NVRAM images for the US Aristocrat Mark 5 games. This
greatly increases the amount of RISC OS software you can try out,
improves the gameplay experience in the Archimedes-based arcade
games, and allows you to play the Aristocrat gamblers without having
to make your way through the setup process first.

MAME's discrete netlist emulation library has been expanded
substantially in this release, including some new classes of devices
like ROMs, and many newly supported logic chips. This will make it
substantially easier to emulate arcade games which used discrete
TTL logic, and as a test of this new functionality, the TTL video
board from the Hazeltine 1500 intelligent terminal is now emulated
using the netlist system. There's ongoing work in this area involving
multiple developers, so look out for more exciting updates in this
space.

Weâve fixed some fairly significant bugs, including one preventing
the debugger from working on Linux or Mac with drivers that use a
dynamic recompiler core, and one that could cause MAME to crash
when using BDF fonts. The internal UI should be more efficient if
you're using icons now, and issues with spurious key repeats should
be reduced. The Beezer driver has been rewritten and should be
improved overall.

There are quite a few newly dumped arcade games in this release,
including Eeekk!, Simpson Junior (a Korean bootleg of J. J.
Squawkers), Power Flipper Pinball Shooting (an updated version of
Grand Cross), a version of Momoko 120% with English text, Miss
World 2002 (an adult Qix game), and alternate versions of The
NewZealand Story, Real Bout Fatal Fury, Space Dungeon, Flicky and
Turbo Force. The Apricot PC and Xi are now working, further increasing
MAME's coverage of DOS-based computers that aren't IBM-compatible.
You can also play with the COP44L version of Entex Space Invader,
and Mattel Funtronics Jacks and Red Light Green Light.

There are far too many improvements to list here, including lots
of fixes for graphics and flip screen issues, but you can read all
about it in the whatsnew.txt file, or grab the source or Windows
binaries from the download page and start playing.



MAME 0.180

Hello everybody! Are you ready for the November MAME release? It's
definitely ready for you, and there are lots of reasons to get
excited this time around. First and foremost, a number of ARM CPU
core fixes mean you can now boot to the RISC OS desktop on an
emulated Acorn Archimedes, and try some of the included applications.
The same bug fixes allow a number of Aristocrat Mark 5 gambling
machines to boot and run in demonstration mode. There are still
some issues to iron out, but things have definitely improved
enormously.

On the arcade front, protection on Atari Space Lords has finally
been reverse-engineered making the game playable. This is an
interesting space combat game for one or two players, where the
second player takes on the role of the gunner/co-pilot. In another
improvement that's been a long time coming, The Acclaim RAX sound
board is now emulated, bringing sound to Batman Forever and NBA
Jam Extreme. There are substantial improvements to the Magnet System
emulation (added in last month's release) making these rare prototype
bootlegs playable. David Haywood also fixed some graphical issues
in Altered Beast, and Angelo Salese fixed graphical issues in The
Lost Castle in Darkmist.

There are some other notable improvements in computer emulation,
too. Barry Rodewald has added support for IC Card (PCMCIA SRAM)
storage on the FM Towns, and substantially improved LSI Octopus
emulation. The Mac 128/512/Plus drivers have been modernised, and
serial port support has been added to the Apple IIgs driver. Another
DEC Rainbow 100 update from Bavarese fixes colours in high-resolution
mode among other improvements.

Newly supported systems include RC De Go (Go By RC outside Japan),
newly dumped versions of 1945k III, Forgotten Worlds, Sol Divide
and Vendetta, the Italian release of Mustache Boy, 286-based versions
of the Intel iSBC, bootlegs of Blue Shark, Pole Position II and
Ozma Wars, more Fidelity and Mephisto chess computers, and more
electronic toys.
2017-01-04 23:05:12 +00:00
rodent
d6c261f9b0 Make Redmine great again too. General cleanup as well as updating all the
package to latest stable. There's a security issue with nokogiri that's
resolved with this update. This package was tested extensively not only
for build/install but also for functionality. If anyone has problems with
it, please let me know.

Full changelogs (very long) are here:

http://www.redmine.org/projects/redmine/wiki/Changelog_3_3
http://www.redmine.org/projects/redmine/wiki/Changelog_3_2
http://www.redmine.org/projects/redmine/wiki/Changelog_3_1
2017-01-04 23:05:11 +00:00
wiz
2135e7b8c7 Make PKGNAME match directory name. 2017-01-04 22:59:29 +00:00
roy
12105993cc Use the curses framework. 2017-01-04 22:45:33 +00:00
roy
40bb9a28b7 nn really uses terminfo 2017-01-04 22:34:47 +00:00
rodent
dfdbc834e6 Revert last commit. Problem was fixed elsewhere previously. Identified by
wiz@ in private mail.
2017-01-04 22:31:48 +00:00
roy
a75902b566 Add missing patch for system curses support. 2017-01-04 22:26:02 +00:00
roy
2d158db8b5 Use the curses framework. 2017-01-04 22:19:17 +00:00
abs
c51b9266ad Switch to github copy 2017-01-04 22:14:56 +00:00
roy
8a8a580bd5 Use the curses framework. 2017-01-04 21:54:26 +00:00
roy
832a3e5845 Use the curses framework. 2017-01-04 21:38:32 +00:00
abs
e4457695d1 Switch to github, add LICENSE 2017-01-04 21:36:55 +00:00
roy
37239ae2a2 Use the curses framework. 2017-01-04 21:28:57 +00:00