slackware-current/source
Patrick J Volkerding ed393afa07 Sat Jul 16 18:41:45 UTC 2022
ap/vim-9.0.0053-x86_64-1.txz:  Upgraded.
d/patchelf-0.15.0-x86_64-1.txz:  Upgraded.
l/libgsf-1.14.50-x86_64-1.txz:  Upgraded.
l/libnotify-0.8.0-x86_64-1.txz:  Upgraded.
l/libwebp-1.2.3-x86_64-1.txz:  Upgraded.
n/openldap-2.6.3-x86_64-1.txz:  Upgraded.
xap/vim-gvim-9.0.0053-x86_64-1.txz:  Upgraded.
2022-07-17 07:00:05 +02:00
..
a Sat Jul 9 18:50:24 UTC 2022 2022-07-10 01:00:16 +02:00
ap Fri Jul 1 01:23:50 UTC 2022 2022-07-01 07:00:12 +02:00
d Tue Jul 5 20:33:18 UTC 2022 2022-07-06 09:00:14 +02:00
e
f
installer Fri Jul 1 01:23:50 UTC 2022 2022-07-01 07:00:12 +02:00
k Sat Jul 16 01:33:43 UTC 2022 2022-07-16 07:00:16 +02:00
kde Sat Jul 9 18:50:24 UTC 2022 2022-07-10 01:00:16 +02:00
l Thu Jul 14 18:48:34 UTC 2022 2022-07-15 07:00:18 +02:00
n Sat Jul 16 18:41:45 UTC 2022 2022-07-17 07:00:05 +02:00
t Tue Jun 28 19:16:08 UTC 2022 2022-06-29 07:00:11 +02:00
tcl
x Thu Jul 14 18:48:34 UTC 2022 2022-07-15 07:00:18 +02:00
xap Sun Jul 10 18:49:34 UTC 2022 2022-07-11 07:00:12 +02:00
xfce Wed Jul 13 19:56:59 UTC 2022 2022-07-14 09:00:16 +02:00
y
buildlist-from-changelog.sh
make_world.sh Wed Jun 8 19:15:34 UTC 2022 2022-06-09 07:00:13 +02:00
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