mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
a front-end to mpg123 audio player for Emacsen
This commit is contained in:
parent
2beb695216
commit
a5697be5ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22483
34
audio/mpg123.el/Makefile
Normal file
34
audio/mpg123.el/Makefile
Normal file
@ -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>
|
1
audio/mpg123.el/distinfo
Normal file
1
audio/mpg123.el/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mpg123.el) = 3fd7b7167752de5136c00c276f2f0735
|
1
audio/mpg123.el/pkg-comment
Normal file
1
audio/mpg123.el/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
a front-end to mpg123 audio player for Emacsen
|
15
audio/mpg123.el/pkg-descr
Normal file
15
audio/mpg123.el/pkg-descr
Normal file
@ -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/
|
2
audio/mpg123.el/pkg-plist
Normal file
2
audio/mpg123.el/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
share/emacs/site-lisp/mpg123.el
|
||||
lib/xemacs/site-lisp/mpg123.el
|
Loading…
Reference in New Issue
Block a user