pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/Sigil Initial import of Sigil-0.1.1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/4e359e077735
branches: trunk
changeset: 396933:4e359e077735
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Aug 06 06:23:23 2009 +0000
description:
Initial import of Sigil-0.1.1:
Sigil is a multi-platform WYSIWYG ebook editor. It is designed to
edit books in ePub format. Features:
* Free and open source software under GPLv3
* Multi-platform: runs on Windows, Linux and Mac
* Full Unicode support: everything you see in Sigil is in UTF-16
* Advanced automatic conversion of all imported documents to Unicode
* Full EPUB spec support
* WYSIWYG editing
* Multiple Views: Book View, Code View and Split View
* Metadata editor with full support for all possible metadata
entries (more than 200) with full descriptions for each
* Multi-level Table Of Contents editor
* Book View fully supports the display of any XHTML document
possible under the OPS spec
* SVG support and basic XPGT support
* Currently imports TXT, HTML and EPUB files
* Currently exports EPUB and SGF (Sigil native format)
* Embedded HTML Tidy; all imported documents are thoroughly
cleaned; changing views cleans the document so no matter how
much you screw up your code, it will fix it (usually )
* An actually usable user interface
diffstat:
editors/Sigil/DESCR | 22 ++++++++++++++++++++++
editors/Sigil/Makefile | 36 ++++++++++++++++++++++++++++++++++++
editors/Sigil/PLIST | 6 ++++++
editors/Sigil/distinfo | 5 +++++
4 files changed, 69 insertions(+), 0 deletions(-)
diffs (85 lines):
diff -r b62749e69ca4 -r 4e359e077735 editors/Sigil/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/Sigil/DESCR Thu Aug 06 06:23:23 2009 +0000
@@ -0,0 +1,22 @@
+Sigil is a multi-platform WYSIWYG ebook editor. It is designed to
+edit books in ePub format. Features:
+
+ * Free and open source software under GPLv3
+ * Multi-platform: runs on Windows, Linux and Mac
+ * Full Unicode support: everything you see in Sigil is in UTF-16
+ * Advanced automatic conversion of all imported documents to Unicode
+ * Full EPUB spec support
+ * WYSIWYG editing
+ * Multiple Views: Book View, Code View and Split View
+ * Metadata editor with full support for all possible metadata
+ entries (more than 200) with full descriptions for each
+ * Multi-level Table Of Contents editor
+ * Book View fully supports the display of any XHTML document
+ possible under the OPS spec
+ * SVG support and basic XPGT support
+ * Currently imports TXT, HTML and EPUB files
+ * Currently exports EPUB and SGF (Sigil native format)
+ * Embedded HTML Tidy; all imported documents are thoroughly
+ cleaned; changing views cleans the document so no matter how
+ much you screw up your code, it will fix it (usually )
+ * An actually usable user interface
diff -r b62749e69ca4 -r 4e359e077735 editors/Sigil/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/Sigil/Makefile Thu Aug 06 06:23:23 2009 +0000
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1.1.1 2009/08/06 06:23:23 wiz Exp $
+#
+
+DISTNAME= Sigil_code_0.1.1
+PKGNAME= ${DISTNAME:S/_code_/-/}
+CATEGORIES= editors
+MASTER_SITES= http://sigil.googlecode.com/files/
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://code.google.com/p/sigil/
+COMMENT= Multi-platform WYSIWYG ebook editor (for the ePub format)
+LICENSE= gnu-gpl-v3
+
+PKG_DESTDIR_SUPPORT= user-destdir
+INSTALLATION_DIRS= bin libexec/Sigil/data
+
+USE_LANGUAGES= c c++
+USE_CMAKE= yes
+EXTRACT_OPTS_ZIP= -aqo
+
+post-build:
+ ${ECHO} '#!/bin/sh' > ${WRKSRC}/Sigil
+ ${ECHO} '${PREFIX}/libexec/Sigil/Sigil "$$@"' \
+ >> ${WRKSRC}/Sigil
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/Sigil ${DESTDIR}${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/bin/Sigil \
+ ${DESTDIR}${PREFIX}/libexec/Sigil
+ ${INSTALL_DATA} ${WRKSRC}/bin/data/* \
+ ${DESTDIR}${PREFIX}/libexec/Sigil/data
+
+.include "../../x11/qt4-libs/buildlink3.mk"
+.include "../../x11/qt4-tools/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b62749e69ca4 -r 4e359e077735 editors/Sigil/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/Sigil/PLIST Thu Aug 06 06:23:23 2009 +0000
@@ -0,0 +1,6 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/06 06:23:23 wiz Exp $
+bin/Sigil
+libexec/Sigil/Sigil
+libexec/Sigil/data/basicmeta.csv
+libexec/Sigil/data/languages.csv
+libexec/Sigil/data/relator.csv
diff -r b62749e69ca4 -r 4e359e077735 editors/Sigil/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/editors/Sigil/distinfo Thu Aug 06 06:23:23 2009 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2009/08/06 06:23:23 wiz Exp $
+
+SHA1 (Sigil_code_0.1.1.zip) = 48554f7026ebb9e788b54deaa9c6095cc28de166
+RMD160 (Sigil_code_0.1.1.zip) = 743fe87f7d1d3afbbefd5e37d04f6d91aa4e9e09
+Size (Sigil_code_0.1.1.zip) = 1173794 bytes
Home |
Main Index |
Thread Index |
Old Index