Blame


1 014c66b6 2023-06-25 op {!
2 014c66b6 2023-06-25 op /*
3 014c66b6 2023-06-25 op * Copyright (c) 2023 Omar Polo <op@omarpolo.com>
4 014c66b6 2023-06-25 op *
5 014c66b6 2023-06-25 op * Permission to use, copy, modify, and distribute this software for any
6 014c66b6 2023-06-25 op * purpose with or without fee is hereby granted, provided that the above
7 014c66b6 2023-06-25 op * copyright notice and this permission notice appear in all copies.
8 014c66b6 2023-06-25 op *
9 014c66b6 2023-06-25 op * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10 014c66b6 2023-06-25 op * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11 014c66b6 2023-06-25 op * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12 014c66b6 2023-06-25 op * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13 014c66b6 2023-06-25 op * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14 014c66b6 2023-06-25 op * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15 014c66b6 2023-06-25 op * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16 014c66b6 2023-06-25 op */
17 014c66b6 2023-06-25 op
18 014c66b6 2023-06-25 op /* #include <sys/queue.h> */
19 014c66b6 2023-06-25 op #include <sys/tree.h>
20 014c66b6 2023-06-25 op
21 014c66b6 2023-06-25 op #include <event.h>
22 014c66b6 2023-06-25 op #include <stdint.h>
23 014c66b6 2023-06-25 op
24 014c66b6 2023-06-25 op #include "pkg.h"
25 014c66b6 2023-06-25 op #include "tmpl.h"
26 014c66b6 2023-06-25 op
27 014c66b6 2023-06-25 op !}
28 014c66b6 2023-06-25 op
29 014c66b6 2023-06-25 op {{ define tp_home(struct template *tp) }}
30 014c66b6 2023-06-25 op # pkg_fcgi
31 014c66b6 2023-06-25 op
32 014c66b6 2023-06-25 op Welcome to pkg_fcgi, the Gemini interface for the OpenBSD ports collection!
33 014c66b6 2023-06-25 op
34 014c66b6 2023-06-25 op => /search Search for a package
35 014c66b6 2023-06-25 op => /all/ Browse all categories
36 014c66b6 2023-06-25 op
37 014c66b6 2023-06-25 op What you search will be matched against the package name (pkgstem), comment, description, and maintainer.
38 014c66b6 2023-06-25 op {{ end }}