aboutsummaryrefslogtreecommitdiffstats
path: root/art/broken-image-16.xpm
blob: e96ee1aab0f44b11c062595cf749e671c149170f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/* XPM */
static char * broken_image_16_xpm[] = {
"16 16 42 1",
"   c None",
".  c #000000",
"+  c #FEFEFE",
"@  c #FDFDFD",
"#  c #E0E0E0",
"$  c #C1C1C1",
"%  c #F1F1F1",
"&  c #C3C3C3",
"*  c #FBFBFB",
"=  c #A8A8A8",
"-  c #ADADAD",
";  c #767676",
">  c #5D5D5D",
",  c #404040",
"'  c #F0F0F0",
")  c #E2E2E2",
"!  c #858585",
"~  c #4B4B49",
"{  c #161616",
"]  c #EFEFEF",
"^  c #EEEEEE",
"/  c #C5C5C5",
"(  c #DF421E",
"_  c #ECECEC",
":  c #C4C4C4",
"<  c #EBEBEB",
"[  c #EDEDED",
"}  c #EAEAEA",
"|  c #E8E8E8",
"1  c #C0C0C0",
"2  c #E7E7E7",
"3  c #BFBFBF",
"4  c #E6E6E6",
"5  c #E5E5E5",
"6  c #BEBEBE",
"7  c #E4E4E4",
"8  c #BDBDBD",
"9  c #E3E3E3",
"0  c #BBBBBB",
"a  c #C2C2C2",
"b  c #BCBCBC",
"c  c #A0A0A0",
"   .........    ",
"  .++++++@#$.   ",
"  .+%%%%%%&*=.  ",
"  .+%%%%%%-;>,. ",
"  .+%%%%%')!~{. ",
"  .+%]]]]]]^^/. ",
"  .+]]((^((^_:. ",
"  .@^^(((((^<&. ",
"  .@[__(((}}}$. ",
"  .@<|(((((||1. ",
"  .@}}((|((223. ",
"  .@|444444456. ",
"  .@2244455778. ",
"  .@4555779990. ",
"  .a888bb0000c. ",
"   ...........  "};
an> It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner) * wayland: add wayland virtual categoryBaptiste Daroussin2022-07-011-1/+1 | * x11/xdg-desktop-portal-wlr: update to 0.6.0Jan Beich2022-06-102-6/+7 | | | | | Changes: https://github.com/emersion/xdg-desktop-portal-wlr/releases/tag/v0.6.0 Reported by: GitHub (watch releases) * multimedia/pipewire: force rebuild consumers after 8691df3a5142Jan Beich2021-11-211-0/+1 | | | | | | | | | | | | | ABI has changed: pw_{,de}init -> pipewire_{,de}init. As PipeWire support is often runtime-optional the breakage maybe hard to notice. ERROR kooha::backend::screencast_portal > Error from screencast call: Zbus(MethodError(OwnedInterfaceName(InterfaceName(Str("org.freedesktop.DBus.Error.UnknownMethod"))), Some("No such interface “org.freedesktop.portal.ScreenCast” on object at path /org/freedesktop/portal/desktop"), Msg { type: Error, sender: UniqueName(Str(":1.397")), reply-serial: 18, body: Signature: [ s (115), ] })) ld-elf.so.1: /usr/local/libexec/xdg-desktop-portal-wlr: Undefined symbol "pw_init" PR: 259621 * x11/xdg-desktop-portal-wlr: update to 0.5.0Jan Beich2021-11-062-5/+4 | | | | | Changes: https://github.com/emersion/xdg-desktop-portal-wlr/releases/tag/v0.5.0 Reported by: GitHub (watch releases) * x11/xdg-desktop-portal-wlr: install one chooser by defaultJan Beich2021-08-171-2/+6 | | | | | | | Makes it work out-of-the-box with PipeWire-based consumers. xdpw tries slurp -> wofi -> bemenu by default. However, a lot of alternatives exist for wofi/bemenu e.g., fuzzel, rofi-wayland, dmenu-wayland, nwgdmenu (from nwg-launchers). * x11/xdg-desktop-portal-wlr: update to 0.4.0Jan Beich2021-06-022-12/+6 | | | | | Changes: https://github.com/emersion/xdg-desktop-portal-wlr/releases/tag/v0.4.0 Reported by: GitHub (watch releases) * x11/xdg-desktop-portal-wlr: unbreak default config after 337aa4a3c88eJan Beich2021-04-192-0/+6 | * x11/xdg-desktop-portal-wlr: respect PREFIX in manpageJan Beich2021-04-191-0/+4 | * x11/xdg-desktop-portal-wlr: update to 0.3.0Jan Beich2021-04-192-5/+14 | | | | | Changes: https://github.com/emersion/xdg-desktop-portal-wlr/releases/tag/v0.3.0 Reported by: GitHub (watch releases) * One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0 | | | | Reported by: lwhsu * Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0 | * x11/xdg-desktop-portal-wlr: update to 0.2.0Jan Beich2021-02-152-15/+4 | | | | | | | | Changes: https://github.com/emersion/xdg-desktop-portal-wlr/releases/tag/v0.2.0 Reported by: GitHub (watch releases) Notes: svn path=/head/; revision=565299 * x11/xdg-desktop-portal-wlr: switch to upstreamed patchesJan Beich2021-01-092-9/+9 | | | | Notes: svn path=/head/; revision=560852 * sysutils/basu: move to devel/ where dbus isJan Beich2020-12-261-3/+3 | | | | Notes: svn path=/head/; revision=559264