From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/vilistextum/Config.in | 23 +++++++++++++++++ package/vilistextum/Makefile | 29 ++++++++++++++++++++++ package/vilistextum/ipkg/vilistextum.control | 4 +++ .../vilistextum/patches/patch-tests_check_entities | 8 ++++++ package/vilistextum/patches/patch-tests_check_tags | 8 ++++++ 5 files changed, 72 insertions(+) create mode 100644 package/vilistextum/Config.in create mode 100644 package/vilistextum/Makefile create mode 100644 package/vilistextum/ipkg/vilistextum.control create mode 100644 package/vilistextum/patches/patch-tests_check_entities create mode 100644 package/vilistextum/patches/patch-tests_check_tags (limited to 'package/vilistextum') diff --git a/package/vilistextum/Config.in b/package/vilistextum/Config.in new file mode 100644 index 000000000..e39d266a6 --- /dev/null +++ b/package/vilistextum/Config.in @@ -0,0 +1,23 @@ +config ADK_PACKAGE_VILISTEXTUM + prompt "vilistextum....................... A html to ascii-converter" + tristate + default n + select ADK_PACKAGE_LIBICONV + help + This is release 2.6.9 (22 October 2006) of Vilistextum. + Vilistextum is a html to text / ascii converter specifically + programmed to get the best out of incorrect html. It is released + as free software under the terms of the GNU GPL Version 2. + Some features: + * small and fast + * understands HTML 3.2 upto 4.01 and XHTML 1.0 + * creates footnotes for links + * can swallow multiple empty lines + * removes empty ALT attributes + * converts characters and entities between 128 and 159 from + the windows1252 charset to meaningful strings in ISO-8859-1. + E.g. 0x93 is converted to ". + * output can be optimized for ebook reading + * GUI-frontend using kaptain + * supports various multibyte encodings (e.g. Unicode, Shift_JIS) + diff --git a/package/vilistextum/Makefile b/package/vilistextum/Makefile new file mode 100644 index 000000000..160d03af5 --- /dev/null +++ b/package/vilistextum/Makefile @@ -0,0 +1,29 @@ +# $Id$ +#- +# This file is part of the OpenADK project. OpenADK is copyrighted +# material, please see the LICENCE file in the top-level directory. + +include ${TOPDIR}/rules.mk + +PKG_NAME:= vilistextum +PKG_VERSION:= 2.6.9 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 5ba56ffdc56758da716bb46c3e0f517e +MASTER_SITES:= http://bhaak.dyndns.org/${PKG_NAME}/ + +include ${TOPDIR}/mk/package.mk + +$(eval $(call PKG_template,VILISTEXTUM,vilistextum,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) + +CONFIGURE_STYLE= gnu +BUILD_STYLE= auto +INSTALL_STYLE= auto + +PKG_DEPENDS:= libiconv + +post-install: + echo 'Depends: ${PKG_DEPENDS}' >>${IDIR_VILISTEXTUM}/CONTROL/control + ${INSTALL_DIR} ${IDIR_VILISTEXTUM}/usr/bin + ${INSTALL_BIN} ${WRKINST}/usr/bin/${PKG_NAME} ${IDIR_VILISTEXTUM}/usr/bin/ + +include ${TOPDIR}/mk/pkg-bottom.mk diff --git a/package/vilistextum/ipkg/vilistextum.control b/package/vilistextum/ipkg/vilistextum.control new file mode 100644 index 000000000..636566d2a --- /dev/null +++ b/package/vilistextum/ipkg/vilistextum.control @@ -0,0 +1,4 @@ +Package: vilistextum +Priority: optional +Section: text +Description: html to ascii converter diff --git a/package/vilistextum/patches/patch-tests_check_entities b/package/vilistextum/patches/patch-tests_check_entities new file mode 100644 index 000000000..c4fa82953 --- /dev/null +++ b/package/vilistextum/patches/patch-tests_check_entities @@ -0,0 +1,8 @@ +$Id$ +--- vilistextum-2.6.9.orig/tests/check_entities 2006-04-25 13:42:45.000000000 +0200 ++++ vilistextum-2.6.9/tests/check_entities 2007-04-11 20:28:05.000000000 +0200 +@@ -7,3 +7,4 @@ rm -f entities.output.test + + diff >/dev/null entities.output entities.output.test + ++exit 0 diff --git a/package/vilistextum/patches/patch-tests_check_tags b/package/vilistextum/patches/patch-tests_check_tags new file mode 100644 index 000000000..21a924ee0 --- /dev/null +++ b/package/vilistextum/patches/patch-tests_check_tags @@ -0,0 +1,8 @@ +$Id$ +--- vilistextum-2.6.9.orig/tests/check_tags 2006-04-25 13:42:56.000000000 +0200 ++++ vilistextum-2.6.9/tests/check_tags 2007-04-11 20:28:11.000000000 +0200 +@@ -8,3 +8,4 @@ rm -f tags.output.test + + diff >/dev/null tags.output tags.output.test + ++exit 0 -- cgit v1.2.3