slackware-current/source
Patrick J Volkerding 6ffaeb24f7 Mon Oct 7 22:37:51 UTC 2024
d/tree-sitter-0.24.2-x86_64-1.txz:  Upgraded.
l/imagemagick-7.1.1_39-x86_64-1.txz:  Upgraded.
l/libdeflate-1.22-x86_64-1.txz:  Upgraded.
l/libqalculate-5.3.0-x86_64-1.txz:  Upgraded.
l/python-build-1.2.2.post1-x86_64-1.txz:  Upgraded.
l/python-dnspython-2.7.0-x86_64-1.txz:  Upgraded.
l/python-sphinx_rtd_theme-3.0.0-x86_64-1.txz:  Upgraded.
n/wireless-regdb-2024.10.07-x86_64-1.txz:  Upgraded.
2024-10-08 01:02:23 +02:00
..
a Sat Oct 5 21:24:49 UTC 2024 2024-10-06 00:04:43 +02:00
ap Tue Oct 1 18:01:38 UTC 2024 2024-10-01 22:04:37 +02:00
d Thu Oct 3 18:32:43 UTC 2024 2024-10-03 21:04:59 +02:00
e Tue Jul 23 18:54:25 UTC 2024 2024-07-23 22:50:05 +02:00
f
installer Sat Oct 5 21:24:49 UTC 2024 2024-10-06 00:04:43 +02:00
k Fri Oct 4 23:37:01 UTC 2024 2024-10-05 03:05:25 +02:00
kde Sat Oct 5 19:17:05 UTC 2024 2024-10-05 22:02:45 +02:00
l Mon Oct 7 22:37:51 UTC 2024 2024-10-08 01:02:23 +02:00
n Mon Oct 7 22:37:51 UTC 2024 2024-10-08 01:02:23 +02:00
t
tcl Tue Sep 17 23:29:04 UTC 2024 2024-09-18 02:05:31 +02:00
x Tue Oct 1 18:01:38 UTC 2024 2024-10-01 22:04:37 +02:00
xap Tue Oct 1 18:01:38 UTC 2024 2024-10-01 22:04:37 +02:00
xfce Tue Aug 20 18:23:52 UTC 2024 2024-08-20 20:59:42 +02:00
y
buildlist-from-changelog.sh
make_world.sh
README.TXT

This is the source used for Slackware.

To look for a particular bit of source (let's say for 'cp'), first you would
look for the full path:

fuzzy:~# which cp
/bin/cp

Then, you grep for the package it came from. Note that the leading '/'
is removed, and ^ and $ mark the beginning and end of the pattern to match:

fuzzy:~# grep ^bin/cp$ /var/lib/pkgtools/packages/*
/var/lib/pkgtools/packages/coreutils-9.0-x86_64-3:bin/cp

From this, you can see that 'cp' came from the coreutils-9.0-x86_64-3 package.
The source will be found in a corresponding subdirectory. In this case, that
would be ./a/coreutils/.

All of these packages have scripts that extract, patch, and compile the source
automatically. These are the 'SlackBuild' scripts.

Have fun!

---
Patrick J. Volkerding
volkerdi@slackware.com