chris | 16 Jul 2012 22:11
Picon
Favicon

Vice PBI

I am submitting these files as they are the content of ~/EasyPBI/Modules/Vice after creating vice-2.3_4-amd64.pbi, which can be found here : http://www.clbb.net/~chris/vice-2.3_4-amd64.pbi
shasum : http://www.clbb.net/~chris/vice-2.3_4-amd64.pbi.sha256

The module files do not contain anything that would enable ethernet emulation in Vice as I had to edit the makefile in ports before building the PBI There would be no point in adding them to the build server, but the PBI itself does install an ethernet enabled Vice emulator with Simple DirectMedia Layer support. You could chose to add it as is to the AppCafe or rebuild the existing Vice PBI with the makefile edited for "--enable-ethernet"

If you would rather wait for the port to be upgraded to include this feature, I would like permission to make this PBI available to members of my Commodore users group and C64 chat room list.
#!/bin/sh
# PBI Build Configuration

# -- Program Information --
PBI_PROGNAME="vice"
PBI_PROGWEB="http://www.viceteam.org/"
PBI_PROGAUTHOR="dinoex@..."
PBI_PROGICON="c64-logo.png"

# -- Port Information --
PBI_MAKEPORT="emulators/vice"
PBI_MKPORTBEFORE=""
PBI_MKPORTAFTER=""
PBI_MAKEOPTS="WITH_SDL=yes"

# -- Require Root Permissions to Install PBI --
PBI_REQUIRESROOT="NO"

# -- Auto-build Configuration Options --
PBI_BUILDKEY="00"
PBI_AB_PRIORITY="00"
PBI_AB_NOTMPFS="NO"

export PBI_PROGNAME PBI_PROGWEB PBI_PROGAUTHOR PBI_PROGICON PBI_MAKEPORT PBI_MKPORTBEFORE
PBI_MKPORTAFTER PBI_MAKEOPTS PBI_REQUIRESROOT PBI_BUILDKEY PBI_AB_PRIORITY PBI_AB_NOTMPFS
#!/usr/bin/env
[Desktop Entry]
Value=1.0
Type=Application
Name=vice-x64
GenericName=vice-x64
Exec=%%PBI_EXEDIR%%/x64
Path=%%PBI_APPDIR%%
Icon=%%PBI_APPDIR%%/c64-logo.png
StartupNotify=true
_______________________________________________
Pbi-dev mailing list
Pbi-dev@...
http://lists.pcbsd.org/mailman/listinfo/pbi-dev
Ken Moore | 18 Jul 2012 12:37

Re: Vice PBI

On 07/16/2012 16:11, chris wrote:
I am submitting these files as they are the content of ~/EasyPBI/Modules/Vice after creating vice-2.3_4-amd64.pbi, which can be found here : http://www.clbb.net/~chris/vice-2.3_4-amd64.pbi
shasum : http://www.clbb.net/~chris/vice-2.3_4-amd64.pbi.sha256

The module files do not contain anything that would enable ethernet emulation in Vice as I had to edit the makefile in ports before building the PBI There would be no point in adding them to the build server, but the PBI itself does install an ethernet enabled Vice emulator with Simple DirectMedia Layer support. You could chose to add it as is to the AppCafe or rebuild the existing Vice PBI with the makefile edited for "--enable-ethernet"

If you would rather wait for the port to be upgraded to include this feature, I would like permission to make this PBI available to members of my Commodore users group and C64 chat room list.


_______________________________________________ Pbi-dev mailing list Pbi-dev-Fhbtn2kkCAMmbxgs1yVkuA@public.gmane.org http://lists.pcbsd.org/mailman/listinfo/pbi-dev

Feel free to distribute your custom PBI for Vice to anyone who wants it. That is one of the beauties of the PBI system... :-)
As for adding it to the AppCafe, it needs to be in a form that we can build ourselves (for security purposes) without maintaining our own custom ports tree (for convenience). In order to accomplish that, I would recommend that you send a list of your port MakeFile changes to the current maintainer for the Vice port (dinoex-HZy0K5TPuP5AfugRpC6u6w@public.gmane.org), and ask him to make those changes to the port itself. This will let us (and anyone else) easily take advantage of your improvements.

Thanks!

-- ~~ Ken Moore ~~ PC-BSD/iXsystems
_______________________________________________
Pbi-dev mailing list
Pbi-dev@...
http://lists.pcbsd.org/mailman/listinfo/pbi-dev

Gmane