Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/pkg_install/dist/lib Resolve conflicts from las...



details:   https://anonhg.NetBSD.org/src/rev/dbae9a64b9a9
branches:  trunk
changeset: 777462:dbae9a64b9a9
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Feb 19 17:49:09 2012 +0000

description:
Resolve conflicts from last import.

diffstat:

 external/bsd/pkg_install/dist/lib/license.c     |  16 +++++++++++-----
 external/bsd/pkg_install/dist/lib/pkg_summary.5 |   7 ++++++-
 external/bsd/pkg_install/dist/lib/version.h     |   4 ++--
 3 files changed, 19 insertions(+), 8 deletions(-)

diffs (89 lines):

diff -r d72ac8396a7d -r dbae9a64b9a9 external/bsd/pkg_install/dist/lib/license.c
--- a/external/bsd/pkg_install/dist/lib/license.c       Sun Feb 19 17:46:46 2012 +0000
+++ b/external/bsd/pkg_install/dist/lib/license.c       Sun Feb 19 17:49:09 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: license.c,v 1.2 2011/04/22 08:19:25 adam Exp $ */
+/*     $NetBSD: license.c,v 1.3 2012/02/19 17:49:09 tron Exp $ */
 
 /*-
  * Copyright (c) 2009 Joerg Sonnenberger <joerg%NetBSD.org@localhost>.
@@ -46,8 +46,9 @@
 #define        HASH_SIZE       521
 
 const char *default_acceptable_licenses =
-    "public-domain "
+    "public-domain unlicense "
     "gnu-fdl-v1.1 gnu-fdl-v1.2 gnu-fdl-v1.3 "
+    "gnu-gpl-v1 "
     "gnu-gpl-v2 gnu-lgpl-v2 gnu-lgpl-v2.1 "
     "gnu-gpl-v3 gnu-lgpl-v3 "
     "original-bsd modified-bsd 2-clause-bsd "
@@ -57,15 +58,20 @@
     "cddl-1.0 "
     "cpl-1.0 "
     "open-font-license "
-    "mpl-1.0 mpl-1.1 "
-    "png-license "
+    "mpl-1.0 mpl-1.1 mpl-2.0 "
+    "php png-license "
     "postgresql-license "
+    "zlib "
     "zpl "
     "python-software-foundation "
     "ipafont "
     "isc "
     "info-zip "
-    "boost-license";
+    "boost-license "
+    "mplusfont "
+    "cc-by-sa-v3.0 "
+    "lppl-1.3c "
+    "epl-v1.0";
 
 #ifdef DEBUG
 static size_t hash_collisions;
diff -r d72ac8396a7d -r dbae9a64b9a9 external/bsd/pkg_install/dist/lib/pkg_summary.5
--- a/external/bsd/pkg_install/dist/lib/pkg_summary.5   Sun Feb 19 17:46:46 2012 +0000
+++ b/external/bsd/pkg_install/dist/lib/pkg_summary.5   Sun Feb 19 17:49:09 2012 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pkg_summary.5,v 1.3 2009/05/17 21:31:59 joerg Exp $
+.\"    $NetBSD: pkg_summary.5,v 1.4 2012/02/19 17:49:09 tron Exp $
 .\"
 .\" Copyright (c) 2006 The NetBSD Foundation
 .\"
@@ -66,6 +66,10 @@
 .It Ev DESCRIPTION
 (required) A more detailed description of the package.
 .\" DIGEST
+.It Ev FILE_CKSUM
+(optional) A checksum type supported by
+.Xr digest 1
+and checksum separated by space character.
 .It Ev FILE_NAME
 (optional) The name of the binary package file.
 If not given,
@@ -126,6 +130,7 @@
 .Pp
 .Dl "pkg_info -X -a"
 .Sh SEE ALSO
+.Xr digest 1 ,
 .Xr pkg_info 1
 .Sh HISTORY
 The
diff -r d72ac8396a7d -r dbae9a64b9a9 external/bsd/pkg_install/dist/lib/version.h
--- a/external/bsd/pkg_install/dist/lib/version.h       Sun Feb 19 17:46:46 2012 +0000
+++ b/external/bsd/pkg_install/dist/lib/version.h       Sun Feb 19 17:49:09 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: version.h,v 1.7 2011/02/18 22:36:00 aymeric Exp $      */
+/*     $NetBSD: version.h,v 1.8 2012/02/19 17:49:09 tron Exp $ */
 
 /*
  * Copyright (c) 2001 Thomas Klausner.  All rights reserved.
@@ -27,6 +27,6 @@
 #ifndef _INST_LIB_VERSION_H_
 #define _INST_LIB_VERSION_H_
 
-#define PKGTOOLS_VERSION 20110215
+#define PKGTOOLS_VERSION 20120128
 
 #endif /* _INST_LIB_VERSION_H_ */



Home | Main Index | Thread Index | Old Index