aboutsummaryrefslogtreecommitdiffstats
path: root/audio/py-musicbrainz2
Commit message (Collapse)AuthorAgeFilesLines
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* - Support stagingjhale2013-10-092-5/+4
| | | | | | - Use new LIB_DEPENDS syntax - Add missing LICENSE_FILE - Denote in pkg-descr that this is for the deprecated XML Webservice V1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* - Update audio/libdiscid to 0.5.2jhale2013-09-121-4/+2
| | | | | | - Switch to CMake build system - Trim Makefile headers - Bump PORTREVISION on dependent ports
* - Update MAINTAINER to my new FreeBSD.org addressjhale2012-09-131-1/+1
| | | | Approved by: makc (mentor)
* - remove dead MASTER_SITESrm2012-07-282-10/+7
| | | | | | | | | | | | - remove shlib version from LIB_DEPENDS - move LICENSE to correct location While here: - strict python version to 2.x - trim whitespace nits in pkg-descr PR: 170189 Submitted by: Jason E. Hale <bsdkaffee at gmail dot com> (maintainer)
* - Update to 0.7.4miwi2011-11-122-3/+3
| | | | | | PR: 162390 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer) Feature safe: yes
* - Updatet to 0.7.3miwi2011-06-032-7/+6
| | | | | | | - Pet Portlint PR: 157509 Submitted by: maintainer
* - Fix LICENSE_FILEwen2011-03-281-1/+1
| | | | Thanks to: bapt@
* - Bump PORTREVISION to chase the update of audio/libdiscidwen2011-03-281-1/+5
| | | | | PR: ports/155977 Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
* - Get rid (RUN|BUILD) PYCTYPES since py25 is default in pythonmiwi2011-02-252-3/+0
|
* - Update to 0.7.2miwi2010-03-212-11/+5
| | | | | PR: 144813 Submitted by: Jason E. Hale <bsdkaffee@gmail.com> (maintainer)
* - Update to 0.7.0miwi2009-08-083-4/+6
| | | | | PR: 137499 Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
* - Pass maintainership to submitter.lippe2009-08-041-1/+1
| | | | | PR: ports/137409 Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
* Reset alexbl@FreeBSD.org due to maintainer-timeouts and no repsonselinimon2009-08-021-1/+1
| | | | | | to email. Hat: portmgr
* - Update to 0.6.0alexbl2008-05-253-21/+41
| | | | | PR: 122146 Submitted by: Jason E. Hale <bsdkaffee@gmail.com>
* - Make Python 2.5.1 the default Python versionalexbl2007-07-301-0/+1
| | | | | | | | | | - Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
* - Mark devel/py-ctypes IGNORE with Python 2.5 [1]alexbl2006-12-091-2/+2
| | | | | | | | | | - add a PYCTYPES dependency macro to bsd.python.mk to unbreak ctypes using ports on Python 2.5 [2] - Update two of the four ports using ctypes to this macro [3] PR: 104587 [1] Submitted by: Marcus von Appen <mva@sysfault.org> [1] Approved by: portmgr (pav, linimon) [2], myself [3]
* Change all my MAINTAINER lines to my new FreeBSD.org address.alexbl2006-09-131-1/+1
| | | | Approved by: novel
* [NEW PORT] audio/py24-musicbrainz2: Next Generation Python bindings for ↵edwin2006-04-094-0/+56
MusicBrainz The package python-musicbrainz2 is a client library written in python which provides easy object oriented access to the MusicBrainz database using the XMLWebService. It has been written from scratch and uses a different model than PythonMusicbrainz, the first generation python bindings. PR: ports/95531 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>