Import Mac::iTunes::Library

This modules provides a data structure for representing a item (song,
URL, video) within an iTunes library and a collection of items to make a
library. It provides methods for parsing an iTunes XML formatted
library.

ok sthen@
This commit is contained in:
merdely 2013-11-16 15:09:02 +00:00
parent 059b8da635
commit d237adb6ef
4 changed files with 41 additions and 0 deletions

View File

@ -0,0 +1,20 @@
# $OpenBSD: Makefile,v 1.1.1.1 2013/11/16 15:09:02 merdely Exp $
COMMENT = representation of an iTunes Library
MODULES = cpan
DISTNAME = Mac-iTunes-Library-1.0
CATEGORIES = multimedia
HOMEPAGE = https://github.com/dinomite/Mac-iTunes-Library
MAINTAINER = Michael Erdely <merdely@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM = Yes
MODCPAN_EXAMPLES = Yes
RUN_DEPENDS = textproc/p5-XML-Parser
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Mac-iTunes-Library-1.0.tar.gz) = UH7IvHzGLXKQ8tD2MR/w41XDXgQE21pgIFGQCjI1Yv4=
SIZE (Mac-iTunes-Library-1.0.tar.gz) = 20437

View File

@ -0,0 +1,4 @@
This modules provides a data structure for representing a item (song,
URL, video) within an iTunes library and a collection of items to make a
library. It provides methods for parsing an iTunes XML formatted
library.

View File

@ -0,0 +1,15 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/11/16 15:09:02 merdely Exp $
${P5SITE}/Mac/
${P5SITE}/Mac/iTunes/
${P5SITE}/Mac/iTunes/Library/
${P5SITE}/Mac/iTunes/Library.pm
${P5SITE}/Mac/iTunes/Library/Item.pm
${P5SITE}/Mac/iTunes/Library/Playlist.pm
${P5SITE}/Mac/iTunes/Library/XML.pm
@man man/man3p/Mac::iTunes::Library.3p
@man man/man3p/Mac::iTunes::Library::Item.3p
@man man/man3p/Mac::iTunes::Library::Playlist.3p
@man man/man3p/Mac::iTunes::Library::XML.3p
share/examples/p5-Mac-iTunes-Library/
share/examples/p5-Mac-iTunes-Library/iTunesStats.pl
share/examples/p5-Mac-iTunes-Library/scan.pl