Page MenuHomeSolus

0001-initial-commit-of-highlight.patch

Authored By
mcritchlow
Apr 10 2017, 2:37 AM
Size
3 KB
Referenced Files
None
Subscribers
None

0001-initial-commit-of-highlight.patch

From 6ab6615c86672926e73c9885f79858dbe969c28e Mon Sep 17 00:00:00 2001
From: Matthew Critchlow <matt.critchlow@gmail.com>
Date: Sun, 9 Apr 2017 14:43:57 -0700
Subject: [PATCH 1/1] initial commit of highlight
---
Makefile | 1 +
abi_used_libs | 6 ++++++
package.yml | 20 ++++++++++++++++++++
pspec_x86_64.xml | 38 ++++++++++++++++++++++++++++++++++++++
4 files changed, 65 insertions(+)
create mode 100644 Makefile
create mode 100644 abi_used_libs
create mode 100644 package.yml
create mode 100644 pspec_x86_64.xml
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..0a42375
--- /dev/null
+++ b/Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
diff --git a/abi_used_libs b/abi_used_libs
new file mode 100644
index 0000000..7bbdda8
--- /dev/null
+++ b/abi_used_libs
@@ -0,0 +1,6 @@
+libc.so.6
+libdl.so.2
+libgcc_s.so.1
+liblua.so.5.1
+libm.so.6
+libstdc++.so.6
diff --git a/package.yml b/package.yml
new file mode 100644
index 0000000..ee1dbed
--- /dev/null
+++ b/package.yml
@@ -0,0 +1,20 @@
+name : highlight
+version : 3.36
+release : 1
+source :
+ - http://www.andre-simon.de/zip/highlight-3.36.tar.bz2 : 34cd5bcf52714f83364460c0c3551320564c56ff4e117353034e532275792171
+license : GPL-3.0
+component : programming.tools
+summary : Convert source code to formatted text with syntax highlighting
+description: |
+ Highlight converts source code to HTML, XHTML, RTF, LaTex, TeX, SVG, BBCode and terminal escape sequences with coloured syntax highlighting. Language definitions and colour themes are customizable.
+builddeps :
+ - libboost-devel
+ - pkgconfig(lua-5.1)
+setup : |
+ sed -i "s|lua|lua-5.1|g" src/makefile # correctly reference lua-5.1.pc
+ sed -i "s/^LUA_LIBS=.*$/LUA_LIBS=-llua -ldl/" src/makefile #need to link with libdl beside liblua
+build : |
+ %make
+install : |
+ %make_install
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
index 0000000..3878019
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,38 @@
+<PISI>
+ <Source>
+ <Name>highlight</Name>
+ <Packager>
+ <Name>Matt Critchlow</Name>
+ <Email>matt.critchlow@gmail.com</Email>
+ </Packager>
+ <License>GPL-3.0</License>
+ <PartOf>programming.tools</PartOf>
+ <Summary xml:lang="en">Convert source code to formatted text with syntax highlighting</Summary>
+ <Description xml:lang="en">Highlight converts source code to HTML, XHTML, RTF, LaTex, TeX, SVG, BBCode and terminal escape sequences with coloured syntax highlighting. Language definitions and colour themes are customizable.
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>highlight</Name>
+ <Summary xml:lang="en">Convert source code to formatted text with syntax highlighting</Summary>
+ <Description xml:lang="en">Highlight converts source code to HTML, XHTML, RTF, LaTex, TeX, SVG, BBCode and terminal escape sequences with coloured syntax highlighting. Language definitions and colour themes are customizable.
+</Description>
+ <PartOf>programming.tools</PartOf>
+ <Files>
+ <Path fileType="config">/etc/highlight/filetypes.conf</Path>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="doc">/usr/share/doc</Path>
+ <Path fileType="data">/usr/share/highlight</Path>
+ <Path fileType="man">/usr/share/man</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-04-09</Date>
+ <Version>3.36</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Matt Critchlow</Name>
+ <Email>matt.critchlow@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file
--
2.12.2

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13656
Default Alt Text
0001-initial-commit-of-highlight.patch (3 KB)

Event Timeline