aboutsummaryrefslogtreecommitdiff
path: root/multimedia/p5-FLV-Info
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptDag-Erling Smørgrav2018-10-061-2/+2
| | | | | | | | | | for where it resulted in a change in output from build-depends-list or run-depends-list. Approved by: portmgr (adamw) Notes: svn path=/head/; revision=481365
* 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 ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | 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-5/+5
| | | | | | | | | | | | | | | | | | | - 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-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
* Support STAGEDIR.Vanilla I. Shu2013-11-052-20/+22
| | | | Notes: svn path=/head/; revision=332815
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - Use single space after WWW:Sunpoet Po-Chuan Hsieh2013-08-291-1/+1
| | | | Notes: svn path=/head/; revision=325559
* - Convert to new perl frameworkMathieu Arnold2013-08-021-6/+3
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* - Add missing BUILD_DEPENDS to silence build warning and enable testingSteve Wills2012-01-061-1/+2
| | | | Notes: svn path=/head/; revision=288640
* - 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
* - 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=275886
* - Cleaning MD5 in perl@'s portsPhilippe Audeoud2011-05-171-1/+0
| | | | | | | Approved by: erwin@ (portmgr) Notes: svn path=/head/; revision=274222
* - only 13% of the p5- ports embed @comment $FreeBSD$:Philip M. Gollucci2010-09-241-1/+0
| | | | | | | | | so standarize and remove it With Hat: perl@ Notes: svn path=/head/; revision=261743
* - Update to 0.2Martin Wilke2009-03-203-5/+7
| | | | Notes: svn path=/head/; revision=230489
* - update to 0.22Yen-Ming Lee2008-10-173-15/+31
| | | | Notes: svn path=/head/; revision=221709
* - update to 0.21Yen-Ming Lee2008-10-063-21/+7
| | | | Notes: svn path=/head/; revision=221283
* - update to 0.20Yen-Ming Lee2008-10-032-7/+13
| | | | Notes: svn path=/head/; revision=221168
* - Update to 0.19Chin-San Huang2008-08-102-4/+4
| | | | Notes: svn path=/head/; revision=218310
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-1/+1
| | | | | | | | | | | | ${MASTER_SITE_PERL_CPAN} to CPAN. PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav) Notes: svn path=/head/; revision=211450
* Welcome bsd.perl.mk. Add support for constructs such as USE_PERL5=5.8.0+.Mark Linimon2007-09-081-8/+2
| | | | | | | | | | | 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.18Yen-Ming Lee2007-04-062-15/+16
| | | | Notes: svn path=/head/; revision=189317
* - Update to 0.17Cheng-Lung Sung2006-11-063-6/+6
| | | | | | | | PR: ports/105199 Submitted by: chinsan Notes: svn path=/head/; revision=176593
* - Update to 0.15Cheng-Lung Sung2006-10-043-5/+6
| | | | Notes: svn path=/head/; revision=174418
* - Update to 0.14Cheng-Lung Sung2006-10-032-4/+4
| | | | Notes: svn path=/head/; revision=174344
* - Update to 0.13Cheng-Lung Sung2006-09-252-5/+5
| | | | | | | | | | - Transfer to perl@ for maintaining this port PR: ports/103545 Submitted by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=173800
* - Update to 0.12Cheng-Lung Sung2006-08-012-6/+5
| | | | | | | | PR: ports/101141 Submitted by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=169318
* - Update to 0.11Cheng-Lung Sung2006-07-263-10/+6
| | | | | | | | PR: ports/100841 Submitted by: maintainer (Gea-Suan Lin) Notes: svn path=/head/; revision=168779
* - Fix a missing dependCheng-Lung Sung2006-07-231-0/+5
| | | | | | | | | | | - Fix a typo that cause flv2swf cannot work - Bump PORTREVISION PR: ports/100747 Submitted by: maintainer Notes: svn path=/head/; revision=168553
* - Update to 0.10Cheng-Lung Sung2006-07-233-11/+14
| | | | | | | | PR: ports/100708 Submitted by: maintainer Notes: svn path=/head/; revision=168526
* - Update to 0.03Rong-En Fan2006-07-153-9/+13
| | | | | | | | PR: ports/100341 Submitted by: maintainer Notes: svn path=/head/; revision=167909
* This module reads Macromedia FLV files and reports metadata aboutErwin Lansing2006-07-144-0/+65
those files. WWW: http://search.cpan.org/dist/FLV-Info/ PR: ports/100280 Submitted by: Gea-Suan Lin <gslin at gslin.org> Notes: svn path=/head/; revision=167805