SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

perl-CGI-Application-PhotoGallery rpm build for : OpenSuSE. For other distributions click perl-CGI-Application-PhotoGallery.

Name : perl-CGI-Application-PhotoGallery
Version : 0.16 Vendor : obs://build_opensuse_org/devel:languages:perl
Release : lp155.8.1 Date : 2023-07-20 15:49:17
Group : Development/Libraries/Perl Source RPM : perl-CGI-Application-PhotoGallery-0.16-lp155.8.1.src.rpm
Size : 0.05 MB
Packager : https://www_suse_com/
Summary : module to provide a simple photo gallery
Description :
CGI::Application::PhotoGallery is a CGI::Application module allowing people
to create their own simple photo gallery. There is no need to generate your
own thumbnails since they are created on the fly (using either the GD or
Image::Magick modules).

To use this module you need to create an instance script. It should look
like:



use CGI::Application::PhotoGallery;

my $webapp = CGI::Application::PhotoGallery->new(
PARAMS => {
photos_dir => \'/path/to/photos\'
}
);

$webapp->run();

You\'ll need to replace the \"/path/to/photos\" with the real path to your
photos (see the photos_dir options below).

Put this somewhere where CGIs can run and name it something like
\'index.cgi\'.

This gets you the default behavior and look. To get something more to your
specifications you can use the options described below.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-C/15.5/noarch

Content of RPM  Provides Requires

Download
ftp.icm.edu.pl  perl-CGI-Application-PhotoGallery-0.16-lp155.8.1.noarch.rpm
     

Provides :
perl(CGI::Application::PhotoGallery)
perl(CGI::Application::PhotoGallery::GD)
perl(CGI::Application::PhotoGallery::Imager)
perl(CGI::Application::PhotoGallery::Magick)
perl-CGI-Application-PhotoGallery

Requires :
perl(:MODULE_COMPAT_5.26.1)
perl(CGI::Application) >= 4.0
perl(Cache::FileCache)
perl(File::Find::Rule)
perl(File::ShareDir)
perl(HTTP::Date)
perl(MIME::Types)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1


Content of RPM :
/usr/lib/perl5/vendor_perl/5.26.1/CGI
/usr/lib/perl5/vendor_perl/5.26.1/CGI/Application
/usr/lib/perl5/vendor_perl/5.26.1/CGI/Application/PhotoGallery
/usr/lib/perl5/vendor_perl/5.26.1/CGI/Application/PhotoGallery.pm
/usr/lib/perl5/vendor_perl/5.26.1/CGI/Application/PhotoGallery/GD.pm
/usr/lib/perl5/vendor_perl/5.26.1/CGI/Application/PhotoGallery/Imager.pm
/usr/lib/perl5/vendor_perl/5.26.1/CGI/Application/PhotoGallery/Magick.pm
/usr/lib/perl5/vendor_perl/5.26.1/auto/share
/usr/lib/perl5/vendor_perl/5.26.1/auto/share/dist
/usr/lib/perl5/vendor_perl/5.26.1/auto/share/dist/CGI-Application-PhotoGallery
/usr/lib/perl5/vendor_perl/5.26.1/auto/share/dist/CGI-Application-PhotoGallery/error.tmpl
/usr/lib/perl5/vendor_perl/5.26.1/auto/share/dist/CGI-Application-PhotoGallery/photos_index.tmpl
/usr/lib/perl5/vendor_perl/5.26.1/auto/share/dist/CGI-Application-PhotoGallery/photos_single.tmpl
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-CGI-Application-PhotoGallery
/usr/share/doc/packages/perl-CGI-Application-PhotoGallery/Changes
/usr/share/doc/packages/perl-CGI-Application-PhotoGallery/README
/usr/share/man/man3/CGI::Application::PhotoGallery.3pm.gz
/usr/share/man/man3/CGI::Application::PhotoGallery::GD.3pm.gz
/usr/share/man/man3/CGI::Application::PhotoGallery::Imager.3pm.gz
/usr/share/man/man3/CGI::Application::PhotoGallery::Magick.3pm.gz

 
ICM