aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-CDDB
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Some OCD cleanups on some of the perl@ ports.Adam Weinberger2015-03-121-1/+1
| | | | | | | | | | | | | | | | - Remove dependencies in core - Put testing depends in TEST_DEPENDS - Remove unnecessary bsd.port.options.mk inclusions - Remove checks for Perl versions that no longer exist in the ports tree - Sort plists, some of which were so jumbled that I have to assume the plist was randomized before committing A lot of the plist changes in this commit are moving PERL5_MAN3 after SITE_PERL. It's repo churn now, but it makes updating the ports later far easier. Notes: svn path=/head/; revision=381151
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-1/+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
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371234
* support STAGEDIR.Vanilla I. Shu2013-11-012-4/+2
| | | | Notes: svn path=/head/; revision=332336
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | audio) Notes: svn path=/head/; revision=327706
* Update to 1.222.Mathieu Arnold2013-08-202-3/+3
| | | | Notes: svn path=/head/; revision=325036
* - Update to 1.221Philippe Audeoud2013-08-082-3/+3
| | | | | | | - Changelog: http://cpansearch.perl.org/src/RCAPUTO/CDDB-1.221/CHANGES Notes: svn path=/head/; revision=324382
* - Convert to new perl frameworkMathieu Arnold2013-08-021-1/+2
| | | | | | | | - Trim Makefile header - Remove MAKE_JOBS_SAFE=yes, it's the default. Notes: svn path=/head/; revision=324174
* For perl@ owned ports:Eitan Adler2013-03-291-6/+2
| | | | | | | | - Fix COMMENT - Trim header Notes: svn path=/head/; revision=315509
* - remove maintainer tags from pkg-descrEitan Adler2011-10-221-3/+0
| | | | | | | | Approved by: portmgr Approved by: bapt (mentor) Notes: svn path=/head/; revision=284139
* - Use canonical format for FreeBSD.org MAINTAINER addressesSunpoet Po-Chuan Hsieh2010-12-252-2/+1
| | | | | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/152844 Submitted by: sunpoet (myself) Approved by: miwi (with portmgr hat) Notes: svn path=/head/; revision=266895
* Update to 1.220.Anton Berezin2010-03-082-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/CDDB/CHANGES Notes: svn path=/head/; revision=250700
* Update to 1.21.Anton Berezin2009-07-282-4/+4
| | | | | | | Changes: http://search.cpan.org/dist/CDDB/CHANGES Notes: svn path=/head/; revision=238520
* Reassign my p5-* ports to perl@ so more than one personErwin Lansing2009-01-291-1/+1
| | | | | | | can look at them. Notes: svn path=/head/; revision=227098
* A few typo fixes for ports/audio descriptions.Jimmy Olgeni2008-06-151-1/+1
| | | | Notes: svn path=/head/; revision=214897
* - 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
* Update to 1.17Erwin Lansing2006-04-052-4/+4
| | | | Notes: svn path=/head/; revision=158881
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* Update to 1.16Erwin Lansing2005-09-222-3/+3
| | | | Notes: svn path=/head/; revision=143331
* search.cpan.org redirect reduction canonicalization project, pass 1:Bill Fenner2005-09-211-1/+1
| | | | | | | | | | | URLs automatically rewritten from /search?dist=Foo or /dist/Foo to /dist/Foo/ (note trailing slash). After a 2002(!) reorganization, this is the preferred way to refer to modules on search.cpan.org. This pass brought to you by http://people.freebsd.org/~fenner/fix-search Notes: svn path=/head/; revision=143304
* Update to 1.15Erwin Lansing2004-10-132-3/+3
| | | | Notes: svn path=/head/; revision=119273
* Update to 1.12Erwin Lansing2004-02-242-2/+3
| | | | Notes: svn path=/head/; revision=101984
* - Update to 1.11Erwin Lansing2003-08-144-9/+8
| | | | | | | | | - Take maintairship - Add WWW - Use SITE_PERL Notes: svn path=/head/; revision=86916
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75951
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-2/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Update this port to match the CDDB.pm 1.08 distribution.Yaroslav Tykhiy2002-01-202-2/+2
| | | | Notes: svn path=/head/; revision=53388
* Update the port to match CDDB-1.06Yaroslav Tykhiy2001-09-082-2/+2
| | | | Notes: svn path=/head/; revision=47531
* Since the module uses freedb.org by default now,Yaroslav Tykhiy2001-05-231-7/+0
| | | | | | | | the note on the cddb.com vs. freedb.org issue became irrelevant and needs to be removed from pkg-descr. Notes: svn path=/head/; revision=42971
* Upgrade to 1.05.Vanilla I. Shu2001-05-092-2/+2
| | | | Notes: svn path=/head/; revision=42438
* Update port to version 1.04.Jimmy Olgeni2001-04-203-44/+2
| | | | | | | | | | This version will use freedb.org rather than cddb.com. PR: 26693 Submitted by: Andrew &urger <arensb+fbsd-patch@ooblick.com> Notes: svn path=/head/; revision=41722
* A high-level interface to the Compact Disc Database.Vanilla I. Shu2001-03-146-0/+90
PR: ports/25804 Submitted by: Yar Tikhiy <yar@comp.chem.msu.su> Notes: svn path=/head/; revision=39863