summaryrefslogtreecommitdiff
path: root/audio/mpg123.el
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-10-16 07:20:06 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-10-16 07:20:06 +0000
commita5697be5acf79630700846c7005daa887be20751 (patch)
tree3b340ea7de98a8b76ba4569af9e740140ff21908 /audio/mpg123.el
parentAdd archie.el (diff)
a front-end to mpg123 audio player for Emacsen
Notes
Notes: svn path=/head/; revision=22483
Diffstat (limited to 'audio/mpg123.el')
-rw-r--r--audio/mpg123.el/Makefile34
-rw-r--r--audio/mpg123.el/distinfo1
-rw-r--r--audio/mpg123.el/pkg-comment1
-rw-r--r--audio/mpg123.el/pkg-descr15
-rw-r--r--audio/mpg123.el/pkg-plist2
5 files changed, 53 insertions, 0 deletions
diff --git a/audio/mpg123.el/Makefile b/audio/mpg123.el/Makefile
new file mode 100644
index 000000000000..8041e6d9d512
--- /dev/null
+++ b/audio/mpg123.el/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: mpg123.el
+# Version required: 1.5
+# Date created: 99/10/6
+# Whom: Satoshi Taoka <taoka@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+DISTNAME= mpg123.el
+PKGNAME= mpg123.el-1.5
+CATEGORIES= audio elisp
+MASTER_SITES= http://www.gentei.org/~yuuji/software/mpg123el/
+EXTRACT_SUFX= # empty
+
+MAINTAINER= taoka@FreeBSD.org
+
+RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123
+
+EXTRACT_ONLY= # empty
+NO_WRKSUBDIR= yes
+NO_BUILD= yes
+WRKSRC= ${WRKDIR}
+
+ELISPDIR= ${PREFIX}/share/emacs/site-lisp
+XELISPDIR= ${PREFIX}/lib/xemacs/site-lisp
+
+do-install:
+ ${MKDIR} ${ELISPDIR}
+ ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${ELISPDIR}
+# For XEmacs
+ ${MKDIR} ${XELISPDIR}
+ ${LN} -sf ${ELISPDIR}/${DISTNAME} ${XELISPDIR}
+
+.include <bsd.port.mk>
diff --git a/audio/mpg123.el/distinfo b/audio/mpg123.el/distinfo
new file mode 100644
index 000000000000..38e149cb22d3
--- /dev/null
+++ b/audio/mpg123.el/distinfo
@@ -0,0 +1 @@
+MD5 (mpg123.el) = 3fd7b7167752de5136c00c276f2f0735
diff --git a/audio/mpg123.el/pkg-comment b/audio/mpg123.el/pkg-comment
new file mode 100644
index 000000000000..4b33f5754962
--- /dev/null
+++ b/audio/mpg123.el/pkg-comment
@@ -0,0 +1 @@
+a front-end to mpg123 audio player for Emacsen
diff --git a/audio/mpg123.el/pkg-descr b/audio/mpg123.el/pkg-descr
new file mode 100644
index 000000000000..3a549c75c9e1
--- /dev/null
+++ b/audio/mpg123.el/pkg-descr
@@ -0,0 +1,15 @@
+The mpg123.el Emacs-Lisp program is a front-end to mpg123 audio player.
+You can select and play an mp3 files from the list in your Emacs's buffer with
+familiar interface.
+
+Because mpg123.el is an Emacs-Lisp program and is written carefully to
+preserve portability, it must run on almost all variant of Emacs, especially
+recent one. Here is the list of environment where mpg123.el is reported to be
+available. If you find mpg123 running on other platforms than below, please
+tell me your environment.
+
+Put the expression below into your ~/.emacs.
+
+(autoload 'mpg123 "mpg123" "A Front-end to mpg123" t)
+
+WWW: http://www.gentei.org/~yuuji/software/mpg123el/
diff --git a/audio/mpg123.el/pkg-plist b/audio/mpg123.el/pkg-plist
new file mode 100644
index 000000000000..453054918e3d
--- /dev/null
+++ b/audio/mpg123.el/pkg-plist
@@ -0,0 +1,2 @@
+share/emacs/site-lisp/mpg123.el
+lib/xemacs/site-lisp/mpg123.el