Created attachment 147514 [details] shar [NEW PORT] emulators/fs-uae-launcher FS-UAE Launcher is an easy to use GUI frontend for FS-UAE WWW: http://fs-uae.net/launcher
Created attachment 147515 [details] poudriere log
Is there something wrong with this port ? it so please let me know and I'll correct it.
nope, just nobody is reviewing PRs anymore. This looks ok to me, poudriere log went a log way. Moving to patch-ready status.
There were a few minor issues with the makefile: 1) tabbing 2) USES was not in alphabetical order 3) compound commands where not surrounded by "()" (e.g. cd /here && do something) You got lucky with the pkg-plist. We have to remove all the @dirrm* lines based on new infrastructure. However, had we still had the old one, the plist would have been unacceptable to me. I would not accept "@dirrmtry" where "@dirrm" will work 100% of the time. All @dirrmtry means taking output of "make makeplist" verbatim without editing which is an immediate red flag. I'm just truncating them right now.
A commit references this bug: Author: marino Date: Tue Nov 4 16:32:36 UTC 2014 New revision: 372150 URL: https://svnweb.freebsd.org/changeset/ports/372150 Log: Add new port emulators/fs-uae-launcher PR: 193801 Submitted by: uffe The FS-UAE Launcher is an easy to use GUI frontend for FS-UAE, the free and open source Amiga Emulator based on WinUAE. Changes: head/emulators/Makefile head/emulators/fs-uae-launcher/ head/emulators/fs-uae-launcher/Makefile head/emulators/fs-uae-launcher/distinfo head/emulators/fs-uae-launcher/pkg-descr head/emulators/fs-uae-launcher/pkg-plist
I also revised the text on COMMENT and pkg-descr because I didn't find them user-friendly enough for somebody that doesn't know what the port builds. Done!
It was my first attempt with a larger python based port - from your comments it was not entirely a succes. Thanks for you patience !!! :-)