From 7a6676f64dad56921b2840cc3573af8e931f5713 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 24 Oct 2011 09:13:05 +0200 Subject: [PATCH] 3RDPARTY: sync with reality. --- 3RDPARTY | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/3RDPARTY b/3RDPARTY index 2c4a90ed..96dd6811 100644 --- a/3RDPARTY +++ b/3RDPARTY @@ -1,9 +1,21 @@ XBPS includes the following software from third parties for internal use in the code: -- queue.h from NetBSD (include/queue.h). -- package pattern matching code from NetBSD (lib/dewey.c lib/match.c). -- strlcat and strlcpy functions from OpenBSD (lib/compat/strlc{at,cpy}.c) -- libfetch-2.31 from NetBSD (lib/fetch). +- queue.h from NetBSD: include/queue.h. + +- package pattern matching code from NetBSD: + lib/external/dewey.c and lib/external/match.c + +- strlcat and strlcpy functions from OpenBSD: + lib/compat/strlc{at,cpy}.c + +- humanize_number(3) from NetBSD: lib/external/humanize_number.c + +- mkpath from NetBSD's mkdir(1): lib/external/mkpath.c + +- fexec from NetBSD's pkg_install: lib/external/fexec.c + +- libfetch-2.31 from NetBSD: lib/fetch + - portableproplib-0.4.1 (lib/portableproplib) from http://code.google.com/p/portableproplib