aboutsummaryrefslogtreecommitdiff
path: root/www/p5-WWW-IMDb
Commit message (Collapse)AuthorAgeFilesLines
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-2/+0
| | | | Notes: svn path=/head/; revision=380312
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before, we had: site_perl : lib/perl5/site_perl/5.18 site_perl/perl_arch : lib/perl5/site_perl/5.18/mach perl_man3 : lib/perl5/5.18/man/man3 Now we have: site_perl : lib/perl5/site_perl site_arch : lib/perl5/site_perl/mach/5.18 perl_man3 : lib/perl5/site_perl/man/man3 Modules without any .so will be installed at the same place regardless of the Perl version, minimizing the upgrade when the major Perl version is changed. It uses a version dependent directory for modules with compiled bits. As PERL_ARCH is no longer needed in plists, it has been removed from PLIST_SUB. The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now always removed, as is perllocal.pod. The old site_perl and site_perl/arch directories have been kept in the default Perl @INC for all Perl ports, and will be phased out as these old Perl versions expire. PR: 194969 Differential Revision: https://reviews.freebsd.org/D1019 Exp-run by: antoine Reviewed by: perl@ Approved by: portmgr Notes: svn path=/head/; revision=373448
* - stage supportAndrej Zverev2014-01-052-3/+3
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=338763
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | www) Notes: svn path=/head/; revision=327776
* - convert to the new perl5 frameworkAndrej Zverev2013-09-021-1/+2
| | | | | | | Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=325960
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-291-2/+2
| | | | | | | Approved by: portmgr@ (bapt@) Notes: svn path=/head/; revision=300221
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-3/+0
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Fix plist with perl 5.8.9Pav Lucistnik2009-01-151-1/+2
| | | | Notes: svn path=/head/; revision=226155
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* - SIZEify.Michael Landin2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104421
* Remove the recursive assignment of SITE_PERL to ${SITE_PERL} introducedErwin Lansing2003-10-241-1/+0
| | | | | | | in the last commit. Notes: svn path=/head/; revision=92065
* utilize SITE_PERLYing-Chieh Liao2003-10-242-9/+8
| | | | | | | | PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Notes: svn path=/head/; revision=92059
* Change maintainer email to my @FreeBSD.org addressMichael Landin2003-05-072-2/+2
| | | | | | | Approved by: roberto(mentor) Notes: svn path=/head/; revision=80360
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76044
* Internet Movie Database Perl library (IMDb.pm) is a Perl class that queriesOllivier Robert2002-07-195-0/+43
the Internet Movie Database via a simple OO interface. Author: Olivier Poitrey <rs-freshmeat@rhapsodyk.net> PR: ports/40692 Submitted by: Michael L. Hostbaek <mich@freebsdcluster.org> Notes: svn path=/head/; revision=63232