From owner-freebsd-announce Sun Sep 28 15:15:34 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA26278 for freebsd-announce-outgoing; Sun, 28 Sep 1997 15:15:34 -0700 (PDT) Received: from austin.polstra.com (austin.polstra.com [206.213.73.10]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA26269 for ; Sun, 28 Sep 1997 15:15:29 -0700 (PDT) Received: from austin.polstra.com (jdp@localhost) by austin.polstra.com (8.8.7/8.8.5) with ESMTP id PAA20418 for ; Sun, 28 Sep 1997 15:15:25 -0700 (PDT) Message-Id: <199709282215.PAA20418@austin.polstra.com> To: freebsd-announce@freebsd.org Subject: CVSup-15.2 is now available Date: Sun, 28 Sep 1997 15:15:25 -0700 From: John Polstra Sender: owner-freebsd-announce@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Announcing CVSup 15.2 --------------------- Release 15.2 of CVSup, the CVS-aware network distribution system, is now available. Where to Get CVSup ------------------ CVSup is free software. It is available from the following FTP sites: ftp://hub.FreeBSD.org/pub/CVSup/ (California) ftp://ftp.cs.tu-berlin.de/pub/FreeBSD/CVSup/ (Germany) ftp://ftp.polstra.com/pub/FreeBSD/CVSup/ (slow; avoid if possible) Full sources as well as FreeBSD binaries are available: cvsup-bin-15.2.tar.gz FreeBSD static binaries for the client + GUI cvsup.nogui-bin-15.2.tar.gz FreeBSD static binaries for the client (no GUI) cvsupd-bin-15.2.tar.gz FreeBSD static binaries for the server cvsup-15.2.tar.gz Sources ** The MD5 file signatures for these files are: MD5 (cvsup-bin-15.2.tar.gz) = e92c5afa6fc51894d8edd97d2b29247c MD5 (cvsup.nogui-bin-15.2.tar.gz) = 00a8a2911cd7e4caf8a8c3d7c5dac961 MD5 (cvsupd-bin-15.2.tar.gz) = 1801d60628dbd7b731402a24faa5e6b8 MD5 (cvsup-15.2.tar.gz) = c6db5e798f8136a646947d4beefe6e35 An updated port will appear in the FreeBSD ports and packages collections soon: Port: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports-current/net/cvsup/ Package: ftp://ftp.FreeBSD.org/pub/FreeBSD/packages-current/net/cvsup-15.2.tgz ftp://ftp.FreeBSD.org/pub/FreeBSD/packages-2.2/net/cvsup-15.2.tgz The FreeBSD package now depends only on the "modula-3-lib" package, a subset of the Modula-3 installation consisting of only the shared libraries. Because of this, you can now install and use the "cvsup" package in a reasonable amount of disk space. The package is much smaller than the statically linked binary distribution, so updates to new versions of CVSup should be more convenient now. The package is the recommended distribution for binary-only users. The static binary distributions may be phased out soon. If you want SOCKS support, you must also install the "modula-3-socks" port or package: Port: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports-current/lang/modula-3-socks/ Package: ftp://ftp.FreeBSD.org/pub/FreeBSD/packages-current/lang/modula-3-socks-1.0.tgz ftp://ftp.FreeBSD.org/pub/FreeBSD/packages-2.2/lang/modula-3-socks-1.0.tgz SOCKS is supported only under FreeBSD, and only with dynamically linked executables. The static binary distributions do not support SOCKS. ** If you wish to build CVSup from the sources, be sure to read the discussion further on in this announcement. Compatibility with Previous Releases ------------------------------------ This version is believed to interoperate properly with all earlier public releases of CVSup. It is always a good idea to upgrade to the latest release. Bugs are fixed, features are added, and robustness is improved. Otherwise, I wouldn't bother with it. What Has Changed Since the Previous Release? -------------------------------------------- Notable changes in release 15.2: Changed the expansion of the "CVSHeader" RCS keyword so that it deletes "Attic/" from the pathname if it is present. This prevents the expansion from changing on a branch simply because the file was killed or brought back to life on the main branch. A similar change has been made to FreeBSD's RCS and CVS systems. Fixed the handling of file permissions in checkout mode. Now each checked out file's execute bits are set based on the permissions of the corresponding RCS file and the client's umask setting. This means that checked out shell scripts and similar files will be executable as they should be. Fixed the general policy for dealing with file permissions when "preserve" is not set in the supfile. Formerly, the permissions were set when CVSup first created each file, and then ignored after that. Now, CVSup checks the permissions on each update, and sets them properly within the restrictions imposed by the client's umask setting. Made checkout-mode updates more robust against evil manipulations of RCS files by CVS repository administrators. The client now records the revision date as well as the revision number for each checkout-mode file. If the CVS administrator replaces an RCS file with a completely different RCS file, CVSup will notice that the dates of corresponding revision numbers are different and realize that the client's revision m.n doesn't correspond to the server's idea of what revision m.n is. It will do a full checkout of the affected file instead of trying to edit it based on bad information. Formerly, this sort of thing could cause assertion failures and other embarrassments. Fixed a bug in the negotiation of file attribute support which could cause an assertion failure if "preserve" mode was used between a server [or client] running under FreeBSD and a client [or server] running under a non-FreeBSD OS such as Linux. Eliminated this server warning message: "Could not generate edits for foo,v 1.1.2.1 -> 1.1.1.1.2.1: 36: Non-existent revision number 1.1.2.1 -- attempting full checkout". The message was too scary, and it typically didn't represent a situation that required human intervention. Fixed several portability problems, based on experiences with HP-UX 10.20, Linux, Digital Unix, and SunOS. Improved the error messages emitted by the client when a corrupted or truncated "checkouts" file is detected. They now suggest what to do about it. Also eliminated an assertion failure that could arise in this situation. Added extra validity checks for the deltas received from the server, to ensure that the edits will apply cleanly to the client's file before attempting to apply them. This eliminates a few potential assertion failures. What Is CVSup? -------------- CVSup is a software package for distributing and updating collections of files across a network. CVSup is specifically tailored to distributing CVS repositories. By taking advantage of the special properties of the files contained in CVS repositories, CVSup is able to perform updates much faster than traditional systems. It is especially valuable for people with slow Internet connections. CVSup parses and understands the RCS files making up a CVS repository. When updates occur, CVSup extracts new deltas directly from the RCS files on the server and edits them into the client's RCS files. Likewise, CVSup notes the addition of new symbolic tags to the files on the server and sends only the new tags to the client. CVSup is able to merge new deltas and tags from the server with deltas and tags added locally on the client machine. This makes it possible for the client to check local modifications into his repository without their being obliterated by subsequent updates from the server. Note: Although this feature is fully implemented in CVSup, it will probably not be practical to use it until some small changes have been made to CVS. In addition to distributing the RCS files themselves, CVSup is able to distribute specific checked-out versions. The client can specify a symbolic tag, a date, or both and CVSup will extract the appropriate versions from the server's CVS repository. Checked-out versions do not need to be stored on the server since CVSup can extract any version directly from the CVS repository. If the client has an existing checked-out tree, CVSup will apply the appropriate edits to update the tree or transform it into the requested version. Only the differences between the existing version and the desired version are sent across the network. To update non-RCS files, CVSup uses the highly efficient rsync algorithm, developed by Andrew Tridgell and Paul Mackerras. CVSup uses lightweight processes (threads) to implement a streaming protocol across the network. This completely eliminates the delays associated with the lock-step, request-reply form of communication used by many existing protocols, such as sup and NNTP. Information is transferred at the full available speed of the network in both directions at once. Network latency and server response delays are rendered practically irrelevant. CVSup uses the "zlib" compression package to optionally compress all communications. This provides an additional 65-75% compression, on top of the diff-based compression already built into CVSup. For efficiency, all processing is built into the CVSup package itself. Neither the client nor the server executes any other programs. For further information about how CVSup works, see the (somewhat out of date) "Blurb" document in the CVSup distribution. Using CVSup to Maintain FreeBSD Sources --------------------------------------- CVSup servers are currently running at about 20 mirror sites around the world. For an up-to-date list of them, see: http://www.freebsd.org/handbook/mirrors-cvsup.html Using CVSup, you can easily receive or update any of the standard FreeBSD source releases, namely, "cvs", "current", and "stable". The manual page for cvsup(1) describes how to do that. For more detailed instructions, see the section on CVSup in the FreeBSD Handbook: http://www.FreeBSD.org/handbook/cvsup.html Building CVSup from the Sources ------------------------------- CVSup is written in Modula-3, a modern, compiled, object-oriented language. Modula-3 integrates threads, exceptions, and garbage collection, providing an ideal vehicle for this sort of application. Without Modula-3, CVSup would almost certainly not exist today. If you wish to build CVSup from the sources, you will first need to install the free Modula-3 compiler and runtime libraries from DEC SRC. A port is available in the FreeBSD ports collection, in "lang/modula-3". The corresponding package is, of course, available in the packages collection. You will also need version 1.0.4 or later of the "zlib" library. In FreeBSD-2.1.6 and later releases, this library has been incorporated into the system sources, in "src/lib/libz". Prior to that, a FreeBSD port was available in "devel/libz" of the FreeBSD ports collection. For other sources of this library, see the "Install" file. Do not try to use versions earlier than 1.0.4. To build the entire system from source under FreeBSD, simply type "make" in the top-level directory. (That's the directory that has sub-directories named "client" and "server", among others.) To force the executables to be statically linked, set the environment variable "M3FLAGS" to "-DSTATIC". To build the client without the GUI (e.g., if you don't have the X Window System installed on your machine), set it to "-DNOGUI". To do both of these things, set the environment variable to "-DSTATIC -DNOGUI". On non-FreeBSD platforms, you will probably need to build each component by hand. (The Makefiles are quite FreeBSD-specific.) Simply chdir into each of the following subdirectories in the given order and type "m3build": suptcp suplib client server utilities/supconv To build statically linked executables, add "-DSTATIC" to each "m3build" command. To build the client without the GUI (e.g., if you don't have the X Window System installed on your machine) add "-DNOGUI". Portability Issues ------------------ I intend for CVSup to be portable to most POSIX systems. Earlier releases have been run on a number of different platforms, including FreeBSD, Linux, HP-UX, SunOS, Solaris, and DEC OSF/1 ALPHA. In the current release I have attempted to increase rather than decrease portability. Anybody who succeeds in porting CVSup to other systems is encouraged to send his changes to . As long as the changes are reasonably palatable, they will be incorporated into future CVSup releases. CVSup uses several POSIX-specific functions which may make it more of an effort to port the package to non-POSIX systems such as Win32. These functions include mmap, fork, syslog, stat, and chmod, among others. Status of this Release ---------------------- CVSup was first released publicly in August of 1996. Since then it has seen heavy use, and it has been quite stable. Like all software, though, it is not perfect. Please be prepared to find bugs -- without a doubt, there are some. Please report bugs to . John Polstra, Copyright 1996-1997 John D. Polstra $Id: Announce,v 1.28 1997/09/27 20:43:27 jdp Exp $ From owner-freebsd-announce Fri Oct 3 04:45:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id EAA08624 for freebsd-announce-outgoing; Fri, 3 Oct 1997 04:45:35 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id EAA08612 for ; Fri, 3 Oct 1997 04:45:28 -0700 (PDT) Received: from time.cdrom.com (localhost.cdrom.com [127.0.0.1]) by time.cdrom.com (8.8.7/8.6.9) with ESMTP id EAA02877 for ; Fri, 3 Oct 1997 04:45:00 -0700 (PDT) Date: Fri, 03 Oct 1997 04:44:59 -0700 Message-ID: <2866.875879099.1@time.cdrom.com> From: "Jordan K. Hubbard" Subject: We are now in 2.2.5 BETA test. MIME-Version: 1.0 Content-Type: multipart/digest; boundary="----- =_aaaaaaaaaa" Content-Description: Blind Carbon Copy Sender: owner-freebsd-announce@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk To: undisclosed-recipients:; ------- =_aaaaaaaaaa Content-Type: message/rfc822 Content-Description: Original Message To: stable@freebsd.org cc: committers@freebsd.org Subject: We are now in 2.2.5 BETA test. Date: Fri, 03 Oct 1997 04:44:59 -0700 Message-ID: <2866.875879099@time.cdrom.com> From: "Jordan K. Hubbard" Yesterday, the 2.2-stable branch (tag name: RELENG_2_2) transitioned to BETA status for the upcoming 2.2.5 release on the 20th of October. Daily snapshots of the 2.2-stable branch continue to be made on ftp://releng22.freebsd.org/pub/FreeBSD, though each release is now titled 2.2.5-YYMMDD-BETA instead of the usual 2.2-YYMMDD-RELENG during this testing period. These snapshots should now essentially be considered a "floating BETA", each new tester being expected to install the latest one available (and some number of these snaps will also be mirrored at ftp.freebsd.org during the BETA cycle) and reporting whatever bugs they find in it so we can fix them for the next 24 hour period. It is my hope that this slightly different model of BETA testing will allow us to converge more quickly on a quality 2.2.5 release, these daily snapshots (hopefully) also helping to make sure that nothing gets broken at the last minute. We are now also in code freeze for the 2.2-stable branch, code freeze meaning that the riskier areas of the system (primarily the kernel and some of the more "core" utilities) are strictly off-limits and you need to talk to me first before contemplating any serious changes in those areas. Straight-forward bug fixes and non-critical changes (e.g. to things like docs) are fine, as are some of the "this has worked for ages in -current and somebody simply forgot to bring it over!" sorts of things. I don't mean to sound too permissive during a code freeze, and if you break the tree I *will* yell at you, but that latter category is actually something of a worry since there really is a *lot* of stuff which constitutes some simple and obvious bug fix or enhancement and really should have been brought over before now, but everyone simply missed it in the rush. There's so much of this kind of stuff that I really wouldn't mind some of it making it in if it could also happen in the very earliest days of the BETA (noting the "critical section" rule I stated before, obviously) so we could still get some adequate testing in for it. Otherwise there's always 2.2.6, so don't get cocky and push the envelope, either. ;) Release of 2.2.5 is scheduled for the 20th of October. I'll also be making the CD release for this a 4 CD set (finally!) so we'll have a pretty good collection of stuff available. It should be a good release if we can put the next 17 days to good use. Test away, ladies and gentlemen! :-) Jordan ------- =_aaaaaaaaaa-- From owner-freebsd-announce Fri Oct 3 07:09:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id HAA15545 for freebsd-announce-outgoing; Fri, 3 Oct 1997 07:09:37 -0700 (PDT) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id HAA15540 for ; Fri, 3 Oct 1997 07:09:32 -0700 (PDT) Received: from panke.panke.de (anonymous222.ppp.cs.tu-berlin.de [130.149.17.222]) by mail.cs.tu-berlin.de (8.8.6/8.8.7) with ESMTP id QAA26820 for ; Fri, 3 Oct 1997 16:04:20 +0200 (MET DST) Received: (from wosch@localhost) by panke.panke.de (8.8.5/8.6.12) id OAA02048; Fri, 3 Oct 1997 14:49:05 +0200 (MET DST) Date: Fri, 3 Oct 1997 14:49:05 +0200 (MET DST) Message-Id: <199710031249.OAA02048@panke.panke.de> From: Wolfram Schneider To: announce@freebsd.org Reply-to: ports@freebsd.org Subject: New ports added/updated last two weeks MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-announce@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Introduction ------------ The FreeBSD Ports Collection offers a simple way for users and administrators to install applications. Each "port" listed here contains any patches necessary to make the original application source code compile and run on FreeBSD. Installing an application is as simple as downloading the port, unpacking it and typing make in the port directory. The Makefile automatically fetches the application source code, either from a local disk or via ftp, unpacks it on your system, applies the patches, and compiles. If all goes well, simply type make install to install the application. For more information about using ports, see the ports collection http://www.freebsd.org/handbook/ports.html and http://www.freebsd.org/ports/ There are currently 1087 ports in the FreeBSD Ports Collection. New ports added last two weeks ------------------------------ Category german ================================================== de-manpages-1.0 German GNU and Linux manual pages. Maintained by: wosch@FreeBSD.org Category graphics ================================================== fxtv-0.44 X-based TV-Card Display and Capture Application (for use with bt848 driver) Maintained by: rhh@ct.picker.com Requires: Xaw3d-1.3, gmake-3.75, tiff-3.3, xpm-3.4j Category japanese ================================================== ja-elisa8-1.0 X11 8-dot kanji font 'elisa font' Maintained by: ishijima@tri.pref.osaka.jp Also listed in: x11 Category lang ================================================== tcl-7.5.1 Tool Command Language. Maintained by: taguchi@tohoku.iij.ad.jp Category sysutils ================================================== mei-1.53 formats magneto-optical disk for MS-DOS FAT filesystem. Maintained by: itojun@itojun.org Requires: ja-nkf-1.62 setquota-0.1 Command line quota tools. Maintained by: winter@jurai.net Category textproc ================================================== html-4.0 All W3C published SGML DTDs for HTML Maintained by: jfieber@FreeBSD.ORG Category x11 ================================================== tk-4.1.1 Graphical toolkit for TCL. Maintained by: taguchi@tohoku.iij.ad.jp Requires: tcl-7.5.1 XPostitPlus-2.3 PostIt (R) messages onto your X11 screen Maintained by: mi@aldan.ziplink.net Updated ports last two weeks ----------------------------------- Maintained by: ache@FreeBSD.ORG Requires: unzip-5.3.1 zip+crypt-2.2q Create/update ZIP files compatible with pkzip, passwords enabled Maintained by: ache@FreeBSD.ORG Requires: unzip-5.3.1 Category chinese ================================================== zh-Wnn-4.2 A Japanese/Chinese/Korean input method (only Chinese built) Maintained by: taoka@infonets.hiroshima-u.ac.jp zh-big5con-0.1 Big5 Chinese console Maintained by: hcchu@r350.ee.ntu.edu.tw Requires: gmake-3.75 zh-c2t-1.0 translates GB/Big5 encoding to tone pinyin Maintained by: obrien@NUXI.com zh-celvis-1.3 A vi/ex clone that speaks Chinese Maintained by: obrien@NUXI.com Also listed in: editors zh-cless-290 A better pager utility (and it speaks Chinese) Maintained by: obrien@cs.ucdavis.edu Also listed in: misc zh-cxterm-5.0.3 An xterm that speaks Chinese Maintained by: obrien@FreeBSD.org Also listed in: x11 zh-gb2ps-2.02 converts Chinese GB (simple) encoded text to PostScript Maintained by: obrien@NUXI.com zh-gbscript-1.11 converts GB simplified Chinese text to PostScript Maintained by: obrien@NUXI.com zh-hc-3.0 Hanzi Converter -- converts between GB and BIG-5 codes Maintained by: obrien@NUXI.com zh-lunar-2.1 convert between the Gregorian Solar Calendar (SC) and the Lunar Calendar (LC). Maintained by: obrien@NUXI.com zh-mule-wnn4-2.3 A multilingual emacs, with Wnn4 support built in (Only the executables) Maintained by: taoka@infonets.hiroshima-u.ac.jp Also listed in: editors Requires: gmake-3.75, zh-Wnn-4.2 zh-nvi-big5-1.79-970820 A clone of vi/ex, with multilingual patch, default settings for big5. Maintained by: itojun@itojun.org Also listed in: editors zh-nvi-euccn-1.79-970820 A clone of vi/ex, with multilingual patch, default settings for euc-cn. Maintained by: itojun@itojun.org Also listed in: editors zh-nvi-euctw-1.79-970820 A clone of vi/ex, with multilingual patch, default settings for euc-tw. Maintained by: itojun@itojun.org Also listed in: editors Category converters ================================================== mimepp-1.0 C++ class library for MIME messages Maintained by: andy@icc.surw.chel.su Category databases ================================================== mysql-3.20.30b a multithreaded SQL database. Maintained by: josh@ican.net Requires: gmake-3.75 postgresql-6.1.1 a robust, next generation, object-relational DBMS Maintained by: andreas@FreeBSD.ORG Requires: gmake-3.75 Category devel ================================================== automake-1.2 GNU Standards-compliant Makefile generator Maintained by: fujimoto@oscar.elec.waseda.ac.jp portlint-1.49 a verifier for FreeBSD port directory. Maintained by: itojun@itojun.org Category games ================================================== angband-2.8.2 Rogue-like game with color, X11 support. Maintained by: mph@pobox.com cgoban-1.8.2 Internet Go Server client and game editor Maintained by: simonm@dcs.gla.ac.uk Category graphics ================================================== ImageMagick-3.9.0 An X11 package for display and interactive manipulation of images. Maintained by: ports@freebsd.org Requires: jbigkit-0.9, jpeg-6a, mpeg_lib-1.1, png-0.96, tiff-3.3 giflib-3.0 Tools and library routines for working with GIF images. Maintained by: tg@FreeBSD.ORG Category japanese ================================================== ja-Wnn-4.2 A Japanese/Chinese/Korean input method (only Japanese built) Maintained by: taoka@infonets.hiroshima-u.ac.jp ja-Wnn6-lib-97.6.6 include files and a library of Wnn6 Maintained by: taoka@infonets.hiroshima-u.ac.jp ja-Wnn6-97.6.6 A Japanese input method (this is not free) Maintained by: taoka@infonets.hiroshima-u.ac.jp ja-jlatex209-a17 ASCII Japanese pTeX based on LaTeX-209 Maintained by: mita@jp.FreeBSD.org Also listed in: print Requires: gmake-3.75 ja-jlatex209-a17-n152 Japanese TeX based on LaTeX-209 with both NTT and ASCII Maintained by: mita@jp.FreeBSD.org Also listed in: print Requires: gmake-3.75 ja-jlatex209-n152 NTT Japanese TeX based on LaTeX-209 Maintained by: mita@jp.FreeBSD.org Also listed in: print Requires: gmake-3.75 ja-man-doc-2.2.2f Japanese online manual pages corresponding to /usr/share/man/man[18] Maintained by: kiri@kiri.toba-cmt.ac.jp ja-mew-1.70 Message interface to Emacs Window Maintained by: kiri@kiri.toba-cmt.ac.jp Also listed in: mail Requires: gmake-3.75, mule-2.3 ja-vfghostscript-5.03 Aladdin Postscript and PDF interpreter with Japanese vector font library. Maintained by: mita@jp.FreeBSD.org Also listed in: print Requires: ja-vflib-2.22.9 Category korean ================================================== ko-Wnn-4.2 A Japanese/Chinese/Korean input method (only Korean built) Maintained by: taoka@infonets.hiroshima-u.ac.jp ko-afterstep-1.0pr3h1 This Bowman-NeXTSTEP clone window manager with Korean character support. Maintained by: junker@jazz.snu.ac.kr Also listed in: x11 Requires: xpm-3.4j ko-elm-2.4h4.1 ELM Mail User Agent, patched for Korean E-Mail Maintained by: junker@jazz.snu.ac.kr Also listed in: mail ko-fvwm95-2.0.42ah3 Win95 lookalike version of the fvwm2 window manager with Korean support. Maintained by: junker@jazz.snu.ac.kr Also listed in: x11 Requires: gmake-3.75, gsm-1.0.10, rplay-3.2.0b6, xpm-3.4j ko-h2ps-a4-1.0 Formats an ascii file for printing on a postscript printer with Korean char. Maintained by: junker@jazz.snu.ac.kr Also listed in: print ko-han-1.0fb A hangul console. Maintained by: junker@jazz.snu.ac.kr Requires: gmake-3.75 ko-hanmutt-0.60h9 "The Mongrel of Mail User Agents" (part Elm, Pine, mh), with Hangul support Maintained by: junker@jazz.snu.ac.kr Also listed in: mail ko-hanterm-304b3af An xterm hacks for managing Korean languages. Maintained by: junker@jazz.snu.ac.kr Also listed in: x11 ko-hanterm-xf86-3.2 An X11R6-based xterm hacked for managing Korean languages. Maintained by: junker@jazz.snu.ac.kr Also listed in: x11 ko-hanterm-304b3 An xterm hacked for managing Korean languages. Maintained by: junker@jazz.snu.ac.kr Also listed in: x11 ko-hanyangfonts-1.0 Hangul fonts for X11(hanyang) used in many hangul-related programs. Maintained by: junker@jazz.snu.ac.kr Also listed in: x11 ko-hcode-2.1.2 Hangul code conversion utility Maintained by: junker@jazz.snu.ac.kr ko-helvis-1.8h2- A clone of vi/ex, the standard UNIX editor, supporting Hangul. Maintained by: junker@jazz.snu.ac.kr Also listed in: editors ko-hfvwm-2.0.43 The fvwm2 window manager, with Korean support Maintained by: junker@jazz.snu.ac.kr Also listed in: x11 Requires: xpm-3.4j ko-hlatexpsfonts-0.95 Hangul Type 1 fonts for HLaTeX-0.95 and other applications Maintained by: junker@jazz.snu.ac.kr ko-hmconv-1.0p3 Hangul code conversion utility for E-mail Maintained by: junker@jazz.snu.ac.kr Also listed in: mail ko-hpscat-1.3jshin Hangul Text Printing Utility Maintained by: junker@jazz.snu.ac.kr Also listed in: print ko-johabfonts-304 Hangul fonts for X11(johab) used in many hangul-related programs. Maintained by: junker@jazz.snu.ac.kr Also listed in: x11 ko-linuxdoc-sgml-1.6bh2 Korean patch version of Linuxdoc-SGML. Maintained by: junker@jazz.snu.ac.kr Also listed in: textproc ko-mule-wnn4-2.3 A multilingual emacs, with Wnn4 support built in (Only the executables) Maintained by: taoka@infonets.hiroshima-u.ac.jp Also listed in: editors Requires: gmake-3.75, ko-Wnn-4.2 ko-netscape-3.01intl netscape-3.01 web-surfboard (international version, Korean) Maintained by: junker@jazz.snu.ac.kr Also listed in: www ko-nh2ps-a4-1.0p1 Formats an ascii file for printing on a postscript printer with Korean char. Maintained by: junker@jazz.snu.ac.kr Also listed in: print ko-nhpf-1.42 Hangul Printing Filter for Netscape with embedded font Maintained by: junker@jazz.snu.ac.kr Also listed in: www ko-nhppf-1.2 Hangul Printing Filter for Netscape with HLaTeX-0.95 PS font Maintained by: junker@jazz.snu.ac.kr ko-nvi-euckr-1.79-970820 A clone of vi/ex, with multilingual patch, default settings for euc-kr. Maintained by: itojun@itojun.org Also listed in: editors ko-nvi-iso2022kr-1.79-970820 A clone of vi/ex, with multilingual patch, default settings for iso-2022-kr. Maintained by: itojun@itojun.org Also listed in: editors ko-pine-3.96k Program for Internet E-mail and News, patched for Korean E-Mail transfer Maintained by: junker@jazz.snu.ac.kr Also listed in: mail ko-pinetreefonts-1.0 Hangul fonts for X11(pinetree, KSC5601-1987-0 encoding) Maintained by: junker@jazz.snu.ac.kr Also listed in: x11 ko-ztelnet-1.0p1 Telnet program with zmodem transfer. Maintained by: junker@jazz.snu.ac.kr Also listed in: net Category lang ================================================== gnat-3.09 The GNU Ada Translator. Maintained by: maurice@serc.rmit.edu.au Category mail ================================================== fetchmail-4.2.8 batch mail retrieval/forwarding utility for pop2, pop3, apop, imap Maintained by: ve@sci.fi Category mbone ================================================== speak_freely-6.1c Voice Communication Over Data Networks. Maintained by: ache@FreeBSD.ORG Also listed in: audio security Requires: gsm-1.0.10 Category misc ================================================== fd-1.03a A file and directory management tool Maintained by: nobu@psrc.isac.co.jp gnuls-3.16 FreeBSD port of colorized GNU `ls'. Maintained by: bmc@WillsCreek.COM mc-4.1 Midnight Commander, a free Norton Commander Clone Maintained by: ports@FreeBSD.org rpm-2.4.7 The Red Hat Package Manager Maintained by: tg@FreeBSD.ORG Requires: gdbm-1.7.3, gmake-3.75 tkinfo-1.8 A tk script to read GNU "info" files and display them. Maintained by: tg@freebsd.org Also listed in: tk80 tkman-2.0 A Tcl/Tk based manual browser Maintained by: tg@freebsd.org Also listed in: tk80 Requires: tcl-8.0, tk-8.0 Category net ================================================== cvsup-15.2 A network file distribution and update system for CVS repositories. Maintained by: jdp@FreeBSD.org Also listed in: devel Requires: modula-3-3.6, modula-3-lib-3.6 delegate-4.3.3 General purpose TCP/IP proxy system Maintained by: max@FreeBSD.ORG Also listed in: www japanese samba-1.9.17p2 A LanManager(R)-compatible server suite for Unix Maintained by: gpalmer@FreeBSD.ORG zircon-1.18.44 An X11 interface to Internet Relay Chat. Maintained by: ports@FreeBSD.org Also listed in: tk80 Requires: tcl-8.0, tk-8.0 Category news ================================================== tin-1.3.970923 TIN newsreader (termcap based) Maintained by: ache@FreeBSD.org Category shells ================================================== zsh-3.0.5 The Z shell. Maintained by: torstenb@FreeBSD.ORG Category sysutils ================================================== cd-write-1.4 A X11 based CD-burner Maintained by: jmz@FreeBSD.org Requires: tcl-7.6, tix-4.1.0.005, tk-4.2 Category vietnamese ================================================== vi-vn7to8-1.1.1 converts between 7-bit Vietnamese VIQR and 8-bit VISCII formats Maintained by: obrien@cs.ucdavis.edu vi-vnelvis-1.4 A vi clone that speaks Vietnamese Maintained by: obrien@cs.ucdavis.edu vi-vnless-1.0 A pager utility that speaks Vietnamese Maintained by: obrien@cs.ucdavis.edu vi-vnlpr-2.0 shell script and set of fonts to print Vietnamese text on PostScript printer Maintained by: obrien@cs.ucdavis.edu vi-vnpstext-1.1 converts 8-bit VISCII Vietnamese text into PostScript Maintained by: obrien@cs.ucdavis.edu vi-vnroff-2.0 converts Vietnamese VIQR text into troff format Maintained by: obrien@cs.ucdavis.edu vi-vnterm-3.3 An xterm that speaks Vietnamese Maintained by: obrien@cs.ucdavis.edu Also listed in: x11 Category www ================================================== apacheSSL-1.2.4 Apache secure https server using SSL Maintained by: markm@freebsd.org Requires: SSLeay-0.8.1, rsaref-2.0 linux-netscape-4.03 netscape web-surfboard Maintained by: ports@FreeBSD.ORG Requires: linux_lib-2.4 lynx-2.7.1ac-0.73 An alphanumeric display oriented World-Wide Web Client. Maintained by: ache@FreeBSD.ORG netscape-3.03 netscape-3.01 web-surfboard (regular or gold) Maintained by: ports@FreeBSD.ORG Category x11 ================================================== filerunner-2.4 Filemanager with FTP capabilities. Uses Tcl/Tk. Maintained by: lukin@okbmei.msk.su Also listed in: tk80 Requires: tcl-8.0, tk-8.0 qvwm-1.0b8e The most win95-like window manager. Standalone, not fvwm patched. Maintained by: Nakai@Mlab.t.u-tokyo.ac.jp Requires: xpm-3.4j xlockmore-4.04 Like XLock session locker/screen saver, but just more. Maintained by: ports@freebsd.org Requires: xpm-3.4j xmbdfed-2.3 A Motif tool for editing X11 bitmap fonts Maintained by: jfieber@FreeBSD.ORG _________________________________________________________________ © 1996-1997 by Wolfram Schneider. All rights reserved. Please direct questions about this service to wosch@FreeBSD.org General questions about FreeBSD ports should be sent to ports@FreeBSD.org Last database update: 1997/09/30 09:59:23 UTC _________________________________________________________________ This information was produced by http://www.freebsd.org/cgi/ports.cgi -- Wolfram Schneider http://www.apfel.de/~wosch/