aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-CDDB_get
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Switch default database to gnudb.gnudb.orgSunpoet Po-Chuan Hsieh2020-07-243-4/+37
| | | | | | | | | | | | | - Bump PORTREVISION for package change freedb.freedb.org is down, use gnudb.gnudb.org instead. PR: 247875 Submitted by: brooks MFH: 2020Q3 Notes: svn path=/head/; revision=543221
* 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
* - Fix buildDmitry Marakasov2015-06-011-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=388223
* - Add LICENSE_FILEDmitry Marakasov2015-05-311-2/+5
| | | | | | | | | | | - Fix shebangs - Add NO_ARCH MFH: 2015Q2 Approved by: portmgr blanket Notes: svn path=/head/; revision=388057
* 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-3/+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
* - Add LICENSESunpoet Po-Chuan Hsieh2013-09-021-0/+4
| | | | | | | - Add PORTSCOUT Notes: svn path=/head/; revision=326019
* - 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
* - Update to 2.28Sunpoet Po-Chuan Hsieh2012-03-132-3/+3
| | | | | | | | Changes: http://search.cpan.org/dist/CDDB_get/Changes Feature safe: yes Notes: svn path=/head/; revision=293198
* - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.Andrej Zverev2011-06-201-2/+2
| | | | | | | | | 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
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Reset maintainer at his request.Mark Linimon2010-01-202-3/+1
| | | | Notes: svn path=/head/; revision=248238
* - 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
* - Update from v2.23 to v2.27Aaron Dalton2006-05-313-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - Update pkg-plist 2.25 15.06.2005 user:pass with proxy support - untested (thanks to Peter) Please try it, I don't have such a setup. Cache module: use CDDB_cache instead of CDDB_get All files are saved in a local tree and can be reused from there. Please try it if you like, it's not really tested. 2.26 22.06.2005 (unreleased) added postgres/oracle/sqlite support (untested) thanks to Rick for starting with a postgres version 2.27 01.01.2006 default port is now 8880 (not 888 anymore) fixes an ioctl perl problem on current redhat/fedora (thanks to Gregory K. Ruiz-Ade and the redhat/fedora guys) PR: 98173 Submitted by: aaron Reviewed by: maintainer Approved by: maintainer, tobez (implicit) Notes: svn path=/head/; revision=164090
* fix maintiner email addressEdwin Groothuis2006-05-301-1/+1
| | | | Notes: svn path=/head/; revision=164020
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* 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
* Add size data, approved by maintainers.Trevor Johnson2004-03-181-0/+1
| | | | Notes: svn path=/head/; revision=104520
* Update to 2.23Erwin Lansing2003-10-152-2/+2
| | | | | | | | | PR: 58073 Submitted by: Cheng-Lung Sung <clsung@dragon2.net> Approved by: maintainer Notes: svn path=/head/; revision=91355
* Update to 1.11Tilman Keskinoz2003-07-233-9/+9
| | | | | | | | PR 54248 Submitted by: Mathieu Arnold <m@absolight.net> Notes: svn path=/head/; revision=85473
* Remove lib/perllocal.pod-${PORTNAME} from the pkg-plist now that this fileKris Kennaway2003-04-171-1/+0
| | | | | | | is no longer installed. Notes: svn path=/head/; revision=79169
* Update audio/p5-CDDB_get 1.66 -> 2.11Edwin Groothuis2003-03-293-2/+3
| | | | | | | | | | | | | | | | | | | | | | | From: Oyvind Moll <oyvindmo@initio.no> To: edwin@freebsd.org Cc: philip@p6m7g8.com Subject: audio/p5-CDDB_get (PR ports/47609) Hi, I just noticed ports/47609 about a version update for audio/p5-CDDB_get, which I'm maintainer of. I can't see any trace of the mail that presumably was sent to me on February 4th, but no matter: Please feel free to commit the patch in ports/47609. Thanks, to both of you :) PR: ports/47609 Submitted by: Philip M. Gollucci <philip@p6m7g8.com> Reviewed by: Oyvind Moll <oyvindmo@initio.no> Notes: svn path=/head/; revision=77661
* De-pkg-comment.Akinori MUSHA2003-02-212-1/+1
| | | | Notes: svn path=/head/; revision=76030
* Add p5-CDDB_get 1.66,Jun Kuriyama2001-10-015-0/+37
a high-level interface to the Compact Disc Database. PR: ports/30760 Submitted by: Oyvind Moll <oyvindmo@initio.no> Notes: svn path=/head/; revision=48291