[Groff] release ready

2014-10-11 Thread Werner LEMBERG
Folks, I think I've now done everything to make a new release – essentially, it was a matter of continued comparation between the last tarball and the current git repository. There are surprisingly few changes (expect Bernd's clean-up of copyright issues), so I don't expect large surprises. Af

[Groff] [PATCH] Add support for various BSD versions

2014-10-11 Thread Colin Watson
Hi, The attached patch is the leftover bits of https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717608 that have not yet been applied upstream (as per a git rebase). Original submitter CCed. Thanks, -- Colin Watson [cjwat...@debian.org] >From 1450bd34d113

Re: [Groff] release ready

2014-10-11 Thread Colin Watson
On Sat, Oct 11, 2014 at 09:13:16AM +0200, Werner LEMBERG wrote: > I think I've now done everything to make a new release – essentially, > it was a matter of continued comparation between the last tarball and > the current git repository. There are surprisingly few changes > (expect Bernd's clean-u

Re: [Groff] [PATCH] Add support for various BSD versions

2014-10-11 Thread Werner LEMBERG
> The attached patch is the leftover bits of > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717608 that have > not yet been applied upstream (as per a git rebase). Original > submitter CCed. Applied, thanks. Werner

Re: [Groff] release ready

2014-10-11 Thread Werner LEMBERG
> I tried running a test "make dist", importing that into my Debian > packaging branch, and building. This failed because > src/utils/xtotroff was missing. On looking back I see this in the > configure output from before "make dist": > > configure: gxditview and xtotroff won't be built > > I

Re: [Groff] first steps for preparing a new release

2014-10-11 Thread Bernd Warken
> Von: "Werner LEMBERG" > > > > I removed now `IPC::System::Simple' from `gpinyin', it's no more > > necessary there. > > Great! > > >> The same problem is with `gperl'. > > > > I replaced `capturex' with backticks, so `use IPC::System::Simple' > > can be removed. Already done. > > I thi

Re: [Groff] first steps for preparing a new release

2014-10-11 Thread Bernd Warken
> Von: "Werner LEMBERG" > > Well, `git grep IPC' shows > > src/roff/grog/subs.pl:use IPC::System::Simple qw(capture capturex run runx > system systemx); > > thus I guess a similar change is necessary for `grog', and please > update `gperl.man'. `grog' updated. Bernd Warken

[Groff] HDTBL

2014-10-11 Thread Yves Cloutier
Hi list, I'm currently working on a project and would be interested in communicating with the author of HDTBL for making tables. Joachim, would you be able to send me a msg? As an aside, can anyone tell me if I need to include any special argument at the command line to be able to use HDTBL? I

Re: [Groff] HDTBL

2014-10-11 Thread Ralph Corderoy
Hi Yves, > As an aside, can anyone tell me if I need to include any special > argument at the command line to be able to use HDTBL? > > I know for TBL I need to include -t, but what about for HDTBL? I > wasn't able to find that out. I think it's implemented entirely as macros? No preprocessor,

Re: [Groff] HDTBL

2014-10-11 Thread Werner LEMBERG
>> As an aside, can anyone tell me if I need to include any special >> argument at the command line to be able to use HDTBL? >> >> I know for TBL I need to include -t, but what about for HDTBL? I >> wasn't able to find that out. > > I think it's implemented entirely as macros? No preprocessor,

Re: [Groff] HDTBL

2014-10-11 Thread Yves Cloutier
hmmm, I think this is not compatible with Peter's MOM macros? the -hdtbl command line arg does not seem to be taken in by pdfmom. Just having a real hard time doing a really simple table one col table with tbl and thought I would try hdtbl... .TS H center box; c l l. PENSAMIENTOS NEGATIVOS QUE N

Re: [Groff] release ready

2014-10-11 Thread Bertrand Garrigues
Hi Werner, On Sat, Oct 11 2014 at 09:13:16 AM, Werner LEMBERG wrote: > Folks, > > > I think I've now done everything to make a new release – essentially, > it was a matter of continued comparation between the last tarball and > the current git repository. There are surprisingly few changes > (ex

Re: [Groff] HDTBL

2014-10-11 Thread Ralph Corderoy
Hi Yves, > the -hdtbl command line arg does not seem to be taken in by pdfmom. You should be using -mhdtbl. -m takes the name of a macro file to find and load; hdtbl. http://manned.org/pdfmom.1 says it's happy to take groff options and pass them along. If it still doesn't work, paste us the o

Re: [Groff] release ready

2014-10-11 Thread Werner LEMBERG
> Here is a patch that calls `config.status' before `make distclean' > in tmp/src/libs/gnulib to force the creation of .deps directories, > which fixes the problem. [...] Thanks, please commit. > However I dont' understand the purpose of calling > $(top_builddir)/$$d/Makefile, we were trying to

Re: [Groff] release ready

2014-10-11 Thread Peter Schaffter
Werner -- On Sat, Oct 11, 2014, Werner Lemberg wrote: > After Bernd's commits to fix the IPC issue, I can do `make dist' and > distribute it. Before doing this, however, I want to wait a few days > so that you can test and check whether everything's fine. Please do so! I working on changes to t

Re: [Groff] HDTBL

2014-10-11 Thread Peter Schaffter
Yves -- On Sat, Oct 11, 2014, Yves Cloutier wrote: > hmmm, I think this is not compatible with Peter's MOM macros? I've never tested mom with hdtbl. > Just having a real hard time doing a really simple table one col table with > tbl and thought I would try hdtbl... Mom's implementation of .TS

Re: [Groff] release ready

2014-10-11 Thread Werner LEMBERG
> I working on changes to the mom macros that I'd like to go into the > release. Getting close to finishing them. Can you hold off until I > commit them? Certainly. > Should be in a day or two. Great! Werner

Re: [Groff] first steps for preparing a new release

2014-10-11 Thread Werner LEMBERG
> Right, done now. [...] Done. [...] Done. Thanks! Werner

Re: [Groff] release ready

2014-10-11 Thread Bertrand Garrigues
On Sat, Oct 11 2014 at 09:29:47 PM, Werner LEMBERG wrote: >> Here is a patch that calls `config.status' before `make distclean' >> in tmp/src/libs/gnulib to force the creation of .deps directories, >> which fixes the problem. [...] > > Thanks, please commit. Done. Regards, -- Bertrand Garrigue

Re: [Groff] HDTBL

2014-10-11 Thread Yves Cloutier
Hello Ralph, I'm running: pdfmom -mhdtbl felicidad.mom > felicidad.pdf The table in my doc is: .TBL .TR .TD contents of the table cell .ETB But nothing happens after running the command line. My cursor just goes to the next line and sits there. I have to CTRL+X to get my prompt back. On Sat

Re: [Groff] HDTBL

2014-10-11 Thread Yves Cloutier
Ok wait, I have got it working. I decided to try in a virgin doc, with only the table. .TBL cols=1 . TR .TD . TR .TD [list:bullet] * Cuando me juzgo a mi o alguien * Cuando chismeo, ya sea en positivo o negativo * Cuando me critico o critico a alguien * Cuando me descalifico o descalifico a al