summaryrefslogtreecommitdiff
path: root/audio/xmcd
AgeCommit message (Collapse)AuthorFilesLines
2004-03-04Fix incorrect "INCOMPAT_CURSES" pattern for NetBSD 1.6A to 1.6S.tron1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
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-08-30Add definitions for DEINSTALL_EXTRA_TMPL and INSTALL_EXTRA_TMPL ifjlam1-1/+5
USE_PKGINSTALL is "YES". bsd.pkg.install.mk will no longer automatically pick up a INSTALL/DEINSTALL script in the package directory and assume that you want it for the corresponding *_EXTRA_TMPL variable.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-06-13Add NetBSD RCS tagscjep2-0/+2
2003-06-10Increment package revision (to 2) for curses and ncurses fix.jdc1-2/+2
2003-06-10Make cda build with either curses or ncurses by putting a conditionaljdc3-33/+35
in the Imakefile and testing this in visual.c. Fixes PR pkg/21839 by Matthias Scheler (thanks for testing the fix).
2003-06-10Add bunch of missing 1.5* and 1.6* patterns to INCOMPAT_CURSES.salo1-3/+2
2003-06-09Make xmcd use native curses in 1.6T and forward by replacing calls tojdc4-11/+143
putp(cursor_*) with curs_set(). Fixes lib/20030 by Thomas Klausner.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-3/+2
2003-01-28Instead of including bsd.pkg.install.mk directly in a package Makefile,jlam1-4/+4
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
2003-01-24Note in USE_NCURSES variable which functions actually are missing for thiswiz1-2/+2
to build with native curses.
2002-10-08* buildlink1 -> buildlink2jlam8-86/+114
* Properly handle local discography when installing/deinstalling the binary package. * Use bsd.pkg.install.mk to preserve local configuration files when reinstalling xmcd.
2002-10-08Simplify the description.jlam1-14/+6
2002-07-02Deprecate IS_INTERACTIVEagc1-2/+2
Mark this package with an interactive installation stage
2002-03-23Replace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.yyamano1-2/+2
2002-02-15mkdir -> ${MKDIR}skrll1-2/+2
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
2002-01-25Add kludge to fix problems with CDDB entries with genre "unclass" whichtron2-1/+15
are for some reason not recognized although such entries exist.
2002-01-10Update "xmcd" package to version 3.0.2:tron2-6/+11
- Fixed a problem with the xmcd disc ID field being sometimes partially obscured in the Album Details window. - Several changes to improve security.
2002-01-08Use "@unexec rmdir" on directory "lib/X11/xmcd/config" because it istron1-2/+2
usually still contains configuration files for the various CD-ROM drivers after deinstallation.
2002-01-08Patch various files in "post-patch" instead of "pre-install" target sotron1-2/+2
that files in work directory are owned by the user used to build the package and not by "root".
2002-01-08Use "${PKG_PREFIX}" in "DEINSTALL" script instead of some place holderstron1-3/+3
which should have been replaced with "sed" but were not.
2002-01-08Correct device name for ATAPI CD-ROMs under NetBSD.tron1-4/+18
2002-01-08Use "${PKG_PREFIX}" in "DEINSTALL" script instead of some place holderstron1-2/+2
which should have been replaced with "sed" but were not.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-09-08Use mk/motif.buildlink.mk instead of lesstif/buildlink.mk.jlam1-2/+2
2001-08-22Packages that USE_IMAKE shouldn't set USE_BUILDLINK_ONLY, as they don'tjlam1-6/+5
satisfy the condition of being "strongly-buildlinked" (see http://mail-index.netbsd.org/tech-pkg/2001/08/20/0005.html for the definition). This is in response to the recent change to bsd.pkg.mk to not use buildlink-x11.
2001-08-05Regen.fredb1-1/+2
2001-08-05Make this build.fredb1-0/+13
2001-07-24Update xmcd to version 3.0.1. Addresses PR 13519 by Kevin Sindhu.nra9-209/+274
Ver 3.0 patchlevel 1 released Sat Jul 14 19:58:39 PDT 2001 ---------------------------------------------------------- CD-ROM drive support changes: - Added a new "scsiVersionCheck" parameter to the device.cfg file. This is to make the CD-ROM drive SCSI-2 version checking in xmcd and cda configurable. OS Support changes: - Re-introduced support for the OpenVMS operating system on Alpha AXP and VAX platforms. - Added code to support for IDE/ATAPI drives on the OpenVMS platform. Since OpenVMS supports these drives via SCSI-emulation, xmcd should be configured for a SCSI device. Other changes: - Replaced the "CDDB disable" button in xmcd with the "Internet Offline" button. The new "offline" mode differs from the old "disable" mode in that CDDB lookups will still occur from the local cache (no Internet CDDB server will be accessed). Also, xmcd's wwwWarp menu entries which would invoke a remote web site will be disabled. This should be used when the system is not connected to the Internet (e.g., on a dialup connection while not online). Similarly, the -cddb and -nocddb command line options in cda have been changed to -online and -offline with the same change in semantics. The disableCddb parameter in common.cfg has also been changed to internetOffline. - Fixed a bug that was causing submissions to the CDDB² service to fail even though the data is acceptable and the network/servers are running fine. - Fixed an xmcd problem where the keypad time display and track warp slider would freeze when the playback mode is not in segment play mode but the main window time display is set to "e-seg" or "r-seg". - Fixed a problem with using the xmcd keypad to go to another track or disc while playing program or shuffle modes. - Removed some conditions that could cause SIGALRMs to be received while xmcd is handling X events. Also, fixed certain situations where spawned child processes were handling X events instead of the parent. This was causing sporadic X errors and xmcd crashes. - Fixed a bug that caused classic CDDB lookup to fail if HTTP proxy authorization is enabled. - Changed xmcd to keep the Credit Fullname Wizard window open if a user clicks the Credit 'Add', 'Modify' or 'Delete' buttons, or select/de-select credit list items. Also, enhance the data fields verification for the full name wizard window. - Enhanced xmcd and cda to handle erroneous CDDB data more gracefully, where a subgenre is set to the value that of a genre, or where a subrole is set to the value of a role category. - Fixed a missing single quote in libdi_d/config.sh that was causing the script to fail while configuring proxy servers. Also, fixed a problem with reading the device configuration files where the wrong device parameters would get used. - The install.sh and config.sh scripts will now use nawk if it's available on the system. Otherwise it falls back to using awk.
2001-07-02Update to let buildlink-x11 handle more of the work of properjlam3-14/+6
configuration.
2001-07-01Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam3-12/+13
2001-05-06Don't run amok with 'rm -fr'; instead tell the user to delete some fileswiz2-5/+37
that could have been modified, but that he could want to safe, himself. Addresses pkg/12373 by Olaf Seibert.
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-11/+9
+ 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
2000-09-09Also patch the start and config skripts to use ${MACHINE_ARCH} insteadwiz5-6/+41
of uname -m (instead of only install skript only). Addresses pkg/10017.
2000-03-16test -> ${TEST}wiz1-2/+2
2000-02-13Update xmcd to 2.6. New command line option to start playingfredb6-60/+40
a particular track immediately, more. Complete history at <http://metalab.unc.edu/tkan/xmcd/changes.txt>
2000-01-15Update dependency on ncurses to >=4.2jlam1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-08-08Update checksum for distribution file from new master site.tron1-2/+2
1999-08-08Update master site. Fixes PR pkg/8162 by Jim Spath.tron1-2/+2
1999-07-09Add package patch-sum filesagc1-0/+6
1999-07-06 * Update ncurses dependency.jlam1-2/+2
1999-06-28Update "xmcd" package to version 2.5.tron4-22/+80
1999-04-13Fix HOMEPAGE url - from jlovy@multimania.comabs1-2/+2