![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 932bc773edda437d47d5edb88f86f86a28059d1a Author: Juergen Daubert <jue@jue.li> Date: Sun Feb 3 13:08:49 2019 +0100 libspectre: initial release, required to view ps-files with qpdfview diff --git a/libspectre/.footprint b/libspectre/.footprint new file mode 100644 index 000000000..31ec3f7b5 --- /dev/null +++ b/libspectre/.footprint @@ -0,0 +1,19 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/libspectre/ +-rw-r--r-- root/root usr/include/libspectre/spectre-document.h +-rw-r--r-- root/root usr/include/libspectre/spectre-exporter.h +-rw-r--r-- root/root usr/include/libspectre/spectre-macros.h +-rw-r--r-- root/root usr/include/libspectre/spectre-page.h +-rw-r--r-- root/root usr/include/libspectre/spectre-render-context.h +-rw-r--r-- root/root usr/include/libspectre/spectre-status.h +-rw-r--r-- root/root usr/include/libspectre/spectre-version.h +-rw-r--r-- root/root usr/include/libspectre/spectre.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libspectre.a +-rwxr-xr-x root/root usr/lib/libspectre.la +lrwxrwxrwx root/root usr/lib/libspectre.so -> libspectre.so.1.1.8 +lrwxrwxrwx root/root usr/lib/libspectre.so.1 -> libspectre.so.1.1.8 +-rwxr-xr-x root/root usr/lib/libspectre.so.1.1.8 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/libspectre.pc diff --git a/libspectre/.signature b/libspectre/.signature new file mode 100644 index 000000000..db3f521be --- /dev/null +++ b/libspectre/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/opt.pub +RWSE3ohX2g5d/ecE3UGmvTp+KiGfRYBBilcyDbz6qSPvkxvDkm4STp9eUx3lbOrwNh/WK0F5htKlueeWIBQ6oG60MUd8Gm0WBQk= +SHA256 (Pkgfile) = 016a3ab48b6db4cf3d462d7d80fc65e75f2511dd8f004f6b670e1bfff37e2c04 +SHA256 (.footprint) = ce268e95bcbb98fe43a2953221969bf03dfb139f7c5015f160e5416524812136 +SHA256 (libspectre-0.2.8.tar.gz) = 65256af389823bbc4ee4d25bfd1cc19023ffc29ae9f9677f2d200fa6e98bc7a8 diff --git a/libspectre/Pkgfile b/libspectre/Pkgfile new file mode 100644 index 000000000..c98eb3d8c --- /dev/null +++ b/libspectre/Pkgfile @@ -0,0 +1,16 @@ +# Description: Library for rendering Postscript documents +# URL: https://www.freedesktop.org/wiki/Software/libspectre +# Maintainer: Juergen Daubert, jue at crux dot nu +# Depends on: ghostscript + +name=libspectre +version=0.2.8 +release=1 +source=(https://libspectre.freedesktop.org/releases/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr + make + make DESTDIR=$PKG install +}