diff options
Diffstat (limited to 'audio/xcd/pkg')
-rw-r--r-- | audio/xcd/pkg/COMMENT | 1 | ||||
-rw-r--r-- | audio/xcd/pkg/DESCR | 10 | ||||
-rw-r--r-- | audio/xcd/pkg/PLIST | 21 |
3 files changed, 32 insertions, 0 deletions
diff --git a/audio/xcd/pkg/COMMENT b/audio/xcd/pkg/COMMENT new file mode 100644 index 00000000000..671a4b3d427 --- /dev/null +++ b/audio/xcd/pkg/COMMENT @@ -0,0 +1 @@ +A Tcl/Tk CD player. diff --git a/audio/xcd/pkg/DESCR b/audio/xcd/pkg/DESCR new file mode 100644 index 00000000000..a05075ed0f7 --- /dev/null +++ b/audio/xcd/pkg/DESCR @@ -0,0 +1,10 @@ +Xcd is a simple GUI to control a CD player. It requires Tcl/Tk to be +installed on your system. +Xcd has the usual buttons to control a CD player: "play", +"pause/resume", "stop", "eject", "next track", "previous track", +"rewind", "forward" and a volume slider. Xcd displays continuously the +current track number and the elapsed time of the track. Pressing the +left mouse button on the "track" label causes Xcd to display the total +number of the tracks and the total duration of the disk. Pressing the +left mouse button on the "time" label causes xcd to display the +duration of the current track. diff --git a/audio/xcd/pkg/PLIST b/audio/xcd/pkg/PLIST new file mode 100644 index 00000000000..d25ab2d67de --- /dev/null +++ b/audio/xcd/pkg/PLIST @@ -0,0 +1,21 @@ +bin/cdplayer +bin/xcd +lib/xcd/eject.xbm +lib/xcd/eject_s.xbm +lib/xcd/ff.xbm +lib/xcd/ff_s.xbm +lib/xcd/next.xbm +lib/xcd/next_s.xbm +lib/xcd/pause.xbm +lib/xcd/pause_s.xbm +lib/xcd/play.xbm +lib/xcd/play_s.xbm +lib/xcd/prev.xbm +lib/xcd/prev_s.xbm +lib/xcd/rewind.xbm +lib/xcd/rewind_s.xbm +lib/xcd/stop.xbm +lib/xcd/stop_s.xbm +man/man1/cdplayer.1.gz +man/man1/xcd.1.gz + |