[BACK]Return to portstat.html CVS log [TXT][DIR] Up to [local] / www

Annotation of www/portstat.html, Revision 1.17

1.1       marc        1: <!-- WARNING: PORTSTAT.HTML IS GENERATED FROM OTHER FILES:
                      2:      DO NOT EDIT PORTSTAT.HTML BY HAND
                      3:      SEE PORTSTAT.BLD, PORTSTAT.HDR, PORTSTAT.TLR, AND PORTSTAT.STAT
                      4:
                      5:      ***** TO change the status of a port:
                      6:      ***** 1) modify portstat.stat
                      7:      ***** 2) run the script portstat.bld
                      8:      ***** 3) commit the changes
                      9:
                     10:      Send any questions to ports@OpenBSD.org -->
                     11: <html>
                     12:  <head>
                     13:   <meta http-equiv="Content-Type"
                     14:         content="text/html; charset=iso-8859-1">
                     15:   <meta name="resource-type"
                     16:         content="document">
                     17:   <meta name="description"
                     18:         CONTENT="OpenBSD: status of the ports tree and individual ports">
                     19:   <meta name="keywords"
                     20:         content="openbsd,ports">
                     21:   <meta name="distribution"
                     22:         content="global">
                     23:   <meta name="copyright"
                     24:         content="This document copyright 1997,1998 by the OpenBSD project">
                     25:   <title>OpenBSD ports status</title>
                     26:   <link rev="made" HREF="mailto:www@openbsd.org">
                     27:  </head>
                     28:  <body text="#000000" bgcolor="#FFFFFF" link="#23238E">
                     29:   <a name=top></a>
1.17    ! pauls      30:   <img height=30 width=141 src=images/smalltitle.gif alt="[OpenBSD]" >
1.1       marc       31:   <h2><font color=#e00000>Port Tree Status</font></H2>
                     32:   <p>This page lists the date and last change for each OpenBSD port
                     33:      by category.  The ports team tries to verify that each port works
                     34:      as expected, but given the number of machines and machine
                     35:      configurations supported there can be no guarantee that any given
                     36:      port will work on your system.  If you find a port that does not
                     37:      work please let us know by mailing to
                     38:      <a href="mailto:ports@openbsd.org">ports@OpenBSD.ORG</a>.  Be
                     39:      sure to include:
                     40:      <ul>
                     41:       <li>the port name and version
                     42:       <li>your OpenBSD version, including any patches you may have applied.
                     43:       <li>the output of <kbd>uname -a</kbd>.
                     44:       <li>a complete description of the problem.
                     45:      </ul>
                     46:   <p>Select from the following list of categories:
                     47:    <dir compact>
                     48:     <li><a href=#archivers>archivers</a>
                     49:     <li><a href=#astro>astro</a>
                     50:     <li><a href=#audio>audio</a>
                     51:     <li><a href=#benchmarks>benchmarks</a>
1.14      marc       52:     <li><a href=#cad>cad</a>
1.1       marc       53:     <li><a href=#chinese>chinese</a>
                     54:     <li><a href=#comms>comms</a>
1.10      marc       55:     <li><a href=#converters>converters</a>
1.1       marc       56:     <li><a href=#databases>databases</a>
                     57:     <li><a href=#devel>devel</a>
                     58:     <li><a href=#editors>editors</a>
                     59:     <li><a href=#emulators>emulators</a>
                     60:     <li><a href=#games>games</a>
                     61:     <li><a href=#graphics>graphics</a>
                     62:     <li><a href=#lang>lang</a>
                     63:     <li><a href=#mail>mail</a>
1.10      marc       64:     <li><a href=#math>math</a>
1.1       marc       65:     <li><a href=#misc>misc</a>
                     66:     <li><a href=#net>net</a>
                     67:     <li><a href=#news>news</a>
                     68:     <li><a href=#plan9>plan9</a>
                     69:     <li><a href=#print>print</a>
                     70:     <li><a href=#security>security</a>
                     71:     <li><a href=#shells>shells</a>
                     72:     <li><a href=#sysutils>sysutils</a>
                     73:     <li><a href=#textproc>textproc</a>
                     74:     <li><a href=#www>www</a>
                     75:     <li><a href=#x11>x11</a>
                     76:    </dir>
                     77:   <hr>
                     78:   <a name=archivers></a>
                     79:   <h3><font color=#0000e0>archivers</font></h3>
                     80:    <pre>
                     81:     arc
                     82:        1998-Feb-19     install/deinstall doc in share/doc/arc
                     83:
                     84:     bzip
                     85:        1998-Feb-19     no problems found
                     86:
                     87:     bzip2
                     88:        1998-Feb-20     change package name to be same as dist name.
                     89:
                     90:     freeze
                     91:        1998-Feb-19     no problems found
                     92:
                     93:     gshar+gunshar
                     94:        1998-Feb-19     many messages from `gencat' when building code,
                     95:                        but this seems to be the way it comes from the
                     96:                        FSF.
                     97:
                     98:     gtar
                     99:        1998-Feb-19     no problems found
                    100:
                    101:     ha
                    102:        1998-Feb-19     no problems found
                    103:
                    104:     lha
                    105:        1998-Feb-19     no problems found
                    106:
                    107:     nulib
                    108:        1998-Feb-20     fix bogus patch re use of mkstemp
                    109:
                    110:     p5-Compress-Zlib
                    111:        1998-Feb-20     installs in /usr/lib/perl5/site_perl/...;
                    112:                        replaced bad packing list with message noting
                    113:                        the location of the perl packing list
                    114:
                    115:     unarj
                    116:        1998-Feb-21     no problems found
                    117:
                    118:     unrar
                    119:        1998-Feb-21     remove doc directory when uninstalled
                    120:
                    121:     unzip
                    122:        1998-Feb-25     remove zipinfo link and empty unzip dir when
                    123:                        package deleted
                    124:
                    125:     zip
1.9       marc      126:        1998-Apr-07     fix config so it works with gcc-2.8
1.1       marc      127:
                    128:     zoo
                    129:        1998-Feb-25     no problems found
                    130:
                    131:    </pre>
                    132:   <p align=center><a href=#top>return to top of page</a>
                    133:   <hr>
                    134:   <a name=astro></a>
                    135:   <h3><font color=#0000e0>astro</font></h3>
                    136:    <pre>
1.10      marc      137:     sattrack
                    138:        1998-Apr-28     port added
                    139:
1.1       marc      140:     xearth
                    141:        1998-Feb-25     remove comments meaningless to OpenBSD from
                    142:                        description; fix packing list;
                    143:
                    144:     xephem
                    145:        1998-Feb-26     remove reference to older version from
                    146:                        package description; update packing list.
                    147:
                    148:     xphoon
                    149:        1998-Feb-26     get rid of all warnings; update the
                    150:                        packing list
                    151:
                    152:    </pre>
                    153:   <p align=center><a href=#top>return to top of page</a>
                    154:   <hr>
                    155:   <a name=audio></a>
                    156:   <h3><font color=#0000e0>audio</font></h3>
                    157:    <pre>
1.11      marc      158:     amp
1.15      marc      159:        1998-Jun-07     adapt to openbsd
1.11      marc      160:
1.1       marc      161:     gsm
                    162:        1998-Feb-26     install links to man page for untoast and tcat;
                    163:                        fix makefile so shared library is installed
                    164:                        (except for alpha); change packing list to
                    165:                        clean up everything when package deleted
                    166:
1.11      marc      167:     mpegaudio
                    168:        1998-May-20     port added
                    169:
1.10      marc      170:     mpg123
                    171:        1998-Apr-28     port added
                    172:
1.11      marc      173:     nspmod
1.15      marc      174:        1998-Jun-07     fixed reversed patch
1.11      marc      175:
1.1       marc      176:     rplay
1.9       marc      177:        1998-Apr-09     Updated, version 3.3.0a1
1.1       marc      178:
1.15      marc      179:     rsynth
                    180:        1998-Jun-07     port added
                    181:
1.10      marc      182:     sox
1.11      marc      183:        1998-May-20     use  /usr/include/soundcard.h
                    184:
                    185:     tosha
1.15      marc      186:        1998-Jun-07     use the correct CDDA read method on my CD-RW
1.11      marc      187:
                    188:     tracker
                    189:        1998-May-21     port added
1.10      marc      190:
1.15      marc      191:     workman
                    192:        1998-Jun-07     port added
                    193:
1.1       marc      194:     xcd
1.9       marc      195:        1998-Apr-09     update packing list
1.1       marc      196:
1.11      marc      197:     xcdplayer
                    198:        1998-May-21     port added
                    199:
                    200:     xmcd
                    201:        1998-May-20     port added
                    202:
                    203:     xmix
                    204:        1998-May-21     port added
                    205:
                    206:     xmmix
                    207:        1998-May-21     port added
                    208:
1.1       marc      209:    </pre>
                    210:   <p align=center><a href=#top>return to top of page</a>
                    211:   <hr>
                    212:   <a name=benchmarks></a>
                    213:   <h3><font color=#0000e0>benchmarks</font></h3>
                    214:    <pre>
                    215:     bonnie
                    216:        1998-Feb-26     no problems found
                    217:
                    218:     bytebench
                    219:        1998-Feb-28     remove patch residue before install so uninstall
                    220:                        is clean; minor tweaks to description; replace
                    221:                        gets with fgets; get rid of all compile warnings
                    222:
                    223:     iozone
                    224:        1998-Feb-26     no problems found
                    225:
                    226:     lmbench
                    227:        1998-Feb-26     remove (outdated) specific version from
                    228:                        description; get rid of all compile warnings
                    229:
                    230:     tcpblast
                    231:        1998-Mar-01     no man page
                    232:
                    233:     xengine
                    234:        1998-Mar-01     get rid of all compile warnings; make packing
                    235:                        list reflect reality
1.14      marc      236:
                    237:    </pre>
                    238:   <p align=center><a href=#top>return to top of page</a>
                    239:   <hr>
                    240:   <a name=cad></a>
                    241:   <h3><font color=#0000e0>cad</font></h3>
                    242:    <pre>
                    243:     spice
                    244:        1998-Jun-03     port added
1.1       marc      245:
                    246:    </pre>
                    247:   <p align=center><a href=#top>return to top of page</a>
                    248:   <hr>
                    249:   <a name=chinese></a>
                    250:   <h3><font color=#0000e0>chinese</font></h3>
                    251:    <pre>
                    252:     c2t
                    253:        1998-Mar-02     get rid of all compile warnings
                    254:
                    255:     lunar
                    256:        1998-Mar-02     no problems found
                    257:
                    258:    </pre>
                    259:   <p align=center><a href=#top>return to top of page</a>
                    260:   <hr>
                    261:   <a name=comms></a>
                    262:   <h3><font color=#0000e0>comms</font></h3>
                    263:    <pre>
                    264:     bpl+
                    265:        1998-Mar-02     uses tmpname, no man pages
                    266:
1.10      marc      267:     conserver
                    268:        1998-Apr-28     port added
                    269:
1.1       marc      270:     hylafax
1.10      marc      271:        1998-May-05     use new jpeg lib
1.1       marc      272:
                    273:     kermit
                    274:        1998-Mar-03     add patch to remove time_t warnings; remove
                    275:                        the unneeded (and deprecated) SETREUID and
                    276:                        SAVEDUID options from Makefile; install with
                    277:                        proper owner, group and modes so can access
                    278:                        lock directory and devices; install man in cat1,
                    279:                        not man1; clean up packing list
                    280:
1.10      marc      281:     mgetty+sendfax
                    282:        1998-May-04     updated
                    283:
                    284:     minicom
                    285:        1998-May-05     updated
                    286:
                    287:     qpage
                    288:        1998-May-16     port added
                    289:
1.1       marc      290:     rzsz
1.10      marc      291:        1998-Apr-25     update checksum and patches
1.1       marc      292:
                    293:     seyon
                    294:
                    295:     tkhylafax
1.10      marc      296:        1998-may-28     broken
1.1       marc      297:
                    298:     xcept
                    299:
                    300:     zmtx-zmrx
                    301:
                    302:    </pre>
                    303:   <p align=center><a href=#top>return to top of page</a>
                    304:   <hr>
1.10      marc      305:   <a name=converters></a>
                    306:   <h3><font color=#0000e0>converters</font></h3>
                    307:    <pre>
                    308:     btoa
                    309:        1998-Apr-28     port added
                    310:
                    311:     ish
                    312:        1998-Apr-28     port added
                    313:
                    314:     mimepp
                    315:        1998-Apr-28     port added
                    316:
                    317:     mpack
                    318:        1998-Apr-28     port added
                    319:
                    320:     p5-Convert-UU
                    321:        1998-Apr-28     port added
                    322:
                    323:     p5-MIME-Base64
                    324:        1998-Apr-28     port added
                    325:
                    326:     recode
                    327:        1998-Apr-28     port added
                    328:
                    329:     trans
1.11      marc      330:        1998-Apr-28     port added
1.10      marc      331:
                    332:    </pre>
                    333:   <p align=center><a href=#top>return to top of page</a>
                    334:   <hr>
1.1       marc      335:   <a name=databases></a>
                    336:   <h3><font color=#0000e0>databases</font></h3>
                    337:    <pre>
                    338:     db
                    339:        1998-Feb-09
                    340:
1.8       marc      341:     p5-DBD-Pg
                    342:        1998-Mar-24     port added
                    343:
                    344:     p5-DBI
                    345:        1998-Mar-24     port added
                    346:
1.10      marc      347:     pgaccess
                    348:        1998-May-06     port added
                    349:
1.1       marc      350:     postgresql
1.16      marc      351:        1998-Jun-09     fix build dependencies
1.1       marc      352:
                    353:    </pre>
                    354:   <p align=center><a href=#top>return to top of page</a>
                    355:   <hr>
                    356:   <a name=devel></a>
                    357:   <h3><font color=#0000e0>devel</font></h3>
                    358:    <pre>
                    359:     autoconf
                    360:        1997-Dec-13
                    361:
                    362:     automake
                    363:        1997-Dec-13
                    364:
                    365:     bison
1.10      marc      366:        1998-Apr-25     mktemp->mkstemp patch
1.9       marc      367:
1.12      marc      368:     ddd
                    369:        1998-May-22     port added
                    370:
1.1       marc      371:     dejagnu
1.6       marc      372:        1998-Mar-14     no problems found
1.1       marc      373:
                    374:     gindent
1.6       marc      375:        1998-Mar-14     install as gindent, not indent; add patch so the
                    376:                        info directory is updated correctly; update
                    377:                        packing list
1.1       marc      378:
                    379:     gmake
1.15      marc      380:        1998-June-06    fix mktemp() in main.c
1.1       marc      381:
                    382:     id-utils
1.6       marc      383:        1998-Mar-14     update info directory on install/uninstall;
                    384:                        replace gets with fgets in one spot
1.1       marc      385:
                    386:     libslang
                    387:
                    388:     m4
                    389:
1.11      marc      390:     nasm
                    391:        1998-May-21     port added
                    392:
1.1       marc      393:     swig
                    394:
                    395:     xmake
                    396:
                    397:    </pre>
                    398:   <p align=center><a href=#top>return to top of page</a>
                    399:   <hr>
                    400:   <a name=editors></a>
                    401:   <h3><font color=#0000e0>editors</font></h3>
                    402:    <pre>
                    403:     axe
                    404:        1997-Dec-29
                    405:
                    406:     beav
1.15      marc      407:        1997-Jun-09     don't install gzipped man pages
1.1       marc      408:
                    409:     emacs
1.10      marc      410:        1998-Apr-05     do NOT strip emacs on the alpha; stripping emacs
                    411:                        on the alpha breaks emacs.
1.1       marc      412:
                    413:     jed
1.15      marc      414:        1998-Jun-09     does not compile
1.1       marc      415:
                    416:     joe
1.10      marc      417:        1998-Apr-16     patches and updated packing list close PR 435
1.1       marc      418:
                    419:     jove
                    420:
1.10      marc      421:     nedit
                    422:        1998-May-06     nedit 5.0.2 added
                    423:
1.15      marc      424:     vim
                    425:        1998-Jun-09     port added
                    426:
1.1       marc      427:    </pre>
                    428:   <p align=center><a href=#top>return to top of page</a>
                    429:   <hr>
                    430:   <a name=emulators></a>
                    431:   <h3><font color=#0000e0>emulators</font></h3>
                    432:    <pre>
1.11      marc      433:     bochs
                    434:        1998-May-20     port added
                    435:
1.10      marc      436:     linux_lib
1.11      marc      437:        1998-May-07     port added
1.10      marc      438:
1.1       marc      439:     wine
                    440:
                    441:     x48
                    442:
                    443:    </pre>
                    444:   <p align=center><a href=#top>return to top of page</a>
                    445:   <hr>
                    446:   <a name=games></a>
                    447:   <h3><font color=#0000e0>games</font></h3>
                    448:    <pre>
                    449:     abuse
1.16      marc      450:        1998-Jun-09     work around configure brokeness
1.1       marc      451:
1.11      marc      452:     agm
                    453:        1998-May-19     port added
                    454:
                    455:     bs
                    456:        1998-May-19     port added
                    457:
                    458:     connect4
                    459:        1998-May-19     port added
                    460:
                    461:     freeciv
                    462:        1998-May-19     port added
                    463:
                    464:     gnuchess
                    465:        1998-May-19     port added
                    466:
                    467:     gnugo
                    468:        1998-May-19     port added
                    469:
                    470:     gnushogi
                    471:        1998-May-19     port added
                    472:
                    473:     netris
                    474:        1998-May-19     port added
                    475:
                    476:     spider
                    477:        1998-May-19     port added
                    478:
                    479:     starlanes
                    480:        1998-May-19     port added
                    481:
                    482:     xasteroids
                    483:        1998-May-19     port added
                    484:
                    485:     xbat
                    486:        1998-May-19     port added
                    487:
                    488:     xbattle
                    489:        1998-May-19     port added
                    490:
1.1       marc      491:     xbill
                    492:
1.11      marc      493:     xbl
                    494:        1998-May-19     port added
                    495:
                    496:     xblast
                    497:        1998-May-19     port added
                    498:
                    499:     xboard
                    500:        1998-May-19     port added
                    501:
                    502:     xboing
                    503:        1998-May-19     port added
                    504:
                    505:     xchomp
                    506:        1998-May-19     port added
                    507:
                    508:     xcubes
                    509:        1998-May-19     port added
                    510:
                    511:     xdeblock
                    512:        1998-May-19     port added
                    513:
                    514:     xdino
                    515:        1998-May-19     port added
                    516:
                    517:     xevil
1.15      marc      518:        1998-Jun-09     don't install compressed man pages
1.11      marc      519:
                    520:     xgolgo
                    521:        1998-May-19     port added
                    522:
                    523:     xinvaders
                    524:        1998-May-19     port added
                    525:
                    526:     xjewel
                    527:        1998-May-19     port added
                    528:
                    529:     xjig
                    530:        1998-May-19     port added
                    531:
                    532:     xkobo
                    533:        1998-May-19     port added
                    534:
                    535:     xlife
                    536:        1998-May-19     port added
                    537:
                    538:     xmahjongg
                    539:        1998-May-19     port added
                    540:
                    541:     xmine
                    542:        1998-May-19     port added
                    543:
                    544:     xminehunter
                    545:        1998-May-19     port added
                    546:
                    547:     xminesweep
                    548:        1998-May-19     port added
                    549:
                    550:     xmj
1.15      marc      551:        1998-Jun-09     use the NoMan target, ala niklas and make all of the
                    552:        tiles valid C.
1.11      marc      553:
1.1       marc      554:     xmris
1.10      marc      555:        1998-Apr-25     don't require user "games".
1.1       marc      556:
1.11      marc      557:     xneko
1.16      marc      558:        1998-Jun-10     need to tell ld(1) where to look for X11
1.11      marc      559:
                    560:     xonix
                    561:        1998-May-19     port added
                    562:
                    563:     xpacman
                    564:        1998-May-19     port added
                    565:
                    566:     xpat2
                    567:        1998-May-19     port added
                    568:
1.6       marc      569:     xripple
                    570:        1998-Mar-13     port added
                    571:
1.4       marc      572:     xroach
1.13      marc      573:        1998-May-30     add X11 library dir
1.4       marc      574:
1.1       marc      575:     xscrabble
                    576:
1.11      marc      577:     xskat
                    578:        1998-May-19     port added
                    579:
                    580:     xsol
                    581:        1998-May-19     port added
                    582:
1.1       marc      583:     xsoldier
                    584:
                    585:    </pre>
                    586:   <p align=center><a href=#top>return to top of page</a>
                    587:   <hr>
                    588:   <a name=graphics></a>
                    589:   <h3><font color=#0000e0>graphics</font></h3>
                    590:    <pre>
1.12      marc      591:     ImageMagick
1.15      marc      592:        1998-Jun-09     remove patches no longer needed now that tiff34
                    593:                        is installed as libtiff; requires updated tiff34
                    594:                        port
1.12      marc      595:
1.11      marc      596:     giftrans
                    597:        1998-May-20     port added
                    598:
1.15      marc      599:     gimp
                    600:        1998-Jun-09     remove patches no longer needed now that tiff34
                    601:                        is installed as libtiff; requires updated tiff34
                    602:                        port
                    603:
1.1       marc      604:     jpeg
1.10      marc      605:        1998-May-05     update jpeg lib to version 6b
1.1       marc      606:
                    607:     mpeg-lib
                    608:
                    609:     mpeg_play
                    610:
1.10      marc      611:     netpbm
1.13      marc      612:        1998-May-30     gets->fgets and tmpnam->mkstemp
1.10      marc      613:
1.1       marc      614:     png
1.7       marc      615:        1998-Mar-20     updated to png-1.0.1; install man pages and doc.
1.1       marc      616:
                    617:     tiff
1.15      marc      618:        1998-Jun-09     port removed; notify people to use tiff34
1.1       marc      619:
                    620:     tiff34
1.15      marc      621:        1998-Jun-09     install as libtiff with symbolic links for the
                    622:                        older libtiff34; ditto for header files
1.10      marc      623:
                    624:     xbmbrowser
1.11      marc      625:        1998-May-05     port added
1.1       marc      626:
                    627:     xfig
1.10      marc      628:        1998-May-05     use new jpeg lib
1.1       marc      629:
                    630:     xpaint
1.13      marc      631:        1998-May-30     fix an mktemp()
1.1       marc      632:
                    633:     xpdf
1.10      marc      634:        1998-May-15     version 0.7a
1.1       marc      635:
                    636:     xpm
1.8       marc      637:        1998-Mar-26     comes with 2.3
1.1       marc      638:
1.7       marc      639:     xv
1.10      marc      640:        1998-May-05     use new jpeg lib
1.7       marc      641:
1.1       marc      642:    </pre>
                    643:   <p align=center><a href=#top>return to top of page</a>
                    644:   <hr>
                    645:   <a name=lang></a>
                    646:   <h3><font color=#0000e0>lang</font></h3>
                    647:    <pre>
                    648:     Gofer
1.15      marc      649:        1998-Jun-08     no problems found
1.1       marc      650:
                    651:     STk
                    652:        1998-Feb-09
                    653:
                    654:     expect
1.8       marc      655:        1998-Feb-10     port added
1.1       marc      656:
                    657:     guavac
                    658:        1997-Dec-29
                    659:
                    660:     ocaml
                    661:
                    662:     python
                    663:
                    664:     tcl80
1.10      marc      665:        1998-Apr-16     ranlib on install
1.1       marc      666:
                    667:    </pre>
                    668:   <p align=center><a href=#top>return to top of page</a>
                    669:   <hr>
                    670:   <a name=mail></a>
                    671:   <h3><font color=#0000e0>mail</font></h3>
                    672:    <pre>
1.10      marc      673:     adcomplain
                    674:        1998-May-16     port added
                    675:
                    676:     asmail
                    677:        1998-May-16     port added
                    678:
                    679:     bulk_mailer
                    680:        1998-May-16     port added
                    681:
                    682:     cucipop
                    683:        1998-Apr-28     updated
                    684:
1.1       marc      685:     elm
                    686:        1997-Dec-29
                    687:
                    688:     exim
                    689:        1998-Jan-02
                    690:
1.10      marc      691:     exmh
                    692:        1998-May-16     broken, use exmh2
                    693:
                    694:     exmh2
                    695:        1998-May-16     port added
                    696:
1.1       marc      697:     faces
                    698:        1997-Dec-13
                    699:
                    700:     fetchmail
1.10      marc      701:        1998-Feb-28     updated to version to 4.3.8 (required a new
                    702:                        patch)
1.1       marc      703:
                    704:     metamail
1.10      marc      705:        1998-Apr-27     get rid of filedescriptor leakage
                    706:
                    707:     mh
                    708:        1998-Apr-30     added
                    709:
                    710:     movemail
                    711:        1998-May-16     port added
                    712:
                    713:     nmh
1.12      marc      714:        1998-May-28     update to version 0.26
1.10      marc      715:
                    716:     p5-Mail-POP3Client
                    717:        1998-May-16     port added
1.1       marc      718:
                    719:     pgpsendmail
1.10      marc      720:        1998-Apr-10     don't overwrite /usr/sbin/sendmail, since
                    721:                        subsequent builds of the source tree will
                    722:                        overwrite that anyway.
1.1       marc      723:
                    724:     pine
1.4       marc      725:        1998-Feb-18     don't try to install shared libpico unless
                    726:                        it was generated
1.1       marc      727:
                    728:     popclient
                    729:
1.10      marc      730:     poppassd
                    731:        1998-May-16     port added
                    732:
1.1       marc      733:     procmail
1.10      marc      734:        1998-Apr-27     don't ask for input during build
                    735:
                    736:     qpopper
                    737:        1998-May-01     port added
1.1       marc      738:
                    739:     xfaces
1.10      marc      740:        1998-Apr-27     install pixmaps in the right place
                    741:
                    742:     xlbiff
                    743:        1998-May-16     port added
                    744:
                    745:    </pre>
                    746:   <p align=center><a href=#top>return to top of page</a>
                    747:   <hr>
                    748:   <a name=math></a>
                    749:   <h3><font color=#0000e0>math</font></h3>
                    750:    <pre>
                    751:     gnuplot
                    752:        1998-May-16     port added
1.1       marc      753:
                    754:    </pre>
                    755:   <p align=center><a href=#top>return to top of page</a>
                    756:   <hr>
                    757:   <a name=misc></a>
                    758:   <h3><font color=#0000e0>misc</font></h3>
                    759:    <pre>
                    760:     amanda
                    761:        1998-Jan-20
                    762:
                    763:     astrolog
                    764:        1997-Dec-21
                    765:
                    766:     buffer
                    767:        1997-Dec-21
                    768:
1.11      marc      769:     cbb
                    770:        1998-May-20     port added
                    771:
1.15      marc      772:     cdrecord
                    773:        1998-Jun-07     port added; the beta port cdrecord-current removed
1.1       marc      774:
1.10      marc      775:     gnuls
                    776:        1998-Apr-24     port added
                    777:
                    778:     jive
                    779:        1998-Apr-28     port added
                    780:
1.15      marc      781:     mmv
                    782:        1998-Jun-07     port added
                    783:
1.11      marc      784:     mshell
                    785:        1998-May-20     port added
                    786:
                    787:     plan
                    788:        1998-May-20     port added
                    789:
1.1       marc      790:     screen
1.9       marc      791:        1998-Apr-14     fix packing list so a package can be created;
                    792:                        install screenrc in /etc (but do not overwright
                    793:                        existing file; install latest screenrc and screencap
                    794:                        in /usr/local/lib/screen for reference (and so
                    795:                        pkg_add knows where to get them from).
1.1       marc      796:
                    797:     splitvt
                    798:
1.11      marc      799:     tkcron
                    800:        1998-May-20     port added
                    801:
                    802:     tkinfo
                    803:        1998-May-20     port added
                    804:
                    805:     tkman
                    806:        1998-May-20     port added
                    807:
                    808:     xgas
                    809:        1998-May-20     port added
                    810:
                    811:     xless
                    812:        1998-May-20     port added
                    813:
                    814:     xtar
                    815:        1998-May-20     port added
                    816:
                    817:     xtimer
                    818:        1998-May-20     port added
                    819:
1.1       marc      820:    </pre>
                    821:   <p align=center><a href=#top>return to top of page</a>
                    822:   <hr>
                    823:   <a name=net></a>
                    824:   <h3><font color=#0000e0>net</font></h3>
                    825:    <pre>
                    826:     archie
                    827:        1997-Dec-29
                    828:
1.8       marc      829:     arpwatch
                    830:        1998-Mar-25     port added
                    831:
1.1       marc      832:     bing
                    833:        1998-Jan-10
                    834:
                    835:     gated
                    836:        1997-Dec-13
                    837:
1.10      marc      838:     icb
1.11      marc      839:        1998-May-21     update makefile
1.10      marc      840:
                    841:     icmpinfo
                    842:        1998-Apr-28     port added
                    843:
1.1       marc      844:     irc
                    845:
                    846:     ircii-epic
1.9       marc      847:        1998-Apr-08     tweak packing list; create package
1.1       marc      848:
                    849:     mirror
1.16      marc      850:        1998-Jun-10     update to version 1.9
1.1       marc      851:
                    852:     netpipe
                    853:
                    854:     samba
1.10      marc      855:        1998-May-12     Update to samba-1.9.18p7 and cleanup.
                    856:
                    857:     slirp
                    858:        1998-May-16     port added
                    859:
                    860:     sniffit
                    861:        1998-May-07     port added
1.1       marc      862:
                    863:     tintin++
                    864:
                    865:     trafshow
                    866:
                    867:     ucd-snmp
                    868:
                    869:     wget
1.10      marc      870:        1998-Apr-27     make it compile under 2.3
                    871:
                    872:     wide-dhcp
1.15      marc      873:        1998-Jun-04     fix     compilation error
1.10      marc      874:
                    875:     xarchie
                    876:        1998-May-05     version 2.0.10 added
1.1       marc      877:
                    878:     ytalk
                    879:
                    880:    </pre>
                    881:   <p align=center><a href=#top>return to top of page</a>
                    882:   <hr>
                    883:   <a name=news></a>
                    884:   <h3><font color=#0000e0>news</font></h3>
                    885:    <pre>
                    886:     aub
1.10      marc      887:        1998-Apr-27     automatically apply the perl5 patch
                    888:
                    889:     cnews
                    890:        1998-Apr-28     port added
1.1       marc      891:
                    892:     leafnode
                    893:
                    894:     newsfetch
1.10      marc      895:        1998-Apr-28     updated
1.1       marc      896:
                    897:     plor
                    898:
                    899:     slrn
                    900:
                    901:     tin
1.10      marc      902:        1998-Apr-27     mktemp->mkstemp
1.1       marc      903:
                    904:    </pre>
                    905:   <p align=center><a href=#top>return to top of page</a>
                    906:   <hr>
                    907:   <a name=plan9></a>
                    908:   <h3><font color=#0000e0>plan9</font></h3>
                    909:    <pre>
                    910:     9menu
1.15      marc      911:        1998-Jun-08     put with other X progs; don't compress man pages
1.10      marc      912:
                    913:     9wm
                    914:        1998-May-16     port added
                    915:
                    916:     wily
                    917:        1998-May-16     port added
1.1       marc      918:
                    919:    </pre>
                    920:   <p align=center><a href=#top>return to top of page</a>
                    921:   <hr>
                    922:   <a name=print></a>
                    923:   <h3><font color=#0000e0>print</font></h3>
                    924:    <pre>
                    925:     a2ps
1.16      marc      926:        1998-Jun-10     update for a2ps-4.10.2 (plus a couple fixes)
1.15      marc      927:
                    928:     acroread
                    929:        1998-Jun-07     port added
1.1       marc      930:
                    931:     afm
                    932:        1997-Mar-02     no problems found
                    933:
1.10      marc      934:     bibview
                    935:        1998-May-16     port added
                    936:
                    937:     detex
                    938:        1998-May-16     port added
                    939:
1.1       marc      940:     ghostscript5
1.10      marc      941:        1998-May-05     use new jpg lib; use libpng instead of compiling
                    942:                        local version.
1.1       marc      943:
                    944:     ghostview
                    945:        1997-Dec-13
                    946:
                    947:     gv
                    948:        1997-Dec-13
                    949:
1.10      marc      950:     pkfonts
                    951:        1998-May-16     port added
                    952:
1.6       marc      953:     psutils
                    954:        1998-Mar-17     port added
                    955:
1.10      marc      956:     teTeX
                    957:        1998-Apr-27     port added
                    958:
1.1       marc      959:     transfig
1.10      marc      960:        1998-May-05     use new jpeg lib
1.1       marc      961:
                    962:    </pre>
                    963:   <p align=center><a href=#top>return to top of page</a>
                    964:   <hr>
                    965:   <a name=security></a>
                    966:   <h3><font color=#0000e0>security</font></h3>
                    967:    <pre>
                    968:     cfs
                    969:        1997-Dec-13
                    970:
                    971:     cops
                    972:        1997-Dec-13
                    973:
                    974:     crack
                    975:        1997-Dec-13
1.7       marc      976:
1.10      marc      977:     libident
                    978:        1998-Apr-28     port added
                    979:
                    980:     nbaudit
                    981:        1998-May-07     port added
                    982:
1.7       marc      983:     pgp
                    984:        1998-Mar-19     pgp 2.6.3ia/2.6.3a added
1.1       marc      985:
                    986:     rsaref
                    987:
1.10      marc      988:     socks5
                    989:        1998-Apr-27     port added
                    990:
1.1       marc      991:     ssh
1.16      marc      992:        1998-June-11    version 1.2.25
1.1       marc      993:
                    994:     swatch
                    995:
                    996:    </pre>
                    997:   <p align=center><a href=#top>return to top of page</a>
                    998:   <hr>
                    999:   <a name=shells></a>
                   1000:   <h3><font color=#0000e0>shells</font></h3>
                   1001:    <pre>
                   1002:     bash
1.15      marc     1003:        1998-Jun-08     does not compile
1.1       marc     1004:
                   1005:     bash2
1.11      marc     1006:        1998-May-20     fix packing list
1.1       marc     1007:
                   1008:     es
                   1009:        1997-Dec-13
                   1010:
                   1011:     scsh
                   1012:
                   1013:     tcsh
1.11      marc     1014:        1998-May-19     Bugfix to be removed after the release of
                   1015:                        tcsh 6.08.
1.1       marc     1016:
                   1017:     zsh
                   1018:
                   1019:    </pre>
                   1020:   <p align=center><a href=#top>return to top of page</a>
                   1021:   <hr>
                   1022:   <a name=sysutils></a>
                   1023:   <h3><font color=#0000e0>sysutils</font></h3>
                   1024:    <pre>
                   1025:     LPRng
                   1026:        1997-Dec-29
                   1027:
                   1028:     idled
                   1029:
                   1030:     lsof
                   1031:
                   1032:     rtty
                   1033:
                   1034:     setquota
                   1035:
                   1036:     socket
                   1037:
                   1038:     stat
                   1039:
                   1040:     tcplist
                   1041:
                   1042:     xntpd
                   1043:        1998-Feb-26     install html doc in ${PREFIX}/share/doc/ntp;
                   1044:                        update packing list to include doc
                   1045:
1.10      marc     1046:     xosview
                   1047:        1998-May-06     port added
                   1048:
1.1       marc     1049:    </pre>
                   1050:   <p align=center><a href=#top>return to top of page</a>
                   1051:   <hr>
                   1052:   <a name=textproc></a>
                   1053:   <h3><font color=#0000e0>textproc</font></h3>
                   1054:    <pre>
                   1055:     agrep
                   1056:        1997-Dec-13
                   1057:
                   1058:     c2html
                   1059:        1997-Dec-13
                   1060:
1.10      marc     1061:     docbook
                   1062:        1998-May-16     port added
                   1063:
1.1       marc     1064:     glimpse
                   1065:        1998-Feb-28     add warning about "virtual memory exhausted"
                   1066:                        message; clean up packing list
                   1067:
                   1068:     html
                   1069:
1.11      marc     1070:     info2html
                   1071:        1998-May-21     port added
                   1072:
1.1       marc     1073:     isearch
1.10      marc     1074:        1998-Apr-27     tmpnam->mkstemp
                   1075:
                   1076:     iso12083
                   1077:        1998-May-16     port added
1.1       marc     1078:
1.9       marc     1079:     iso8879
                   1080:        1998-Apr-05     port added
                   1081:
1.1       marc     1082:     ispell
1.10      marc     1083:        1998-Apr-27     mktemp->mkstemp and gets->fgets
1.1       marc     1084:
1.9       marc     1085:     jade
                   1086:        1998-Apr-05     port added
                   1087:
                   1088:     linuxdoc
                   1089:        1998-Apr-05     port added
                   1090:
1.11      marc     1091:     mgdiff
                   1092:        1998-May-21     port added
                   1093:
1.10      marc     1094:     par
                   1095:        1998-May-16     port added
                   1096:
                   1097:     pilot_makedoc
                   1098:        1998-Apr-27     port added
                   1099:
1.1       marc     1100:     rman
1.13      marc     1101:        1998-May-30     fix typo
1.1       marc     1102:
1.9       marc     1103:     sgmlformat
                   1104:        1998-Apr-05     port added
                   1105:
1.11      marc     1106:     sp
                   1107:        1998-May-21     port added
                   1108:
1.10      marc     1109:     texi2html
                   1110:        1998-May-16     port added
                   1111:
                   1112:     wdiff
                   1113:        1998-May-16     port added
                   1114:
1.1       marc     1115:    </pre>
                   1116:   <p align=center><a href=#top>return to top of page</a>
                   1117:   <hr>
                   1118:   <a name=www></a>
                   1119:   <h3><font color=#0000e0>www</font></h3>
                   1120:    <pre>
                   1121:     apache
1.8       marc     1122:        1998-Mar-26     comes with 2.3
1.1       marc     1123:
1.10      marc     1124:     cgiparse
                   1125:        1998-Apr-30     port added
                   1126:
1.1       marc     1127:     lynx
1.4       marc     1128:        1998-Mar-11     no longer needed as lynx will be part of the
                   1129:                        OpenBSD 2.3 release.  Install will add a link
                   1130:                        in /usr/local/bin to the binary in /usr/bin.
1.1       marc     1131:
                   1132:     wwwcount
1.10      marc     1133:        1998-Apr-25     use /var/www/cgi-bin
1.1       marc     1134:
                   1135:    </pre>
                   1136:   <p align=center><a href=#top>return to top of page</a>
                   1137:   <hr>
                   1138:   <a name=x11></a>
                   1139:   <h3><font color=#0000e0>x11</font></h3>
                   1140:    <pre>
                   1141:     Xaw3d
                   1142:        1998-Feb-10
                   1143:
                   1144:     afterstep
                   1145:        1998-Jan-24
                   1146:
1.11      marc     1147:     asclock
                   1148:        1998-May-18     port added
                   1149:
1.1       marc     1150:     bclock
                   1151:        1998-Jan-24
                   1152:
                   1153:     blast
                   1154:        1998-jan-24
                   1155:
1.11      marc     1156:     bricons
                   1157:        1998-May-18     port added
                   1158:
1.1       marc     1159:     ctwm
                   1160:        1998-Jan-24
                   1161:
1.11      marc     1162:     emiclock
1.15      marc     1163:        1998-Jun-09     choose a soundfile to install
1.11      marc     1164:
                   1165:     explorer
                   1166:        1998-May-19     port added
                   1167:
1.1       marc     1168:     freefonts
                   1169:        1998-Jan-24
                   1170:
                   1171:     fvwm2
1.8       marc     1172:        1998-Mar-26     comes with 2.3
1.1       marc     1173:
1.11      marc     1174:     getbdf
                   1175:        1998-May-18     port added
                   1176:
1.13      marc     1177:     gtk+
1.15      marc     1178:        1998-June-08    update to version 1.0.4
1.13      marc     1179:
1.1       marc     1180:     lesstif
1.16      marc     1181:        1998-Jun-11     generate static libs, too
1.1       marc     1182:
1.11      marc     1183:     lupe
                   1184:        1998-May-18     port added
                   1185:
                   1186:     mouseclock
                   1187:        1998-May-19     port added
                   1188:
1.1       marc     1189:     piewm
                   1190:
                   1191:     qt
                   1192:
1.11      marc     1193:     rclock
                   1194:        1998-May-18     port added
                   1195:
                   1196:     rxvt
                   1197:        1998-May-18     port added
                   1198:
1.1       marc     1199:     sliderule
                   1200:
                   1201:     swisswatch
                   1202:
                   1203:     tk80
1.9       marc     1204:        1998-Apr-08     do not compress man pages; clean up packing list.
1.1       marc     1205:
1.10      marc     1206:     viewfax
                   1207:        1998-May-13     port added
                   1208:
1.6       marc     1209:     wm2
                   1210:        1998-Mar-18     tweak Makefile
                   1211:
1.11      marc     1212:     xaniroc
                   1213:        1998-May-18     port added
                   1214:
1.1       marc     1215:     xantfarm
1.6       marc     1216:
                   1217:     xautolock
                   1218:        1998-Mar-18     tweak Makefile
1.1       marc     1219:
                   1220:     xcb
                   1221:
                   1222:     xco
                   1223:
1.11      marc     1224:     xcoloredit
                   1225:        1998-May-19     port added
                   1226:
                   1227:     xcolors
                   1228:        1998-May-19     port added
                   1229:
1.1       marc     1230:     xdaliclock
1.4       marc     1231:        1998-Mar-02     new version; fix version number in comments
1.1       marc     1232:
1.11      marc     1233:     xdtm
                   1234:        1998-May-19     port added
                   1235:
                   1236:     xfed
1.15      marc     1237:        1998-Jun-09     updated checksum
1.11      marc     1238:
                   1239:     xfedor
                   1240:        1998-May-18     port added
                   1241:
                   1242:     xfishtank
1.15      marc     1243:        1998-Jun-09     remove empty patch; use NoMan;
                   1244:                        NOTE: requires current Imake.rules
1.11      marc     1245:
                   1246:     xfm
                   1247:        1998-May-18     port added
                   1248:
1.1       marc     1249:     xgrab
                   1250:
                   1251:     xloadimage
1.8       marc     1252:
                   1253:     xlockmore
                   1254:        1998-Mar-26     comes with 2.3
1.1       marc     1255:
                   1256:     xmascot
1.11      marc     1257:
                   1258:     xmbdfed
                   1259:        1998-May-19     port added
1.1       marc     1260:
                   1261:     xmold
                   1262:
                   1263:     xpostit
                   1264:
                   1265:     xpostitPlus
                   1266:
                   1267:     xprompt
                   1268:
                   1269:     xsnow
                   1270:
                   1271:     xtacy
                   1272:
                   1273:     xtattr
                   1274:
                   1275:     xtestpicture
                   1276:
                   1277:     xtoolwait
1.10      marc     1278:
1.15      marc     1279:     xview-clients
                   1280:        1998-Jun-07     port added
                   1281:
1.10      marc     1282:     xview-config
                   1283:        1998-Apr-29     port added
1.15      marc     1284:
                   1285:     xview-lib
                   1286:        1998-Jun-07     port added
1.1       marc     1287:
                   1288:     xzoom
                   1289:
                   1290:    </pre>
                   1291:   <p align=center><a href=#top>return to top of page</a>
                   1292:   <hr>
1.17    ! pauls    1293:   <a href="ports.html"><img height=24 width=24 src=back.gif border=0 alt=OpenBSD></a>
1.1       marc     1294:   <a href=mailto:www@openbsd.org>www@openbsd.org</a>
1.17    ! pauls    1295:   <br><small>$OpenBSD: portstat.html,v 1.16 1998/06/13 04:59:33 marc Exp $</small>
1.1       marc     1296:  </body>
                   1297: </html>