aboutsummaryrefslogtreecommitdiff
path: root/multimedia/p5-Subtitles
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update WWWSunpoet Po-Chuan Hsieh2018-05-271-1/+1
| | | | | | | | | | search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl Notes: svn path=/head/; revision=470993
* Remove Perl core modulesSunpoet Po-Chuan Hsieh2017-06-171-6/+3
| | | | | | | | | | | | - While I'm here: - Add NO_ARCH - Remove MAN1 - Use bsd.port.mk instead of bsd.port.pre.mk + bsd.port.post.mk With hat: perl Notes: svn path=/head/; revision=443761
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-2/+2
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412348
* Make it so that the default Perl is always called perl5.Mathieu Arnold2015-09-141-2/+2
| | | | | | | | | | | | | | | | | | | - Move Perl's man1 files along with its man3 files. - Move where Perl installs its modules man1 pages. - Convert the ports installing man1 pages. - Make different Perl versions installable at the same time. Though you should note that only the default version can be used to install Perl modules, and the non default Perl versions cannot use the modules installed via ports if they contain .so as they are installed in a version specific directory. Reviewed by: bapt (the Mk bits) Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3542 Notes: svn path=/head/; revision=396892
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-2/+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
* Support stageBaptiste Daroussin2014-04-082-5/+4
| | | | Notes: svn path=/head/; revision=350578
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - convert to the new perl5 frameworkAndrej Zverev2013-09-151-1/+2
| | | | | | | | | - convert USE_GMAKE to Uses Approved by: portmgr (bapt@, blanket) Notes: svn path=/head/; revision=327343
* - Remove SITE_PERL from *_DEPENDSAndrej Zverev2012-06-041-2/+2
| | | | | | | Approved by: maintainer (osa via IRC) Notes: svn path=/head/; revision=298337
* Update from 1.03 to 1.04.Sergey A. Osokin2012-02-162-3/+3
| | | | | | | Notice from: miwi Notes: svn path=/head/; revision=291518
* - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+Sunpoet Po-Chuan Hsieh2011-09-171-1/+1
| | | | | | | With hat: perl Notes: svn path=/head/; revision=281878
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276986
* Update from 1.02 to 1.03.Sergey A. Osokin2010-05-202-4/+4
| | | | | | | Notice from: miwi Notes: svn path=/head/; revision=254652
* Update from 1.00 to 1.02.Sergey A. Osokin2009-03-162-4/+4
| | | | Notes: svn path=/head/; revision=230197
* Update from 0.09 to 1.0.Sergey A. Osokin2008-02-152-6/+5
| | | | | | | | | | Use CPAN macro. Submitted by: Felippe de Meirelles Motta aka lippemail at gmail dot com PR: 120672 Notes: svn path=/head/; revision=207246
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-4/+1
| | | | | | | | | | | Drop support for antique perl. Work done by: gabor Sponsored by: Google Summer of Code 2007 Hat: portmgr Notes: svn path=/head/; revision=199069
* Update to 0.09.Sergey A. Osokin2007-06-202-5/+4
| | | | Notes: svn path=/head/; revision=193940
* Remove USE_REINPLACE from ports starting with MEdwin Groothuis2006-05-101-1/+0
| | | | Notes: svn path=/head/; revision=162032
* Update search.cpan.org WWW: entries to have a trailing slash.Bill Fenner2006-02-201-1/+1
| | | | | | | | | | Change some URLs from author dirs to dist dirs. The example in the porter's handbook didn't have the trailing slash; mea culpa for not having caught that when it went in. Notes: svn path=/head/; revision=156536
* Fix configure error by use perl5.8.Sergey A. Osokin2006-01-101-2/+7
| | | | | | | | | Bump PORTREVISION. Notice from: pointyhat via kris Notes: svn path=/head/; revision=153176
* Fix wrong way with WITH_SUBTITLES_SUBPLAY knob.Sergey A. Osokin2005-12-291-2/+3
| | | | | | | | | | Bump PORTREVISION. Goggleeyed by: tobez Pointy hat to: osa Notes: svn path=/head/; revision=152352
* Add new port: p5-Subtitles.Sergey A. Osokin2005-12-294-0/+56
Notes: svn path=/head/; revision=152341