slackware-current/source
Patrick J Volkerding 029a4153be Fri Jul 10 18:27:57 UTC 2020
a/logrotate-3.17.0-x86_64-1.txz:  Upgraded.
ap/dash-0.5.11.1-x86_64-1.txz:  Upgraded.
ap/neofetch-20200708_af2c02c-noarch-1.txz:  Upgraded.
l/mpfr-4.1.0-x86_64-1.txz:  Upgraded.
n/libmbim-1.24.2-x86_64-1.txz:  Upgraded.
2020-07-11 08:59:52 +02:00
..
a Fri Jul 10 18:27:57 UTC 2020 2020-07-11 08:59:52 +02:00
ap Fri Jul 10 00:40:43 UTC 2020 2020-07-10 08:59:48 +02:00
d Fri Jul 10 00:40:43 UTC 2020 2020-07-10 08:59:48 +02:00
e Wed Mar 11 19:54:51 UTC 2020 2020-03-12 08:59:49 +01:00
f
installer Fri Jul 10 00:40:43 UTC 2020 2020-07-10 08:59:48 +02:00
k Fri Jul 10 00:40:43 UTC 2020 2020-07-10 08:59:48 +02:00
kde Mon Jun 22 20:20:12 UTC 2020 2020-06-23 08:59:52 +02:00
kdei Mon Sep 30 21:08:32 UTC 2019 2019-10-01 08:59:50 +02:00
l Fri Jul 10 00:40:43 UTC 2020 2020-07-10 08:59:48 +02:00
n Fri Jul 10 00:40:43 UTC 2020 2020-07-10 08:59:48 +02:00
t Tue Jun 23 21:49:49 UTC 2020 2020-06-24 08:59:52 +02:00
tcl Sat May 9 20:49:43 UTC 2020 2020-05-10 08:59:54 +02:00
x Fri Jul 10 00:40:43 UTC 2020 2020-07-10 08:59:48 +02:00
xap Fri Jul 10 00:40:43 UTC 2020 2020-07-10 08:59:48 +02:00
xfce Sun May 24 18:35:29 UTC 2020 2020-05-25 08:59:53 +02: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