See CHANGELOG.

This commit is contained in:
root 2024-05-22 09:29:02 +00:00
parent 678191eeb0
commit dbf842ec8f
298 changed files with 140 additions and 2013 deletions

View File

@ -0,0 +1,2 @@
12/05/2024 -- Mid Favila
Restarting development of the system. `base` and `core` are just about self-hosting.

10
LICENSE
View File

@ -1,10 +0,0 @@
Copyright (C) 2023 Mid Favila
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL MID FAVILA BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Except as contained in this notice, the name of Mid Favila shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the Mid Favila.

0
ports/official/base/dat/dat-aspell-dict-en/build Executable file → Normal file
View File

0
ports/official/base/dat/dat-man-pages-posix/build Executable file → Normal file
View File

0
ports/official/base/dat/dat-shared-mime-info/build Executable file → Normal file
View File

View File

0
ports/official/base/dat/dat-tzdata/build Executable file → Normal file
View File

0
ports/official/base/dev/c-gettext-tiny/build Executable file → Normal file
View File

0
ports/official/base/dev/c-git/build Executable file → Normal file
View File

0
ports/official/base/dev/c-nasm/build Executable file → Normal file
View File

View File

@ -1,3 +1,3 @@
c-sqlite
c-libexpat
c-libreadline
c-libexpat

0
ports/official/base/dev/cxx-cmake/build Executable file → Normal file
View File

0
ports/official/base/dev/cxx-llvm/build Executable file → Normal file
View File

0
ports/official/base/lib/c-libalsa-plugins/build Executable file → Normal file
View File

0
ports/official/base/lib/c-libalsa/build Executable file → Normal file
View File

0
ports/official/base/lib/c-libcurl/build Executable file → Normal file
View File

0
ports/official/base/lib/c-libcurl/build~ Executable file → Normal file
View File

0
ports/official/base/lib/c-libdrm/build Executable file → Normal file
View File

0
ports/official/base/lib/c-libelf/build Executable file → Normal file
View File

0
ports/official/base/lib/c-libepoxy/build Executable file → Normal file
View File

0
ports/official/base/lib/c-libfontconfig/build Executable file → Normal file
View File

0
ports/official/base/lib/c-libfontconfig/post-install Executable file → Normal file
View File

0
ports/official/base/lib/c-libjpeg-turbo/build Executable file → Normal file
View File

View File

@ -0,0 +1 @@
#!/bin/sh -e

View File

@ -0,0 +1 @@
https://ftp.debian.org/debian/pool/main/libm/libmaa/libmaa_1.4.7.orig.tar.gz

View File

@ -0,0 +1 @@
1.4.7 1

0
ports/official/base/lib/c-libmesa/build Executable file → Normal file
View File

0
ports/official/base/lib/c-libmusl-compat/build Executable file → Normal file
View File

0
ports/official/base/lib/c-libperl-libxml/build Executable file → Normal file
View File

0
ports/official/base/lib/c-libpng/build Executable file → Normal file
View File

View File

@ -5,5 +5,5 @@ export CFLAGS="$CFLAGS -fPIC"
./configure \
--prefix=/usr
make SHLIB_LIBS=-lncurses
make SHLIB_LIBS=-lcurses
make DESTDIR="$1" install

0
ports/official/base/lib/c-libusb/build Executable file → Normal file
View File

0
ports/official/base/sys/c-alsa-utils/build Executable file → Normal file
View File

0
ports/official/base/sys/c-aspell/build Executable file → Normal file
View File

0
ports/official/base/sys/c-dictd/build Executable file → Normal file
View File

View File

@ -1,3 +1,3 @@
sh-autoconf make
perl-automake make
libmaa
c-libmaa

0
ports/official/base/sys/c-dosfstools/build Executable file → Normal file
View File

View File

@ -0,0 +1,14 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-static
sed -i 's/mv -v/mv/g' Makefile
make
make scp
make DESTDIR="$1" install
install -Dm755 scp "$1/usr/bin/scp"
mv "$1/usr/bin/dbclient" "$1/usr/bin/ssh"

View File

@ -0,0 +1 @@
86b036c433a69d89ce51ebae335d65c47738ccf90d13e5eb0fea832e556da502

View File

@ -0,0 +1 @@
https://matt.ucc.asn.au/dropbear/releases/dropbear-2024.85.tar.bz2

View File

@ -0,0 +1 @@
2024.85 1

0
ports/official/base/sys/c-e2fsprogs/build Executable file → Normal file
View File

0
ports/official/base/sys/c-exfatprogs/build Executable file → Normal file
View File

0
ports/official/base/sys/c-gnu-diction/build Executable file → Normal file
View File

2
ports/official/base/sys/c-less/build Executable file → Normal file
View File

@ -5,3 +5,5 @@
make
make DESTDIR="$1" install
ln -s /usr/bin/less "$1/usr/bin/more"

0
ports/official/base/sys/c-lz4/build Executable file → Normal file
View File

0
ports/official/base/sys/c-lzip/build Executable file → Normal file
View File

0
ports/official/base/sys/c-lzo/build Executable file → Normal file
View File

0
ports/official/base/sys/c-ncompress/build Executable file → Normal file
View File

0
ports/official/base/sys/c-nilfs-utils/build Executable file → Normal file
View File

0
ports/official/base/sys/c-pciutils/build Executable file → Normal file
View File

0
ports/official/base/sys/c-smack-utils/build Executable file → Normal file
View File

0
ports/official/base/sys/c-sqlite/build Executable file → Normal file
View File

0
ports/official/base/sys/c-ssu/build Executable file → Normal file
View File

0
ports/official/base/sys/c-ssu/post-install Executable file → Normal file
View File

0
ports/official/base/sys/c-usbutils/build Executable file → Normal file
View File

0
ports/official/base/sys/c-zip/build Executable file → Normal file
View File

View File

@ -1 +0,0 @@
24/04/2023@0232 AEST+4 - Initial.

View File

@ -1,19 +0,0 @@
#!/bin/sh -e
IFS=. read -r maj min _ < "${0%/*}/version"
rm -rf pkgs/sqlite3*
unix/configure \
--prefix=/usr \
--mandir=/usr/share/man \
--enable-threads \
--enable-64bit \
--with-system-sqlite
make
make INSTALL_ROOT="$1" install install-private-headers
ln -s "/usr/bin/tclsh${maj}.${min}" "$1/usr/bin/tclsh"
ln -s "/usr/lib/libtcl${maj}.${min}.so" "$1/usr/lib/libtcl.so"
install -Dm644 -t "$1/usr/share/aclocal" unix/tcl.m4

View File

@ -1 +0,0 @@
5196dbf6638e3df8d5c87b5815c8c2b758496eb6f0e41446596c9a4e638d87ed tcl8.6.10-src.tar.gz

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
https://downloads.sourceforge.net/sourceforge/tcl/tcl8.6.10-src.tar.gz

View File

@ -1,23 +0,0 @@
#!/bin/sh -e
IFS=. read -r maj min _ < "${0%/*}/version"
unix/configure \
--prefix=/usr \
--mandir=/usr/share/man \
--enable-threads \
--disable-rpath \
--enable-64bit
make
make INSTALL_ROOT="$1" install install-private-headers
ln -s "/usr/bin/wish${maj}.${min}" "$1/usr/bin/wish"
ln -s "/usr/lib/libtk${maj}.${min}.so" "$1/usr/lib/libtk.so"
# Finish installing private headers.
for dir in compat generic generic/ttk unix
do
install -dm755 "$1/usr/include/tk-private/$dir"
install -m644 -t "$1/usr/include/tk-private/$dir" "$dir/"*.h
done

View File

@ -1 +0,0 @@
63df418a859d0a463347f95ded5cd88a3dd3aaa1ceecaeee362194bc30f3e386 tk8.6.10-src.tar.gz

View File

@ -1,7 +0,0 @@
fontconfig
c-libX11
c-libXScrnSaver
c-libXext
c-libXft
c-tcl

View File

@ -1,642 +0,0 @@
/var/db/kiss/installed/tk/version
/var/db/kiss/installed/tk/sources
/var/db/kiss/installed/tk/manifest
/var/db/kiss/installed/tk/depends
/var/db/kiss/installed/tk/checksums
/var/db/kiss/installed/tk/build
/var/db/kiss/installed/tk/
/var/db/kiss/installed/
/var/db/kiss/
/var/db/
/var/
/usr/share/man/mann/wm.n
/usr/share/man/mann/winfo.n
/usr/share/man/mann/ttk_widget.n
/usr/share/man/mann/ttk_vsapi.n
/usr/share/man/mann/ttk_treeview.n
/usr/share/man/mann/ttk_style.n
/usr/share/man/mann/ttk_spinbox.n
/usr/share/man/mann/ttk_sizegrip.n
/usr/share/man/mann/ttk_separator.n
/usr/share/man/mann/ttk_scrollbar.n
/usr/share/man/mann/ttk_scale.n
/usr/share/man/mann/ttk_radiobutton.n
/usr/share/man/mann/ttk_progressbar.n
/usr/share/man/mann/ttk_panedwindow.n
/usr/share/man/mann/ttk_notebook.n
/usr/share/man/mann/ttk_menubutton.n
/usr/share/man/mann/ttk_labelframe.n
/usr/share/man/mann/ttk_label.n
/usr/share/man/mann/ttk_intro.n
/usr/share/man/mann/ttk_image.n
/usr/share/man/mann/ttk_frame.n
/usr/share/man/mann/ttk_entry.n
/usr/share/man/mann/ttk_combobox.n
/usr/share/man/mann/ttk_checkbutton.n
/usr/share/man/mann/ttk_button.n
/usr/share/man/mann/toplevel.n
/usr/share/man/mann/tkwait.n
/usr/share/man/mann/tkerror.n
/usr/share/man/mann/tk_version.n
/usr/share/man/mann/tk_textPaste.n
/usr/share/man/mann/tk_textCut.n
/usr/share/man/mann/tk_textCopy.n
/usr/share/man/mann/tk_strictMotif.n
/usr/share/man/mann/tk_setPalette.n
/usr/share/man/mann/tk_popup.n
/usr/share/man/mann/tk_patchLevel.n
/usr/share/man/mann/tk_optionMenu.n
/usr/share/man/mann/tk_messageBox.n
/usr/share/man/mann/tk_menuSetFocus.n
/usr/share/man/mann/tk_menuBar.n
/usr/share/man/mann/tk_mac.n
/usr/share/man/mann/tk_library.n
/usr/share/man/mann/tk_getSaveFile.n
/usr/share/man/mann/tk_getOpenFile.n
/usr/share/man/mann/tk_focusPrev.n
/usr/share/man/mann/tk_focusNext.n
/usr/share/man/mann/tk_focusFollowsMouse.n
/usr/share/man/mann/tk_dialog.n
/usr/share/man/mann/tk_chooseDirectory.n
/usr/share/man/mann/tk_chooseColor.n
/usr/share/man/mann/tk_bisque.n
/usr/share/man/mann/tk_bindForTraversal.n
/usr/share/man/mann/tk.n
/usr/share/man/mann/text.n
/usr/share/man/mann/spinbox.n
/usr/share/man/mann/send.n
/usr/share/man/mann/selection.n
/usr/share/man/mann/scrollbar.n
/usr/share/man/mann/scale.n
/usr/share/man/mann/safe_loadTk.n
/usr/share/man/mann/raise.n
/usr/share/man/mann/radiobutton.n
/usr/share/man/mann/place.n
/usr/share/man/mann/photo.n
/usr/share/man/mann/panedwindow.n
/usr/share/man/mann/pack_old.n
/usr/share/man/mann/pack.n
/usr/share/man/mann/options.n
/usr/share/man/mann/option.n
/usr/share/man/mann/message.n
/usr/share/man/mann/menubutton.n
/usr/share/man/mann/menu.n
/usr/share/man/mann/lower.n
/usr/share/man/mann/listbox.n
/usr/share/man/mann/labelframe.n
/usr/share/man/mann/label.n
/usr/share/man/mann/keysyms.n
/usr/share/man/mann/image.n
/usr/share/man/mann/grid.n
/usr/share/man/mann/grab.n
/usr/share/man/mann/geometry.n
/usr/share/man/mann/frame.n
/usr/share/man/mann/fontchooser.n
/usr/share/man/mann/font.n
/usr/share/man/mann/focus.n
/usr/share/man/mann/event.n
/usr/share/man/mann/entry.n
/usr/share/man/mann/destroy.n
/usr/share/man/mann/cursors.n
/usr/share/man/mann/console.n
/usr/share/man/mann/colors.n
/usr/share/man/mann/clipboard.n
/usr/share/man/mann/checkbutton.n
/usr/share/man/mann/canvas.n
/usr/share/man/mann/button.n
/usr/share/man/mann/busy.n
/usr/share/man/mann/bitmap.n
/usr/share/man/mann/bindtags.n
/usr/share/man/mann/bind.n
/usr/share/man/mann/bell.n
/usr/share/man/mann/
/usr/share/man/man3/Ttk_UniformPadding.3
/usr/share/man/man3/Ttk_StickBox.3
/usr/share/man/man3/Ttk_RelievePadding.3
/usr/share/man/man3/Ttk_PlaceBox.3
/usr/share/man/man3/Ttk_PadBox.3
/usr/share/man/man3/Ttk_PackBox.3
/usr/share/man/man3/Ttk_MakePadding.3
/usr/share/man/man3/Ttk_MakeBox.3
/usr/share/man/man3/Ttk_GetTheme.3
/usr/share/man/man3/Ttk_GetStickyFromObj.3
/usr/share/man/man3/Ttk_GetPaddingFromObj.3
/usr/share/man/man3/Ttk_GetDefaultTheme.3
/usr/share/man/man3/Ttk_GetCurrentTheme.3
/usr/share/man/man3/Ttk_GetBorderFromObj.3
/usr/share/man/man3/Ttk_ExpandBox.3
/usr/share/man/man3/Ttk_CreateTheme.3
/usr/share/man/man3/Ttk_BoxContains.3
/usr/share/man/man3/Ttk_AddPadding.3
/usr/share/man/man3/Tk_Y.3
/usr/share/man/man3/Tk_X.3
/usr/share/man/man3/Tk_WindowId.3
/usr/share/man/man3/Tk_Width.3
/usr/share/man/man3/Tk_Visual.3
/usr/share/man/man3/Tk_UnsetGrid.3
/usr/share/man/man3/Tk_UnmapWindow.3
/usr/share/man/man3/Tk_UnmaintainGeometry.3
/usr/share/man/man3/Tk_Ungrab.3
/usr/share/man/man3/Tk_UnderlineTextLayout.3
/usr/share/man/man3/Tk_UnderlineChars.3
/usr/share/man/man3/Tk_UndefineCursor.3
/usr/share/man/man3/Tk_Uid.3
/usr/share/man/man3/Tk_TextWidth.3
/usr/share/man/man3/Tk_TextLayoutToPostscript.3
/usr/share/man/man3/Tk_StrictMotif.3
/usr/share/man/man3/Tk_SizeOfImage.3
/usr/share/man/man3/Tk_SizeOfBitmap.3
/usr/share/man/man3/Tk_SetWindowVisual.3
/usr/share/man/man3/Tk_SetWindowColormap.3
/usr/share/man/man3/Tk_SetWindowBorderWidth.3
/usr/share/man/man3/Tk_SetWindowBorderPixmap.3
/usr/share/man/man3/Tk_SetWindowBorder.3
/usr/share/man/man3/Tk_SetWindowBackgroundPixmap.3
/usr/share/man/man3/Tk_SetWindowBackground.3
/usr/share/man/man3/Tk_SetOptions.3
/usr/share/man/man3/Tk_SetMinimumRequestSize.3
/usr/share/man/man3/Tk_SetInternalBorderEx.3
/usr/share/man/man3/Tk_SetInternalBorder.3
/usr/share/man/man3/Tk_SetGrid.3
/usr/share/man/man3/Tk_SetClassProcs.3
/usr/share/man/man3/Tk_SetClass.3
/usr/share/man/man3/Tk_SetCaretPos.3
/usr/share/man/man3/Tk_SetBackgroundFromBorder.3
/usr/share/man/man3/Tk_SetAppName.3
/usr/share/man/man3/Tk_ScreenNumber.3
/usr/share/man/man3/Tk_Screen.3
/usr/share/man/man3/Tk_SafeInit.3
/usr/share/man/man3/Tk_RestrictEvents.3
/usr/share/man/man3/Tk_RestoreSavedOptions.3
/usr/share/man/man3/Tk_RestackWindow.3
/usr/share/man/man3/Tk_ResizeWindow.3
/usr/share/man/man3/Tk_ResetUserInactiveTime.3
/usr/share/man/man3/Tk_ReqWidth.3
/usr/share/man/man3/Tk_ReqHeight.3
/usr/share/man/man3/Tk_RedrawImage.3
/usr/share/man/man3/Tk_QueueWindowEvent.3
/usr/share/man/man3/Tk_PreserveColormap.3
/usr/share/man/man3/Tk_PostscriptFontName.3
/usr/share/man/man3/Tk_PointToChar.3
/usr/share/man/man3/Tk_PhotoSetSize.3
/usr/share/man/man3/Tk_PhotoPutZoomedBlock.3
/usr/share/man/man3/Tk_PhotoPutBlock.3
/usr/share/man/man3/Tk_PhotoGetSize.3
/usr/share/man/man3/Tk_PhotoGetImage.3
/usr/share/man/man3/Tk_PhotoExpand.3
/usr/share/man/man3/Tk_PhotoBlank.3
/usr/share/man/man3/Tk_PathName.3
/usr/share/man/man3/Tk_ParseArgv.3
/usr/share/man/man3/Tk_Parent.3
/usr/share/man/man3/Tk_OwnSelection.3
/usr/share/man/man3/Tk_Offset.3
/usr/share/man/man3/Tk_NameToWindow.3
/usr/share/man/man3/Tk_NameOfRelief.3
/usr/share/man/man3/Tk_NameOfJustify.3
/usr/share/man/man3/Tk_NameOfJoinStyle.3
/usr/share/man/man3/Tk_NameOfImage.3
/usr/share/man/man3/Tk_NameOfFont.3
/usr/share/man/man3/Tk_NameOfCursor.3
/usr/share/man/man3/Tk_NameOfColor.3
/usr/share/man/man3/Tk_NameOfCapStyle.3
/usr/share/man/man3/Tk_NameOfBitmap.3
/usr/share/man/man3/Tk_NameOfAnchor.3
/usr/share/man/man3/Tk_NameOf3DBorder.3
/usr/share/man/man3/Tk_Name.3
/usr/share/man/man3/Tk_MoveWindow.3
/usr/share/man/man3/Tk_MoveToplevelWindow.3
/usr/share/man/man3/Tk_MoveResizeWindow.3
/usr/share/man/man3/Tk_MinReqWidth.3
/usr/share/man/man3/Tk_MinReqHeight.3
/usr/share/man/man3/Tk_MeasureChars.3
/usr/share/man/man3/Tk_MapWindow.3
/usr/share/man/man3/Tk_ManageGeometry.3
/usr/share/man/man3/Tk_MakeWindowExist.3
/usr/share/man/man3/Tk_MaintainGeometry.3
/usr/share/man/man3/Tk_MainWindow.3
/usr/share/man/man3/Tk_MainLoop.3
/usr/share/man/man3/Tk_Main.3
/usr/share/man/man3/Tk_IsTopLevel.3
/usr/share/man/man3/Tk_IsMapped.3
/usr/share/man/man3/Tk_IsEmbedded.3
/usr/share/man/man3/Tk_IsContainer.3
/usr/share/man/man3/Tk_IntersectTextLayout.3
/usr/share/man/man3/Tk_Interp.3
/usr/share/man/man3/Tk_InternalBorderTop.3
/usr/share/man/man3/Tk_InternalBorderRight.3
/usr/share/man/man3/Tk_InternalBorderLeft.3
/usr/share/man/man3/Tk_InternalBorderBottom.3
/usr/share/man/man3/Tk_InternAtom.3
/usr/share/man/man3/Tk_InitStubs.3
/usr/share/man/man3/Tk_InitOptions.3
/usr/share/man/man3/Tk_InitImageArgs.3
/usr/share/man/man3/Tk_InitConsoleChannels.3
/usr/share/man/man3/Tk_Init.3
/usr/share/man/man3/Tk_ImageChanged.3
/usr/share/man/man3/Tk_IdToWindow.3
/usr/share/man/man3/Tk_Height.3
/usr/share/man/man3/Tk_HandleEvent.3
/usr/share/man/man3/Tk_HWNDToWindow.3
/usr/share/man/man3/Tk_Grab.3
/usr/share/man/man3/Tk_GetVisual.3
/usr/share/man/man3/Tk_GetVRootGeometry.3
/usr/share/man/man3/Tk_GetUserInactiveTime.3
/usr/share/man/man3/Tk_GetUid.3
/usr/share/man/man3/Tk_GetSelection.3
/usr/share/man/man3/Tk_GetScrollInfoObj.3
/usr/share/man/man3/Tk_GetScrollInfo.3
/usr/share/man/man3/Tk_GetScreenMM.3
/usr/share/man/man3/Tk_GetRootCoords.3
/usr/share/man/man3/Tk_GetReliefFromObj.3
/usr/share/man/man3/Tk_GetRelief.3
/usr/share/man/man3/Tk_GetPixmap.3
/usr/share/man/man3/Tk_GetPixelsFromObj.3
/usr/share/man/man3/Tk_GetPixels.3
/usr/share/man/man3/Tk_GetOptionValue.3
/usr/share/man/man3/Tk_GetOptionInfo.3
/usr/share/man/man3/Tk_GetOption.3
/usr/share/man/man3/Tk_GetNumMainWindows.3
/usr/share/man/man3/Tk_GetMMFromObj.3
/usr/share/man/man3/Tk_GetJustifyFromObj.3
/usr/share/man/man3/Tk_GetJustify.3
/usr/share/man/man3/Tk_GetJoinStyle.3
/usr/share/man/man3/Tk_GetItemTypes.3
/usr/share/man/man3/Tk_GetImageMasterData.3
/usr/share/man/man3/Tk_GetImage.3
/usr/share/man/man3/Tk_GetHWND.3
/usr/share/man/man3/Tk_GetHINSTANCE.3
/usr/share/man/man3/Tk_GetGC.3
/usr/share/man/man3/Tk_GetFontMetrics.3
/usr/share/man/man3/Tk_GetFontFromObj.3
/usr/share/man/man3/Tk_GetFont.3
/usr/share/man/man3/Tk_GetDash.3
/usr/share/man/man3/Tk_GetCursorFromObj.3
/usr/share/man/man3/Tk_GetCursorFromData.3
/usr/share/man/man3/Tk_GetCursor.3
/usr/share/man/man3/Tk_GetColormap.3
/usr/share/man/man3/Tk_GetColorFromObj.3
/usr/share/man/man3/Tk_GetColorByValue.3
/usr/share/man/man3/Tk_GetColor.3
/usr/share/man/man3/Tk_GetCapStyle.3
/usr/share/man/man3/Tk_GetBitmapFromObj.3
/usr/share/man/man3/Tk_GetBitmap.3
/usr/share/man/man3/Tk_GetBinding.3
/usr/share/man/man3/Tk_GetAtomName.3
/usr/share/man/man3/Tk_GetAnchorFromObj.3
/usr/share/man/man3/Tk_GetAnchor.3
/usr/share/man/man3/Tk_GetAllBindings.3
/usr/share/man/man3/Tk_Get3DBorderFromObj.3
/usr/share/man/man3/Tk_Get3DBorder.3
/usr/share/man/man3/Tk_GeometryRequest.3
/usr/share/man/man3/Tk_FreeXId.3
/usr/share/man/man3/Tk_FreeTextLayout.3
/usr/share/man/man3/Tk_FreeSavedOptions.3
/usr/share/man/man3/Tk_FreePixmap.3
/usr/share/man/man3/Tk_FreeOptions.3
/usr/share/man/man3/Tk_FreeImage.3
/usr/share/man/man3/Tk_FreeGC.3
/usr/share/man/man3/Tk_FreeFontFromObj.3
/usr/share/man/man3/Tk_FreeFont.3
/usr/share/man/man3/Tk_FreeCursorFromObj.3
/usr/share/man/man3/Tk_FreeCursor.3
/usr/share/man/man3/Tk_FreeConfigOptions.3
/usr/share/man/man3/Tk_FreeColormap.3
/usr/share/man/man3/Tk_FreeColorFromObj.3
/usr/share/man/man3/Tk_FreeColor.3
/usr/share/man/man3/Tk_FreeBitmapFromObj.3
/usr/share/man/man3/Tk_FreeBitmap.3
/usr/share/man/man3/Tk_Free3DBorderFromObj.3
/usr/share/man/man3/Tk_Free3DBorder.3
/usr/share/man/man3/Tk_FontId.3
/usr/share/man/man3/Tk_FindPhoto.3
/usr/share/man/man3/Tk_Fill3DRectangle.3
/usr/share/man/man3/Tk_Fill3DPolygon.3
/usr/share/man/man3/Tk_DrawTextLayout.3
/usr/share/man/man3/Tk_DrawFocusHighlight.3
/usr/share/man/man3/Tk_DrawChars.3
/usr/share/man/man3/Tk_Draw3DRectangle.3
/usr/share/man/man3/Tk_Draw3DPolygon.3
/usr/share/man/man3/Tk_DistanceToTextLayout.3
/usr/share/man/man3/Tk_DisplayName.3
/usr/share/man/man3/Tk_Display.3
/usr/share/man/man3/Tk_DestroyWindow.3
/usr/share/man/man3/Tk_Depth.3
/usr/share/man/man3/Tk_DeleteSelHandler.3
/usr/share/man/man3/Tk_DeleteOptionTable.3
/usr/share/man/man3/Tk_DeleteImage.3
/usr/share/man/man3/Tk_DeleteGenericHandler.3
/usr/share/man/man3/Tk_DeleteEventHandler.3
/usr/share/man/man3/Tk_DeleteErrorHandler.3
/usr/share/man/man3/Tk_DeleteClientMessageHandler.3
/usr/share/man/man3/Tk_DeleteBindingTable.3
/usr/share/man/man3/Tk_DeleteBinding.3
/usr/share/man/man3/Tk_DeleteAllBindings.3
/usr/share/man/man3/Tk_DefineCursor.3
/usr/share/man/man3/Tk_DefineBitmap.3
/usr/share/man/man3/Tk_CreateWindowFromPath.3
/usr/share/man/man3/Tk_CreateWindow.3
/usr/share/man/man3/Tk_CreateSelHandler.3
/usr/share/man/man3/Tk_CreatePhotoImageFormat.3
/usr/share/man/man3/Tk_CreateOptionTable.3
/usr/share/man/man3/Tk_CreateItemType.3
/usr/share/man/man3/Tk_CreateImageType.3
/usr/share/man/man3/Tk_CreateGenericHandler.3
/usr/share/man/man3/Tk_CreateEventHandler.3
/usr/share/man/man3/Tk_CreateErrorHandler.3
/usr/share/man/man3/Tk_CreateClientMessageHandler.3
/usr/share/man/man3/Tk_CreateBindingTable.3
/usr/share/man/man3/Tk_CreateBinding.3
/usr/share/man/man3/Tk_CoordsToWindow.3
/usr/share/man/man3/Tk_ConfigureWindow.3
/usr/share/man/man3/Tk_ConfigureWidget.3
/usr/share/man/man3/Tk_ConfigureValue.3
/usr/share/man/man3/Tk_ConfigureInfo.3
/usr/share/man/man3/Tk_ComputeTextLayout.3
/usr/share/man/man3/Tk_Colormap.3
/usr/share/man/man3/Tk_CollapseMotionEvents.3
/usr/share/man/man3/Tk_ClipboardClear.3
/usr/share/man/man3/Tk_ClipboardAppend.3
/usr/share/man/man3/Tk_ClearSelection.3
/usr/share/man/man3/Tk_Class.3
/usr/share/man/man3/Tk_CharBbox.3
/usr/share/man/man3/Tk_Changes.3
/usr/share/man/man3/Tk_ChangeWindowAttributes.3
/usr/share/man/man3/Tk_CanvasWindowCoords.3
/usr/share/man/man3/Tk_CanvasTkwin.3
/usr/share/man/man3/Tk_CanvasTextInfo.3
/usr/share/man/man3/Tk_CanvasTagsOption.3
/usr/share/man/man3/Tk_CanvasSetStippleOrigin.3
/usr/share/man/man3/Tk_CanvasPsY.3
/usr/share/man/man3/Tk_CanvasPsStipple.3
/usr/share/man/man3/Tk_CanvasPsPath.3
/usr/share/man/man3/Tk_CanvasPsFont.3
/usr/share/man/man3/Tk_CanvasPsColor.3
/usr/share/man/man3/Tk_CanvasPsBitmap.3
/usr/share/man/man3/Tk_CanvasGetCoord.3
/usr/share/man/man3/Tk_CanvasEventuallyRedraw.3
/usr/share/man/man3/Tk_CanvasDrawableCoords.3
/usr/share/man/man3/Tk_BindEvent.3
/usr/share/man/man3/Tk_Attributes.3
/usr/share/man/man3/Tk_AttachHWND.3
/usr/share/man/man3/Tk_AllocFontFromObj.3
/usr/share/man/man3/Tk_AllocCursorFromObj.3
/usr/share/man/man3/Tk_AllocColorFromObj.3
/usr/share/man/man3/Tk_AllocBitmapFromObj.3
/usr/share/man/man3/Tk_Alloc3DBorderFromObj.3
/usr/share/man/man3/Tk_AddOption.3
/usr/share/man/man3/Tk_3DVerticalBevel.3
/usr/share/man/man3/Tk_3DHorizontalBevel.3
/usr/share/man/man3/Tk_3DBorderGC.3
/usr/share/man/man3/Tk_3DBorderColor.3
/usr/share/man/man3/MeasureChar.3
/usr/share/man/man3/FontId.3
/usr/share/man/man3/FindPhoto.3
/usr/share/man/man3/
/usr/share/man/man1/wish.1
/usr/share/man/man1/
/usr/share/man/
/usr/share/
/usr/lib/tkConfig.sh
/usr/lib/tk8.6/xmfbox.tcl
/usr/lib/tk8.6/unsupported.tcl
/usr/lib/tk8.6/ttk/xpTheme.tcl
/usr/lib/tk8.6/ttk/winTheme.tcl
/usr/lib/tk8.6/ttk/vistaTheme.tcl
/usr/lib/tk8.6/ttk/utils.tcl
/usr/lib/tk8.6/ttk/ttk.tcl
/usr/lib/tk8.6/ttk/treeview.tcl
/usr/lib/tk8.6/ttk/spinbox.tcl
/usr/lib/tk8.6/ttk/sizegrip.tcl
/usr/lib/tk8.6/ttk/scrollbar.tcl
/usr/lib/tk8.6/ttk/scale.tcl
/usr/lib/tk8.6/ttk/progress.tcl
/usr/lib/tk8.6/ttk/panedwindow.tcl
/usr/lib/tk8.6/ttk/notebook.tcl
/usr/lib/tk8.6/ttk/menubutton.tcl
/usr/lib/tk8.6/ttk/fonts.tcl
/usr/lib/tk8.6/ttk/entry.tcl
/usr/lib/tk8.6/ttk/defaults.tcl
/usr/lib/tk8.6/ttk/cursors.tcl
/usr/lib/tk8.6/ttk/combobox.tcl
/usr/lib/tk8.6/ttk/classicTheme.tcl
/usr/lib/tk8.6/ttk/clamTheme.tcl
/usr/lib/tk8.6/ttk/button.tcl
/usr/lib/tk8.6/ttk/aquaTheme.tcl
/usr/lib/tk8.6/ttk/altTheme.tcl
/usr/lib/tk8.6/ttk/
/usr/lib/tk8.6/tkfbox.tcl
/usr/lib/tk8.6/tkAppInit.c
/usr/lib/tk8.6/tk.tcl
/usr/lib/tk8.6/text.tcl
/usr/lib/tk8.6/tearoff.tcl
/usr/lib/tk8.6/tclIndex
/usr/lib/tk8.6/spinbox.tcl
/usr/lib/tk8.6/scrlbar.tcl
/usr/lib/tk8.6/scale.tcl
/usr/lib/tk8.6/safetk.tcl
/usr/lib/tk8.6/pkgIndex.tcl
/usr/lib/tk8.6/panedwindow.tcl
/usr/lib/tk8.6/palette.tcl
/usr/lib/tk8.6/optMenu.tcl
/usr/lib/tk8.6/obsolete.tcl
/usr/lib/tk8.6/msgs/sv.msg
/usr/lib/tk8.6/msgs/ru.msg
/usr/lib/tk8.6/msgs/pt.msg
/usr/lib/tk8.6/msgs/pl.msg
/usr/lib/tk8.6/msgs/nl.msg
/usr/lib/tk8.6/msgs/it.msg
/usr/lib/tk8.6/msgs/hu.msg
/usr/lib/tk8.6/msgs/fr.msg
/usr/lib/tk8.6/msgs/es.msg
/usr/lib/tk8.6/msgs/eo.msg
/usr/lib/tk8.6/msgs/en_gb.msg
/usr/lib/tk8.6/msgs/en.msg
/usr/lib/tk8.6/msgs/el.msg
/usr/lib/tk8.6/msgs/de.msg
/usr/lib/tk8.6/msgs/da.msg
/usr/lib/tk8.6/msgs/cs.msg
/usr/lib/tk8.6/msgs/
/usr/lib/tk8.6/msgbox.tcl
/usr/lib/tk8.6/mkpsenc.tcl
/usr/lib/tk8.6/menu.tcl
/usr/lib/tk8.6/megawidget.tcl
/usr/lib/tk8.6/listbox.tcl
/usr/lib/tk8.6/images/tai-ku.gif
/usr/lib/tk8.6/images/pwrdLogo75.gif
/usr/lib/tk8.6/images/pwrdLogo200.gif
/usr/lib/tk8.6/images/pwrdLogo175.gif
/usr/lib/tk8.6/images/pwrdLogo150.gif
/usr/lib/tk8.6/images/pwrdLogo100.gif
/usr/lib/tk8.6/images/pwrdLogo.eps
/usr/lib/tk8.6/images/logoMed.gif
/usr/lib/tk8.6/images/logoLarge.gif
/usr/lib/tk8.6/images/logo64.gif
/usr/lib/tk8.6/images/logo100.gif
/usr/lib/tk8.6/images/logo.eps
/usr/lib/tk8.6/images/README
/usr/lib/tk8.6/images/
/usr/lib/tk8.6/icons.tcl
/usr/lib/tk8.6/iconlist.tcl
/usr/lib/tk8.6/fontchooser.tcl
/usr/lib/tk8.6/focus.tcl
/usr/lib/tk8.6/entry.tcl
/usr/lib/tk8.6/dialog.tcl
/usr/lib/tk8.6/demos/widget
/usr/lib/tk8.6/demos/vscale.tcl
/usr/lib/tk8.6/demos/unicodeout.tcl
/usr/lib/tk8.6/demos/twind.tcl
/usr/lib/tk8.6/demos/ttkscale.tcl
/usr/lib/tk8.6/demos/ttkprogress.tcl
/usr/lib/tk8.6/demos/ttkpane.tcl
/usr/lib/tk8.6/demos/ttknote.tcl
/usr/lib/tk8.6/demos/ttkmenu.tcl
/usr/lib/tk8.6/demos/ttkbut.tcl
/usr/lib/tk8.6/demos/tree.tcl
/usr/lib/tk8.6/demos/toolbar.tcl
/usr/lib/tk8.6/demos/timer
/usr/lib/tk8.6/demos/textpeer.tcl
/usr/lib/tk8.6/demos/text.tcl
/usr/lib/tk8.6/demos/tcolor
/usr/lib/tk8.6/demos/tclIndex
/usr/lib/tk8.6/demos/style.tcl
/usr/lib/tk8.6/demos/states.tcl
/usr/lib/tk8.6/demos/spin.tcl
/usr/lib/tk8.6/demos/search.tcl
/usr/lib/tk8.6/demos/sayings.tcl
/usr/lib/tk8.6/demos/ruler.tcl
/usr/lib/tk8.6/demos/rolodex
/usr/lib/tk8.6/demos/rmt
/usr/lib/tk8.6/demos/radio.tcl
/usr/lib/tk8.6/demos/puzzle.tcl
/usr/lib/tk8.6/demos/plot.tcl
/usr/lib/tk8.6/demos/pendulum.tcl
/usr/lib/tk8.6/demos/paned2.tcl
/usr/lib/tk8.6/demos/paned1.tcl
/usr/lib/tk8.6/demos/nl.msg
/usr/lib/tk8.6/demos/msgbox.tcl
/usr/lib/tk8.6/demos/menubu.tcl
/usr/lib/tk8.6/demos/menu.tcl
/usr/lib/tk8.6/demos/mclist.tcl
/usr/lib/tk8.6/demos/license.terms
/usr/lib/tk8.6/demos/labelframe.tcl
/usr/lib/tk8.6/demos/label.tcl
/usr/lib/tk8.6/demos/knightstour.tcl
/usr/lib/tk8.6/demos/ixset
/usr/lib/tk8.6/demos/items.tcl
/usr/lib/tk8.6/demos/images/teapot.ppm
/usr/lib/tk8.6/demos/images/tcllogo.gif
/usr/lib/tk8.6/demos/images/pattern.xbm
/usr/lib/tk8.6/demos/images/ouster.png
/usr/lib/tk8.6/demos/images/noletter.xbm
/usr/lib/tk8.6/demos/images/letters.xbm
/usr/lib/tk8.6/demos/images/gray25.xbm
/usr/lib/tk8.6/demos/images/flagup.xbm
/usr/lib/tk8.6/demos/images/flagdown.xbm
/usr/lib/tk8.6/demos/images/earthris.gif
/usr/lib/tk8.6/demos/images/earthmenu.png
/usr/lib/tk8.6/demos/images/earth.gif
/usr/lib/tk8.6/demos/images/
/usr/lib/tk8.6/demos/image2.tcl
/usr/lib/tk8.6/demos/image1.tcl
/usr/lib/tk8.6/demos/icon.tcl
/usr/lib/tk8.6/demos/hscale.tcl
/usr/lib/tk8.6/demos/hello
/usr/lib/tk8.6/demos/goldberg.tcl
/usr/lib/tk8.6/demos/form.tcl
/usr/lib/tk8.6/demos/fontchoose.tcl
/usr/lib/tk8.6/demos/floor.tcl
/usr/lib/tk8.6/demos/filebox.tcl
/usr/lib/tk8.6/demos/entry3.tcl
/usr/lib/tk8.6/demos/entry2.tcl
/usr/lib/tk8.6/demos/entry1.tcl
/usr/lib/tk8.6/demos/en.msg
/usr/lib/tk8.6/demos/dialog2.tcl
/usr/lib/tk8.6/demos/dialog1.tcl
/usr/lib/tk8.6/demos/ctext.tcl
/usr/lib/tk8.6/demos/cscroll.tcl
/usr/lib/tk8.6/demos/combo.tcl
/usr/lib/tk8.6/demos/colors.tcl
/usr/lib/tk8.6/demos/clrpick.tcl
/usr/lib/tk8.6/demos/check.tcl
/usr/lib/tk8.6/demos/button.tcl
/usr/lib/tk8.6/demos/browse
/usr/lib/tk8.6/demos/bitmap.tcl
/usr/lib/tk8.6/demos/bind.tcl
/usr/lib/tk8.6/demos/arrow.tcl
/usr/lib/tk8.6/demos/aniwave.tcl
/usr/lib/tk8.6/demos/anilabel.tcl
/usr/lib/tk8.6/demos/README
/usr/lib/tk8.6/demos/
/usr/lib/tk8.6/console.tcl
/usr/lib/tk8.6/comdlg.tcl
/usr/lib/tk8.6/clrpick.tcl
/usr/lib/tk8.6/choosedir.tcl
/usr/lib/tk8.6/button.tcl
/usr/lib/tk8.6/bgerror.tcl
/usr/lib/tk8.6/
/usr/lib/pkgconfig/tk.pc
/usr/lib/pkgconfig/
/usr/lib/libtkstub8.6.a
/usr/lib/libtk8.6.so
/usr/lib/libtk.so
/usr/lib/
/usr/include/ttkTheme.h
/usr/include/ttkDecls.h
/usr/include/tkUnixPort.h
/usr/include/tkUnixInt.h
/usr/include/tkPort.h
/usr/include/tkPlatDecls.h
/usr/include/tkIntXlibDecls.h
/usr/include/tkIntPlatDecls.h
/usr/include/tkIntDecls.h
/usr/include/tkInt.h
/usr/include/tkDecls.h
/usr/include/tk.h
/usr/include/tk-private/unix/tkUnixPort.h
/usr/include/tk-private/unix/tkUnixInt.h
/usr/include/tk-private/unix/tkUnixDefault.h
/usr/include/tk-private/unix/
/usr/include/tk-private/generic/ttk/ttkWidget.h
/usr/include/tk-private/generic/ttk/ttkThemeInt.h
/usr/include/tk-private/generic/ttk/ttkTheme.h
/usr/include/tk-private/generic/ttk/ttkManager.h
/usr/include/tk-private/generic/ttk/ttkDecls.h
/usr/include/tk-private/generic/ttk/
/usr/include/tk-private/generic/tkUndo.h
/usr/include/tk-private/generic/tkText.h
/usr/include/tk-private/generic/tkSelect.h
/usr/include/tk-private/generic/tkScrollbar.h
/usr/include/tk-private/generic/tkScale.h
/usr/include/tk-private/generic/tkPort.h
/usr/include/tk-private/generic/tkPlatDecls.h
/usr/include/tk-private/generic/tkMenubutton.h
/usr/include/tk-private/generic/tkMenu.h
/usr/include/tk-private/generic/tkIntXlibDecls.h
/usr/include/tk-private/generic/tkIntPlatDecls.h
/usr/include/tk-private/generic/tkIntDecls.h
/usr/include/tk-private/generic/tkInt.h
/usr/include/tk-private/generic/tkImgPhoto.h
/usr/include/tk-private/generic/tkFont.h
/usr/include/tk-private/generic/tkFileFilter.h
/usr/include/tk-private/generic/tkEntry.h
/usr/include/tk-private/generic/tkDecls.h
/usr/include/tk-private/generic/tkDList.h
/usr/include/tk-private/generic/tkColor.h
/usr/include/tk-private/generic/tkCanvas.h
/usr/include/tk-private/generic/tkButton.h
/usr/include/tk-private/generic/tkBusy.h
/usr/include/tk-private/generic/tkArray.h
/usr/include/tk-private/generic/tk3d.h
/usr/include/tk-private/generic/tk.h
/usr/include/tk-private/generic/ks_names.h
/usr/include/tk-private/generic/default.h
/usr/include/tk-private/generic/
/usr/include/tk-private/compat/unistd.h
/usr/include/tk-private/compat/stdlib.h
/usr/include/tk-private/compat/
/usr/include/tk-private/
/usr/include/
/usr/bin/wish8.6
/usr/bin/wish
/usr/bin/
/usr/

View File

@ -1 +0,0 @@
https://downloads.sourceforge.net/sourceforge/tcl/tk8.6.10-src.tar.gz

View File

@ -1,12 +0,0 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--enable-silent-rules \
--disable-dependency-tracking \
--enable-jpeg \
--enable-png
make
make DESTDIR="$1" install

View File

@ -1,2 +0,0 @@
859b723666eeac7df018209d66045c9853b50b4218cecadb794e2359619ebce7
07763df82d1d05a1122379a74ddac0e1d6adbae81b1740db6c0cd8c678edf73c

View File

@ -1,12 +0,0 @@
c-libICE
c-libSM
c-libX11
c-libXext
c-libXft
c-libXmu
c-libXt
c-libfontconfig
c-libfreetype-harfbuzz
c-libjpeg-turbo
c-libpng
dat-xbitmaps

View File

@ -1,2 +0,0 @@
https://downloads.sourceforge.net/project/motif/Motif%202.3.8%20Source%20Code/motif-2.3.8.tar.gz
http://deb.debian.org/debian/pool/main/m/motif/motif_2.3.8-3.debian.tar.xz

View File

@ -1,9 +0,0 @@
#!/bin/sh -e
./configure \
--prefix=/usr \
--sysconfdir=/etc \
--disable-doc-build
make
make DESTDIR="$1" install

View File

@ -1 +0,0 @@
334c444c97590a000f20bcef7c1bec63d4e396bae6ba48b3ff49596443c467dd

View File

@ -1 +0,0 @@
https://deb.debian.org/debian/pool/main/o/opensp/opensp_1.5.2.orig.tar.gz

View File

@ -1 +0,0 @@
69315e94430f4e79c74d43422f4a36e6259e97e67e2677b2c7d7060436bd99b1

View File

@ -1 +0,0 @@
https://github.com/thkukuk/rpcsvc-proto/releases/download/v1.4.3/rpcsvc-proto-1.4.3.tar.xz

View File

@ -1,8 +0,0 @@
#!/bin/sh -e
./configure \
--disable-gssapi \
--prefix=/usr \
--sysconfdir=/etc
make
make DESTDIR="$1" install

View File

@ -1 +0,0 @@
facd98473c3a16fe6564c6458ef96ebb84d144345d1171f034fa019424bba027

View File

@ -1 +0,0 @@
https://deb.debian.org/debian/pool/main/libt/libtirpc/libtirpc_1.3.3+ds.orig.tar.gz

View File

@ -1,6 +0,0 @@
#!/bin/sh -e
make
sed -i 's/INSTALL) -p/INSTALL)/g' Makefile
make install PREFIX="/usr" DESTDIR="$1"

View File

@ -1 +0,0 @@
967fef372f391de501843ad87570c6cf5dabd9651f00f1783090fbc12b2a34cb

View File

@ -1 +0,0 @@
http://deb.debian.org/debian/pool/main/libu/libutempter/libutempter_1.2.1.orig.tar.gz

Some files were not shown because too many files have changed in this diff Show More