aboutsummaryrefslogtreecommitdiffstats
path: root/audio/cantus_3
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+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)
* Fix the build with new libsigc++20 2.2.2.mezz2008-03-271-0/+4
| | | | Reported by: pointyhat via pav
* Mark as ignore on sparc64: tries to include i386 asm code.linimon2008-02-011-1/+7
|
* Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-252-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* - Fix build on <7.xsat2007-09-081-3/+3
| | | | Reported by: pointyhat via pav
* - Update to 3.0.2sat2007-08-139-76/+67
|
* Fix build on 64bit platformsarved2007-08-132-0/+40
|
* - Bump forgotten ports to chase libvorbis updatesat2007-07-311-2/+2
|
* - Welcome X.org 7.2 \o/.flz2007-05-202-3/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Remove 4.X support from unmaintained ports in categories starting withgabor2007-04-151-7/+1
| | | | letter a-c
* In preparation to deprecate shells/bash2:bsam2006-12-231-1/+1
| | | | . change BUILD_DEPENDS: shells/bash2 -> shells/bash.
* Reset inactive maintainer asa@gascom.ru.linimon2006-11-131-1/+1
| | | | Hat: portmgr
* Make fetchable from developers website.stefan2006-11-121-2/+1
| | | | | | PR: 104585 Submitted by: Thomas Abthorpe <thomas@goodking.ca> Approved by: maintainer timeout (> 3 weeks)
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-2/+4
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* x11-toolkits/gtk--2 -> x11-toolkits/gtkmm20mezz2006-05-291-1/+1
| | | | | | | | | | | | | | | | x11-toolkits/gtk--2-reference -> x11-toolkits/gtkmm20-reference Rename this ports to use the real vendor package name. The advantage of this is to allow our users' keyword search works and easier for users to file the Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and other OSs have the correct package name, but not in our ports tree. My team, FreeBSD GNOME Team, have agreed with it. As for other ports, chase the rename. PR: ports/97985 Repocopy by: marcus
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-1/+1
|
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
|
* Fix pkg-plist. Added the gnomeprefix USE_GNOME component so thatadamw2005-03-083-8/+9
| | | | | | | $PREFIX/share/gnome/help isn't an error, and patched the sources to recognize $PREFIX/share/doc instead of $PREFIX/doc. Removed the BROKEN line relating to pkg-plist bidness as well.
* BROKEN: Incomplete pkg-plistkris2005-02-281-0/+2
|
* Add cantus_3, a sleek GTK2 mp3/ogg/vorbis tagger/renamer.adamw2004-12-057-0/+110
Cantus is an easy to use tool for tagging and renaming MP3 and OGG/Vorbis files. It has many features including mass tagging and renaming of MP3s, the ability to generate a tag out of the filename, filter definitions for renaming, recursive actions, CDDB (Freedb) lookup (no CD needed), copy between ID3V1 and ID3V2 tags, and a lot more. WWW: http://www.debain.org/software/cantus/ PR: ports/66799 Submitted by: Sergey Akifyev <asa@gascom.ru>