Netbsd 1.6.1

Total Page:16

File Type:pdf, Size:1020Kb

Netbsd 1.6.1 NetBSD 1.6.1 A Free & Secure 4.4BSD-Lite Based Unix(tm)-Like Multi-Platform Operating System NetBSD 1.6.1/i386 pkgs + install - i386 + pkgs - This 8-CD-Set Contains: • 3.500 precompiled binary pak- kages for NetBSD/i386 • Binary install-sets for NetBSD/ i386 including the base NetBSD 1.6.1/i386 pkgs + install operating system and the X Window System • Full sources of the operatng system CONTENTS: This CD-Set contains NetBSD 1.6.1/i386, including: • About 3.500 precompiled binary packages • Web serving and website development, including: Apache 1 and 2 and many modules, PHP 3 and 4, Jakarta Tomcat and many others. • Network, database, file and print serving, including: BIND 4, 8 and 9, Samba, Adrian Asun‘s and the UoMichigan 19990130 implementation of AppleTalk, INN, MRTG, MySQL, PostgreSQL, Sendmail, SquirrelMail and many others. • Text processing and office productivity tools, including: KOffice, OpenOffice, Ghostscript, teTeX, Xemacs, GNU Emacs, VIM, CUPS, DocBook and DocBook XML, GIMP, SANE, etc. • Multiple desktop environments and GUI tools, including: GNOME, KDE 1, 2 and 3, Mozilla, Phoenix, Netscape Navi- NetBSD 1.6.1/i386 pkgs + install gator 3 and 4 , Opera, xmms and gqmpeg mp3 players, Afterstep, Windowmaker, fvwm, mplayer for MPEG and DivX processing. • Software development tools for various languages, including: Sun‘s JDK & JRE, Perl with more than 260 modules, Python, Ruby, Zope, cscope, gcc 3, DDD, QT 1, 2 and 3, GTK+, GNU Smalltalk, etc. There are also cross-platform development tools included for targetting ARM, Linux/i386, MS-DOS, m68k, MIPS, PowerPC, SH and SPARC CPUs. • The NetBSD operating system for the i386 (PC) platform • The X Windows System, based on XFree86 • The complete sourcecode of the operating system INSTALLATION: • The “install” CD is bootable on i386. Installation instructions can be found in the „i386“ NetBSD 1.6.1/i386 pkgs + install directory. Installation is described in the INSTALL.txt (and INSTALL.html and INSTALL.ps) file. To install binary packages use the „pkg_add“ command. Ausdrucken auf Farblaser: 1. Editieren mit FrameMaker 2. Drucken in Datei, Paper Size: A4 Letter 3. ps2pdf bla.pdf bla.ps 4. acroread bla.pdf 5. Drucken in Datei, mit “Fit to Page” ausgeschaltet 6. auf rfhs8012: tcp-mlelstv 194.95.108.16 9100 bla.ps MORE INFORMATION: • README and INSTALL.* files contained on the CDs • WWW: http://www.de.netbsd.org/, http://www.netbsd.org • Usenet News: comp.unix.bsd.netbsd.misc, comp.unix.bsd.netbsd.announce Hubert Feyrer <[email protected]>, May 2003.
Recommended publications
  • Gnu Smalltalk Library Reference Version 3.2.5 24 November 2017
    gnu Smalltalk Library Reference Version 3.2.5 24 November 2017 by Paolo Bonzini Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, with no Front-Cover Texts, and with no Back-Cover Texts. A copy of the license is included in the section entitled \GNU Free Documentation License". 1 3 1 Base classes 1.1 Tree Classes documented in this manual are boldfaced. Autoload Object Behavior ClassDescription Class Metaclass BlockClosure Boolean False True CObject CAggregate CArray CPtr CString CCallable CCallbackDescriptor CFunctionDescriptor CCompound CStruct CUnion CScalar CChar CDouble CFloat CInt CLong CLongDouble CLongLong CShort CSmalltalk CUChar CByte CBoolean CUInt CULong CULongLong CUShort ContextPart 4 GNU Smalltalk Library Reference BlockContext MethodContext Continuation CType CPtrCType CArrayCType CScalarCType CStringCType Delay Directory DLD DumperProxy AlternativeObjectProxy NullProxy VersionableObjectProxy PluggableProxy SingletonProxy DynamicVariable Exception Error ArithmeticError ZeroDivide MessageNotUnderstood SystemExceptions.InvalidValue SystemExceptions.EmptyCollection SystemExceptions.InvalidArgument SystemExceptions.AlreadyDefined SystemExceptions.ArgumentOutOfRange SystemExceptions.IndexOutOfRange SystemExceptions.InvalidSize SystemExceptions.NotFound SystemExceptions.PackageNotAvailable SystemExceptions.InvalidProcessState SystemExceptions.InvalidState
    [Show full text]
  • GNU MP the GNU Multiple Precision Arithmetic Library Edition 6.2.1 14 November 2020
    GNU MP The GNU Multiple Precision Arithmetic Library Edition 6.2.1 14 November 2020 by Torbj¨ornGranlund and the GMP development team This manual describes how to install and use the GNU multiple precision arithmetic library, version 6.2.1. Copyright 1991, 1993-2016, 2018-2020 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with the Front-Cover Texts being \A GNU Manual", and with the Back-Cover Texts being \You have freedom to copy and modify this GNU Manual, like GNU software". A copy of the license is included in Appendix C [GNU Free Documentation License], page 132. i Table of Contents GNU MP Copying Conditions :::::::::::::::::::::::::::::::::::: 1 1 Introduction to GNU MP ::::::::::::::::::::::::::::::::::::: 2 1.1 How to use this Manual :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 2 2 Installing GMP ::::::::::::::::::::::::::::::::::::::::::::::::: 3 2.1 Build Options:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 3 2.2 ABI and ISA :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 8 2.3 Notes for Package Builds:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 11 2.4 Notes for Particular Systems :::::::::::::::::::::::::::::::::::::::::::::::::::::: 12 2.5 Known Build Problems ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 14 2.6 Performance
    [Show full text]
  • Dynamic Object-Oriented Programming with Smalltalk
    Dynamic Object-Oriented Programming with Smalltalk 1. Introduction Prof. O. Nierstrasz Autumn Semester 2009 LECTURE TITLE What is surprising about Smalltalk > Everything is an object > Everything happens by sending messages > All the source code is there all the time > You can't lose code > You can change everything > You can change things without restarting the system > The Debugger is your Friend © Oscar Nierstrasz 2 ST — Introduction Why Smalltalk? > Pure object-oriented language and environment — “Everything is an object” > Origin of many innovations in OO development — RDD, IDE, MVC, XUnit … > Improves on many of its successors — Fully interactive and dynamic © Oscar Nierstrasz 1.3 ST — Introduction What is Smalltalk? > Pure OO language — Single inheritance — Dynamically typed > Language and environment — Guiding principle: “Everything is an Object” — Class browser, debugger, inspector, … — Mature class library and tools > Virtual machine — Objects exist in a persistent image [+ changes] — Incremental compilation © Oscar Nierstrasz 1.4 ST — Introduction Smalltalk vs. C++ vs. Java Smalltalk C++ Java Object model Pure Hybrid Hybrid Garbage collection Automatic Manual Automatic Inheritance Single Multiple Single Types Dynamic Static Static Reflection Fully reflective Introspection Introspection Semaphores, Some libraries Monitors Concurrency Monitors Categories, Namespaces Packages Modules namespaces © Oscar Nierstrasz 1.5 ST — Introduction Smalltalk: a State of Mind > Small and uniform language — Syntax fits on one sheet of paper >
    [Show full text]
  • Ontology-Based Chatbot for Disaster Management: Use Case Coronavirus
    TUNISIAN REPUBLIC MINISTRY OF HIGHER EDUCATION AND SCIENTIFIC RESEARCH TUNIS EL MANAR UNIVERSITY FACULTY OF SCIENCES OF TUNIS Master Thesis Submitted for a Research Master’s Degree in Computer Science By Khouloud Hwerbi Ontology-Based Chatbot for Disaster Management: Use Case CoronaVirus Defended on October 9, 2020 in front of the following jury: President Hella Kaffel Ben Ayed Associate Professor at FST Reporter Narjes Doggaz Assistant Professor at FST arXiv:2011.02340v1 [cs.AI] 2 Nov 2020 Co-Supervisor Salvatore Flavio Pileggi Lecturer at UTS Supervisor Sadok Ben Yahia Full Professor at FST In the Laboratory: LIPAH 2019–2020 Abstract Today is the era of intelligence in machines. With the advances in Artificial Intelligence, machines have started to impersonate different human traits, a chatbot is the next big thing in the domain of conversational services. A chatbot is a virtual person who is capable to carry out a natural conversation with people. They can include skills that enable them to converse with the humans in audio, visual, or textual formats. Artificial intelligence conversational entities, also called chatbots, conversational agents, or dialogue system, are an excellent example of such machines. Obtaining the right information at the right time and place is the key to effective disaster management. The term "disaster management" encompasses both natural and human-caused disasters. To assist citizens, our project is to create a COVID Assistant to provide the need of up to date information to be available 24 hours. With the growth in the World Wide Web, it is quite intelligible that users are interested in the swift and relatedly correct information for their hunt.
    [Show full text]
  • Pipenightdreams Osgcal-Doc Mumudvb Mpg123-Alsa Tbb
    pipenightdreams osgcal-doc mumudvb mpg123-alsa tbb-examples libgammu4-dbg gcc-4.1-doc snort-rules-default davical cutmp3 libevolution5.0-cil aspell-am python-gobject-doc openoffice.org-l10n-mn libc6-xen xserver-xorg trophy-data t38modem pioneers-console libnb-platform10-java libgtkglext1-ruby libboost-wave1.39-dev drgenius bfbtester libchromexvmcpro1 isdnutils-xtools ubuntuone-client openoffice.org2-math openoffice.org-l10n-lt lsb-cxx-ia32 kdeartwork-emoticons-kde4 wmpuzzle trafshow python-plplot lx-gdb link-monitor-applet libscm-dev liblog-agent-logger-perl libccrtp-doc libclass-throwable-perl kde-i18n-csb jack-jconv hamradio-menus coinor-libvol-doc msx-emulator bitbake nabi language-pack-gnome-zh libpaperg popularity-contest xracer-tools xfont-nexus opendrim-lmp-baseserver libvorbisfile-ruby liblinebreak-doc libgfcui-2.0-0c2a-dbg libblacs-mpi-dev dict-freedict-spa-eng blender-ogrexml aspell-da x11-apps openoffice.org-l10n-lv openoffice.org-l10n-nl pnmtopng libodbcinstq1 libhsqldb-java-doc libmono-addins-gui0.2-cil sg3-utils linux-backports-modules-alsa-2.6.31-19-generic yorick-yeti-gsl python-pymssql plasma-widget-cpuload mcpp gpsim-lcd cl-csv libhtml-clean-perl asterisk-dbg apt-dater-dbg libgnome-mag1-dev language-pack-gnome-yo python-crypto svn-autoreleasedeb sugar-terminal-activity mii-diag maria-doc libplexus-component-api-java-doc libhugs-hgl-bundled libchipcard-libgwenhywfar47-plugins libghc6-random-dev freefem3d ezmlm cakephp-scripts aspell-ar ara-byte not+sparc openoffice.org-l10n-nn linux-backports-modules-karmic-generic-pae
    [Show full text]
  • OSS Alphabetical List and Software Identification
    Annex: OSS Alphabetical list and Software identification Software Short description Page A2ps a2ps formats files for printing on a PostScript printer. 149 AbiWord Open source word processor. 122 AIDE Advanced Intrusion Detection Environment. Free replacement for Tripwire(tm). It does the same 53 things are Tripwire(tm) and more. Alliance Complete set of CAD tools for the specification, design and validation of digital VLSI circuits. 114 Amanda Backup utility. 134 Apache Free HTTP (Web) server which is used by over 50% of all web servers worldwide. 106 Balsa Balsa is the official GNOME mail client. 96 Bash The Bourne Again Shell. It's compatible with the Unix `sh' and offers many extensions found in 147 `csh' and `ksh'. Bayonne Multi-line voice telephony server. 58 Bind BIND "Berkeley Internet Name Daemon", and is the Internet de-facto standard program for 95 turning host names into IP addresses. Bison General-purpose parser generator. 77 BSD operating FreeBSD is an advanced BSD UNIX operating system. 144 systems C Library The GNU C library is used as the C library in the GNU system and most newer systems with the 68 Linux kernel. CAPA Computer Aided Personal Approach. Network system for learning, teaching, assessment and 131 administration. CVS A version control system keeps a history of the changes made to a set of files. 78 DDD DDD is a graphical front-end for GDB and other command-line debuggers. 79 Diald Diald is an intelligent link management tool originally named for its ability to control dial-on- 50 demand network connections. Dosemu DOSEMU stands for DOS Emulation, and is a linux application that enables the Linux OS to run 138 many DOS programs - including some Electric Sophisticated electrical CAD system that can handle many forms of circuit design.
    [Show full text]
  • Workshopabstracts
    TENTH INTERNATIONAL CONFERENCE ON LANGUAGE RESOURCES AND EVALUATION MAY 23 – 28, 2016 GRAND HOTEL BERNARDIN CONFERENCE CENTRE Portorož , SLOVENIA WORKSHOP ABSTRACTS Editors: Please refer to each single workshop list of editors. Assistant Editors: Sara Goggi, Hélène Mazo The LREC 2016 Proceedings are licensed under a Creative Commons Attribution- NonCommercial 4.0 International License LREC 2016, TENTH INTERNATIONAL CONFERENCE ON LANGUAGE RESOURCES AND EVALUATION Title: LREC 2016 Workshop Abstracts Distributed by: ELRA – European Language Resources Association 9, rue des Cordelières 75013 Paris France Tel.: +33 1 43 13 33 33 Fax: +33 1 43 13 33 30 www.elra.info and www.elda.org Email: [email protected] and [email protected] ISBN 978-2-9517408-9-1 EAN 9782951740891 ii TABLE OF CONTENTS W12 Joint 2nd Workshop on Language & Ontology (LangOnto2) & Terminology & Knowledge Structures (TermiKS) …………………………………………………………………………….. 1 W5 Cross -Platform Text Mining & Natural Language Processing Interoperability ……. 12 W39 9th Workshop on Building & Using Comparable Corpora (BUCC 2016)…….…….. 23 W19 Collaboration & Computing for Under-Resourced Languages (CCURL 2016).….. 31 W31 Improving Social Inclusion using NLP: Tools & Resources ……………………………….. 43 W9 Resources & ProcessIng of linguistic & extra-linguistic Data from people with various forms of cognitive / psychiatric impairments (RaPID)………………………………….. 49 W25 Emotion & Sentiment Analysis (ESA 2016)…………..………………………………………….. 58 W28 2nd Workshop on Visualization as added value in the development, use & evaluation of LRs (VisLR II)……….……………………………………………………………………………… 68 W15 Text Analytics for Cybersecurity & Online Safety (TA-COS)……………………………… 75 W13 5th Workshop on Linked Data in Linguistics (LDL-2016)………………………………….. 83 W10 Lexicographic Resources for Human Language Technology (GLOBALEX 2016)… 93 W18 Translation Evaluation: From Fragmented Tools & Data Sets to an Integrated Ecosystem?..................................................................................................................
    [Show full text]
  • PDF Completo, 1700K
    Caracterizac¸ao˜ de um Processo de Software para Projetos de Software Livre Christian Robottom Reis [email protected] Orientac¸ao:˜ Profa. Dra. Renata Pontin de Mattos Fortes [email protected] Dissertac¸ao˜ apresentada ao Instituto de Cienciasˆ Matematicas´ e de Computac¸ao˜ da Universidade de Sao˜ Paulo para a obtenc¸ao˜ do t´ıtulo de Mestre em Cienciasˆ da Computac¸ao˜ e Matematica´ Computacional. Sao˜ Carlos, Sao˜ Paulo Fevereiro de 2003 ii Resumo Software Livre e´ software fornecido com codigo´ fonte, e que pode ser livremente usado, modifica- do e redistribu´ıdo. Projetos de Software Livre sao˜ organizac¸oes˜ virtuais formadas por indiv´ıduos que trabalham juntos no desenvolvimento de um software livre espec´ıfico. Estes indiv´ıduos trabalham geo- graficamente dispersos, utilizando ferramentas simples para coordenar e comunicar seu trabalho atraves´ da Internet. Este trabalho analisa esses projetos do ponto de vista de seu processo de software; em outras pala- vras, analisa as atividades que realizam para produzir, gerenciar e garantir a qualidade do seu software. Na parte inicial do trabalho e´ feita uma extensa revisao˜ bibliografica,´ comentando os principais traba- lhos na area,´ e sao˜ detalhadas as caracter´ısticas principais dos projetos de software livre. O conteudo´ principal deste trabalho resulta de dois anos de participac¸ao˜ ativa na comunidade, e de um levantamento realizado atraves´ de questionario,´ detalhando mais de quinhentos projetos diferentes. Sao˜ apresenta- das treze hipoteses´ experimentais, e os resultados do questionario´ sao˜ discutidos no contexto destas hipoteses.´ Dos projetos avaliados nesse levantamento, algumas caracter´ısticas comuns foram avaliadas. As equipes da grande maioria dos projetos sao˜ pequenas, tendo menos de cinco participantes.
    [Show full text]
  • Sapphire Scripting Smalltalk
    Bachelor Project Sapphire Scripting Smalltalk Daniele Sciascia supervised by Prof. Dr. Laura Pozzi Prof. Dr. Michele Lanza Paolo Bonzini Abstract GNU Smalltalk is an open source project whose goal is to create a scripting environment based on the Smalltalk programming language. The problem of creating such a scripting environment is that in Smalltalk there is no syntactic construct to define a class. This is an elegant solution when the system can rely on a development environment. In a typical Smalltalk environment it is possible to interactively define classes and store them on the virtual machine’s image. This becomes a problem when trying to develop a scripting environment. In our case it is not possible to rely on them. That is, the programmer must be able to write down his classes on normal text files. GNU Smalltalk faces this problem by adopting the so called bang-separated chunks format. It adopts this format as its language syntax. This solution actually solves the problem; but this format was intended to be used as a machine-readable format for sharing source code. As a result, reading and writing GNU Smalltalk scripts is hard. We propose an extended Smalltalk syntax specifically designed to write GNU Smalltalk scripts. By doing so we provide a better programming experience. In particular, the aim is to make it easier to write code, but also to improve readability. i Contents Abstract i 1 Introduction 1 1.1 Structure of the Document . 2 2 Project Description 3 2.1 Project Context . 3 2.1.1 Smalltalk-80 . 3 2.1.2 GNU Smalltalk .
    [Show full text]
  • Java B E a Ns ™” - Ed Ro M an W W W.Theserverside.Co M Page 23 What Else Do We Need
    #1447: Applications Development for Linux/IPF® Joel Berman Itanium Linux Marketing Manager Linux is Linux develop once, deploy often! so me workloads run best on IPF so me workloads run best on IA32 November 17, 2003 page 2 What is the benefit of 64- bits? Big Numbers Big Memory Wide data November 17, 2003 page 3 Intel® Spring Analyst Meeting November 17, 2003 page 4 When to deploy Linux on Itanium? Some Positioning Guidelines Linux on Itaniu m or IA-32? Large data sets Yes (>1 TB)? No Yes M e m ory intensive a p ps (> 4 G B)? No Floating point intensive Yes apps? No Want to port & migrate existing 64-bit Yes apps from a proprietary platfor m ? No Want to deploy multiple O S’s on a single Yes 64-bit platfor m for investment protection? No Itanium IA-32 November 17, 2003 page 5 Market Opportunities & Committed ISVs W o r klo a d s Needs Key ISVs Com mitted High-Performance Technical Heavy use of floating-point operations Adina, MSC.Software, Accelrys, Computing Large data sets Earth Decision Sciences, scientific research 64-bit computing with high memory bandwidth Metacomp Technologies, life & materials sciences and low latency means faster calculations, more Mecalog, Platform Computing, oil & gas in-depth data analysis, and more vivid, precise Linux NetworX, Scyld, Scali, government & defense modeling and simulation – all for quicker time-to- Cluster File Systems, … computer-aided engineering breakthroughs Large Database Applications Load entire databases into memory for faster Oracle9i, Sybase Adaptive data warehousing &
    [Show full text]
  • A Bibliography of Books and Articles About UNIX and UNIX Programming
    A Bibliography of Books and Articles about UNIX and UNIX Programming Nelson H. F. Beebe University of Utah Department of Mathematics, 110 LCB 155 S 1400 E RM 233 Salt Lake City, UT 84112-0090 USA Tel: +1 801 581 5254 FAX: +1 801 581 4148 E-mail: [email protected], [email protected], [email protected] (Internet) WWW URL: http://www.math.utah.edu/~beebe/ 02 July 2021 Version 4.44 Abstract General UNIX texts [AL92a, AL95a, AL95b, AA86, AS93b, Ari92, Bou90a, Chr83a, Chr88, CR94, Cof90, Coh94, Dun91a, Gar91, Gt92a, Gt92b, This bibliography records books and historical Hah93, Hah94a, HA90, Hol92, KL94, LY93, publications about the UNIX operating sys- LR89a, LL83a, MM83a, Mik89, MBL89, tem, and UNIX programming tools. It mostly NS92, NH91, POLo93, PM87, RRF90, excludes networks and network programming, RRF93, RRH94, Rus91, Sob89, Sob91, which are treated in a separate bibliography, Sob95, Sou92, TY82b, Tim93, Top90a, internet.bib. This bibliography was started Top90b, Val92b, SSC93, WMP92] from material in postings to the sunflash list, volume 46, number 17, October 1992, and volume 57, number 29, September 1993, by Samuel Ko (e-mail: [email protected]), and then significantly extended by the present Catalogs and book lists author. Entry commentaries are largely due to S. Ko. [O'R93, Spu92, Wri93] 1 2 Communications software History [Cam87, dC87, dG93, Gia90] [?, ?, Cat91, RT74, RT79a] Compilers Linux [DS88, JL78, Joh79, JL87a, LS79, LMB92, [BBD+96, BF97, HP+95, Kir95a, Kir95b, MB90, SF85] PR96b, Sob97, SU94b, SU95, SUM95, TGB95, TG96, VRJ95,
    [Show full text]
  • Why Is Netbsd So Special? Use Your Favorite Tools and Applications All the Software You Ever Wanted
    Why is NetBSD so special? Use Your Favorite Tools and Applications All the software you ever wanted Since NetBSD was founded in 1993, it has always been at NetBSD contains all the features you would expect in an open NetBSD consists of a slim base operating system that can the forefront of Open Source operating system development. source operating system today, including X11, tools for fire- be configured for many uses by adding software from the NetBSD has been the complete foundation or reference for walls, and software RAID. With NetBSD’s package tools you NetBSD Packages Collection, pkgsrc. The collection in- other projects. Many advantages of NetBSD are not found in can install more than 5400 freely available software packages cludes more than 5400 packages of which we have room here any other open source operating system: easily. (See "All the software you ever wanted", below) to mention but a few: NetBSD’s binary compatibility feature lets you run applica- • Support for 55 different hardware platforms today, tions compiled for other operating systems (for the same CPU • Web serving and website development, including more will follow: acorn26 acorn32 algor alpha amd64 amiga amigappc arc atari bebox architecture). This includes most applications for Linux, So- Apache (with many modules), PHP, and Jakarta Tom- cats cesfic cobalt dreamcast evbarm evbmips evbppc evbsh3 evbsh5 hp300 hp700 hpcarm hpcmips hpcsh laris, SCO, FreeBSD, BSD/OS, OSF/1, and Ultrix; and some cat i386 luna68k mac68k macppc mipsco mmeye mvme68k mvmeppc netwinder news68k newsmips next68k for Darwin and IRIX. In fact, testing has shown NetBSD runs ofppc pc532 playstation2 pmax pmppc prep sandpoint sbmips sgimips shark sparc sparc64 sun2 sun3 sun68k the Sun JDK/JRE for Linux as well as Linux itself does.
    [Show full text]