Date: Mon, 14 Jul 2014 09:56:30 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361745 - head/audio/mp3info Message-ID: <201407140956.s6E9uU7F067219@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jul 14 09:56:30 2014 New Revision: 361745 URL: http://svnweb.freebsd.org/changeset/ports/361745 QAT: https://qat.redports.org/buildarchive/r361745/ Log: - Update COMMENT - Remove ALL_TARGET=doc - Remove WANT_GNOME - Simplify Makefile - Cosmetic change - Update pkg-descr Modified: head/audio/mp3info/Makefile head/audio/mp3info/pkg-descr Modified: head/audio/mp3info/Makefile ============================================================================== --- head/audio/mp3info/Makefile Mon Jul 14 09:23:34 2014 (r361744) +++ head/audio/mp3info/Makefile Mon Jul 14 09:56:30 2014 (r361745) @@ -7,40 +7,31 @@ CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/sound/mp3-utils/mp3info DISTNAME= ${PORTNAME}-${PORTVERSION}a -EXTRACT_SUFX= .tgz MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Tool to manipulate ID3 tags for MP3 files +COMMENT= MP3 technical info viewer and ID3 1.x tag editor LICENSE= GPLv2 -WANT_GNOME= yes - -PORTDOCS= ChangeLog README mp3info.txt - OPTIONS_DEFINE= GTK2 GTK2_DESC= Enable to have the gmp3info -GTK2_USES= pkgconfig -GTK2_USE= GNOME=gtk20 -GTK2_ALL_TARGET= gmp3info -GTK2_PLIST_FILES= bin/gmp3info +ALL_TARGET= mp3info +USES= tar:tgz PLIST_FILES= bin/mp3info man/man1/mp3info.1.gz +PORTDOCS= ChangeLog README mp3info.txt -ALL_TARGET= doc mp3info - -.include <bsd.port.options.mk> +GTK2_ALL_TARGET= gmp3info +GTK2_PLIST_FILES= bin/gmp3info +GTK2_USE= GNOME=gtk20 +GTK2_USES= pkgconfig do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${STAGEDIR}${PREFIX}/man/man1 -.if ${PORT_OPTIONS:MGTK2} - ${INSTALL_PROGRAM} ${WRKSRC}/gmp3info ${STAGEDIR}${PREFIX}/bin -.endif -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${STAGEDIR}${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} -.endif + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + ${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${STAGEDIR}${PREFIX}/man/man1/ + -${INSTALL_PROGRAM} ${WRKSRC}/gmp3info ${STAGEDIR}${PREFIX}/bin/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include <bsd.port.mk> Modified: head/audio/mp3info/pkg-descr ============================================================================== --- head/audio/mp3info/pkg-descr Mon Jul 14 09:23:34 2014 (r361744) +++ head/audio/mp3info/pkg-descr Mon Jul 14 09:56:30 2014 (r361745) @@ -1,9 +1,6 @@ -A small utility to read and write ID3 tags, as well as retrieve and display -the MP3 header information. - -Some features include: -* Get, set and wipe ID3 tags -* User-definable output formatting -* Rename files according to a user-defined scheme +MP3Info is a little utility used to read and modify the ID3 tags of MP3 files. +MP3Info can also display various techincal aspects of an MP3 file including +playing time, bit-rate, sampling frequency and other attributes in a pre-defined +or user-specifiable output format. WWW: http://ibiblio.org/mp3info/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407140956.s6E9uU7F067219>