]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/libucl/tests/basic/4.res
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb, and openmp
[FreeBSD/FreeBSD.git] / contrib / libucl / tests / basic / 4.res
1 name = "pkgconf";
2 version = "0.9.3";
3 origin = "devel/pkgconf";
4 comment = "Utility to help to configure compiler and linker flags";
5 arch = "freebsd:9:x86:64";
6 maintainer = "bapt@FreeBSD.org";
7 prefix = "/usr/local";
8 licenselogic = "single";
9 licenses [
10     "BSD",
11 ]
12 flatsize = 60523;
13 desc = <<EOD
14 pkgconf is a program which helps to configure compiler and linker flags for
15 development frameworks. It is similar to pkg-config, but was written from
16 scratch in Summer of 2011 to replace pkg-config, which now needs itself to build
17 itself.
18
19 WWW: https://github.com/pkgconf/pkgconf
20 EOD;
21 categories [
22     "devel",
23 ]
24 files {
25     /usr/local/bin/pkg-config = "-";
26     /usr/local/bin/pkgconf = "4a0fc53e5ad64e8085da2e61652d61c50b192a086421d865703f1de9f724da38";
27     /usr/local/share/aclocal/pkg.m4 = "cffab33d659adfe36497ec57665eec36fa6fb7b007e578e6ac2434cc28be8820";
28     /usr/local/share/licenses/pkgconf-0.9.3/bsd = "85e7a53b5e2d3e350e2d084fed2f94b7f63005f8e1168740e1e84aa9fa5d48ce";
29     /usr/local/share/licenses/pkgconf-0.9.3/license = "d9cce0db43502eb1bd8fbef7e960cfaa43b5647186f7f7379923b336209fd77b";
30     /usr/local/share/licenses/pkgconf-0.9.3/catalog.mk = "e7b131acce7c3d3c61f2214607b11b34526e03b05afe89a608f50586a898e2ef";
31 }
32 directories {
33     /usr/local/share/licenses/pkgconf-0.9.3/ = false;
34     /usr/local/share/licenses/ = true;
35 }
36 scripts {
37     post-install = "cd /usr/local\nn";
38     pre-deinstall = "cd /usr/local\nn";
39     post-deinstall = "cd /usr/local\nn";
40 }
41 multiline-key = <<EOD
42 test
43 test
44 test\n
45 /* comment like */
46 # Some invalid endings
47  EOD
48 EOD   
49 EOF
50 # Valid ending + empty string
51
52 EOD;
53 normal-key = "<<EODnot";
54