diff options
author | Matthieu Herrb <matthieu@herrb.eu> | 2021-09-02 15:16:33 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu@herrb.eu> | 2021-09-02 15:16:33 +0200 |
commit | aac9d4e5e8df3a4376290ef724ef4f22b5ff3179 (patch) | |
tree | bb0f3ca510004818ad3544bcb62f52b1b0c82f67 /x11 | |
parent | 02c6ec92c06dd581f8ea07e055d300c71bb02720 (diff) |
Add xlsfonts 1.0.6
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xlsfonts/Makefile | 30 | ||||
-rw-r--r-- | x11/xlsfonts/distinfo | 2 | ||||
-rw-r--r-- | x11/xlsfonts/pkg/DESCR | 7 | ||||
-rw-r--r-- | x11/xlsfonts/pkg/PLIST | 3 |
4 files changed, 42 insertions, 0 deletions
diff --git a/x11/xlsfonts/Makefile b/x11/xlsfonts/Makefile new file mode 100644 index 0000000..59e4f47 --- /dev/null +++ b/x11/xlsfonts/Makefile @@ -0,0 +1,30 @@ +# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ +COMMENT = lists fonts available from an X server + + +DISTNAME = xlsfonts-1.0.6 +CATEGORIES = x11 + +HOMEPAGE = https://gitlab.freedesktop.org/xorg/app/xlsfonts + +MAINTAINER = xenocara@openbsd.org + +# MIT +PERMIT_PACKAGE = Yes + +WANTLIB = X11 c + +MASTER_SITES = ${MASTER_SITE_XORG:=app/} + +MODULES = xenocara + +BUILD_DEPENDS = devel/xorgproto + +LIB_DEPENDS = x11/libX11 + +SEPARATE_BUILD = Yes +CONFIGURE_STYLE = gnu + +NO_TEST = Yes + +.include <bsd.port.mk> diff --git a/x11/xlsfonts/distinfo b/x11/xlsfonts/distinfo new file mode 100644 index 0000000..91ffb10 --- /dev/null +++ b/x11/xlsfonts/distinfo @@ -0,0 +1,2 @@ +SHA256 (xlsfonts-1.0.6.tar.gz) = hwu8+5A+eQ5zDqjulkxyzkpN9g96SzlUG4gZPR6MlFM= +SIZE (xlsfonts-1.0.6.tar.gz) = 165870 diff --git a/x11/xlsfonts/pkg/DESCR b/x11/xlsfonts/pkg/DESCR new file mode 100644 index 0000000..fad0eb7 --- /dev/null +++ b/x11/xlsfonts/pkg/DESCR @@ -0,0 +1,7 @@ +xlsfonts lists the fonts that match the given pattern. The wildcard +character "*" may be used to match any sequence of characters +(including none), and "?" to match any single character. If no +pattern is given, "*" is assumed. + +The "*" and "?" characters must be quoted to prevent them from being +expanded by the shell. diff --git a/x11/xlsfonts/pkg/PLIST b/x11/xlsfonts/pkg/PLIST new file mode 100644 index 0000000..2ec170c --- /dev/null +++ b/x11/xlsfonts/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $OpenBSD: PLIST,v$ +@bin bin/xlsfonts +@man man/man1/xlsfonts.1 |