[SM-Commit] GIT changes to master grimoire by Thomas Orgis (9ff623a5897e3ca017face45e29a45a9b8e722e4)

Thomas Orgis scm at sourcemage.org
Mon Jul 27 19:45:54 EDT 2009


GIT changes to master grimoire by Thomas Orgis <sobukus at sourcemage.org>:

 ChangeLog                           |    5 +++++
 perl-cpan/device-gsm/BUILD          |    1 +
 perl-cpan/device-gsm/DEPENDS        |    2 ++
 perl-cpan/device-gsm/DETAILS        |   13 +++++++++++++
 perl-cpan/device-gsm/HISTORY        |    3 +++
 perl-cpan/device-modem/BUILD        |    1 +
 perl-cpan/device-modem/DEPENDS      |    2 ++
 perl-cpan/device-modem/DETAILS      |   13 +++++++++++++
 perl-cpan/device-modem/HISTORY      |    3 +++
 perl-cpan/device-serialport/BUILD   |    1 +
 perl-cpan/device-serialport/DEPENDS |    1 +
 perl-cpan/device-serialport/DETAILS |   13 +++++++++++++
 perl-cpan/device-serialport/HISTORY |    3 +++
 13 files changed, 61 insertions(+)

New commits:
commit 9ff623a5897e3ca017face45e29a45a9b8e722e4
Author: Thomas Orgis <sobukus at sourcemage.org>
Commit: Thomas Orgis <sobukus at sourcemage.org>

    new spells: device-serialport, device-modem, device-gsm

commit aa4bfc19bc3df10324c79dc65f5769522dabfb5a
Author: Thomas Orgis <sobukus at sourcemage.org>
Commit: Thomas Orgis <sobukus at sourcemage.org>

    device-gsm: new spell; Perl module for working with GSM modems.

commit 0c451f7c4962a699c0ad93c082fe8f8b24f340c8
Author: Thomas Orgis <sobukus at sourcemage.org>
Commit: Thomas Orgis <sobukus at sourcemage.org>

    device-modem: new spell; Perl module for communication with modems.

commit fee6dad95c46143bd4a6a25e4b382ce06e6dd8ee
Author: Thomas Orgis <sobukus at sourcemage.org>
Commit: Thomas Orgis <sobukus at sourcemage.org>

    device-serialport: new spell; Perl Module for serial port handling.

diff --git a/ChangeLog b/ChangeLog
index dacc5f2..6f4d800 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-07-28 Thomas Orgis <sobukus at sourcemage.org>
+	* perl-cpan/device-serialport: new spell; handling of serial ports.
+	* perl-cpan/device-modem: new spell, handling of modems.
+	* perl-cpan/device-gsm: new spell, handling of GSM modems (like, SMS read/send).
+
 2009-07-27 Donald Johnson <ltdonny at gmail.com>
 	* utils/notify-osd: new spell, alternate notification-daemon
 
diff --git a/perl-cpan/device-gsm/BUILD b/perl-cpan/device-gsm/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/device-gsm/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/device-gsm/DEPENDS b/perl-cpan/device-gsm/DEPENDS
new file mode 100755
index 0000000..fae8a63
--- /dev/null
+++ b/perl-cpan/device-gsm/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends device-modem 
diff --git a/perl-cpan/device-gsm/DETAILS b/perl-cpan/device-gsm/DETAILS
new file mode 100755
index 0000000..f8a6a75
--- /dev/null
+++ b/perl-cpan/device-gsm/DETAILS
@@ -0,0 +1,13 @@
+           SPELL=device-gsm
+         VERSION=1.52
+          SOURCE="Device-Gsm-${VERSION}.tar.gz"
+   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/C/CO/COSIMO/${SOURCE}
+     SOURCE_HASH=sha512:81043b558813c22e7b6096171f6e07bf3ecb787fd6ec0d3a5c180357da10f728da7dc1b95c1fcded451990b23cfae4a5a50343336c112a188ce462431a60793c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Device-Gsm-${VERSION}"
+        WEB_SITE="http://search.cpan.org/~COSIMO/Device-Gsm/"
+      LICENSE[0]=ART
+         ENTERED=20090727
+           SHORT="Interface gsm handphones and  modems"
+cat << EOF
+Interface gsm handphones and modems
+EOF
diff --git a/perl-cpan/device-gsm/HISTORY b/perl-cpan/device-gsm/HISTORY
new file mode 100644
index 0000000..3464ee9
--- /dev/null
+++ b/perl-cpan/device-gsm/HISTORY
@@ -0,0 +1,3 @@
+2009-07-27 Thomas Orgis <sobukus at sourcemage.org>
+	* BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/perl-cpan/device-modem/BUILD b/perl-cpan/device-modem/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/device-modem/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/device-modem/DEPENDS b/perl-cpan/device-modem/DEPENDS
new file mode 100755
index 0000000..33bb4c6
--- /dev/null
+++ b/perl-cpan/device-modem/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends device-serialport
diff --git a/perl-cpan/device-modem/DETAILS b/perl-cpan/device-modem/DETAILS
new file mode 100755
index 0000000..0dab2b0
--- /dev/null
+++ b/perl-cpan/device-modem/DETAILS
@@ -0,0 +1,13 @@
+           SPELL=device-modem
+         VERSION=1.51
+          SOURCE="Device-Modem-${VERSION}.tar.gz"
+   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/C/CO/COSIMO/${SOURCE}
+     SOURCE_HASH=sha512:42f74263a53266981573b922fad3322ba75cd548e4a4c66b203ec08de717a7ddad0e857d4cd2ed5f1600f529f14aa8a6a7bf3e7886f1a7142f581087bcf1a48c
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Device-Modem-${VERSION}"
+        WEB_SITE="http://search.cpan.org/~COSIMO/Device-Modem/"
+      LICENSE[0]=ART
+         ENTERED=20090727
+           SHORT="Interface modems and other AT based devices"
+cat << EOF
+Interface modems and other AT based devices
+EOF
diff --git a/perl-cpan/device-modem/HISTORY b/perl-cpan/device-modem/HISTORY
new file mode 100644
index 0000000..3464ee9
--- /dev/null
+++ b/perl-cpan/device-modem/HISTORY
@@ -0,0 +1,3 @@
+2009-07-27 Thomas Orgis <sobukus at sourcemage.org>
+	* BUILD, DEPENDS, DETAILS: spell created
+
diff --git a/perl-cpan/device-serialport/BUILD b/perl-cpan/device-serialport/BUILD
new file mode 100755
index 0000000..2de29cd
--- /dev/null
+++ b/perl-cpan/device-serialport/BUILD
@@ -0,0 +1 @@
+default_build_perl
diff --git a/perl-cpan/device-serialport/DEPENDS b/perl-cpan/device-serialport/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/perl-cpan/device-serialport/DEPENDS
@@ -0,0 +1 @@
+depends perl 
diff --git a/perl-cpan/device-serialport/DETAILS b/perl-cpan/device-serialport/DETAILS
new file mode 100755
index 0000000..753ee1c
--- /dev/null
+++ b/perl-cpan/device-serialport/DETAILS
@@ -0,0 +1,13 @@
+           SPELL=device-serialport
+         VERSION=1.04
+          SOURCE="Device-SerialPort-${VERSION}.tar.gz"
+   SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/C/CO/COOK/${SOURCE}
+     SOURCE_HASH=sha512:4b25a7d29091322d516e0aa20693caabe95a8521b3fdc425d1c03e3312fb59a6883268db7eaf79b32586569502fb656c875dd2b6b1d7a4341d9bd6916e04ee44
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Device-SerialPort-${VERSION}"
+        WEB_SITE="http://search.cpan.org/~COOK/Device-SerialPort/"
+      LICENSE[0]=ART
+         ENTERED=20090727
+           SHORT="POSIX clone of Win32::SerialPort"
+cat << EOF
+POSIX clone of Win32::SerialPort
+EOF
diff --git a/perl-cpan/device-serialport/HISTORY b/perl-cpan/device-serialport/HISTORY
new file mode 100644
index 0000000..3464ee9
--- /dev/null
+++ b/perl-cpan/device-serialport/HISTORY
@@ -0,0 +1,3 @@
+2009-07-27 Thomas Orgis <sobukus at sourcemage.org>
+	* BUILD, DEPENDS, DETAILS: spell created
+



More information about the SM-Commit mailing list