summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyen Thai Ngoc Duy <pclouds@gentoo.org>2005-03-26 02:40:12 +0000
committerNguyen Thai Ngoc Duy <pclouds@gentoo.org>2005-03-26 02:40:12 +0000
commitb0c9fe8acb891defe13139487522f50086ecfae4 (patch)
treea306a3d7c3169c52e25cb8ebd51ac46234076660 /app-text/highlight
parent initial release based on Kai Schlüter work (#85755). (diff)
downloadgentoo-2-b0c9fe8acb891defe13139487522f50086ecfae4.tar.gz
gentoo-2-b0c9fe8acb891defe13139487522f50086ecfae4.tar.bz2
gentoo-2-b0c9fe8acb891defe13139487522f50086ecfae4.zip
Initial ebuild, contributed by Jan Nárovec <finn@sendmail.cz> #86448
(Portage version: 2.0.51.16)
Diffstat (limited to 'app-text/highlight')
-rw-r--r--app-text/highlight/ChangeLog9
-rw-r--r--app-text/highlight/Manifest2
-rw-r--r--app-text/highlight/files/digest-highlight-2.2.91
-rw-r--r--app-text/highlight/highlight-2.2.9.ebuild23
-rw-r--r--app-text/highlight/metadata.xml5
5 files changed, 40 insertions, 0 deletions
diff --git a/app-text/highlight/ChangeLog b/app-text/highlight/ChangeLog
new file mode 100644
index 000000000000..5cda8f6acf90
--- /dev/null
+++ b/app-text/highlight/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for app-text/highlight
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/ChangeLog,v 1.1 2005/03/26 02:40:12 pclouds Exp $
+
+*highlight-2.2.9 (26 Mar 2005)
+
+ 26 Mar 2005; <pclouds@gentoo.org> +metadata.xml, +highlight-2.2.9.ebuild:
+ Initial ebuild, contributed by Jan Nárovec <finn@sendmail.cz> #86448
+
diff --git a/app-text/highlight/Manifest b/app-text/highlight/Manifest
new file mode 100644
index 000000000000..040b6a2a6fba
--- /dev/null
+++ b/app-text/highlight/Manifest
@@ -0,0 +1,2 @@
+MD5 732eca85a01631a1198c70d9979c4352 highlight-2.2.9.ebuild 594
+MD5 d716e985f39f79a63ff522693913dde0 files/digest-highlight-2.2.9 68
diff --git a/app-text/highlight/files/digest-highlight-2.2.9 b/app-text/highlight/files/digest-highlight-2.2.9
new file mode 100644
index 000000000000..439d5d4651e4
--- /dev/null
+++ b/app-text/highlight/files/digest-highlight-2.2.9
@@ -0,0 +1 @@
+MD5 dac3d4fe2984c2e9b8145df85db3ad29 highlight-2.2-9.tar.bz2 269746
diff --git a/app-text/highlight/highlight-2.2.9.ebuild b/app-text/highlight/highlight-2.2.9.ebuild
new file mode 100644
index 000000000000..701642ac749a
--- /dev/null
+++ b/app-text/highlight/highlight-2.2.9.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/highlight/highlight-2.2.9.ebuild,v 1.1 2005/03/26 02:40:12 pclouds Exp $
+
+
+DESCRIPTION="converts source code to formatted text ((X)HTML, RTF, (La)TeX, XSL-FO, XML) with syntax highlighting."
+HOMEPAGE="http://www.andre-simon.de/"
+SRC_URI="http://www.andre-simon.de/zip/highlight-2.2-9.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+S=${WORKDIR}/${PN}-2.2-9
+
+
+src_compile() {
+ make -f makefile || die
+}
+
+src_install() {
+ DESTDIR=${D} bin_dir=${D}/usr/bin make -f makefile -e install || die
+}
+
diff --git a/app-text/highlight/metadata.xml b/app-text/highlight/metadata.xml
new file mode 100644
index 000000000000..3ef21588a731
--- /dev/null
+++ b/app-text/highlight/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>text-markup</herd>
+</pkgmetadata>