From 48889c0d446a0bf880912afcc1a85e6a90fa9bf3 Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Fri, 29 May 2026 15:31:54 +0000 Subject: Woodpecker CI d09592d572a6c9d7e0631a04dba94d25970c61e3 [SKIP CI] --- hevel/.checksum | 2 + hevel/.files | 3 + hevel/abuild | 6 + hevel/depends | 6 + hevel/makefile.patch | 20 ++ hst/.checksum | 1 + hst/.files | 7 + hst/abuild | 5 + hst/depends | 8 + lua/.checksum | 2 + lua/.files | 23 ++ lua/abuild | 10 + lua/makefile.patch | 63 ++++++ luajit/.checksum | 1 + luajit/.files | 47 ++++ luajit/abuild | 5 + netbsd-curses/.checksum | 1 + netbsd-curses/.files | 571 ++++++++++++++++++++++++++++++++++++++++++++++++ netbsd-curses/abuild | 4 + neuipc/.checksum | 1 + neuipc/.files | 8 + neuipc/abuild | 5 + neuswc/.checksum | 1 + neuswc/.files | 13 ++ neuswc/abuild | 5 + neuswc/depends | 8 + neuswiv/.checksum | 2 + neuswiv/.files | 3 + neuswiv/abuild | 6 + neuswiv/depends | 7 + neuswiv/makefile.patch | 11 + neuwld/.checksum | 1 + neuwld/.files | 10 + neuwld/abuild | 5 + neuwld/depends | 7 + neuwm/.checksum | 2 + neuwm/.files | 4 + neuwm/abuild | 12 + neuwm/depends | 11 + neuwm/meson.patch | 28 +++ tcc/.files | 4 +- tcc/abuild | 1 + wawa/.checksum | 1 + wawa/.files | 3 + wawa/abuild | 5 + wawa/depends | 2 + 46 files changed, 950 insertions(+), 1 deletion(-) create mode 100644 hevel/.checksum create mode 100644 hevel/.files create mode 100644 hevel/abuild create mode 100644 hevel/depends create mode 100644 hevel/makefile.patch create mode 100644 hst/.checksum create mode 100644 hst/.files create mode 100644 hst/abuild create mode 100644 hst/depends create mode 100644 lua/.checksum create mode 100644 lua/.files create mode 100644 lua/abuild create mode 100644 lua/makefile.patch create mode 100644 luajit/.checksum create mode 100644 luajit/.files create mode 100644 luajit/abuild create mode 100644 netbsd-curses/.checksum create mode 100644 netbsd-curses/.files create mode 100644 netbsd-curses/abuild create mode 100644 neuipc/.checksum create mode 100644 neuipc/.files create mode 100644 neuipc/abuild create mode 100644 neuswc/.checksum create mode 100644 neuswc/.files create mode 100644 neuswc/abuild create mode 100644 neuswc/depends create mode 100644 neuswiv/.checksum create mode 100644 neuswiv/.files create mode 100644 neuswiv/abuild create mode 100644 neuswiv/depends create mode 100644 neuswiv/makefile.patch create mode 100644 neuwld/.checksum create mode 100644 neuwld/.files create mode 100644 neuwld/abuild create mode 100644 neuwld/depends create mode 100644 neuwm/.checksum create mode 100644 neuwm/.files create mode 100644 neuwm/abuild create mode 100644 neuwm/depends create mode 100644 neuwm/meson.patch create mode 100644 wawa/.checksum create mode 100644 wawa/.files create mode 100644 wawa/abuild create mode 100644 wawa/depends diff --git a/hevel/.checksum b/hevel/.checksum new file mode 100644 index 00000000..e54d97c0 --- /dev/null +++ b/hevel/.checksum @@ -0,0 +1,2 @@ +efb8e52ca27ce18f82012d3f39d6875cac4a76a558dc9eaf86630a6f7d99c8a7 7ef61a5c0d4012417443734919ac723635cd5464.tar.gz +ac2a175fe30d4aa5a603d5cc33f7adc0538a24a8c39e88e03409a5b48a0edf6d makefile.patch diff --git a/hevel/.files b/hevel/.files new file mode 100644 index 00000000..c335f4ce --- /dev/null +++ b/hevel/.files @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/hevel diff --git a/hevel/abuild b/hevel/abuild new file mode 100644 index 00000000..d4cabde9 --- /dev/null +++ b/hevel/abuild @@ -0,0 +1,6 @@ +name=hevel +version=20260507 +commit=7ef61a5c0d4012417443734919ac723635cd5464 +release=1 +source="https://git.sr.ht/~dlm/$name/archive/$commit.tar.gz +makefile.patch" diff --git a/hevel/depends b/hevel/depends new file mode 100644 index 00000000..886b2694 --- /dev/null +++ b/hevel/depends @@ -0,0 +1,6 @@ +libinput +libxkbcommon +neuswc +neuwld +wayland +wayland-protocols diff --git a/hevel/makefile.patch b/hevel/makefile.patch new file mode 100644 index 00000000..cd319061 --- /dev/null +++ b/hevel/makefile.patch @@ -0,0 +1,20 @@ +--- hevel-7ef61a5c0d4012417443734919ac723635cd5464/Makefile ++++ patched-ver/Makefile +@@ -10,14 +10,15 @@ + CFLAGS += `$(PKG_CONFIG) --cflags $(PKGS)` + LDLIBS += `$(PKG_CONFIG) --libs $(PKGS)` + +-SRC = config.h src/hevel.c src/input.c src/scroll.c src/select.c src/window.c src/zoom.c ++SRC = src/hevel.c src/input.c src/scroll.c src/select.c src/window.c src/zoom.c ++CONF = config.h + + all: hevel + + config.h: + cp config.def.h $@ + +-hevel: $(SRC) ++hevel: $(SRC) $(CONF) + $(CC) $(CFLAGS) $(LDFLAGS) -o hevel $(SRC) $(LDLIBS) + + clean: diff --git a/hst/.checksum b/hst/.checksum new file mode 100644 index 00000000..6605655e --- /dev/null +++ b/hst/.checksum @@ -0,0 +1 @@ +56f2f22dd590b9ceb90c0a2aa210632faf19fe8a69f27b7162a65a3b19c94ff0 6187ef823d1fabe2139aed54dbb7a7e28c6d8ff4.tar.gz diff --git a/hst/.files b/hst/.files new file mode 100644 index 00000000..471772c3 --- /dev/null +++ b/hst/.files @@ -0,0 +1,7 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/st-wl +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/st-wl.1.gz diff --git a/hst/abuild b/hst/abuild new file mode 100644 index 00000000..3d25754a --- /dev/null +++ b/hst/abuild @@ -0,0 +1,5 @@ +name=hst +version=20260203 +commit=6187ef823d1fabe2139aed54dbb7a7e28c6d8ff4 +release=1 +source="https://git.sr.ht/~dlm/$name/archive/$commit.tar.gz" diff --git a/hst/depends b/hst/depends new file mode 100644 index 00000000..e142dee1 --- /dev/null +++ b/hst/depends @@ -0,0 +1,8 @@ +fontconfig +freetype +libdrm +libxkbcommon +ncurses +neuwld +wayland +wayland-protcols diff --git a/lua/.checksum b/lua/.checksum new file mode 100644 index 00000000..d204b3cd --- /dev/null +++ b/lua/.checksum @@ -0,0 +1,2 @@ +489c82425cda485b0147e56a0fe73559169d12e7da0ac32bdf4593ce1835faf6 lua-5.5.0.tar.gz +0e916389b571a276a37db67c5496c7d8d19286b288764320cd1ba5d37c1cb9c1 makefile.patch diff --git a/lua/.files b/lua/.files new file mode 100644 index 00000000..3b9907f0 --- /dev/null +++ b/lua/.files @@ -0,0 +1,23 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/lua5.5 +-rwxr-xr-x root/root usr/bin/luac5.5 +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/lauxlib.h +-rw-r--r-- root/root usr/include/lua.h +-rw-r--r-- root/root usr/include/lua.hpp +-rw-r--r-- root/root usr/include/luaconf.h +-rw-r--r-- root/root usr/include/lualib.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/liblua5.5.so +-rw-r--r-- root/root usr/lib/liblua5.5.so.5.5 +-rw-r--r-- root/root usr/lib/liblua5.5.so.5.5.0 +drwxr-xr-x root/root usr/lib/lua/ +drwxr-xr-x root/root usr/lib/lua/5.5/ +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/lua.1 +-rw-r--r-- root/root usr/man/man1/luac.1 +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/lua/ +drwxr-xr-x root/root usr/share/lua/5.5/ diff --git a/lua/abuild b/lua/abuild new file mode 100644 index 00000000..28c6130a --- /dev/null +++ b/lua/abuild @@ -0,0 +1,10 @@ +name=lua +version=5.5.0 +release=1 +source="https://www.lua.org/ftp/lua-$version.tar.gz +makefile.patch" + +build() { + make linux MYCFLAGS="-fPIC" + make install INSTALL_TOP=$PKG/usr +} diff --git a/lua/makefile.patch b/lua/makefile.patch new file mode 100644 index 00000000..40301101 --- /dev/null +++ b/lua/makefile.patch @@ -0,0 +1,63 @@ +--- old/Makefile ++++ new/Makefile +@@ -39,9 +39,9 @@ + PLATS= guess aix bsd c89 freebsd generic ios linux macosx mingw posix solaris + + # What to install. +-TO_BIN= lua luac ++TO_BIN= lua5.5 luac5.5 + TO_INC= lua.h luaconf.h lualib.h lauxlib.h lua.hpp +-TO_LIB= liblua.a ++TO_LIB= liblua5.5.so.$(R) liblua5.5.so.$(V) liblua5.5.so + TO_MAN= lua.1 luac.1 + + # Lua version and release. +@@ -52,7 +52,7 @@ + all: $(PLAT) + + $(PLATS) help test clean: +- @cd src && $(MAKE) $@ ++ @cd src && $(MAKE) $@ V=$(V) R=$(R) + + install: dummy + cd src && $(MKDIR) $(INSTALL_BIN) $(INSTALL_INC) $(INSTALL_LIB) $(INSTALL_MAN) $(INSTALL_LMOD) $(INSTALL_CMOD) +--- old/src/Makefile.orig ++++ new/src/Makefile +@@ -32,19 +32,20 @@ + + PLATS= guess aix bsd c89 freebsd generic ios linux macosx mingw posix solaris + +-LUA_A= liblua.a ++LUA_A= liblua5.5.a ++LUA_SO= liblua5.5.so + CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o + LIB_O= lauxlib.o lbaselib.o lcorolib.o ldblib.o liolib.o lmathlib.o loadlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o linit.o + BASE_O= $(CORE_O) $(LIB_O) $(MYOBJS) + +-LUA_T= lua ++LUA_T= lua5.5 + LUA_O= lua.o + +-LUAC_T= luac ++LUAC_T= luac5.5 + LUAC_O= luac.o + + ALL_O= $(BASE_O) $(LUA_O) $(LUAC_O) +-ALL_T= $(LUA_A) $(LUA_T) $(LUAC_T) ++ALL_T= $(LUA_A) $(LUA_SO) $(LUA_T) $(LUAC_T) + ALL_A= $(LUA_A) + + # Targets start here. +@@ -59,6 +60,11 @@ + $(LUA_A): $(BASE_O) + $(AR) $@ $(BASE_O) + $(RANLIB) $@ ++ ++$(LUA_SO): $(BASE_O) ++ $(CC) -shared -ldl -Wl,-soname,$(LUA_SO).$(V) -o $@.$(R) $^ -lm $(MYLDFLAGS) ++ ln -sf $(LUA_SO).$(R) $(LUA_SO) ++ ln -sf $(LUA_SO).$(R) $(LUA_SO).$(V) + + $(LUA_T): $(LUA_O) $(LUA_A) + $(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS) + diff --git a/luajit/.checksum b/luajit/.checksum new file mode 100644 index 00000000..307b0078 --- /dev/null +++ b/luajit/.checksum @@ -0,0 +1 @@ +bb6bbe24a380bfe48d15dd1dd33f4a5c3d194b016e766dd8700f828844a4c547 18b087cd2cd4ddc4a79782bf155383a689d5093d.tar.gz diff --git a/luajit/.files b/luajit/.files new file mode 100644 index 00000000..9b76f2fa --- /dev/null +++ b/luajit/.files @@ -0,0 +1,47 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/luajit -> luajit-2.1.1774896198 +-rwxr-xr-x root/root usr/bin/luajit-2.1.1774896198 +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/luajit-2.1/ +-rw-r--r-- root/root usr/include/luajit-2.1/lauxlib.h +-rw-r--r-- root/root usr/include/luajit-2.1/lua.h +-rw-r--r-- root/root usr/include/luajit-2.1/lua.hpp +-rw-r--r-- root/root usr/include/luajit-2.1/luaconf.h +-rw-r--r-- root/root usr/include/luajit-2.1/luajit.h +-rw-r--r-- root/root usr/include/luajit-2.1/lualib.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libluajit-5.1.so -> libluajit-5.1.so.2.1.1774896198 +lrwxrwxrwx root/root usr/lib/libluajit-5.1.so.2 -> libluajit-5.1.so.2.1.1774896198 +-rwxr-xr-x root/root usr/lib/libluajit-5.1.so.2.1.1774896198 +drwxr-xr-x root/root usr/lib/lua/ +drwxr-xr-x root/root usr/lib/lua/5.1/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/luajit.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/lua/ +drwxr-xr-x root/root usr/share/lua/5.1/ +drwxr-xr-x root/root usr/share/luajit-2.1/ +drwxr-xr-x root/root usr/share/luajit-2.1/jit/ +-rw-r--r-- root/root usr/share/luajit-2.1/jit/bc.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/bcsave.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_arm.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_arm64.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_arm64be.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_mips.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_mips64.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_mips64el.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_mips64r6.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_mips64r6el.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_mipsel.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_ppc.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_x64.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dis_x86.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/dump.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/p.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/v.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/vmdef.lua +-rw-r--r-- root/root usr/share/luajit-2.1/jit/zone.lua +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/luajit.1.gz diff --git a/luajit/abuild b/luajit/abuild new file mode 100644 index 00000000..c40d0b37 --- /dev/null +++ b/luajit/abuild @@ -0,0 +1,5 @@ +name=luajit +version=2.1 +_commit=18b087cd2cd4ddc4a79782bf155383a689d5093d +release=2 +source=https://github.com/LuaJIT/LuaJIT/archive/$_commit.tar.gz diff --git a/netbsd-curses/.checksum b/netbsd-curses/.checksum new file mode 100644 index 00000000..a4265b35 --- /dev/null +++ b/netbsd-curses/.checksum @@ -0,0 +1 @@ +aeb448eea51c85d8c80d9568f4436f476aba4d5a1064ba669bc591009b88fae8 v0.3.2.tar.gz \ No newline at end of file diff --git a/netbsd-curses/.files b/netbsd-curses/.files new file mode 100644 index 00000000..341b728c --- /dev/null +++ b/netbsd-curses/.files @@ -0,0 +1,571 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/clear +-rwxr-xr-x root/root usr/bin/infocmp +lrwxrwxrwx root/root usr/bin/reset -> tset +-rwxr-xr-x root/root usr/bin/tabs +-rwxr-xr-x root/root usr/bin/tic +-rwxr-xr-x root/root usr/bin/tput +-rwxr-xr-x root/root usr/bin/tset +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/curses.h +-rw-r--r-- root/root usr/include/eti.h +-rw-r--r-- root/root usr/include/form.h +-rw-r--r-- root/root usr/include/menu.h +lrwxrwxrwx root/root usr/include/ncurses.h -> curses.h +-rw-r--r-- root/root usr/include/panel.h +-rw-r--r-- root/root usr/include/term.h +-rw-r--r-- root/root usr/include/termcap.h +-rw-r--r-- root/root usr/include/unctrl.h +drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libcurses.so +-rw-r--r-- root/root usr/lib/libform.so +lrwxrwxrwx root/root usr/lib/libformw.so -> libform.so +-rw-r--r-- root/root usr/lib/libmenu.so +lrwxrwxrwx root/root usr/lib/libmenuw.so -> libmenu.so +lrwxrwxrwx root/root usr/lib/libncurses.so -> libcurses.so +lrwxrwxrwx root/root usr/lib/libncursesw.so -> libcurses.so +-rw-r--r-- root/root usr/lib/libpanel.so +lrwxrwxrwx root/root usr/lib/libpanelw.so -> libpanel.so +lrwxrwxrwx root/root usr/lib/libtermcap.so -> libterminfo.so +-rw-r--r-- root/root usr/lib/libterminfo.so +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/curses.pc +-rw-r--r-- root/root usr/lib/pkgconfig/form.pc +-rw-r--r-- root/root usr/lib/pkgconfig/formw.pc +-rw-r--r-- root/root usr/lib/pkgconfig/menu.pc +-rw-r--r-- root/root usr/lib/pkgconfig/menuw.pc +-rw-r--r-- root/root usr/lib/pkgconfig/ncurses.pc +-rw-r--r-- root/root usr/lib/pkgconfig/ncursesw.pc +-rw-r--r-- root/root usr/lib/pkgconfig/panel.pc +-rw-r--r-- root/root usr/lib/pkgconfig/panelw.pc +-rw-r--r-- root/root usr/lib/pkgconfig/termcap.pc +-rw-r--r-- root/root usr/lib/pkgconfig/terminfo.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +lrwxrwxrwx root/root usr/share/man/man1/clear.1.gz -> tput.1.gz +-rw-r--r-- root/root usr/share/man/man1/infocmp.1.gz +lrwxrwxrwx root/root usr/share/man/man1/reset.1.gz -> tset.1.gz +-rw-r--r-- root/root usr/share/man/man1/tabs.1.gz +-rw-r--r-- root/root usr/share/man/man1/tic.1.gz +-rw-r--r-- root/root usr/share/man/man1/tput.1.gz +-rw-r--r-- root/root usr/share/man/man1/tset.1.gz +drwxr-xr-x root/root usr/share/man/man3/ +lrwxrwxrwx root/root usr/share/man/man3/addch.3.gz -> curses_addch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/addchnstr.3.gz -> curses_addchstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/addchstr.3.gz -> curses_addchstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/addnstr.3.gz -> curses_addstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/addstr.3.gz -> curses_addstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/assume_default_colors.3.gz -> curses_default_colors.3.gz +lrwxrwxrwx root/root usr/share/man/man3/attr_get.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/attr_off.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/attr_on.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/attr_set.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/attroff.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/attron.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/attrset.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/beep.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bkgd.3.gz -> curses_background.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bkgdset.3.gz -> curses_background.3.gz +lrwxrwxrwx root/root usr/share/man/man3/border.3.gz -> curses_border.3.gz +lrwxrwxrwx root/root usr/share/man/man3/bottom_panel.3.gz -> panel_above.3.gz +lrwxrwxrwx root/root usr/share/man/man3/box.3.gz -> curses_border.3.gz +lrwxrwxrwx root/root usr/share/man/man3/can_change_color.3.gz -> curses_color.3.gz +lrwxrwxrwx root/root usr/share/man/man3/cbreak.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/chgat.3.gz -> curses_chgat.3.gz +lrwxrwxrwx root/root usr/share/man/man3/clear.3.gz -> curses_clear.3.gz +lrwxrwxrwx root/root usr/share/man/man3/clearok.3.gz -> curses_clear.3.gz +lrwxrwxrwx root/root usr/share/man/man3/clrtobot.3.gz -> curses_clear.3.gz +lrwxrwxrwx root/root usr/share/man/man3/clrtoeol.3.gz -> curses_clear.3.gz +lrwxrwxrwx root/root usr/share/man/man3/color_content.3.gz -> curses_color.3.gz +lrwxrwxrwx root/root usr/share/man/man3/color_set.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/copywin.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/current_field.3.gz -> form_page.3.gz +lrwxrwxrwx root/root usr/share/man/man3/current_item.3.gz -> menu_item_current.3.gz +lrwxrwxrwx root/root usr/share/man/man3/curs_set.3.gz -> curses_tty.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_addch.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_addchstr.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_addstr.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_attributes.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_background.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_border.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_cchar.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_chgat.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_clear.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_color.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_cursor.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_default_colors.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_delch.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_deleteln.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_echochar.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_fileio.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_inch.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_input.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_insch.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_insdelln.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_insertln.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_keyname.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_line.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_mouse.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_pad.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_print.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_refresh.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_scanw.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_screen.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_scroll.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_slk.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_standout.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_termcap.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_touch.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_tty.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_underscore.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_version.3.gz +-rw-r--r-- root/root usr/share/man/man3/curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/data_ahead.3.gz -> form_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/data_behind.3.gz -> form_data.3.gz +lrwxrwxrwx root/root usr/share/man/man3/def_prog_mode.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/def_shell_mode.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/define_key.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/del_curterm.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/del_panel.3.gz -> new_panel.3.gz +lrwxrwxrwx root/root usr/share/man/man3/delay_output.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/delch.3.gz -> curses_delch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/deleteln.3.gz -> curses_deleteln.3.gz +lrwxrwxrwx root/root usr/share/man/man3/delscreen.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/delwin.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/derwin.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/doupdate.3.gz -> curses_refresh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/dup_field.3.gz -> form_field_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/dupwin.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/dynamic_field_info.3.gz -> form_field_info.3.gz +lrwxrwxrwx root/root usr/share/man/man3/echo.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/echochar.3.gz -> curses_echochar.3.gz +lrwxrwxrwx root/root usr/share/man/man3/endwin.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/erase.3.gz -> curses_clear.3.gz +lrwxrwxrwx root/root usr/share/man/man3/erasechar.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_arg.3.gz -> form_field_validation.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_back.3.gz -> form_field_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_buffer.3.gz -> form_field_buffer.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_count.3.gz -> form_field.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_fore.3.gz -> form_field_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_index.3.gz -> form_page.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_info.3.gz -> form_field_info.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_init.3.gz -> form_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_just.3.gz -> form_field_just.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_opts.3.gz -> form_field_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_opts_off.3.gz -> form_field_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_opts_on.3.gz -> form_field_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_pad.3.gz -> form_field_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_status.3.gz -> form_field_buffer.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_term.3.gz -> form_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_type.3.gz -> form_field_validation.3.gz +lrwxrwxrwx root/root usr/share/man/man3/field_userptr.3.gz -> form_field_userptr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/filter.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/flash.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/flushinp.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/flushok.3.gz -> curses_refresh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/form.3.gz -> forms.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_cursor.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_data.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_driver.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_field.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_field_attributes.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_field_buffer.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_field_info.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_field_just.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_field_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_field_opts.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_field_userptr.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_field_validation.3.gz +lrwxrwxrwx root/root usr/share/man/man3/form_fields.3.gz -> form_field.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_fieldtype.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/form_init.3.gz -> form_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/form_max_page.3.gz -> form_page.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_new_page.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/form_opts_off.3.gz -> form_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/form_opts_on.3.gz -> form_opts.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_page.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_post.3.gz +lrwxrwxrwx root/root usr/share/man/man3/form_sub.3.gz -> form_win.3.gz +lrwxrwxrwx root/root usr/share/man/man3/form_term.3.gz -> form_hook.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_userptr.3.gz +-rw-r--r-- root/root usr/share/man/man3/form_win.3.gz +-rw-r--r-- root/root usr/share/man/man3/forms.3.gz +lrwxrwxrwx root/root usr/share/man/man3/free_field.3.gz -> form_field_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/free_fieldtype.3.gz -> form_fieldtype.3.gz +lrwxrwxrwx root/root usr/share/man/man3/free_form.3.gz -> form_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/free_item.3.gz -> menu_item_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/free_menu.3.gz -> menu_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/fullname.3.gz -> curses_termcap.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getattrs.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getbegx.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getbegy.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getbkgd.3.gz -> curses_background.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getcchar.3.gz -> curses_cchar.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getch.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getcurx.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getcury.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getmaxx.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getmaxy.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getmaxyx.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getnstr.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getparx.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getpary.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getparyx.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getstr.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getsyx.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/gettmode.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getwin.3.gz -> curses_fileio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/getyx.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/halfdelay.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/has_colors.3.gz -> curses_color.3.gz +lrwxrwxrwx root/root usr/share/man/man3/has_ic.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/has_il.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/has_key.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/hide_panel.3.gz -> panel_hidden.3.gz +lrwxrwxrwx root/root usr/share/man/man3/hline.3.gz -> curses_line.3.gz +lrwxrwxrwx root/root usr/share/man/man3/idcok.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/idlok.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/immedok.3.gz -> curses_refresh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/inch.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/inchnstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/inchstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/init_color.3.gz -> curses_color.3.gz +lrwxrwxrwx root/root usr/share/man/man3/init_pair.3.gz -> curses_color.3.gz +lrwxrwxrwx root/root usr/share/man/man3/initscr.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/innstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/insch.3.gz -> curses_insch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/insdelln.3.gz -> curses_insdelln.3.gz +lrwxrwxrwx root/root usr/share/man/man3/insertln.3.gz -> curses_insertln.3.gz +lrwxrwxrwx root/root usr/share/man/man3/instr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/intrflush.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/is_keypad.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/is_leaveok.3.gz -> curses_refresh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/is_linetouched.3.gz -> curses_touch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/is_pad.3.gz -> curses_pad.3.gz +lrwxrwxrwx root/root usr/share/man/man3/is_term_resized.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/is_wintouched.3.gz -> curses_touch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/isendwin.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_count.3.gz -> menu_items.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_description.3.gz -> menu_item_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_index.3.gz -> menu_item_current.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_init.3.gz -> menu_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_name.3.gz -> menu_item_name.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_opts.3.gz -> menu_item_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_opts_off.3.gz -> menu_item_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_opts_on.3.gz -> menu_item_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_selected.3.gz -> menu_item_value.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_term.3.gz -> menu_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_userptr.3.gz -> menu_item_userptr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_value.3.gz -> menu_item_value.3.gz +lrwxrwxrwx root/root usr/share/man/man3/item_visible.3.gz -> menu_item_visible.3.gz +lrwxrwxrwx root/root usr/share/man/man3/keyname.3.gz -> curses_keyname.3.gz +lrwxrwxrwx root/root usr/share/man/man3/keypad.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/killchar.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/leaveok.3.gz -> curses_refresh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/link_field.3.gz -> form_field_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/link_fieldtype.3.gz -> form_fieldtype.3.gz +lrwxrwxrwx root/root usr/share/man/man3/longname.3.gz -> terminfo.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_back.3.gz -> menu_attributes.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_cursor.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_driver.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_fore.3.gz -> menu_attributes.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_format.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_grey.3.gz -> menu_attributes.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_init.3.gz -> menu_hook.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_item_current.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_item_name.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_item_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_item_opts.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_item_userptr.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_item_value.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_item_visible.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_items.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_mark.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_new.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_opts_off.3.gz -> menu_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_opts_on.3.gz -> menu_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_pad.3.gz -> menu_attributes.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_pattern.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_post.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_sub.3.gz -> menu_win.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_term.3.gz -> menu_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/menu_unmark.3.gz -> menu_mark.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_userptr.3.gz +-rw-r--r-- root/root usr/share/man/man3/menu_win.3.gz +-rw-r--r-- root/root usr/share/man/man3/menus.3.gz +lrwxrwxrwx root/root usr/share/man/man3/meta.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/move.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/move_field.3.gz -> form_field.3.gz +-rw-r--r-- root/root usr/share/man/man3/move_panel.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvaddch.3.gz -> curses_addch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvaddchnstr.3.gz -> curses_addchstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvaddchstr.3.gz -> curses_addchstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvaddnstr.3.gz -> curses_addstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvaddstr.3.gz -> curses_addstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvchgat.3.gz -> curses_chgat.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvcur.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvderwin.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvgetch.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvgetnstr.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvgetstr.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvhline.3.gz -> curses_line.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvinchnstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvinchstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvinnstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvinsch.3.gz -> curses_insch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvinstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvprintw.3.gz -> curses_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvvline.3.gz -> curses_line.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwaddch.3.gz -> curses_addch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwaddchnstr.3.gz -> curses_addchstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwaddchstr.3.gz -> curses_addchstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwaddnstr.3.gz -> curses_addstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwaddstr.3.gz -> curses_addstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwchgat.3.gz -> curses_chgat.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwgetch.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwgetnstr.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwgetstr.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwhline.3.gz -> curses_line.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwin.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwinchnstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwinchstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwinnstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwinsch.3.gz -> curses_insch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwinstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwprintw.3.gz -> curses_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/mvwvline.3.gz -> curses_line.3.gz +lrwxrwxrwx root/root usr/share/man/man3/napms.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/new_field.3.gz -> form_field_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/new_fieldtype.3.gz -> form_fieldtype.3.gz +lrwxrwxrwx root/root usr/share/man/man3/new_form.3.gz -> form_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/new_item.3.gz -> menu_item_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/new_menu.3.gz -> menu_new.3.gz +lrwxrwxrwx root/root usr/share/man/man3/new_page.3.gz -> form_new_page.3.gz +-rw-r--r-- root/root usr/share/man/man3/new_panel.3.gz +lrwxrwxrwx root/root usr/share/man/man3/newpad.3.gz -> curses_pad.3.gz +lrwxrwxrwx root/root usr/share/man/man3/newterm.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/newwin.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/nl.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/nocbreak.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/nodelay.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/noecho.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/nonl.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/noqiflush.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/noraw.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/notimeout.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/overlay.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/overwrite.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/pair_content.3.gz -> curses_color.3.gz +-rw-r--r-- root/root usr/share/man/man3/panel.3.gz +-rw-r--r-- root/root usr/share/man/man3/panel_above.3.gz +lrwxrwxrwx root/root usr/share/man/man3/panel_below.3.gz -> panel_above.3.gz +-rw-r--r-- root/root usr/share/man/man3/panel_hidden.3.gz +-rw-r--r-- root/root usr/share/man/man3/panel_userptr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/panel_window.3.gz -> new_panel.3.gz +lrwxrwxrwx root/root usr/share/man/man3/pechochar.3.gz -> curses_echochar.3.gz +lrwxrwxrwx root/root usr/share/man/man3/pnoutrefresh.3.gz -> curses_pad.3.gz +lrwxrwxrwx root/root usr/share/man/man3/pos_form_cursor.3.gz -> form_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/pos_menu_cursor.3.gz -> menu_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/post_form.3.gz -> form_post.3.gz +lrwxrwxrwx root/root usr/share/man/man3/post_menu.3.gz -> menu_post.3.gz +lrwxrwxrwx root/root usr/share/man/man3/prefresh.3.gz -> curses_pad.3.gz +lrwxrwxrwx root/root usr/share/man/man3/printw.3.gz -> curses_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/putp.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/putwin.3.gz -> curses_fileio.3.gz +lrwxrwxrwx root/root usr/share/man/man3/qiflush.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/raw.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/refresh.3.gz -> curses_refresh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/replace_panel.3.gz -> new_panel.3.gz +lrwxrwxrwx root/root usr/share/man/man3/replace_window.3.gz -> new_panel.3.gz +lrwxrwxrwx root/root usr/share/man/man3/reset_prog_mode.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/reset_shell_mode.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/resetty.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/resize_term.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/resizeterm.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ripoffline.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/savetty.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/scale_form.3.gz -> form_win.3.gz +lrwxrwxrwx root/root usr/share/man/man3/scale_menu.3.gz -> menu_win.3.gz +lrwxrwxrwx root/root usr/share/man/man3/scanw.3.gz -> curses_scanw.3.gz +lrwxrwxrwx root/root usr/share/man/man3/scrl.3.gz -> curses_scroll.3.gz +lrwxrwxrwx root/root usr/share/man/man3/scroll.3.gz -> curses_scroll.3.gz +lrwxrwxrwx root/root usr/share/man/man3/scrollok.3.gz -> curses_scroll.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_current_field.3.gz -> form_page.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_current_item.3.gz -> menu_item_current.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_curterm.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_escdelay.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_back.3.gz -> form_field_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_buffer.3.gz -> form_field_buffer.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_fore.3.gz -> form_field_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_init.3.gz -> form_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_just.3.gz -> form_field_just.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_opts.3.gz -> form_field_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_pad.3.gz -> form_field_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_printf.3.gz -> form_field_buffer.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_status.3.gz -> form_field_buffer.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_term.3.gz -> form_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_type.3.gz -> form_field_validation.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_field_userptr.3.gz -> form_field_userptr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_fieldtype_arg.3.gz -> form_fieldtype.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_fieldtype_choice.3.gz -> form_fieldtype.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_form_fields.3.gz -> form_field.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_form_init.3.gz -> form_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_form_opts.3.gz -> form_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_form_page.3.gz -> form_page.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_form_sub.3.gz -> form_win.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_form_term.3.gz -> form_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_form_userptr.3.gz -> form_userptr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_form_win.3.gz -> form_win.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_item_init.3.gz -> menu_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_item_term.3.gz -> menu_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_item_userptr.3.gz -> menu_item_userptr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_item_value.3.gz -> menu_item_value.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_max_field.3.gz -> form_field_buffer.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_back.3.gz -> menu_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_fore.3.gz -> menu_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_format.3.gz -> menu_format.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_grey.3.gz -> menu_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_init.3.gz -> menu_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_items.3.gz -> menu_items.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_mark.3.gz -> menu_mark.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_opts.3.gz -> menu_opts.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_pad.3.gz -> menu_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_sub.3.gz -> menu_win.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_term.3.gz -> menu_hook.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_unmark.3.gz -> menu_mark.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_userptr.3.gz -> menu_userptr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_menu_win.3.gz -> menu_win.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_new_page.3.gz -> form_new_page.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_panel_userptr.3.gz -> panel_userptr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_tabsize.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_term.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/set_top_row.3.gz -> menu_item_current.3.gz +lrwxrwxrwx root/root usr/share/man/man3/setcchar.3.gz -> curses_cchar.3.gz +lrwxrwxrwx root/root usr/share/man/man3/setscrreg.3.gz -> curses_scroll.3.gz +lrwxrwxrwx root/root usr/share/man/man3/setsyx.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/setterm.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/setupterm.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/show_panel.3.gz -> panel_hidden.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_attr_off.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_attr_on.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_attr_set.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_attroff.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_attron.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_attrset.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_clear.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_color.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_init.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_label.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_noutrefresh.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_refresh.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_restore.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_set.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_touch.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/slk_wset.3.gz -> curses_slk.3.gz +lrwxrwxrwx root/root usr/share/man/man3/standend.3.gz -> curses_standout.3.gz +lrwxrwxrwx root/root usr/share/man/man3/standout.3.gz -> curses_standout.3.gz +lrwxrwxrwx root/root usr/share/man/man3/start_color.3.gz -> curses_color.3.gz +lrwxrwxrwx root/root usr/share/man/man3/subpad.3.gz -> curses_pad.3.gz +lrwxrwxrwx root/root usr/share/man/man3/subwin.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/syncok.3.gz -> curses_touch.3.gz +-rw-r--r-- root/root usr/share/man/man3/termcap.3.gz +-rw-r--r-- root/root usr/share/man/man3/terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/termname.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tgetent.3.gz -> termcap.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tgetflag.3.gz -> termcap.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tgetnum.3.gz -> termcap.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tgetstr.3.gz -> termcap.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tgoto.3.gz -> termcap.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ti_getflag.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ti_getnum.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ti_getstr.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ti_putp.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ti_puts.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ti_setupterm.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ti_tiparm.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tigetflag.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tigetnum.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tigetstr.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/timeout.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tiparm.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/top_panel.3.gz -> panel_above.3.gz +lrwxrwxrwx root/root usr/share/man/man3/top_row.3.gz -> menu_item_current.3.gz +lrwxrwxrwx root/root usr/share/man/man3/touchline.3.gz -> curses_touch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/touchoverlap.3.gz -> curses_touch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/touchwin.3.gz -> curses_touch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tparm.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/tputs.3.gz -> terminfo.3.gz +lrwxrwxrwx root/root usr/share/man/man3/typeahead.3.gz -> curses_tty.3.gz +lrwxrwxrwx root/root usr/share/man/man3/unctrl.3.gz -> curses_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/underend.3.gz -> curses_underscore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/underscore.3.gz -> curses_underscore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/ungetch.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/unpost_form.3.gz -> form_post.3.gz +lrwxrwxrwx root/root usr/share/man/man3/unpost_menu.3.gz -> menu_post.3.gz +lrwxrwxrwx root/root usr/share/man/man3/untouchwin.3.gz -> curses_touch.3.gz +-rw-r--r-- root/root usr/share/man/man3/update_panels.3.gz +lrwxrwxrwx root/root usr/share/man/man3/use_default_colors.3.gz -> curses_default_colors.3.gz +lrwxrwxrwx root/root usr/share/man/man3/use_env.3.gz -> curses_screen.3.gz +lrwxrwxrwx root/root usr/share/man/man3/vline.3.gz -> curses_line.3.gz +lrwxrwxrwx root/root usr/share/man/man3/waddch.3.gz -> curses_addch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/waddchnstr.3.gz -> curses_addchstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/waddchstr.3.gz -> curses_addchstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/waddnstr.3.gz -> curses_addstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/waddstr.3.gz -> curses_addstr.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wattr_get.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wattr_off.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wattr_on.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wattr_set.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wattroff.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wattron.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wattrset.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wbkgd.3.gz -> curses_background.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wbkgdset.3.gz -> curses_background.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wborder.3.gz -> curses_border.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wchgat.3.gz -> curses_chgat.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wclear.3.gz -> curses_clear.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wclrtobot.3.gz -> curses_clear.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wclrtoeol.3.gz -> curses_clear.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wcolor_set.3.gz -> curses_attributes.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wcursyncup.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wdelch.3.gz -> curses_delch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wdeleteln.3.gz -> curses_deleteln.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wechochar.3.gz -> curses_echochar.3.gz +lrwxrwxrwx root/root usr/share/man/man3/werase.3.gz -> curses_clear.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wgetch.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wgetnstr.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wgetstr.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/whline.3.gz -> curses_line.3.gz +lrwxrwxrwx root/root usr/share/man/man3/winch.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/winchnstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/winchstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/winnstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/winsch.3.gz -> curses_insch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/winsdelln.3.gz -> curses_insdelln.3.gz +lrwxrwxrwx root/root usr/share/man/man3/winsertln.3.gz -> curses_insertln.3.gz +lrwxrwxrwx root/root usr/share/man/man3/winstr.3.gz -> curses_inch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wmove.3.gz -> curses_cursor.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wnoutrefresh.3.gz -> curses_refresh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wprintw.3.gz -> curses_print.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wrefresh.3.gz -> curses_refresh.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wresize.3.gz -> curses_window.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wscanw.3.gz -> curses_scanw.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wscrl.3.gz -> curses_scroll.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wsetscrreg.3.gz -> curses_scroll.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wstandend.3.gz -> curses_standout.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wstandout.3.gz -> curses_standout.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wsyncup.3.gz -> curses_touch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wtimeout.3.gz -> curses_input.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wtouchln.3.gz -> curses_touch.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wunderend.3.gz -> curses_underscore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wunderscore.3.gz -> curses_underscore.3.gz +lrwxrwxrwx root/root usr/share/man/man3/wvline.3.gz -> curses_line.3.gz diff --git a/netbsd-curses/abuild b/netbsd-curses/abuild new file mode 100644 index 00000000..cb98f429 --- /dev/null +++ b/netbsd-curses/abuild @@ -0,0 +1,4 @@ +name=netbsd-curses +version=0.3.2 +release=1 +source="https://github.com/sabotage-linux/$name/archive/refs/tags/v$version.tar.gz" \ No newline at end of file diff --git a/neuipc/.checksum b/neuipc/.checksum new file mode 100644 index 00000000..26c8de93 --- /dev/null +++ b/neuipc/.checksum @@ -0,0 +1 @@ +8d19a91d847cada55bac77bf0c58663efe71b9c4adb7ed86439f2a38d883f75d d654f2fa0013237f1681fd1d8c6653a38c3cc753.tar.gz diff --git a/neuipc/.files b/neuipc/.files new file mode 100644 index 00000000..1ede0d4d --- /dev/null +++ b/neuipc/.files @@ -0,0 +1,8 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/neuipc/ +-rw-r--r-- root/root usr/include/neuipc/neuipc.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libneuipc.so +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/neuipc.pc diff --git a/neuipc/abuild b/neuipc/abuild new file mode 100644 index 00000000..7b260b8e --- /dev/null +++ b/neuipc/abuild @@ -0,0 +1,5 @@ +name=neuipc +version=20260423 +commit=d654f2fa0013237f1681fd1d8c6653a38c3cc753 +release=1 +source="https://codeberg.org/binkd/$name/archive/$commit.tar.gz" diff --git a/neuswc/.checksum b/neuswc/.checksum new file mode 100644 index 00000000..c63bfb12 --- /dev/null +++ b/neuswc/.checksum @@ -0,0 +1 @@ +7c9640c2954e09bd1ba645f26dedc5317d00688b4a1fc5ff074264f27b05c8cb 975ad56221d4545bdd44d14fdd4cac796de207d9.tar.gz diff --git a/neuswc/.files b/neuswc/.files new file mode 100644 index 00000000..b75f5a2d --- /dev/null +++ b/neuswc/.files @@ -0,0 +1,13 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwsr-xr-x root/root usr/bin/swc-launch +-rwxr-xr-x root/root usr/bin/swcsnap +drwxr-xr-x root/root usr/include/ +-rw-r--r-- root/root usr/include/swc.h +drwxr-xr-x root/root usr/lib/ +-rwxr-xr-x root/root usr/lib/libswc.so +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/swc.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/swc/ +-rw-r--r-- root/root usr/share/swc/swc.xml diff --git a/neuswc/abuild b/neuswc/abuild new file mode 100644 index 00000000..db9da090 --- /dev/null +++ b/neuswc/abuild @@ -0,0 +1,5 @@ +name=neuswc +version=20260523 +commit=975ad56221d4545bdd44d14fdd4cac796de207d9 +release=1 +source="https://git.sr.ht/~shrub900/$name/archive/$commit.tar.gz" diff --git a/neuswc/depends b/neuswc/depends new file mode 100644 index 00000000..70c18e90 --- /dev/null +++ b/neuswc/depends @@ -0,0 +1,8 @@ +libdrm +libinput +meson +neuwld +pixman +wayland +wayland-protocols +xkeyboard-config diff --git a/neuswiv/.checksum b/neuswiv/.checksum new file mode 100644 index 00000000..5e8c5e3d --- /dev/null +++ b/neuswiv/.checksum @@ -0,0 +1,2 @@ +fd691b4484cdcc336e8b5da8e9d9a23a571cda1dac3271308043ad6eb84f6555 0b993289191bf61a15c0973a4a162ede705c29b9.tar.gz +c04111a714566c101cbbfca5334d48f753932ff90555cdab53fab14a068d7b64 makefile.patch diff --git a/neuswiv/.files b/neuswiv/.files new file mode 100644 index 00000000..1292e9a6 --- /dev/null +++ b/neuswiv/.files @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/swiv diff --git a/neuswiv/abuild b/neuswiv/abuild new file mode 100644 index 00000000..274cb3c6 --- /dev/null +++ b/neuswiv/abuild @@ -0,0 +1,6 @@ +name=neuswiv +version=20260411 +commit=0b993289191bf61a15c0973a4a162ede705c29b9 +release=1 +source="https://git.sr.ht/~pfr/$name/archive/$commit.tar.gz +makefile.patch" diff --git a/neuswiv/depends b/neuswiv/depends new file mode 100644 index 00000000..586d6dab --- /dev/null +++ b/neuswiv/depends @@ -0,0 +1,7 @@ +freetype +libdrm +libjpeg-turbo +libpng +libwebp +neuswc +neuwld diff --git a/neuswiv/makefile.patch b/neuswiv/makefile.patch new file mode 100644 index 00000000..1681d09a --- /dev/null +++ b/neuswiv/makefile.patch @@ -0,0 +1,11 @@ +--- neuswiv-0b993289191bf61a15c0973a4a162ede705c29b9/Makefile ++++ patched-ver/Makefile +@@ -20,7 +20,7 @@ + LDFLAGS += -Wl,-rpath,'$$ORIGIN/..' + + LDLIBS += -L.. -lwld +-LDLIBS += ${PKG_LIBS} ++LDLIBS += ${PKG_LIBS} -lfreetype -ldrm + LDLIBS += -lm + LDLIBS += -lfontconfig + diff --git a/neuwld/.checksum b/neuwld/.checksum new file mode 100644 index 00000000..8ead8e58 --- /dev/null +++ b/neuwld/.checksum @@ -0,0 +1 @@ +5805aafc4a78f1b8ff4300b5ab1b1c48d45596ea404931caac49d973a79d4179 bb5d247e7b3d0f68dda3990f9b2100aaaec85d28.tar.gz diff --git a/neuwld/.files b/neuwld/.files new file mode 100644 index 00000000..67e8e959 --- /dev/null +++ b/neuwld/.files @@ -0,0 +1,10 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/wld/ +-rw-r--r-- root/root usr/include/wld/drm.h +-rw-r--r-- root/root usr/include/wld/pixman.h +-rw-r--r-- root/root usr/include/wld/wayland.h +-rw-r--r-- root/root usr/include/wld/wld.h +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/wld.pc diff --git a/neuwld/abuild b/neuwld/abuild new file mode 100644 index 00000000..7e51e427 --- /dev/null +++ b/neuwld/abuild @@ -0,0 +1,5 @@ +name=neuwld +version=20260506 +commit=bb5d247e7b3d0f68dda3990f9b2100aaaec85d28 +release=1 +source="https://git.sr.ht/~shrub900/$name/archive/$commit.tar.gz" diff --git a/neuwld/depends b/neuwld/depends new file mode 100644 index 00000000..23db48a3 --- /dev/null +++ b/neuwld/depends @@ -0,0 +1,7 @@ +fontconfig +freetype +libdrm +meson +pixman +wayland +wayland-protocols diff --git a/neuwm/.checksum b/neuwm/.checksum new file mode 100644 index 00000000..232511bb --- /dev/null +++ b/neuwm/.checksum @@ -0,0 +1,2 @@ +ee14c30aa0636e1dc5bb932e043538a821a2c32f8129869326500cc2a088b8e7 95f6417e02aabbd1a0b0c7d1c6a1388930c29e30.tar.gz +69f2e48a5e6af2bd0cab4f8c7e24de4b5fa278af035f5a0026e1edda2e8c94e3 meson.patch diff --git a/neuwm/.files b/neuwm/.files new file mode 100644 index 00000000..8e08e412 --- /dev/null +++ b/neuwm/.files @@ -0,0 +1,4 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/neuwm +-rwxr-xr-x root/root usr/bin/neuwmctl diff --git a/neuwm/abuild b/neuwm/abuild new file mode 100644 index 00000000..5fcdce1b --- /dev/null +++ b/neuwm/abuild @@ -0,0 +1,12 @@ +name=neuwm +version=20260527 +commit=95f6417e02aabbd1a0b0c7d1c6a1388930c29e30 +release=1 +source="https://git.sr.ht/~pfr/$name/archive/$commit.tar.gz +meson.patch" + +build () { + meson setup build -Dprefix=/usr + ninja -C build + meson install -C build +} diff --git a/neuwm/depends b/neuwm/depends new file mode 100644 index 00000000..f5043ed1 --- /dev/null +++ b/neuwm/depends @@ -0,0 +1,11 @@ +libdrm +libinput +libinput +libudev-zero +libxkbcommon +luajit +neuswc +neuwld +pixman +wayland +wayland-protocols diff --git a/neuwm/meson.patch b/neuwm/meson.patch new file mode 100644 index 00000000..5035ea45 --- /dev/null +++ b/neuwm/meson.patch @@ -0,0 +1,28 @@ +--- neuwm-95f6417e02aabbd1a0b0c7d1c6a1388930c29e30/meson.build ++++ na/meson.build +@@ -24,10 +24,6 @@ + dependency('libdrm'), + dependency('wld'), + libudev_dep, +- dependency('xcb'), +- dependency('xcb-composite'), +- dependency('xcb-ewmh', required: false), +- dependency('xcb-icccm', required: false), + ] + + cc = meson.get_compiler('c') +@@ -44,12 +40,12 @@ + c_args : ['-D_POSIX_C_SOURCE=200809L', '-Wall', '-Wextra'], + dependencies : pkg_deps + [libm, luajit_dep, neuipc_dep], + install : true, +- install_dir : '/usr/local/bin', ++ install_dir : '/usr/bin', + ) + + executable('neuwmctl', + sources : ['source/neuwmctl.c'], + c_args : ['-D_POSIX_C_SOURCE=200809L'], + install : true, +- install_dir : '/usr/local/bin', ++ install_dir : '/usr/bin', + ) diff --git a/tcc/.files b/tcc/.files index f1c8d19f..b631561f 100644 --- a/tcc/.files +++ b/tcc/.files @@ -4,6 +4,7 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/libtcc.h drwxr-xr-x root/root usr/lib/ +-rw-r--r-- root/root usr/lib/libtcc.a drwxr-xr-x root/root usr/lib/tcc/ drwxr-xr-x root/root usr/lib/tcc/include/ -rw-r--r-- root/root usr/lib/tcc/include/float.h @@ -12,7 +13,8 @@ drwxr-xr-x root/root usr/lib/tcc/include/ -rw-r--r-- root/root usr/lib/tcc/include/stddef.h -rw-r--r-- root/root usr/lib/tcc/include/tcclib.h -rw-r--r-- root/root usr/lib/tcc/include/varargs.h +-rw-r--r-- root/root usr/lib/tcc/libtcc1.a drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/man/ drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/tcc.1.gz \ No newline at end of file +-rw-r--r-- root/root usr/share/man/man1/tcc.1.gz diff --git a/tcc/abuild b/tcc/abuild index 82b57025..c0a4332f 100644 --- a/tcc/abuild +++ b/tcc/abuild @@ -2,6 +2,7 @@ name=tcc version=0.9.27 release=1 source="https://download.savannah.gnu.org/releases/tinycc/${name}-${version}.tar.bz2" +keep_static=1 build() { ./configure --config-musl --prefix=/usr diff --git a/wawa/.checksum b/wawa/.checksum new file mode 100644 index 00000000..b161836c --- /dev/null +++ b/wawa/.checksum @@ -0,0 +1 @@ +218bf8e90d440be2d503e4dadd208946037fb8f51a3e79f596e0929634c10009 249f43876d05f73cc1ba9c51235a32f058478e8c.tar.gz diff --git a/wawa/.files b/wawa/.files new file mode 100644 index 00000000..1e89643f --- /dev/null +++ b/wawa/.files @@ -0,0 +1,3 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/wawa diff --git a/wawa/abuild b/wawa/abuild new file mode 100644 index 00000000..a5fe37ef --- /dev/null +++ b/wawa/abuild @@ -0,0 +1,5 @@ +name=wawa +version=20260520 +commit=249f43876d05f73cc1ba9c51235a32f058478e8c +release=1 +source="https://codeberg.org/sewn/$name/archive/$commit.tar.gz" diff --git a/wawa/depends b/wawa/depends new file mode 100644 index 00000000..919405f8 --- /dev/null +++ b/wawa/depends @@ -0,0 +1,2 @@ +wayland +wayland-protocols -- cgit v1.2.3