Re: [NEW] devel/p5-Term-VT102

2014-03-12 Thread Sergey Bronnikov
attached updated port (without PKGNAME in Makefile) On 17:49 Tue 11 Mar , Sergey Bronnikov wrote: $ cat devel/p5-Term-VT102/pkg/DESCR The VT102 class provides emulation of most of the functions of a DEC VT102 terminal. Once initialised, data passed to a VT102 object is processed and the

Re: [NEW] devel/p5-Term-VT102

2014-03-12 Thread Stuart Henderson
On 2014/03/12 11:38, Sergey Bronnikov wrote: attached updated port (without PKGNAME in Makefile) On 17:49 Tue 11 Mar , Sergey Bronnikov wrote: $ cat devel/p5-Term-VT102/pkg/DESCR The VT102 class provides emulation of most of the functions of a DEC VT102 terminal. Once initialised, data

[NEW] devel/p5-Term-VT102

2014-03-11 Thread Sergey Bronnikov
$ cat devel/p5-Term-VT102/pkg/DESCR The VT102 class provides emulation of most of the functions of a DEC VT102 terminal. Once initialised, data passed to a VT102 object is processed and the in-memory screen modified accordingly. This screen can be interrogated by the external program in a variety

[NEW] devel/p5-Term-VT102-Boundless

2014-03-11 Thread Sergey Bronnikov
$ cat devel/p5-Term-VT102-Boundless/pkg/DESCR This is a subclass of Term::VT102 that will grow the virtual screen to accomodate arbitrary width and height of text. The behavior is more similar to the buffer of a scrolling terminal emulator than to a real terminal, making it useful for output

Re: [NEW] devel/p5-Term-VT102-Boundless

2014-03-11 Thread Stuart Henderson
On 2014/03/11 17:50, Sergey Bronnikov wrote: $ cat devel/p5-Term-VT102-Boundless/pkg/DESCR This is a subclass of Term::VT102 that will grow the virtual screen to accomodate arbitrary width and height of text. The behavior is more similar to the buffer of a scrolling terminal emulator than to

Re: [NEW] devel/p5-Term-VT102

2014-03-11 Thread Stuart Henderson
What are all the PKGNAME = p5-${DISTNAME:S/-perl-/-/} for? IMO it would be better to send a smaller number of ports in one go, that way you can fix common problems with them (like this one) before sending the rest out..

Re: [NEW] devel/p5-Term-VT102

2014-03-11 Thread Sergey Bronnikov
On 13:59 Tue 11 Mar , Stuart Henderson wrote: What are all the PKGNAME = p5-${DISTNAME:S/-perl-/-/} for? It happens due to copy-paste Makefiles... PKGNAME is actually unneeded here. IMO it would be better to send a smaller number of ports in one go, that way you can fix common problems with