summaryrefslogtreecommitdiff
path: root/audio/id3el
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-12-20 00:44:08 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-12-20 00:44:08 +0000
commit57eaa9a9fff4270c0244c9957d5575d5fcefb4d0 (patch)
tree8b5958bfb949d691d98c77437fe624545884782f /audio/id3el
parentUpdate to version 1.17 (diff)
An add-on to edit an id3 tag for mpg123-mode (mpg123.el) on Emacsen
Notes
Notes: svn path=/head/; revision=36142
Diffstat (limited to 'audio/id3el')
-rw-r--r--audio/id3el/Makefile31
-rw-r--r--audio/id3el/distinfo1
-rw-r--r--audio/id3el/pkg-comment1
-rw-r--r--audio/id3el/pkg-descr8
-rw-r--r--audio/id3el/pkg-plist5
5 files changed, 46 insertions, 0 deletions
diff --git a/audio/id3el/Makefile b/audio/id3el/Makefile
new file mode 100644
index 000000000000..4968397860da
--- /dev/null
+++ b/audio/id3el/Makefile
@@ -0,0 +1,31 @@
+# New ports collection makefile for: id3el
+# Date created: Sep 26, 2000
+# Whom: Satoshi Taoka <taoka@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= id3el
+PORTVERSION= 0.05
+CATEGORIES= audio elisp
+MASTER_SITES= http://www.gentei.org/~yuuji/software/mpg123el/
+DISTNAME= id3el-${PORTVERSION}
+
+MAINTAINER= taoka@FreeBSD.org
+
+RUN_DEPENDS= ${LOCALBASE}/lib/xemacs/site-lisp/mpg123.el:${PORTSDIR}/audio/mpg123.el
+
+ALL_TARGET= id3put
+
+ELISPDIR= ${PREFIX}/share/emacs/site-lisp
+XELISPDIR= ${PREFIX}/lib/xemacs/site-lisp
+
+do-install:
+ ${MKDIR} ${ELISPDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${PORTNAME} ${ELISPDIR}
+ ${INSTALL_PROGRAM} ${WRKSRC}/id3put ${PREFIX}/bin
+# For XEmacs
+ ${MKDIR} ${XELISPDIR}
+ ${LN} -sf ${ELISPDIR}/${PORTNAME} ${XELISPDIR}
+
+.include <bsd.port.mk>
diff --git a/audio/id3el/distinfo b/audio/id3el/distinfo
new file mode 100644
index 000000000000..2fb234eb3db7
--- /dev/null
+++ b/audio/id3el/distinfo
@@ -0,0 +1 @@
+MD5 (id3el-0.05.tar.gz) = 21e29d82a960a4f51e4fddcdd5b65014
diff --git a/audio/id3el/pkg-comment b/audio/id3el/pkg-comment
new file mode 100644
index 000000000000..d1472ace0c08
--- /dev/null
+++ b/audio/id3el/pkg-comment
@@ -0,0 +1 @@
+An add-on to edit an id3 tag for mpg123-mode (mpg123.el) on Emacsen
diff --git a/audio/id3el/pkg-descr b/audio/id3el/pkg-descr
new file mode 100644
index 000000000000..9416fcb0faf2
--- /dev/null
+++ b/audio/id3el/pkg-descr
@@ -0,0 +1,8 @@
+This is an add-on to enable editing ID3 tag by typing `E' in
+mpg123-mode's (ports/audio/mpg123.el) buffer on Emacsen.
+
+Put the expression below into your ~/.emacs.
+
+(load "id3.el")
+
+WWW: http://www.gentei.org/~yuuji/software/mpg123el/
diff --git a/audio/id3el/pkg-plist b/audio/id3el/pkg-plist
new file mode 100644
index 000000000000..876f63d23c32
--- /dev/null
+++ b/audio/id3el/pkg-plist
@@ -0,0 +1,5 @@
+bin/id3put
+share/emacs/site-lisp/id3.el
+lib/xemacs/site-lisp/id3.el
+@dirrm lib/xemacs/site-lisp
+@dirrm lib/xemacs