summaryrefslogtreecommitdiff
path: root/x11-fm/p5-PerlFM (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-011-8/+8
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412351
* - Fix shebangsDmitry Marakasov2015-04-231-2/+3
| | | | | | | | MFH: 2015Q2 Approved by: portmgr blanket Notes: svn path=/head/; revision=384567
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-3/+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
* - add stage supportAndrej Zverev2014-01-302-4/+2
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341813
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11-fm) Notes: svn path=/head/; revision=327780
* - convert to the new perl5 frameworkAndrej Zverev2013-09-111-6/+3
| | | | | | | | | - trim Makefile header Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=326958
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add missing DEPENDS to avoid build warningsSteve Wills2012-04-241-1/+2
| | | | | | | | PR: ports/166609 Approved by: maintainer timeout (vvelox@vvelox.net, >2 weeks) Notes: svn path=/head/; revision=295362
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-201-1/+1
| | | | | | | | | See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum Notes: svn path=/head/; revision=275887
* - Get Rid MD5 supportMartin Wilke2011-03-181-1/+0
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* - Add missing perl5 virtual categoriesPhilip M. Gollucci2010-09-131-1/+1
| | | | Notes: svn path=/head/; revision=261102
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 0.2.0Martin Wilke2009-12-242-5/+6
| | | | | | | | PR: 141755 Submitted by: "Zane C.B." <vvelox@vvelox.net> (maintainer) Notes: svn path=/head/; revision=246567
* - Update to 0.1.0Wen Heping2009-11-102-4/+4
| | | | | | | | PR: ports/140407 Submitted by: "Zane C.B." <vvelox@vvelox.net> (manitainer) Notes: svn path=/head/; revision=244053
* A basic file manager writen in Perl and using ZConf::RunnerMartin Wilke2009-10-294-0/+43
to figure out what todo with files and ZConf::Bookmark to store bookmarks. WWW: http://search.cpan.org/dist/PerlFM/ PR: ports/139773 Submitted by: Zane C, Bowers <vvelox at vvelox.net> Notes: svn path=/head/; revision=243492