diff options
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/id3el/Makefile | 31 | ||||
-rw-r--r-- | audio/id3el/distinfo | 1 | ||||
-rw-r--r-- | audio/id3el/pkg-comment | 1 | ||||
-rw-r--r-- | audio/id3el/pkg-descr | 8 | ||||
-rw-r--r-- | audio/id3el/pkg-plist | 5 |
6 files changed, 47 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 3f3c1bc68f2d..2489498d35a5 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -64,6 +64,7 @@ SUBDIR += holyshout SUBDIR += icecast SUBDIR += id3ed + SUBDIR += id3el SUBDIR += id3lib SUBDIR += id3ren SUBDIR += juke 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 |