Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9e8f957bbf0212f15746cbed21fe4da294e7bcc1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9e8f957bbf0212f15746cbed21fe4da294e7bcc1)
  • Date: Mon, 5 Aug 2013 16:15:41 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
printer/html2ps/BUILD | 1 +
printer/html2ps/DEPENDS | 1 +
printer/html2ps/DETAILS | 26 ++++++++++++++++++++++++++
printer/html2ps/HISTORY | 3 +++
printer/html2ps/INSTALL | 2 ++
6 files changed, 36 insertions(+)

New commits:
commit 9e8f957bbf0212f15746cbed21fe4da294e7bcc1
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

html2ps: new spell, an HTML to PostScript converter

diff --git a/ChangeLog b/ChangeLog
index 08b2232..7698cf2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2013-08-05 Ismael Luceno <ismael AT sourcemage.org>
+ * printer/html2ps: new spell, an HTML to PostScript converter
+
2013-07-30 Eric Sandall <sandalle AT sourcemage.org>
* e17/etrophy: Added a library to manage scores, trophies, and
unlockables
* e17/echievements: Added an achievements module for Enlightenment 17
diff --git a/printer/html2ps/BUILD b/printer/html2ps/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/printer/html2ps/BUILD
@@ -0,0 +1 @@
+true
diff --git a/printer/html2ps/DEPENDS b/printer/html2ps/DEPENDS
new file mode 100755
index 0000000..6826bc7
--- /dev/null
+++ b/printer/html2ps/DEPENDS
@@ -0,0 +1 @@
+depends perl
diff --git a/printer/html2ps/DETAILS b/printer/html2ps/DETAILS
new file mode 100755
index 0000000..36b1820
--- /dev/null
+++ b/printer/html2ps/DETAILS
@@ -0,0 +1,26 @@
+ SPELL=html2ps
+ VERSION=1.0b7
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://user.it.uu.se/~jan/${SOURCE}
+
SOURCE_HASH=sha512:5b50de983eb3acdb70b5b2feac8e0b4ac01e29c0ca36f6ad6a34b92e0ba8c2f359028e5076b47ce07296ad9992a3f889c82372f90199fd4b12f2549f6c779368
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://user.it.uu.se/~jan/html2ps.html";
+ LICENSE[0]="GPL"
+ ENTERED=20130619
+ KEYWORDS=""
+ SHORT="an HTML to PostScript converter"
+cat << EOF
+Some features of html2ps:
+* Many possibilities to control the appearance, mostly done using
configuration
+ files.
+* Support for processing multiple documents, also automatically by
recursively
+ following links.
+* A table of contents can be generated, either from the links in a document,
or
+ automatically from document headings.
+* Configurable page headers/footers, that for example can contain document
+ title, URL, page number, current heading, and date.
+* When converting the PostScript document to PDF - using some other program
+ such as version 5.0 or later of Ghostscript - the original hyperlinks in
the
+ HTML documents will be retained in the PDF document.
+* Automatic hyphenation and text justification can be selected.
+EOF
diff --git a/printer/html2ps/HISTORY b/printer/html2ps/HISTORY
new file mode 100644
index 0000000..0a16227
--- /dev/null
+++ b/printer/html2ps/HISTORY
@@ -0,0 +1,3 @@
+2013-06-19 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, INSTALL: spell created
+
diff --git a/printer/html2ps/INSTALL b/printer/html2ps/INSTALL
new file mode 100755
index 0000000..c6e4ae9
--- /dev/null
+++ b/printer/html2ps/INSTALL
@@ -0,0 +1,2 @@
+cd "$SOURCE_DIRECTORY" &&
+./install



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (9e8f957bbf0212f15746cbed21fe4da294e7bcc1), Ismael Luceno, 08/05/2013

Archive powered by MHonArc 2.6.24.

Top of Page