New net/stuntman

2013-06-18 Thread Roman Kravchuk
Hello ports@, # pkg_info stuntman Information for inst:stuntman-1.2.3 Comment: STUN server implementation RFCs 5389, 5769, and 5780 Description: STUNTMAN is an open source, high performance STUN server, implementation of the STUN protocol as specified in RFCs 5389, 5769, and 5780. It also includ

Re: New net/stuntman

2013-06-18 Thread Stuart Henderson
On 2013/06/18 12:54, Roman Kravchuk wrote: > Hello ports@, > > # pkg_info stuntman > Information for inst:stuntman-1.2.3 > > Comment: > STUN server implementation RFCs 5389, 5769, and 5780 > > Description: > STUNTMAN is an open source, high performance STUN server, implementation > of the STUN p

Re: New net/stuntman

2013-06-18 Thread Roman Kravchuk
Thanks for comments. Updated port in attached. 2013/6/18 Stuart Henderson > On 2013/06/18 12:54, Roman Kravchuk wrote: > > Hello ports@, > > > > # pkg_info stuntman > > Information for inst:stuntman-1.2.3 > > > > Comment: > > STUN server implementation RFCs 5389, 5769, and 5780 > > > > Descript

Re: New net/stuntman

2013-06-18 Thread Stuart Henderson
On 2013/06/18 14:13, Roman Kravchuk wrote: > Thanks for comments. > > Updated port in attached. Ah, I just noticed stuntestcode; I don't think this should be installed in the package, but we can use it for do-test. Diff to your port, also new tgz attached. (Since there are now fewer programs to i

Re: New net/stuntman

2013-06-18 Thread David Coppa
On Tue, Jun 18, 2013 at 1:35 PM, Stuart Henderson wrote: > On 2013/06/18 14:13, Roman Kravchuk wrote: >> Thanks for comments. >> >> Updated port in attached. > > Ah, I just noticed stuntestcode; I don't think this should be installed > in the package, but we can use it for do-test. Diff to your po

Re: New net/stuntman

2013-06-18 Thread Stuart Henderson
On 2013/06/18 13:41, David Coppa wrote: > Why "stuntman-${VERSION:S/_/./g}" for PKGNAME? Oh, I missed that, thanks. diff --git Makefile Makefile index 14a207c..ffb3e25 100644 --- Makefile +++ Makefile @@ -2,9 +2,7 @@ COMMENT = STUN server implementing RFCs 5389, 5769, and 5780 -VERSION

Re: New net/stuntman

2013-06-18 Thread David Coppa
On Tue, Jun 18, 2013 at 1:45 PM, Stuart Henderson wrote: > On 2013/06/18 13:41, David Coppa wrote: >> Why "stuntman-${VERSION:S/_/./g}" for PKGNAME? > > Oh, I missed that, thanks. > > diff --git Makefile Makefile > index 14a207c..ffb3e25 100644 > --- Makefile > +++ Makefile > @@ -2,9 +2,7 @@ > >

Re: New net/stuntman

2013-06-18 Thread Alexey E. Suslikov
David Coppa gmail.com> writes: > On Tue, Jun 18, 2013 at 1:45 PM, Stuart Henderson openbsd.org> wrote: > > On 2013/06/18 13:41, David Coppa wrote: > >> Why "stuntman-${VERSION:S/_/./g}" for PKGNAME? > > > > Oh, I missed that, thanks. that's a remnant from earlier porting work when distfiles wer

Re: New net/stuntman

2013-06-18 Thread David Coppa
On Tue, Jun 18, 2013 at 2:06 PM, Alexey E. Suslikov wrote: > David Coppa gmail.com> writes: > >> On Tue, Jun 18, 2013 at 1:45 PM, Stuart Henderson openbsd.org> > wrote: >> > On 2013/06/18 13:41, David Coppa wrote: >> >> Why "stuntman-${VERSION:S/_/./g}" for PKGNAME? >> > >> > Oh, I missed that,

Re: New net/stuntman

2013-06-18 Thread Roman Kravchuk
Updated. --- Makefile.orig Tue Jun 18 14:45:14 2013 +++ MakefileTue Jun 18 15:21:35 2013 @@ -2,7 +2,9 @@ COMMENT = STUN server implementing RFCs 5389, 5769, and 5780 -DISTNAME = stunserver-1.2.3 +VERSION = 1.2.3 +DISTNAME = stunserver-${VERSION} +PKGNAME = stuntman-${VERSION}