Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: zsh/pcre module
- X-seq: zsh-workers 15241
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: Oliver Kiddle <opk@xxxxxxxxxxxxx>, zsh-workers@xxxxxxxxxx
- Subject: Re: PATCH: zsh/pcre module
- Date: Tue, 3 Jul 2001 17:21:53 +0000
- In-reply-to: <3B41F8ED.9892E7F6@xxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <000e01c10384$9ad2b0b0$21c9ca95@xxxxxxxxxxxxxx> <1010703062515.ZM8354@xxxxxxxxxxxxxxxxxxxxxxx> <3B41F8ED.9892E7F6@xxxxxxxxxxxxx>
On Jul 3, 5:55pm, Oliver Kiddle wrote:
} Subject: Re: PATCH: zsh/pcre module
}
} How easy is it to package up modules separately in such a way that they
} could be built and installed without needing to be unpacked over the zsh
} source and compiled with it.
Not very easy, unfortunately. The zsh.mdh file includes all the .epro
files, which are generated during the zsh build and may differ among
operating systems.
} Ideally, we would have a set of include
} files which was all anyone needed to build a separate zsh module.
That could work, but only for modules that didn't need to reference any
of the external symbols other than addbuiltin() etc. That's a pretty
small subset of the current crop of modules.
} Does anyone remember what happened to the perl module someone posted
} quite a while back?
The URL was
http://www.phydeaux.org/perl/zperl-0.01.patch.gz
I haven't looked to see if it's still there.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author