update to 1.12

from MAINTAINER Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
This commit is contained in:
jasper 2007-03-16 13:20:58 +00:00
parent 1b056483fc
commit 6a90289c6a
3 changed files with 12 additions and 9 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2006/12/08 07:06:38 steven Exp $ # $OpenBSD: Makefile,v 1.2 2007/03/16 13:20:58 jasper Exp $
COMMENT= "fetch info from MPEG-4 files" COMMENT= "fetch info from MPEG-4 files"
MODULES= cpan MODULES= cpan
DISTNAME= MP4-Info-1.11 DISTNAME= MP4-Info-1.12
CATEGORIES= audio CATEGORIES= audio
MAINTAINER= Andreas Bihlmaier <andreas.bihlmaier@gmx.de> MAINTAINER= Andreas Bihlmaier <andreas.bihlmaier@gmx.de>
@ -14,4 +14,6 @@ PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes PERMIT_DISTFILES_FTP= Yes
RUN_DEPENDS= ::devel/p5-IO-String
.include <bsd.port.mk> .include <bsd.port.mk>

View File

@ -1,4 +1,5 @@
MD5 (MP4-Info-1.11.tar.gz) = 6fbb295acf0dfb6465c12b0e1c668212 MD5 (MP4-Info-1.12.tar.gz) = 139d217655185fd342c617193b6be731
RMD160 (MP4-Info-1.11.tar.gz) = 97fbd0b32d9d022b9749decbca4c512f554f8953 RMD160 (MP4-Info-1.12.tar.gz) = 9d26b364c879c70471bfb405bb1bd6f20849b4bb
SHA1 (MP4-Info-1.11.tar.gz) = 4755e9439d86daa52cd08ec4cfb797d371c6ffcd SHA1 (MP4-Info-1.12.tar.gz) = f610823edd0f596c15f831e2b613d73415ba77d6
SIZE (MP4-Info-1.11.tar.gz) = 133090 SHA256 (MP4-Info-1.12.tar.gz) = 1da39794472de001421553ca938af802914a94c63e68218872837caccbf20522
SIZE (MP4-Info-1.12.tar.gz) = 133627

View File

@ -1,3 +1,3 @@
The MP4::Info module can be used to extract tag and meta information from The MP4::Info module can be used to extract tag and meta information
MPEG-4 audio (AAC) and video files (.mp4, .m4a, .m4p, .3gp). It is designed from MPEG-4 audio (AAC) and video files (.mp4, .m4a, .m4p, .3gp). It
as a drop-in replacement for MP3::Info. is designed as a drop-in replacement for MP3::Info.