New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79680


Ignore:
Timestamp:
06/23/11 01:47:30 (4 years ago)
Author:
jeremyhu@…
Message:

wine-crossover: New port to provide a wine based on the Codeweavers CrossOver version

wine doesn't work optimally for all products. Sometimes, differnet approaches
work better than others for different types of applications. As such,
CodeWeavers provides two flavors of wine. CrossOver targets office
applications whereas CrossOver Games targets games.

wine-crossover-games provides the OSS wine portions of CrossOver Games.
wine-crossover provides the OSS wine portions of CrossOver.

Location:
trunk/dports/x11
Files:
3 edited
3 copied

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/wine-crossover-games/Portfile

    r79679 r79680  
    66 
    77name                        wine-crossover-games 
    8 conflicts                   wine wine-devel 
     8conflicts                   wine wine-devel wine-crossover 
    99version                     10.0.0 
    1010revision                    3 
     
    2626minimum_xcodeversions       {8 2.5} 
    2727 
    28 description                 Wine Is Not an Emulator (1.3.9 with CodeWeavers modifications) 
     28description                 Wine Is Not an Emulator (1.3.9 with CodeWeavers modifications for CrossOver Games) 
    2929 
    3030long_description            Wine is an implementation of the Windows APIs on top of X11. \ 
    31                             This version contains the Codeweavers patches for Crossover Games 
     31                            This version contains the Codeweavers patches for CrossOver Games 
    3232 
    3333master_sites                http://media.codeweavers.com/pub/crossover/source/ \ 
  • trunk/dports/x11/wine-crossover/Portfile

    r79679 r79680  
    55PortGroup                   xcodeversion 1.0 
    66 
    7 name                        wine-crossover-games 
    8 conflicts                   wine wine-devel 
    9 version                     10.0.0 
    10 revision                    3 
     7name                        wine-crossover 
     8conflicts                   wine wine-devel wine-crossover-games 
     9version                     10.0.3 
    1110license                     LGPL-2.1+ 
    1211categories                  x11 
     
    1413homepage                    http://www.codeweavers.com/ 
    1514platforms                   darwin 
    16 distname                    crossover-games-sources-${version} 
     15distname                    crossover-sources-${version} 
    1716dist_subdir                 wine 
    1817set wine_distfile           [suffix ${distname}] 
     
    2625minimum_xcodeversions       {8 2.5} 
    2726 
    28 description                 Wine Is Not an Emulator (1.3.9 with CodeWeavers modifications) 
     27description                 Wine Is Not an Emulator (1.3.9 with CodeWeavers modifications for CrossOver) 
    2928 
    3029long_description            Wine is an implementation of the Windows APIs on top of X11. \ 
    31                             This version contains the Codeweavers patches for Crossover Games 
     30                            This version contains the Codeweavers patches for CrossOver 
    3231 
    3332master_sites                http://media.codeweavers.com/pub/crossover/source/ \ 
    3433                            http://media.codeweavers.com/pub/crossover/source/archive/${version}/ 
    3534 
    36 checksums           crossover-games-sources-10.0.0.tar.gz \ 
    37                     rmd160  fd2dd4a09d844591fde3313062f6a2155eaa0c55 \ 
    38                     sha256  87ca40352d55a423ab208dc2c1aaf5ca51a72aadf3839c572ef4abc552be71e4 \ 
     35checksums           crossover-sources-10.0.3.tar.gz \ 
     36                    rmd160  7717a1aa3d7cdfe445ac5494b8a3b7ca62edc257 \ 
     37                    sha256  be7c2361e975cdd1a3cfeadd62047ffe3e22683d6466230b967618dd29224535 \ 
    3938                    wine_gecko-1.2.0-x86.msi \ 
    4039                    rmd160  089447eb59eea81c7b1b3d1896a20fe68586cd96 \ 
  • trunk/dports/x11/wine-devel/Portfile

    r79640 r79680  
    77 
    88name                        wine-devel 
    9 conflicts                   wine wine-crossover-games 
     9conflicts                   wine wine-crossover-games wine-crossover 
    1010set my_name                 wine 
    1111version                     1.3.22 
  • trunk/dports/x11/wine/Portfile

    r79641 r79680  
    77 
    88name                        wine 
    9 conflicts                   wine-devel wine-crossover-games 
     9conflicts                   wine-devel wine-crossover-games wine-crossover 
    1010set my_name                 wine 
    1111version                     1.2.3 
Note: See TracChangeset for help on using the changeset viewer.