summaryrefslogtreecommitdiff
path: root/audio/gmp3info
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests to the SHA1 ones.agc1-1/+2
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-04-11bl3ifyxtraeme1-4/+4
2003-09-28Back out last change related to moving ncurses/buildlink2.mk tojlam1-2/+2
curses.buildlink2.mk. This was wrong because we _really_ do want to express that we want _n_curses when we include the buildlink2.mk file. We should have a better way to say that the NetBSD curses doesn't quite work well enough. In fact, it's far better to depend on ncurses by default, and exceptionally note when it's okay to use NetBSD curses for specific packages. We will look into this again in the future.
2003-09-27move ncurses/buildlink2.mk to mk/curses.buildlink2.mk, as it providesgrant1-2/+2
support for base system curses/ncurses as well as ncurses itself. suggested by wiz.
2003-09-21Fix build problem with GCC 3.3.1.tron2-1/+25
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2002-12-30Update "gmp3info" package to version 0.8.4. Changes since version 0.8.2:tron2-5/+5
- Added %k format specifier to allow printing of the file size in formatted text output (-p option) - Rearranged some items in the man page and quick help (-h) to make them more readable. - Fixed minor logic bug in mp3tech - Now compiles under CYGWIN32 - Manual page typos fixed - Now correctly recognizes and reports MPEG version 2.5 files - Clearing individual ID3 fields can now be accomplished by passing a blank argument ("") to any tag setting switch (-t, -a, etc.) - Fixed a bug in GTK version that showed garbage or nothing where track information should have been displayed. - Fixed a bug that prevented the interactive curses version from changing from one genre to another if the second genre contained fewer characters than the first. - Added a FILE | OPEN menu to the GTK version - Added a technical information view to the GTK version - Added an 'About' box to GTK version
2002-09-21buildlink1 -> buildlink2jlam3-19/+10
2002-08-07Create new variables INCOMPAT_ZLIB, INCOMPAT_BZIP2, INCOMPAT_READLINE,jlam1-2/+2
INCOMPAT_GETTEXT that are analogous to INCOMPAT_ICONV and contain lists of shell wildcards intended to match against ${MACHINE_PLATFORM}. These variables are used to note those platforms that have the named packages in the base system but are incompatible in some way from the pkgsrc version of the same package. Change INCOMPAT_CURSES to have the same sematics as above. These variables allow much greater precision in specifying which platforms have broken (for the purposes of pkgsrc) versions of software in the base system that must be ignored. The buildlink.mk files for these packages define private _INCOMPAT_* versions of these variables, and they contain the default lists of platforms that are known to have incompatible software bits. This addresses pkg/17775 submitted by Julien T. Letessier <julien.letessier at sun dot com>.
2001-12-25Add comment with reason for INCOMPAT_CURSES setting.wiz1-1/+2
2001-12-25Use new INCOMPAT_CURSES instead of grep-hack.wiz1-8/+2
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-10-24I am a triple idiot. The only relevant variable that x11.buildlink.mkjlam1-2/+2
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR, which points to the location of the X11R6 hierarchy used during building. If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to ${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and revert changes to move x11.buildlink.mk before the other buildlink.mk files.
2001-10-23x11.buildlink.mk needs to be included before any buildlink.mk files thatjlam1-2/+2
use X11_BUILDLINK_MK as a test value. Generally just reordering the inclusions so that x11.buildlink.mk comes before the other buildlink.mk files will make everthing work.
2001-10-18Enforce the use of "ncurses" if NetBSD's "curses" library doesn'ttron1-4/+11
support wgetnstr(3).
2001-09-30Mark as USE_BUILDLINK_ONLY (not that it changes anything in this case, butwiz1-1/+2
it should be noted :)
2001-09-30Buildlinkify (should be strongly buildlinked now).wiz3-10/+20
2001-09-27Mechanical changes to 375 files to change dependency patterns of the formjlam1-2/+2
foo-* to foo-[0-9]*. This is to cause the dependencies to match only the packages whose base package name is "foo", and not those named "foo-bar". A concrete example is p5-Net-* matching p5-Net-DNS as well as p5-Net. Also change dependency examples in Packages.txt to reflect this.
2001-04-18Move to sha1 digests, and add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-6/+4
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-15Import new "gmp3info" package:tron7-0/+79
Utility to read and modify the ID3 tags of MP3 files