# * $ProjectRevision: $\r
# * $LastChangedRevision: 1827 $\r
# * $LastChangedDate: 2010-01-16 16:21:36 -0800 (Sat, 16 Jan 2010) $\r
-# * $State: Exp $\r
-# * $RCSfile: mvcpp.nt,v $\r
-# * $Source: /archive/NetBSD-CVS/pkgsrc/archivers/libarchive/files/build/windows/mvcpp.nt,v $\r
+# * $State: $\r
+# * $RCSfile: $\r
+# * $Source: $\r
# *\r
# * Change Log:\r
# * $Log: $\r
# * $ProjectRevision: $\r
# * $LastChangedRevision: 1827 $\r
# * $LastChangedDate: 2010-01-16 16:21:36 -0800 (Sat, 16 Jan 2010) $\r
-# * $State: Exp $\r
-# * $RCSfile: wccpp.nt,v $\r
-# * $Source: /archive/NetBSD-CVS/pkgsrc/archivers/libarchive/files/build/windows/wccpp.nt,v $\r
+# * $State: $\r
+# * $RCSfile: $\r
+# * $Source: $\r
# *\r
# * Change Log:\r
# * $Log: $\r
--- /dev/null
+Star is a full-featured tar command that can access local and remote
+tar archives (files and tapes). It reads and writes POSIX compliant
+tar archives as well as non-POSIX GNU tar archives.
+Star is the first POSIX.1-2001 compliant tar implementation. It includes
+a FIFO for speed, a pattern matcher, multi-volume support, the ability to
+archive sparse files and ACLs and the ability to archive extended file flags.
+It supports utomatic archive format detection, automatic byte order
+recognition, automatic archivecompression/decompression. It includes the
+only known platform independent "rmt" server program that implements all
+Sun/GNU/Schily/BSD enhancements and allows any "rmt" client from any OS to
+contact any OS as server.
--- /dev/null
+The Analog Real-Time Synthesizer, or aRts, is a modular system for synthesizing
+sound and music on a digital computer. Using small building blocks called
+modules, the user can easily build complex audio processing tools. Modules
+typically provide functions such as sound waveform generators, filters, audio
+effects, mixing, and playback of digital audio in different file formats.
--- /dev/null
+gkrellm-volume is a gkrellm plugin to control all your mixer volumes.
+It also allows to save/restore volumes between sessions.
--- /dev/null
+mpegaudio is an MPEG/audio Layer 1 and Layer 2 software package.
--- /dev/null
+.\" Copyright (c) 1997 Andreas Klemm <andreas@FreeBSD.org>. Neuss.
+.\" 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.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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.
+.\"
+.\" $FreeBSD: ports/audio/mpegaudio/files/mpeg_musicin.1,v 1.2 1999/08/29 10:56:51 peter Exp $
+.Dd August 17, 1997
+.Dt MPEG_MUSICIN 1
+.Os
+.Sh NAME
+.Nm mpeg_musicin
+.Nd MPEG/audio Layer 1 and Layer 2 decoder
+.Sh SYNOPSIS
+.Nm mpeg_musicin
+queries for all arguments, or
+.br
+.Nm mpeg_musicin
+.Op Fl l Ar lay
+.br
+.Op Fl m Ar mode
+.br
+.Op Fl p Ar psy
+.br
+.Op Fl s Ar sfrq
+.br
+.Op Fl b Ar br
+.br
+.Op Fl d Ar emp
+.br
+.Op Fl c
+.br
+.Op Fl o
+.br
+.Op Fl e
+.br
+inputCM
+.br
+.Op Ar outBS
+.br
+.Sh DESCRIPTION
+The encoder and decoder software are configured to output
+the coded audio bitstreams as a string of hexadecimal ascii
+characters. For greater compression efficiency, compile flag,
+BS_FORMAT, in common.h can be switched to configure the bitstream
+reading and writing routines to process raw binary bitstreams.
+.br
+The decoder program has a very crude implementation of bitstream
+synchword detection. It may not be able to correctly decode valid
+bitstreams which have false synchword patterns in the ancillary data
+portion of the bitstream.
+.Sh RESTRICTIONS
+The software implements levels I and II and psychophysical auditory
+models I and II as described in the ISO 3-11171 rev 1 standard.
+There are future plans to implement level III.
+.br
+The input/output audio data may either be headerless raw 16 bit data
+or alternatively an AIFF formatted file (Audio Interchange File Format)
+with certain limitations.
+.br
+For more information on the AIFF format see the postscript file
+/sgi/aiff-c.9.26.91.ps at the anonymous ftp site FTP.SGI.COM
+(192.48.153.1).
+.br
+The AIFF formatted file is a convenient way for storing sampling rate
+of the audio file.
+.br
+The encoder and decoder software are configured to output the coded
+audio bitstreams as a string of hexadecimal ascii characters.
+For greater compression efficiency, compile flag, BS_FORMAT,
+in common.h can be switched to configure the bitstream reading
+and writing routines to process raw binary bitstreams.
+.br
+This software has been run and verified on a large variety of
+computers and operating systems. In particular UNIX, MS_DOS (with
+MicroSoft C version 6), Macintosh, AIX Platform (RS6000) and Convex.
+.Sh OPTIONS
+.Bl -tag -width Ds
+.It Sy -l lay
+use layer <lay> coding (default: 2)
+.It Sy -m mode
+channel mode : s/d/j/m (default: s)
+.It Sy -p psy
+psychoacoustic model 1/2 (default: 2)
+.It Sy -s sfrq
+input smpl rate in kHz (default: 44.1)
+.It Sy -b br
+total bitrate in kbps (default: 384)
+.It Sy -d emp
+de-emphasis n/5/c (default: n)
+.It Sy -c
+mark as copyright
+.It Sy -o
+mark as original
+.It Sy -e
+add error protection
+.It Sy inputPCM
+input PCM sound file (standard or AIFF)
+.It Sy outBS
+output bit stream of encoded audio (dflt inName+.mpg)
+.Sh SEE ALSO
+.Xr mpeg_musicout 1
+.Sh HISTORY
+Written by Andreas Klemm, August 17, 1997
--- /dev/null
+.\" Copyright (c) 1997 Andreas Klemm <andreas@FreeBSD.org>. Neuss.
+.\" 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.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR 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 AUTHOR 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.
+.\"
+.\" $FreeBSD: ports/audio/mpegaudio/files/mpeg_musicout.1,v 1.2 1999/08/29 10:56:51 peter Exp $
+.Dd August 17, 1997
+.Dt MPEG_MUSICOUT 1
+.Os
+.Sh NAME
+.Nm mpeg_musicout
+.Nd MPEG/audio Layer 1 and Layer 2 encoder
+.Sh SYNOPSIS
+.Nm mpeg_musicout
+queries for all arguments, or
+.br
+.Nm mpeg_musicout
+.Op Fl A
+.br
+.Op Fl s Ar sb
+.br
+inputBS
+.br
+.Op Ar outPCM
+.br
+.Sh DESCRIPTION
+The encoder and decoder software are configured to output
+the coded audio bitstreams as a string of hexadecimal ascii
+characters. For greater compression efficiency, compile flag,
+BS_FORMAT, in common.h can be switched to configure the bitstream
+reading and writing routines to process raw binary bitstreams.
+.br
+The decoder program has a very crude implementation of bitstream
+synchword detection. It may not be able to correctly decode valid
+bitstreams which have false synchword patterns in the ancillary data
+portion of the bitstream.
+.Sh RESTRICTIONS
+The software implements levels I and II and psychophysical auditory
+models I and II as described in the ISO 3-11171 rev 1 standard.
+There are future plans to implement level III.
+.br
+The input/output audio data may either be headerless raw 16 bit data
+or alternatively an AIFF formatted file (Audio Interchange File Format)
+with certain limitations.
+.br
+For more information on the AIFF format see the postscript file
+/sgi/aiff-c.9.26.91.ps at the anonymous ftp site FTP.SGI.COM
+(192.48.153.1).
+.br
+The AIFF formatted file is a convenient way for storing sampling rate
+of the audio file.
+.br
+The encoder and decoder software are configured to output the coded
+audio bitstreams as a string of hexadecimal ascii characters.
+For greater compression efficiency, compile flag, BS_FORMAT,
+in common.h can be switched to configure the bitstream reading
+and writing routines to process raw binary bitstreams.
+.br
+This software has been run and verified on a large variety of
+computers and operating systems. In particular UNIX, MS_DOS (with
+MicroSoft C version 6), Macintosh, AIX Platform (RS6000) and Convex.
+.Sh OPTIONS
+.Bl -tag -width Ds
+.It Sy -A
+write an AIFF output PCM sound file
+.It Sy -s sb
+resynth only up to this sb (debugging only)
+.It Sy inputBS
+input bit stream of encoded audio
+.It Sy outPCM
+output PCM sound file (dflt inName+.dec)
+.Sh SEE ALSO
+.Xr mpeg_musicin 1
+.Sh HISTORY
+Written by Andreas Klemm, August 17, 1997
/
/ Stefan Bieschewski <stb@acm.org>
/
-/ $Id: decode_i586_.s,v 1.2 2005/05/31 22:13:24 rillig Exp $
+/ $Id: decode_i586_.s,v 1.1 1998/10/30 03:11:52 mycroft Exp $
/
.bss
.comm buffs,4352
--- /dev/null
+@comment $NetBSD$
+bin/mpg321
+man/man1/mpg321.1
--- /dev/null
+Oggasm is a program that makes converting your mp3 collection into oggs
+at all but painless process. Using oggenc and mpg321(or mpg123), with perl
+glueing it all together, oggasm is able to go through an entire collection,
+identify id3 tags and then convert those mp3s into oggs while keeping
+the id3 tags intact.
--- /dev/null
+@comment $NetBSD$
+bin/oggasm
+man/man1/oggasm.1
// -*- C++ -*-
-// $Id: id3lib_strings.h,v 1.5 2009/09/19 17:14:21 tnn Exp $
+// $Id: id3lib_strings.h,v 1.4 2006/09/23 13:26:24 wiz Exp $
// id3lib: a software library for creating and manipulating id3v1/v2 tags
// Copyright 1999, 2000 Scott Thomas Haug
--- /dev/null
+@comment $NetBSD$
+bin/wmmp3
+share/examples/sample.wmmp3
--- /dev/null
+WMsmixer is a hack to wmmixer which makes some changes to the
+display and adds a few new features, most notably scrollwheel
+support. It also includes a numeric volume indicator.
/
/ Stefan Bieschewski <stb@acm.org>
/
-/ $Id: decode_i586_.s,v 1.2 2005/05/31 21:47:48 rillig Exp $
+/ $Id: decode_i586_.s,v 1.1 2000/03/27 22:39:29 tron Exp $
/
.bss
.comm buffs,4352
#!/bin/sh
#
-# $Id: vipec.sh.in,v 1.1 2003/02/06 00:41:13 dmcmahill Exp $
+# $Id$
#
VIPECHOME=@prefix@/vipec
--- /dev/null
+@comment $NetBSD$
+bin/goofey
+man/man1/goofey.1
--- /dev/null
+This is a really simple module for communicating with a Goofey server.
+
+Goofey is a bit like IRC and a bit like ICQ and a bit like email, it's
+used mostly at Monash University. See the Goofey web page at:
+ http://www.cs.monash.edu.au/~tym/goofey.html
--- /dev/null
+Conserver is an application that allows multiple users to watch a
+serial console at the same time. It can log the data, allows users
+to take write-access of a console (one at a time), and has a variety
+of bells and whistles to accentuate that basic functionality.
+
+The idea is that conserver will log all your serial traffic so you
+can go back and review why something crashed, look at changes (if
+done on the console), or tie the console logs into a monitoring
+system (just watch the logfiles it creates).
+
+With multi-user capabilities you can work on equipment with others,
+mentor, train, etc.
+
+It also does all that client-server stuff so that, assuming you
+have a network connection, you can interact with any of the equipment
+from home or wherever.
--- /dev/null
+$NetBSD$
+
+--- conserver/Makefile.in.orig Wed May 8 14:04:24 2002
++++ conserver/Makefile.in
+@@ -53,7 +53,5 @@
+ $(INSTALL_PROGRAM) conserver $(DESTDIR)$(sbindir)
+ $(MKDIR) $(DESTDIR)$(mandir)/man8
+ $(INSTALL) conserver.man $(DESTDIR)$(mandir)/man8/conserver.8
+- $(MKDIR) $(DESTDIR)$(sysconfdir)
+- [ -f $(DESTDIR)$(sysconfdir)/conserver.rc ] || $(INSTALL) conserver.rc $(DESTDIR)$(sysconfdir)
+
+ .PHONY: clean distclean install
--- /dev/null
+A library to access GSM mobile phones through GSM modems. Features include:
+
+ * modification of phonebooks stored in the mobile phone or on the SIM card
+ * reading and writing of SMS messages stored in the mobile phone
+ * sending and reception of SMS messages
--- /dev/null
+ack is an Japanese code converter for EUC-JP, MS-Kanji code and ISO-2022-JP.
+It is compatible with JIS X 0201 katakana. It recognizes input code
+automatically, doesn't confuse for the katakana.
--- /dev/null
+@comment $NetBSD$
+bin/ack
+man/ja_JP.EUC/man1/ack.1
--- /dev/null
+$NetBSD$
+
+--- Makefile.orig Tue Jul 26 09:29:53 1994
++++ Makefile Fri Jan 1 21:08:42 1999
+@@ -1,14 +1,15 @@
+ #### ack 1993,94 H.Ogasawara (COR.)
+ ####
+ #### -- install directory
+-BINARY = /usr/local/bin
+-MANUAL = /usr/local/man/man1
++BINARY = ${PREFIX}/bin
++MANUAL = ${PREFIX}/man/ja_JP.EUC/man1
+
+ ####
+ #### -- UNIX
+ CC = cc
+-CFLAGS = -O -DDEFCODE=2 -DDEFJIS=2 -DENVACK=1
++#CFLAGS = -O -DDEFCODE=2 -DDEFJIS=2 -DENVACK=1
+ #CFLAGS = -O -DDEFCODE=1 -DDEFJIS=2 -DENVACK=1 -DLANGCHK=1 -DJCONVSW=1
++CFLAGS = -O -DDEFCODE=0 -DDEFJIS=2 -DENVACK=1 -DLANGCHK=1 -DJCONVSW=1
+ ####
+ #### -- Human68k
+ #CC = gcc
--- /dev/null
+AutoConvert is an intelligent Chinese Encoding converter.
+It uses built-in functions to judge the type of the input file's Chinese
+Encoding (such as GB/Big5/HZ), then converts the input file to any
+type of Chinese Encoding you want. You can use autoconvert to
+automatically convert incoming e-mail messages. It can also optionally
+handle the UNI/UTF7/UTF8 encoding.
--- /dev/null
+This program turns a tty session from one encoding to another.
+For example, running hztty on cxterm can allow you to read/write
+Chinese in HZ format, which was not supported by cxterm.
+If you have many applications in different encodings but your
+favor terminal program only supports one, hztty can make life easy.
+For example, hztty can convert your GB cxterm into a HZ terminal, a
+Unicode (16bit, or UTF8, or UTF7) terminal, or a Big5 terminal.
--- /dev/null
+@comment $NetBSD$
+bin/hztty
+man/man1/hztty.1
--- /dev/null
+@comment $NetBSD$
+bin/nkf
+man/man1/nkf.1
--- /dev/null
+Jcode.pm is a Perl module that handles various Japanese charsets.
+It has all features available on jcode.pl-2.10 PLUS
+
+ *Object-oriented approach on Japanese text handling
+ *mime header handling
+ *Unicode feature (UCS2 and UTF8)
+
+Detail: http://openlab.ring.gr.jp/Jcode/Jcode.html
--- /dev/null
+This package supports Python interfaces for conversions between
+Chinese and Unicode.
--- /dev/null
+Qkc is a kanji code converter capable of SHIFT-JIS, EUC and JIS.
+Unlike nkf, qkc can handle multiple files at a time. Qkc also has
+functionality to change end-of-line characters, ie, from CR+LF to LF,
+or to CR, and vice versa.
--- /dev/null
+@comment $NetBSD$
+bin/qkc
+man/ja_JP.EUC/man1/qkc.1
--- /dev/null
+Ruby/Romkan is a Romaji <-> Kana conversion library for Ruby. It can
+convert a Japanese Romaji string to a Japanese Kana string or vice versa.
--- /dev/null
+@comment $NetBSD$
+bin/tex2rtf
--- /dev/null
+Apache::AuthDBI.pm and Apache::DBI.pm are supposed to be used with
+the Apache server together with an embedded perl interpreter like
+mod_perl. They provide support for basic authentication and
+authorization as well as support for persistent database connections
+via Perl's Database Independent Interface (DBI).
-$NetBSD: patch-aa,v 1.1 2007/04/28 06:23:04 minskim Exp $
-
---- configure.in.orig 2005-05-05 12:24:29.000000000 -0700
-+++ configure.in
-@@ -164,7 +164,7 @@ dnl copy apr's rules.mk into our build d
+$NetBSD: patch-aa,v 1.3 2010/10/13 19:21:16 tron Exp $
+--- configure.orig 2010-10-01 14:56:47.000000000 +0300
++++ configure 2010-10-10 10:00:59.000000000 +0300
+@@ -33407,7 +33407,7 @@
if test ! -d ./build; then
$mkdir_p build
fi
-cp $APR_BUILD_DIR/apr_rules.mk $abs_builddir/build/rules.mk
+sed -e 's:^LIBTOOL=.*:LIBTOOL=$(WRAPPER_DIR)/bin/libtool:' -e "s:^LDFLAGS=.*:LDFLAGS=${LDFLAGS}:" $APR_BUILD_DIR/apr_rules.mk > $abs_builddir/build/rules.mk
- dnl
- dnl BSD/OS (BSDi) needs to use a different include syntax in the Makefiles
+ case "$host_alias" in
+ *bsdi* | BSD/OS)
+++ /dev/null
-$NetBSD: patch-ab,v 1.1 2007/04/28 06:23:05 minskim Exp $
-
---- configure.orig 2006-11-29 03:48:46.000000000 -0800
-+++ configure
-@@ -39658,7 +39658,7 @@ APRUTIL_LIBNAME="aprutil${libsuffix}"
- if test ! -d ./build; then
- $mkdir_p build
- fi
--cp $APR_BUILD_DIR/apr_rules.mk $abs_builddir/build/rules.mk
-+sed -e 's:^LIBTOOL=.*:LIBTOOL=$(WRAPPER_DIR)/bin/libtool:' -e "s:^LDFLAGS=.*:LDFLAGS=${LDFLAGS}:" $APR_BUILD_DIR/apr_rules.mk > $abs_builddir/build/rules.mk
-
- case "$host_alias" in
- *bsdi* | BSD/OS)
# $NetBSD: Makefile.in,v 1.16 2010/04/24 21:10:29 joerg Exp $
# @(#)Makefile 5.2 (Berkeley) 12/28/90
-# $Id: Makefile.in,v 1.17 2010/05/13 18:43:07 joerg Exp $
+# $Id: Makefile.in,v 1.16 2010/04/24 21:10:29 joerg Exp $
PROG= bmake
SRCS= arch.c buf.c compat.c cond.c dir.c for.c hash.c job.c main.c \
dnl RCSid:
-dnl $Id: aclocal.m4,v 1.3 2008/03/09 19:54:29 joerg Exp $
+dnl $Id: aclocal.m4,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $
dnl
dnl
# Simon J. Gerraty <sjg@crufty.net>
# RCSid:
-# $Id: boot-strap,v 1.8 2010/05/13 18:43:08 joerg Exp $
+# $Id: boot-strap,v 1.7 2010/04/24 21:10:29 joerg Exp $
#
# @(#) Copyright (c) 2001 Simon J. Gerraty
#
dnl
dnl RCSid:
-dnl $Id: configure.in,v 1.10 2010/04/20 13:37:49 joerg Exp $
+dnl $Id: configure.in,v 1.1.1.5 2010/04/20 13:32:23 joerg Exp $
dnl
dnl Process this file with autoconf to produce a configure script
dnl
#if defined(LIBC_SCCS) && !defined(lint)
/*static char *sccsid = "from: @(#)getenv.c 5.8 (Berkeley) 2/23/91";*/
-static char *rcsid = "$Id: getenv.c,v 1.2 2008/03/09 19:54:29 joerg Exp $";
+static char *rcsid = "$Id: getenv.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdlib.h>
#if defined(LIBC_SCCS) && !defined(lint)
/* static char sccsid[] = "from: @(#)getopt.c 8.2 (Berkeley) 4/2/94"; */
-static char *rcsid = "$Id: getopt.c,v 1.2 2008/03/09 19:54:29 joerg Exp $";
+static char *rcsid = "$Id: getopt.c,v 1.1.1.1 2005/12/02 00:02:59 sjg Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stdio.h>
#
# RCSid:
-# $Id: install-sh,v 1.2 2008/03/09 19:54:29 joerg Exp $
+# $Id: install-sh,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $
#
# @(#) Copyright (c) 1993 Simon J. Gerraty
#
# derrived from /etc/rc_d/os.sh
# RCSid:
-# $Id: machine.sh,v 1.2 2008/03/09 19:54:29 joerg Exp $
+# $Id: machine.sh,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $
#
# @(#) Copyright (c) 1994-2002 Simon J. Gerraty
#
#
# RCSid:
-# $Id: mkdeps.sh,v 1.2 2008/03/09 19:54:29 joerg Exp $
+# $Id: mkdeps.sh,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $
#
# @(#) Copyright (c) 1993 Simon J. Gerraty
#
# Simon J. Gerraty <sjg@crufty.net>
# RCSid:
-# $Id: os.sh,v 1.4 2010/04/20 13:37:49 joerg Exp $
+# $Id: os.sh,v 1.1.1.5 2010/04/20 13:32:18 joerg Exp $
#
# @(#) Copyright (c) 1994 Simon J. Gerraty
#
* SUCH DAMAGE.
*
* from: @(#)pathnames.h 5.2 (Berkeley) 6/1/90
- * $Id: pathnames.h,v 1.4 2009/09/18 21:27:25 joerg Exp $
+ * $Id: pathnames.h,v 1.3 2008/03/09 19:54:29 joerg Exp $
*/
#if HAVE_CONFIG_H
/* @(#)ranlib.h 1.6 88/08/19 SMI; from UCB 4.1 83/05/03 */
-/* $Id: ranlib.h,v 1.3 2008/03/09 19:54:29 joerg Exp $ */
+/* $Id: ranlib.h,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $ */
/*
* Structure of the __.SYMDEF table of contents for an archive.
-/* $Id: realpath.c,v 1.1.1.2 2010/04/24 20:33:57 joerg Exp $ */
+/* $Id: realpath.c,v 1.2 2010/04/21 17:47:49 sjg Exp $ */
/* from: $NetBSD: getcwd.c,v 1.45 2007/10/26 19:48:14 christos Exp $ */
/*
#if defined(LIBC_SCCS) && !defined(lint)
/*static char *sccsid = "from: @(#)setenv.c 5.6 (Berkeley) 6/4/91";*/
-static char *rcsid = "$Id: setenv.c,v 1.2 2008/03/09 19:54:29 joerg Exp $";
+static char *rcsid = "$Id: setenv.c,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $";
#endif /* LIBC_SCCS and not lint */
#include <stddef.h>
#if defined(LIBC_SCCS) && !defined(lint)
/*static char *sccsid = "from: @(#)sigcompat.c 5.3 (Berkeley) 2/24/91";*/
-static char *rcsid = "$Id: sigcompat.c,v 1.4 2009/09/18 21:27:25 joerg Exp $";
+static char *rcsid = "$Id: sigcompat.c,v 1.3 2008/03/09 19:54:29 joerg Exp $";
#endif /* LIBC_SCCS and not lint */
#undef signal
-# $Id: Makefile.in,v 1.6 2010/04/24 21:10:29 joerg Exp $
+# $Id: Makefile.in,v 1.5 2010/04/20 13:37:49 joerg Exp $
#
# $NetBSD: Makefile.in,v 1.5 2010/04/20 13:37:49 joerg Exp $
#
-# $Id: cond1,v 1.3 2008/11/11 14:37:06 joerg Exp $
+# $Id: cond1,v 1.1.1.2 2008/11/11 14:28:36 joerg Exp $
# hard code these!
TEST_UNAME_S= NetBSD
-# $Id: doterror,v 1.1.1.1 2010/04/20 13:32:42 joerg Exp $
+# $Id: doterror,v 1.1.1.1 2010/04/08 17:43:00 sjg Exp $
.BEGIN:
-# $Id: error,v 1.1.1.1 2010/04/20 13:32:42 joerg Exp $
+# $Id: error,v 1.1.1.1 2010/04/08 17:43:00 sjg Exp $
.info just FYI
.warning this could be serious
-# $Id: export,v 1.1.1.3 2009/09/18 20:55:34 joerg Exp $
+# $Id: export,v 1.1.1.1 2007/10/08 20:30:12 sjg Exp $
UT_TEST=export
UT_FOO=foo${BAR}
-# $Id: export-all,v 1.1.1.4 2010/04/24 20:34:05 joerg Exp $
+# $Id: export-all,v 1.1.1.2 2010/04/21 04:26:14 sjg Exp $
UT_OK=good
UT_F=fine
-# $Id: forsubst,v 1.1.1.1 2010/04/20 13:32:42 joerg Exp $
+# $Id: forsubst,v 1.1.1.1 2009/10/07 18:53:35 sjg Exp $
all: for-subst
-# $Id: moderrs,v 1.1.1.3 2009/09/18 20:55:34 joerg Exp $
+# $Id: moderrs,v 1.2 2006/05/11 18:53:39 sjg Exp $
#
# various modifier error tests
-# $Id: modmisc,v 1.1.1.4 2010/04/24 20:34:05 joerg Exp $
+# $Id: modmisc,v 1.1.1.4 2010/04/23 21:58:56 sjg Exp $
#
# miscellaneous modifier tests
-# $Id: modword,v 1.2 2008/03/09 19:54:29 joerg Exp $
+# $Id: modword,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $
#
# Test behaviour of new :[] modifier
-# $Id: posix,v 1.2 2008/03/09 19:54:29 joerg Exp $
+# $Id: posix,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $
all: x plus subs err
-# $Id: qequals,v 1.1.1.3 2009/09/18 20:55:34 joerg Exp $
+# $Id: qequals,v 1.1.1.1 2008/03/31 00:13:05 sjg Exp $
M= i386
V.i386= OK
-# $Id: unexport,v 1.1.1.1 2010/04/20 13:32:42 joerg Exp $
+# $Id: unexport,v 1.1.1.1 2009/11/19 00:31:11 sjg Exp $
# pick up a bunch of exported vars
.include "export"
-# $Id: unexport-env,v 1.1.1.1 2010/04/20 13:32:42 joerg Exp $
+# $Id: unexport-env,v 1.1.1.1 2009/11/19 00:31:11 sjg Exp $
# pick up a bunch of exported vars
.include "export"
-# $Id: varcmd,v 1.3 2008/11/11 14:37:06 joerg Exp $
+# $Id: varcmd,v 1.1.1.2 2008/11/11 14:28:36 joerg Exp $
#
# Test behaviour of recursive make and vars set on command line.
/*
* Missing stuff from OS's
*
- * $Id: util.c,v 1.7 2010/05/13 18:43:08 joerg Exp $
+ * $Id: util.c,v 1.6 2010/04/20 13:37:49 joerg Exp $
*/
#include "make.h"
*/
/*
* RCSid:
- * $Id: wait.h,v 1.2 2008/03/09 19:54:29 joerg Exp $
+ * $Id: wait.h,v 1.1.1.1 2005/12/02 00:03:00 sjg Exp $
*
* @(#)Copyright (c) 1994, Simon J. Gerraty.
*
:
-# $Id: import-bmake-sh,v 1.2 2007/10/09 19:19:08 martti Exp $
+# $Id: import-bmake-sh,v 1.1 2005/12/02 00:14:56 sjg Exp $
# Nice and simple, but make sure it is done consistently...
# Simply unpack bmake-<version>.tar.gz
-# $Id: Makefile,v 1.14 2009/11/12 05:40:36 obache Exp $
+# $Id: Makefile,v 1.13 2008/06/12 13:37:19 abs Exp $
VERSION=1.14
-# $Id: cpuflags.mk,v 1.20 2009/01/28 23:30:50 abs Exp $
+# $Id: cpuflags.mk,v 1.19 2009/01/20 17:26:21 abs Exp $
# Makefile include fragment to simplify use of cpuflags in pkgsrc
# abs@absd.org - freely distributable, no warrenties, stick no bills.
-# $Id: optimize_gcc.mk,v 1.36 2009/04/21 16:47:48 tnn Exp $
+# $Id: optimize_gcc.mk,v 1.35 2007/09/20 10:19:03 abs Exp $
# This file is 'experimental' - which is doublespeak for unspeakably
# ugly, and quite broken by design.
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: cvsdiff2patch.c,v 1.1.1.1 2007/11/29 10:11:13 bjs Exp $
+ * $Id: cvsdiff2patch.c,v 1.1 2003/06/06 16:56:08 bright Exp $
*/
/*
--- /dev/null
+This package contains a library of functions which are found
+useful in daily programming. They are used by most of the other
+BEGEMOT packages.
#!/bin/sh
-# $Id: makeme,v 1.3 2006/01/15 17:50:53 joerg Exp $
+# $Id: makeme,v 1.2 2005/04/06 15:48:17 epg Exp $
# This hack won't work for every trick you can play with /usr/msrc.
# If the Distfile sends different files to the various platforms, or
# builds a file on the meta source machine with a special tool or
--- /dev/null
+The itools-R6.3 distribution contains imake, X11 configuration files,
+makedepend, xmkmf, mkdirhier, imboot, msub, and imdent.
+
+nbitools-R6.3 is rearchived with NetBSD-current/xsrc.
--- /dev/null
+PCL-CVS is a front-end to CVS. It integrates the most
+frequently used CVS commands into emacs.
+
+For VC users, PCL-CVS can be thought of as a VC-dired specially designed
+for CVS. PCL-CVS is not a replacement for VC and is supposed to interact well
+with it. It provides a global view of your project and allows execution
+of cvs commands on several files at a time.
- use _fdopen instead of fdopen for MSC >= 6.0 (Thomas Fanslau)
- added makelcc.bat for lcc-win32 (Tom St Denis)
- in Makefile.dj2, use copy and del instead of install and rm (Frank Donahoe)
-- Avoid expanded $Id: ChangeLog,v 1.1.1.1 2007/08/02 13:19:54 joerg Exp $. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.
+- Avoid expanded $Id$. Use "rcs -kb" or "cvs admin -kb" to avoid Id expansion.
- check for unistd.h in configure (for off_t)
- remove useless check parameter in inflate_blocks_free
- avoid useless assignment of s->check to itself in inflate_blocks_new
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id: adler32.c,v 1.1.1.1 2007/08/02 13:19:52 joerg Exp $ */
+/* @(#) $Id$ */
#define ZLIB_INTERNAL
#include "zlib.h"
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id: compress.c,v 1.1.1.1 2007/08/02 13:19:52 joerg Exp $ */
+/* @(#) $Id$ */
#define ZLIB_INTERNAL
#include "zlib.h"
* factor of two increase in speed on a Power PC G4 (PPC7455) using gcc -O3.
*/
-/* @(#) $Id: crc32.c,v 1.1.1.1 2007/08/02 13:19:52 joerg Exp $ */
+/* @(#) $Id$ */
/*
Note on the use of DYNAMIC_CRC_TABLE: there is no mutex or semaphore
*
*/
-/* @(#) $Id: deflate.c,v 1.1.1.1 2007/08/02 13:19:52 joerg Exp $ */
+/* @(#) $Id$ */
#include "deflate.h"
subject to change. Applications should only use zlib.h.
*/
-/* @(#) $Id: deflate.h,v 1.1.1.1 2007/08/02 13:19:52 joerg Exp $ */
+/* @(#) $Id$ */
#ifndef DEFLATE_H
#define DEFLATE_H
* Compile this file with -DNO_GZCOMPRESS to avoid the compression code.
*/
-/* @(#) $Id: gzio.c,v 1.1.1.1 2007/08/02 13:19:52 joerg Exp $ */
+/* @(#) $Id$ */
#include <stdio.h>
* Addison-Wesley, 1983. ISBN 0-201-06672-6.
*/
-/* @(#) $Id: trees.c,v 1.1.1.1 2007/08/02 13:19:53 joerg Exp $ */
+/* @(#) $Id$ */
/* #define GEN_TREES_H */
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id: uncompr.c,v 1.1.1.1 2007/08/02 13:19:53 joerg Exp $ */
+/* @(#) $Id$ */
#define ZLIB_INTERNAL
#include "zlib.h"
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id: zconf.h,v 1.1.1.1 2007/08/02 13:19:53 joerg Exp $ */
+/* @(#) $Id$ */
#ifndef ZCONF_H
#define ZCONF_H
* For conditions of distribution and use, see copyright notice in zlib.h
*/
-/* @(#) $Id: zutil.c,v 1.1.1.1 2007/08/02 13:19:54 joerg Exp $ */
+/* @(#) $Id$ */
#include "zutil.h"
subject to change. Applications should only use zlib.h.
*/
-/* @(#) $Id: zutil.h,v 1.1.1.1 2007/08/02 13:19:54 joerg Exp $ */
+/* @(#) $Id$ */
#ifndef ZUTIL_H
#define ZUTIL_H
www/apache-tomcat6: security update
Pullup ticket #3232 - requested by tron
net/wireshark: security update
+Pullup ticket #3236 - requested by taca
+www/typo3: security update
-$Id: README,v 1.2 2007/05/12 13:17:31 wiz Exp $
+$Id: README,v 1.1 2006/01/11 22:39:49 rillig Exp $
The pkgsrc guide is written in DocBook, which is an SGML schema for
writing technical documentation. A reference of the valid XML tags can
--- /dev/null
+Generator is an open source emulator designed to emulate the Sega
+Genesis / Mega Drive console, a popular games machine produced in the
+early 1990s. It is a portable program written in C and has been
+ported to the Amiga, Macintosh, Windows and even pocket PCs such as
+the iPAQ and Cassiopeia. Natively it compiles under unix for X
+Windows with either tcl/tk or gtk/SDL, for svgalib and even
+cross-compiles to DOS with djgpp/allegro.
+
+Generator uses its own custom 68000 processor emulation which is
+designed for dynamic recompilation, and uses techniques from this such
+as block-marking, flag calculation removal, operand pre-calculation,
+endian pre-conversion etc. There are approximately 1600 C routines
+generated by the first stage of compilation to cope with the 67
+instruction families. These routines are used as a 'backup' when
+dynamic recompilation isn't supported on your platform or the
+recompiler doesn't support a particular instruction. The CPU engine
+is by all accounts very fast, whatever the mode.
+
+There is a 'test' recompiler written for the ARM processor, but it is
+no longer supported. If someone with assembler knowledge wants to put
+the effort into writing a recompiling back-end for a processor (and it
+really is major effort), let me know - particularly if you know i386.
-# $Id: Makefile.multinode-NetBSD,v 1.3 2006/07/06 21:14:19 jlam Exp $
+# $Id: Makefile.multinode-NetBSD,v 1.2 2006/01/01 13:48:45 xtraeme Exp $
# Source: http://mail-index.NetBSD.org/netbsd-help/2005/03/25/0005.html
#
# Starts up two qemu instances and networks bridges them to the local
--- /dev/null
+Four high-quality Chinese TrueType fonts generously provided by Arphic
+Technology to the Free Software community under the "Arphic Public License".
+See ARPHICPL.TXT for details.
--- /dev/null
+This is a collection of TrueType fonts which be created for fun. You can
+use them for free to do anything you want, you just can't take the fonts
+and resell them (on a CD, for instance). Read the readme.txt if you're not
+sure what this means.
--- /dev/null
+This is a short python utility to assist people in de-uglification of
+their TrueType fonts. Basically, creates a fonts.alias file from the
+fonts.dir file found in the directory.
--- /dev/null
+@comment $NetBSD$
+bin/mkfontalias
--- /dev/null
+$NetBSD$
+
+--- mkfontalias.py.orig Mon May 13 23:10:34 2002
++++ mkfontalias.py
+@@ -16,7 +16,7 @@
+ # --
+ import sys, string, os
+
+-_font_sizes = range(6, 16) + [ 18, 24 ]
++_font_sizes = range(6, 13) + [ 14, 16, 18, 20, 22, 24, 26, 28, 36, 48, 72 ]
+ _infile = 'fonts.dir'
+ _outfile = 'fonts.alias'
+
+@@ -67,13 +67,8 @@
+ sys.stderr.write ( 'Invalid font: %s\n' % (font) )
+ sys.exit(1)
+
+- name = entries[2]
+-
+- map = _font_map.get ( name, None )
+-
+- if map:
+- # Create a bunch of aliases, for each size
+- for size in _font_sizes:
++ # Create a bunch of aliases, for each size
++ for size in _font_sizes:
+ # Do the 'cheating' - fallback to size if not in the cheat map
+ real_size = _cheat_map.get ( size, size )
+
+@@ -81,7 +76,7 @@
+ str(real_size * 10) ] +
+ entries[9:], '-' )
+
+- alias = string.join ( entries[:2] + [map] + entries[3:7] +
++ alias = string.join ( entries[:3] + entries[3:7] +
+ [ str(size), str(size * 10) ] +
+ _res + entries[11:], '-' )
+
--- /dev/null
+Ancient Domains of Mystery (ADOM for short) is a rogue-like game
+which means that it is a single-user game featuring the exploration of
+a dungeon complex. You control a fictional character described by
+race, class, attributes, skills, and equipment. This fictional
+character is trying to achieve a specific goal (see below) and succeed
+in a difficult quest. To fulfill the quest, you have to explore
+previously undiscovered tunnels and dungeons, fight hideous monsters,
+uncover long forgotten secrets, and find treasures of all kind.
--- /dev/null
+A Rick Dangerous (TM) clone, a famous platform game many moons ago.
+Legal status is a bit shrouded. From the enclosed README:
+
+** IMPORTANT NOTE **********************************************************
+
+I have written the xrick code. However, graphics and maps and sounds
+are by the authors of the original Rick Dangerous game, and "Rick
+Dangerous" remains a trademark of its owner(s) -- maybe Core Design
+(who wrote the game) or FireBird (who published it). I have not been
+successful at contacting Core Design.
+
+# Make a libtool archive
+
-+# $Id: patch-ah,v 1.1 2005/06/23 04:02:48 jlam Exp $
++# $Id$
+
+#--common--------------------------------------------------------------
+
#!/bin/sh
#
-# $Id: mkpthelpers.sh,v 1.1 2003/04/20 06:58:20 rh Exp $
+# $Id$
#
# This script creates a Helpers directory in the current directory.
# It will also create a Script.txt if it doesn't exist yet.
#!/bin/sh
#
-# $Id: ptfile.sh,v 1.2 2003/04/20 06:58:20 rh Exp $
+# $Id: ptfile.sh,v 1.1.1.1 2003/04/19 07:55:34 rh Exp $
#
export CLASSPATH=@@prefix@@/share/PanoTools:${CLASSPATH}
export JAVA_HOME=@@javahome@@
#!/bin/sh
-# $Id: getsite.sh,v 1.1.1.1 2002/02/13 09:10:10 abs Exp $
+# $Id$
#
# Determine the correct BASE URL from which to download $DISTFILE
--- /dev/null
+Quick Image Viewer is a very small and pretty fast Gdk/Imlib image viewer.
-# $Id: hacks.mk,v 1.2 2007/01/27 04:20:39 dmcmahill Exp $
+# $Id: hacks.mk,v 1.1 2007/01/15 23:04:24 dmcmahill Exp $
.if !defined(FOO_TGIF_MK)
TGIF_HACKS_MK= defined
--- /dev/null
+Chinput is a Chinese input server. It supports XIM(X Input Method)
+Protocol and its own protocol for Chinese platform. XIM is the
+standard input protocol for DBCS input in X11. All the clients can
+use it if they support XIM. Chinput now use the input engine(IME)
+from Unicon, and it can support both GB and Big5 charset.
--- /dev/null
+Kinput2 is an input server for X11 applications that want Japanese
+text input.
+
+A client that wants kana-kanji conversion service for Japanese text
+sends a request to kinput2. Kinput2 receives the request, does
+kana-kanji conversion, and sends the converted text back to the
+client.
+
+The port supports Wnn4. Egg key binding is available,
+if you run
+
+kinput2 -ccdef ccdef.kinput2.egg
--- /dev/null
+XCOMM Each parameter in this file is explained in the original
+XCOMM Kinput2.conf (probably Kinput2.conf.org)
+
+XCOMM Redefine $(IMAKE_CMD) for FreeBSD ports (by S. Taoka)
+
+IMAKE_CMD = $(IMAKE) -DUseInstalled -I$(IRULESRC) $(IMAKE_DEFINES) $(PORT_IMAKE_DEFINES)
+
+CCDEF_DIR = $(LIBDIR)/ccdef
+
+WNNSRC = port_WNNSRC
+WNNINCDIR = port_WNNINCDIR
+WNNLIB = port_WNNLIB
+
+CANNAINSTDIR = port_CANNAINSTDIR
+CANNASRC = port_CANNASRC
+CANNALIB = port_CANNALIB
+
+SJ3DEF_DIR = $(LIBDIR)/sj3def
+SJ3SRC = port_SJ3SRC
+SJ3LIB = port_SJ3LIB
+
+TRANSPORTDEFS =
--- /dev/null
+After its pioneering work on Chinese i18n/l10n issues, TaBE Project extends its
+goal to more general Chinese language processing issues on computer systems.
+
+libtabe, the latest work made available by the Project, is a library which
+provides useful Chinese functions/routines that deal with many fundamental
+elements such as pronunciation(BoPoMoFo), character frequency, word
+identification, word frequency. It also comes with a free word database
+consists of more than 130,000 words.
--- /dev/null
+ skkfep is a SKK-like Kana-to-Kanji FrontEnd Processor. It works
+on terminals and realizes SKK-like conversion without emacs.
+
+Features:
+ - realize SKK-like Kana/Kanji user interface on terminals,
+ - shares private and common dictionaries with SKK,
+ - word registration is not currently supported.
--- /dev/null
+ skkinput is an X11 frontend of SKK (Simple Kana to Kanji conversion).
+It behaves as a kana-kanji conversion server of kinput, kinput2, and Ximp
+protocols and X11R6 X Input Method. It makes use of skkserv to access
+the common dictionary.
--- /dev/null
+ skkserv is a dictionary server for SKK (Simple Kana to
+Kanji conversion) programs, including skk.el (Emacs Lisp),
+skkfep (tty-based frontend), and skkinput (X11 frontend).
+
+ This package also contains manipulation tools of
+SKK-format dictionaries.
--- /dev/null
+The Unicon project intend to implement display/input CJK
+(Chinese/Japanese/Korean) characters under the Framebuffer under
+Linux.
+
+This package will install the libraries and modules for Chinput.
--- /dev/null
+XCIN is an XIM (X Input Method) server which is widely used in Taiwan to
+perform Chinese input under X Window system. It is originally developed
+by Edward Der-Hua Liu (Oct. 1994) and many other programmers in early
+days; while now it is supported by the XCIN Project.
-- S p e c --
-- (Default Version) --
-- --
--- $Revision: 1.1 $
+-- $Revision: 1.40 $
-- --
-- Copyright (C) 1992-2000 Free Software Foundation, Inc. --
-- --
--- /dev/null
+This package is multi-byte extented GNU AWK.
+Supported multi-byte codes are EUC/Shift-JIS/UTF8 code.
+
+Multi-byte code by WILLs(Katsuyuki Okabe, hgc02147@nifty.ne.jp)
+and t^2(Takahiro Tanimoto, NBC02362@niftyserve.or.jp).
#!@SH@
#
-# $Id: pear.sh,v 1.3 2009/10/29 08:29:03 seb Exp $
+# $Id: pear.sh,v 1.2 2008/12/20 14:42:50 adrianp Exp $
# first find which PHP binary to use
if test "x$PHP_PEAR_PHP_BIN" != "x"; then
-/* $Id: shlib.pl,v 1.1.1.1 2004/05/20 11:09:17 hubertf Exp $
+/* $Id: shlib.pl,v 1.1 2004/04/23 20:34:57 hubertf Exp $
Part of SWI-Prolog
RSA Data Security, Inc. MD4 Message-Digest Algorithm
RSA Data Security, Inc. MD5 Message-Digest Algorithm
-$Id: 3proxy-0.5-license,v 1.1 2008/02/27 16:14:43 apb Exp $
+$Id: License,v 1.1.1.1 2004/06/25 17:32:54 vlad Exp $
#
# Public Release 3
#
-# $Id: gated-license,v 1.1 2007/04/24 14:49:34 gdt Exp $
+# $Id: Licensing,v 1.4 1999/02/17 23:25:03 cwr Exp $
#
# ------------------------------------------------------------------------
#
THE END
-$Id: morganstanley-license,v 1.1 2005/08/15 01:51:14 erh Exp $
+$Id: LICENSE,v 1.1 1999/11/23 18:11:55 desimr Exp desimr $
(c) 1999 Morgan Stanley Dean Witter and Co.
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-$Revision: 1.1 $, Last updated $Date: 2006/06/03 09:50:15 $
+$Revision: 8.13 $, Last updated $Date: 2004/05/11 23:57:57 $
WITHOUT LIMITATION NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-$Revision: 1.1 $ $Date: 2007/08/10 15:52:15 $
+$Revision: 1.1 $ $Date: 2005/05/20 21:58:50 $
- $Revision: 1.1 $
+ $Revision: 1.5 $
Copyright (c) 1992-1998 Michael A. Cooper.
This software may be freely used and distributed provided it is not
--- /dev/null
+This is the MH mail user agent (reader/sender) with Japanese patches,
+a command line based mail reader that is powerful and extensible. MH
+is an excellent choice for people who receive and process a LOT of mail.
--- /dev/null
+Mailsync is a way of synchronizing a collection of mailboxes. The algorithm is
+a 3-way diff. Two mailboxes are simultaneously compared to a record of the
+state of both mailboxes at last sync. New messages and message deletions are
+propagated between the two mailboxes. If you're familiar with CVS, it's the
+same principle, except there's no opportunity for conflicts.
--- /dev/null
+The Solid POP3 Server is an implementation of a Post Office Protocol
+version 3 server that has flexibility as its main goal. The server is
+easily configurable and has support for few features such as APOP
+authentication scheme, virtual hosting, maildir and mailbox handling,
+bulletins and expiration of messages. Each user can specify position and
+type of his maildrop.
+ * AUTHOR: Isidor Kouvelas
+ * MODIFIED: Colin Perkins
+ *
-+ * $Revision: 1.5 $
-+ * $Date: 1998/11/05 02:46:09 $
++ * $Revision: 1.4 $
++ * $Date: 1998/09/13 17:06:09 $
+ *
+ * Copyright (c) 1995,1996 University College London
+ * All rights reserved.
--- /dev/null
+Meta-package that includes all packages needed for capturing video
+with bktr(4).
--- /dev/null
+@comment $NetBSD$
+bin/jless
+bin/jlesskey
+bin/jlessecho
+man/man1/jless.1
+man/man1/jlesskey.1
--- /dev/null
+Japanese on-line manual pages of NetBSD, and
+jman to format and display pages including Japanese code correctly.
+
+Translated by "NetBSD Japanese online manuals TEAM".
+If you have any comment, or if you will help this project,
+contact with <jman@spa.is.uec.ac.jp>,
+If you find any bug, contact with <jman-bugs@spa.is.uec.ac.jp>.
--- /dev/null
+@comment $NetBSD$
+man/${JAMANDIR}/cat1/loadfont.cat1
+man/${JAMANDIR}/cat1/loadkmap.cat1
+man/${JAMANDIR}/cat1/palette.cat1
+man/${JAMANDIR}/cat1/tvctrl.cat1
+man/${JAMANDIR}/man1/loadfont.1
+man/${JAMANDIR}/man1/loadkmap.1
+man/${JAMANDIR}/man1/palette.1
+man/${JAMANDIR}/man1/tvctrl.1
--- /dev/null
+@comment $NetBSD$
+bin/jhd
+man/ja_JP.EUC/man1/jhd.1
--- /dev/null
+MOLDEN is a package for displaying molecular density. It is tuned to
+the Ab Initio packages GAMESS* and GAUSSIAN. It can read all the
+information it needs from a GAMESS or GAUSSIAN outputfile. In this
+form it has been running on a CONVEX C-120, an APOLLO DN10000, an
+IRIS 4D/70GT, a DECSTATION 5000 and a SUN, and in slightly adapted
+versions on a VAX and a CRAY-YMP. It should run smoothly on most
+Unix machines. See section INSTALLATION GUIDE on how to install
+MOLDEN. (* The GAMESS version referred to here is the european
+version maintaned by M.F. Guest et al not to be confused with the
+american version maintained by M.W. Schmidt et al)
+
+/***************************************************************************
+ Copyright (C) 1991 Gijs Schaftenaar
+
+ Permission to use, copy this software and its documentation
+ for private use is hereby granted to non profit organisations.
+
+ This software is provided "as is" without express or implied warranty.
+
+ Please cite the author in any work based on this material.
+
+ ***************************************************************************
--- /dev/null
+$NetBSD$
+
+--- Makefile.orig Wed Sep 16 13:08:01 1998
++++ Makefile
+@@ -54,7 +54,7 @@
+ #
+ #LIBS= -lsocket -lnsl
+ #
+-CC=gcc -g
++CC=gcc -D__STRICT_BSD__ -DPREFIX=\"${PREFIX}\"
+ all: xjdic_sa xjdic_cl xjdserver xjdxgen exjdxgen
+ client: xjdic_cl
+ server: xjdserver
--- /dev/null
+Yrolo is a Rolodex (TM) like software for maintainting database of
+people's name, phone no, email etc.
-# $Id: parallel.txt,v 1.7 2006/12/15 12:46:24 martti Exp $
+# $Id: parallel.txt,v 1.6 2005/12/06 08:25:18 rillig Exp $
#
These are my (<dmcmahill>) thoughts on how one would want a parallel
#!/bin/sh
#
-# $Id: wfcmgr,v 1.4 2008/02/29 16:41:44 sborrill Exp $
+# $Id: wfcmgr,v 1.3 2007/01/19 23:36:17 dmcmahill Exp $
ICAROOT=DESTINATION
export ICAROOT
#!/bin/sh
#
-# $Id: wfica,v 1.3 2008/02/29 16:41:44 sborrill Exp $
+# $Id: wfica,v 1.2 2007/01/19 23:36:17 dmcmahill Exp $
#
ICAROOT=DESTINATION
--- /dev/null
+eDonkey2000 doesn't rely on one central server yet searches are
+quick and your client doesn't get bogged down with endless search
+requests. You have the ability to search all the files being shared
+anywhere on the eDonkey2000 network.
+
+It allows you to transfer any type of file. It automatically resumes
+interrupted transfers from alternate sources. It even introduces
+ways to share a whole collection of files together so you can be
+sure to get all the songs in an album or all pieces of a movie.
+Users will be able to download a file from multiple sources at the
+same time thus insuring that transfers will be as fast as possible.
--- /dev/null
+GNet is a simple network library. It is written in C, object-oriented,
+and built upon GLib. It is intended to be small, fast, easy-to-use,
+and easy to port. GNet comes with documentation and examples.
--- /dev/null
+Pavel occasionally extracts a useful subset of the LambdaMOO (the site)
+database, which can then be fetched by others and used to start a new
+server running LambdaMOO (the software). This starting database is
+called "LambdaCore". (Often people on LambdaMOO and other MOOs will
+refer to this part of the database as simply "the core".) It includes
+utility objects for manipulating strings and other data, generic
+classes for users and rooms and so on, objects that provide access to
+Gopher and other Internet services, a mail/newsgroup system, an
+extensive help system, and, well, generally a lot of stuff.
--- /dev/null
+Documentation for lambdamoo.
--- /dev/null
+LambdaMOO is a network-accessible, multi-user, programmable, interactive
+system well-suited to the construction of text-based adventure games,
+conferencing systems, and other collaborative software.
-$Id: DESCR,v 1.3 2005/05/23 08:26:12 rillig Exp $
+$Id: DESCR,v 1.2 2003/05/06 17:42:12 jmmv Exp $
This distribution of the Multi-threaded Routing Toolkit includes
routing daemons, programming libraries and Internet
*/
/*
- * $Id: os-dragonfly.h,v 1.1 2006/03/23 13:41:41 joerg Exp $
+ * $Id: os-netbsd.h,v 1.6 2001/03/12 18:16:18 kim Exp $
* @(#)os-netbsd.h
*/
--- /dev/null
+"rootprobe" is a program which measures the response time of the DNS root
+name servers. This program was developed to collect measurement data from
+many locations around the world.
+
+Our goal is to collect measurement data to understand the current status
+of the root servers. (e.g., analyzing the performance and stability of the
+servers, identifying under-served regions.)
+The data will be a basis for discussions on various issues such as
+ - how to improve the root server system as a whole
+ - possible future reconfiguration of the root servers
+The results will be reported to the ICANN DNS Root Server System Advisory
+Committee. The data is used only for a research purpose.
+
+We are looking for volunteers to collect data, especially from
+developing countries.
--- /dev/null
+Sipcalc is an ip subnet calculator. Features include:
+- IPv4
+ * Retrieving of address information from interfaces.
+ * Classfull and CIDR output.
+ * Multiple address and netmask input and output formats (dotted
+ quad, hex, number of bits).
+ * Output of broadcast address, network class, Cisco wildcard, hosts/range,
+ network range.
+ * The ability to "split" a network based on a smaller netmask, now also with
+ recursive runs on the generated subnets. (also IPv6)
+- IPv6
+ * Compressed and expanded input and output addresses.
+ * Standard IPv6 network output.
+ * v4 in v6 output.
+ * Reverse DNS address generation.
AC_INIT([tnftp], [20070806], [lukem@NetBSD.org])
AC_PREREQ([2.61])
-AC_REVISION([$Revision: 1.1.1.1 $])
+AC_REVISION([$Revision: 1.11 $])
AS_SHELL_SANITIZE
-# $Id: exports,v 1.1.1.1 2008/01/17 03:29:16 tnn Exp $
+# $Id: $
#
# Please note that this file uses Linux exports(5) syntax, not BSD syntax.
# See unfsd(8) or exports(5) on a Linux system for more examples.
--- /dev/null
+cg is a semi-automatic newsgroup binary downloader. It assembles
+parts based on subject headers and then offers them in an editor for
+the user to choose which files he really wants.
+
+It supports decoding data in the following formats:
+ uuencode (both single- and multi-posting binaries)
+ MIME (multipart/mixed, message/partial;
+ base64, quoted printable, x-uuencode)
+ yEnc
--- /dev/null
+Leafnode is a USENET software package designed for small sites, with a
+few tens of readers and only a slow link to the net.
+
+Only groups that someone has been reading in the past week are fetched
+from the upstream NNTP server. When someone stops reading a group,
+fetchnews will stop reading that group a week later (this is the default
+which can be configured), and when someone starts reading a group, fetchnews
+will grab all the articles it can in that group the next time it runs.
# Create an initial buildlink3.mk from a package's Makefile and PLIST
#
-REV=`echo '$Revision: 1.35 $' | sed 's/\\$//g'`
+REV=`echo '$Revision: 1.34 $' | sed 's/\\$//g'`
tmpdir=/tmp
spacesintab=8
makefile=Makefile
# in a base package
#
-REV=`echo '$Revision: 1.3 $' | sed 's/\\$//g'`
+REV=`echo '$Revision: 1.2 $' | sed 's/\\$//g'`
CURDIR=`pwd | sed 's|^.*/\([^/]*/[^/]*\)$|\1|'`
PLIST=PLIST
MDFLAG=true
-# $Id: Makefile.in,v 1.5 2007/07/03 18:54:02 joerg Exp $
+# $Id: Makefile.in,v 1.5 2007/07/03 18:49:46 joerg Exp $
@SET_MAKE@
SHELL = @SHELL@
-dnl $Id: aclocal.m4,v 1.2 2006/03/01 16:44:28 joerg Exp $
+dnl $Id: aclocal.m4,v 1.1 2002/12/21 04:06:13 schmonz Exp $
dnl From heimdal sources
dnl Id: c-attribute.m4,v 1.5 2004/08/26 12:35:41 joda Exp
-dnl $Id: configure.ac,v 1.16 2009/05/09 01:45:10 joerg Exp $
+dnl $Id: configure.ac,v 1.15 2008/05/11 18:39:21 joerg Exp $
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
AC_INIT([nbsd-digest],[20080510],[agc@netbsd.org])
# Created: 1993-05-16
# Public domain
-# $Id: mkinstalldirs,v 1.1 2002/12/21 04:06:15 schmonz Exp $
+# $Id: mkinstalldirs,v 1.1.1.1 2002/09/19 10:44:29 agc Exp $
errstatus=0
-/* $Id: glob.h,v 1.3 2004/08/16 17:24:57 jlam Exp $ */
+/* $Id: glob.h,v 1.2 2003/12/19 22:16:14 grant Exp $ */
/* from NetBSD: glob.h,v 1.13 2001/03/16 21:02:42 christos Exp */
/*
-/* $Id: netdb.h,v 1.1 2008/10/06 12:36:20 joerg Exp $ */
+/* $Id: fake-rfc2553.h,v 1.16 2008/07/14 11:37:37 djm Exp $ */
/*
* Copyright (C) 2000-2003 Damien Miller. All rights reserved.
#!@SH@ -e
#
-# $Id: pkg_chk.sh,v 1.65 2009/07/22 21:56:13 sketch Exp $
+# $Id: pkg_chk.sh,v 1.64 2009/05/04 22:45:16 abs Exp $
#
# TODO: Make -g check dependencies and tsort
# TODO: Make -g list user-installed packages first, followed by commented
/* install-info -- create Info directory entry(ies) for an Info file.
- $Id: install-info.c,v 1.1.1.1 2003/06/09 22:16:15 seb Exp $
+ $Id: install-info.c,v 1.7 2003/01/19 18:46:51 karl Exp $
Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software
Foundation, Inc.
/* system.h: system-dependent declarations; include this first.
- $Id: system.h,v 1.1.1.1 2003/06/09 22:16:11 seb Exp $
+ $Id: system.h,v 1.4 2002/10/31 13:44:06 karl Exp $
Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Free Software
Foundation, Inc.
/* xexit.c -- exit with attention to return values and closing stdout.
- $Id: xexit.c,v 1.1.1.1 2003/06/09 22:16:11 seb Exp $
+ $Id: xexit.c,v 1.1 2002/08/25 23:38:38 karl Exp $
Copyright (C) 1999 Free Software Foundation, Inc.
#
# $ pkg_notify category/package
#
-# $Id: pkg_notify,v 1.1 2009/02/18 21:23:21 imil Exp $
+# $Id: pkg_notify,v 1.20 2005/01/05 13:36:23 imil Exp $
use Net::FTP;
use LWP::UserAgent;
#! @SH@
#
-# $Id: pkg_tarup,v 1.23 2009/11/05 16:22:47 joerg Exp $
+# $Id: pkg_tarup,v 1.22 2008/02/12 15:03:29 rillig Exp $
#
# Tar up installed package
#
-# $Id: Makefile.in,v 1.1 2004/08/27 03:06:07 jlam Exp $
+# $Id: Makefile.in,v 1.3 2004/08/23 02:58:58 jlam Exp $
@SET_MAKE@
SHELL = @SHELL@
#
# RCSid:
-# $Id: install-sh,v 1.1 2004/08/27 03:06:07 jlam Exp $
+# $Id: install-sh,v 1.1.1.1 2003/08/18 17:34:59 agc Exp $
#
# @(#) Copyright (c) 1993 Simon J. Gerraty
#
# Created: 1993-05-16
# Public domain
-# $Id: mkinstalldirs,v 1.1 2004/08/27 03:06:07 jlam Exp $
+# $Id: mkinstalldirs,v 1.1.1.1 2003/08/18 17:34:59 agc Exp $
errstatus=0
--- /dev/null
+bg5ps is a Python script that generates Postscript from Chinese
+Big5/GB encoded files, using ttf fonts.
--- /dev/null
+A2ps formats each named file for printing in a postscript printer; if
+no file is given, a2ps reads from the standard input. The format used
+is nice and compact: normally two pages on each physical page, borders
+surrounding pages, headers with useful information (page number,
+printing date, file name or supplied header), etc.
+This is very useful for making archive listings of programs.
--- /dev/null
+VFlib is the Japanese vector font library, supporting TrueType, Zeit,
+JG, and BDF fonts. The Watanabe-vector font(pkgsrc/fonts/watanabe_vfont)
+is used by default for mincho(min) and gothic(goth).
+
+You can use your own fonts by installing them (/usr/share/font is
+recommended) and adding them to ${PREFIX}/lib/VFlib/vfontcap.
+
+See ${PREFIX}/lib/VFlib/doc/man.ps or the website for more details
+(in Japanese).
+
+This port supports the FreeType library. Freetype makes use of hinting
+information in TrueType font files so that clearer output is possible.
+To use Freetype with TrueType fonts, simply modify
+${PREFIX}/lib/VFlib/vfontcap as follows:
+
+ 1. Change `truetype' to `freetype', then
+ 2. Add .ttf or .ttc to the font file path.
+
+For example:
+
+# Before...
+r-ricoh-ttw-hg-mincho-l-pro|Ricoh TrueTypeWorld HG Mincho L PRO:\
+ :ft=truetype:\
+ :ff=/usr/local/lib/dp/font/truetype/hgrmlpsj:
+
+# After...
+r-ricoh-ttw-hg-mincho-l-pro|Ricoh TrueTypeWorld HG Mincho L PRO:\
+ :ft=freetype:\
+ :ff=/usr/local/lib/dp/font/truetype/hgrmlpsj.ttf:
--- /dev/null
+This packages includes several test programs to test various features
+of the VFlib2 library, including:
+
+ disol dissassembler of vector font files
+ kban banner-like program
+ ktest displays all characters in a font file on an X window
+ vfperf performance test program
--- /dev/null
+VFlib is the Japanese vector font library, supporting TrueType, Zeit,
+JG, and BDF fonts. The Watanabe-vector font is used by default for
+mincho(min) and gothic(goth).
+
+This meta-package includes the ja-vflib-lib and ja-vflib-utils packages.
--- /dev/null
+ja-vfxdvik is an extension of xdvik with Japanese support by vflib.
-# $Id: updmap.cfg,v 1.1.1.1 2009/01/26 21:04:33 minskim Exp $
+# $Id: updmap.cfg,v 1.1 2009/01/25 08:27:10 minskim Exp $
#
# The full updmap.cfg is generated by concatenating updmap-hdr.cfg with
# all the Map and MixedMap lines from an installation, possibly
--- /dev/null
+yup provides a PostScript printer with the capability of printing any
+number of reduced page images on one physical sheet of paper, be they
+PostScript or ASCII text.
/*
* Expanding strings
*/
-/* $Id: expand.h,v 1.2 2008/05/31 16:47:36 tnn Exp $ */
+/* $Id: expand.h,v 1.4 2001/07/26 15:05:07 wiz Exp $ */
#define X_EXTRA 8 /* this many extra bytes in X string */
* Source input, lexer and parser
*/
-/* $Id: lex.h,v 1.2 2008/05/31 16:47:37 tnn Exp $ */
+/* $Id: lex.h,v 1.7 2005/09/11 22:16:00 christos Exp $ */
#define IDENT 64
/*
* prototypes for PD-KSH
* originally generated using "cproto.c 3.5 92/04/11 19:28:01 cthuang "
- * $Id: proto.h,v 1.2 2008/05/31 16:47:37 tnn Exp $
+ * $Id: proto.h,v 1.7 2005/06/26 19:09:00 christos Exp $
*/
/* alloc.c */
* Public Domain Bourne/Korn shell
*/
-/* $Id: sh.h,v 1.4 2008/06/15 14:20:09 tnn Exp $ */
+/* $Id: sh.h,v 1.3 2008/05/31 16:47:37 tnn Exp $ */
#include "config.h" /* system and option configuration info */
/*
* Shell file I/O routines
*/
-/* $Id: shf.h,v 1.2 2008/05/31 16:47:37 tnn Exp $ */
+/* $Id: shf.h,v 1.3 1999/10/20 15:10:00 hubertf Exp $ */
#define SHF_BSIZE 512
* command trees for compile/execute
*/
-/* $Id: tree.h,v 1.2 2008/05/31 16:47:37 tnn Exp $ */
+/* $Id: tree.h,v 1.4 2004/07/07 19:20:09 mycroft Exp $ */
#define NOBLOCK ((struct op *)NULL)
#define NOWORD ((char *)NULL)
/***************************************************************************
- * CVSID: $Id: hal-file-monitor.c,v 1.1 2008/11/25 23:10:23 jmcneill Exp $
+ * CVSID: $Id$
*
* hal-file-monitor.c: Kqueue-based file monitor
*
--- /dev/null
+Libirman is a programming library for Irman control of Unix software.
+
+Infrared man (Irman) is a small device that allows you to control
+your PC with the remote from your TV, VCR, CD or Stereo. Irman
+can be used in many ways, for example to control a software program
+while you are in another room. Imagine controlling Winamp with a
+normal remote to choose exactly the song you want. Or watching
+DVD from your couch while still being able to pause or fast forward.
--- /dev/null
+MToolsFM is a GTK based file-manager which gives people easy access to
+MS-DOS (Windows) floppies. It uses the mtools collection of utilities
+as a backend. Although originally designed for floppies, any disk
+mtools works with can be accessed: Jaz, Zip, Syquest, IDE, or even
+disk images.
+
+Why MToolsFM? (Modified from the MToolsFM web-page):
+
+ The disadvantage with mtools is that nowadays there are not many
+ people who know about DOS-commands. And who would ask a UNIX newbie
+ to learn DOS ;-) ? This is why you need MToolsFM: It gives you a
+ simple, easy to use file-manager interface for accessing your
+ floppies. It has the advantages of mtools, but you do not have to
+ learn the DOS-commands.
+
+ It is particularly helpful if you administer a NetBSD-box used by
+ people who are more familiar with MS Windows. These people can now
+ access floppies without the long explanation and you'll have more
+ time. ;-)
#! /bin/sh
#
-# $Id: ntp_kernel_err.in,v 1.1.1.1 2006/06/04 20:53:57 he Exp $
+# $Id$
#
# Plugin to monitor the estimated error for the kernel NTP
# status.
#! /bin/sh
#
-# $Id: ntp_kernel_pll_freq.in,v 1.1.1.1 2006/06/04 20:53:57 he Exp $
+# $Id$
#
# Plugin to monitor the kernel's PLL frequency for the NTP
# status.
#! /bin/sh
#
-# $Id: ntp_kernel_pll_off.in,v 1.1.1.1 2006/06/04 20:53:57 he Exp $
+# $Id$
#
# Plugin to monitor the kernel's PLL offset for the NTP
# status.
+# (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: patch-av,v 1.2 2008/10/30 17:12:44 christos Exp $
++# $Id: patch-av,v 1.1 2007/04/27 19:45:02 christos Exp $
+#/
+
+# Buils syscall.h and syscallent.h from:
+# (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: patch-aw,v 1.1 2007/04/27 19:45:02 christos Exp $
++# $Id: patch-ag,v 1.1 2006/03/05 08:17:49 christos Exp $
+#
+# Printable syscalls
+# syntax: syscall [printfunc]
+# (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: patch-ax,v 1.1 2007/04/27 19:45:02 christos Exp $
++# $Id: patch-ag,v 1.1 2006/03/05 08:17:49 christos Exp $
+#
+# Syscalls categories
+# syntax: syscall catmask
--- /dev/null
+ su2 is a great program for anyone that has anything to do with
+system administration. su2 gives you the ability to masquerade with
+the UID of other users. You use own password to switch. Probably the
+biggest benefit of su2 is that you retain your own customized shell
+environment.
+
+ For the most part, this program is used by system administrators to
+become root, but su2 has been written to enable much more flexibility
+than this. Regular users can put a .su2rc file in their home
+directory to enable other users to become them. While this may sound
+odd, it is sometimes useful to allow a number of users to masquerade
+around with the uid of restricted accounts. One such example of this
+is a 'www' account which is a common occurance with the proliferation
+of the web. While the www user's password may be starred out to
+disable direct logins, root could put a set of user names into
+~www/.su2rc to enable these users to 'become' www and do Web
+administration. [This feature can be disabled if you are worried
+about 'account sharing.']
-/* $Id: mem_dragonfly.c,v 1.1 2007/01/29 16:42:52 joerg Exp $ */
+/* $Id$ */
/*
* mem_dragonfly.c - module to get memory/swap usages in percent, for DragonFly
#!/bin/sh
-# $Id: makeme,v 1.3 2006/01/25 15:28:43 joerg Exp $
+# $Id: makeme,v 1.2 2005/04/06 15:48:17 epg Exp $
# This hack won't work for every trick you can play with /usr/msrc.
# If the Distfile sends different files to the various platforms, or
# builds a file on the meta source machine with a special tool or
--- /dev/null
+ChaSen, Japanese Morphological Analysis System
+
+This is base system without dictonary.
--- /dev/null
+ChaSen, Japanese Morphological Analysis System.
--- /dev/null
+Japanese Morphological Dictionary for ChaSen.
--- /dev/null
+This package is multi-byte extented GNU GREP. It accepts text which
+includes multi-byte character code. Supported multi-byte codes are
+2 byte EUC code and/or Shift-JIS code.
+
+Grep searches the named input files (or standard input if no files are
+named, or the file name - is given) for lines containing a match to
+the given pattern. By default, grep prints the matching lines.
+
+Multi-byte patch by t^2(Takahiro Tanimoto, NBC02362@niftyserve.or.jp)
--- /dev/null
+Jgroff is based on GNU groff formating system. It is enhanced to
+handle japanese EUC coding documents.
--- /dev/null
+This package is a multi-byte extented GNU SED. It accepts text which
+includes multi-byte character code. Supported multi-byte codes are
+2 byte EUC code and/or Shift-JIS code.
+
+Multi-byte code by WILLs(Katsuyuki Okabe, hgc02147@nifty.ne.jp)
+and t^2(Takahiro Tanimoto, NBC02362@niftyserve.or.jp).
--- /dev/null
+ KAKASI is language processing filter to convert Kanji characters to
+Hiragana, Katakana or Roman alphabetic Japanese and may be helpful to
+read Japanese documents. By converting documents written in kanji to
+Roman alphabetic Japanese, those documents can be viewed on systems
+without Japanese language capability.
+
+- Masafumi
--- /dev/null
+Kbanner reads each filename in sequence and displays it
+in large letters on the standard output. JIS, EUC, and
+Shifted-JIS codes are available for kanji code.
-# $Id: Makefile.in,v 1.4 2004/08/27 03:45:08 jlam Exp $
+# $Id: Makefile.in,v 1.3 2004/08/23 02:58:58 jlam Exp $
@SET_MAKE@
SHELL = @SHELL@
-dnl $Id: configure.ac,v 1.10 2007/03/07 19:18:39 rillig Exp $
+dnl $Id: configure.ac,v 1.9 2004/09/12 16:50:50 jschauma Exp $
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
AC_INIT([sed],[20040821],[agc@NetBSD.org])
#
# RCSid:
-# $Id: install-sh,v 1.1.1.1 2003/08/18 17:34:59 agc Exp $
+# $Id: install-sh,v 1.1.1.1 2003/08/18 16:43:09 agc Exp $
#
# @(#) Copyright (c) 1993 Simon J. Gerraty
#
# Created: 1993-05-16
# Public domain
-# $Id: mkinstalldirs,v 1.1.1.1 2003/08/18 17:34:59 agc Exp $
+# $Id: mkinstalldirs,v 1.1.1.1 2002/09/19 10:44:29 agc Exp $
errstatus=0
--- /dev/null
+* an English-Chinese dictionary software for Unix;
+* about 50000 words, some have phonetic symbols;
+* rule match;
+* fetch word from screen;
+* no Chinese environment needed;
+
+If you want to start stardic with traditional Chinese font, type
+'stardic -ft'.
--- /dev/null
+$NetBSD$
+
+--- pclock.sh 2002/05/09 12:07:01 1.1
++++ pclock.sh 2002/05/09 12:07:17
+@@ -33,7 +33,7 @@
+ # PCLOCK_HOME=${PCLOCK_HOME:-/home/david/src/projclock}
+
+ if [ -f $THISDIR/projclock.tcl ] ; then
+- exec wishx $THISDIR/projclock.tcl
++ exec wish $THISDIR/projclock.tcl
+ else
+- exec wishx $PCLOCK_HOME/projclock.tcl
++ exec wish $PCLOCK_HOME/projclock.tcl
+ fi
--- /dev/null
+$NetBSD$
+
+--- Imakefile 2002/05/14 18:22:35 1.1
++++ Imakefile 2002/05/14 18:23:51
+@@ -6,5 +6,4 @@
+ SRCS = xchrono.c MultiClock.c
+ OBJS = xchrono.o MultiClock.o
+
+-ComplexProgramTarget(xchrono)
+-InstallAppDefaults(XChrono)
++ComplexProgramTargetNoMan(xchrono)
--- /dev/null
+BBrun is a run utility for BlackBox which can be run in the slit
+or in withdrawn mode so that it can be bound to a keystroke from bbkeys.
+It also features a history list of the most recent commands.
--- /dev/null
+lhs is a beta version of very simple http server. Only static files
+are supported - CGI, PHP and SSI are not allowed. However, there is
+support for both IPv6 and SSL. By default it will listen on ports
+8000 and 8001 and read files from ${PREFIX}/share/httpd/htdocs and
+will not change uid for other unless you use the -u option.
--- /dev/null
+Lynx-like text and graphics WWW browser, supporting frames, tables
+and JavaScript, displaying pages during download, background downloads
+and more.
--- /dev/null
+mknmz-wwwoffle enables namazu to handle wwwoffle's HTTP cache index
+directory.
--- /dev/null
+SWILL (Simple Web Interface Link Library) is a web server library
+that makes it easy to add a web interface capability to existing
+programs. Its intended use is to provide web access to applications
+that don't normally fit the standard model of a standard "Internet"
+application.
--- /dev/null
+acidlaunch is a small, light-weight app launcher with a simple XML-based
+configuration syntax.
+
+It's written in C++ using gtk, gdk-pixbuf and libxml2.
+It's great as a small, simple app launcher, and it can optionally run in a
+withdrawn mode for embedding in the blackbox slit.
# $NetBSD: qmake.conf,v 1.21 2006/03/12 06:49:21 minskim Exp $
-# $Id: qmake.conf,v 1.22 2008/10/08 09:35:27 wiz Exp $
+# $Id: qmake.conf,v 1.21 2006/03/12 06:49:21 minskim Exp $
#
# qmake configuration for netbsd-g++ (pkgsrc)
#
# $NetBSD: qmake.conf,v 1.2 2006/07/17 15:30:16 minskim Exp $
-# $Id: qmake.conf,v 1.3 2008/10/08 09:35:49 wiz Exp $
+# $Id: qmake.conf,v 1.2 2006/07/17 15:30:16 minskim Exp $
#
# qmake configuration for pkgsrc
#
--- /dev/null
+xclip provides an interface to X selections ("the clipboard") from
+the command line. It can read data from standard input or a file and
+place it in an X selection for pasting into other X applications.
+xclip can also print an X selection to standard output, which can then
+be redirected to a file or another program.
--- /dev/null
+Japanized X manual, presented by "The X Japanese Documentation Project".
+
+Copyright (c) 1993 The Regents of the University of California.
+All rights reserved.
+Copyright (c) 1998-1999 The X Japanese Documentation Project.
+
+This product includes software developed by
+the University of California, Lawrence Berkeley Laboratory.
+
+X Japanese Documentation Project <URL:http://xjman.dsl.gr.jp/>
+X Free86(TM): Home Page <URL:http://www.xfree86.org/>
+The X Window System <URL:http://www.x.org/>
--- /dev/null
+
+
+
+
+
+
+
+
+
+ Copyright
+
+ The XFree86 Project, Inc.
+
+
+
+1. XFree86 Copyright
+
+XFree86 code without an explicit copyright is covered by the following copy-
+right:
+
+Copyright (C) 1994-1998 The XFree86 Project, Inc. All Rights Reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
+NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of the XFree86 Project shall not
+be used in advertising or otherwise to promote the sale, use or other dealings
+in this Software without prior written authorization from the XFree86 Project.
+
+
+2. Other Copyrights
+
+Portions of code are covered by the following copyrights:
+
+2.1 X Consortium
+
+Copyright (C) 1996 X Consortium
+
+Permission is hereby granted, free of charge, to any person obtaining a copy of
+this software and associated documentation files (the "Software"), to deal in
+the Software without restriction, including without limitation the rights to
+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
+of the Software, and to permit persons to whom the Software is furnished to do
+so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+
+Copyright 1
+
+
+
+
+
+Copyright 2
+
+
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FIT-
+NESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE X
+CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of the X Consortium shall not be
+used in advertising or otherwise to promote the sale, use or other dealings in
+this Software without prior written authorization from the X Consortium.
+
+X Window System is a trademark of X Consortium, Inc.
+
+2.2 Berkeley-based copyrights:
+
+2.2.1 General
+
+Redistribution and use in source and binary forms, with or without modifica-
+tion, 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. The name of the author may not be used to endorse or promote products
+ derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
+WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MER-
+CHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT
+SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEM-
+PLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTER-
+RUPTION) 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.
+
+2.2.2 UCB/LBL
+
+Copyright (c) 1993 The Regents of the University of California. All rights
+reserved.
+
+This software was developed by the Computer Systems Engineering group at
+Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and contributed to
+Berkeley.
+
+All advertising materials mentioning features or use of this software must dis-
+play the following acknowledgement: This product includes software developed by
+the University of California, Lawrence Berkeley Laboratory.
+
+
+
+
+
+
+
+
+
+Copyright 3
+
+
+
+Redistribution and use in source and binary forms, with or without modifica-
+tion, 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 soft-
+ ware developed by the University of California, Berkeley and its contrib-
+ utors.
+
+ 4. Neither the name of the University nor the names of its contributors may
+ be used to endorse or promote products derived from this software without
+ specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND ANY
+EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WAR-
+RANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDI-
+RECT, 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 LIA-
+BILITY, 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.
+
+2.3 NVidia Corp
+
+Copyright (c) 1996-1998 NVIDIA, Corp. All rights reserved.
+
+NOTICE TO USER: The source code is copyrighted under U.S. and international
+laws. NVIDIA, Corp. of Sunnyvale, California owns the copyright and as design
+patents pending on the design and interface of the NV chips. Users and posses-
+sors of this source code are hereby granted a nonexclusive, royalty-free copy-
+right and design patent license to use this code in individual and commercial
+software.
+
+Any use of this source code must include, in the user documentation and inter-
+nal comments to the code, notices to the end user as follows:
+
+Copyright (c) 1996-1998 NVIDIA, Corp. NVIDIA design patents pending in the
+U.S. and foreign countries.
+
+NVIDIA, CORP. MAKES NO REPRESENTATION ABOUT THE SUITABILITY OF THIS SOURCE
+CODE FOR ANY PURPOSE. IT IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WAR-
+RANTY OF ANY KIND. NVIDIA, CORP. DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
+SOURCE CODE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
+FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL NVIDIA, CORP. BE LIABLE FOR ANY
+SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSO-
+EVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
+
+
+
+
+
+
+
+
+Copyright 4
+
+
+
+CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
+WITH THE USE OR PERFORMANCE OF THIS SOURCE CODE.
+
+ Generated from XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/CPYRIGHT.sgml,v 3.9.2.2 1998/01/24 11:55:06 dawes Exp $
+
+
+
+
+
+ $XConsortium: CPYRIGHT.sgml /main/5 1996/10/25 16:24:53 kaleb $
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+Copyright 5
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ CONTENTS
+
+
+
+1. XFree86 Copyright ........................................................ 1
+
+2. Other Copyrights ......................................................... 1
+ 2.1 X Consortium ......................................................... 1
+ 2.2 Berkeley-based copyrights: ........................................... 2
+ 2.3 NVidia Corp .......................................................... 3
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ i
+
+
--- /dev/null
+Copyright (c)\e,A 1998-1999 The X Japanese Documentation Project.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish, dis-
+tribute, sublicense, and/or sell copies of the Software, and to permit
+persons to whom the Software is furnished to do so, subject to the fol-
+lowing conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
+ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
+SHALL THE X JAPANESE DOCUMENTATION PROJECT BE LIABLE FOR ANY CLAIM,
+DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
+OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
+THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The X Japanese
+Documentation Project shall not be used in advertising or otherwise to
+promote the sale, use or other dealings in this Software without prior
+written authorization from The X Japanese Documentation Project.
+
+X Window System is a trademark of The Open Group.
--- /dev/null
+SUBDIR= man1 man3 man5
+
+.include <bsd.subdir.mk>
--- /dev/null
+NROFF= jgnroff -Tnippon
+MANDIR= ${PREFIX}/${XJMANDIR}
+TMACDIR= ${LOCALBASE}/share/groff/tmac
+CATDEPS= ${TMACDIR}/tmac.andocj \
+ ${TMACDIR}/tmac.docj \
+ ${TMACDIR}/mdoc/doc-ditroffj \
+ ${TMACDIR}/mdoc/doc-commonj \
+ ${TMACDIR}/mdoc/doc-nroffj \
+ ${TMACDIR}/mdoc/doc-symsj