summaryrefslogtreecommitdiff
path: root/audio/easyh10
diff options
context:
space:
mode:
authorghen <ghen>2006-08-01 08:24:13 +0000
committerghen <ghen>2006-08-01 08:24:13 +0000
commit9d46939269feb1d9abc986fc792627feb6953226 (patch)
tree9fc344ac90b7f271711aa92658e3562a967677ec /audio/easyh10
parent896e1a25b99621637e56ae73798e3f28a45165cc (diff)
downloadpkgsrc-9d46939269feb1d9abc986fc792627feb6953226.tar.gz
Import audio/easyh10, a command-line tool for creating/maintaining the music
database on the iriver H10 series of portable mp3 players. EasyH10 is an open source project for the development of a software suite for iRiver H10 digital audio players. It creates the database layout for an H10 player, without the need for iRiver Plus or Windows Media Player 10, based on music and playlist files transferred manually (e.g., drag-and-drop operation, copy command, rsync utility, etc). EasyH10 is compatible with iriver H10 5GB, 6GB, and 20GB models shipped worldwide as well as various platforms such as Windows 98SE/ME/2000/XP, Linux, MacOS X, and other POSIX-like operating systems.
Diffstat (limited to 'audio/easyh10')
-rw-r--r--audio/easyh10/DESCR8
-rw-r--r--audio/easyh10/MESSAGE7
-rw-r--r--audio/easyh10/Makefile22
-rw-r--r--audio/easyh10/PLIST28
-rw-r--r--audio/easyh10/distinfo5
5 files changed, 70 insertions, 0 deletions
diff --git a/audio/easyh10/DESCR b/audio/easyh10/DESCR
new file mode 100644
index 00000000000..c5e7ba43917
--- /dev/null
+++ b/audio/easyh10/DESCR
@@ -0,0 +1,8 @@
+EasyH10 is an open source project for the development of a software suite for
+iRiver H10 digital audio players. It creates the database layout for an H10
+player, without the need for iRiver Plus or Windows Media Player 10, based on
+music and playlist files transferred manually (e.g., drag-and-drop operation,
+copy command, rsync utility, etc). EasyH10 is compatible with iriver H10 5GB,
+6GB, and 20GB models shipped worldwide as well as various platforms such as
+Windows 98SE/ME/2000/XP, Linux, MacOS X, and other POSIX-like operating
+systems.
diff --git a/audio/easyh10/MESSAGE b/audio/easyh10/MESSAGE
new file mode 100644
index 00000000000..672acd8f42f
--- /dev/null
+++ b/audio/easyh10/MESSAGE
@@ -0,0 +1,7 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2006/08/01 08:24:13 ghen Exp $
+
+For convenience you should copy the proper model template file from
+${PREFIX}/share/easyh10/model/ to "easyh10.model" or "easyh10/model"
+under the root of your H10's filesystem.
+===========================================================================
diff --git a/audio/easyh10/Makefile b/audio/easyh10/Makefile
new file mode 100644
index 00000000000..ea3709e56ec
--- /dev/null
+++ b/audio/easyh10/Makefile
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/08/01 08:24:13 ghen Exp $
+
+DISTNAME= easyh10-1.4
+CATEGORIES= audio
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=easyh10/}
+
+MAINTAINER= ghen@NetBSD.org
+HOMEPAGE= http://easyh10.sourceforge.net/
+COMMENT= Database tool for the iRiver H10 digital audio player
+
+USE_TOOLS+= gmake
+USE_GNU_ICONV= yes
+
+GNU_CONFIGURE= yes
+
+CONFIGURE_ARGS+=--with-id3tag-library=${BUILDLINK_PREFIX.libid3tag}/lib
+CONFIGURE_ARGS+=--with-iconv-library=${BUILDLINK_PREFIX.iconv}/lib
+
+.include "../../audio/libid3tag/buildlink3.mk"
+.include "../../converters/libiconv/buildlink3.mk"
+.include "../../devel/zlib/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/audio/easyh10/PLIST b/audio/easyh10/PLIST
new file mode 100644
index 00000000000..037b2633bf9
--- /dev/null
+++ b/audio/easyh10/PLIST
@@ -0,0 +1,28 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/08/01 08:24:13 ghen Exp $
+bin/easyh10
+man/man1/easyh10.1
+share/doc/easyh10/AUTHORS
+share/doc/easyh10/COPYING
+share/doc/easyh10/ChangeLog
+share/doc/easyh10/INSTALL
+share/doc/easyh10/NEWS
+share/doc/easyh10/README
+share/easyh10/model/H10MTP_20GB_FW1.00-1.02.model
+share/easyh10/model/H10MTP_20GB_FW2.51.model
+share/easyh10/model/H10MTP_5GB_FW2.03-2.10.model
+share/easyh10/model/H10MTP_5GB_FW2.51.model
+share/easyh10/model/H10MTP_6GB_FW2.03-2.10.model
+share/easyh10/model/H10MTP_6GB_FW2.51.model
+share/easyh10/model/H10UMS_5GB_FW2.03.model
+share/easyh10/model/H10UMS_5GB_FW2.04-2.51.model
+share/easyh10/model/H10UMS_5GB_FW2.04-2.52.model
+share/easyh10/model/H10UMS_6GB_FW2.03.model
+share/easyh10/model/H10UMS_6GB_FW2.04-2.51.model
+share/easyh10/model/H10UMS_6GB_FW2.04-2.52.model
+share/easyh10/model/berlin.de.fmr
+share/easyh10/model/default.fmr
+share/easyh10/model/dublin.ie.fmr
+share/easyh10/model/tokyo.jp.fmr
+@dirrm share/easyh10/model
+@dirrm share/easyh10
+@dirrm share/doc/easyh10
diff --git a/audio/easyh10/distinfo b/audio/easyh10/distinfo
new file mode 100644
index 00000000000..3f02dab8dc2
--- /dev/null
+++ b/audio/easyh10/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/08/01 08:24:13 ghen Exp $
+
+SHA1 (easyh10-1.4.tar.gz) = 3720aae4b58126b154a511782def639f1e1fc6f4
+RMD160 (easyh10-1.4.tar.gz) = 7e4ff1881c565c6518fd9a3751fea189bd0c2e8a
+Size (easyh10-1.4.tar.gz) = 405406 bytes