aboutsummaryrefslogtreecommitdiff
path: root/audio/rubygem-ruby-mp3info
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Update to 0.8.10Sunpoet Po-Chuan Hsieh2017-04-032-4/+4
| | | | | | | Changes: https://github.com/moumar/ruby-mp3info/blob/master/History.txt Notes: svn path=/head/; revision=437626
* Convert USES=gem:autoplist to USES=gem since autoplist is defaultSteve Wills2016-04-271-1/+1
| | | | Notes: svn path=/head/; revision=414136
* create USES=gem and update rubygem- ports to use itSteve Wills2016-04-271-2/+1
| | | | | | | | | | Note that for now ports still have to have USE_RUBY=yes to use USES=gem PR: 209041 Differential Revision: https://reviews.freebsd.org/D6070 Notes: svn path=/head/; revision=414118
* - Add LICENSESunpoet Po-Chuan Hsieh2015-08-191-1/+3
| | | | | | | - Pass maintainership to ruby@ Notes: svn path=/head/; revision=394791
* Reset maintainerErwin Lansing2015-08-191-1/+1
| | | | | | | | | | <tha_walka@hotmail.com>: host mx4.hotmail.com[65.55.37.104] said: 550 Requested action not taken: mailbox unavailable (in reply to RCPT TO command) Sponsored by: DK Hostmaster A/S Notes: svn path=/head/; revision=394745
* Set NO_ARCH for remaining rubygem-* ports with no arch dependent filesPhilip M. Gollucci2015-07-021-0/+2
| | | | | | | | | | Obtained from: DEVELOPER_MODE With Hat: ruby@ Sponsored by: RideCharge Inc / Curb Notes: svn path=/head/; revision=391169
* Remove Authors from pkg-descrBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380300
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-091-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357139
* - Stage safeMartin Wilke2014-01-241-1/+0
| | | | Notes: svn path=/head/; revision=340899
* 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 0.8Steve Wills2013-07-122-8/+4
| | | | | | | | PR: ports/179892 Approved by: maintainer timeout (tha_walka@hotmail.com, >2 weeks) Notes: svn path=/head/; revision=322802
* - Point at the homepage consistently as defined by rubygems.orgPhilip M. Gollucci2011-12-201-1/+1
| | | | Notes: svn path=/head/; revision=287683
* - Update to 0.6.16Steve Wills2011-11-232-3/+3
| | | | | | | | | | PR: ports/162114 Submitted by: swills (myself) Approved by: maintainer timeout (3 weeks) Feature safe: yes Notes: svn path=/head/; revision=286279
* - Update to 0.6.14Steve Wills2011-07-012-3/+3
| | | | | | | | | PR: ports/157968 Submitted by: Jin-Sih Lin <linpct@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=276817
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - Mass conversion of RF -> RG for MASTER_SITE for rubygem- portsPhilip M. Gollucci2010-05-261-1/+1
| | | | | | | | | | | | [RG aka rubygems.org] PR: ports/147005 Submitted by: pgollucci (myself) Approved by: portmgr (pav) With Hat: ruby@ Notes: svn path=/head/; revision=255136
* - Update to 0.6.13Philip M. Gollucci2009-09-102-4/+4
| | | | Notes: svn path=/head/; revision=241167
* - Update to 0.6.12Philip M. Gollucci2009-06-012-4/+4
| | | | | | | | | PR: ports/134665 Approved by: maintainer timeout (2 weeks) Submitted by: me Notes: svn path=/head/; revision=234953
* - Update the port to match the GEM name.Philip M. Gollucci2009-04-291-5/+1
| | | | | | | | | | - Connect to the build PR: ports/133353 Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> Notes: svn path=/head/; revision=232936
* - convert to RUBYGEM_AUTOPLISTPhilip M. Gollucci2009-04-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | | remove x-generate-plist and friends - use RF macro and remove SUBDIR where possible - remove some uneeded GEM_NAME=${DISTNAME} (this c/should be handled better in bsd.*.mk) other deltas specific to individual ports: audio/rubygem-mp3info - unbreak, fix packaging, bump PORTREVISION devel/rubygem-rapt - adopt devel/rubygem-rspec - remove BUILD_DEPENDS=RUN_DEPENDS -- neither set devel/rubygem-ruby2ruby - add #' for vim highlight graphics/rubygem-extifr - drop PORTREVISION=0 graphics/rubygem-gd2 - add #' for vim highlight www/rubygem-rubyfulsoup - swap GEM_NAME / DISTNAME for constistency Sponsored by: RideCharge Inc. Tested on: RideCharge's Tinderbox Reviewed by: stas Notes: svn path=/head/; revision=231910
* - Mark BROKEN: fails to packagePav Lucistnik2009-03-041-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=229492
* - Fix plist after ruby update by generating it dynamically.Martin Wilke2009-02-142-52/+1
| | | | Notes: svn path=/head/; revision=228249
* - Add ruby 1.9 supportStanislav Sedov2008-04-061-3/+2
| | | | | | | | | | | | | | | | | - Implement new knobs for gems and rake (these are included in ruby 1.9 distribution already). Also move gem bits from ruby-gems/Makefile.common to bsd.ruby.mk[1]. Now to depend on gems or rake you should define USE_RUBYGEMS/USE_RAKE accordingly. Also RAKE_BIN variable is provided for pointing to the right rake executable. - Rewrite RUBY_SCHEBANG in awk to eliminate build dependency on ruby. Discussed with: Jonathan Weiss <jw@innerewut.de> [1] (gems maintainer) Tested by: ports@ Notes: svn path=/head/; revision=210636
* - Change to use MASTER_SITE_RUBYFORGE macro to fix fetch problem.Jean Milanez Melo2006-08-081-1/+2
| | | | | | | Approved by: portmgr (erwin) Notes: svn path=/head/; revision=170091
* - Update ruby-mp3info to 0.5 and use rubygem versionPav Lucistnik2006-05-153-73/+66
| | | | | | | | | | - Take maintainership PR: ports/97163 Submitted by: brad walker <tha_walka@hotmail.com> Notes: svn path=/head/; revision=162477
* - Add some SHA256 checksumsPav Lucistnik2005-11-231-0/+1
| | | | Notes: svn path=/head/; revision=149221
* With portmgr hat on, reset maintainership of knu's ports since he hasMark Linimon2005-11-111-1/+1
| | | | | | | been inactive more than 6 months. We hope to see him back sometime. Notes: svn path=/head/; revision=147872
* Update to 0.3.Akinori MUSHA2004-06-283-8/+23
| | | | Notes: svn path=/head/; revision=112481
* Chase the newly introduced 302 redirection.Akinori MUSHA2004-04-181-1/+1
| | | | Notes: svn path=/head/; revision=107453
* Add SIZE data.Akinori MUSHA2004-03-221-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104943
* Correct the description; This library can now read, write, removeAkinori MUSHA2003-09-293-7/+5
| | | | | | | | | id3v1 tag and read id3v2. While I'm here, stop installing README which is dummy. Notes: svn path=/head/; revision=89771
* Update to 0.2.1.Akinori MUSHA2003-09-294-8/+14
| | | | Notes: svn path=/head/; revision=89770
* Do not dig RUBY_EXAMPLESDIR for nothing.Akinori MUSHA2003-04-051-1/+1
| | | | | | | Reported by: kris Notes: svn path=/head/; revision=78295
* Add ruby-mp3info.Akinori MUSHA2003-03-244-0/+68
This library gives you access to low level information on mp3 files (bitrate, length, samplerate, etc...). It is written in pure ruby. Note that this library does not fetch ID3 tag. Notes: svn path=/head/; revision=77368