slackware-current/source
Patrick J Volkerding 8c29b57243 Tue May 2 19:18:05 UTC 2023
a/cpio-2.14-x86_64-1.txz:  Upgraded.
a/hwdata-0.370-noarch-1.txz:  Upgraded.
a/mt-st-1.7-x86_64-1.txz:  Upgraded.
a/sysvinit-3.07-x86_64-1.txz:  Upgraded.
a/upower-1.90.0-x86_64-2.txz:  Rebuilt.
  hwdb.d and rules.d belong in /lib/udev, not /usr. Thanks to oneforall.
kde/kid3-3.9.3-x86_64-3.txz:  Rebuilt.
  Rebuilt using -DWITH_NO_MANCOMPRESS=ON. Thanks to marav.
l/gnu-efi-3.0.17-x86_64-1.txz:  Upgraded.
l/libiodbc-3.52.16-x86_64-1.txz:  Upgraded.
l/libusb-compat-0.1.8-x86_64-1.txz:  Upgraded.
l/opus-1.4-x86_64-1.txz:  Upgraded.
x/ibus-hangul-1.5.5-x86_64-1.txz:  Upgraded.
2023-05-02 22:33:40 +02:00
..
a Tue May 2 19:18:05 UTC 2023 2023-05-02 22:33:40 +02:00
ap Sat Apr 15 03:23:22 UTC 2023 2023-04-15 06:37:50 +02:00
d Mon Apr 24 22:28:34 UTC 2023 2023-04-25 01:33:55 +02:00
e Thu Dec 8 22:48:34 UTC 2022 2022-12-09 00:41:09 +01:00
f
installer Fri Apr 7 00:51:44 UTC 2023 2023-04-07 03:45:57 +02:00
k Mon May 1 20:22:43 UTC 2023 2023-05-01 23:41:10 +02:00
kde Tue May 2 19:18:05 UTC 2023 2023-05-02 22:33:40 +02:00
l Tue May 2 19:18:05 UTC 2023 2023-05-02 22:33:40 +02:00
n Tue May 2 19:18:05 UTC 2023 2023-05-02 22:33:40 +02:00
t Sat Apr 15 03:23:22 UTC 2023 2023-04-15 06:37:50 +02:00
tcl Wed Nov 23 19:51:17 UTC 2022 2022-11-24 07:00:17 +01:00
x Tue May 2 19:18:05 UTC 2023 2023-05-02 22:33:40 +02:00
xap Tue Apr 25 21:20:19 UTC 2023 2023-04-26 00:45:44 +02:00
xfce Tue Mar 21 21:18:59 UTC 2023 2023-03-21 23:41:13 +01:00
y Wed Mar 8 20:26:54 UTC 2023 2023-03-08 22:40:50 +01: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