NEW: games/freedink

2018-07-04 Thread mitchell wodach
This is my port of Freedink.

FreeDink is a portable and enhanced version of the Dink Smallwood game engine.

https://www.gnu.org/software/freedink/

 you will have to install freedink-data first. Could not get it to
install as a dependency

it seems to build and run fine for me on amd64. Any comments,question,
or concerns. just let me know!

Thanks,
Mitch


freedink.tgz
Description: application/compressed-tar


NEW: games/freedink

2011-10-02 Thread Anton Yabchinskiy
Hi. Have created a port for FreeDink. From it's DESCR:

Dink Smallwood is an adventure/role-playing game, similar to Zelda,
made by RTsoft. The game features the twisted adventure of young
Dink Smallwood, a pig farmer who leaves his town and goes on a quest
to save the world.

Please test and comment.


freedink.tar.gz
Description: application/tar-gz


NEW: games/freedink-data

2018-07-04 Thread mitchell wodach
Game data for freedink. Also a dependency for freedink.


freedink-data.tgz
Description: application/compressed-tar


Re: NEW: games/freedink

2018-07-04 Thread Brian Callahan



On 07/04/18 14:17, mitchell wodach wrote:

This is my port of Freedink.

FreeDink is a portable and enhanced version of the Dink Smallwood game engine.

https://www.gnu.org/software/freedink/

  you will have to install freedink-data first. Could not get it to
install as a dependency

it seems to build and run fine for me on amd64. Any comments,question,
or concerns. just let me know!

Thanks,
Mitch


Could you make one port with the game and data as subports? (See for 
example, 0ad or solarus, among others).


A very quick glance suggests these need a bit of work; take a look at 
how other ports Makefiles look and do your best to make your freedink 
ports look like those. Take note of things like order of variables, 
spacing, etc. Something like the games/galois Makefile looks to be 
approximately the same complexity as your freedink Makefile, ports-wise.


To make freedink depend on freedink-data, you can add freedink-data as a 
RUN_DEPENDS to freedink. If you go the route of making one freedink port 
with 2 subports, the line you will end up writing will look like:


RUN_DEPENDS = games/freedink/data

~Brian



Re: NEW: games/freedink

2018-07-07 Thread mitchell wodach
here is one with subports. I also cleaned up the Makefiles also

On Wed, Jul 4, 2018 at 3:01 PM, Brian Callahan  wrote:
>
> On 07/04/18 14:17, mitchell wodach wrote:
>>
>> This is my port of Freedink.
>>
>> FreeDink is a portable and enhanced version of the Dink Smallwood game
>> engine.
>>
>> https://www.gnu.org/software/freedink/
>>
>>   you will have to install freedink-data first. Could not get it to
>> install as a dependency
>>
>> it seems to build and run fine for me on amd64. Any comments,question,
>> or concerns. just let me know!
>>
>> Thanks,
>> Mitch
>
>
> Could you make one port with the game and data as subports? (See for
> example, 0ad or solarus, among others).
>
> A very quick glance suggests these need a bit of work; take a look at how
> other ports Makefiles look and do your best to make your freedink ports look
> like those. Take note of things like order of variables, spacing, etc.
> Something like the games/galois Makefile looks to be approximately the same
> complexity as your freedink Makefile, ports-wise.
>
> To make freedink depend on freedink-data, you can add freedink-data as a
> RUN_DEPENDS to freedink. If you go the route of making one freedink port
> with 2 subports, the line you will end up writing will look like:
>
> RUN_DEPENDS = games/freedink/data
>
> ~Brian


freedink.tgz
Description: application/compressed-tar


Re: NEW: games/freedink

2018-07-07 Thread Brian Callahan


On 07/07/18 14:06, mitchell wodach wrote:

here is one with subports. I also cleaned up the Makefiles also

On Wed, Jul 4, 2018 at 3:01 PM, Brian Callahan  wrote:

On 07/04/18 14:17, mitchell wodach wrote:

This is my port of Freedink.

FreeDink is a portable and enhanced version of the Dink Smallwood game
engine.

https://www.gnu.org/software/freedink/

   you will have to install freedink-data first. Could not get it to
install as a dependency

it seems to build and run fine for me on amd64. Any comments,question,
or concerns. just let me know!

Thanks,
Mitch


Could you make one port with the game and data as subports? (See for
example, 0ad or solarus, among others).

A very quick glance suggests these need a bit of work; take a look at how
other ports Makefiles look and do your best to make your freedink ports look
like those. Take note of things like order of variables, spacing, etc.
Something like the games/galois Makefile looks to be approximately the same
complexity as your freedink Makefile, ports-wise.

To make freedink depend on freedink-data, you can add freedink-data as a
RUN_DEPENDS to freedink. If you go the route of making one freedink port
with 2 subports, the line you will end up writing will look like:

RUN_DEPENDS = games/freedink/data

~Brian


My version looks like this.

~Brian



freedink.tgz
Description: Binary data


Re: NEW: games/freedink

2018-07-07 Thread mitchell wodach
I will take a look at it later I'm not home right now

On Sat, Jul 7, 2018 at 1:28 PM, Brian Callahan  wrote:
>
> On 07/07/18 14:06, mitchell wodach wrote:
>>
>> here is one with subports. I also cleaned up the Makefiles also
>>
>> On Wed, Jul 4, 2018 at 3:01 PM, Brian Callahan  wrote:
>>>
>>> On 07/04/18 14:17, mitchell wodach wrote:

 This is my port of Freedink.

 FreeDink is a portable and enhanced version of the Dink Smallwood game
 engine.

 https://www.gnu.org/software/freedink/

you will have to install freedink-data first. Could not get it to
 install as a dependency

 it seems to build and run fine for me on amd64. Any comments,question,
 or concerns. just let me know!

 Thanks,
 Mitch
>>>
>>>
>>> Could you make one port with the game and data as subports? (See for
>>> example, 0ad or solarus, among others).
>>>
>>> A very quick glance suggests these need a bit of work; take a look at how
>>> other ports Makefiles look and do your best to make your freedink ports
>>> look
>>> like those. Take note of things like order of variables, spacing, etc.
>>> Something like the games/galois Makefile looks to be approximately the
>>> same
>>> complexity as your freedink Makefile, ports-wise.
>>>
>>> To make freedink depend on freedink-data, you can add freedink-data as a
>>> RUN_DEPENDS to freedink. If you go the route of making one freedink port
>>> with 2 subports, the line you will end up writing will look like:
>>>
>>> RUN_DEPENDS = games/freedink/data
>>>
>>> ~Brian
>
>
> My version looks like this.
>
> ~Brian
>



Re: NEW: games/freedink

2018-07-20 Thread Brian Callahan



On 07/07/18 14:28, Brian Callahan wrote:


On 07/07/18 14:06, mitchell wodach wrote:

here is one with subports. I also cleaned up the Makefiles also

On Wed, Jul 4, 2018 at 3:01 PM, Brian Callahan  wrote:

On 07/04/18 14:17, mitchell wodach wrote:

This is my port of Freedink.

FreeDink is a portable and enhanced version of the Dink Smallwood game
engine.

https://www.gnu.org/software/freedink/

   you will have to install freedink-data first. Could not get it to
install as a dependency

it seems to build and run fine for me on amd64. Any comments,question,
or concerns. just let me know!

Thanks,
Mitch


Could you make one port with the game and data as subports? (See for
example, 0ad or solarus, among others).

A very quick glance suggests these need a bit of work; take a look 
at how
other ports Makefiles look and do your best to make your freedink 
ports look

like those. Take note of things like order of variables, spacing, etc.
Something like the games/galois Makefile looks to be approximately 
the same

complexity as your freedink Makefile, ports-wise.

To make freedink depend on freedink-data, you can add freedink-data 
as a
RUN_DEPENDS to freedink. If you go the route of making one freedink 
port

with 2 subports, the line you will end up writing will look like:

RUN_DEPENDS = games/freedink/data

~Brian


My version looks like this.

~Brian



Ping. Game works fine.

~Brian



Re: NEW: games/freedink

2018-07-21 Thread Solene Rapenne


Brian Callahan writes:

> On 07/07/18 14:28, Brian Callahan wrote:
>>
>> On 07/07/18 14:06, mitchell wodach wrote:
>>> here is one with subports. I also cleaned up the Makefiles also
>>>
>>> On Wed, Jul 4, 2018 at 3:01 PM, Brian Callahan  wrote:
 On 07/04/18 14:17, mitchell wodach wrote:
> This is my port of Freedink.
>
> FreeDink is a portable and enhanced version of the Dink Smallwood game
> engine.
>
> https://www.gnu.org/software/freedink/
>
>  you will have to install freedink-data first. Could not get it to
> install as a dependency
>
> it seems to build and run fine for me on amd64. Any comments,question,
> or concerns. just let me know!
>
> Thanks,
> Mitch

 Could you make one port with the game and data as subports? (See for
 example, 0ad or solarus, among others).

 A very quick glance suggests these need a bit of work; take a look
 at how
 other ports Makefiles look and do your best to make your freedink
 ports look
 like those. Take note of things like order of variables, spacing, etc.
 Something like the games/galois Makefile looks to be approximately
 the same
 complexity as your freedink Makefile, ports-wise.

 To make freedink depend on freedink-data, you can add
 freedink-data as a
 RUN_DEPENDS to freedink. If you go the route of making one
 freedink port
 with 2 subports, the line you will end up writing will look like:

 RUN_DEPENDS = games/freedink/data

 ~Brian
>>
>> My version looks like this.
>>
>> ~Brian
>>
>
> Ping. Game works fine.
>
> ~Brian


tested it, game works fine out of the box (and it looks really fun, I
played it ~10 minutes :D)

but portcheck is not happy  =>

trailing whitespace in Makefile.inc
trailing whitespace in game/Makefile
in game: missing @exec of update-desktop-database
in game: missing @unexec-delete of update-desktop-database



Re: NEW: games/freedink

2018-07-21 Thread Brian Callahan



On 7/21/2018 9:51 AM, Solene Rapenne wrote:
> Brian Callahan writes:
>
>> On 07/07/18 14:28, Brian Callahan wrote:
>>> On 07/07/18 14:06, mitchell wodach wrote:
 here is one with subports. I also cleaned up the Makefiles also

 On Wed, Jul 4, 2018 at 3:01 PM, Brian Callahan  wrote:
> On 07/04/18 14:17, mitchell wodach wrote:
>> This is my port of Freedink.
>>
>> FreeDink is a portable and enhanced version of the Dink Smallwood game
>> engine.
>>
>> https://www.gnu.org/software/freedink/
>>
>>  you will have to install freedink-data first. Could not get it to
>> install as a dependency
>>
>> it seems to build and run fine for me on amd64. Any comments,question,
>> or concerns. just let me know!
>>
>> Thanks,
>> Mitch
> Could you make one port with the game and data as subports? (See for
> example, 0ad or solarus, among others).
>
> A very quick glance suggests these need a bit of work; take a look
> at how
> other ports Makefiles look and do your best to make your freedink
> ports look
> like those. Take note of things like order of variables, spacing, etc.
> Something like the games/galois Makefile looks to be approximately
> the same
> complexity as your freedink Makefile, ports-wise.
>
> To make freedink depend on freedink-data, you can add
> freedink-data as a
> RUN_DEPENDS to freedink. If you go the route of making one
> freedink port
> with 2 subports, the line you will end up writing will look like:
>
> RUN_DEPENDS = games/freedink/data
>
> ~Brian
>>> My version looks like this.
>>>
>>> ~Brian
>>>
>> Ping. Game works fine.
>>
>> ~Brian
>
> tested it, game works fine out of the box (and it looks really fun, I
> played it ~10 minutes :D)
>
> but portcheck is not happy  =>
>
> trailing whitespace in Makefile.inc
> trailing whitespace in game/Makefile
> in game: missing @exec of update-desktop-database
> in game: missing @unexec-delete of update-desktop-database

Whoops, it's been a while...
I'll send a new tarball soon.

Thanks.

~Brian



Re: NEW: games/freedink

2018-07-21 Thread Brian Callahan


On 07/21/18 11:04, Brian Callahan wrote:


On 7/21/2018 9:51 AM, Solene Rapenne wrote:

Brian Callahan writes:


On 07/07/18 14:28, Brian Callahan wrote:

On 07/07/18 14:06, mitchell wodach wrote:

here is one with subports. I also cleaned up the Makefiles also

On Wed, Jul 4, 2018 at 3:01 PM, Brian Callahan  wrote:

On 07/04/18 14:17, mitchell wodach wrote:

This is my port of Freedink.

FreeDink is a portable and enhanced version of the Dink Smallwood game
engine.

https://www.gnu.org/software/freedink/

  you will have to install freedink-data first. Could not get it to
install as a dependency

it seems to build and run fine for me on amd64. Any comments,question,
or concerns. just let me know!

Thanks,
Mitch

Could you make one port with the game and data as subports? (See for
example, 0ad or solarus, among others).

A very quick glance suggests these need a bit of work; take a look
at how
other ports Makefiles look and do your best to make your freedink
ports look
like those. Take note of things like order of variables, spacing, etc.
Something like the games/galois Makefile looks to be approximately
the same
complexity as your freedink Makefile, ports-wise.

To make freedink depend on freedink-data, you can add
freedink-data as a
RUN_DEPENDS to freedink. If you go the route of making one
freedink port
with 2 subports, the line you will end up writing will look like:

RUN_DEPENDS = games/freedink/data

~Brian

My version looks like this.

~Brian


Ping. Game works fine.

~Brian

tested it, game works fine out of the box (and it looks really fun, I
played it ~10 minutes :D)

but portcheck is not happy  =>

trailing whitespace in Makefile.inc
trailing whitespace in game/Makefile
in game: missing @exec of update-desktop-database
in game: missing @unexec-delete of update-desktop-database

Whoops, it's been a while...
I'll send a new tarball soon.

Thanks.

~Brian



And here's a new tarball.

~Brian



freedink.tgz
Description: Binary data


Re: NEW: games/freedink

2018-07-27 Thread mitchell wodach
looks good. I apologize   I have not bee around much. work got swamped
and my motherboard went the way of the dodo. but i'm back in business

On Sat, Jul 21, 2018 at 12:00 PM, Brian Callahan  wrote:
>
> On 07/21/18 11:04, Brian Callahan wrote:
>>
>>
>> On 7/21/2018 9:51 AM, Solene Rapenne wrote:
>>>
>>> Brian Callahan writes:
>>>
 On 07/07/18 14:28, Brian Callahan wrote:
>
> On 07/07/18 14:06, mitchell wodach wrote:
>>
>> here is one with subports. I also cleaned up the Makefiles also
>>
>> On Wed, Jul 4, 2018 at 3:01 PM, Brian Callahan 
>> wrote:
>>>
>>> On 07/04/18 14:17, mitchell wodach wrote:

 This is my port of Freedink.

 FreeDink is a portable and enhanced version of the Dink Smallwood
 game
 engine.

 https://www.gnu.org/software/freedink/

   you will have to install freedink-data first. Could not get it to
 install as a dependency

 it seems to build and run fine for me on amd64. Any
 comments,question,
 or concerns. just let me know!

 Thanks,
 Mitch
>>>
>>> Could you make one port with the game and data as subports? (See for
>>> example, 0ad or solarus, among others).
>>>
>>> A very quick glance suggests these need a bit of work; take a look
>>> at how
>>> other ports Makefiles look and do your best to make your freedink
>>> ports look
>>> like those. Take note of things like order of variables, spacing,
>>> etc.
>>> Something like the games/galois Makefile looks to be approximately
>>> the same
>>> complexity as your freedink Makefile, ports-wise.
>>>
>>> To make freedink depend on freedink-data, you can add
>>> freedink-data as a
>>> RUN_DEPENDS to freedink. If you go the route of making one
>>> freedink port
>>> with 2 subports, the line you will end up writing will look like:
>>>
>>> RUN_DEPENDS = games/freedink/data
>>>
>>> ~Brian
>
> My version looks like this.
>
> ~Brian
>
 Ping. Game works fine.

 ~Brian
>>>
>>> tested it, game works fine out of the box (and it looks really fun, I
>>> played it ~10 minutes :D)
>>>
>>> but portcheck is not happy  =>
>>>
>>> trailing whitespace in Makefile.inc
>>> trailing whitespace in game/Makefile
>>> in game: missing @exec of update-desktop-database
>>> in game: missing @unexec-delete of update-desktop-database
>>
>> Whoops, it's been a while...
>> I'll send a new tarball soon.
>>
>> Thanks.
>>
>> ~Brian
>>
>
> And here's a new tarball.
>
> ~Brian
>



Re: NEW: games/freedink

2018-07-28 Thread Solene Rapenne
Brian Callahan  wrote:
> 
> On 07/21/18 11:04, Brian Callahan wrote:
> >
> > On 7/21/2018 9:51 AM, Solene Rapenne wrote:
> >> Brian Callahan writes:
> >>
> >>> On 07/07/18 14:28, Brian Callahan wrote:
>  On 07/07/18 14:06, mitchell wodach wrote:
> > here is one with subports. I also cleaned up the Makefiles also
> >
> > On Wed, Jul 4, 2018 at 3:01 PM, Brian Callahan  wrote:
> >> On 07/04/18 14:17, mitchell wodach wrote:
> >>> This is my port of Freedink.
> >>>
> >>> FreeDink is a portable and enhanced version of the Dink Smallwood game
> >>> engine.
> >>>
> >>> https://www.gnu.org/software/freedink/
> >>>
> >>>   you will have to install freedink-data first. Could not get it to
> >>> install as a dependency
> >>>
> >>> it seems to build and run fine for me on amd64. Any comments,question,
> >>> or concerns. just let me know!
> >>>
> >>> Thanks,
> >>> Mitch
> >> Could you make one port with the game and data as subports? (See for
> >> example, 0ad or solarus, among others).
> >>
> >> A very quick glance suggests these need a bit of work; take a look
> >> at how
> >> other ports Makefiles look and do your best to make your freedink
> >> ports look
> >> like those. Take note of things like order of variables, spacing, etc.
> >> Something like the games/galois Makefile looks to be approximately
> >> the same
> >> complexity as your freedink Makefile, ports-wise.
> >>
> >> To make freedink depend on freedink-data, you can add
> >> freedink-data as a
> >> RUN_DEPENDS to freedink. If you go the route of making one
> >> freedink port
> >> with 2 subports, the line you will end up writing will look like:
> >>
> >> RUN_DEPENDS = games/freedink/data
> >>
> >> ~Brian
>  My version looks like this.
> 
>  ~Brian
> 
> >>> Ping. Game works fine.
> >>>
> >>> ~Brian
> >> tested it, game works fine out of the box (and it looks really fun, I
> >> played it ~10 minutes :D)
> >>
> >> but portcheck is not happy  =>
> >>
> >> trailing whitespace in Makefile.inc
> >> trailing whitespace in game/Makefile
> >> in game: missing @exec of update-desktop-database
> >> in game: missing @unexec-delete of update-desktop-database
> > Whoops, it's been a while...
> > I'll send a new tarball soon.
> >
> > Thanks.
> >
> > ~Brian
> >
> 
> And here's a new tarball.
> 
> ~Brian

ok solene@ with the new tarball



Re: NEW: games/freedink

2018-07-28 Thread Brian Callahan



On 07/28/18 08:35, Solene Rapenne wrote:

Brian Callahan  wrote:

On 07/21/18 11:04, Brian Callahan wrote:

On 7/21/2018 9:51 AM, Solene Rapenne wrote:

Brian Callahan writes:


On 07/07/18 14:28, Brian Callahan wrote:

On 07/07/18 14:06, mitchell wodach wrote:

here is one with subports. I also cleaned up the Makefiles also

On Wed, Jul 4, 2018 at 3:01 PM, Brian Callahan  wrote:

On 07/04/18 14:17, mitchell wodach wrote:

This is my port of Freedink.

FreeDink is a portable and enhanced version of the Dink Smallwood game
engine.

https://www.gnu.org/software/freedink/

   you will have to install freedink-data first. Could not get it to
install as a dependency

it seems to build and run fine for me on amd64. Any comments,question,
or concerns. just let me know!

Thanks,
Mitch

Could you make one port with the game and data as subports? (See for
example, 0ad or solarus, among others).

A very quick glance suggests these need a bit of work; take a look
at how
other ports Makefiles look and do your best to make your freedink
ports look
like those. Take note of things like order of variables, spacing, etc.
Something like the games/galois Makefile looks to be approximately
the same
complexity as your freedink Makefile, ports-wise.

To make freedink depend on freedink-data, you can add
freedink-data as a
RUN_DEPENDS to freedink. If you go the route of making one
freedink port
with 2 subports, the line you will end up writing will look like:

RUN_DEPENDS = games/freedink/data

~Brian

My version looks like this.

~Brian


Ping. Game works fine.

~Brian

tested it, game works fine out of the box (and it looks really fun, I
played it ~10 minutes :D)

but portcheck is not happy  =>

trailing whitespace in Makefile.inc
trailing whitespace in game/Makefile
in game: missing @exec of update-desktop-database
in game: missing @unexec-delete of update-desktop-database

Whoops, it's been a while...
I'll send a new tarball soon.

Thanks.

~Brian


And here's a new tarball.

~Brian

ok solene@ with the new tarball


Committed. Thanks everyone.

~Brian



UPDATE: games/freedink/game and games/freedink/data && NEW: games/freedink/dfarc

2019-03-15 Thread Brian Callahan

Hi ports --

Big update for FreeDink to update to the latest engine and data releases.
Also, a new subport for dfarc which is a game and D-Mod frontend for 
FreeDink.


OK?

~Brian

Index: Makefile
===
RCS file: /cvs/ports/games/freedink/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile	29 Jul 2018 03:48:43 -	1.1.1.1
+++ Makefile	15 Mar 2019 20:59:50 -
@@ -2,6 +2,7 @@
 
 SUBDIR =
 SUBDIR += data
+SUBDIR += dfarc
 SUBDIR += game
 
 .include 
Index: data/Makefile
===
RCS file: /cvs/ports/games/freedink/data/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- data/Makefile	29 Jul 2018 03:48:43 -	1.1.1.1
+++ data/Makefile	15 Mar 2019 20:59:50 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.1.1.1 2018/07/29 03:48:43 bcallah Exp $
 
 COMMENT =	game data for FreeDink
-DISTNAME =	freedink-data-1.08.20170409
+DISTNAME =	freedink-data-1.08.20190120
 
 # various free-distribution licenses
 # see README.txt and README-REPLACEMENTS.txt in the distribution
Index: data/distinfo
===
RCS file: /cvs/ports/games/freedink/data/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- data/distinfo	29 Jul 2018 03:48:43 -	1.1.1.1
+++ data/distinfo	15 Mar 2019 20:59:50 -
@@ -1,2 +1,2 @@
-SHA256 (freedink-data-1.08.20170409.tar.gz) = 4fHiPHhGvHRHlhCmXMAWmQboRMUZPw2DummszFSjvfU=
-SIZE (freedink-data-1.08.20170409.tar.gz) = 53030350
+SHA256 (freedink-data-1.08.20190120.tar.gz) = cV9EdzsFtzqeybYrDhUvPygb4aFRL7qqOGF22pTP+50=
+SIZE (freedink-data-1.08.20190120.tar.gz) = 71473728
Index: data/patches/patch-Makefile
===
RCS file: data/patches/patch-Makefile
diff -N data/patches/patch-Makefile
--- data/patches/patch-Makefile	29 Jul 2018 03:48:43 -	1.1.1.1
+++ /dev/null	1 Jan 1970 00:00:00 -
@@ -1,14 +0,0 @@
-$OpenBSD: patch-Makefile,v 1.1.1.1 2018/07/29 03:48:43 bcallah Exp $
-
-Index: Makefile
 Makefile.orig
-+++ Makefile
-@@ -21,7 +21,7 @@ install:
- #	a few duplicate musics. Use a .zip archive for woe releases,
- #	it will duplicate files but avoid creating empty files instead
- #	of symlinks.
--	cp -a dink $(DESTDIR)$(DATADIR)/dink/
-+	cp -R dink $(DESTDIR)$(DATADIR)/dink/
- 
- #	Tidy permissions
- 	find $(DESTDIR)$(DATADIR)/dink/dink/ -type d -print0 | xargs -0r chmod 755
Index: data/pkg/PLIST
===
RCS file: /cvs/ports/games/freedink/data/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- data/pkg/PLIST	29 Jul 2018 03:48:43 -	1.1.1.1
+++ data/pkg/PLIST	15 Mar 2019 20:59:50 -
@@ -18,9 +18,11 @@ share/dink/dink/Sound/2.mid
 share/dink/dink/Sound/5.ogg
 share/dink/dink/Sound/7.mid
 share/dink/dink/Sound/arrow.wav
+share/dink/dink/Sound/axe.wav
 share/dink/dink/Sound/bhit.wav
 share/dink/dink/Sound/bird1.wav
 share/dink/dink/Sound/bow1.wav
+share/dink/dink/Sound/burn.wav
 share/dink/dink/Sound/dance.mid
 share/dink/dink/Sound/denube.ogg
 share/dink/dink/Sound/fire.wav
@@ -33,8 +35,10 @@ share/dink/dink/Sound/intro.wav
 share/dink/dink/Sound/lively.mid
 share/dink/dink/Sound/love.mid
 share/dink/dink/Sound/lovin.ogg
+share/dink/dink/Sound/nono.wav
 share/dink/dink/Sound/open.wav
 share/dink/dink/Sound/punch.wav
+share/dink/dink/Sound/save.wav
 share/dink/dink/Sound/secret.wav
 share/dink/dink/Sound/sel1.wav
 share/dink/dink/Sound/stairs.wav
@@ -990,4 +994,8 @@ share/dink/dink/l10n/sv/
 share/dink/dink/l10n/sv.po
 share/dink/dink/l10n/sv/LC_MESSAGES/
 share/dink/dink/l10n/sv/LC_MESSAGES/dink.mo
+share/dink/dink/l10n/tr/
+share/dink/dink/l10n/tr.po
+share/dink/dink/l10n/tr/LC_MESSAGES/
+share/dink/dink/l10n/tr/LC_MESSAGES/dink.mo
 share/dink/dink/preview.bmp
Index: game/Makefile
===
RCS file: /cvs/ports/games/freedink/game/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- game/Makefile	29 Jul 2018 03:48:43 -	1.1.1.1
+++ game/Makefile	15 Mar 2019 20:59:50 -
@@ -1,27 +1,27 @@
 # $OpenBSD: Makefile,v 1.1.1.1 2018/07/29 03:48:43 bcallah Exp $
 
 COMMENT =	free clone of Dink Smallwood game
-DISTNAME =	freedink-108.4
-PKGNAME =	freedink-1.08.4
+DISTNAME =	freedink-109.6
 
-WANTLIB += SDL SDL_gfx SDL_image SDL_mixer SDL_ttf c fontconfig
-WANTLIB += freetype iconv intl m pthread z zip zzip
+WANTLIB += ${COMPILER_LIBCXX} SDL2 SDL2_gfx-1.0 SDL2_image SDL2_mixer
+WANTLIB += SDL2_ttf c fontconfig freetype iconv intl m z
 
 BUILD_DEPENDS =	archivers/zip \
 		devel/help2man \
 		devel/check
 
-LIB_DEPENDS =	archivers/libzip \
-		archivers/zziplib \
-		devel/gettext \
-		devel/sdl-image \
-		devel/sdl-mixer \
-		devel/sdl-gfx \
-		devel/sdl-ttf
+LIB_DEPENDS =	devel/gettext \
+		devel/sdl2-image \
+		devel/sdl2-mixer \
+		d

Re: UPDATE: games/freedink/game and games/freedink/data && NEW: games/freedink/dfarc

2019-03-15 Thread Brian Callahan




On 3/15/19 5:03 PM, Brian Callahan wrote:

Hi ports --

Big update for FreeDink to update to the latest engine and data releases.
Also, a new subport for dfarc which is a game and D-Mod frontend for 
FreeDink.


OK?

~Brian



MAINTAINER email bounced. I'd like to take MAINTAINER too.

~Brian



Re: UPDATE: games/freedink/game and games/freedink/data && NEW: games/freedink/dfarc

2019-03-18 Thread Anthony J. Bentley
Brian Callahan writes:
> Big update for FreeDink to update to the latest engine and data releases.
> Also, a new subport for dfarc which is a game and D-Mod frontend for 
> FreeDink.

dfarc fails during fake for me:

/usr/local/bin/xdg-icon-resource install --context mimetypes --size 32  \
./pixmaps/dfarc.png application-x-dmod
mkdir: /dfarc-3.14_writes_to_HOME: Permission denied
touch: 
/dfarc-3.14_writes_to_HOME/.local/share/icons/hicolor/.xdg-icon-resource-dummy: 
No such file or directory
/usr/local/bin/xdg-mime install freedink-mime.xml
mkdir: /dfarc-3.14_writes_to_HOME: Permission denied
mkdir: /dfarc-3.14_writes_to_HOME: Permission denied
/usr/local/bin/xdg-mime: cannot create 
/dfarc-3.14_writes_to_HOME/.kde/share/mimelnk//application/x-dmod.desktop: No 
such file or directory
grep: 
/dfarc-3.14_writes_to_HOME/.kde/share/mimelnk//application/x-dmod.desktop: No 
such file or directory
rm: /dfarc-3.14_writes_to_HOME/.kde/share/mimelnk//application/x-dmod.desktop: 
No such file or directory
gmake[2]: *** [Makefile:583: install-data-local] Error 1
gmake[2]: Leaving directory '/ptmp/pobj/dfarc-3.14/dfarc-3.14/share'
gmake[1]: *** [Makefile:461: install-am] Error 2
gmake[1]: Leaving directory '/ptmp/pobj/dfarc-3.14/dfarc-3.14/share'
gmake: *** [Makefile:427: install-recursive] Error 1