Is there a Master SOURCE CODE Index anywhere?

News, happenings
Post Reply
Message
Author
scsijon
Posts: 1596
Joined: Thu 24 May 2007, 03:59
Location: the australian mallee
Contact:

Is there a Master SOURCE CODE Index anywhere?

#1 Post by scsijon »

Does anyone know if there is a Master Source Code INDEX anywhere on the net?

I don't mean just our puppy ones in /root/.packages/PKGS_HOMEPAGES, that is for the packages that should be available for our running puppy, I mean one covering all source packages on the web and not just ones for a single site.

And no, I don't want to build one, that would be a lifetime job for a team, just to keep it up to date.

EDIT: FYI I meant an INDEX of SOURCE PACKAGES and their SITES, not a copy of the packages or their many versions themselves, that would be too horendous, i'm not sure that even ibiblio could host that.
Last edited by scsijon on Fri 19 Dec 2014, 23:00, edited 1 time in total.

User avatar
rufwoof
Posts: 3690
Joined: Mon 24 Feb 2014, 17:47

Re: Is there a Master SOURCE CODE Index anywhere?

#2 Post by rufwoof »

scsijon wrote:Does anyone know if there is a Master Source Code Index anywhere on the net?
Attachments
Matrix_code.jpg
(110.17 KiB) Downloaded 512 times

amigo
Posts: 2629
Joined: Mon 02 Apr 2007, 06:52

#3 Post by amigo »

"that would be a lifetime job for a team" That says it all. Of course there is no such thing.

Keisha
Posts: 469
Joined: Tue 18 Nov 2014, 05:43

re: Is there a Master SOURCE CODE Index anywhere?

#4 Post by Keisha »

All of the basic Gentoo distro's source code is in one subdirectory in its repositories. Go to

http://gentoo.osuosl.org/distfiles/

and notice how long that page takes to load. That's something like a master source code index.

Download the Linux from Scratch and Beyond Linux from Scratch books. For each program, its home page is usually listed as the source for its code. That's something like a master source code index, only, not in alphabetical order, rather in the order in which you would build a Linux distro from the sources. LFS and BLFS also of course supply necessary patches and patching instructions (e.g. using sed) for getting source code to actually compile. I don't know whether the gentoo distfiles code is patched or not.

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#5 Post by mikeb »

barry does have a collection of sources used on puppy over the years ... its in the same place as the kernel sources if thats any use.... will not show up on google as its password protected

mike

amigo
Posts: 2629
Joined: Mon 02 Apr 2007, 06:52

#6 Post by amigo »

Sure, every distro should -must- have a repo of all the sources they use for that distro. But no two distros use the same selection of programs and versions as any other distro. And there are still thousands of sources which are not used by any distro. This is why it is so important to maintain a full repo of sources of everything you use and the scripts to build/rebuild it. It's like Nespresso -what else?

User avatar
NeroVance
Posts: 201
Joined: Wed 10 Oct 2012, 23:00
Location: Halifax, Canada

#7 Post by NeroVance »

Let's just say, it's the question nobody likes to answer, and as I'm personally a MIT-license kind of guy, I don't care as much about it, but I do understand why it would useful to have

I kinda think this is why Woof was produced perhaps, allows one to work with a larger distro which in itself probably has sources available to use and call upon when needed.

Though I am probably not the judge on such at all, I've learned to leave these questions to the guru's here at the kennels.

amigo
Posts: 2629
Joined: Mon 02 Apr 2007, 06:52

#8 Post by amigo »

You can't count on others to keep your sources available -they may change versions or drop the package entirely. Sometimes (rare) sources simply dissappear from the web.

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#9 Post by mikeb »

Debian lenny was lost for ages...... :D

guru's.... where?

mike

User avatar
NeroVance
Posts: 201
Joined: Wed 10 Oct 2012, 23:00
Location: Halifax, Canada

#10 Post by NeroVance »

mikeb wrote:Debian lenny was lost for ages...... :D

guru's.... where?

mike
Woah, that's freaky :?
I always thought RMS would send out his flying monkeys at the mere mention of such a thing :lol:

User avatar
mikeb
Posts: 11297
Joined: Thu 23 Nov 2006, 13:56

#11 Post by mikeb »

When lenny left the main site it did not appear on archive.debian.net for about a year.

mike

User avatar
darkcity
Posts: 2534
Joined: Sun 23 May 2010, 19:16
Location: near here
Contact:

#12 Post by darkcity »

Maybe a web crawler could auto generate a similar list, if it could recognized files as source code?

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#13 Post by technosaurus »

google used to have a code search... it was crap anyhow - good riddance

https://searchcode.com/
https://code.openhub.net/

or see:

http://stackoverflow.com/questions/7778 ... ode-search
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

Post Reply