From b30cf59572ffc6ab3f0fe732af1718a95a393e7a Mon Sep 17 00:00:00 2001 From: Matthew Critchlow Date: Sat, 15 Apr 2017 13:13:53 -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..7a8f3bd --- /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 : + - pkgconfig(lua-5.1) + - libboost-devel +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..4539f22 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,38 @@ + + + highlight + + Matt Critchlow + matt.critchlow@gmail.com + + GPL-3.0 + programming.tools + Convert source code to formatted text with syntax highlighting + 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. + + https://solus-project.com/sources/README.Solus + + + highlight + Convert source code to formatted text with syntax highlighting + 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. + + programming.tools + + /etc/highlight/filetypes.conf + /usr/bin + /usr/share/doc + /usr/share/highlight + /usr/share/man + + + + + 2017-04-15 + 3.36 + Packaging update + Matt Critchlow + matt.critchlow@gmail.com + + + \ No newline at end of file -- 2.12.2