slackware-current/source
Patrick J Volkerding 06cac03fa4 Fri Aug 9 21:22:03 UTC 2024
ap/mariadb-10.11.9-x86_64-1.txz:  Upgraded.
  This is a bugfix release.
  For more information, see:
    https://mariadb.com/kb/en/mariadb-10-11-9-release-notes/
d/rust-1.80.1-x86_64-1.txz:  Upgraded.
l/polkit-125-x86_64-1.txz:  Upgraded.
l/python-babel-2.16.0-x86_64-1.txz:  Upgraded.
l/vte-0.76.4-x86_64-1.txz:  Upgraded.
n/NetworkManager-1.48.8-x86_64-1.txz:  Upgraded.
x/OpenCC-1.1.9-x86_64-1.txz:  Upgraded.
2024-08-10 00:09:19 +02:00
..
a Fri Aug 9 03:39:11 UTC 2024 2024-08-09 06:05:42 +02:00
ap Fri Aug 9 21:22:03 UTC 2024 2024-08-10 00:09:19 +02:00
d Fri Aug 9 21:22:03 UTC 2024 2024-08-10 00:09:19 +02:00
e Tue Jul 23 18:54:25 UTC 2024 2024-07-23 22:50:05 +02:00
f
installer Mon Jul 29 18:32:35 UTC 2024 2024-07-29 20:58:51 +02:00
k Sun Aug 4 14:47:52 UTC 2024 2024-08-04 17:37:18 +02:00
kde Mon Aug 5 21:58:24 UTC 2024 2024-08-06 01:03:55 +02:00
l Fri Aug 9 21:22:03 UTC 2024 2024-08-10 00:09:19 +02:00
n Wed Aug 7 04:03:09 UTC 2024 2024-08-07 07:22:03 +02:00
t Tue Apr 9 18:14:27 UTC 2024 2024-04-09 21:00:29 +02:00
tcl Sun May 12 19:10:12 UTC 2024 2024-05-12 21:28:58 +02:00
x Fri Aug 9 21:22:03 UTC 2024 2024-08-10 00:09:19 +02:00
xap Wed Aug 7 04:03:09 UTC 2024 2024-08-07 07:22:03 +02:00
xfce Wed Jul 31 18:35:06 UTC 2024 2024-07-31 21:14:36 +02:00
y Sun May 12 19:10:12 UTC 2024 2024-05-12 21:28:58 +02:00
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