slackware-current/source
Patrick J Volkerding df3f13247e Mon Dec 5 21:00:46 UTC 2022
a/glibc-zoneinfo-2022g-noarch-1.txz:  Upgraded.
  This package provides the latest timezone updates.
ap/texinfo-7.0.1-x86_64-2.txz:  Rebuilt.
  Rebuilt without the --disable-perl-xs option to fix a2ps failing to build
  from source. The option was added during the 15.0 development cycle to fix
  glibc failing to build from source, but that issue has been resolved.
  Thanks to nobodino and marav.
n/ca-certificates-20221205-noarch-1.txz:  Upgraded.
  This update provides the latest CA certificates to check for the
  authenticity of SSL connections.
n/dnsmasq-2.88-x86_64-1.txz:  Upgraded.
2022-12-06 07:00:10 +01:00
..
a Fri Dec 2 06:58:38 UTC 2022 2022-12-02 16:59:51 +01:00
ap Mon Dec 5 21:00:46 UTC 2022 2022-12-06 07:00:10 +01:00
d Fri Dec 2 06:58:38 UTC 2022 2022-12-02 16:59:51 +01:00
e Tue Sep 6 20:21:24 UTC 2022 2022-09-07 07:00:17 +02:00
f
installer Fri Oct 14 01:39:37 UTC 2022 2022-10-14 09:00:17 +02:00
k Mon Oct 24 18:57:53 UTC 2022 2022-10-25 07:00:17 +02:00
kde Mon Dec 5 02:40:12 UTC 2022 2022-12-05 07:00:11 +01:00
l Mon Dec 5 02:40:12 UTC 2022 2022-12-05 07:00:11 +01:00
n Mon Dec 5 21:00:46 UTC 2022 2022-12-06 07:00:10 +01:00
t Thu Oct 27 02:30:15 UTC 2022 2022-10-27 09:00:17 +02:00
tcl Wed Nov 23 19:51:17 UTC 2022 2022-11-24 07:00:17 +01:00
x Mon Dec 5 02:40:12 UTC 2022 2022-12-05 07:00:11 +01:00
xap Mon Dec 5 02:40:12 UTC 2022 2022-12-05 07:00:11 +01:00
xfce Mon Nov 21 20:23:13 UTC 2022 2022-11-22 07:00:14 +01:00
y Tue Sep 6 20:21:24 UTC 2022 2022-09-07 07:00:17 +02:00
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