Bug 147849 - New port: emulators/pcsxr - Pcsx reloaded, a PSX (Playstation) emulator
Summary: New port: emulators/pcsxr - Pcsx reloaded, a PSX (Playstation) emulator
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-14 12:50 UTC by Ganael LAPLANCHE
Modified: 2010-08-22 15:20 UTC (History)
0 users

See Also:


Attachments
file.shar (25.78 KB, text/plain)
2010-06-14 12:50 UTC, Ganael LAPLANCHE
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ganael LAPLANCHE 2010-06-14 12:50:01 UTC
Here is a port of pcsx reloaded (http://pcsxr.codeplex.com/), a PSX emulator.

This port includes a patched version of the dfbinimage2 plugin from the pcsx-df project, which allows to play from a .bin backup file. It also includes support for OpenGL and keyboard/pad input, as well as OSS sound output.

Please consider mirroring the 2 distfiles on a FreeBSD mirror, as they are currently hosted on my personal server only (codeplex does not seem to allow downloading files without human interaction).

Fix: Patch attached with submission follows:
Comment 1 Li-Wen Hsu freebsd_committer freebsd_triage 2010-08-22 15:15:07 UTC
State Changed
From-To: open->closed

New port added. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-08-22 15:15:15 UTC
lwhsu       2010-08-22 14:15:01 UTC

  FreeBSD ports repository

  Modified files:
    emulators            Makefile 
  Added files:
    emulators/pcsxr      Makefile distinfo pkg-descr pkg-plist 
    emulators/pcsxr/files patch-Makefile.am patch-configure.ac 
                          patch-data-Makefile.am 
                          patch-gui-ConfDlg.c patch-gui-LnxMain.c 
                          patch-gui-Makefile.am 
                          patch-libpcsxcore-socket.c 
                          patch-pixmaps-Makefile.am 
                          patch-plugins-dfbinimage2-FileInterface.cpp 
                          patch-plugins-dfbinimage2-Makefile.am 
                          patch-plugins-dfbinimage2-Open.cpp 
                          patch-plugins-dfbinimage2-TrackParser.cpp 
                          patch-plugins-dfbinimage2-defines.h 
                          patch-plugins-dfinput-Makefile.am 
                          patch-plugins-dfinput-pad.c 
                          patch-plugins-dfsound-Makefile.am 
                          patch-plugins-dfxvideo-Makefile.am 
                          patch-plugins-dfxvideo-gpu.c 
                          patch-plugins-peopsxgl-Makefile.am 
                          patch-plugins-peopsxgl-gpu.c 
  Log:
  Add pcsxr 1.9.91, playstation (PSX) emulator.
  
  PR:             ports/147849
  Submitted by:   Ganael Laplanche <ganael.laplanche at martymac.com>
  
  Revision  Changes    Path
  1.288     +1 -0      ports/emulators/Makefile
  1.1       +85 -0     ports/emulators/pcsxr/Makefile (new)
  1.1       +6 -0      ports/emulators/pcsxr/distinfo (new)
  1.1       +8 -0      ports/emulators/pcsxr/files/patch-Makefile.am (new)
  1.1       +19 -0     ports/emulators/pcsxr/files/patch-configure.ac (new)
  1.1       +9 -0      ports/emulators/pcsxr/files/patch-data-Makefile.am (new)
  1.1       +45 -0     ports/emulators/pcsxr/files/patch-gui-ConfDlg.c (new)
  1.1       +21 -0     ports/emulators/pcsxr/files/patch-gui-LnxMain.c (new)
  1.1       +24 -0     ports/emulators/pcsxr/files/patch-gui-Makefile.am (new)
  1.1       +14 -0     ports/emulators/pcsxr/files/patch-libpcsxcore-socket.c (new)
  1.1       +8 -0      ports/emulators/pcsxr/files/patch-pixmaps-Makefile.am (new)
  1.1       +54 -0     ports/emulators/pcsxr/files/patch-plugins-dfbinimage2-FileInterface.cpp (new)
  1.1       +35 -0     ports/emulators/pcsxr/files/patch-plugins-dfbinimage2-Makefile.am (new)
  1.1       +11 -0     ports/emulators/pcsxr/files/patch-plugins-dfbinimage2-Open.cpp (new)
  1.1       +45 -0     ports/emulators/pcsxr/files/patch-plugins-dfbinimage2-TrackParser.cpp (new)
  1.1       +20 -0     ports/emulators/pcsxr/files/patch-plugins-dfbinimage2-defines.h (new)
  1.1       +29 -0     ports/emulators/pcsxr/files/patch-plugins-dfinput-Makefile.am (new)
  1.1       +9 -0      ports/emulators/pcsxr/files/patch-plugins-dfinput-pad.c (new)
  1.1       +33 -0     ports/emulators/pcsxr/files/patch-plugins-dfsound-Makefile.am (new)
  1.1       +26 -0     ports/emulators/pcsxr/files/patch-plugins-dfxvideo-Makefile.am (new)
  1.1       +9 -0      ports/emulators/pcsxr/files/patch-plugins-dfxvideo-gpu.c (new)
  1.1       +24 -0     ports/emulators/pcsxr/files/patch-plugins-peopsxgl-Makefile.am (new)
  1.1       +10 -0     ports/emulators/pcsxr/files/patch-plugins-peopsxgl-gpu.c (new)
  1.1       +10 -0     ports/emulators/pcsxr/pkg-descr (new)
  1.1       +36 -0     ports/emulators/pcsxr/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"