Bug 114630 - [NEW PORT] emulators/wine-doors - Windows application management for the GNOME Desktop
Summary: [NEW PORT] emulators/wine-doors - Windows application management for the GNOM...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-16 13:20 UTC by Conor McDermottroe
Modified: 2007-09-14 05:10 UTC (History)
0 users

See Also:


Attachments
file.shar (9.67 KB, text/plain)
2007-07-16 13:20 UTC, Conor McDermottroe
no flags Details
wine-doors.shar (10.59 KB, text/plain)
2007-07-23 16:49 UTC, Conor McDermottroe
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Conor McDermottroe 2007-07-16 13:20:01 UTC
Wine-doors is an application designed to make installing windows software on Linux, Solaris or other Unix systems easier. Wine-doors is essentially a package management tool for windows software on Linux systems. Most Linux desktop users are familiar with package management style application delivery, so it made sense to apply this model to windows software.

See http://www.wine-doors.org/ for further details.

Fix: See attached shar.

Patch attached with submission follows:
Comment 1 Conor McDermottroe 2007-07-19 16:39:00 UTC
Please hold on before committing this. Jamie Jones has tested this and
has found a bug, I'm working on a fix now.

-Conor
Comment 2 Mark Linimon freebsd_committer freebsd_triage 2007-07-19 17:16:50 UTC
State Changed
From-To: open->suspended

A bug has been found and a solution is being sought.
Comment 3 Conor McDermottroe 2007-07-23 16:49:24 UTC
OK. I've fixed the problem (the installer expects that there is already
a configured preferences.xml installed).

A shar with the updated port is attached.

-C
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2007-08-21 12:17:54 UTC
State Changed
From-To: suspended->open

new patch received..
Comment 5 Alejandro Pulver freebsd_committer freebsd_triage 2007-09-10 03:12:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2007-09-14 05:06:06 UTC
alepulver    2007-09-14 04:05:58 UTC

  FreeBSD ports repository

  Modified files:
    emulators            Makefile 
  Added files:
    emulators/wine-doors Makefile distinfo pkg-descr pkg-plist 
    emulators/wine-doors/files patch-setup.py preferences.xml.in 
  Log:
  Wine-doors is an application designed to make installing windows software on
  Linux, Solaris or other Unix systems easier. Wine-doors is essentially a
  package management tool for windows software on Linux systems. Most Linux
  desktop users are familiar with package management style application delivery,
  so it made sense to apply this model to windows software.
  
  WWW: http://www.wine-doors.org/
  
  PR:             ports/114630
  Submitted by:   ports at mcdermottroe.com
  
  Revision  Changes    Path
  1.232     +1 -0      ports/emulators/Makefile
  1.1       +47 -0     ports/emulators/wine-doors/Makefile (new)
  1.1       +3 -0      ports/emulators/wine-doors/distinfo (new)
  1.1       +44 -0     ports/emulators/wine-doors/files/patch-setup.py (new)
  1.1       +3 -0      ports/emulators/wine-doors/files/preferences.xml.in (new)
  1.1       +7 -0      ports/emulators/wine-doors/pkg-descr (new)
  1.1       +138 -0    ports/emulators/wine-doors/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 7 Alejandro Pulver freebsd_committer freebsd_triage 2007-09-14 05:08:20 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!