summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmando Di Cianno <fafhrd@gentoo.org>2004-09-24 01:08:30 +0000
committerArmando Di Cianno <fafhrd@gentoo.org>2004-09-24 01:08:30 +0000
commitd83ac67d6b0d2c541dda46977ce63c379baff0c7 (patch)
treec11521e76e94a6f77ac1a28940c12dfeb5f7a84e /gnustep-libs
parentdont touch ld.so.conf #64829 (Manifest recommit) (diff)
downloadgentoo-2-d83ac67d6b0d2c541dda46977ce63c379baff0c7.tar.gz
gentoo-2-d83ac67d6b0d2c541dda46977ce63c379baff0c7.tar.bz2
gentoo-2-d83ac67d6b0d2c541dda46977ce63c379baff0c7.zip
Major commit of many files relating to updated GNUstep ebuidlds
Diffstat (limited to 'gnustep-libs')
-rw-r--r--gnustep-libs/imagekits/ChangeLog7
-rw-r--r--gnustep-libs/imagekits/Manifest2
-rw-r--r--gnustep-libs/imagekits/files/digest-imagekits-0.61
-rw-r--r--gnustep-libs/imagekits/imagekits-0.6.ebuild19
-rw-r--r--gnustep-libs/imagekits/metadata.xml18
5 files changed, 47 insertions, 0 deletions
diff --git a/gnustep-libs/imagekits/ChangeLog b/gnustep-libs/imagekits/ChangeLog
new file mode 100644
index 000000000000..6e521f69a8e3
--- /dev/null
+++ b/gnustep-libs/imagekits/ChangeLog
@@ -0,0 +1,7 @@
+# ChangeLog for gnustep-libs/imagekits
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/imagekits/ChangeLog,v 1.1 2004/09/24 01:06:30 fafhrd Exp $
+
+ 10 Sep 2004; Armando Di Cianno <fafhrd@gentoo.org> :
+ Added package
+
diff --git a/gnustep-libs/imagekits/Manifest b/gnustep-libs/imagekits/Manifest
new file mode 100644
index 000000000000..7f96beae44cd
--- /dev/null
+++ b/gnustep-libs/imagekits/Manifest
@@ -0,0 +1,2 @@
+MD5 e8de6d223d4c47c2e456f89891932eb1 imagekits-0.6.ebuild 514
+MD5 e94343ba069512236507fbc9d2e555b7 files/digest-imagekits-0.6 66
diff --git a/gnustep-libs/imagekits/files/digest-imagekits-0.6 b/gnustep-libs/imagekits/files/digest-imagekits-0.6
new file mode 100644
index 000000000000..df131316f029
--- /dev/null
+++ b/gnustep-libs/imagekits/files/digest-imagekits-0.6
@@ -0,0 +1 @@
+MD5 370a3ed4e12a063fa9df7acadf184fc3 ImageKits-0.6.tar.gz 1770874
diff --git a/gnustep-libs/imagekits/imagekits-0.6.ebuild b/gnustep-libs/imagekits/imagekits-0.6.ebuild
new file mode 100644
index 000000000000..4ff0814078e4
--- /dev/null
+++ b/gnustep-libs/imagekits/imagekits-0.6.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/gnustep-libs/imagekits/imagekits-0.6.ebuild,v 1.1 2004/09/24 01:06:30 fafhrd Exp $
+
+inherit gnustep
+
+S=${WORKDIR}/${PN/imagek/ImageK}
+
+DESCRIPTION="ImageKits is a collection of frameworks to support the applications of ImageApps."
+HOMEPAGE="http://mac.wms-network.de/gnustep/imageapps/imagekits/imagekits.html"
+SRC_URI="http://mac.wms-network.de/gnustep/imageapps/imagekits/${P/imagek/ImageK}.tar.gz"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+SLOT="0"
+
+IUSE="${IUSE}"
+DEPEND="${GS_DEPEND}"
+RDEPEND="${GS_RDEPEND}"
+
diff --git a/gnustep-libs/imagekits/metadata.xml b/gnustep-libs/imagekits/metadata.xml
new file mode 100644
index 000000000000..942d18fa5550
--- /dev/null
+++ b/gnustep-libs/imagekits/metadata.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>gnustep</herd>
+<longdescription>
+The frameworks in ImageKits
+
+PDFKit
+PDFKit is a framework to support the rendering of PDF content in GNUstep applications. This is achieved by providing a PDF implementation of NSImageRep, called PDFImageRep. This approach should integrate well with the concepts of the GNUstep framework. With the release of ImageKits 0.6, PDFImageRep has been dramatically improved, mostly due to a new release of xpdf (see below) on which PDFKit is based. Ghostscript based rendering is not supported any more since PDFImageRep does this job now very well (and much faster). When rendering PDF content, PDFKit does not use the fonts from GNUstep. Instead, it uses some standard URW fonts that are included in the ImageKits distribution. These fonts are part of the PDFKit framework and thus will be installed when PDFKit/ImageKits is installed. You will not notice the fonts in the FontPanel or somewhere else, they are inside the PDFKit framework.
+
+PDFKit provides some more nice features including an outline for PDF documents (if the document has one), searching in documents and getting the text in a particular area on a particular page.
+
+PDFKit is based on xpdf, i would like to thank the author for the great work. Without xpdf, PDFKit wouldn't be there where it is today. xpdf is licensed under GPL 2, for more informations see the corresponding files in the xpdf directory in the PDFKit distribution.
+
+GuiImageKit
+This goal of this framework is to provide a pool for gui components that are used in ImageApps and may be of interest for other applications as well. Currently, it contains a PageLayoutPanel that allows the user to adjust the size and orientation of a document via a comfortable panel. Note that this panel is intended to be moved to the GNUstep core framework. After this has been done, GuiImageKit is empty :-( and wait's for components that want to stay inside this framework.
+</longdescription>
+</pkgmetadata>