IPC-ShareLite is a perl module that provides a "Light-weight interface to shared memory". It is required by Cache-Cache (ebuild to be submitted shortly). Attached IPC-ShareLite-0.08.tar.gz contains the ebuild, ChangeLog, digest, and a patch to Makefile.PL. The patch adds the -des options to the call to the Configure script, to stop it from prompting the user and interrupting installation. Here are the relevant bits from Configure -help: -d : use defaults for all answers. -e : go on without questioning past the production of config.sh. ... -s : silent mode, only echoes questions and essential information. The defaults detected by Configure -des seemed to work perfectly - I tested the Cache::SharedMemoryCache module from Cache-Cache, which uses IPC::ShareLite. -Bryce
Created attachment 3662 [details] initial ebuild, ChangeLog, digest, Makefile.PL.patch
Created attachment 3665 [details] fixed initial ebuild etc.... Sorry... the ebuild in the other archive used DEPENDS instead of DEPEND, and I made the mistake of uploading it as an octet-stream instead of x-gzip.
this is an acceptable ebuild only IF it DEPENDs on anything else that is NOT another perl modules. Otherwise, please use CPAN for now.
IPC::ShareLite does depend on virtual/glibc - it uses the shared memory libraries. Note sure if that counts... Cache::Cache definitely has no other dependencies. Guess that explains why there are so few dev-perl ebuilds. Thanks, -Bryce
db fix
in cvs