Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Kevin Dahan (561513458df2cbd28da8e9f861a580ebc8d204d5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Kevin Dahan <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Kevin Dahan (561513458df2cbd28da8e9f861a580ebc8d204d5)
  • Date: Tue, 25 Jul 2006 07:33:40 -0500

GIT changes to master grimoire by Kevin Dahan <unet AT sourcemage.org>:

audio-libs/oscpack/BUILD | 1 +
audio-libs/oscpack/DETAILS | 23 +++++++++++++++++++++++
audio-libs/oscpack/HISTORY | 2 ++
audio-libs/oscpack/INSTALL | 1 +
audio-plugins/caps-plugins/INSTALL | 1 +
5 files changed, 28 insertions(+)

New commits:
commit 561513458df2cbd28da8e9f861a580ebc8d204d5
Author: Kevin Dahan <unet AT sourcemage.org>
Commit: Kevin Dahan <unet AT sourcemage.org>

oscpack new spell C++ classes for osc packets
caps-plugins missed the INSTALL in the last commit

diff --git a/audio-libs/oscpack/BUILD b/audio-libs/oscpack/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-libs/oscpack/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-libs/oscpack/DETAILS b/audio-libs/oscpack/DETAILS
new file mode 100755
index 0000000..f9d6431
--- /dev/null
+++ b/audio-libs/oscpack/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=oscpack
+ VERSION=1_0_1
+ SOURCE=${SPELL}_${VERSION}.zip
+ SOURCE_URL[0]=http://www.audiomulch.com/~rossb/code/oscpack/$SOURCE
+
SOURCE_HASH=sha512:6ae54c48546732606c4e2346f74748d74a97dba0e890339d6bd5c4a8a8a78c6445614790823b7b13c08600f5ddccc1969f77654e747b4a3914f910ad8f4de99f
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}
+ WEB_SITE=http://www.audiomulch.com/~rossb/code/oscpack/
+ ENTERED=20060725
+ UPDATED=20060725
+ LICENSE[0]=GPL
+ BUILD_API=2
+ SHORT="Oscpack is simply a set of C++ classes for packing and
unpacking OSC packets."
+cat << EOF
+Oscpack is simply a set of C++ classes for packing and unpacking OSC
+packets. Oscpack includes a minimal set of UDP networking classes for
+Windows and POSIX which are sufficient for writing many OSC applications
+and servers, but you are encouraged to use another networking framework
+if it better suits your needs. Oscpack is not an OSC application
+framework, it doesn't include infrastructure for constructing or routing
+OSC namespaces, just classes for easily constructing, sending, receiving
+and parsing OSC packets. The library should also be easy to use for
+other transport methods (eg serial).
+EOF
diff --git a/audio-libs/oscpack/HISTORY b/audio-libs/oscpack/HISTORY
new file mode 100644
index 0000000..8f85d5e
--- /dev/null
+++ b/audio-libs/oscpack/HISTORY
@@ -0,0 +1,2 @@
+2006-07-25 Unet <unet AT sourcemage.org>
+ * ALL: Created
diff --git a/audio-libs/oscpack/INSTALL b/audio-libs/oscpack/INSTALL
new file mode 100755
index 0000000..9a764a5
--- /dev/null
+++ b/audio-libs/oscpack/INSTALL
@@ -0,0 +1 @@
+make install PREFIX=$INSTALL_ROOT/usr
diff --git a/audio-plugins/caps-plugins/INSTALL
b/audio-plugins/caps-plugins/INSTALL
new file mode 100755
index 0000000..9a764a5
--- /dev/null
+++ b/audio-plugins/caps-plugins/INSTALL
@@ -0,0 +1 @@
+make install PREFIX=$INSTALL_ROOT/usr



  • [SM-Commit] GIT changes to master grimoire by Kevin Dahan (561513458df2cbd28da8e9f861a580ebc8d204d5), Kevin Dahan, 07/25/2006

Archive powered by MHonArc 2.6.24.

Top of Page