[PDCurses] Continuous integration for Github

2016-03-20 Thread anatoly techtonik
Hi, In https://github.com/wmcbrine/PDCurses/pull/3 pull request there is a support for automatically running build on every commit and submitted pull request. This makes it easier for contributor to see if their Windows fixes break something on Linux and vice versa. -- anatoly t.

Re: [PDCurses] Need with Autotools compilation on X11

2016-01-17 Thread anatoly techtonik
On Thu, Jan 14, 2016 at 4:26 PM, LM wrote: > On Wed, Jan 13, 2016 at 5:23 PM, anatoly techtonik > wrote: >> On Tue, Jan 12, 2016 at 3:54 PM, LM wrote: >>> CDetect >> >> Does that thing require installation of new tool? > > No just 3 include files (C file

Re: [PDCurses] Need with Autotools compilation on X11

2016-01-13 Thread anatoly techtonik
On Tue, Jan 12, 2016 at 3:54 PM, LM wrote: > CDetect Does that thing require installation of new tool? -- anatoly t.

Re: [PDCurses] Need with Autotools compilation on X11

2016-01-11 Thread anatoly techtonik
On Mon, Jan 11, 2016 at 10:15 PM, Mark Hessling wrote: > That would be me. Remember at the time I did the X11 port autotools were > quite primitive. Maybe it is time to replace a lot of the custom autotools > stuff with more standard procedures. Cheers Mark Maybe it could be just updated to lat

Re: [PDCurses] Need with Autotools compilation on X11

2016-01-11 Thread anatoly techtonik
On Mon, Jan 11, 2016 at 6:11 PM, William McBrine wrote: > On Mon, Jan 11, 2016 at 6:17 AM, anatoly techtonik > wrote: > >> But it is still unclear why autotools don't autodetect these. > > Well, it goes through the MH_CHECK_X_LIB function in alocal.m4, which > de

Re: [PDCurses] Update to Win32a posted: trying to "re-unify" PDCurses

2016-01-11 Thread anatoly techtonik
rsor, recognition of all keys, etc... in other words, > the improvements Win32a already has. > > -- Bill > > > On 01/10/2016 10:59 PM, anatoly techtonik wrote: >> >> Hi Bill, >> >> How it's going? Have you tried submitting pull requests to the new >>

Re: [PDCurses] Need with Autotools compilation on X11

2016-01-11 Thread anatoly techtonik
On Mon, Jan 11, 2016 at 2:27 AM, anatoly techtonik wrote: > On Mon, Jan 11, 2016 at 12:15 AM, William McBrine wrote: >> ./configure --x-libraries=/usr/lib/x86_64-linux-gnu > > This works. https://travis-ci.org/techtonik/PDCurses/builds/101480507 But it is still unclear why

[PDCurses] Old pages at SF

2016-01-10 Thread anatoly techtonik
Hi William, Old pages at http://pdcurses.sourceforge.net/ are not updated to redirect to new GitHub pages. And those old pages are the ones that Google shows up when looking for PDCurses. -- anatoly t.

Re: [PDCurses] Update to Win32a posted: trying to "re-unify" PDCurses

2016-01-10 Thread anatoly techtonik
Hi Bill, How it's going? Have you tried submitting pull requests to the new hosting - https://github.com/wmcbrine/PDCurses ? On Sun, May 31, 2015 at 11:37 PM, Bill Gray wrote: > Hello all, > >I've just posted an update at > > http://www.projectpluto.com/win32a.htm > >This has a few bug f

Re: [PDCurses] Need with Autotools compilation on X11

2016-01-10 Thread anatoly techtonik
On Mon, Jan 11, 2016 at 12:15 AM, William McBrine wrote: > ./configure --x-libraries=/usr/lib/x86_64-linux-gnu This works. https://travis-ci.org/techtonik/PDCurses/builds/101480507

Re: [PDCurses] Need with Autotools compilation on X11

2016-01-10 Thread anatoly techtonik
On Sun, Jan 10, 2016 at 8:47 PM, Richard S. Gordon wrote: > You might find the following lead useful: > > http://packages.ubuntu.com/source/precise/libxaw These are both installed. See https://travis-ci.org/techtonik/PDCurses/builds/101423050#L115 $ sudo apt-get install -y libxaw7 libxaw7-dev -

[PDCurses] Need with Autotools compilation on X11

2016-01-10 Thread anatoly techtonik
Hi, Are there any autotools experts here to say what should be done to debug this failure? https://travis-ci.org/techtonik/PDCurses/builds/101423050 -- anatoly t.

Re: [PDCurses] Test of mailing list

2016-01-10 Thread anatoly techtonik
Test passed. On Fri, Jan 1, 2016 at 12:07 AM, Mark Hessling wrote: > This is a test email. > > Cheers, Mark > > -- > > * Mark Hessling, m...@rexx.org http://www.rexx.org/ > * Author of THE, a Free XEDIT/KEDIT editor and, Rex

Re: [PDCurses] New URL

2015-07-22 Thread anatoly techtonik
Cool. Note that it is also possible to host static HTML pages in open source way on Github https://pages.github.com/ On Thu, Jul 23, 2015 at 1:50 AM, William McBrine wrote: > With the continued outages at SourceForge, I've finally gone and > registered http://pdcurses.org/ . Currently, it points

Re: [PDCurses] automake test for libraries

2015-06-22 Thread anatoly techtonik
On Mon, Jun 22, 2015 at 1:57 PM, LM wrote: > On Sat, Jun 20, 2015 at 9:04 AM, Kevin Lamonte > wrote: >> End-users wanting the X11 version right now can also pass "--with-x >> --x-libraries=/usr/lib/x86_64-linux-gnu/" to configure (might be different >> path based on distro, this is what I use

Re: [PDCurses] automake test for libraries

2015-06-20 Thread anatoly techtonik
On Fri, Jun 19, 2015 at 6:35 PM, John P. Hartmann wrote: > Many modern Linux distributions maintain the 64 bit libraries in /usr/lib64 > to be able to coreside with 32 bit libraries in /usr/lib. Ok. > Has this been fixed so that I don't need to create symbolic links to get > around the configura

Re: [PDCurses] SourceForge: CVS -> git; GitHub

2015-06-18 Thread anatoly techtonik
On Thu, Jun 18, 2015 at 5:50 AM, William McBrine wrote: > Sorry for the delay. I finally got around to looking at Frank > Palazzolo's CVS to git conversion and was satisfied with it, so I > forked it on GitHub, and cloned it to SourceForge. The old CVS > repository is now gone. Further changes wil

Re: [PDCurses] Another repository (git on bitbucket)

2015-05-03 Thread anatoly techtonik
On Fri, Apr 10, 2015 at 11:19 PM, William McBrine wrote: > I already maintain another project on both GitHub and SourceForge > simultaneously (as well as another site) -- it's not really necessary to > "move" it, due to the nature of git. I like the idea of moving from CVS to > git; it's something

Re: [PDCurses] Alternate Character Set of VT100

2015-04-12 Thread anatoly techtonik
On Sun, Apr 12, 2015 at 2:06 PM, Richard S. Gordon wrote: > For a description of the standard and alternate character sets you might > checkout: > > >1. http://en.wikipedia.org/wiki/VT100 > > No info. > >1. http://vt100.net/docs/vt100-tm/ek-vt100-tm-002.pdf > > Looks like search doesn't

[PDCurses] Re: Alternate Character Set of VT100

2015-04-12 Thread anatoly techtonik
To make it more clear, I am trying to decouple the logic in port implementation from C semantics to understand how PDCurses work, and so far the mapping of ACS_ macros and its purpose is not very clear. The guide say what should be done in ports, but it is still not clear why it is needed and what

[PDCurses] Alternate Character Set of VT100

2015-04-12 Thread anatoly techtonik
"A port of PDCurses must provide acs_map[], a 128-element array of chtypes, with values laid out based on the Alternate Character Set of the VT100 (see curses.h)." (c) https://bitbucket.org/palazzol/pdcurses/src/e46011688c5d8cbafaa926ec16d8e335f61438b4/IMPLEMNT?at=master#cl-35 (note that the link p

Re: [PDCurses] Another repository (git on bitbucket)

2015-04-12 Thread anatoly techtonik
On Fri, Apr 10, 2015 at 11:19 PM, William McBrine wrote: > I already maintain another project on both GitHub and SourceForge > simultaneously (as well as another site) -- it's not really necessary to > "move" it, due to the nature of git. I like the idea of moving from CVS to > git; it's somethin

Re: [PDCurses] Mirror on bitbucket, SDL2

2015-04-07 Thread anatoly techtonik
On Mon, Apr 6, 2015 at 6:27 PM, Bill Gray wrote: >Some quick comments... > >I've been meaning to look into the bitbucket mirror. As you may know, > I've "managed" Win32a by doing development on my machine and uploading > a .zip file every now and then. This works, but it's conceivable

Re: [PDCurses] Mirror on bitbucket, SDL2

2015-04-07 Thread anatoly techtonik
On Tue, Apr 7, 2015 at 5:37 AM, Frank Palazzolo wrote: > I'm not 100% sure, but I think the issue with the CVS Id tags can be > addressed according to: > http://mercurial.selenic.com/wiki/ConvertExtension#Options - section > 5.2.1. > > If you feel like experimenting and regenerating it, according

Re: [PDCurses] Mirror on bitbucket, SDL2

2015-04-06 Thread anatoly techtonik
On Mon, Apr 6, 2015 at 6:58 AM, Frank Palazzolo wrote: > > Hi. I just joined this list, and I wanted to give feedback on the > bitbucket mirror. First of all, I think it's a great idea. > Thanks. > Secondly, I noticed that the difference between the CVS repository and the > bitbucket one is t

Re: [PDCurses] SourceForge Discussions Status

2015-02-14 Thread anatoly techtonik
On Sat, Feb 14, 2015 at 4:53 PM, William McBrine wrote: > On Sat, Feb 14, 2015 at 3:58 AM, anatoly techtonik > wrote: > >> It looks like lists at SF should be redirected here. >> http://sourceforge.net/p/pdcurses/discussion/ > > > No worries, this list isn't a

[PDCurses] SourceForge Discussions Status

2015-02-14 Thread anatoly techtonik
Hi, It looks like lists at SF should be redirected here. http://sourceforge.net/p/pdcurses/discussion/ -- anatoly t.

[PDCurses] Mirror on Bitbucket

2015-01-28 Thread anatoly techtonik
Hi, I converted CVS repository to Mercurial: https://bitbucket.org/rirror/pdcurses/ No incremental updates yet (if that is at all possible), but should be suitable for you to try a different version control system. The size of checkout with all the PDCurses history is just 14Mb. Mercurial tutori

Re: [PDCurses] PDCurses and SDL2

2015-01-24 Thread anatoly techtonik
On Fri, Jan 23, 2015 at 3:48 PM, LM wrote: > On Thu, Jan 22, 2015 at 4:25 PM, Daniel Goldman wrote: >> Could you explain a little what SDL is, advantages, disadvantages? Sorry for >> my ignorance. Daniel > > SDL is a graphics library that has been ported to several platforms. > PDCurses already h

Re: [PDCurses] Update to Win32a posted

2012-10-31 Thread anatoly techtonik
On Tue, Oct 30, 2012 at 8:23 PM, Bill J Gray wrote: > Hello all, > >I have posted a pretty significant update to the Win32a flavor of > PDCurses: > > http://www.projectpluto.com/win32a.htm > >In particular, I fixed some problems caused by the fact that by default, > the > Win32a window wa

Re: [PDCurses] Re: New 'real Windows' PDCurses

2010-04-05 Thread anatoly techtonik
Hello Bill, Its true that there is not much activity here, but I am not sure if one big page instead or one big email will do any difference. It is more helpful to review little changes one by one. And it is where Google Code project with mirror of CVS repository in HG and enabled public code revi