summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz>2009-08-06 06:23:23 +0000
committerwiz <wiz>2009-08-06 06:23:23 +0000
commit481801dee509344c2979b8ae79a16079d02e83cc (patch)
treea1eaef77c99f81e01989b9dfc2f79dd961dad459 /editors
parent20ee7ca64ffba4bd896e952e1e4e5e90e090ae28 (diff)
downloadpkgsrc-481801dee509344c2979b8ae79a16079d02e83cc.tar.gz
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 (limited to 'editors')
-rw-r--r--editors/Sigil/DESCR22
-rw-r--r--editors/Sigil/Makefile36
-rw-r--r--editors/Sigil/PLIST6
-rw-r--r--editors/Sigil/distinfo5
4 files changed, 69 insertions, 0 deletions
diff --git a/editors/Sigil/DESCR b/editors/Sigil/DESCR
new file mode 100644
index 00000000000..9482e44053a
--- /dev/null
+++ b/editors/Sigil/DESCR
@@ -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 --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile
new file mode 100644
index 00000000000..10b6895b7ff
--- /dev/null
+++ b/editors/Sigil/Makefile
@@ -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
+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 --git a/editors/Sigil/PLIST b/editors/Sigil/PLIST
new file mode 100644
index 00000000000..639ce143a83
--- /dev/null
+++ b/editors/Sigil/PLIST
@@ -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 --git a/editors/Sigil/distinfo b/editors/Sigil/distinfo
new file mode 100644
index 00000000000..f0fed822e75
--- /dev/null
+++ b/editors/Sigil/distinfo
@@ -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