[maintainer update] decker 1.41 -> 1.44

2024-06-24 Thread Jag Talon
got busy so i missed a few of the versions in between. here are the changelogs: - https://internet-janitor.itch.io/decker/devlog/745157/decker-144 - https://internet-janitor.itch.io/decker/devlog/737103/decker-143 - https://internet-janitor.itch.io/decker/devlog/729065/decker-142 tested on amd64.

[new] multimedia/mat2

2024-06-25 Thread Jag Talon
added both the python library libmat2 and a command line tool called mat2 to remove metadata from various files. https://0xacab.org/jvoisin/mat2 tests are disabled because the tarball in https://pypi.org/project/mat2/ doesn't include the test documents. the test documents are, however, present i

Re: [new] multimedia/mat2

2024-06-25 Thread Jag Talon
adjusted Makefile to have a more accurate list of LIB_DEPENDS and RUN_DEPENDS On 6/25/24 2:22 PM, Jag Talon wrote: > added both the python library libmat2 and a command line tool called > mat2 to remove metadata from various files. > > https://0xacab.org/jvoisin/mat2 > >

[new] emulators/minivmac

2024-06-28 Thread Jag Talon
picking up from 2020 to revive an old port! https://marc.info/?l=openbsd-ports&m=159690601114371&w=2 i cleaned up the Makefile a bit and also removed the flavors for now since i'm actually someone who wants to both install different minivmac builds on the same machine. tested on current/amd64. O

Re: [new] emulators/minivmac

2024-06-28 Thread Jag Talon
if people want to test they can use the ROM and image on this website https://cancel.fm/hyperjam/ On 6/28/24 12:33 PM, Jag Talon wrote: > picking up from 2020 to revive an old port! > > https://marc.info/?l=openbsd-ports&m=159690601114371&w=2 > > i cleaned up the Makefile

Re: [new] emulators/minivmac

2024-06-28 Thread Jag Talon
update to remove ppc arch support. the documentation does not show openbsd on ppc https://www.gryphel.com/c/minivmac/develop.html#option_t On 6/28/24 12:47 PM, Jag Talon wrote: > if people want to test they can use the ROM and image on this website > https://cancel.fm/hyperjam/ > > O

Re: [new] emulators/minivmac

2024-06-28 Thread Jag Talon
actually attaching the changes On 6/28/24 7:23 PM, Jag Talon wrote: > update to remove ppc arch support. the documentation does not show > openbsd on ppc https://www.gryphel.com/c/minivmac/develop.html#option_t > > On 6/28/24 12:47 PM, Jag Talon wrote: >> if people want to tes

Re: [new] emulators/minivmac

2024-06-30 Thread Jag Talon
successfully got it to build on powerpc by enabling the -cpu option in the Makefile. unfortunately i'm not able to test it out because i'm not able to run any graphics on it so i'd appreciate anyone who has a powerpc to try it out! :) On 6/28/24 7:25 PM, Jag Talon wrote: > actu

Re: [new] emulators/minivmac

2024-07-02 Thread Jag Talon
-drop the ROM and the dsk. let me know what you think! On 7/2/24 12:20 AM, George Koehler wrote: > On Sun, 30 Jun 2024 13:34:33 -0400 > Jag Talon wrote: > >> successfully got it to build on powerpc by enabling the -cpu option in >> the Makefile. unfortunately i'm not

Re: [new] emulators/minivmac

2024-07-02 Thread Jag Talon
forgot to attach the tarball On 7/2/24 6:57 AM, Jag Talon wrote: > amazing thank you for testing! i'm glad that it works well on powerpc. > does it run at acceptable speeds? > > i updated the port to reflect your recommendations thank you! > > i also took this opportuni

Re: [new] emulators/minivmac

2024-07-03 Thread Jag Talon
> Yes, minivmac runs fast enough on my 750 MHz PowerPC G4. amazing! > Your last tarball has a broken PLIST; I needed to edit it. > > The .ico file doesn't need @${SUBST_DATA}; please use ${INSTALL_DATA}. > Some other ports use SUBST_DATA to expand ${TRUEPREFIX} in their > .desktop file, but this

Re: [new] emulators/minivmac

2024-07-03 Thread Jag Talon
quick addition. i noticed when launching from the menu and the ROM is unavailable it says: For more information, see: "(unknown)" which looks broken to the user so i added a patch that adds Mini vMac's homepage. OK? On 7/3/24 7:11 AM, Jag Talon wrote: >> Yes, minivmac r

[update] sysutils/tarsnap-gui: add desktop entry

2024-07-03 Thread Jag Talon
adding a desktop entry to tarsnap-gui to make it easy to find for users. it also helps with automation in environments like gnome where it's easy to select programs with an associated .desktop file. attaching the .desktop file and below is the diff. OK? Index: Makefile ==

Re: [update] sysutils/tarsnap-gui: add desktop entry

2024-07-03 Thread Jag Talon
PM, Rafael Sadowski wrote: > On Wed Jul 03, 2024 at 05:44:12PM GMT, Stuart Henderson wrote: >> On 2024/07/03 11:41, Jag Talon wrote: >>> adding a desktop entry to tarsnap-gui to make it easy to find for users. >>> it also helps with automation in environments like gnome wh

Re: [update] sysutils/tarsnap-gui: add desktop entry

2024-07-03 Thread Jag Talon
Thank you for adjusting the REVISION! I should've read the man page first. How do you get the diff of a new file, btw? On Wed, 2024-07-03 at 18:31 -0400, Josh Grosse wrote: > On Wed, Jul 03, 2024 at 02:48:28PM -0400, Jag Talon wrote: > > ah i reconfigured my editor and it sh

Re: [update] sysutils/tarsnap-gui: add desktop entry

2024-07-03 Thread Jag Talon
Oh gotcha thank you. Yes that was my problem I was trying to add a file in a new directory that wasn't added yet! On Wed, 2024-07-03 at 21:48 -0400, Thomas Frohwein wrote: > On Wed, Jul 03, 2024 at 07:22:46PM -0400, Jag Talon wrote: > > Thank you for adjusting the REVISION! I shou

Re: [update] sysutils/tarsnap-gui: add desktop entry

2024-07-03 Thread Jag Talon
On 2024/07/03 18:31, Josh Grosse wrote: > > On Wed, Jul 03, 2024 at 02:48:28PM -0400, Jag Talon wrote: > > > ah i reconfigured my editor and it should have less whitespace > > > now :) > > > > > > i added the revision as well thank you. OK? > >

Re: [maintainer update] decker 1.41 -> 1.44

2024-07-03 Thread Jag Talon
Adding .desktop file as well so that users can easily discover it in the menu. OK? Index: Makefile === RCS file: /cvs/ports/graphics/decker/Makefile,v diff -u -p -u -r1.4 Makefile --- Makefile2 Apr 2024 05:11:50 - 1.4 +

Re: [new] emulators/minivmac

2024-07-03 Thread Jag Talon
Apologies for the noise, but I have more consistent spacing in this tarball now. OK? On 7/3/24 10:13 AM, Jag Talon wrote: > quick addition. i noticed when launching from the menu and the ROM is > unavailable it says: > > For more information, see: "(unknown)" > > wh

[Update] www/tor-browser: Icon doesn't exist in desktop entry

2024-07-04 Thread Jag Talon
Hello, tor-browser.desktop seems to have an absolute URL to an image that doesn't exist so it's not showing up on GNOME 46 on -current. I changed it to just 'tor-browser' and let it pick the icons from share/icons. OK? Index: browser/files/tor-browser.desktop ===

Re: [Update] www/tor-browser: Icon doesn't exist in desktop entry

2024-07-05 Thread Jag Talon
Amazing thank you! On 7/5/24 12:53 PM, Caspar Schutijser wrote: > Hi, > > On Thu, Jul 04, 2024 at 06:54:12PM -0400, Jag Talon wrote: >> Hello, >> >> tor-browser.desktop seems to have an absolute URL to an image that >> doesn't exist so it's not showing

Re: [maintainer update] decker 1.41 -> 1.44

2024-07-06 Thread Jag Talon
Thank you so much for committing it! On 7/6/24 5:26 PM, George Koehler wrote: > On Wed, 3 Jul 2024 23:35:59 -0400 > Jag Talon wrote: > >> Adding .desktop file as well so that users can easily discover it in the >> menu. > > I committed it. I got a malformed patch e

Re: [new] multimedia/mat2

2024-07-09 Thread Jag Talon
Ping for review :) On 6/25/24 11:31 PM, Jag Talon wrote: > adjusted Makefile to have a more accurate list of LIB_DEPENDS and > RUN_DEPENDS > > On 6/25/24 2:22 PM, Jag Talon wrote: >> added both the python library libmat2 and a command line tool called >> mat2 to remo

Re: [new] multimedia/mat2

2024-07-09 Thread Jag Talon
Thank you for the feedback. Fixed the issues and added a list of supported file formats from https://0xacab.org/jvoisin/mat2#supported-formats. OK? On 7/9/24 7:53 AM, Stuart Henderson wrote: > On 2024/07/09 07:47, Jag Talon wrote: >> Ping for review :) >> >> On 6/25/24 11:3

[maintainer update] graphics/decker

2024-07-09 Thread Jag Talon
Update from 1.44 to 1.46 > Decker 1.45 is a maintenance release with enhancements to Lil, interpreter performance, and usability of drawing tools. https://internet-janitor.itch.io/decker/devlog/756531/decker-145 > Decker 1.46 is a maintenance release, providing several important bugfixes and sev

Re: [new] multimedia/mat2

2024-07-09 Thread Jag Talon
: > On 2024/07/09 08:55, Jag Talon wrote: >> Thank you for the feedback. Fixed the issues and added a list of >> supported file formats from >> https://0xacab.org/jvoisin/mat2#supported-formats. >> >> OK? >> >> On 7/9/24 7:53 AM, Stuart Henderson wr

Re: [new] emulators/minivmac

2024-07-10 Thread Jag Talon
Ping On 7/3/24 11:41 PM, Jag Talon wrote: > Apologies for the noise, but I have more consistent spacing in this > tarball now. > > OK? > > On 7/3/24 10:13 AM, Jag Talon wrote: >> quick addition. i noticed when launching from the menu and the ROM is >> unava

[New / WIP]: www/betula

2024-07-10 Thread Jag Talon
Currently working on a port of Betula from https://betula.mycorrhiza.wiki/ to share and get feedback on. Right now, I'm struggling a bit trying to get it to /var/betula. Everything seems correct, but running `# make install` seems to not create the directory. Feedback welcome! -- jagtalon.net w

Re: [new] emulators/minivmac

2024-07-11 Thread Jag Talon
Ah thank you for catching that! I modified the README and DESCR files and also deleted PKGNAME=${DISTNAME}. Attaching the tarball. Thank you for reviewing! On 7/11/24 9:12 AM, Anthony J. Bentley wrote: >> On 7/3/24 11:41 PM, Jag Talon wrote: >>> Apologies for the noise,

Re: [New]: www/betula

2024-07-11 Thread Jag Talon
Got it working properly. I think it's ready for a review! OK? On 7/11/24 1:16 AM, Jag Talon wrote: > Currently working on a port of Betula from > https://betula.mycorrhiza.wiki/ to share and get feedback on. > > Right now, I'm struggling a bit trying to get it to /var/betu

Re: [New]: www/betula

2024-07-11 Thread Jag Talon
Forgot to add the change to user.list! Adding that in the attachment. On 7/11/24 11:59 AM, Jag Talon wrote: > Got it working properly. I think it's ready for a review! > > OK? > > On 7/11/24 1:16 AM, Jag Talon wrote: >> Currently working on a po

Re: [New]: www/betula

2024-07-11 Thread Jag Talon
Improved the README further to give more guidance to the user. On 7/11/24 5:56 PM, Jag Talon wrote: > Forgot to add the change to user.list! Adding that in the attachment. > > On 7/11/24 11:59 AM, Jag Talon wrote: >> Got it working properly. I think it's ready for a review!

Re: UPDATE: sysutils/croc to v10.0.10

2024-07-13 Thread Jag Talon
Seems to do the thing for me as well on amd64. I tested sending a file from Android and back over the same network. I did the same thing over a VPN as well to test sending the file on a different network. On 7/11/24 11:02 PM, Russ Sharek wrote: > Minor update to sysutils/croc from 9.6.13 to 10.0.1

Re: UPDATE: sysutils/croc to v10.0.10

2024-07-15 Thread Jag Talon
I'm not familiar with Go, but I wonder if patching out the readline and accept input without it would fix it? On 7/14/24 9:49 AM, Paco Esteban wrote: > Hi, > > On Thu, 11 Jul 2024, Russ Sharek wrote: > >> Minor update to sysutils/croc from 9.6.13 to 10.0.10 >> >> Lightly tested on amd64, appears

Re: [new] emulators/minivmac

2024-07-15 Thread Jag Talon
Thank you! On 7/14/24 11:40 AM, Anthony J. Bentley wrote: > Jag Talon writes: >> Ah thank you for catching that! I modified the README and DESCR files >> and also deleted PKGNAME=${DISTNAME}. >> >> Attaching the tarball. Thank you for reviewing! > > ok bentley@ &

Re: [new] multimedia/mat2

2024-07-17 Thread Jag Talon
Ping! Does this look ok to everyone? On Tue, 2024-07-09 at 19:02 -0400, Jag Talon wrote: > Ah thank you for that yes I removed the mention of the file manager > extensions (perhaps I can add that back in the future by pulling in > 0xacab.org directly and installing the Dolphin extension)

Re: [maintainer update] graphics/decker

2024-07-17 Thread Jag Talon
Thank you! I appreciate the review and the tips! On Wed, 2024-07-17 at 19:45 -0400, George Koehler wrote: > On Tue, 9 Jul 2024 09:14:31 -0400 > Jag Talon wrote: > > > Update from 1.44 to 1.46 > > I committed your update, skipping the chunk that adds > files/decker.de

Re: [new] emulators/minivmac

2024-07-17 Thread Jag Talon
Thank you so much! I'd love to learn more about adding a driver for sndio that's something I don't really understand. On Wed, 2024-07-17 at 22:47 -0400, George Koehler wrote: > On Sun, 14 Jul 2024 09:40:23 -0600 > "Anthony J. Bentley" wrote: > > > Jag T

[Issue] Pangea games fail to launch when missing audio device

2024-02-07 Thread Jag Talon
ither one is possible? * Perhaps it's possible for the games to still run and not throw an exception without working audio? * Perhaps the error returned can be less cryptic if that's not possible? I attached my dmesg if that helps at all. Thank you for porting these games! -- Ja

[Issue] dhewm3 SIGSEGV when creating a new game

2024-02-08 Thread Jag Talon
et me know if I should send a bug report upstream instead! -- Jag Talon (he/him) https://jagtalon.net/ https://weirder.earth/@jag https://aangat.lahat.computer/ OpenBSD 7.4-current (GENERIC.MP) #1663: Mon Feb 5 21:31:38 MST 2024 dera...@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENE

Re: [Issue] dhewm3 SIGSEGV when creating a new game

2024-02-08 Thread Jag Talon
float*, idVec3 const&, idPlane const*, int) () [Current thread is 1 (process 556944)] (gdb) On 2/8/24 1:59 PM, Thomas Frohwein wrote: On Thu, Feb 08, 2024 at 01:30:01PM -0500, Jag Talon wrote: [...] First time trying out dhewm3, and it looks like it immediately crashes with a SIGSEGV. Attach

Re: [Issue] dhewm3 SIGSEGV when creating a new game

2024-02-08 Thread Jag Talon
Attaching the actual backtrace here when I typed in `bt`. Does this help? On 2/8/24 2:07 PM, Jag Talon wrote: Absolutely! Here's what I got jag@jagtalon ~> egdb dhewm3 dhewm3.core [...] For help, type "help". Type "apropos word" to search for commands related

Re: [Issue] dhewm3 SIGSEGV when creating a new game

2024-02-08 Thread Jag Talon
Ah I'm trying to run the classic one here https://www.gogdb.org/product/1492054092. I'm happy to send the game files over if that helps! On 2/8/24 5:32 PM, Thomas Frohwein wrote: On Thu, Feb 08, 2024 at 03:45:41PM -0500, Jag Talon wrote: [...] [New process 550724] [New proc

[update] Add DEBUG_PACKAGES to dhewm3

2024-02-10 Thread Jag Talon
Enable debug packages for dhewm3. ok? -- Jag Talon (he/him) https://jagtalon.net/ https://weirder.earth/@jag https://aangat.lahat.computer/

[update] Add DEBUG_PACKAGES to dhewm3

2024-02-10 Thread Jag Talon
Enable debug packages for dhewm3. ok? -- Jag Talon (he/him) https://jagtalon.net/ https://weirder.earth/@jag https://aangat.lahat.computer/Index: Makefile === RCS file: /cvs/ports/games/dhewm3/Makefile,v retrieving revision 1.16

Re: [update] Add DEBUG_PACKAGES to dhewm3

2024-02-10 Thread Jag Talon
Adding REVISION as well at the request of bentley@ On 2/10/24 3:38 PM, Jag Talon wrote: Enable debug packages for dhewm3. ok? -- Jag Talon (he/him) https://jagtalon.net/ https://weirder.earth/@jag https://aangat.lahat.computer/Index: Makefile

[Update] Add examples to Syncthing README

2024-02-12 Thread Jag Talon
Hello, I was thinking that adding more examples in the Syncthing README would be helpful for new OBSD users. I definitely struggled understanding what these were at first and examples that I could copy would've helped me I think. What do you think, edd@ ? -- Jag Talon (he/him)

[New] graphics/decker

2024-02-14 Thread Jag Talon
Decker. I've tried it on my amd64 computer, and I plan on testing it on an old i386 machine soon. Would anyone be able to test this? It would be amazing if it ran on a macppc--I believe all the dependencies do. Does the port look good to people? Thanks! [1]: https://beyondloom.com/decke

Re: [New] graphics/decker

2024-02-14 Thread Jag Talon
Quick update, I just realized that I added a shell/bash dependency when it's not necessary. Attached is the updated archive. On 2/14/24 9:42 PM, Jag Talon wrote: Here's the initial port of Decker [1], a HyperCard-like tool for "creating and sharing interactive documents, wit

Re: [New] graphics/decker

2024-02-15 Thread Jag Talon
also run the program and some of the installed examples. Still have to really dive in it however :) Thank you so much again I'm learning a lot here. -- Jag Talon (he/him) https://jagtalon.net/ https://weirder.earth/@jag https://aangat.lahat.computer/

Re: [New] graphics/decker

2024-02-15 Thread Jag Talon
build ENTER' when reading the manpage) Omg this is gold thank you for taking the time to explain it! I'll use this as a reference for future work! -- Jag Talon (he/him) https://jagtalon.net/ https://weirder.earth/@jag https://aangat.lahat.computer/ decker.tar.gz Description: application/gzip

Re: [Update] Add examples to Syncthing README

2024-02-16 Thread Jag Talon
Thank you! On 2/16/24 4:56 AM, Edd Barrett wrote: On Mon, Feb 12, 2024 at 12:03:07PM -0500, Jag Talon wrote: What do you think, edd@ ? Looks good to me. kn@ is about to commit an update to syncthing. I'll add this change on top after. Cheers -- Jag Talon (he/him) https://jagtalo

Re: [Update] Add examples to Syncthing README

2024-02-16 Thread Jag Talon
tch! I definitely meant to do -max for the second occurance just like your previous example. Thank you. -- Jag Talon (he/him) https://jagtalon.net/ https://weirder.earth/@jag https://aangat.lahat.computer

Re: [New] graphics/decker

2024-02-16 Thread Jag Talon
On Fri, 16 Feb 2024 13:47:38 + Stuart Henderson wrote: > On 2024/02/15 22:23, Jag Talon wrote: > > Ok, I tested on i386 (Asus EeePC) and it's working well! Since it's only > > been tested on i386 and amd64, I'm limiting it to those two archs for now. > >

Re: [New] graphics/decker

2024-02-17 Thread Jag Talon
n sparc64 (or whichever arch lacks clang) might fail. You already have a patch-Makefile so I suggest to patch the COMPILER line. Fixed them both! Good idea to not use a specific browser. I patched the Makefile as well I didn't know other archs didn't have clang available.

Re: [Issue] dhewm3 SIGSEGV when creating a new game

2024-02-17 Thread Jag Talon
Now that debug-dhewm3 is available and dhewm3 got rebuilt, it's no longer crashing when I create a new game. I'll still watch out for crashes, but hopefully now we have better backtraces. On 2/8/24 3:45 PM, Jag Talon wrote: Attaching the actual backtrace here when I typed in `bt`.

Re: [New] graphics/decker

2024-02-18 Thread Jag Talon
Thank you so much for all the help, Omar, George, and Stuart! -- Jag Talon (he/him) https://jagtalon.net/ https://weirder.earth/@jag https://aangat.lahat.computer/

[Maintainer update]: Bump graphics/decker version

2024-02-18 Thread Jag Talon
/ make test passes and the diffs are attached. ok? -- Jag Talon (he/him) https://jagtalon.net/ https://weirder.earth/@jag https://aangat.lahat.computer/Index: Makefile === RCS file: /cvs/ports/graphics/decker/Makefile,v retrieving

Re: [Maintainer update]: Bump graphics/decker version

2024-02-18 Thread Jag Talon
Thank you! On 2/18/24 4:56 PM, George Koehler wrote: > On Sun, 18 Feb 2024 11:06:49 -0500 > Jag Talon wrote: > >> New version of Decker is out. Changes are: >> >> * Added a new example deck and code challenges >> * Various documentation improvements >>

Re: NEW. sysutils/croc

2024-02-26 Thread Jag Talon
On Sun Feb 25, 2024 at 2:19 PM EST, Paco Esteban wrote: > You'll notice than PLIST only contains the binary. The only > documentation they include in the sources is the project README file, > which I'm not sure if we should include in the package. > The software has a "relay" mode in which it act

[update] www/mycorrhiza: add cert symlink instructions

2024-02-26 Thread Jag Talon
EADME that adds that instruction. What do you think la ninpre? [1]: https://mycorrhiza.wiki/hypha/openbsd -- Jag Talon (he/him) https://jagtalon.net/ https://weirder.earth/@jag Index: pkg/README === RCS file: /cvs/ports/www/mycorrhiz

Re: [update] www/mycorrhiza: add cert symlink instructions

2024-02-26 Thread Jag Talon
Bumping REVISION as well. -- Jag Talon (he/him) https://jagtalon.net/ https://weirder.earth/@jag Index: Makefile === RCS file: /cvs/ports/www/mycorrhiza/Makefile,v retrieving revision 1.4 diff -u -p -u -r1.4 Makefile --- Makefile

Re: [update] www/mycorrhiza: add cert symlink instructions

2024-02-27 Thread Jag Talon
On Mon Feb 26, 2024 at 11:14 PM EST, la-ninpre wrote: > On 26 February 2024 22:45:18 UTC, Jag Talon wrote: > > Bumping REVISION as well. > > > > Hello, > thank you for suggesting this change, I haven't noticed this before, because > in testing environment i was

Re: [update] www/mycorrhiza: add cert symlink instructions

2024-02-27 Thread Jag Talon
On Mon Feb 26, 2024 at 11:14 PM EST, la-ninpre wrote: > On 26 February 2024 22:45:18 UTC, Jag Talon wrote: > > Bumping REVISION as well. > > > > Hello, > thank you for suggesting this change, I haven't noticed this before, because > in testing environment i was

Re: [new] multimedia/mat2

2024-07-18 Thread Jag Talon
> > On 2024/07/17 09:51:49 -0400, Jag Talon > > > wrote: > > > > Ping! Does this look ok to everyone? > > > > > > with RUN_DEPENDS sorted and a tiny formatting change to DESCR > > > it's OK > > > op@ to import. > > > >

Re: [new] multimedia/mat2

2024-07-18 Thread Jag Talon
Thank you so much you two! On Thu, 2024-07-18 at 16:47 +0200, Omar Polo wrote: > On 2024/07/18 15:39:13 +0100, Stuart Henderson > wrote: > > OK for op@'s tar. > > > > > > On 2024/07/18 10:38, Jag Talon wrote: > > > Yes that's ok with me too!

Re: NEW: www/tuba

2024-07-19 Thread Jag Talon
Seems to do the thing for me: * No keyring issue on my end it seems it's able to use "Default keyring." Tuba didn't seem to give me the link to the wiki. * Perhaps there could be a README about going through the manual authorization route because of unveil prevents Firefox and Chrome from calling

Re: emulators/minivmac: add sndio for sound

2024-07-22 Thread Jag Talon
36.04 > +REVISION = 0 >  DISTNAME = minivmac-${V} >   >  CATEGORIES = emulators > @@ -10,7 +11,7 @@ HOMEPAGE =  https://gryphel.com/c/miniv >   >  MAINTAINER = Jag Talon >   > -WANTLIB =X11 c > +W

Re: emulators/minivmac: add sndio for sound

2024-07-22 Thread Jag Talon
Ok I downloaded https://macintoshgarden.org/games/the-colony and it played wonderfully. When removing the audio device, it says, "Cannot open sndio." but it still works so for me! When I get to my i386 I hope to test it there as well. On Mon, 2024-07-22 at 19:26 -0400, Jag Talon wrote:

Re: [New]: www/betula

2024-07-22 Thread Jag Talon
Wanted to bump if people are able to check my work! Ok? On Thu, 2024-07-11 at 21:01 -0400, Jag Talon wrote: > Improved the README further to give more guidance to the user. > > On 7/11/24 5:56 PM, Jag Talon wrote: > > Forgot to add the change to user.list! Adding that in the

Re: emulators/minivmac: add sndio for sound

2024-07-23 Thread Jag Talon
> @@ -2,6 +2,7 @@ ONLY_FOR_ARCHS = i386 amd64 powerpc >   >  COMMENT =early macintosh emulator >  V = 36.04 > +REVISION = 0 >  DISTNAME = minivmac-${V} >   >  CATEGORIES = emulators > @@ -10,7 +11,7 @@

lang/pcbasic: add icon and desktop file

2024-07-23 Thread Jag Talon
Hi! I'd like to add a desktop entry for PC-BASIC. Icon file is from https://github.com/robhagemans/pcbasic/blob/master/make/linux.py#L27 PNG is from https://github.com/robhagemans/pcbasic/releases/download/v2.0.7/python3-pcbasic_2.0.7_all.deb Tested on GNOME on amd64. Ok? -- he/him jagtalon.ne

Re: lang/pcbasic: add icon and desktop file

2024-07-23 Thread Jag Talon
Apologies here is the diff and the png file attached I forgot to do that. Thank you for the heads up, Theo Buehler. On Tue, 2024-07-23 at 12:43 -0400, Jag Talon wrote: > Hi! I'd like to add a desktop entry for PC-BASIC. > > Icon file is from > https://github.com/robhagemans/pc

Re: emulators/minivmac: add sndio for sound

2024-07-23 Thread Jag Talon
t;sound buffer over flow" in > OSGLUXWN.c). > I heard 3 seconds of audio, because it stopped calling sio_write > after > 3 seconds.  I did use sio_pollfd, poll, sio_revents; but might have > made some other mistake. > > I switched to the blocking sio_write because I di

Re: lang/pcbasic: add icon and desktop file

2024-07-24 Thread Jag Talon
On Wed, 2024-07-24 at 12:36 +0100, Stuart Henderson wrote: > If you're sending out diffs for things like this, please don't make > unnecessary changes to the port. So in this case it would be the > additional RDEP, the post-install stages, and file additions. > Layout changes in the Makefile just m

[Maintainer update] graphics/decker bump from 1.46 to 1.47

2024-07-29 Thread Jag Talon
New release with new fixes, features, and examples. https://internet-janitor.itch.io/decker/devlog/771436/decker-147 Works on amd64. A fun example to try is: decker /usr/local/share/examples/decker/loveletter.deck OK? -- he/him jagtalon.net weirder.earth/@jag

Re: [Maintainer update] graphics/decker bump from 1.46 to 1.47

2024-07-29 Thread Jag Talon
On Mon, 2024-07-29 at 15:13 -0400, Jag Talon wrote: > New release with new fixes, features, and examples. > > https://internet-janitor.itch.io/decker/devlog/771436/decker-147 > > Works on amd64. A fun example to try is: > > decker /usr/local/share/examples/decker/loveletter

[WIP] adding a minivmac-ii package?

2024-07-29 Thread Jag Talon
Hello, I think I'm confused about MULTI_PACKAGES even after reading: https://www.openbsd.org/faq/ports/guide.html#Ideal https://man.openbsd.org/bsd.port.mk#FLAVORS_AND_MULTI_PACKAGES So I think I need some help! I'm trying to add a separate minivmac-ii build: How do I specify building a specific

Re: [WIP] adding a minivmac-ii package?

2024-07-29 Thread Jag Talon
t up depending on build options (say, software using plugin > modules for supporting certain features). > > --  >   Sent from a phone, apologies for poor formatting. > > > > > On 30 July 2024 01:03:06 Jag Talon wrote: > > > Hello, > > > > I thi

[Maintainer update] Add FLAVOR to emulator/minivmac

2024-07-29 Thread Jag Talon
By default, Mini vMac emulates a Macintosh Plus. Another popular model that Mini vMac emulates is a Macintosh II because it offers more memory (8MB instead of 4MB), a larger screen, and color. There are other machines available to emulate, but unfortunately I don't have the capacity to test them a

Re: [Maintainer update] graphics/decker bump from 1.46 to 1.47

2024-07-30 Thread Jag Talon
Thank you! On Tue, 2024-07-30 at 14:50 +0200, Omar Polo wrote: > On 2024/07/29 15:21:07 -0400, Jag Talon > wrote: > > On Mon, 2024-07-29 at 15:13 -0400, Jag Talon wrote: > > > New release with new fixes, features, and examples. > > > > > > https://intern

Re: [Maintainer update] Add FLAVOR to emulator/minivmac

2024-07-30 Thread Jag Talon
se that in PLIST > ("bin/minivmac${SUFFIX}") > > The other step to allow installing together is to adjust FULLPKGNAME > so that pkg_add doesn't treat them as conflicting. With the above, > FULLPKGNAME=minivmac${SUFFIX}-${V} should do. > > --  >   Sent from a p

Re: [Maintainer update] Add FLAVOR to emulator/minivmac

2024-07-30 Thread Jag Talon
2024/07/30 10:48:58 -0400, Jag Talon > > wrote: > > > Attached is my attempt to do that, but when running `make > > > install` it > > > seems to install minivmac-36.04 but with the binary for minivmac- > > > ii- > > > 36.04. > > > > Th

Re: [Maintainer update] Add FLAVOR to emulator/minivmac

2024-07-31 Thread Jag Talon
== > RCS file: /home/cvs/ports/emulators/minivmac/Makefile,v > diff -u -p -r1.2 Makefile > --- Makefile 24 Jul 2024 01:02:27 - 1.2 > +++ Makefile 31 Jul 2024 18:28:21 - > @@ -1,14 +1,15 @@ >  ONLY_FOR_ARCHS = i386

[update] Brandy 1.20.1 -> 1.23.2

2024-08-01 Thread Jag Talon
.orpheusweb.co.uk/branpage.html +HOMEPAGE = http://brandy.matrixnetwork.co.uk/ +MAINTAINER = Jag Talon # GPLv2+ PERMIT_PACKAGE = Yes -WANTLIB += SDL c m +WANTLIB += SDL c m pthread X11 -SITES = ${SITE_SOURCEFORGE:=brandy/} +SITES = http://brandy.matrixnetwork.co.uk/releases/ LIB_DEPEN

Re: [update] Brandy 1.20.1 -> 1.23.2

2024-08-03 Thread Jag Talon
Ah makes sense! Ok here's the patch without the conversions. OK? On Sat, 2024-08-03 at 07:01 +0100, Stuart Henderson wrote: > On 2024/08/02 00:02, Jag Talon wrote: > > Aside from bumping the version, I also made patches to switch out > > strcat/strcpy/strcmp/sprintf where I c

Re: [update] Brandy 1.20.1 -> 1.23.2

2024-08-04 Thread Jag Talon
On Sun, 2024-08-04 at 20:54 +0200, Omar Polo wrote: > On 2024/08/03 08:43:32 -0400, Jag Talon > wrote: > > Ah makes sense! Ok here's the patch without the conversions. > > upon a brief look the other patches seemed fine to me, please > consider > sending them upstr

Re: [update] Brandy 1.20.1 -> 1.23.2

2024-08-05 Thread Jag Talon
+EXTRACT_SUFX = .tar.xz >   >  CATEGORIES = lang >   > -HOMEPAGE = http://jaguar.orpheusweb.co.uk/branpage.html > +HOMEPAGE = http://brandy.matrixnetwork.co.uk/ > +MAINTAINER = Jag Talon >   >  # GPLv2+ >  PERMIT_PACKAGE = Yes >   > -WANTLIB += SDL

Re: [update] Brandy 1.20.1 -> 1.23.2

2024-08-05 Thread Jag Talon
> On 2024/08/05 18:18:00 +0100, Stuart Henderson > wrote: > > No issue patching here. Perhaps your mail client mangles something, > > Try the "download raw body" link from marc.info. Thank you for the tip my client definitely mangled it. > > > One thing I'd like to add is -DBRANDY_NOVERCHECK so

Re: [update] Brandy 1.20.1 -> 1.23.2

2024-08-05 Thread Jag Talon
Apologies, I was double checking everything and realized that the startup version check -DBRANDY_NOVERCHECK hasn't been released yet. Author tells me next release will be soon though. -- he/him jagtalon.net weirder.earth/@jag

Re: [update] Brandy 1.20.1 -> 1.23.2

2024-08-05 Thread Jag Talon
Thank you so much! On Mon, 2024-08-05 at 20:08 +0200, Omar Polo wrote: > On 2024/08/05 14:01:06 -0400, Jag Talon > wrote: > > Apologies, I was double checking everything and realized that the > > startup version check -DBRANDY_NOVERCHECK hasn't been released yet. > &

Re: [Maintainer update] Add FLAVOR to emulator/minivmac

2024-08-05 Thread Jag Talon
Unrelated to this patch, but I just noticed that ports/emulators/Makefile doesn't have minivmac.  Is it alright to add that in as well? Or is there further testing before that happens? On Wed, 2024-07-31 at 15:30 -0400, Jag Talon wrote: > Omg this was the whole issue! I felt like I w

Re: [Maintainer update] Add FLAVOR to emulator/minivmac

2024-08-05 Thread Jag Talon
S = i386 amd64 powerpc COMMENT = early macintosh emulator + V = 36.04 -REVISION = 0 +REVISION = 1 + DISTNAME = minivmac-${V} CATEGORIES = emulators HOMEPAGE = https://gryphel.com/c/minivmac/ - MAINTAINER = Jag Talon WANTLIB = X11 c sndio @@ -33,24 +34,37 @@ SETUP_FLAGS-amd64 =

[maintainer update] brandy 1.23.2 -> 1.23.36

2024-08-06 Thread Jag Talon
Updating Brandy from 1.23.2 to 1.23.3. Upstream included fixes specific to OpenBSD: - Now using strncmp/snprintf/vsnprintf/strlcpy/strlcat/strncmp - Brandy doesn't check for new versions with -DBRANDY_NOVERCHECK - Added the right header files in src/keyboard.c so no need to patch it. More changes

Re: [maintainer update] brandy 1.23.2 -> 1.23.36

2024-08-06 Thread Jag Talon
Forgot to mention that I switched the source from the main website to Github because the tarball on the main site seems to be missing some changes. I thought it was more reliable to go with Github so I went with that instead I hope that's alright. On Tue, 6 Aug 2024, Jag Talon wrote: >

Re: [maintainer update] brandy 1.23.2 -> 1.23.3

2024-08-06 Thread Jag Talon
files > have changed slightly over time, and sometimes different versions > available from different github backends around the world). > > > On 2024/08/06 14:09, Jag Talon wrote: > > Forgot to mention that I switched the source from the main website > > to > > Github b

Re: [maintainer update] brandy 1.23.2 -> 1.23.3

2024-08-06 Thread Jag Talon
Reverted back to fetching the tarball from the main website. Thank you, Michael and Stuart! Tested on powerpc and amd64. Index: Makefile === RCS file: /cvs/ports/lang/brandy/Makefile,v diff -u -p -u -r1.8 Makefile --- Makefile5 A

Re: [Maintainer update] Add FLAVOR to emulator/minivmac

2024-08-07 Thread Jag Talon
= 1 + DISTNAME = minivmac-${V} CATEGORIES = emulators HOMEPAGE = https://gryphel.com/c/minivmac/ - MAINTAINER = Jag Talon WANTLIB = X11 c sndio @@ -33,24 +34,36 @@ SETUP_FLAGS-amd64 = -t ob64 SETUP_FLAGS-i386 = -t obsd SETUP_FLAGS-powerpc = -t obsd -cpu ppc +FLAVORS = ii +F

Re: [Maintainer update] Add FLAVOR to emulator/minivmac

2024-08-14 Thread Jag Talon
Hi! Just wanted to bump this. What do people think of this patch? Thank you! On Wed, 2024-08-07 at 04:11 -0400, Jag Talon wrote: > Here's a new diff without the -plus favor! Makes sense that the > Macintosh Plus is the default unflavored version. > > Does this look goo

Re: [Maintainer update] Add FLAVOR to emulator/minivmac

2024-08-15 Thread Jag Talon
ISTNAME = minivmac-${V} CATEGORIES = emulators HOMEPAGE = https://gryphel.com/c/minivmac/ - MAINTAINER = Jag Talon WANTLIB = X11 c sndio @@ -33,24 +34,36 @@ SETUP_FLAGS-amd64 = -t ob64 SETUP_FLAGS-i386 = -t obsd SETUP_FLAGS-powerpc = -t obsd -cpu ppc +FLAVORS = ii +FLA

  1   2   >