ĤL53000 263 164 352 162 127 106 112 112 120 202 177 223 137 131 203 205 2106 121 114 114 311 272 179 180 180 108 210 187 133 112 844 112 519 141 161 183 345 140 288 155 278 158 158 158 123 159 131 159 133 191 203 179 113 167 138 136 591 120 200 180 200 217 188 366 195 391 299 208 228 339 250 254 155 229 170 190 222 163 179 180 157 176 466 133 192 502 174 205 228 220 122 108 130 137 130 214 128 108 113 192 144 125 116 159 241 187 168 109 180 268 116 263 186 171 155 375 175 655 160 109 218 143 128 156 634 115 178 175 201 500 108 155 152 157 114 217 134 164 130 174 126 195 409 215 139 175 113 117 252 182 127 164 728 179 149 142 175 131 169 134 158 129 285 267 123 132 140 110 123 113 166 121 147 164 153 154 112 111 151 144 218 356 325 165 205 188 139 125 106 107 146 201 257 152 161 355 194 194 195 224 126 755 126 259 112 224 147 485 218 184 122 106 209 214 227 109 187 174 215 174 110 155 137 128 144 253 225 171 140 125 145 195 164 264 112 108 186 191 236 153 269 200 178 136 182 127 120 143 159 170 145 153 155 167 178 128 168 237 127 191 112 203 462 398 K 10 svn:author V 5 lioux K 8 svn:date V 27 2002-01-12T23:49:48.000000Z K 7 svn:log V 70 Fix message typo Submitted by: Nicolas Rachinsky END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-13T00:33:00.000000Z K 7 svn:log V 259 Update to 1.2.5.1. This is the latest version on mutt's "stable" branch, and fixes a security hole (which was patched in the last commit to the port). PR: 33610 Submitted by: Udo Schweigert Approved by: silence from maintainer END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2002-01-13T04:19:27.000000Z K 7 svn:log V 67 add swish++ 5.6 Simple Web Indexing System for Humans: C++ version END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2002-01-13T04:19:29.000000Z K 7 svn:log V 32 swish++ --> ports/www/swish++ END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-13T05:41:49.000000Z K 7 svn:log V 14 Update to 3.3 END K 10 svn:author V 5 markp K 8 svn:date V 27 2002-01-13T06:07:46.000000Z K 7 svn:log V 18 Updated to 7.1.1. END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2002-01-13T06:09:55.000000Z K 7 svn:log V 17 upgrade to 1.2.5 END K 10 svn:author V 8 sumikawa K 8 svn:date V 27 2002-01-13T06:58:55.000000Z K 7 svn:log V 23 Sync with www/mozilla. END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-13T08:41:13.000000Z K 7 svn:log V 109 Add missing dependency Screamed out by: bento PR: 33827 Submitted by: Oliver Lehmann END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-13T09:04:50.000000Z K 7 svn:log V 85 Fix MASTER_SITES. PR: 33830 Submitted by: Joe Marcus Clarke END K 10 svn:author V 4 kris K 8 svn:date V 27 2002-01-13T09:04:55.000000Z K 7 svn:log V 129 Update to adzap-20020110, and correct the path to squid_redirect in adzap; this was causing adzap to fail, and squid to abort(). END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2002-01-13T09:21:34.000000Z K 7 svn:log V 42 add py-jabber 0.2 A Python Jabber library END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2002-01-13T09:21:37.000000Z K 7 svn:log V 36 py-jabber --> ports/net/py-jabber END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2002-01-13T10:39:01.000000Z K 7 svn:log V 107 - moved chroot dir from /var/empty to ${PREFIX}/empty - create chroot dir by default - bumped PORTREVISION END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-13T10:53:44.000000Z K 7 svn:log V 108 was MFCed quite some time ago, so that adjust OSVERSION check accordingly. Submitted by: kris END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-13T12:05:07.000000Z K 7 svn:log V 2008 Add chkdepschain.py - a tool to address one of the most annoying when it comes down to user support flaws in the FreeBSD ports system. The flaw in question is related to the fact that dependencies are often "chained", which allows to simplify maintenance of ports with large number of implied dependencies (a la Evolution, Nautilus, you-name-it). Dependency chaining it's not a problem by itself, but the fact that when building or installing a port the system doesn't check chain integrity - it's only checks that dependencies explicitly specified in port's Makefile are satisfied, which opens wide window for various hard-trackable problems when one or more links in the middle of the chain missed. The idea behind the tool is quite simple - it should be executed right after main dependency checking procedure, two times for each build - check build-time chain before building the port (pre-pre-extract) and check run-time chain before installing the port (pre-pre-install). When executed, the tool checks integrity of the specified chain (build-time, run-time or both) and reports all errors, both fatal (dependency isn't installed) and non-fatal (dependency is installed, but different version). I've wrote this tool mostly to simplify maintenance of the GNOME ports, but it doesn't contain anything GNOME-specific, so that it could be used in the other parts of tree as well. As an example I've added GNOME_VALIDATE_DEPS_CHAIN knob into bsd.gnome.mk (off by default), which enables automatic chain validation for all ports that USE_GNOMELIBS. This is a bit hackish, because I've used pre-extract and pre-install targets - what we probably need is a generic way to plug various custom tasks specified in bsd.xxx.mk (where xxx is kde, gnome, python, etc.) into various parts of the build process (something like {pre,post}-pre-foo, {pre,post}-post-foo springs into my mind). The code is quite raw, so that I would appreciate any bug reports, patches, suggestions, constructive critiquie and so on. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-13T12:07:03.000000Z K 7 svn:log V 25 Add license and cvs tag. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-13T12:51:14.000000Z K 7 svn:log V 18 Update to 0.5.13. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-13T12:51:43.000000Z K 7 svn:log V 18 Update to 1.0.18. END K 10 svn:author V 4 sada K 8 svn:date V 27 2002-01-13T13:32:23.000000Z K 7 svn:log V 217 - Upgrade to 4.3 . # This is done over my last commit from 4.0.1 to 4.2. - Change maintainer to Jos Backus . # Chuckr seems too busy to respond queries. PR: ports/33553 Submitted by: New maintainer END K 10 svn:author V 2 gj K 8 svn:date V 27 2002-01-13T19:09:49.000000Z K 7 svn:log V 180 Update to patch level u and bump PORTVERSION. Fix Makefile so that portlint doesn't complain. Add a WITH_ALL variable to make it easier to install the port with all options set. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-13T19:21:34.000000Z K 7 svn:log V 83 Update to 0.19. PR: 33831 Submitted by: Joe Marcus Clarke END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-13T19:22:28.000000Z K 7 svn:log V 84 Update to 1.0.1. PR: 33832 Submitted by: Joe Marcus Clarke END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-13T19:25:17.000000Z K 7 svn:log V 84 Update to 1.0.1. PR: 33835 Submitted by: Joe Marcus Clarke END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-13T21:37:00.000000Z K 7 svn:log V 16 Update to 1.2.1 END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-13T21:52:53.000000Z K 7 svn:log V 113 Chase increase of gtkhtml shared library version number. Submitted by: Shin-ichi YOSHIMOTO END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-13T21:53:22.000000Z K 7 svn:log V 95 Update to 0.56 PR: 33296 Submitted by: maxim@macomnet.ru, MAINTAINER Reviewed by: maintainer END K 10 svn:author V 4 mita K 8 svn:date V 27 2002-01-13T21:59:35.000000Z K 7 svn:log V 40 Maintainer's update for latest version. END K 10 svn:author V 5 mikeh K 8 svn:date V 27 2002-01-13T23:57:48.000000Z K 7 svn:log V 18 Upgrade to 1.5.2. END K 10 svn:author V 5 dougb K 8 svn:date V 27 2002-01-14T03:04:04.000000Z K 7 svn:log V 749 Upgrade to version 4.00, which includes: 1. Redesigned -demo GUI (nice, except see below). 2. New modes of operation; one saver, blank/don't blank. 3. New hacks (screen saver modules). 4. Improved or fixed several other hacks. 5. Improved xinerama compatibility. See http://www.jwz.org/xscreensaver/changelog.html for details. * Sadly, the new GUI relies on xml, so that's now a dependency. * I moved the various hack files and their xml config files into their own directories. * Fixed the poorly done hack in the Makefile to s/malloc.h/stdlib.h/ * Removed a patch hunk that's no longer needed. * Added a fix for the new configure script's failure to recognize the option to put the xml files in their own directories. (Already contacted author) END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2002-01-14T05:15:00.000000Z K 7 svn:log V 17 upgrade to 0.9.1 END K 10 svn:author V 2 mi K 8 svn:date V 27 2002-01-14T06:01:10.000000Z K 7 svn:log V 427 As a result of my last commit, upgrading this to 1.2.0-3, the package name became fpx-1.2.0-3 -- the extra dash problem... It was quickly pointed out to me by KATO Tsuguru and Lev Serebryakov, with the former providing the simple patch I commit now. The package is now fpx-1.2.0.3. Fortunately, dot follows dash in the sorting order, so there is no need to mess with the PORTREVISION. Submitted by: KATO Tsuguru END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-14T06:08:19.000000Z K 7 svn:log V 49 Update to version 1.2. Submitted by: maintainer END K 10 svn:author V 6 jkoshy K 8 svn:date V 27 2002-01-14T06:38:24.000000Z K 7 svn:log V 66 Upgrade to v0.57. Approved by: [MAINTAINER] END K 10 svn:author V 6 jkoshy K 8 svn:date V 27 2002-01-14T06:49:06.000000Z K 7 svn:log V 88 Change MAINTAINER to the capable hands of Johannes 5 Joemann . END K 10 svn:author V 6 jkoshy K 8 svn:date V 27 2002-01-14T06:53:27.000000Z K 7 svn:log V 249 Upgrade to v0.6.0. - "files/patch-ae" is no longer required - PLIST substitution is used to merge the files "pkg-plist.doc" and "pkg-plist" into one entity - new patch file "files/patch-static.scm" has been added Approved by: alex [MAINTAINER] END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-14T07:01:02.000000Z K 7 svn:log V 48 Fix plist. PR: 33805 Submitted by: maintainer END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-14T07:13:33.000000Z K 7 svn:log V 195 * Assign maintainership to Oliver Lehmann . * Enable sound * Enable build for SDL version (the default is X11) PR: 33814 Submitted by: Oliver Lehmann END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-14T07:38:22.000000Z K 7 svn:log V 63 Fix libMesaGL.so version. PR: 33374 Submitted by: maintainer END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-14T07:47:15.000000Z K 7 svn:log V 185 Fix MASTER_SITES, remove uneeded patch-aa. The DISTNAME has also changed (which is the reason for the new distinfo file). PR: 33787 Submitted by: KATO Tsuguru END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-14T07:57:57.000000Z K 7 svn:log V 66 Add mirrors to MASTER_SITES. PR: 33867 Submitted by: maintainer END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-14T07:59:08.000000Z K 7 svn:log V 66 Add mirrors to MASTER_SITES. PR: 33868 Submitted by: maintainer END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-14T08:00:08.000000Z K 7 svn:log V 66 Add mirrors to MASTER_SITES. PR: 33869 Submitted by: maintainer END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2002-01-14T08:17:23.000000Z K 7 svn:log V 28 - Update to sendmail-8.12.2 END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-14T09:01:06.000000Z K 7 svn:log V 67 New port of tnef2txt, a program to read application/ms-tnef files. END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-14T09:01:08.000000Z K 7 svn:log V 39 tnef2txt --> ports/textproc/tnef2txt END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-14T09:03:26.000000Z K 7 svn:log V 67 New port of rtfreader, a program to read application/ms-rtf files. END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-14T09:03:30.000000Z K 7 svn:log V 41 rtfreader --> ports/textproc/rtfreader END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-14T10:14:59.000000Z K 7 svn:log V 95 Update MASTER_SITES, WWW and autor's e-mail. Submitted by: Simon Dick END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2002-01-14T12:47:00.000000Z K 7 svn:log V 107 Update port to version 0.11.2 PR: 33631 Submitted by: John Merryweather Cooper END K 10 svn:author V 2 sf K 8 svn:date V 27 2002-01-14T13:05:16.000000Z K 7 svn:log V 88 update to 0.10test3. PR: 33408 Submitted by: SASAKI Katuhiro END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-14T13:05:21.000000Z K 7 svn:log V 17 Update to 0.8.8. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-14T13:07:34.000000Z K 7 svn:log V 71 - New option `-e' - threat warnings as errors; - kill unused variable. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-14T13:38:33.000000Z K 7 svn:log V 42 Update to 1.2.6. Approved by: maintainer END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-14T13:41:32.000000Z K 7 svn:log V 40 Chase xmms shared library version bump. END K 10 svn:author V 5 roger K 8 svn:date V 27 2002-01-14T14:52:46.000000Z K 7 svn:log V 496 Add FreeBSD port of the ixj driver for Quicknet LineJack and PhoneJack cards. These ISA and PCI telephony cards allow VoIP and Video Conferencing using the OpenH323 suite of applications with a standard telephone handset (including making the phone ring for incomming calls, allowing dialing via the telephone and using the phone's speaker and mic for the audio (freeing up the sound card). They also feature a hardware G.723.1 audio codec making it easier to talk to NetMeeting and H.323 users. END K 10 svn:author V 5 roger K 8 svn:date V 27 2002-01-14T14:52:50.000000Z K 7 svn:log V 26 ixj --> ports/comms/ixj END K 10 svn:author V 2 sf K 8 svn:date V 27 2002-01-14T14:57:59.000000Z K 7 svn:log V 108 o fix build of HPinkjet driver. o change WWW. PR: 33798 Submitted by: KATO Tsuguru END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-14T15:03:11.000000Z K 7 svn:log V 84 Update to 0.8.6. PR: 33678 Submitted by: Joe Marcus Clarke END K 10 svn:author V 2 sf K 8 svn:date V 27 2002-01-14T15:06:04.000000Z K 7 svn:log V 108 o fix build of HPinkjet driver. o change WWW. PR: 33797 Submitted by: KATO Tsuguru END K 10 svn:author V 5 roger K 8 svn:date V 27 2002-01-14T15:32:01.000000Z K 7 svn:log V 122 Install header files into /usr/local/include/sys (as one day I hope to have these in the base system at /usr/include/sys) END K 10 svn:author V 5 roger K 8 svn:date V 27 2002-01-14T16:23:07.000000Z K 7 svn:log V 94 Create directories prior to installing files. Discovered when testing on a clean FreeBSD box. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-14T17:37:30.000000Z K 7 svn:log V 269 When installing package automagically create required user/group if they don't exist. This should make it possible to do unattented installation of pre-built gdm package and gnome meta-package. Bump PORTREVISION. Submitted by: Joe Marcus Clarke END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-14T17:41:50.000000Z K 7 svn:log V 99 Remove pkg-req - we don't need it anymore. Submitted by: Joe Marcus Clarke END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-14T18:02:57.000000Z K 7 svn:log V 294 Use correct encoding for Russian and Ukrainian messages (KOI8-R and KOI8-U) respectively. Before this patch Russian translation was a mess - part of it was in CP1251, while part in KOI8-R. *brr* PR: 33875 Reported by: Nevermind Fixed by: sobomax END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-14T18:05:35.000000Z K 7 svn:log V 202 - Open /dev/apm read-only; - don't leak file descripton if for fome reasom ioctl(2) on /dev/apm has failed. Submitted by: Anders Andersson (ro /dev/apm) sobomax (descriptor leak) END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-14T18:07:43.000000Z K 7 svn:log V 111 Use correct permissions for ${PREFIX}/share/gnome/gdm. Submitted by: Joe Marcus Clarke END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-14T18:16:29.000000Z K 7 svn:log V 131 After patching is done remove ${WRKSRC}/user/wp/strings/*.orig, because otherwise those files are installed along with all others. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-14T18:54:45.000000Z K 7 svn:log V 242 Recognize en_GB.ISO_8859-1, en_US.ISO_8859-1 and uk_UA.KOI8-U locales as well. Submitted by: Andriy Gapon (uk_UA.KOI8-U) Simon 'corecode' Schubert (en_GB.ISO_8859-1) sobomax (en_US.ISO_8859-1) END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-14T19:03:39.000000Z K 7 svn:log V 153 Don't explicitly link libc in. This fixes gnomedb-fe (Gnomedb Fronend) crash. Bump PORTREVISION. Submitted by: Joe Marcus Clarke END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-14T19:21:08.000000Z K 7 svn:log V 157 Backout addition of en_US.ISO8859-1 locale - it's already there. This committer need a break. *sigh* Submitted by: Joe Marcus Clarke END K 10 svn:author V 6 yoichi K 8 svn:date V 27 2002-01-14T20:25:03.000000Z K 7 svn:log V 60 Update to 0.93a. PR: ports/33871 Submitted by: maintainer END K 10 svn:author V 6 yoichi K 8 svn:date V 27 2002-01-14T20:53:57.000000Z K 7 svn:log V 133 Update for new distfile (20011228). Remove base64.el* since it is not needed for GNU Emacs. Install format-spec.el only for Emacs20. END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-14T21:34:49.000000Z K 7 svn:log V 78 Fix MASTER_SITES. PR: 33896 Submitted by: Tilman Linneweh END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-14T21:46:21.000000Z K 7 svn:log V 98 Add USE_LIBTOOL and respect CFLAGS. PR: 33882 Submitted by: KATO Tsuguru END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-14T21:49:24.000000Z K 7 svn:log V 129 Fix MASTER_SITES, respect CFLAGS, remove unnecessary USE_AUTOCONF. PR: 33883 Submitted by: KATO Tsuguru END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-14T21:51:35.000000Z K 7 svn:log V 71 Fix WWW. PR: 33884 Submitted by: KATO Tsuguru END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-14T21:53:32.000000Z K 7 svn:log V 87 Update to version 2.711. PR: 33885 Submitted by: KATO Tsuguru END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-14T21:55:45.000000Z K 7 svn:log V 88 Fix MASTER_SITES and WWW. PR: 33886 Submitted by: KATO Tsuguru END K 10 svn:author V 6 yoichi K 8 svn:date V 27 2002-01-14T22:44:48.000000Z K 7 svn:log V 62 Update to 0.29. Build correctly with EMACS_PORT_NAME=emacs21. END K 10 svn:author V 6 fenner K 8 svn:date V 27 2002-01-15T01:03:09.000000Z K 7 svn:log V 81 Remove netman@dynaplex.net as MAINTAINER; email has been bouncing for 3 months. END K 10 svn:author V 4 will K 8 svn:date V 27 2002-01-15T01:45:03.000000Z K 7 svn:log V 372 Add subversion r727, a version control system. This is a placebo until the subversion developers decide they want to get subversion more exposure. So this port basically does nothing but point people at a location where they can get the maintainer's latest work. RESTRICTED is to keep it from being used anywhere, anyhow, and in any way, in addition to the other NO_*. END K 10 svn:author V 4 will K 8 svn:date V 27 2002-01-15T01:45:13.000000Z K 7 svn:log V 40 subversion --> ports/devel/subversion END K 10 svn:author V 4 will K 8 svn:date V 27 2002-01-15T01:47:16.000000Z K 7 svn:log V 99 Forgot to mention that this port was: Submitted by: Garrett Rooney END K 10 svn:author V 4 will K 8 svn:date V 27 2002-01-15T02:09:22.000000Z K 7 svn:log V 408 Fix kdemultimedia2 build problem which basically boils down to the inability to use --enable-final. Make OGGVORBIS support unconditional. Remove @dirrm's that don't apply to this port. Bump PORTREVISION. PR: 33891 PR submitted by: Patrick Murphy Fix submitted by: Andy Fawcett Reported by: Ryan Thompson , Kent Stewart END K 10 svn:author V 5 mharo K 8 svn:date V 27 2002-01-15T02:56:33.000000Z K 7 svn:log V 80 Update to 1.6.4.1, which fixes a security hole when sending email notifications END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-15T03:04:08.000000Z K 7 svn:log V 112 Fix mastersites PR: 33888 33890 33892 33900 33901 33905 Submitted by: Tilman Linneweh END K 10 svn:author V 5 mharo K 8 svn:date V 27 2002-01-15T03:14:26.000000Z K 7 svn:log V 133 properly update port to 5.1. Bump PORT_EPOCH to 1 because 5.1 should be > 5.03 Submitted by: Oliver Lehmann END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-15T03:39:11.000000Z K 7 svn:log V 127 Add boost, free peer-reviewed portable C++ source libraries. PR: ports/33634 Submitted by: Paul Marquis END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-15T03:39:17.000000Z K 7 svn:log V 30 boost --> ports/devel/boost END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-15T04:33:54.000000Z K 7 svn:log V 16 Update to 0.5.0 END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-15T04:35:04.000000Z K 7 svn:log V 38 Update to 5.4 and drop maintainership END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-15T04:36:09.000000Z K 7 svn:log V 45 Add forgotten patch to fix pthread detection END K 10 svn:author V 3 jdp K 8 svn:date V 27 2002-01-15T05:13:57.000000Z K 7 svn:log V 38 Depend on the GUI-less port of CVSup. END K 10 svn:author V 6 dwhite K 8 svn:date V 27 2002-01-15T06:17:28.000000Z K 7 svn:log V 118 Add courier 0.37.0, courier SMTP IMAP POP3 HTTP mail server suite. PR: 31473 Submitted by: Yarema END K 10 svn:author V 6 dwhite K 8 svn:date V 27 2002-01-15T06:17:30.000000Z K 7 svn:log V 33 courier --> ports/mail/courier END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-15T06:37:01.000000Z K 7 svn:log V 16 Update to 2.2.0 END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-15T07:31:43.000000Z K 7 svn:log V 17 Update to 1.0.1. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-15T08:32:27.000000Z K 7 svn:log V 96 Update to 0.11.91. PR: 33909 Submitted by: John Marryweather Cooper END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2002-01-15T08:56:30.000000Z K 7 svn:log V 49 add xvattr 1.1 Getting and setting Xv attributes END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2002-01-15T08:56:32.000000Z K 7 svn:log V 30 xvattr --> ports/x11/xvattr END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-15T09:28:31.000000Z K 7 svn:log V 20 Remove empty files. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-15T09:30:15.000000Z K 7 svn:log V 63 There is no pkg-install file, so that don't try to execute it. END K 10 svn:author V 5 roger K 8 svn:date V 27 2002-01-15T09:31:22.000000Z K 7 svn:log V 146 Patch to look for the ixj driver (now in ports/comms/ixj) header files in /usr/local/include/sys (as well as /usr/include/sys) Bump port revision END K 10 svn:author V 5 roger K 8 svn:date V 27 2002-01-15T09:32:30.000000Z K 7 svn:log V 93 Bump port revision. Ohphone is statically compiled with OpenH323 which has just been bumped. END K 10 svn:author V 3 max K 8 svn:date V 27 2002-01-15T12:11:30.000000Z K 7 svn:log V 76 Typo fix in MLINKS. Pointed-out by: Masayuki FUKUI END K 10 svn:author V 2 tg K 8 svn:date V 27 2002-01-15T12:25:47.000000Z K 7 svn:log V 18 Upgrade to 3.5.2. END K 10 svn:author V 2 tg K 8 svn:date V 27 2002-01-15T12:28:11.000000Z K 7 svn:log V 89 Upgrade to 1.0.2. Ignore port for Python-2.2 as there are incompatible language changes. END K 10 svn:author V 2 tg K 8 svn:date V 27 2002-01-15T12:32:05.000000Z K 7 svn:log V 176 Checking PYTHON_REL in the .BEGIN target breaks `make clean' if there's no Python installed. Use the pre-fetch target instead. Submitted by: Gregory Sutter END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2002-01-15T13:26:30.000000Z K 7 svn:log V 21 s/malloc.h/stdlib.h/ END K 10 svn:author V 6 nectar K 8 svn:date V 27 2002-01-15T14:31:00.000000Z K 7 svn:log V 167 Update 2.0.19 -> 2.0.20 This includes a security related fix. See OpenLDAP ITS#1530 for details. END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2002-01-15T14:48:41.000000Z K 7 svn:log V 91 upgrade to 1.2 fix master site PR: 33918 Submitted by: Tilman Linneweh END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2002-01-15T14:51:09.000000Z K 7 svn:log V 76 fix master site PR: 33919 Submitted by: Tilman Linneweh END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2002-01-15T14:57:03.000000Z K 7 svn:log V 60 fix master site Submitted by: James.Graham@hurlburt.af.mil END K 10 svn:author V 5 roger K 8 svn:date V 27 2002-01-15T15:06:17.000000Z K 7 svn:log V 280 Make OpenH323 check for the ixj driver header files. If they are not found, extract them from the ixj driver port and use them. This will make bento build packages for 4.x and 5.x with ixj support, even though the ixj driver fails to compile on 5.x systems at this point in time. END K 10 svn:author V 5 roger K 8 svn:date V 27 2002-01-15T15:07:29.000000Z K 7 svn:log V 81 Bump revision as OpenH323 now ensures the ixj driver header files are available. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-15T15:16:41.000000Z K 7 svn:log V 558 - Install files necessary for viewing pages in Asian languages using ports based on mozilla-embedded (galeon, skipstone etc.); - remove commented out line from unixcharset.properties; - add few `@unexec rm -f' into mozilla-embedded plist to ensure complete removal of package even if the port based on mozilla-embedded was executed with root privileges (mozilla has a bad habit of updating files in ${PREFIX}/lib/mozilla* wherever it's possible). Submitted by: Takashi KANAMARU (Asian langs) sobomax (the rest) END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-15T15:46:45.000000Z K 7 svn:log V 68 Update to 1.1.3p1. Problem noted by: Stefan Mueller END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-15T15:50:32.000000Z K 7 svn:log V 17 Update to 0.2.9. END K 10 svn:author V 5 shige K 8 svn:date V 27 2002-01-15T15:55:09.000000Z K 7 svn:log V 123 Free Japanese TrueType fonts named 'Kochi Mincho' and 'Kochi Gothic'. Submitted by: KANOU Hiroki END K 10 svn:author V 5 shige K 8 svn:date V 27 2002-01-15T15:55:15.000000Z K 7 svn:log V 49 kochi-ttfonts --> ports/japanese/kochi-ttfonts END K 10 svn:author V 3 skv K 8 svn:date V 27 2002-01-15T15:55:44.000000Z K 7 svn:log V 36 Update to 0.04. Approved by: tobez END K 10 svn:author V 6 nectar K 8 svn:date V 27 2002-01-15T15:56:25.000000Z K 7 svn:log V 61 Disable debugger by default Approved by: dwcjr (MAINTAINER) END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2002-01-15T15:58:59.000000Z K 7 svn:log V 536 Expand on the existing documentation regarding TLS and certificates, adding information important to operators of SMTP services used by a number of Windows (and probably Unix) MUA packages. This text has been approved by the author and will be included in the next release of exim-4. Another release of exim-3.3x is not expected. This change is based on an explanation of SSL certificates attributed below, but was not a direct submission. Errors are my own, etc. Submitted by: terry Message-Id: <3C3F3A93.C1ECF9B0@mindspring.com> END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-15T16:12:51.000000Z K 7 svn:log V 19 Update to 1.4.1.3. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-15T17:44:10.000000Z K 7 svn:log V 82 Fix with newest gnomelibs. Reported by: Joe Marcus Clarke END K 10 svn:author V 6 archie K 8 svn:date V 27 2002-01-15T18:26:43.000000Z K 7 svn:log V 80 Update to version 3.5. This version just fixes an install problem on -current. END K 10 svn:author V 5 shige K 8 svn:date V 27 2002-01-15T18:35:30.000000Z K 7 svn:log V 106 Update to 20020108. Install kochi-ttfonts documents. Submitted by: KANOU Hiroki END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-15T20:15:09.000000Z K 7 svn:log V 407 Update to version 20020116. Only minor fixes have been made since the last release. portsclean(1): - -C/--workclean: Support the case where the ports directory is a symlink. portupgrade(1): - Alter the "skip" message for originless packages. pkgdb(3): - When a dependency sanity check fails, suggest specifying -O as the alternative to running pkgdb -F. overall: - Make more grammar/wording fixes. END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-15T21:38:26.000000Z K 7 svn:log V 16 Update to 0.9.4 END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-15T21:39:42.000000Z K 7 svn:log V 63 Add ruby-dbd_interbase, the InterBase driver for DBI-for-Ruby. END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-15T21:39:51.000000Z K 7 svn:log V 60 ruby-dbd_interbase --> ports/databases/ruby-dbd_interbase END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-15T21:46:17.000000Z K 7 svn:log V 65 Remove an obsolete patch (Perl substitution) against extconf.rb. END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-15T21:56:52.000000Z K 7 svn:log V 22 Add a WITH_BDB4 knob. END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-15T22:16:30.000000Z K 7 svn:log V 124 Add ruby-bdb1, a Ruby interface to Berkeley DB revision 1.8x with full feature support (unlike the standard "dbm" library). END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-15T22:16:37.000000Z K 7 svn:log V 42 ruby-bdb1 --> ports/databases/ruby-bdb1 END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-15T23:28:29.000000Z K 7 svn:log V 72 Add port astro/wmjupiter - Dockapp that displays information on jupiter END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-15T23:28:31.000000Z K 7 svn:log V 38 wmjupiter --> ports/astro/wmjupiter END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-15T23:31:27.000000Z K 7 svn:log V 82 Add port astro/wmsolar - A dockapp that displays the solar system viewed from top END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-15T23:31:30.000000Z K 7 svn:log V 34 wmsolar --> ports/astro/wmsolar END K 10 svn:author V 3 jhb K 8 svn:date V 27 2002-01-16T00:06:02.000000Z K 7 svn:log V 102 Turn on SYSCONS_SUPPORT for the Alpha architecture. The build gets farther but still doesn't finish. END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2002-01-16T00:44:36.000000Z K 7 svn:log V 311 Use onsgmls instead of nsgmls when $WITH_OPENJADE is defined. These should be able to change at runtime with environment variables or so, but this workaround is useful until correct fix is applied. Submitted by: Udo Schweigert Reported by: Christian Weisgerber END K 10 svn:author V 6 trevor K 8 svn:date V 27 2002-01-16T02:35:41.000000Z K 7 svn:log V 119 new port of Mozilla pre-compiled for Linux, for use with plugins which are only available as Linux binaries PR: 33072 END K 10 svn:author V 6 trevor K 8 svn:date V 27 2002-01-16T02:35:47.000000Z K 7 svn:log V 44 linux-mozilla --> ports/www/linux-mozilla END K 10 svn:author V 5 shige K 8 svn:date V 27 2002-01-16T02:41:26.000000Z K 7 svn:log V 81 Needn't depend mkfontdir. Submitted by: KATO Tsuguru END K 10 svn:author V 2 cy K 8 svn:date V 27 2002-01-16T03:17:24.000000Z K 7 svn:log V 22 Update 1.2.2 -> 1.2.3 END K 10 svn:author V 5 mikeh K 8 svn:date V 27 2002-01-16T04:54:30.000000Z K 7 svn:log V 23 Update mirror address. END K 10 svn:author V 3 wjv K 8 svn:date V 27 2002-01-16T08:41:15.000000Z K 7 svn:log V 159 - Update/rewrite to version 2.0 - Major update of ntop - much of it rewritten - Take over maintainership for a while Approved by: billf (previous maintainer) END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-16T08:46:29.000000Z K 7 svn:log V 90 New port of mulberry, a graphical MUA. PR: 33912 Submitted by: Yarema END K 10 svn:author V 3 jim K 8 svn:date V 27 2002-01-16T08:46:44.000000Z K 7 svn:log V 35 mulberry --> ports/mail/mulberry END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-16T10:09:05.000000Z K 7 svn:log V 68 Don't try to delete directory which now being deleted by gnomelibs. END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T10:38:53.000000Z K 7 svn:log V 635 Update to 20020116.1. - Distinguish "ignored" from "skipped", and only report ignored packages when -v/--verbose is specified. (This reduces loads of "No need to upgrade ..." messages that you see when you run portupgrade -a, etc.) Point taken from: Quincey Koziol - Embrace the bsd.*.mk changes in CURRENT and stop files from getting installed into /. Problem noted by: Brooks Davis , Anders Andersson For recent CURRENT users, please manually remove /_* and /*.rb files that should have been accidentally installed by bsd.prog.mk. END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T10:42:00.000000Z K 7 svn:log V 87 Update to 0.9.5. PR: ports/33930 Submitted by: Sean Chittenden END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T10:43:52.000000Z K 7 svn:log V 57 Drop my maintainership. Anybody feel free to update it. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-16T10:44:08.000000Z K 7 svn:log V 46 Use correct MASTER_SITE. Submitted by: bento END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T11:16:06.000000Z K 7 svn:log V 83 Add ruby-aes, a Ruby extension library which implements AES (Rijndael) encryption. END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T11:16:16.000000Z K 7 svn:log V 39 ruby-aes --> ports/security/ruby-aes END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T11:35:24.000000Z K 7 svn:log V 77 Add ruby-freedb, a Ruby library that provides access to Freedb/CDDB servers. END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T11:35:44.000000Z K 7 svn:log V 42 ruby-freedb --> ports/audio/ruby-freedb END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T11:51:32.000000Z K 7 svn:log V 66 Add ruby-mail, a light-weight mail manipulating library for Ruby. END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T11:51:43.000000Z K 7 svn:log V 37 ruby-mail --> ports/mail/ruby-mail END K 10 svn:author V 5 naddy K 8 svn:date V 27 2002-01-16T11:59:43.000000Z K 7 svn:log V 190 * Do not clobber plaintext manual if WITH_MUTT_HTML is undefined. * Enable WITH_MUTT_HTML on alpha, old problem no longer applies. Submitted by: Udo Schweigert END K 10 svn:author V 2 tg K 8 svn:date V 27 2002-01-16T12:22:20.000000Z K 7 svn:log V 175 Implement PyObject_DelItemString(), which was obviously forgotten for Python-2.2. This will fix at least the metakit port. Bump PORTREVISION. Obtained from: Python CVS tree END K 10 svn:author V 2 tg K 8 svn:date V 27 2002-01-16T12:23:24.000000Z K 7 svn:log V 32 Fix variables for Python-2.1.1. END K 10 svn:author V 2 tg K 8 svn:date V 27 2002-01-16T12:24:32.000000Z K 7 svn:log V 41 Grr. Really fix PYTHON_WRKSRC for 2.1.1. END K 10 svn:author V 2 tg K 8 svn:date V 27 2002-01-16T12:35:05.000000Z K 7 svn:log V 49 Downgrade to Python-2.1.1 again after repo-copy. END K 10 svn:author V 2 tg K 8 svn:date V 27 2002-01-16T12:35:33.000000Z K 7 svn:log V 19 Activate python21. END K 10 svn:author V 2 tg K 8 svn:date V 27 2002-01-16T12:36:22.000000Z K 7 svn:log V 32 python21 -> ports/lang/python21 END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-16T12:45:38.000000Z K 7 svn:log V 17 Update to 1.0.2. END K 10 svn:author V 2 hm K 8 svn:date V 27 2002-01-16T13:05:42.000000Z K 7 svn:log V 75 Add port of the 3.00 beta API for Dallas Semiconductors 1-wire lan devices END K 10 svn:author V 2 hm K 8 svn:date V 27 2002-01-16T13:05:45.000000Z K 7 svn:log V 30 mlan3 --> ports/comms/mlan3 END K 10 svn:author V 4 mita K 8 svn:date V 27 2002-01-16T13:15:33.000000Z K 7 svn:log V 54 Synchronize to tgif-nls version (MAINTAINER's update) END K 10 svn:author V 5 naddy K 8 svn:date V 27 2002-01-16T14:01:22.000000Z K 7 svn:log V 70 Remove vorbis metaport which has outlived any usefulness it ever had. END K 10 svn:author V 5 naddy K 8 svn:date V 27 2002-01-16T14:42:33.000000Z K 7 svn:log V 59 Upgrade to Ogg Vorbis RC3. PR: 33727, 33728, 33729, 33731 END K 10 svn:author V 5 naddy K 8 svn:date V 27 2002-01-16T14:54:05.000000Z K 7 svn:log V 60 * upgrade to 0.2.3 * update lib version of libao dependency END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2002-01-16T15:48:32.000000Z K 7 svn:log V 17 upgrade to 2.1.3 END K 10 svn:author V 5 naddy K 8 svn:date V 27 2002-01-16T16:47:50.000000Z K 7 svn:log V 17 oops, missed one END K 10 svn:author V 5 naddy K 8 svn:date V 27 2002-01-16T17:37:02.000000Z K 7 svn:log V 57 Bump Ogg Vorbis library versions. Approved by: nobutaka END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-16T17:41:49.000000Z K 7 svn:log V 48 Update version number of vorbis shared library. END K 10 svn:author V 5 naddy K 8 svn:date V 27 2002-01-16T17:44:46.000000Z K 7 svn:log V 123 * Bump Ogg Vorbis library version numbers. * Increment PORTREVISION because of the dependencies change. Approved by: will END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T17:53:23.000000Z K 7 svn:log V 263 Update to 20020117. Fix a silly bug in the last version where portupgrade doesn't upgrade packages which requisite packages don't need upgrading. Probably you need to reinstall this port manually. PR: ports/33946 Submitted by: Vivek Khera END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T18:01:48.000000Z K 7 svn:log V 232 Update to 0.9.3. PR: ports/33813 Submitted by: SUGIMURA Takashi (MAINTAINER) Make it PREFIX clean. Remove the version number part from the library directory. Tag the site URL in pkg-descr with "WWW:". END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2002-01-16T18:09:32.000000Z K 7 svn:log V 69 Remove lobogg from LIB_DEPENDS - we inherit it along with libvorbis. END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T18:21:02.000000Z K 7 svn:log V 112 Update to 2.11.92 (-20011113). PR: ports/33483 Submitted by: Michal Pasternak (MAINTAINER) END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T18:30:54.000000Z K 7 svn:log V 96 Update to 1.2. PR: ports/33484 Submitted by: Michal Pasternak (MAINTAINER) END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T18:34:58.000000Z K 7 svn:log V 47 Make white-space cleanups to satisfy portlint. END K 10 svn:author V 5 naddy K 8 svn:date V 27 2002-01-16T19:00:51.000000Z K 7 svn:log V 31 Bump libvorbis version number. END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T19:00:56.000000Z K 7 svn:log V 14 Sort entries. END K 10 svn:author V 3 jeh K 8 svn:date V 27 2002-01-16T19:19:57.000000Z K 7 svn:log V 15 Update to 4181 END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T19:26:44.000000Z K 7 svn:log V 54 Use @unexec to remove possibly non-empty directories. END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T19:29:37.000000Z K 7 svn:log V 108 Update to 2.95.3-20010828. PR: ports/33486 Submitted by: Michal Pasternak (MAINTAINER) END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T19:43:09.000000Z K 7 svn:log V 164 Add mingw-opengl-headers, OpenGL headers from Microsoft(TM) for Windows development with Mingw. PR: ports/33490 Submitted by: Michal Pasternak END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T19:43:14.000000Z K 7 svn:log V 60 mingw-opengl-headers --> ports/devel/mingw-opengl-headers END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T19:46:18.000000Z K 7 svn:log V 69 Add mingw/opengl95.exe which is distributed on a Microsoft FTP site. END K 10 svn:author V 2 sf K 8 svn:date V 27 2002-01-16T19:46:33.000000Z K 7 svn:log V 263 o updato to 2.8.4rel.1b. o fix the format string vulnerability if configured with --enable-syslog (disabled by default) http://archives.neohapsis.com/archives/bugtraq/2001-12/0276.html PR: 33936 Submitted by: KOMATSU Shinichiro END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T19:53:58.000000Z K 7 svn:log V 101 Update to 20011229. PR: ports/33485 Submitted by: Michal Pasternak (MAINTAINER) END K 10 svn:author V 2 sf K 8 svn:date V 27 2002-01-16T19:57:25.000000Z K 7 svn:log V 102 o update to 1.3.25. o add FETCH_BEFORE_ARGS=-A for broken httpd. PR: 33942 Submitted by: maintainer END K 10 svn:author V 2 sf K 8 svn:date V 27 2002-01-16T20:00:49.000000Z K 7 svn:log V 103 o update to 1.2.5.1. o add FETCH_BEFORE_ARGS=-A for broken httpd. PR: 33943 Submitted by: maintainer END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T20:03:25.000000Z K 7 svn:log V 131 Do not depend on mingw-opengl-headers (which is restricted) on the package building cluster, so that it can build a mingw package. END K 10 svn:author V 2 sf K 8 svn:date V 27 2002-01-16T20:22:31.000000Z K 7 svn:log V 35 ja-gqmpeg -> ports/japanese/gqmpeg END K 10 svn:author V 7 andreas K 8 svn:date V 27 2002-01-16T20:31:11.000000Z K 7 svn:log V 658 Add new port: utftpd is a TFTP server with fine-grained access control, support for blksize (RFC 2348), timeout options and support for revision control. You can assign three different kinds of rights to every client: - read: the right to read a file. - write: the right to write to an already existing file. - create: the right to create a file. Clients may be specified by a single ip address or a range of addresses or by ip address and mask. Revision control is optional and will never be turned on automatically for any file (you have to do the initial checkin into by hand). WWW: http://www.ohse.de/uwe/software/utftpd.html END K 10 svn:author V 7 andreas K 8 svn:date V 27 2002-01-16T20:31:13.000000Z K 7 svn:log V 30 utftpd --> ports/net/utftpd END K 10 svn:author V 2 sf K 8 svn:date V 27 2002-01-16T20:41:41.000000Z K 7 svn:log V 167 add a new feature which can save ID3 tags as SJIS. (disabled by default) Submitted by: Yasuhito FUTATSUKI PR: 33954 Submitted by: maintainer END K 10 svn:author V 5 mharo K 8 svn:date V 27 2002-01-16T20:53:56.000000Z K 7 svn:log V 18 update to 1.6.4p2 END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-16T21:40:09.000000Z K 7 svn:log V 131 Seems p4d and p4ftpd were updated for i386. Bump PORTREVISION. I have no idea what exactly have been changed.. Noted by: nectar END K 10 svn:author V 2 sf K 8 svn:date V 27 2002-01-16T21:55:26.000000Z K 7 svn:log V 56 o update to 0.1.6. PR: 33960 Submitted by: maintainer END K 10 svn:author V 4 alex K 8 svn:date V 27 2002-01-16T22:08:43.000000Z K 7 svn:log V 391 Update port to version 3.67, which fixes all known problems on 5.0. Hand maintainership to Oliver Lehmann , since greid doesn't seem to be interested in this port any more (various feedback timeouts and mails from him indicate this) PR: 31691, 32673, 32802, 33894 Submitted by: Oliver Lehmann Approved by: greid (MAINTAINER) (de-facto approved) END K 10 svn:author V 6 archie K 8 svn:date V 27 2002-01-16T23:20:09.000000Z K 7 svn:log V 122 Upgrade (yet again) from 3.5 -> 3.6. This version includes a workaround for Win9x clients when doing MS-CHAPv2 and MPPE. END K 10 svn:author V 5 demon K 8 svn:date V 27 2002-01-16T23:56:28.000000Z K 7 svn:log V 90 Fix build. PR: 33189 Submitted by: Bjarne Wichmann Petersen END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2002-01-17T02:22:19.000000Z K 7 svn:log V 25 Update to 0.79. Add WWW. END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-17T02:33:15.000000Z K 7 svn:log V 14 Update to 1.2 END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-17T03:04:56.000000Z K 7 svn:log V 116 - Add NOPORTDOCS support (pkg-plist) - Use INSTALL_DATA to install docs - Use DOCSDIR PR: 29760 Approved by: hoek END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-17T03:07:33.000000Z K 7 svn:log V 121 - Add NOPORTDOCS support to pkg-plist - Use INSTALL_DATA for installing docs - Use DOCSDIR PR: 29762 Approved by: hoek END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-17T03:46:51.000000Z K 7 svn:log V 134 - Update to 1.0.0 - Depend on linux_base-7 PR: 33861 Submitted by: Adam Kranzel Reviewed by: maintainer END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-17T04:17:41.000000Z K 7 svn:log V 17 Update to 1.0.0. END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-17T04:20:04.000000Z K 7 svn:log V 95 Fix bento build PR: 33908 Submitted by: Simon 'corecode' Schubert END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-17T04:37:02.000000Z K 7 svn:log V 82 Update to 1.7.7 PR: 33895 Submitted by: Tilman Linneweh END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-17T04:45:52.000000Z K 7 svn:log V 122 add patch and make pod2man not to complain about bad option no portrevision required PR: 33880 Submitted by: maintainer END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-17T04:51:03.000000Z K 7 svn:log V 82 Update to 1.045 PR: 33893 Submitted by: Tilman Linneweh END K 10 svn:author V 5 mharo K 8 svn:date V 27 2002-01-17T04:53:45.000000Z K 7 svn:log V 16 update to 1.6.5 END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2002-01-17T05:16:50.000000Z K 7 svn:log V 60 - Upgrade for python 2.2, breakage is undone in python 2.2) END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2002-01-17T05:37:59.000000Z K 7 svn:log V 42 add aewm++ 1.0.15 The C++ version of aewm END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2002-01-17T05:38:03.000000Z K 7 svn:log V 33 aewm++ --> ports/x11-wm/aewm++ END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-17T05:40:37.000000Z K 7 svn:log V 52 Update to 3.91 PR: 33945 Submitted by: maintainer END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-17T05:47:40.000000Z K 7 svn:log V 160 Fix a problem with the nessus-update-plugins script, which did not send a signal to the nessusd daemon. Bump PORTREVISION. PR: 33781 Submitted by: maintainer END K 10 svn:author V 6 trevor K 8 svn:date V 27 2002-01-17T06:14:45.000000Z K 7 svn:log V 129 Make this compatibile with the www/linux-flashplugin package, by adding some symbolic links into the Netscape plugins directory. END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-17T06:22:50.000000Z K 7 svn:log V 79 Fix bento build PR: 33746 Submitted by: Oliver Lehmann END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2002-01-17T06:23:37.000000Z K 7 svn:log V 45 add ximp3 0.1.14 A simple console MP3 player END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2002-01-17T06:23:40.000000Z K 7 svn:log V 30 ximp3 --> ports/audio/ximp3 END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-17T06:46:04.000000Z K 7 svn:log V 53 Update to 0.7.0 PR: 33922 Submitted by: maintainer END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-17T06:51:12.000000Z K 7 svn:log V 102 Install extra manpages PR: 33850 Submitted by: Alex Varju Approved by: maintainer END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-17T07:27:43.000000Z K 7 svn:log V 72 Mention in pkg-{comment,descr} that this port supports linux-opera too. END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2002-01-17T07:29:50.000000Z K 7 svn:log V 166 Fix a bug that jman always searched "ja" subdirectory ignoring LC_ALL, LC_CTYPE, and LANG. Submitted by: horikawa@jp.FreeBSD.org, MORI Kouji END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2002-01-17T08:00:03.000000Z K 7 svn:log V 17 upgrade to 1.2.2 END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-17T08:13:21.000000Z K 7 svn:log V 16 Update to 0.7.1 END K 10 svn:author V 3 pat K 8 svn:date V 27 2002-01-17T08:20:44.000000Z K 7 svn:log V 94 Fix sdl errors caught by bento PR: 33829 Submitted by: Oliver Lehmann END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2002-01-17T10:52:56.000000Z K 7 svn:log V 96 correct checksum ps. sorry mharo PR: 33976, 33981 Submitted by: many people (including me :) END K 10 svn:author V 4 mita K 8 svn:date V 27 2002-01-17T11:00:35.000000Z K 7 svn:log V 142 MAINTAINER's update for vflib 1. Update to the latest VFlib2-version 2. Default font depends on more beautiful fonts: japanese/kochi-ttfonts END K 10 svn:author V 3 knu K 8 svn:date V 27 2002-01-17T11:51:11.000000Z K 7 svn:log V 61 Do not install patch backup files. Submitted by: MAINTAINER END K 10 svn:author V 5 naddy K 8 svn:date V 27 2002-01-17T12:21:00.000000Z K 7 svn:log V 174 Update to 1.0.8. Changes in this version include: * various minor bug fixes * updated translations and a new Polish one * Meta-A as an alternate key for the marker key (^^) END K 10 svn:author V 3 wjv K 8 svn:date V 27 2002-01-17T12:21:08.000000Z K 7 svn:log V 107 - Update to version 0.7 - Make PREFIX-compliant - Added a PKGREQ script to check for Python version >= 2.0 END K 10 svn:author V 3 wjv K 8 svn:date V 27 2002-01-17T12:26:15.000000Z K 7 svn:log V 86 - Relinquish maintainership. I haven't used this application in a long, long time. END K 10 svn:author V 3 skv K 8 svn:date V 27 2002-01-17T12:33:21.000000Z K 7 svn:log V 44 Updated to version 1.11 Approved by: tobez END K 10 svn:author V 3 wjv K 8 svn:date V 27 2002-01-17T12:45:23.000000Z K 7 svn:log V 90 Add py-dsv 1.3.3, a Python module to parse or write delimeter-separated (e.g. CSV) files. END K 10 svn:author V 3 wjv K 8 svn:date V 27 2002-01-17T12:45:30.000000Z K 7 svn:log V 35 py-dsv --> ports/textproc/py-dsv END K 10 svn:author V 8 sumikawa K 8 svn:date V 27 2002-01-17T12:53:20.000000Z K 7 svn:log V 23 Sync with www/mozilla. END K 10 svn:author V 3 wjv K 8 svn:date V 27 2002-01-17T12:56:06.000000Z K 7 svn:log V 51 - Update to version 0.9.2 (not tested extensively) END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2002-01-17T13:53:08.000000Z K 7 svn:log V 65 Patch is replaced with a perl in-place regex. Suggested by will@ END K 10 svn:author V 2 sf K 8 svn:date V 27 2002-01-17T14:18:17.000000Z K 7 svn:log V 79 o update to 2001080415. o respect CFLAGS. PR: 33879 Submitted by: maintainer END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2002-01-17T14:29:30.000000Z K 7 svn:log V 51 Update to 0.91 PR: 33789 Submitted by: Ports Fury END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2002-01-17T14:33:47.000000Z K 7 svn:log V 59 Update to version 0.91 PR: 33790 Submitted by: Ports Fury END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2002-01-17T15:04:40.000000Z K 7 svn:log V 61 Update to version 1.5.27 PR: 33603 Submitted by: MAINTAINER END K 10 svn:author V 5 shige K 8 svn:date V 27 2002-01-17T15:11:19.000000Z K 7 svn:log V 73 Update to 20020117. Submitted by: KANOU Hiroki END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2002-01-17T15:19:23.000000Z K 7 svn:log V 84 Update to version 1.14.0 PR: 33601 Submitted by: Paul Marquis END K 10 svn:author V 3 skv K 8 svn:date V 27 2002-01-17T15:28:30.000000Z K 7 svn:log V 36 Updated to 1.06 Approved by: tobez END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2002-01-17T15:30:20.000000Z K 7 svn:log V 74 Added a new location for MASTER_SITES PR: 33993 Submitted by: MAINTAINER END K 10 svn:author V 5 lioux K 8 svn:date V 27 2002-01-17T16:23:05.000000Z K 7 svn:log V 142 New port cyclone version 0.2: A safe dialect of C from Cornell and AT&T Research PR: 33613 Submitted by: Alan Eldridge END K 10 svn:author V 5 lioux K 8 svn:date V 27 2002-01-17T16:23:18.000000Z K 7 svn:log V 33 cyclone --> ports/lang/cyclone END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2002-01-17T16:41:42.000000Z K 7 svn:log V 96 - Add conf_libsm_LIBS for option SENDMAIL_WITH_LDAP the base lib needs now ldap_err2string too. END K 10 svn:author V 5 mharo K 8 svn:date V 27 2002-01-17T17:00:36.000000Z K 7 svn:log V 18 update to 1.6.5p1 END K 10 svn:author V 3 ume K 8 svn:date V 27 2002-01-17T18:19:56.000000Z K 7 svn:log V 110 Sync with reality in comment. We can choose `sasldb' also. Submitted by: KONDOU Kazuhiro END K 10 svn:author V 5 naddy K 8 svn:date V 27 2002-01-17T19:22:41.000000Z K 7 svn:log V 367 * Upgrade to 12.17.3. Changes in this version include: - integrated GSM support - new soxmix program * Bump libvorbis version number in LIB_DEPENDS. * Use new Ogg Vorbis RC3 encoder API. * Replace incomplete list of supported formats and effects with a general blurb in DESCR. * Update home page URL in DESCR. Reviewed by: Dan Nelson END K 10 svn:author V 6 trevor K 8 svn:date V 27 2002-01-17T19:26:23.000000Z K 7 svn:log V 302 Update to 5.5. Add FTP site. Add dependency on gsl and optionally Ruby and esd. Correct pkg-descr (WITHOUT_X11 not WITHOUT_X). Generate the packing list. Add warning about incomplete review. Re-kludge PREFIX so new DOCSDIR macro can be used. Perhaps bento will no longer lose its lunch over this. END