New module Math::BigIntFast

2001-04-02 Thread Perl Authors Upload Server


The next version of the Module List will list the following module:

  modid:   Math::BigIntFast
  DSLI:RdpO
  description: Efficient big integer arithmetic (in C)
  userid:  STBEY (Steffen Beyer)
  chapterid:6 (Data_Type_Utilities)
  enteredby:   ANDK (Andreas J. König)
  enteredon:   Mon Apr  2 09:02:53 2001 GMT

The resulting entry will be:

Math::
::BigIntFast  RdpO Efficient big integer arithmetic (in C)  STBEY

Please allow a few days until the entry will appear in the published
module list.

Parts of the data listed above can be edited interactively on the
PAUSE. See https://pause.kbx.de/pause/authenquery?ACTION=edit_mod

Thanks for registering,
The Pause Team



Re: New Perl Module: FameHLI

2001-04-02 Thread Tim Bunce

On Fri, Mar 30, 2001 at 07:26:12AM -0500, Dave Oberholtzer wrote:
> I am QUITE amenable to "FameHLI::API" since, as you point out, more modules
> are likely to be added, albeit by the small incestuous community of FAME
> programmers (including me).
> 
> The "Fame::*" namespace is already in use with "Fame::HLI", "Fame::LANG" and
> "Fame::" by TRIAS.

Ah, didn't know/check that.

> The actual Fame product which I am porting is called the "Fame C-HLI".  It
> seems that the "Fame" language was written by a bunch of economatricians and
> (10 to 20 years ago) "API" wasn't as 'in vogue' as it is now (at least with
> their crowd).

Seems best to share the Fame::* namespace, in which case you can call it
anything you like under there.

Tim.


> --daveo
> 
> -Original Message-
> From: Tim Bunce [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 30, 2001 3:49 AM
> To: Oberholtzer, Dave
> Cc: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
> Subject: Re: New Perl Module: FameHLI
> 
> 
> Any XS API module tends to spawn purp-perl module built over it.
> I think a Fame::* (or better still FameHLI::*) category should be added
> to provide a natrual home for those. Your module could be FameHLI::API
> or similar.
> 
> Tim.
> 
> On Wed, Mar 28, 2001 at 02:11:34PM -0500, Oberholtzer, Dave wrote:
> > NAME
> > David Oberholtzer
> > E-Mail
> > [EMAIL PROTECTED]
> > Homepage
> > www.obernet.com
> > Preferred ID
> > DAVEO
> > Contribute:
> > I expect to contribute at least one module aiding in access to the
> > FAME language from Perl.
> >
> > Module: DSLIDescription
> > Info
> > FameHLI adcfPorts Fame's C-API to Perl (With no 4GL)
> >
> > What Exists:
> >
> > There currently exists a module (last updated Nov 1999) from TRIAS
> which
> > provides access to most of the Fame v7.6 C-HLI (Host Language Interface)
> > functions.  That module was written in using some methods which seemed
> less
> > than intuitive and it has not been updated to take into consideration
> > improvements in Fame v8.0 and beyond.  One of my intentions is that anyone
> > who understands XS will be able to submit modifications/improvements
> easily
> > for this module.
> >
> > I am a former Fame employee and had been discussing (internally)
> > developing a Perl/FameHLI written entirely in XS which implements the
> C-HLI
> > completely.  It wasn't until I left Fame and started working at a startup
> > that I "got the time" to write the port.
> >
> > At this point, I have been talking to Fame folks again and they are
> > interested in "Blessing" my port of the C-HLI for Perl and they look
> forward
> > to it becoming available.  They have been evaluating several ports and
> there
> > seems to be consensus on "blessing" mine.
> >To serve this end, there are two options:
> > 1) distribute the module from the Fame site (www.fame.com)
> > 2) make the module available via CPAN
> >
> > We (Fame folk and I) have discussed it and it looks like the better
> > approach (from all points of view) is to provide the port on CPAN.  I will
> > continue to do the development work as I can and Fame will provide the
> > 'C-like interface support'.
> >
> > --daveo
> >
> >
> 
> 



RE: New Perl Module: FameHLI

2001-04-02 Thread Dave Oberholtzer

Tim said:
> Seems best to share the Fame::* namespace, in which
> case you can call it anything you like under there.

Allow me to respectfully disagree.  I would agree with you on an
intellectual level were it not for the extreme differences in implementation
and high likelihood of user confusion.  The modules are completely
incompatible and, potentially, mutually exclusive.

I find far more tenable your earlier statement that "any 'XS' code is likely
to be built upon" and so a planned namespace evolution should be adopted at
the start.  Using FameHLI::API as you suggest for the root of my
implementation does just that.

==
I apologize for the length of this next part, but I expect that you are
unfamiliar with Fame/C-HLI, the two ports under discussion (TRIAS's and
mine).  Information is knowledge.  Knowledge is power or, possibly, a big
stick.  I hope I don't crack you over the head with this. ;)


Some level of "justification"
-
With the TRIAS version, the user's program would only "use Fame;".  The
"Fame.pm" module calls "use Fame::HLI; use Fame::DB; use Fame::LANG;".  All
functions are EXPORTed.  All #define values are These sections are tightly
interwoven as far as I can tell.  Additionally, everything in the Fame::*
namespaces is @EXPORTed.  Everything gets mixed together from the start.

There are times when it is best to simply start over if the old ground has
not been planned out for a larger community.  In the "Fame::" namespace we
have just that scenario with the following items:

Fame- a common ground and point of user entry;
Fame::HLI   - many functions are defined and #defines are
  created as &Fame::HLI::NAME and EXPORTed
  (*.c, *.cli, HLI.pm)
Fame::DB- extensions and workarounds in 'object' form (DB.pm)
Fame::LANG  - extensions and workarounds in 'object' form (LANG.pm)

Several important functions are not implemented in the Fame::HLI section
which are crucial in making the HLI a really useful standalone module.
These functions are "worked around" in the DB and LANG modules which require
the use of some very NON-Fame/HLI functions and methods considered dangerous
in the newer versions.  (I know, I have used those methods before.)

In essence, a programmer who uses the Fame C-HLI to write programs in 'C'
would have to learn new method names and function signatures (even some of
the base functions' signatures have been changed) to use the Perl "Fame"
module.  This is why I wrote my module to be an exact mapping of C-HLI
functions with one simple difference:

C-HLI   void cfmabcd(&status, &this, that);
FameHLI $rc = FameHLI::Cfmabcd($this, $that);

The Fame C-HLI was a direct port from Fortran code so they didn't bother
moving the 'return code' outside of the parameter list.  The developers
there now take no responsibility for this oversight and don't seem to have a
problem with this mild alteration.

For reference,
This is NOT an indictment of TRIAS's implementation.  He provided a gateway
between Perl and Fame which has served some of the users well for some time.
It was written at a time when the structure was more 'open' and, I expect,
nobody expected any more 'Fame' modules.

I have, however, spoken to other users who have not been able to get it to
work.  Additionally, it does not include new functionality available in the
newer releases of Fame and _cannot_ incorporate that functionality easily
with any sort of backward compatibility.

--daveo

-Original Message-
From: Tim Bunce [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 02, 2001 6:19 AM
To: Dave Oberholtzer
Cc: Tim Bunce; modules; Oberholtzer, Dave
Subject: Re: New Perl Module: FameHLI


On Fri, Mar 30, 2001 at 07:26:12AM -0500, Dave Oberholtzer wrote:
> I am QUITE amenable to "FameHLI::API" since, as you point out, more
modules
> are likely to be added, albeit by the small incestuous community of FAME
> programmers (including me).
>
> The "Fame::*" namespace is already in use with "Fame::HLI", "Fame::LANG"
and
> "Fame::" by TRIAS.

Ah, didn't know/check that.

> The actual Fame product which I am porting is called the "Fame C-HLI".  It
> seems that the "Fame" language was written by a bunch of economatricians
and
> (10 to 20 years ago) "API" wasn't as 'in vogue' as it is now (at least
with
> their crowd).

Seems best to share the Fame::* namespace, in which case you can call it
anything you like under there.

Tim.


> --daveo
>
> -Original Message-
> From: Tim Bunce [mailto:[EMAIL PROTECTED]]
> Sent: Friday, March 30, 2001 3:49 AM
> To: Oberholtzer, Dave
> Cc: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
> Subject: Re: New Perl Module: FameHLI
>
>
> Any XS API module tends to spawn purp-perl module built over it.
> I think a Fame::* (or better still FameHLI::*) category should be added
> to provide a natrual home for those. Your module could be FameHLI::API
> or simi

New module Oracle::OCI

2001-04-02 Thread Perl Authors Upload Server


The next version of the Module List will list the following module:

  modid:   Oracle::OCI
  DSLI:bmcr
  description: Raw interface to the Oracle OCI API
  userid:  TIMB (Tim Bunce)
  chapterid:7 (Database_Interfaces)
  enteredby:   TIMB (Tim Bunce)
  enteredon:   Mon Apr  2 13:57:07 2001 GMT

The resulting entry will be:

Oracle::
::OCI bmcr Raw interface to the Oracle OCI API  TIMB

Please allow a few days until the entry will appear in the published
module list.

Parts of the data listed above can be edited interactively on the
PAUSE. See https://pause.kbx.de/pause/authenquery?ACTION=edit_mod

Thanks for registering,
The Pause Team



Mailing list added to PAUSE database

2001-04-02 Thread Perl Authors Upload Server


Mailing list entered by Tim Bunce:

Userid:  ORAOCI
Name:oracle-oci
Description: [EMAIL PROTECTED]



User update for TIMB

2001-04-02 Thread Perl Authors Upload Server

(This Mail was generated by the server
  http://pause.kbx.de/pause/authenquery;ACTION=edit_cred
automatically)

Record update in the PAUSE users database:

 userid: [TIMB]
   fullname: [Tim Bunce]
  asciiname: []
  email: [[EMAIL PROTECTED]] was [[EMAIL PROTECTED]]
   homepage: []
cpan_mail_alias: [publ]


Data were entered by TIMB (Tim Bunce).
Please check if they are correct.

Thanks,
The Pause



namespace request

2001-04-02 Thread Ian Robertson

To whom it may concern,

I would like to register the following into the module namespace.

Name DSLI  Description   Info
---      -
Crypt::OpenSSL::RSA  bdcO  Interface to OpenSSL RSA methods  IROBERTS

I have posted regarding this to comp.lang.perl.modules; so far, no
discussion has ensued.

Thank you,

- Ian Robertson
  Software Development Engineer, eZiba.com
  (413) 664- x183
  [EMAIL PROTECTED]



Acceptation modules?

2001-04-02 Thread Cathelijne en Jeroen Elassaiss-Schaap

Dear maintainers,

Nearly four weeks ago I posted an author request with a description of 
two modules. From the docs I understand you aim to reply within a week to 
3 weeks. I received an authorID, but no decision regarding the modules. 
May I ask whether there is any news regarding the modules, or should I 
provide more information? 

Yours sincerely,

Jeroen (JEROENES)



Jeroen en Cathelijne Elassaiss-Schaap, [EMAIL PROTECTED]
Homepage Jeroen: 





Netscape::Bookmarks

2001-04-02 Thread Kirrily Skud Robert

I wrote a module called Netscape::Bookmarks and never listed it in the
modules list.  Then brian d foy came along and wrote another one, and
did list it.  I'm fine with that -- brian's got my wholehearted approval
to call his N::B the official one.

However, mine keeps showing up in odd places.  For instance, I just
received a report that although brian's shows up on search.cpan.org,
perl -MCPAN -e 'install Netscape::Bookmarks' installs my version.

I went to PAUSE to edit the module metadata, but N::B doesn't seem to be
listed there.  

What now?  Can you help me out?

(my PAUSE id is "SKUD" by the way)

K.




new registration

2001-04-02 Thread Martin Berends

Dear PAUSE maintainer,

Please consider my application for registration.

Name: Martin Berends

Email: [EMAIL PROTECTED]

Homepage: -

Preferred user-ID: mberends

Planned contribution: text processing modules for two way conversions between
POD and DocBook formats. Rather than the popular approach of patching POD2HTML,
a fresh start based on POD::Parser and XML::Parser is being developed.

Modules:
Pod::DocBook adpO convert POD to and from DocBook

Thank you,

Martin Berends
__
Get Your FREE FlashMail Address now at http://www.flashmail.com
It's Free, Easy, & Fun !!!