Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (44fee621a0a13507e1c42121e571329ccd153ea7)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (44fee621a0a13507e1c42121e571329ccd153ea7)
  • Date: Sat, 23 Aug 2008 13:10:38 -0500

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

ChangeLog | 3 +++
doc/help2man/DEPENDS | 2 ++
doc/help2man/DETAILS | 18 ++++++++++++++++++
doc/help2man/HISTORY | 3 +++
kernels/lirc/DETAILS | 4 ++--
kernels/lirc/HISTORY | 3 +++
6 files changed, 31 insertions(+), 2 deletions(-)

New commits:
commit 63f1095374fbe23f799eaca2e85cca77425eb7de
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

merge

commit 47dd104ce578c343176c641c84eb54fd940e38c0
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

help2man: new

commit e91bbb7f149c883ade9f6ec7397d1a1d6f02d5dd
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

lirc: update to 0.8.3 ... still broken configuration / kernel API

diff --git a/ChangeLog b/ChangeLog
index f3b87e0..05b563a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-08-23 Thomas Orgis <sobukus AT sourcemage.org>
+ * doc/help2man: new spell, man page generator
+
2008-08-23 Vlad Glagolev <stealth AT sourcemage.org>
* lua-forge/lpeg: new spell, Parsing Expression Grammars for Lua
* lua-forge/luapgsql: new spell, lightweight binding of libpq client
library
diff --git a/doc/help2man/DEPENDS b/doc/help2man/DEPENDS
new file mode 100755
index 0000000..8ab0aae
--- /dev/null
+++ b/doc/help2man/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+optional_depends gettext --enable-nls --disable-nls "for native languages"
diff --git a/doc/help2man/DETAILS b/doc/help2man/DETAILS
new file mode 100755
index 0000000..f9e33a8
--- /dev/null
+++ b/doc/help2man/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=help2man
+ VERSION=1.36.4
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=ftp://ftp.gnu.org/gnu/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:874bf79d319504d230398c40d30a750c8a9c5ad8f0d339658296e17f6f95f968fdfbf7aa538c8a1025d071723f0aad4f306966446ed5493372d6f1c003bf02ce
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://www.gnu.org/software/help2man/ "
+ LICENSE[0]=GPL
+ ENTERED=20080823
+ SHORT="A program to generate simple manual pages"
+cat << EOF
+help2man is a tool for automatically generating simple manual pages from
+program output. It is intended to provide an easy way for software authors
+to include a manual page in their distribution without having to maintain
+that document. Given a program which produces reasonably standard --help
+and --version outputs, help2man will attempt to re-arrange that output into
+something which resembles a manual page.
+EOF
diff --git a/doc/help2man/HISTORY b/doc/help2man/HISTORY
new file mode 100644
index 0000000..258b237
--- /dev/null
+++ b/doc/help2man/HISTORY
@@ -0,0 +1,3 @@
+2008-08-23 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: spell created
+
diff --git a/kernels/lirc/DETAILS b/kernels/lirc/DETAILS
index 5fcf19a..5ce8672 100755
--- a/kernels/lirc/DETAILS
+++ b/kernels/lirc/DETAILS
@@ -1,6 +1,6 @@
SPELL=lirc
- VERSION=0.8.2
-
SOURCE_HASH=sha512:0259ad48882277773744c7ffa4f9d4189095b9da28c5f59310e623c5be6ca66b46de8f80dbec56f83d468c8be0650c2e44c9b66103e7ea92a4b26461a888b790
+ VERSION=0.8.3
+
SOURCE_HASH=sha512:037b17f85ff71b87a32120d5850b9e404f81954f5f746a1d8060a9b9e8de34a3be7224119fc3f5f5c4a600c2d9b537af11a28126e7a79a090c2ece643414d1e8
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL=${SOURCEFORGE_URL}/$SPELL/$SOURCE
diff --git a/kernels/lirc/HISTORY b/kernels/lirc/HISTORY
index 446f0bf..fbbd727 100644
--- a/kernels/lirc/HISTORY
+++ b/kernels/lirc/HISTORY
@@ -1,3 +1,6 @@
+2008-08-23 Thomas Orgis <sobukus AT sourcemage.org>
+ * DETAILS: update to 0.8.3
+
2007-08-20 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 0.8.2




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (44fee621a0a13507e1c42121e571329ccd153ea7), Thomas Orgis, 08/23/2008

Archive powered by MHonArc 2.6.24.

Top of Page