diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-17 10:53:08 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-02-17 10:53:08 +0000 |
commit | 9da8f3926984072a63be73ae30bf09cab1a2d557 (patch) | |
tree | 77a054fc3029790f350b16c9b6c5ea3a93b804f4 /audio/xmcd | |
parent | 5ac3f1e5ce5e8c8cdc9d545b47f1d19aaa46d7e0 (diff) | |
download | ports-9da8f3926984072a63be73ae30bf09cab1a2d557.tar.gz ports-9da8f3926984072a63be73ae30bf09cab1a2d557.zip |
Notes
Diffstat (limited to 'audio/xmcd')
-rw-r--r-- | audio/xmcd/Makefile | 20 | ||||
-rw-r--r-- | audio/xmcd/distinfo | 1 | ||||
-rw-r--r-- | audio/xmcd/files/patch-aa | 19 | ||||
-rw-r--r-- | audio/xmcd/pkg-comment | 14 | ||||
-rw-r--r-- | audio/xmcd/pkg-descr | 14 | ||||
-rw-r--r-- | audio/xmcd/pkg-plist | 11 |
6 files changed, 79 insertions, 0 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile new file mode 100644 index 000000000000..22f55d9beb61 --- /dev/null +++ b/audio/xmcd/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: xmcd +# Version required: 1.4 +# Date created: 16 Februar 1995 +# Whom: gena +# +# $Id: Makefile,v 1.0 1995/02/16 21:44:00 gena Exp $ +# + +DISTNAME= xmcd-1.4 +DISTFILES= xmcd-1.4.tar.gz + +MASTER_SITES= ftp://ftp.x.org/contrib/applications/xmcd/ + +USE_IMAKE= yes +IS_INTERACTIVE= yes + +pre-install: + @(cd ${WRKSRC}; ${MAKE} Makefiles) + +.include <bsd.port.mk> diff --git a/audio/xmcd/distinfo b/audio/xmcd/distinfo new file mode 100644 index 000000000000..125813d0e53c --- /dev/null +++ b/audio/xmcd/distinfo @@ -0,0 +1 @@ +MD5 (xmcd-1.4.tar.gz) = c01d84db2a599dbadc78749704cc6a65 diff --git a/audio/xmcd/files/patch-aa b/audio/xmcd/files/patch-aa new file mode 100644 index 000000000000..a7f88482e42e --- /dev/null +++ b/audio/xmcd/files/patch-aa @@ -0,0 +1,19 @@ +*** xmcd.d/Imakefile~ Thu Feb 16 20:48:56 1995 +--- xmcd.d/Imakefile Thu Feb 16 20:49:17 1995 +*************** +*** 43,49 **** + * #include "Motif.tmpl" + * #include "Motif.rules" + */ +! LOCAL_LIBRARIES= XmClientLibs + + + /**** Optional defines: Change as you see fit. ***************************** +--- 43,49 ---- + * #include "Motif.tmpl" + * #include "Motif.rules" + */ +! LOCAL_LIBRARIES= -lXm -lXt -lX11 -lXext + + + /**** Optional defines: Change as you see fit. ***************************** diff --git a/audio/xmcd/pkg-comment b/audio/xmcd/pkg-comment new file mode 100644 index 000000000000..c00bedc19f16 --- /dev/null +++ b/audio/xmcd/pkg-comment @@ -0,0 +1,14 @@ +xmcd-1.4-patchlevel 1 - Motif CD player - includes +statically (xmcd) and dynamically (xmcd-sh) linked +with Motif-2.0 library xmcd binary +and dynamically linked cda and wm2xmcd binaries. + +this package works only on 2.1.0 ( or higher ) +versions of FreeBSD due to SCSI system requirements. + +it also could be run on 1.1.5.1 or 2.0 with appropriate +kernel patches. + +After installation go to /usr/X11R6/lib/X11/xmcd/config +and type 'sh configure.sh' to reconfigure xmcd to use +your CD-ROM settings. diff --git a/audio/xmcd/pkg-descr b/audio/xmcd/pkg-descr new file mode 100644 index 000000000000..761dcb3fc50b --- /dev/null +++ b/audio/xmcd/pkg-descr @@ -0,0 +1,14 @@ +Xmcd is a program that allows the use of the CD-ROM drive +as a full-featured stereo compact-disc player for the X +window system. + +Most of the features found on real CD players are +available in xmcd, such as shuffle and repeat, track +programming functions, a numeric keypad and track warp +slider for direct track access. Additional functions +include sample play, A to B segment play, volume control, +balance control, etc. Several automation options are also +available on CD load, eject, play completion and program +exit. A Channel Routing feature allow you to select from +several stereo or mono routing options. The volume +control slider taper characteristics can also be altered. diff --git a/audio/xmcd/pkg-plist b/audio/xmcd/pkg-plist new file mode 100644 index 000000000000..75fe7af14815 --- /dev/null +++ b/audio/xmcd/pkg-plist @@ -0,0 +1,11 @@ +@cwd /usr/X11R6 +@mode 755 +bin/xmcd +bin/cda +bin/wm2xmcd +@mode 444 +man/man1/xmcd.1.gz +man/man1/cda.1.gz +man/man1/wm2xmcd.1.gz +@mode 755 +lib/X11/xmcd |