diff options
author | adam <adam@pkgsrc.org> | 2011-05-27 06:29:01 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-05-27 06:29:01 +0000 |
commit | b630ce68c0b270e5cd309f06c83d961b0f075e31 (patch) | |
tree | 32fc6befd5ba48ce334163aac13d6f5f7abde0ba /emulators/wine-devel | |
parent | 0e0bc627aa0f7701925e4f545861344d1b69c959 (diff) | |
download | pkgsrc-b630ce68c0b270e5cd309f06c83d961b0f075e31.tar.gz |
Changes 1.3.20:
* Option to clip the mouse inside fullscreen windows.
* Support for persistent HTTP connections.
* Initial implementation of the XML writer.
* Support for drawing rectangles in the DIB engine.
* Volume control in MMDevAPI.
* More MSVC runtime functions.
* Various bug fixes.
Diffstat (limited to 'emulators/wine-devel')
-rw-r--r-- | emulators/wine-devel/Makefile | 4 | ||||
-rw-r--r-- | emulators/wine-devel/PLIST.common | 8 | ||||
-rw-r--r-- | emulators/wine-devel/distinfo | 8 |
3 files changed, 13 insertions, 7 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index b9381c12f71..14588623b4f 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2011/05/02 21:23:01 adam Exp $ +# $NetBSD: Makefile,v 1.20 2011/05/27 06:29:01 adam Exp $ -DISTNAME= wine-1.3.19 +DISTNAME= wine-1.3.20 CATEGORIES= emulators MASTER_SITES= http://ibiblio.org/pub/linux/system/emulators/wine/ \ ${MASTER_SITE_SOURCEFORGE:=wine/} diff --git a/emulators/wine-devel/PLIST.common b/emulators/wine-devel/PLIST.common index eacabf8656a..130923f55fa 100644 --- a/emulators/wine-devel/PLIST.common +++ b/emulators/wine-devel/PLIST.common @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.common,v 1.9 2011/05/02 21:23:01 adam Exp $ +@comment $NetBSD: PLIST.common,v 1.10 2011/05/27 06:29:01 adam Exp $ bin/fnt2bdf bin/function_grep.pl bin/msiexec @@ -508,6 +508,8 @@ include/wine/windows/richedit.h include/wine/windows/richole.h include/wine/windows/richole.idl include/wine/windows/rmxfguid.h +include/wine/windows/rmxftmpl.h +include/wine/windows/rmxftmpl.x include/wine/windows/row.idl include/wine/windows/rowchg.idl include/wine/windows/rpc.h @@ -1047,6 +1049,8 @@ lib/wine/fakedlls/mstask.dll lib/wine/fakedlls/msvcirt.dll lib/wine/fakedlls/msvcp100.dll lib/wine/fakedlls/msvcp60.dll +lib/wine/fakedlls/msvcp70.dll +lib/wine/fakedlls/msvcp71.dll lib/wine/fakedlls/msvcp80.dll lib/wine/fakedlls/msvcp90.dll lib/wine/fakedlls/msvcr100.dll @@ -1533,6 +1537,8 @@ lib/wine/mstask.dll.so lib/wine/msvcirt.dll.so lib/wine/msvcp100.dll.so lib/wine/msvcp60.dll.so +lib/wine/msvcp70.dll.so +lib/wine/msvcp71.dll.so lib/wine/msvcp80.dll.so lib/wine/msvcp90.dll.so lib/wine/msvcr100.dll.so diff --git a/emulators/wine-devel/distinfo b/emulators/wine-devel/distinfo index f3cd72fc596..7c5fed6005d 100644 --- a/emulators/wine-devel/distinfo +++ b/emulators/wine-devel/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2011/05/05 04:09:29 adam Exp $ +$NetBSD: distinfo,v 1.14 2011/05/27 06:29:01 adam Exp $ -SHA1 (wine-1.3.19.tar.bz2) = aaf58edfe0ffa1759ab7caee2efa057269e47b9f -RMD160 (wine-1.3.19.tar.bz2) = 7798b07b38375a1156f1cdb4e85e7fcb9b64a934 -Size (wine-1.3.19.tar.bz2) = 19185499 bytes +SHA1 (wine-1.3.20.tar.bz2) = 767b2a58581857d73e53b4413a9a90d14f29b20b +RMD160 (wine-1.3.20.tar.bz2) = 7abb5a1330ab15d6d673e0694fcb106e81d89ca3 +Size (wine-1.3.20.tar.bz2) = 19251527 bytes SHA1 (patch-aa) = d3dfe9fe061271e83b75fcfd10fb0ed85e6549b1 SHA1 (patch-ab) = 90cb810b02d22f8e96389e6c1d4f230c11fb1d8c SHA1 (patch-ac) = e534b092242b19fe25b2761339c42341734fe0e8 |