netbsd-src/external
nia cbd7fd84d4 unhook libXxf86misc from the build and mark obsolete
library has no users in src or pkgsrc, it's primarily useful for
managing input devices on mid-2000s xfree86 servers
2024-05-09 06:38:27 +00:00
..
amdgpu-firmware install the lower case radeon firmware files into /usr/libdata/firmware. 2022-05-15 00:24:14 +00:00
apache2 mDNSPlatformInit(): If we fail to create an IPv6 socket, ignore the 2023-12-13 07:15:40 +00:00
atheros
broadcom risc-v: Add bwfm(4) firmware files to release image 2024-01-20 08:09:13 +00:00
bsd Remove documentation for long removed -F option 2024-04-29 00:50:42 +00:00
cddl ctfmerge: obey CTFMERGE_TERMINATE_NO_UNLINK as a tool too 2024-05-04 18:22:59 +00:00
gpl2 makeinfo: Avoid ambiguous bracelessness. 2024-05-05 15:26:20 +00:00
gpl3 Fix gcc build on FreeBSD 14 (and possibly other systems using clang >= 16). 2024-04-24 16:48:29 +00:00
historical awk(1): Fix incomplete edit. Bump date. 2022-07-05 22:50:43 +00:00
ibm-public Install postfix-tls-script (for "postfix tls") 2024-01-01 18:56:53 +00:00
intel-fw-eula
intel-fw-public Update firmware for Intel Centrino Advanced-N 6205 WiFi cards 2022-04-25 02:29:13 +00:00
lgpl3 add turbosparc to the list of known sparc machines. 2024-02-07 07:12:17 +00:00
mit unhook libXxf86misc from the build and mark obsolete 2024-05-09 06:38:27 +00:00
mpl fix clang lint build (except for the programs that enables -T) 2024-05-08 16:53:34 +00:00
nvidia-firmware Import nvidia firmware from linux-firmware repository at commit: 2023-11-28 15:01:52 +00:00
ofl
public-domain merge conflicts between 3.43.0 and 3.45.1 2024-03-01 15:47:58 +00:00
realtek
zlib/pigz bsd.own.mk: rename GCC_NO_* to CC_WNO_* 2023-06-03 09:09:01 +00:00
Makefile Fold long line 2024-04-05 11:04:19 +00:00
README add missing 2023-08-15 22:02:36 +00:00

README

$NetBSD: README,v 1.19 2023/08/15 22:02:36 christos Exp $

Organization of Sources:

This directory hierarchy is using an organization that separates
source for programs that we have obtained from external third
parties (where NetBSD is not the primary maintainer) from the
system source.

The hierarchy is grouped by license, and then package per license,
and is organized as follows:

	external/

	    Makefile
			Descend into the license sub-directories.

	    <license>/
			Per-license sub-directories.

		Makefile
			Descend into the package sub-directories.

		<package>/
			Per-package sub-directories.

		    Makefile
			Build the package.

		    dist/
			The third-party source for a given package.

		    bin/
		    lib/
		    sbin/
			BSD makefiles "reach over" from these into
			"../dist/".

This arrangement allows for packages to be easily disabled or
excised as necessary, either on a per-license or per-package basis.

The licenses currently used are:

	apache2		Apache 2.0 license.
			http://www.opensource.org/licenses/apache2.0.php

	atheros		Atheros License.

	broadcom	Broadcom licenses for rpi firmware and bfwm. See
			*/dist/LICENSE.broadcom*

	bsd		BSD (or equivalent) licensed software, possibly with
			the "advertising clause".
			http://www.opensource.org/licenses/bsd-license.php

	cddl		Common Development and Distribution License (the sun
			license which is based on the Mozilla Public License
			version 1.1).
			http://www.opensource.org/licenses/cddl1.php

	gpl2		GNU Public License, version 2 (or earlier).
			http://www.opensource.org/licenses/gpl-2.0.php

	gpl3		GNU Public License, version 3.
			http://www.opensource.org/licenses/gpl-3.0.html

	historical	Lucent's old license:
			http://www.opensource.org/licenses/historical.php

	ibm-public	IBM's public license:
			http://www.opensource.org/licenses/ibmpl.php

	intel-fw-eula	Intel firmware license with redistribution
			restricted to OEM.

	intel-fw-public	Intel firmware license permitting redistribution with
			terms similar to BSD licensed software.

	intel-public	Intel license permitting redistribution with
			terms similar to BSD licensed software.

	lgpl2		GNU Lesser General Public License, version 2 (or earlier).
			https://opensource.org/license/lgpl-2-1/

	lgpl3		GNU Lesser General Public License, version 3 (or earlier).
			https://opensource.org/license/lgpl-3-0/

	mit		MIT (X11) style license.
			http://www.opensource.org/licenses/mit-license.php

	mpl		Mozilla Public license.
			https://opensource.org/licenses/MPL-2.0

	nvidia-firmware	NVIDIA firmware license permitting redistribution for
			use on operating systems distributed under the terms
			of an OSI-approved open source license.

	ofl		SIL Open Font License
			https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL

	public-domain	Non-license for code that has been explicitly put
			into the Public Domain.

	realtek		RealTek license.

	zlib		Zlib (BSD-like) license.
			http://www.zlib.net/zlib_license.html

If a package has components covered by different licenses
(for example, GPL2 and the LGPL), use the <license> subdirectory
for the more restrictive license.

If a package allows the choice of a license to use, we'll
generally use the less restrictive license.

If in doubt about where a package should be located, please
contact <core@NetBSD.org> for advice.


Migration Strategy:


Eventually src/dist (and associated framework in other base source
directories) and src/gnu will be migrated to this hierarchy.


Maintenance Strategy:

The sources under src/external/<license>/<package>/dist/ are
generally a combination of a published distribution plus changes
that we submit to the maintainers and that are not yet published
by them.

Make sure all changes made to the external sources are submitted
to the appropriate maintainer, but only after coordinating with
the NetBSD maintainers.