slackware-current/source
Patrick J Volkerding fc0b7eb5cb Fri Apr 24 18:54:41 UTC 2020
a/bash-5.0.017-x86_64-1.txz:  Upgraded.
a/kernel-generic-5.4.35-x86_64-1.txz:  Upgraded.
a/kernel-huge-5.4.35-x86_64-1.txz:  Upgraded.
a/kernel-modules-5.4.35-x86_64-1.txz:  Upgraded.
a/mcelog-169-x86_64-1.txz:  Upgraded.
ap/nvme-cli-1.11.1-x86_64-1.txz:  Upgraded.
ap/powertop-2.12-x86_64-1.txz:  Upgraded.
ap/tmux-3.1-x86_64-1.txz:  Upgraded.
d/kernel-headers-5.4.35-x86-1.txz:  Upgraded.
d/parallel-20200422-noarch-1.txz:  Upgraded.
d/rust-1.43.0-x86_64-1.txz:  Upgraded.
d/vala-0.48.5-x86_64-1.txz:  Upgraded.
k/kernel-source-5.4.35-noarch-1.txz:  Upgraded.
l/gmm-5.4-noarch-1.txz:  Upgraded.
l/librsvg-2.48.4-x86_64-1.txz:  Upgraded.
l/sip-4.19.22-x86_64-1.txz:  Upgraded.
n/dhcpcd-8.1.9-x86_64-1.txz:  Upgraded.
x/mesa-20.0.5-x86_64-1.txz:  Upgraded.
isolinux/initrd.img:  Rebuilt.
kernels/*:  Upgraded.
usb-and-pxe-installers/usbboot.img:  Rebuilt.
2020-04-25 08:59:53 +02:00
..
a Fri Apr 24 18:54:41 UTC 2020 2020-04-25 08:59:53 +02:00
ap Fri Apr 17 04:03:54 UTC 2020 2020-04-17 17:59:56 +02:00
d Fri Apr 24 18:54:41 UTC 2020 2020-04-25 08:59:53 +02:00
e Wed Mar 11 19:54:51 UTC 2020 2020-03-12 08:59:49 +01:00
f
installer Tue Mar 31 19:01:17 UTC 2020 2020-04-01 08:59:49 +02:00
k Fri Apr 24 18:54:41 UTC 2020 2020-04-25 08:59:53 +02:00
kde Sun Apr 5 21:02:32 UTC 2020 2020-04-06 08:59:52 +02:00
kdei
l Fri Apr 24 18:54:41 UTC 2020 2020-04-25 08:59:53 +02:00
n Fri Apr 24 18:54:41 UTC 2020 2020-04-25 08:59:53 +02:00
t
tcl
x Fri Apr 24 18:54:41 UTC 2020 2020-04-25 08:59:53 +02:00
xap Sun Apr 19 21:06:43 UTC 2020 2020-04-20 08:59:52 +02:00
xfce Wed Mar 25 22:53:06 UTC 2020 2020-03-26 08:59:49 +01:00
y
buildlist-from-changelog.sh Thu Feb 20 04:50:54 UTC 2020 2020-02-20 17:59:49 +01:00
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:

fuzzy:~# grep bin/cp /var/log/packages/*
/var/log/packages/cpio-2.4.2.91-i386-1:bin/cpio
/var/log/packages/fileutils-4.1-i386-2:bin/cp
/var/log/packages/gcc-2.95.3-i386-2:usr/bin/cpp
/var/log/packages/gnome-applets-1.4.0.5-i386-1:usr/bin/cpumemusage_applet


From this, you can see that 'cp' came from the fileutils-4.1-i386-2 package.
The source will be found in a corresponding subdirectory.  In this case, that
would be ./a/bin.   Don't be fooled into thinking that the _bin.tar.gz in this
directory is the package with the source code -- anything starting with '_' is
just a framework package full of empty files with the correct permissions and 
ownerships for the completed package to use.

Many of these packages now have scripts that untar, patch, and compile the
source automatically.  These are the 'SlackBuild' scripts.  Moving back to the
example above, you can figure out which package the bin/cp source came from by
examining the SlackBuild script.

Have fun!

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