aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-Ogg-Vorbis-Header
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.11Sunpoet Po-Chuan Hsieh2021-01-262-9/+10
| | | | | | | | | | - Add LICENSE_FILE - Sort *_DEPENDS Changes: https://metacpan.org/changes/distribution/Ogg-Vorbis-Header Notes: svn path=/head/; revision=562934
* 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
* Update to 0.10Sunpoet Po-Chuan Hsieh2018-03-203-17/+4
| | | | | | | | | | - Remove unnecessary patch Changes: http://search.cpan.org/dist/Ogg-Vorbis-Header/Changes https://github.com/davorg/Ogg-Vorbis-Header/blob/master/Changes Notes: svn path=/head/; revision=465121
* Update to 0.06Sunpoet Po-Chuan Hsieh2018-03-062-4/+7
| | | | | | | | | - Strip shared library Changes: http://search.cpan.org/dist/Ogg-Vorbis-Header/Changes Notes: svn path=/head/; revision=463750
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-3/+3
| | | | | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=419133
* Update to 0.05.Mathieu Arnold2016-07-052-4/+4
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=418079
* - Update to 0.04Wen Heping2016-07-033-9/+9
| | | | | | | | Changes: http://cpansearch.perl.org/src/DAVECROSS/Ogg-Vorbis-Header-0.04/Changes - Re-generate the patch Notes: svn path=/head/; revision=417948
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-4/+4
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* - Update *_DEPENDSSunpoet Po-Chuan Hsieh2015-01-031-2/+6
| | | | | | | | - Add LICENSE - Bump PORTREVISION for dependency change Notes: svn path=/head/; revision=376085
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Cleanup plistBaptiste Daroussin2014-10-201-5/+0
| | | | Notes: svn path=/head/; revision=371234
* Remove all the bootstrap files (.bs) from the plists.Mathieu Arnold2014-06-101-1/+0
| | | | | | | | | | | | | Starting with perl 5.20, they're not installed any more if empty, and on FreeBSD, they're (always ?) empty. PR: 190681 Submitted by: mat Exp-Run by: antoine Sponsored by: Absolight Notes: svn path=/head/; revision=357300
* - add stage supportAndrej Zverev2014-01-312-4/+2
| | | | | | | Approved by: portmgr (blanket infrastructure) Notes: svn path=/head/; revision=341953
* In preparation for making libtool generate libraries with a sane name, fix allBaptiste Daroussin2013-12-111-2/+2
| | | | | | | | | LIB_DEPENDS in audio With hat: portmgr Notes: svn path=/head/; revision=336166
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* - Convert to new perl frameworkAndrej Zverev2013-08-021-1/+2
| | | | Notes: svn path=/head/; revision=324171
* libogg.so.8: Bump PORTREVISION for ports that depend on libogg,Christian Weisgerber2012-07-191-2/+2
| | | | | | | directly or indirectly (via libvorbis, libtheora). Notes: svn path=/head/; revision=301188
* - Fix build [1]Sunpoet Po-Chuan Hsieh2012-04-222-3/+2
| | | | | | | | | | - Cosmetic change PR: ports/165341 [1] Submitted by: Tobias Rehbein <tobias.rehbein@web.de> Notes: svn path=/head/; revision=295263
* At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450Eitan Adler2012-01-211-1/+1
| | | | | | | | | | | | | ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are currently broken. This is a temporary measure until we organically stop using := or someone(s) spend a lot of time changing all the ports over. Explicit duplication > := > = and this just moves ports one step to the left Approved by: portmgr Notes: svn path=/head/; revision=289563
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Bump PORTREVISION for ports that depend on libogg, directly or indirectlyChristian Weisgerber2010-06-061-2/+2
| | | | | | | (via libvorbis, libtheora). Notes: svn path=/head/; revision=255958
* Bump PORTREVISION after libogg and libvorbisfile major version increment.Christian Weisgerber2009-07-061-2/+2
| | | | Notes: svn path=/head/; revision=237283
* - Mark MAKE_JOBS_UNSAFE=yesPhilip M. Gollucci2009-06-131-0/+2
| | | | | | | | PR: ports/135537 Reported by: P6 TB Notes: svn path=/head/; revision=235797
* Reset barner@FreeBSD.org due to several months of inactivity.Mark Linimon2009-03-231-1/+1
| | | | | | | Hat: portmgr Notes: svn path=/head/; revision=230713
* - Take advantage of CPAN macro from bsd.sites.mk, change ↵Marcelo Araujo2008-04-171-2/+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-7/+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
* - Chase increase of audio/libvorbis shlib version.Martin Wilke2007-07-281-1/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=196462
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryEdwin Groothuis2006-01-221-4/+4
| | | | | | | | Approved by: krion@ PR: ports/88711 Notes: svn path=/head/; revision=154107
* Add SHA256 for my ports (that don't already have it).Simon Barner2005-11-241-0/+1
| | | | Notes: svn path=/head/; revision=149297
* Let the IGNORE message make a bit more sense and change it from:Erwin Lansing2005-10-311-1/+1
| | | | | | | | | | | | | | | ===> p5-Some-Module-0.7 Port requires perl 5.6.x or later. Install lang/perl5 then try again. to: ===> p5-Some-Module-0.7 requires perl 5.6.x or later. Install lang/perl5 then try again. Approved by: silence on -ports Notes: svn path=/head/; revision=146850
* Make LOCALBASE-clean.Simon Barner2005-10-181-0/+13
| | | | | | | Reported by: krismail Notes: svn path=/head/; revision=145758
* search.cpan.org redirect reduction canonicalization project, pass 2:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | Refer to all modules using their /dist/Foo/ path instead of via the mishmash of old author path, new author path, module documentation, etc. This pass brought to you by loving, painstaking hand editing. Notes: svn path=/head/; revision=143305
* Change email address in ports maintained by me to barner@FreeBSD.orgSimon Barner2005-02-281-1/+1
| | | | | | | Approved by: arved (mentor) Notes: svn path=/head/; revision=130011
* Add p5-Ogg-Vorbis-Header 0.03, manipulate / fetch info from Ogg-VorbisMathieu Arnold2004-10-124-0/+47
audio files. PR: ports/71577 Submitted by: Simon Barner <barner@gmx.de> Notes: svn path=/head/; revision=118939