aboutsummaryrefslogtreecommitdiff
path: root/audio/py-eyed3
Commit message (Collapse)AuthorAgeFilesLines
* audio/py-eyed3: update to 0.7.4 (backwards incompatible branch)Ruslan Makhmatkhanov2014-04-202-10/+14
| | | | | | | | | | | - copy audio/py-eyed3 0.6.18 to audio/py-eyed3-06 - update audio/py-eyed3 to 0.7.4 - chase dependency change of audio/abcde to use audio/py-eyed3-06 - drop maintainership of audio/py-eyed3-06 - add mutual CONFLICTS into a both ports Notes: svn path=/head/; revision=351642
* audio/py-eyed3: remove not-needed slashRuslan Makhmatkhanov2014-04-051-1/+1
| | | | Notes: svn path=/head/; revision=350254
* audio/py-eyed3: unbreak, simplify this port a bitRuslan Makhmatkhanov2014-04-052-51/+13
| | | | | | | | PR: 187628 Reported by: Bruce Albrecht <bruce@freebsd.zuhause.org> Notes: svn path=/head/; revision=350240
* py-eyed3: fix packaging and support stagingRuslan Makhmatkhanov2014-03-022-12/+6
| | | | | | | | | | | | - fix packaging by correcting reversed logic of PORTDOCS installation [1] - support staging - general clean-ip - bump PORTREVISION, because those, who didn't need PORTDOCS, had them installed Reported by: mandree [1] Notes: svn path=/head/; revision=346784
* Remove trailing whitespaces from category audioEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345395
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+2
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* Python cleanup:Rene Ladan2014-01-131-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) Notes: svn path=/head/; revision=339634
* Convert to PORT_OPTIONS:MDOCS.Adam Weinberger2014-01-031-1/+3
| | | | | | | Holdout shame list: ruby, perl, python Notes: svn path=/head/; revision=338547
* Use setuptools for all Python ports.William Grzybowski2013-12-151-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setuptools is the preferred method to manage Python distributions after many changes to the packaging ecosystem over the past couple of years. Only ports using USE_PYDISTUTILS= yes are affected by this commit, ports using USE_PYDISTUTILS= easy_install remains the same however this usage is now deprecated and should be converted to USE_PYDISTUTILS= yes. Some Python distributions do not work with setuptools out of the box because they extend the install command from distutils and not setuptools, and so they need to be patched accordingly. pip (which leverages setuptools) works around the issue by using eggs, however we want to get rid of those as well, as support for "flat" installation is unavailable or has other issues associated with it. This work allows us to unify how python packages are built, ensure that Python distributions are installed consistently, reduces complexity for Python port maintainers and paves the way for simplifying the Python ports framework in the future. With hat on: python Reviewed by: koobs, antoine Exp-run: bdrewery Approved by: bdrewery (portmgr) Notes: svn path=/head/; revision=336553
* 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
* Convert audio from USE_GMAKE to USES=gmakeBaptiste Daroussin2013-08-301-5/+2
| | | | | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix Notes: svn path=/head/; revision=325727
* - update to 0.6.18Ruslan Makhmatkhanov2011-12-253-7/+5
| | | | | | | | | | - remove stale mirror - strict python versions (python3 isn't supported) Approved by: novel (mentor, implicit) Notes: svn path=/head/; revision=287990
* Change email for my ports to FreeBSD one.Ruslan Makhmatkhanov2011-11-101-1/+1
| | | | | | | | Approved by: novel (mentor) Feature safe: yes Notes: svn path=/head/; revision=285480
* - Update to 0.6.17Pav Lucistnik2010-11-082-5/+7
| | | | | | | | PR: ports/152061 Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer) Notes: svn path=/head/; revision=264275
* Change maintainer to Ruslan Mahmatkhanov <cvs-src@yandex.ru>Steven Kreuzer2010-09-271-1/+1
| | | | | | | Approved by: Tobias Roth <ports@fsck.ch> (Maintainer) Notes: svn path=/head/; revision=261975
* - Update to 0.6.16Li-Wen Hsu2008-06-142-4/+4
| | | | | | | | PR: ports/124551 Submitted by: Tobias Roth <ports AT fsck.ch> (maintainer) Notes: svn path=/head/; revision=214808
* - Update to 0.6.15.Philippe Audeoud2008-03-212-5/+6
| | | | | | | | | PR: ports/121901 Submitted by: Tobias Roth <ports@fsck.ch> (maintainer) Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=209514
* - Update to 0.6.14Hye-Shik Chang2008-01-212-5/+5
| | | | | | | | | | - Pass maintainership to the submitter. PR: ports/118236 Submitted by: Tobias Roth <ports@fsck.ch> Notes: svn path=/head/; revision=205950
* - Make Python 2.5.1 the default Python versionAlexander Botero-Lowry2007-07-301-0/+3
| | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=196700
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-231-2/+0
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* - Update to 0.6.11Erwin Lansing2007-01-053-12/+16
| | | | | | | | | | | | - remove LIB_DEPENDS audio/id3lib - enable NOPORTDOCS option. PR: 106880 Submitted by: Li-Wen Hsu <lwhsu@lwhsu.org> Approved by: maintainer timeout Notes: svn path=/head/; revision=181574
* Update to 0.6.10Hye-Shik Chang2006-04-222-5/+4
| | | | Notes: svn path=/head/; revision=160110
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154140
* Update to 0.6.8Hye-Shik Chang2005-10-102-5/+4
| | | | Notes: svn path=/head/; revision=144827
* Update to 0.6.4Hye-Shik Chang2005-03-202-3/+3
| | | | Notes: svn path=/head/; revision=131742
* - Update to 0.6.3Hye-Shik Chang2005-01-263-5/+5
| | | | | | | _ Update main site URL Notes: svn path=/head/; revision=127390
* Fix build on Python 2.4.Hye-Shik Chang2004-12-051-1/+2
| | | | Notes: svn path=/head/; revision=123160
* Update to 0.6.2Hye-Shik Chang2004-10-183-11/+11
| | | | Notes: svn path=/head/; revision=119705
* Add SIZE data.Hye-Shik Chang2004-03-181-0/+1
| | | | | | | Submitted by: trevor Notes: svn path=/head/; revision=104400
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add new port for py-eyed3, an ID3 processing library for PythonHye-Shik Chang2003-08-224-0/+73
Notes: svn path=/head/; revision=87478