slackware-current/source
Patrick J Volkerding 9b2263c35d Mon Dec 31 21:33:54 UTC 2018
a/efibootmgr-17-x86_64-1.txz:  Upgraded.
a/efivar-37-x86_64-1.txz:  Upgraded.
d/cmake-3.13.2-x86_64-2.txz:  Rebuilt.
  Work around build failures with recent doxygen.
d/ruby-2.6.0-x86_64-1.txz:  Upgraded.
  Shared library .so-version bump.
d/subversion-1.11.0-x86_64-2.txz:  Rebuilt.
  Recompiled against ruby-2.6.0.
kde/korundum-4.14.3-x86_64-7.txz:  Rebuilt.
  Recompiled against ruby-2.6.0.
kde/qtruby-4.14.3-x86_64-9.txz:  Rebuilt.
  Recompiled against ruby-2.6.0.
l/gobject-introspection-1.58.3-x86_64-1.txz:  Upgraded.
l/imagemagick-6.9.10_22-x86_64-1.txz:  Upgraded.
l/libssh-0.8.6-x86_64-1.txz:  Upgraded.
n/epic5-2.0.1-x86_64-8.txz:  Rebuilt.
  Recompiled against ruby-2.6.0.
n/tin-2.4.3-x86_64-1.txz:  Upgraded.
n/wireless_tools-30.pre9-x86_64-1.txz:  Upgraded.
x/xterm-341-x86_64-2.txz:  Rebuilt.
  Install xterm app-defaults that resemble the Linux console. Thanks to GazL.
2019-01-01 08:59:45 +01:00
..
a Mon Dec 31 21:33:54 UTC 2018 2019-01-01 08:59:45 +01:00
ap Tue Dec 25 03:15:50 UTC 2018 2018-12-25 08:59:47 +01:00
d Mon Dec 31 21:33:54 UTC 2018 2019-01-01 08:59:45 +01:00
e Fri Sep 21 18:51:07 UTC 2018 2018-09-22 09:00:39 +02:00
f
installer Wed Nov 28 07:25:32 UTC 2018 2018-11-28 17:59:44 +01:00
k Sat Dec 29 23:13:15 UTC 2018 2018-12-30 08:59:46 +01:00
kde Mon Dec 31 21:33:54 UTC 2018 2019-01-01 08:59:45 +01:00
kdei
l Sun Dec 30 20:33:37 UTC 2018 2018-12-31 08:59:45 +01:00
n Mon Dec 31 21:33:54 UTC 2018 2019-01-01 08:59:45 +01:00
t Wed Nov 28 07:25:32 UTC 2018 2018-11-28 17:59:44 +01:00
tcl Sat Nov 24 20:44:07 UTC 2018 2018-11-25 08:59:43 +01:00
x Mon Dec 31 21:33:54 UTC 2018 2019-01-01 08:59:45 +01:00
xap Sun Dec 30 20:33:37 UTC 2018 2018-12-31 08:59:45 +01:00
xfce Tue Dec 11 01:16:11 UTC 2018 2018-12-11 08:59:44 +01:00
y Fri Sep 21 18:51:07 UTC 2018 2018-09-22 09:00:39 +02:00
buildlist-from-changelog.sh
make_world.sh Thu Nov 22 05:56:56 UTC 2018 2018-11-22 17:59:46 +01: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:

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