From 90afea7b05cdd347635816904a250104892c8a31 Mon Sep 17 00:00:00 2001 From: achesak Date: Fri, 15 Aug 2014 09:54:59 -0500 Subject: [PATCH 1/3] Added sndhdr as well as helper module int2ascii. --- packages.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/packages.json b/packages.json index 778b71a..a3aa790 100644 --- a/packages.json +++ b/packages.json @@ -903,5 +903,23 @@ "description": "Wrapper of the file procedures to provide an interface as similar as possible to that of Python", "license": "MIT", "web": "https://github.com/achesak/nimrod-pythonfile" + }, + { + "name": "sndhdr", + "url": "git://github.com/achesak/nimrod-sndhdr", + "method": "git", + "tags": ["library", "formats", "files", "sound", "audio"], + "description": "Library for detecting the format of a sound file", + "license": "MIT", + "web": "https://github.com/achesak/nimrod-sndhdr" + }, + { + "name": "int2ascii", + "url": "git://github.com/achesak/nimrod-int2ascii", + "method": "git", + "tags": ["library", "helper", "ascii"], + "description": "Helper module for imghdr and sndhdr", + "license": "MIT", + "web": "https://github.com/achesak/nimrod-sndhdr" } ] From dbb82e27630ce32befdbc4d7549e2a7dd4135c70 Mon Sep 17 00:00:00 2001 From: achesak Date: Fri, 15 Aug 2014 09:56:56 -0500 Subject: [PATCH 2/3] Wrong URL, again. --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index a3aa790..1e214e3 100644 --- a/packages.json +++ b/packages.json @@ -920,6 +920,6 @@ "tags": ["library", "helper", "ascii"], "description": "Helper module for imghdr and sndhdr", "license": "MIT", - "web": "https://github.com/achesak/nimrod-sndhdr" + "web": "https://github.com/achesak/nimrod-int2ascii" } ] From 026033a7f67afe91d3afdf43560b6bba0988158e Mon Sep 17 00:00:00 2001 From: achesak Date: Fri, 15 Aug 2014 12:42:41 -0500 Subject: [PATCH 3/3] Removed unnecessary item. --- packages.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/packages.json b/packages.json index 1e214e3..d178614 100644 --- a/packages.json +++ b/packages.json @@ -912,14 +912,5 @@ "description": "Library for detecting the format of a sound file", "license": "MIT", "web": "https://github.com/achesak/nimrod-sndhdr" - }, - { - "name": "int2ascii", - "url": "git://github.com/achesak/nimrod-int2ascii", - "method": "git", - "tags": ["library", "helper", "ascii"], - "description": "Helper module for imghdr and sndhdr", - "license": "MIT", - "web": "https://github.com/achesak/nimrod-int2ascii" } ]