pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Update to adjustkernel 1.6: add copyright note, reques...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b69c6f8169c
branches:  trunk
changeset: 482791:7b69c6f8169c
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Wed Nov 03 10:49:58 2004 +0000

description:
Update to adjustkernel 1.6: add copyright note, requested by Rich Cannings
for inclusion into the OpenBSD ports system.

diffstat:

 doc/CHANGES                                |   3 +-
 sysutils/adjustkernel/Makefile             |   4 +-
 sysutils/adjustkernel/files/adjustkernel   |  36 +++++++++++++++++++++++++++
 sysutils/adjustkernel/files/adjustkernel.1 |  39 +++++++++++++++++++++++++++--
 4 files changed, 76 insertions(+), 6 deletions(-)

diffs (125 lines):

diff -r c042f290e5f9 -r 7b69c6f8169c doc/CHANGES
--- a/doc/CHANGES       Wed Nov 03 10:46:31 2004 +0000
+++ b/doc/CHANGES       Wed Nov 03 10:49:58 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.7666 2004/11/03 10:04:25 seb Exp $
+$NetBSD: CHANGES,v 1.7667 2004/11/03 10:49:58 hubertf Exp $
 
 Changes to the packages collection and infrastructure in 2004:
 
@@ -5035,3 +5035,4 @@
        Added p5-Unicode-Map8-0.12 [seb 2004-11-02]
        Added gqmpeg-devel-0.91.1 [sekiya 2004-11-02]
        Added p5-XML-Filter-BufferText-1.01 [seb 2004-11-03]
+       Updated adjustkernel to 1.6 [hubrtf 2004-11-03]
diff -r c042f290e5f9 -r 7b69c6f8169c sysutils/adjustkernel/Makefile
--- a/sysutils/adjustkernel/Makefile    Wed Nov 03 10:46:31 2004 +0000
+++ b/sysutils/adjustkernel/Makefile    Wed Nov 03 10:49:58 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2004/05/18 15:30:08 reed Exp $
+# $NetBSD: Makefile,v 1.8 2004/11/03 10:49:58 hubertf Exp $
 
-DISTNAME=      adjustkernel-1.5
+DISTNAME=      adjustkernel-1.6
 CATEGORIES=    sysutils
 MASTER_SITES=  # empty
 DISTFILES=     # empty
diff -r c042f290e5f9 -r 7b69c6f8169c sysutils/adjustkernel/files/adjustkernel
--- a/sysutils/adjustkernel/files/adjustkernel  Wed Nov 03 10:46:31 2004 +0000
+++ b/sysutils/adjustkernel/files/adjustkernel  Wed Nov 03 10:49:58 2004 +0000
@@ -1,4 +1,40 @@
 #!/usr/pkg/bin/perl
+#
+# Copyright (c) 2004 Hubert Feyrer <hubertf%NetBSD.org@localhost>,
+#                   Martin Laubach <mjl%NetBSD.org@localhost>
+# All rights reserved.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions
+# are met:
+# 1. Redistributions of source code must retain the above copyright
+#    notice, this list of conditions and the following disclaimer.
+# 2. Redistributions in binary form must reproduce the above copyright
+#    notice, this list of conditions and the following disclaimer in the
+#    documentation and/or other materials provided with the distribution.
+# 3. All advertising materials mentioning features or use of this software
+#    must display the following acknowledgement:
+#        This product includes software developed by 
+#        Hubert Feyrer <hubertf%NetBSD.org@localhost> and
+#        Martin Laubach <mjl%NetBSD.org@localhost>
+# 4. Neither the name of authors nor the names of any
+#    contributors may be used to endorse or promote products derived
+#    from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS
+# ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+# TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+# PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+# BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+#
+
+
 #--------------------------------------------------------------------------
 # %Id: adjustkernel,v 1.1 1999/10/15 01:21:30 feyrer Exp feyrer %
 # $Emsi: adjustkernel,v 1.4 2001/10/04 22:26:26 mjl Exp $
diff -r c042f290e5f9 -r 7b69c6f8169c sysutils/adjustkernel/files/adjustkernel.1
--- a/sysutils/adjustkernel/files/adjustkernel.1        Wed Nov 03 10:46:31 2004 +0000
+++ b/sysutils/adjustkernel/files/adjustkernel.1        Wed Nov 03 10:49:58 2004 +0000
@@ -1,7 +1,40 @@
 .\"     $Emsi: adjustkernel.1,v 1.1 2002/03/01 01:25:37 mjl Exp $
-.\"    $NetBSD: adjustkernel.1,v 1.3 2002/09/25 19:05:47 wiz Exp $
+.\"    $NetBSD: adjustkernel.1,v 1.4 2004/11/03 10:49:58 hubertf Exp $
+.\"
+.\" Copyright (c) 2004 Hubert Feyrer <hubertf%NetBSD.org@localhost>,
+.\"                 Martin Laubach <mjl%NetBSD.org@localhost>
+.\" All rights reserved.
 .\"
-.Dd September 25, 2002
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"        This product includes software developed by 
+.\"        Hubert Feyrer <hubertf%NetBSD.org@localhost> and
+.\"        Martin Laubach <mjl%NetBSD.org@localhost>
+.\" 4. Neither the name of authors nor the names of any
+.\"    contributors may be used to endorse or promote products derived
+.\"    from this software without specific prior written permission.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd November 3, 2004
 .Dt ADJUSTKERNEL 1
 .Sh NAME
 .Nm adjustkernel
@@ -51,7 +84,7 @@
 .Sh SEE ALSO
 .Xr options 4
 .Sh AUTHORS
-Originally created by Hubert Feyrer <hubert.feyrer%informatik.fh-regensburg.de@localhost>,
+Originally created by Hubert Feyrer <hubert%feyrer.de@localhost>,
 later hacked in shape and packetized by Martin J. Laubach <mjl%netbsd.org@localhost>.
 .Sh BUGS
 On thursdays.



Home | Main Index | Thread Index | Old Index