From 89956dfc80a11483ae9de6e9d1f9d4dd19931eee Mon Sep 17 00:00:00 2001 From: Seiichirou Hiraoka Date: Fri, 16 Apr 1999 06:43:57 +0000 Subject: PR: ports/10652 Submitted by: cpiazza@home.net A Generic music player for UNIX systems. Written in GTK, it has optional GNOME support. --- audio/xhippo/Makefile | 25 +++++++++++++++++++++++++ audio/xhippo/distinfo | 1 + audio/xhippo/pkg-comment | 1 + audio/xhippo/pkg-descr | 6 ++++++ audio/xhippo/pkg-message | 3 +++ audio/xhippo/pkg-plist | 1 + 6 files changed, 37 insertions(+) create mode 100644 audio/xhippo/Makefile create mode 100644 audio/xhippo/distinfo create mode 100644 audio/xhippo/pkg-comment create mode 100644 audio/xhippo/pkg-descr create mode 100644 audio/xhippo/pkg-message create mode 100644 audio/xhippo/pkg-plist (limited to 'audio') diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile new file mode 100644 index 000000000000..c41d51ab2dac --- /dev/null +++ b/audio/xhippo/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xhippo +# Version required: 0.8 +# Date created: 16 March 1999 +# Whom: Rod Taylor +# +# $Id$ +# + +DISTNAME= xhippo-0.8 +CATEGORIES= audio +MASTER_SITES= http://zenchaos.netpedia.net/software/ + +MAINTAINER= tr49986@rcc.on.ca + +RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 + +GNU_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config" +USE_XLIB= yes + +post-install: + @${CAT} ${PKGDIR}/MESSAGE + +.include diff --git a/audio/xhippo/distinfo b/audio/xhippo/distinfo new file mode 100644 index 000000000000..9bdc0449fab0 --- /dev/null +++ b/audio/xhippo/distinfo @@ -0,0 +1 @@ +MD5 (xhippo-0.8.tar.gz) = 054b48c0b5964fdf6daf0e6cbc5e781c diff --git a/audio/xhippo/pkg-comment b/audio/xhippo/pkg-comment new file mode 100644 index 000000000000..52c8c7e09d16 --- /dev/null +++ b/audio/xhippo/pkg-comment @@ -0,0 +1 @@ +A Generic music player for UNIX systems. diff --git a/audio/xhippo/pkg-descr b/audio/xhippo/pkg-descr new file mode 100644 index 000000000000..852469e7cc90 --- /dev/null +++ b/audio/xhippo/pkg-descr @@ -0,0 +1,6 @@ +Xhippo is a Generic music player for Unix. Written in GTK, it has optional +GNOME support. + +It supports all types of files, defaults including mp3, midi, wav, etc. + +More can be added via the configuration file using external players diff --git a/audio/xhippo/pkg-message b/audio/xhippo/pkg-message new file mode 100644 index 000000000000..6d171433452d --- /dev/null +++ b/audio/xhippo/pkg-message @@ -0,0 +1,3 @@ +*** +Playlists should be created like: +find ~/sound -name *.mp3 | sort > playlist diff --git a/audio/xhippo/pkg-plist b/audio/xhippo/pkg-plist new file mode 100644 index 000000000000..96a2db502b94 --- /dev/null +++ b/audio/xhippo/pkg-plist @@ -0,0 +1 @@ +bin/xhippo -- cgit v1.2.3