aboutsummaryrefslogtreecommitdiff
path: root/audio/abraca
Commit message (Collapse)AuthorAgeFilesLines
* Switch version of python used in USES=waf to default version of pythonAntoine Brodin2020-01-141-1/+1
| | | | | | | | | Reviewed by: bapt With hat: portmgr Differential Revision: https://reviews.freebsd.org/D23143 Notes: svn path=/head/; revision=522998
* a-b: Add missing USES={gnome,php,sdl,xorg}Tobias Kortkamp2019-11-081-1/+1
| | | | Notes: svn path=/head/; revision=517040
* The FreeBSD GNOME team proudly presents GNOME 3.28 for FreeBSD.Koop Mast2018-09-301-2/+2
| | | | | | | | | | | | The offical GNOME 3.28 release notes can be found at https://help.gnome.org/misc/release-notes/3.28/ Thanks to Antoine Brodin for running the exp-runs. PR: 229761 Notes: svn path=/head/; revision=480951
* - Fix build with vala 0.36Guido Falsi2017-09-077-2/+74
| | | | | | | | | | | - Add LICENSE and LICENSE_FILE - Update WWW in pkg-descr PR: 222037 Submitted by: cpm@ Notes: svn path=/head/; revision=449397
* Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-081-0/+1
| | | | | | | | prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since. Notes: svn path=/head/; revision=428152
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+0
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.Mathieu Arnold2015-08-191-5/+1
| | | | | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412? Notes: svn path=/head/; revision=394778
* Part 1 of adding USE_GNOME=intltool to ports that require it.Koop Mast2015-08-021-1/+1
| | | | | | | | | | | The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and gtk30 don't pull intltool in anymore. PR: 201980 Exp-run by: antoine@ Notes: svn path=/head/; revision=393444
* Add a new USES=waf to handle the waf building system, allowing to factorise codeBaptiste Daroussin2015-04-081-10/+4
| | | | | | | | | | | | | | | | | | | | | Plug waf into MAKE_CMD and CONFIGURE_CMD so the regular defined targets can be reused Always define _MAKE_JOBS so that when bsd.port.mk will stop overwritting _MAKE_JOBS when parallel jobs are disabled we can enforce -j1 (which is needed to really disable parallelisation with waf WAF_CMD has been created to allow one to override the location of the waf script relatively to WRKSRC CONFIGURE_TARGET is by default defined to "configure" ALL_TARGET is by default defined to "build" INSTALL_TARGET is by default defined to "install" USES=waf is by default stagedir safe Notes: svn path=/head/; revision=383571
* - Update to 0.8.2Guido Falsi2014-11-1910-130/+29
| | | | | | | - Switch MASTER_SITE to sourceforge Notes: svn path=/head/; revision=372827
* Cleanup plistBaptiste Daroussin2014-10-201-1/+0
| | | | Notes: svn path=/head/; revision=371234
* - Remove manual creation and removal of share/applications, as it's now in ↵Dmitry Marakasov2013-10-221-1/+0
| | | | | | | | | the mtree (categories starting with a) Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331267
* - Convert to scons USESGuido Falsi2013-10-041-13/+8
| | | | | | | | - Use option helpers - Fix NLS option logic Notes: svn path=/head/; revision=329290
* Convert xmms2 ports to staging.Guido Falsi2013-09-292-7/+4
| | | | | | | While here, convert to new LIB_DEPENDS format. Notes: svn path=/head/; revision=328665
* 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
* - Fix build after new vala importGuido Falsi2013-08-013-1/+23
| | | | | | | - While here, use space in place of tab in pkg-descr WWW line Notes: svn path=/head/; revision=324089
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-1/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Convert USE_PKGCONFIG -> USES=pkgconf for audio categoryBaptiste Daroussin2013-04-221-1/+1
| | | | Notes: svn path=/head/; revision=316287
* - Update to 0.7.1Guido Falsi2013-03-093-5/+33
| | | | | | | - Shorten COMMENT Notes: svn path=/head/; revision=313683
* * Update the glib to 2.34.3 and gtk20 to 2.24.17 and gtk30 to 3.6.4 whichKoop Mast2013-03-081-2/+3
| | | | | | | | | | | | | | | | | | | | | | | are the latest stable releases. * Update vala to the newest stable release 0.18.1, also update a few ports in the gtk/gnome stack. * The c++ bindings ports for glib, atk, gconf, etc, have now USE_GNOME toggles. * Remove pkg-config run depends from glib20 and freetype2. This doesn't eliminate pkg-config run dependency completely, a second phase is needed and is planned. * Support for .:run. and .:build. for USE_GNOME components was added. Currently only libxml2 and libxslt support this mechanism. * Updates of the telepathy stack and empathy. * Trim makefile headers, convert ports to new options, trim off library versions for some ports. * Fix other ports so they build with the new glib version. Thanks to miwi and crees for helping out with some exp-runs. Approved by: portmgr (miwi & bapt) Obtained from: gnome team repo Notes: svn path=/head/; revision=313633
* Trim Makefile headers for ports I maintain.Guido Falsi2012-12-101-5/+1
| | | | Notes: svn path=/head/; revision=308635
* - update png to 1.5.10Dirk Meyer2012-06-011-0/+1
| | | | Notes: svn path=/head/; revision=297915
* - Convert to new options frameworkGuido Falsi2012-05-311-5/+6
| | | | | | | | | | | | | - Remove uneeded double quotes - While here fix various portlint warnings - Indent make conditionals and loop Approved by: Boris Samorodov <bsam@FreeBSD.org> (net/unison-nox11 maintainer) Approved by: Matthias Andree <mandree@FreeBSD.org> (implicit, net/unison232 maintainer) Approved by: tabthorpe (mentor) Notes: svn path=/head/; revision=297905
* - Update to 0.7.0Guido Falsi2012-05-088-56/+53
| | | | | | | | | - Update home page and MASTER_SITE Approved by: crees (mentor) Notes: svn path=/head/; revision=296247
* Make abraca fetchable again.Guido Falsi2012-05-041-1/+1
| | | | | | | Approved by: crees (mentor) Notes: svn path=/head/; revision=296019
* Change to my FreeBSD.org email address.Guido Falsi2012-04-141-1/+1
| | | | | | | Approved by: crees (mentor) Notes: svn path=/head/; revision=294819
* - fix build with updated devel/scons version 2.1.0Michael Scheidell2012-02-062-0/+26
| | | | | | | | | PR: ports/164765 Submitted by: Guido Falsi<mad@madpilot.net> (maintainer) Approved by: gabor (mentor) Notes: svn path=/head/; revision=290476
* Build fixes with glib 2.28. gtk 2.24, gtkmm 2.24 and vala 0.12.Koop Mast2011-07-303-0/+43
| | | | Notes: svn path=/head/; revision=278564
* - Remove empty filesFrederic Culot2011-05-142-0/+0
| | | | | | | | PR: ports/157018 Submitted by: Guido Falsi <mad@madpilot.net> (maintainer) Notes: svn path=/head/; revision=274082
* -Update to 0.6.0Beech Rintoul2011-05-135-43/+24
| | | | | | | | | | | | -Pass maintainership to submitter PR: ports/156685 Submitted by: Guido Falsi <mad@madpilot.net> Approved by: Olivier Smedts <olivier@gid0.org> (maintainer) itetcu (mentor)(implicit) Notes: svn path=/head/; revision=274063
* - Add missing patches from prev commitMartin Wilke2011-02-242-0/+37
| | | | Notes: svn path=/head/; revision=269607
* - Update to 0.7.DrNo.Martin Wilke2011-02-243-12/+11
| | | | | | | | | | | - Update WWW - chase xmms2 shlib bump PR: 144821 Submitted by: Guido Falsi <mad@madpilot.net> Notes: svn path=/head/; revision=269606
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* Mark as broken on sparc64: fails to compile, and also invokes i386 asm.Mark Linimon2009-09-151-1/+7
| | | | Notes: svn path=/head/; revision=241428
* - Update to 0.4Martin Wilke2009-08-193-21/+12
| | | | | | | | Submitted by: Anonymous <swell.k@gmail.com> Approved by: maintainer timeout Notes: svn path=/head/; revision=239948
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Chase xmmsclient shlib bumpPav Lucistnik2008-07-071-2/+2
| | | | | | | Pointy hat to: alexbl Notes: svn path=/head/; revision=216498
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-0/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214428
* - update xmms2 to 0.4DrKosmosAlexander Botero-Lowry2008-03-151-1/+1
| | | | | | | | | | | | - update gxmms2 to 0.7 and unbreak - bump soversion as needed - trim some clients (azrael, nyello) and bindings (java) that are no longer maintained Submitted by: Max Khon <fjoe@samodelkin.net> Notes: svn path=/head/; revision=209123
* Abraca is a GTK2 client for the XMMS2 music player. It is designed withMartin Wilke2007-06-044-0/+43
collections in mind, which makes managing your music a breeze. WWW: http://nooms.de/projects/abraca PR: ports/113189 Submitted by: Olivier Smedts <olivier at gid0.org> Notes: svn path=/head/; revision=192709