Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andraž Levstik (89715e98f3b74dcae11de08bb8a8de9cd949a46d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andraž Levstik (89715e98f3b74dcae11de08bb8a8de9cd949a46d)
  • Date: Fri, 2 Jan 2009 12:36:35 -0600

GIT changes to master grimoire by Andraž Levstik <ruskie AT codemages.net>:

ChangeLog | 1 +
doc/info2man/BUILD | 1 +
doc/info2man/DEPENDS | 1 +
doc/info2man/DETAILS | 18 ++++++++++++++++++
doc/info2man/HISTORY | 3 +++
doc/info2man/INSTALL | 6 ++++++
doc/info2man/PRE_BUILD | 3 +++
7 files changed, 33 insertions(+)

New commits:
commit 89715e98f3b74dcae11de08bb8a8de9cd949a46d
Author: Andraž Levstik <ruskie AT codemages.net>
Commit: Andraž Levstik <ruskie AT codemages.net>

info2man: new spell, a nice way of getting rid of info pages

diff --git a/ChangeLog b/ChangeLog
index f0a0db7..38a86c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
2009-01-02 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* security/pam-imap: new spell, auth against imap server with pam
+ * doc/info2man: new spell, a nice way of getting rid of info pages

2009-01-01 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* libs/udns: new spell, dns reslovre stub library
diff --git a/doc/info2man/BUILD b/doc/info2man/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/doc/info2man/BUILD
@@ -0,0 +1 @@
+true
diff --git a/doc/info2man/DEPENDS b/doc/info2man/DEPENDS
new file mode 100755
index 0000000..c1a1bc6
--- /dev/null
+++ b/doc/info2man/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/doc/info2man/DETAILS b/doc/info2man/DETAILS
new file mode 100755
index 0000000..943171d
--- /dev/null
+++ b/doc/info2man/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=info2man
+ VERSION=2000
+ SOURCE="${SPELL}.tar.gz"
+ SOURCE_URL[0]=http://www.cskk.ezoshosting.com/cs/css/${SOURCE}
+
SOURCE_HASH=sha512:0ee578dea5558c7c0c448488a0685efe56ba63c7dc576f7ace71201e14155d1ebaeac61c08153ef3a1a07e1c3329e437ed3f6b45a9496b296d57e434250fb220
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/$SPELL"
+
WEB_SITE="http://www.cskk.ezoshosting.com/cs/css/index.html#s-text-info2x "
+ LICENSE[0]=http://www.cskk.ezoshosting.com/cs/css/INSTALL
+ ENTERED=20081230
+ SHORT="Converts GNU info files to pod or -man formats."
+cat << EOF
+info2man converts GNU info files to pod or -man formats. GNU info can be
+a pain as it demands its own special pager, it's a binary format, it's
+cruder than HTML and less documented, and most GNU- authored manual entries
+basically say "we like info so we don't maintain this manual entry,
+thus it is probably wrong". info2man thus converts info files so that
+they can be read by ordinary tools.
+EOF
diff --git a/doc/info2man/HISTORY b/doc/info2man/HISTORY
new file mode 100644
index 0000000..43b8b35
--- /dev/null
+++ b/doc/info2man/HISTORY
@@ -0,0 +1,3 @@
+2008-12-30 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * PRE_BUILD, BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/doc/info2man/INSTALL b/doc/info2man/INSTALL
new file mode 100755
index 0000000..5bd517c
--- /dev/null
+++ b/doc/info2man/INSTALL
@@ -0,0 +1,6 @@
+cp info2man $INSTALL_ROOT/usr/bin &&
+chmod 0755 $INSTALL_ROOT/usr/bin/info2man &&
+cp info2pod $INSTALL_ROOT/usr/bin &&
+chmod 0755 $INSTALL_ROOT/usr/bin/info2pod &&
+cp -r cs $INSTALL_ROOT/usr/lib/perl5/site_perl/$(installed_version perl)/
+
diff --git a/doc/info2man/PRE_BUILD b/doc/info2man/PRE_BUILD
new file mode 100755
index 0000000..4ae6811
--- /dev/null
+++ b/doc/info2man/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir ${SOURCE_DIRECTORY} &&
+cd ${SOURCE_DIRECTORY} &&
+unpack_file ''




Archive powered by MHonArc 2.6.24.

Top of Page