Skip to Content.
Sympa Menu

sm-discuss - Re: [SM-Discuss] need help with spell for a perl program

sm-discuss AT lists.ibiblio.org

Subject: Public SourceMage Discussion List

List archive

Chronological Thread  
  • From: "Andraž 'ruskie' Levstik" <ruskie AT mages.ath.cx>
  • To: <sm-discuss AT lists.ibiblio.org>
  • Subject: Re: [SM-Discuss] need help with spell for a perl program
  • Date: Fri, 27 Apr 2007 14:13:54 +0200

On 14:08:33 2007-04-27 Juuso Alasuutari <iuso AT sourcemage.org> wrote:
> I'm trying to write a spell for fwknop, a Single Packet Authorization
> daemon. It's a perl program with numerous Perl module dependencies that
> are also included with the sources. Problem is, I don't want the spell
> to install modules we already have spells for, but I'm completely
> clueless about how I should stab install.pl to depend on external
> spells.
>
> If someone can help I'd be grateful. Here's a list of what modules
> fwknop depends on and corresponding spells, if any:
>
> fwknop deps: corresponding spells:
> Unix-Syslog unix-syslog
> TermReadKey term-readkey
> GnuPG-Interface gnupg-interface
> Crypt-CBC crypt-cbc
> Class-Methodmaker class-methodmaker
> Crypt-Rijndael
> IPTables-ChainMgr
> IPTables-Parse
> List-MoreUtils
> Net-IPv4Addr
> NetPacket
> Net-Pcap
> Net-RawIP
> Net-Ping-External (is our net-ping the same module?)
>

Well quill --perlcpan ModuleName will help where ModuleName is how CPAN
calls stuf i.e. Crypt::CBC and such...

That way you can easily create the spells... the rest is just how you
remove the calls from the install files :)





Archive powered by MHonArc 2.6.24.

Top of Page