ƒ¦Y42000 282 498 369 208 511 165 113 499 479 336 166 158 170 143 274 232 151 300 350 110 116 168 115 167 271 170 165 184 134 268 128 154 144 144 138 140 126 244 122 116 156 156 155 156 113 177 129 221 127 169 113 139 158 158 136 113 113 232 136 158 129 130 481 136 138 112 209 200 379 154 154 269 143 183 123 129 129 148 221 123 161 154 159 154 156 154 209 151 183 234 121 222 165 119 154 117 163 187 204 191 172 185 149 158 129 190 178 170 222 145 204 252 150 162 167 232 208 189 107 152 159 176 185 139 160 182 149 141 112 241 197 110 434 109 201 343 163 262 224 201 156 173 185 310 230 748 200 105 119 144 150 121 161 112 173 117 200 177 178 107 197 111 125 186 105 110 111 322 120 171 130 147 128 287 160 108 170 189 121 151 122 252 119 191 157 381 280 219 274 195 228 223 119 119 120 152 155 225 110 120 191 224 279 102 162 144 113 197 133 132 137 111 126 109 106 114 315 168 112 210 221 174 205 122 115 224 111 180 129 176 142 111 331 598 142 206 197 114 222 213 175 121 190 146 110 360 133 152 196 139 113 175 118 218 209 203 133 186 1373 114 214 402 117 216 362 211 118 111 640 162 113 113 148 225 130 128 207 120 162 155 299 120 116 K 10 svn:author V 3 joe K 8 svn:date V 27 2001-04-28T14:21:40.000000Z K 7 svn:log V 405 Stat::lsMode generates mode and permission strings that look like the ones generated by the Unix ls -l command. For example, a regular file that is readable by everyone and writable only by its owner has the mode string -rw-r--r--. Stat::lsMode will either examine the file and produce the right mode string for you, or you can pass it the mode that you get back from Perl's stat call. PR: ports/26847 END K 10 svn:author V 3 joe K 8 svn:date V 27 2001-04-28T14:39:59.000000Z K 7 svn:log V 276 This perl routine will take a prompt, a default response and a list of possible responses and deal with the user interface, (and the user!), by displaying the prompt, showing the default, and checking to be sure that the response is one of the legal choices. PR: ports/26850 END K 10 svn:author V 3 joe K 8 svn:date V 27 2001-04-28T14:48:19.000000Z K 7 svn:log V 115 Compare two perl data structures recursively. Returns 0 if the structures differ, else returns 1. PR: ports/26853 END K 10 svn:author V 3 joe K 8 svn:date V 27 2001-04-28T14:55:30.000000Z K 7 svn:log V 418 Usually when you have to store persistent data you don't need a full-blown database server, just a ASCII database would do the trick. AsciiDB::Tag allows you to access a simple ASCII database using a perl hash variable. The database format is straightforward so you can edit it by hand if you need so. Each record is stored into a file, and a record is just a set of values tagged by the field name. PR: ports/26857 END K 10 svn:author V 3 joe K 8 svn:date V 27 2001-04-28T15:03:42.000000Z K 7 svn:log V 73 This module returns the sunrise/sunset for a given day. PR: ports/26859 END K 10 svn:author V 4 alex K 8 svn:date V 27 2001-04-28T15:05:50.000000Z K 7 svn:log V 20 This needs mimelib. END K 10 svn:author V 3 joe K 8 svn:date V 27 2001-04-28T15:08:08.000000Z K 7 svn:log V 406 Switch.pm provides the syntax and semantics for an explicit case mechanism for Perl. The syntax is minimal, introducing only the keywords switch and case and conforming to the general pattern of existing Perl control structures. The semantics are particularly rich, allowing any one (or more) of nearly 30 forms of matching to be used when comparing a switch value with its various cases. PR: ports/26875 END K 10 svn:author V 3 joe K 8 svn:date V 27 2001-04-28T15:16:33.000000Z K 7 svn:log V 386 IO::Interface adds object-methods to IO::Socket objects to allow them to get and set operational characteristics of network interface cards, such as IP addresses, net masks, and so forth. It is useful for identifying runtime characteristics of cards, such as broadcast addresses, and finding interfaces that satisfy certain criteria, such as the ability to multicast. PR: ports/26876 END K 10 svn:author V 2 mi K 8 svn:date V 27 2001-04-28T16:16:07.000000Z K 7 svn:log V 244 Although the port formally depended on lcms, the software was compiling without it :( Add the explicit -D to CFLAGS. Good noone tried to use the lcms part of the library... Also, add library dependencies to LDADD -- -ljpeg -lz -llcms. END K 10 svn:author V 3 ume K 8 svn:date V 27 2001-04-28T16:43:11.000000Z K 7 svn:log V 74 Update to 2.0.13. If your libsasl has sasl_checkapop(), you can use APOP. END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2001-04-28T17:55:53.000000Z K 7 svn:log V 63 add terminality A cross-platform terminal manipulation library END K 10 svn:author V 3 knu K 8 svn:date V 27 2001-04-28T18:08:30.000000Z K 7 svn:log V 78 Allow slave ports to override PORTREVISION. Approved by: obrien (MAINTAINER) END K 10 svn:author V 5 demon K 8 svn:date V 27 2001-04-28T18:54:15.000000Z K 7 svn:log V 49 Update to 1.0.11 Approved by: ache (MAINTAINER) END K 10 svn:author V 3 knu K 8 svn:date V 27 2001-04-28T19:34:59.000000Z K 7 svn:log V 181 Apply a hotfix against ruby-interp. This fixes the coredump when $_ is set to non-string in a :rubydo command. (e.g. :rubydo $_ = 0) It will be submitted to the vim6 author soon. END K 10 svn:author V 3 jdp K 8 svn:date V 27 2001-04-28T20:32:15.000000Z K 7 svn:log V 139 Allow PORTVERSION and MASTER_SITES to be overridden so that this port can be used as a MASTERDIR. Add an additional site to MASTER_SITES. END K 10 svn:author V 3 jdp K 8 svn:date V 27 2001-04-28T20:53:53.000000Z K 7 svn:log V 59 New port "cvsup-devel" for development snapshots of CVSup. END K 10 svn:author V 5 peter K 8 svn:date V 27 2001-04-28T23:42:14.000000Z K 7 svn:log V 205 Add a port for paicc (paint changed characters). This is an incredibly useful tool as it allows you to have arbitary command lines refreshed in a top-like fashion. eg: paicc -c 'date; uptime; vmstat -i' END K 10 svn:author V 3 jmz K 8 svn:date V 27 2001-04-29T00:01:00.000000Z K 7 svn:log V 257 - Remove pkg-plist.x11 and use PLIST_SUB to manage NO_X files in pkg-plist - PLIST now manages installation/removal of mtools.conf (pkg-install no longer required). mtools.conf will be removed only if it is equal to mtools.conf.sample. Submitted by: olgeni END K 10 svn:author V 3 jmz K 8 svn:date V 27 2001-04-29T00:01:37.000000Z K 7 svn:log V 18 Bump PORTREVISION END K 10 svn:author V 7 patrick K 8 svn:date V 27 2001-04-29T00:55:33.000000Z K 7 svn:log V 20 Add a missing file. END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-04-29T01:55:28.000000Z K 7 svn:log V 75 Give words from local dict priority over the same dist words, replace them END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-29T04:28:57.000000Z K 7 svn:log V 22 Update to gnut 0.4.22 END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2001-04-29T06:03:34.000000Z K 7 svn:log V 70 Update to new patch from Debian ($PORTREVISION++). Submitted by: MAR END K 10 svn:author V 4 roam K 8 svn:date V 27 2001-04-29T08:23:30.000000Z K 7 svn:log V 177 The dist tarball was rerolled with new functionality: proper handling of zero checksums. Update the tarball MD5 sum and bump PORTREVISION. PR: 26944 Submitted by: maintainer END K 10 svn:author V 5 asami K 8 svn:date V 27 2001-04-29T09:29:41.000000Z K 7 svn:log V 76 Fix syntax error by adding a '\' at the end of a line. Submitted by: bento END K 10 svn:author V 5 joerg K 8 svn:date V 27 2001-04-29T11:20:05.000000Z K 7 svn:log V 71 This gcc snapshot requires bison in order to build. Submitted by: bsd END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-04-29T11:23:21.000000Z K 7 svn:log V 88 Add pkgconfig 0.5.0, an utility used to retrieve information about installed libraries. END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-04-29T11:25:59.000000Z K 7 svn:log V 41 Delete ipfw rule on stop (commented out) END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-04-29T11:50:03.000000Z K 7 svn:log V 171 In addition to PREFIX/libdata/pkgconfig scan appropriate directory under LOCALBASE and X11BASE for .pc files, so ports that live in X11BASE will be able to use pkgconfig. END K 10 svn:author V 4 dirk K 8 svn:date V 27 2001-04-29T13:31:34.000000Z K 7 svn:log V 35 Tell users about setting PHP_LANG. END K 10 svn:author V 4 dirk K 8 svn:date V 27 2001-04-29T13:42:38.000000Z K 7 svn:log V 61 Add upcoming french/php_doc and german/php_doc to SLAVEDIRS. END K 10 svn:author V 4 dirk K 8 svn:date V 27 2001-04-29T13:45:02.000000Z K 7 svn:log V 51 Add de-php_doc - a german version of lang/php_doc. END K 10 svn:author V 4 dirk K 8 svn:date V 27 2001-04-29T13:46:55.000000Z K 7 svn:log V 51 Add fr-php_doc - a french version of lang/php_doc. END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2001-04-29T14:43:09.000000Z K 7 svn:log V 43 add yap A high-performance Prolog compiler END K 10 svn:author V 6 jedgar K 8 svn:date V 27 2001-04-29T14:44:33.000000Z K 7 svn:log V 45 o Update port to 1.2.1 o Use KDE2 by default END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-04-29T16:48:44.000000Z K 7 svn:log V 32 Update to version 1.4 Build 110 END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2001-04-29T16:58:46.000000Z K 7 svn:log V 148 add dbtool Store and retrieve data in a key/value format in a hash database ps. thanks Jos Backus for his help on make this port END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-04-29T17:10:01.000000Z K 7 svn:log V 28 Update port to version 1.01 END K 10 svn:author V 6 jedgar K 8 svn:date V 27 2001-04-29T18:30:53.000000Z K 7 svn:log V 21 Update port to 1.5.4 END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2001-04-29T18:58:58.000000Z K 7 svn:log V 60 Upgrade to 0.52. PR: ports/26948 Submitted by: maintainer END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2001-04-29T18:59:47.000000Z K 7 svn:log V 60 Upgrade to 0.52. PR: ports/26951 Submitted by: maintainer END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2001-04-29T19:00:39.000000Z K 7 svn:log V 59 Upgrade to 1.09 PR: ports/26946 Submitted by: maintainer END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2001-04-29T19:02:29.000000Z K 7 svn:log V 60 Upgrade to 1.06. PR: ports/26956 Submitted by: maintainer END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2001-04-29T19:23:37.000000Z K 7 svn:log V 17 Upgrade to 0.98. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-04-29T21:46:39.000000Z K 7 svn:log V 81 Fix a typo and slightly expand to match my latest changes. Submitted by: olgeni END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-29T23:31:45.000000Z K 7 svn:log V 36 Don't hard-code -O2; respect CFLAGS END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-29T23:35:01.000000Z K 7 svn:log V 127 Don't do CFLAGS ?= -O2 (this had no effect since a default CFLAGS is passed from if it is not overridden by the user) END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-29T23:36:40.000000Z K 7 svn:log V 34 Don't hard-code CFLAGS=-O2 and CC END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-29T23:46:57.000000Z K 7 svn:log V 76 Reorder includes to squash typical Linux-kiddie network header misordering. END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-29T23:49:00.000000Z K 7 svn:log V 20 Don't hard-code -O2 END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-29T23:54:55.000000Z K 7 svn:log V 46 Don't hard-code -O2, inherit CC from END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T00:05:28.000000Z K 7 svn:log V 65 Don't hard-code -O2; inherit default CC and CFLAGS from END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T00:14:38.000000Z K 7 svn:log V 65 Respect CFLAGS and don't hard-code -O2; inherit CC from END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T00:16:03.000000Z K 7 svn:log V 43 Don't hard-code -O2; respect CC and CFLAGS END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T00:22:07.000000Z K 7 svn:log V 20 Don't hard-code -O2 END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T00:34:26.000000Z K 7 svn:log V 20 Don't hard-code -O2 END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T00:46:33.000000Z K 7 svn:log V 138 Respect CC and CFLAGS; don't hardcode -O2, and allow overriding of `gnome-config --cflags` by adding CFLAGS after it on the compile line. END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T00:50:52.000000Z K 7 svn:log V 43 Respect CC; don't override CFLAGS with -O2 END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T00:56:47.000000Z K 7 svn:log V 65 Don't hard-code -O2. Instead use whatever the imake default is. END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T01:01:23.000000Z K 7 svn:log V 36 Don't hard-code -O2; respect CFLAGS END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T01:57:59.000000Z K 7 svn:log V 37 Respect CC, CXX, CFLAGS and CXXFLAGS END K 10 svn:author V 8 kuriyama K 8 svn:date V 27 2001-04-30T03:22:56.000000Z K 7 svn:log V 383 Upgrade to 1.0.5. o The semantics of --verify have changed. o Corrected hash calculation for input data larger than 512M. o Large File Support is now working. o A bunch of new options and commands. o Keyserver support for the W32 version. o Better handling of key expiration and subkeys. o Estonian and Turkish translation. o The usual fixes and other enhancements. END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T04:44:02.000000Z K 7 svn:log V 43 Respect CC and CFLAGS, don't hard-code -O2 END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-04-30T05:29:45.000000Z K 7 svn:log V 42 Update to 1.3.4. Approved by: maintainer END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-04-30T05:30:29.000000Z K 7 svn:log V 16 Update to 0.15. END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T06:54:55.000000Z K 7 svn:log V 115 Use random()/srandom() for better PRNG properties than rand()/srand(). Bump PORTREVISION. Approved by: maintainer END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T07:16:13.000000Z K 7 svn:log V 106 Don't hard-code -O2 or -m486. This still doesn't respect CXX, but I couldn't figure out how to fix that. END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T07:33:39.000000Z K 7 svn:log V 285 Upgrade to gftp 2.0.8 and mark FORBIDDEN. gftp 2.0.8 was a security update to fix a remotely exploitable format string vulnerability, but in the course of trying to make the new version actually build I discovered that it also has local tempfile vulnerabilities, among other problems. END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T08:10:16.000000Z K 7 svn:log V 61 Don't hard-code -O2 and various -f optimizations in CXXFLAGS END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T08:18:54.000000Z K 7 svn:log V 61 Don't hard-code -O9 and various other funky -f optimizations END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T09:10:13.000000Z K 7 svn:log V 175 Don't hard-code -O6 and various other -f optimizations; don't guess at processor-specific gcc optimizations to use because CPUTYPE knows better thesedays; don't hard-code CC. END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T09:22:55.000000Z K 7 svn:log V 50 Don't hard-code -O3 and about 20 -f optimizations END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T09:25:52.000000Z K 7 svn:log V 90 Chop out some variable expansions which snuck in by mistake Pointed out by: knu, n_hibma END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T09:48:55.000000Z K 7 svn:log V 30 Remove -finline-functions too END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T09:56:29.000000Z K 7 svn:log V 36 Chop out 2 -f optimizations as well END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T10:13:07.000000Z K 7 svn:log V 36 Don't hardcode CC and CFLAGS to -O3 END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T10:18:55.000000Z K 7 svn:log V 55 Don't hard-code -O3 and a buttload of -f optimizations END K 10 svn:author V 4 kris K 8 svn:date V 27 2001-04-30T10:33:54.000000Z K 7 svn:log V 127 Don't hardcode CXX to g++, CXXFLAGS to -O3 and a bunch of -f optimizations This port is still broken, but no worse than before END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-04-30T10:37:12.000000Z K 7 svn:log V 26 Simplify the description. END K 10 svn:author V 8 sheldonh K 8 svn:date V 27 2001-04-30T10:38:00.000000Z K 7 svn:log V 64 Update master site. Reported by: Peter Radcliffe END K 10 svn:author V 3 knu K 8 svn:date V 27 2001-04-30T11:06:34.000000Z K 7 svn:log V 62 Add pdumpfs, a daily backup system similar to Plan9's dumpfs. END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2001-04-30T12:45:12.000000Z K 7 svn:log V 64 Remove broken master site. PR: 26971 Submitted by: maintainer END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2001-04-30T15:28:53.000000Z K 7 svn:log V 60 Upgrade to version 0.02 PR: 26966 Submitted by: MAINTAINER END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2001-04-30T15:35:56.000000Z K 7 svn:log V 62 Upgrade to version 0.4.64 PR: 26989 Submitted by: MAINTAINER END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2001-04-30T15:40:39.000000Z K 7 svn:log V 60 Upgrade to version 0.14 PR: 26972 Submitted by: MAINTAINER END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2001-04-30T15:52:06.000000Z K 7 svn:log V 114 - Upgrade graphics/evas to 0.5.0 - Bump library version to x11-toolkits/gevas PR: 26965 Submitted by: MAINTAINER END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2001-04-30T16:07:28.000000Z K 7 svn:log V 57 Upgrade to version 1.5.17 PR: 26921 Submitted by: MAINT END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-04-30T16:21:00.000000Z K 7 svn:log V 88 Update to 4.55.1. This version recognizes 4.3FreeBSD so the benign warning isn't given. END K 10 svn:author V 3 knu K 8 svn:date V 27 2001-04-30T16:39:03.000000Z K 7 svn:log V 141 Note the default optimization flags used by the vendor in a comment. Comment out redundant lines rather than deleting them. (Just my taste) END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-04-30T16:43:16.000000Z K 7 svn:log V 26 Update to Vim 6.0 beta AD END K 10 svn:author V 3 jdp K 8 svn:date V 27 2001-04-30T17:13:25.000000Z K 7 svn:log V 129 Add a disclaimer hinting that this port sucks beyond measure, and that potential users of it should choose mpd-netgraph instead. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-04-30T17:25:09.000000Z K 7 svn:log V 70 I don't know of any UNIX make(1) that does not define a useful $(CC). END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-04-30T17:42:49.000000Z K 7 svn:log V 24 Default to -O, not -O2. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-04-30T17:44:40.000000Z K 7 svn:log V 59 Use [s]random() rather than [s]rand(). Submitted by: kris END K 10 svn:author V 3 jim K 8 svn:date V 27 2001-04-30T18:49:36.000000Z K 7 svn:log V 25 Update to version 1.7.3. END K 10 svn:author V 3 jmz K 8 svn:date V 27 2001-04-30T21:06:56.000000Z K 7 svn:log V 71 Fix make patch for norsk ispell. Submitted by: Herbert END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-04-30T21:47:02.000000Z K 7 svn:log V 93 Update MASTER_SITES and checksum PR: 26932 Submitted by: Patrick Li END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-04-30T21:53:15.000000Z K 7 svn:log V 109 Update port: audio/wmix to 2.20 PR: 26939 Submitted by: Konstantinos Konstantinidis END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-04-30T21:55:34.000000Z K 7 svn:log V 97 Use esound on Alpha instead of using the xmp oss driver PR: 26964 Submitted by: maintainer END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-04-30T22:04:54.000000Z K 7 svn:log V 78 Update port graphics/imlib2 to 1.0.3 PR: 26963 Submitted by: maintainer END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-04-30T22:05:08.000000Z K 7 svn:log V 91 update math/netcdf to 3.5.0 PR: 26995 Submitted by: AMAKAWA Shuhei END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-04-30T22:06:32.000000Z K 7 svn:log V 55 Fix pkg-plist PR: 26974 Submitted by: maintainer END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-04-30T22:39:13.000000Z K 7 svn:log V 63 Change the Vim-specific "NO_GUI" to the correct "WITHOUT_X11". END K 10 svn:author V 4 ache K 8 svn:date V 27 2001-04-30T23:38:48.000000Z K 7 svn:log V 36 By default add yo and ye forms both END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-04-30T23:42:54.000000Z K 7 svn:log V 96 Update port: p5-Spreadsheet-ParseExcel to version 0.21 PR: 26949 Submitted by: maintainer END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-04-30T23:55:54.000000Z K 7 svn:log V 84 Updated port: net/isc-dhcp3 to version rc3 PR: 26982 Submitted by: maintainer END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-04-30T23:57:25.000000Z K 7 svn:log V 76 gtk dependency is not enough, changed it to gnome Submitted by: maintainer END K 10 svn:author V 5 greid K 8 svn:date V 27 2001-05-01T00:15:13.000000Z K 7 svn:log V 127 Add mp3butler 1.0.1, a program for renaming mp3 files. PR: 26999 Submitted by: Christopher Preston END K 10 svn:author V 6 trevor K 8 svn:date V 27 2001-05-01T00:26:22.000000Z K 7 svn:log V 50 Update to 2.1.1. goaded by: trini0@optonline.net END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-01T00:28:36.000000Z K 7 svn:log V 109 The spec file within the tarball was updated, no functional change. PR: 26984 Submitted by: maintainer END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-01T00:34:46.000000Z K 7 svn:log V 157 Updates the port to the latest verion: 2.21b. Brings in interesting stuff like kqueue and accept filtering support. PR: 26822 Submitted by: maintainer END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-01T00:40:12.000000Z K 7 svn:log V 56 Chase distfile PR: 26777 Submitted by: maintainer END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-01T00:44:34.000000Z K 7 svn:log V 68 Update tgif port to 4.1.40 PR: 26849 Submitted by: maintainer END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-01T00:47:34.000000Z K 7 svn:log V 73 Small bug fix for the Makefile PR: 26673 Submitted by: maintainer END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-01T00:50:41.000000Z K 7 svn:log V 137 - Fix pkg-plist - Take over as MAINTAINER - Fix formatting in Makefile PR: 27000 Submitted by: Pete Fritchman END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-01T01:10:34.000000Z K 7 svn:log V 113 updating port qbrew from version 0.1.6 to 0.2.0 PR: 26977 Submitted by: David Johnson END K 10 svn:author V 4 kiri K 8 svn:date V 27 2001-05-01T04:25:27.000000Z K 7 svn:log V 96 Remove MASTER_SITE_LOCAL because of DISTNAME changed. Approved by: MAINTAINER(kunishi@acm.org) END K 10 svn:author V 3 knu K 8 svn:date V 27 2001-05-01T08:35:51.000000Z K 7 svn:log V 15 Update to 1.2. END K 10 svn:author V 3 knu K 8 svn:date V 27 2001-05-01T09:18:18.000000Z K 7 svn:log V 60 Point WWW: at the English page instead of the Japanese one. END K 10 svn:author V 3 knu K 8 svn:date V 27 2001-05-01T09:41:05.000000Z K 7 svn:log V 67 Add ja-ruby-romkan, a Romaji <-> Kana conversion library for Ruby. END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-01T09:43:26.000000Z K 7 svn:log V 82 Update port: x11/xkeywrap to version 1.1 PR: 27007 Submitted by: maintainer END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-01T09:47:08.000000Z K 7 svn:log V 91 Fix bad subdir entry Submitted by: Matthew D. Fuller PR: 27006 END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-01T09:55:09.000000Z K 7 svn:log V 45 ${ENV} -> ${SETENV} PR: 26783, 26784, 26785 END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-01T09:56:31.000000Z K 7 svn:log V 66 update from 2.30 to 2.31 PR: 26950 Submitted by: maintainer END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-01T10:10:03.000000Z K 7 svn:log V 88 Update port: p5-Spreadsheet-WriteExcel to 0.31 PR: 26947 Submitted by: maintainer END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-01T10:19:46.000000Z K 7 svn:log V 55 Update to 1.0.p15 PR: 26764 Submitted by: maintainer END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-01T10:27:59.000000Z K 7 svn:log V 47 freebsd-ports@freebsd.org -> ports@FreeBSD.org END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2001-05-01T10:51:41.000000Z K 7 svn:log V 17 upgrade to 1.3.0 END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2001-05-01T12:10:05.000000Z K 7 svn:log V 145 - Option to add LDAP Support - Cleanup dublicate labels - Allow to build a package manually. Submitted by: phantom@ark.cris.net (Alexey Zelkin) END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2001-05-01T12:17:05.000000Z K 7 svn:log V 101 - tk83 uses now the same cflages like in tcl83 Submitted by: mi@aldan.algebra.com (Mikhail Teterin) END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2001-05-01T13:27:10.000000Z K 7 svn:log V 15 upgrade to 5.2 END K 10 svn:author V 4 will K 8 svn:date V 27 2001-05-01T13:54:22.000000Z K 7 svn:log V 340 Stopgap bugfix to avoid the case where a user invokes -t and ends up with a work/ dir in the repository placed there by addport without permission. Also restore the rcsids from the predecessors of this script by removing their $'s. If I had more time, I'd just revamp parts of this script. Submitted by: greid Apologies to: greid && cvs@ END K 10 svn:author V 3 cjh K 8 svn:date V 27 2001-05-01T14:14:53.000000Z K 7 svn:log V 17 Update to 3.1.5. END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-05-01T17:16:31.000000Z K 7 svn:log V 106 New port: Multi-Function timer dockapp for WindowMaker Submitted by: Patrick Li et al END K 10 svn:author V 3 knu K 8 svn:date V 27 2001-05-01T17:16:36.000000Z K 7 svn:log V 250 Update to the latest snapshot of the ruby_1_6 branch. - irb 0.7.3 & irb-tools 0.7.1 merged - numerous bugs fixed, including gdbm/dbm memory leakage Strip the binary only when ${STRIP} == -s. La la, still waiting for the 1.6.4 release, la la... END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-05-01T17:20:53.000000Z K 7 svn:log V 69 Update to version 2.0.2 Submitted by: Patrick Li END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2001-05-01T17:28:25.000000Z K 7 svn:log V 166 add clint Clint is a testbed for static source-code checking techniques. It is currently designed to check C++ for common programmer errors and suggest improvements. END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2001-05-01T17:29:30.000000Z K 7 svn:log V 128 add gsk GSK is a C library for writing servers. It is designed for writing servers where everything happens in a single thread. END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2001-05-01T17:30:29.000000Z K 7 svn:log V 105 add log4cpp A library of C++ classes for flexible logging to files, syslog, IDSA and other destinations. END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2001-05-01T17:31:38.000000Z K 7 svn:log V 61 add stan Generate several statisical information of a stream END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-05-01T17:38:58.000000Z K 7 svn:log V 79 Remove extraneous . (dot) Submitted by: bento (sort of), MAINTAINER (sort of) END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-05-01T18:11:59.000000Z K 7 svn:log V 91 MASTER_SITES shouldn't include PKGNAMEPREFIX. Remove \ fromt the last line of MASTER_SITES END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-05-01T18:47:19.000000Z K 7 svn:log V 214 Add a new really well connected MASTER_SITE_SOURCEWARE mirror, remove one machine that seems to have dropped off the face of the earth, and push down some hosts that don't seem to be doing a good job of mirroring. END K 10 svn:author V 3 knu K 8 svn:date V 27 2001-05-01T19:29:50.000000Z K 7 svn:log V 137 Fix the build on 5-CURRENT by creating dummy bus_if.h and device_if.h. (Now machine/smp.h seems to include sys/bus.h which demands them) END K 10 svn:author V 2 mi K 8 svn:date V 27 2001-05-01T19:50:14.000000Z K 7 svn:log V 656 Automate the download and install of the .ttf fonts MicroSoft is giving away on http://www.microsoft.com/typography/fontpack/default.htm As much as their "Install these high quality TrueType fonts, and whenever you visit a Web site that specifies them, you'll see pages exactly as the site designer intended" irritates me, the fonts are usefull and contain multiple character sets too. The MicroSoft's EULA: http://www.microsoft.com/typography/fontpack/eula.htm allows for unlimited copying and distribution, but not for profit, hence the disabled package building :( The fonts can be used for other-than-X11 applications and do NOT need the X_PREFIX. END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-05-01T20:10:31.000000Z K 7 svn:log V 105 Strictly follow port rules. Use DISTNAME and EXTRACT_SUFX instead of defining extension inside DISTNAME. END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-05-01T20:11:19.000000Z K 7 svn:log V 11 Fix PLIST. END K 10 svn:author V 6 trevor K 8 svn:date V 27 2001-05-02T00:54:41.000000Z K 7 svn:log V 24 Follow the master site. END K 10 svn:author V 6 trevor K 8 svn:date V 27 2001-05-02T01:00:56.000000Z K 7 svn:log V 49 Remove broken master site. Fix MAINTAINER line. END K 10 svn:author V 6 trevor K 8 svn:date V 27 2001-05-02T01:10:51.000000Z K 7 svn:log V 55 Add new master sites, because the main one is offline. END K 10 svn:author V 6 trevor K 8 svn:date V 27 2001-05-02T01:18:11.000000Z K 7 svn:log V 26 Remove defunct FTP sites. END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-02T01:55:37.000000Z K 7 svn:log V 67 URL moved PR: 27014 Submitted by: Kang-min Liu END K 10 svn:author V 6 trevor K 8 svn:date V 27 2001-05-02T01:57:55.000000Z K 7 svn:log V 17 Update to 1.2.5. END K 10 svn:author V 6 nsayer K 8 svn:date V 27 2001-05-02T03:40:33.000000Z K 7 svn:log V 78 There is no pine4-ssl slave port anymore. Get rid of the slave port plumbing. END K 10 svn:author V 6 nsayer K 8 svn:date V 27 2001-05-02T03:41:05.000000Z K 7 svn:log V 22 One last one I forgot END K 10 svn:author V 5 dburr K 8 svn:date V 27 2001-05-02T05:52:29.000000Z K 7 svn:log V 105 Adding new port textproc/p5-Lingua-Ispell, a Perl module that encapsulates access to the Ispell program. END K 10 svn:author V 5 dburr K 8 svn:date V 27 2001-05-02T05:54:04.000000Z K 7 svn:log V 83 Adding of new port mail/p5-MIME-Types, a Perl extension for determining MIME types END K 10 svn:author V 5 dburr K 8 svn:date V 27 2001-05-02T05:55:08.000000Z K 7 svn:log V 84 Add of new port mail/pronto, an excellent Mail Client for Gnome/Gtk written in Perl END K 10 svn:author V 2 tg K 8 svn:date V 27 2001-05-02T11:25:02.000000Z K 7 svn:log V 16 Upgrade to 2.1. END K 10 svn:author V 2 tg K 8 svn:date V 27 2001-05-02T11:29:17.000000Z K 7 svn:log V 105 Activate python20. This port is needed until stackless-python has been upgraded to work with python-2.1. END K 10 svn:author V 2 tg K 8 svn:date V 27 2001-05-02T11:30:58.000000Z K 7 svn:log V 20 Add NO_LATEST_LINK. END K 10 svn:author V 2 tg K 8 svn:date V 27 2001-05-02T11:34:23.000000Z K 7 svn:log V 34 Point MASTERDIR to lang/python20. END K 10 svn:author V 2 tg K 8 svn:date V 27 2001-05-02T11:39:53.000000Z K 7 svn:log V 95 Numpy is now py-numeric after a repo copy. Add py-numeric17, needed for older python versions. END K 10 svn:author V 2 tg K 8 svn:date V 27 2001-05-02T11:41:50.000000Z K 7 svn:log V 14 Remove numpy. END K 10 svn:author V 2 tg K 8 svn:date V 27 2001-05-02T11:42:33.000000Z K 7 svn:log V 19 Upgrade to 19.0.0. END K 10 svn:author V 2 tg K 8 svn:date V 27 2001-05-02T11:43:22.000000Z K 7 svn:log V 20 Add NO_LATEST_LINK. END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2001-05-02T11:44:38.000000Z K 7 svn:log V 226 Cosmetic changes for the shutdown procedure. * Pass the -s option to pg_ctl, to avoid clobbering the display. It will show error messages only. * Echo the port name after shutdown. No functional changes, no PORTREVISION. END K 10 svn:author V 2 tg K 8 svn:date V 27 2001-05-02T11:45:03.000000Z K 7 svn:log V 29 Add checksum for python-2.1. END K 10 svn:author V 6 jedgar K 8 svn:date V 27 2001-05-02T11:46:26.000000Z K 7 svn:log V 76 Update port to 4.47 Submitted by: Anders Andersson END K 10 svn:author V 2 tg K 8 svn:date V 27 2001-05-02T11:49:36.000000Z K 7 svn:log V 39 Python-2.1 is the new default version. END K 10 svn:author V 2 tg K 8 svn:date V 27 2001-05-02T12:00:13.000000Z K 7 svn:log V 56 Put examples into versioned directory to avoid clashes. END K 10 svn:author V 2 tg K 8 svn:date V 27 2001-05-02T12:01:35.000000Z K 7 svn:log V 37 Put docs into versioned directories. END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2001-05-02T14:17:35.000000Z K 7 svn:log V 191 Update xpinmame to 0.99b2 (patch is against xmame-0.37b14.1) * Fix xmess plist problem (reported by bento): missing xmess/credits.txt PR: 26856 Submitted by: Stijn Hoop END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-05-02T17:48:46.000000Z K 7 svn:log V 65 Update to 4.55.2. This version fixes a minor issue on 5-FreeBSD. END K 10 svn:author V 3 jeh K 8 svn:date V 27 2001-05-02T18:55:41.000000Z K 7 svn:log V 16 Upgrade to 4136 END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2001-05-02T19:08:50.000000Z K 7 svn:log V 75 Add proper creation/disposal of etc/lftp.conf from pkg_add and pkg_delete. END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-02T20:16:41.000000Z K 7 svn:log V 95 www/p5-HTML-Clean deletes directories listed in mtree PR: 27031 Submitted by: maintainer END K 10 svn:author V 2 mi K 8 svn:date V 27 2001-05-02T20:35:43.000000Z K 7 svn:log V 30 Upgrade to the version 3.3... END K 10 svn:author V 2 mi K 8 svn:date V 27 2001-05-02T20:38:04.000000Z K 7 svn:log V 60 The webfonts port already provides for all this... Sorry... END K 10 svn:author V 2 mi K 8 svn:date V 27 2001-05-02T20:40:37.000000Z K 7 svn:log V 31 Remove ms-fonts from the list. END K 10 svn:author V 7 cpiazza K 8 svn:date V 27 2001-05-02T20:46:17.000000Z K 7 svn:log V 155 Route my mail to devnull for a couple weeks while I'm back home and not reading mail. If I come home to >2000 messages I end up deleting it all anyway... END K 10 svn:author V 5 dburr K 8 svn:date V 27 2001-05-02T20:59:07.000000Z K 7 svn:log V 25 Upgrade pronto to 2.2.5. END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2001-05-02T21:36:55.000000Z K 7 svn:log V 95 Upgrade to latest version. PR: ports/26866 Submitted by: Pete Fritchman END K 10 svn:author V 7 vanilla K 8 svn:date V 27 2001-05-02T21:37:57.000000Z K 7 svn:log V 61 Add {BUILD|RUN}_DEPENDS to p5-HTML-Tree. Forgotten by: will END K 10 svn:author V 5 greid K 8 svn:date V 27 2001-05-03T01:13:00.000000Z K 7 svn:log V 286 Updates this abandoned port to a usable version (0.3.3 pre22) that: - works with a lot more phones - has many more features - has a nice (optional) GUI Change MAINTAINER to anders@fix.no, with approval from previous MAINTAINER. PR: 27045 Submitted by: Anders Nordby END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-05-03T01:29:59.000000Z K 7 svn:log V 185 The PORTDOCS installation missed the WRKSRC modification. Fix it. Also, add a warning to avoid it in the future. Submitted by: Patrick Li Spotted by: alan@clegg.com END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-05-03T01:34:44.000000Z K 7 svn:log V 124 - Enable automatic setting of WRKSRC for slave ports - Improve ^M cleaning in the pre-patch target Approved by: maintainer END K 10 svn:author V 5 roger K 8 svn:date V 27 2001-05-03T01:37:36.000000Z K 7 svn:log V 179 Upgrade to new version 1.2.12 with pwlib 1.1.27 This port no longer requires X Windows to be installed so the gatekeepers and proxies can be built without the need for X Windows. END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-05-03T01:38:02.000000Z K 7 svn:log V 100 Following rev 1.8 of MASTER port hlserver-cs/Makefile, use a proper WRKSRC Approved by: maintainer END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-05-03T01:44:21.000000Z K 7 svn:log V 133 New port version 0.96c: Science and Industry Half-Life mod full server package for Linux Reviewed by: Patrick Li END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-05-03T01:45:51.000000Z K 7 svn:log V 128 New port version 2.50c: Popular Half-Life mod server administration tool for Linux Submitted by: Patrick Li END K 10 svn:author V 5 roger K 8 svn:date V 27 2001-05-03T01:59:25.000000Z K 7 svn:log V 25 Upgrade to version 1.0.4 END K 10 svn:author V 5 roger K 8 svn:date V 27 2001-05-03T02:09:05.000000Z K 7 svn:log V 25 Upgrade to version 1.0.4 END K 10 svn:author V 5 roger K 8 svn:date V 27 2001-05-03T02:20:22.000000Z K 7 svn:log V 26 Upgrade to version 1.1.2. END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-05-03T02:29:20.000000Z K 7 svn:log V 58 Remove CATEGORIES. Superfluous since this is a slave port END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-05-03T02:49:38.000000Z K 7 svn:log V 61 Improve ^M pre-patch in preparation for hlserver-heroes port END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-05-03T03:02:44.000000Z K 7 svn:log V 130 New port version 1.0.1: Heroes Half-Life mod full server package for Linux How about super-heroes fighting against super-vilains? END K 10 svn:author V 5 roger K 8 svn:date V 27 2001-05-03T03:05:39.000000Z K 7 svn:log V 16 Upgrade to 0.17 END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-05-03T08:27:20.000000Z K 7 svn:log V 24 Unbreak with python2.1. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-05-03T08:34:57.000000Z K 7 svn:log V 96 Fix incompatiblities in the script. Submitted by: Victoria E. Lease END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-03T08:38:54.000000Z K 7 svn:log V 129 The distfile has moved (and switched to a .tar.gz). Also add a pointer to the homepage. PR: 27053 Submitted by: maintainer END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-03T08:41:58.000000Z K 7 svn:log V 184 - Install documentation (unless NOPORTDOCS is set, of course) - Fix up pkg-* - take over MAINTAINER PR: 27047 Submitted by: Pete Fritchman (new maintainer) END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-03T08:42:43.000000Z K 7 svn:log V 9 portlint END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-05-03T08:55:08.000000Z K 7 svn:log V 66 Catch up with changed location of py-numeric port. Missed by: tg END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-05-03T09:02:06.000000Z K 7 svn:log V 48 Fix another victim of recent py-numeric change. END K 10 svn:author V 5 demon K 8 svn:date V 27 2001-05-03T10:00:13.000000Z K 7 svn:log V 19 Upgrade to 0.9.5.1 END K 10 svn:author V 3 nbm K 8 svn:date V 27 2001-05-03T10:04:18.000000Z K 7 svn:log V 104 Update to version 2.3, there was a security issue. Submitted by: Palle Girgensohn END K 10 svn:author V 3 nbm K 8 svn:date V 27 2001-05-03T10:14:53.000000Z K 7 svn:log V 41 Update to Zope 2.3.2 + Hotfix 2001-05-01 END K 10 svn:author V 3 nbm K 8 svn:date V 27 2001-05-03T10:23:54.000000Z K 7 svn:log V 40 Actually install the 2001-05-01 Hotfix. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-05-03T10:35:39.000000Z K 7 svn:log V 42 Make newly added bits reinstall friendly. END K 10 svn:author V 2 tg K 8 svn:date V 27 2001-05-03T11:03:46.000000Z K 7 svn:log V 20 numpy -> py-numeric END K 10 svn:author V 2 tg K 8 svn:date V 27 2001-05-03T11:24:52.000000Z K 7 svn:log V 35 Add checksums for Python-2.1 docs. END K 10 svn:author V 2 tg K 8 svn:date V 27 2001-05-03T11:29:38.000000Z K 7 svn:log V 18 Upgrade to 2.0.1. END K 10 svn:author V 2 tg K 8 svn:date V 27 2001-05-03T11:34:13.000000Z K 7 svn:log V 15 Minor cleanup. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-05-03T11:59:33.000000Z K 7 svn:log V 18 Update to 0.10.5. END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-05-03T12:06:59.000000Z K 7 svn:log V 220 o Update port to version 0.2.7 o Change maintainership over to Patrick Li Submitted by: Patrick Li (new maintainer) Approved by: Espen Skoglund (previous maintainer) END K 10 svn:author V 5 greid K 8 svn:date V 27 2001-05-03T14:00:53.000000Z K 7 svn:log V 74 Update to version 0.4.2 Submitted by: Roman Shterenzon END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-05-03T14:15:26.000000Z K 7 svn:log V 16 Update to 0.38. END K 10 svn:author V 2 sf K 8 svn:date V 27 2001-05-03T14:18:02.000000Z K 7 svn:log V 118 update to 2.0.0. PR: 26916 Submitted by: Jean-Sebastien Roy Reviewed by: maintainer END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-05-03T14:25:51.000000Z K 7 svn:log V 124 Update link to the place where distfile can be downloaded. PR: 27058 Submitted by: Ernst de Haan END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2001-05-03T14:40:42.000000Z K 7 svn:log V 80 - Bump PORTREVISION - Update PYTHON_VERSION PR: 27054 Submitted by: MAINTAINER END K 10 svn:author V 5 kevlo K 8 svn:date V 27 2001-05-03T14:43:13.000000Z K 7 svn:log V 110 - Bump PORTREVISION - Update PYTHON_VERSION - Made the port $PREFIX-clean PR: 27055 Submitted by: MAINTAINER END K 10 svn:author V 2 sf K 8 svn:date V 27 2001-05-03T14:47:32.000000Z K 7 svn:log V 31 update IPv6 patch to 20010418. END K 10 svn:author V 2 sf K 8 svn:date V 27 2001-05-03T14:48:35.000000Z K 7 svn:log V 24 simplify libxpg4 check. END K 10 svn:author V 6 dinoex K 8 svn:date V 27 2001-05-03T15:39:07.000000Z K 7 svn:log V 128 New patch: The socket was IPv6, but the bind used an IPv4 sockaddr struct. Submitted by: Sean Farley END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-05-03T16:53:16.000000Z K 7 svn:log V 16 Update to 4.56. END K 10 svn:author V 5 greid K 8 svn:date V 27 2001-05-03T18:54:53.000000Z K 7 svn:log V 86 Update MASTER_SITES Submitted by: Thomas Strathmann (author) END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-05-03T18:55:04.000000Z K 7 svn:log V 33 Use latest squid in RUN_DEPENDS. END K 10 svn:author V 2 sf K 8 svn:date V 27 2001-05-03T20:05:37.000000Z K 7 svn:log V 85 fix binaries path. Submitted by: Jean-Sebastien ROY END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-05-03T21:37:42.000000Z K 7 svn:log V 48 Standardization with the other hlserver-* ports END K 10 svn:author V 4 dirk K 8 svn:date V 27 2001-05-03T22:16:50.000000Z K 7 svn:log V 18 Upgrade to 4.0.5. END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2001-05-03T22:51:51.000000Z K 7 svn:log V 235 Add the syscons definitions of pageup and pagedown to the stock slrn.rc sample file. This patch has been sent to the slrn author, who will integrate it into the next release. No PORTREVISION bump: this patch affects an example only. END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2001-05-03T22:56:14.000000Z K 7 svn:log V 502 Some port related improvements, no functional changes in mgetty itself. * Preserve configuration files in etc/mgetty+sendfax. Remove the pkg-deinstall file that used to warn about potential loss of configuration files at deinstall time. * Patch file mtools.info so that it can be installed with install-info in the info index (the stock file lacks a proper directory entry). * Make pkg-install exit without asking anything, if BATCH is defined. And fix a banner length :o) Reviewed by: jmz END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-04T00:49:15.000000Z K 7 svn:log V 48 Update to 5.0 Submitted by: petef@databits.net END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-05-04T02:09:12.000000Z K 7 svn:log V 111 - New port 1.19.1: Half-Life mod Sven Co-Op full server package for Linux - yet another hlserver-cs slave port END K 10 svn:author V 4 mita K 8 svn:date V 27 2001-05-04T02:13:22.000000Z K 7 svn:log V 103 Solved an `ugly font' problem in using with ja-netscape. Submitted by: myself Approved by: maintainer END K 10 svn:author V 2 dd K 8 svn:date V 27 2001-05-04T05:25:21.000000Z K 7 svn:log V 23 Fix a typo in the URL. END K 10 svn:author V 6 kbyanc K 8 svn:date V 27 2001-05-04T05:57:04.000000Z K 7 svn:log V 126 Update nqc port to version 2.3r1. PR: 26923 (with slight modifications) Submitted by: "Stephen J. Roznowski" END K 10 svn:author V 6 kbyanc K 8 svn:date V 27 2001-05-04T06:10:06.000000Z K 7 svn:log V 117 Fix netscape-remote so it works with KDE. Submitted by: knu Obtained from: KDE Bug#21048 (patch by Mikhail Teterin) END K 10 svn:author V 3 rse K 8 svn:date V 27 2001-05-04T06:34:07.000000Z K 7 svn:log V 83 Fix MASTER_SITES: http://www.apache.org/dist/ -> http://www.apache.org/dist/httpd/ END K 10 svn:author V 5 roger K 8 svn:date V 27 2001-05-04T07:26:07.000000Z K 7 svn:log V 27 Fix mistake in master site END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-05-04T08:50:08.000000Z K 7 svn:log V 95 Upgrade to the 30-April-2001 edition GCC 2.97 development snapshot. [and a sad day in history] END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-04T09:29:25.000000Z K 7 svn:log V 52 0.95->0.96 PR: 27061 Submitted by: maintainer END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2001-05-04T09:35:53.000000Z K 7 svn:log V 15 upgrade to 2.3 END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-05-04T10:51:36.000000Z K 7 svn:log V 263 Add solarwolf 1.0, an action/arcade game originally based of SolarFox on the Atari 2600. Boys, if you think that the Python is inapproprite language for games programming you ought to try this - it really rocks, even on a low-end machines like my P133 notebook! END K 10 svn:author V 2 tg K 8 svn:date V 27 2001-05-04T11:03:58.000000Z K 7 svn:log V 42 Use the same MASTER_SITES as lang/python. END K 10 svn:author V 5 demon K 8 svn:date V 27 2001-05-04T11:25:26.000000Z K 7 svn:log V 58 Update to 2001.04.18 PR: 26915 Submitted by: MAINTAINER END K 10 svn:author V 5 demon K 8 svn:date V 27 2001-05-04T11:59:16.000000Z K 7 svn:log V 101 Allow to override cgi-gid. PR: 26108 Submitted by: Stijn Hoop Upgrage to 2.0.4 END K 10 svn:author V 5 mharo K 8 svn:date V 27 2001-05-04T12:23:28.000000Z K 7 svn:log V 45 Fix directory paths and use shared libraries END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-05-04T13:36:18.000000Z K 7 svn:log V 17 Update to 0.4.j. END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-05-04T16:20:15.000000Z K 7 svn:log V 80 Update to version 1.3. Submitted by: Christian Weisgerber END K 10 svn:author V 6 jasone K 8 svn:date V 27 2001-05-04T18:33:38.000000Z K 7 svn:log V 23 Update to version 1.5. END K 10 svn:author V 3 knu K 8 svn:date V 27 2001-05-04T19:52:40.000000Z K 7 svn:log V 125 Add xmms-kde, which integrates XMMS into the KDE2 Panel. PR: ports/26902 Submitted by: Jan Jungnickel END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-05-04T20:59:13.000000Z K 7 svn:log V 114 - New port version 2.8.0: Half-Life mod Wizard Wars full server package for Linux - A slave port of hlserver-cs END K 10 svn:author V 5 lioux K 8 svn:date V 27 2001-05-04T21:00:30.000000Z K 7 svn:log V 108 - New port version 0.2b: Half-Life mod Wasteland full server package for Linux - A hlserver-cs slave port END K 10 svn:author V 3 rse K 8 svn:date V 27 2001-05-04T21:18:19.000000Z K 7 svn:log V 41 Upgrade to Apache 1.3.19 + mod_ssl 2.8.3 END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-05-04T21:25:07.000000Z K 7 svn:log V 90 - Fix on python2.1; - install source .py files in addition to the byte-compiled versions. END K 10 svn:author V 3 ade K 8 svn:date V 27 2001-05-04T21:39:58.000000Z K 7 svn:log V 1279 Update to GNOME 1.4 -- massive changes all around, for the sake of CVS repo bloat, I'll only list the updates. graphics/imlib 1.9.9 -> 1.9.10 textproc/xml-i18n-tools 0.8 -> 0.8.1 x11/gnomelibs 1.2.11 -> 1.2.13 devel/oaf 0.6.2 -> 0.6.5 devel/gconf 0.12 -> 1.0.0 devel/gnomevfs 0.5 -> 1.0 graphics/gdk-pixbuf 0.9.0 -> 0.11.0 sysutils/gnomecontrolcenter 1.2.2 -> 1.4.0.1 print/gnomeprint 0.25 -> 0.28 devel/bonobo 0.37 -> 1.0.3 audio/gnomeaudio 1.0.0 -> 1.4.0 x11/gnomecore 1.2.4 -> 1.4.0.3 devel/libgtop 1.0.11 -> 1.0.12 x11/gnomeapplets 1.2.4 -> 1.4.0.1 misc/gnomeuserdocs NEW 1.4.1 misc/gnomeutils 1.2.1 -> 1.4.0 deskutils/gnomepim 1.2.0 -> 1.4.0 games/gnomegames 1.2.0 -> 1.4.0.1 print/ggv 0.95 -> 1.0 editors/ghex 1.1.4 -> 1.2 devel/bugbuddy 1.2 -> 2.0.1 devel/glade 0.5.11 -> 0.6.2 sysutils/gtop 1.0.12 -> 1.0.13 x11/xalf NEW 0.11 x11-toolkits/py-gtk 0.6.6 -> 0.6.7 x11-toolkits/py-gnome 1.0.53 -> 1.4.0 x11-toolkits/guile-gtk 0.19 -> 0.20 x11-toolkits/guile-gnome 0.10 -> 0.20 devel/libsigc++ 1.0.1 -> 1.0.3 x11-toolkits/gnome-- 1.1.15 -> 1.1.17 x11-toolkits/panel-- NEW 0.1 x11-fm/gnomemc 4.5.51 -> 4.5.54 END K 10 svn:author V 3 des K 8 svn:date V 27 2001-05-04T21:40:07.000000Z K 7 svn:log V 22 Upgrade to INN 2.3.2. END K 10 svn:author V 3 ade K 8 svn:date V 27 2001-05-04T21:41:30.000000Z K 7 svn:log V 121 Various patches (mainly shared library revision changes) for those ports that depend on GNOME and need to change for 1.4 END K 10 svn:author V 3 ade K 8 svn:date V 27 2001-05-04T21:51:17.000000Z K 7 svn:log V 309 The new GNOME 1.4 "Fifth-Toe" metaport, bringing together a whole bunch of GNOME applications under one convenient building mechanism. Applications include: mozilla, galeon, gabber, pan, gnumeric, sodipodi, atomix, balsa, bombermaze, dia, eog, gedit, gimp, glimmer, gnomeicu, gob, gtm, gnucash and abiword. END K 10 svn:author V 3 des K 8 svn:date V 27 2001-05-04T22:08:12.000000Z K 7 svn:log V 25 Upgrade to 2.3.20010503. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-05-04T22:21:59.000000Z K 7 svn:log V 119 When parsing `Date' header use function that respects sender's timezone. This makes pygmy usable for FreeBSD lists ;). END K 10 svn:author V 6 nsayer K 8 svn:date V 27 2001-05-04T23:17:47.000000Z K 7 svn:log V 266 Make the default installation work. Add an alternative to the shell script for those who've installed a Java 2 VM. Life will be exponentially better when we can count on 'javavm -jar foo.jar' just doing The Right Thing(tm). Submitted by: dozens of angry scientists END K 10 svn:author V 6 nsayer K 8 svn:date V 27 2001-05-04T23:39:47.000000Z K 7 svn:log V 115 Take a hint from the mindterm port -- JAR files go in share/java. Everything else in share/doc. Bump PORTREVISION. END K 10 svn:author V 3 knu K 8 svn:date V 27 2001-05-04T23:41:47.000000Z K 7 svn:log V 26 Update to 0.32-repacked.. END K 10 svn:author V 6 ijliao K 8 svn:date V 27 2001-05-05T07:55:12.000000Z K 7 svn:log V 16 upgrade to 1.41 END K 10 svn:author V 6 olgeni K 8 svn:date V 27 2001-05-05T10:47:28.000000Z K 7 svn:log V 544 Update module: postgresql. From the change log: * The module reports the error "The PostgreSQL database on your system is version , but Webmin only supports versions 6.5 and above". This is often caused by the shared libraries needed by Postgres not being in Webmin's shared library path. See also http://www.webmin.com/webmin/updates.html for previous module changes. Also, a cosmetic change: be a bit more verbose when unpacking updated modules. PORTREVISION bump, but this will only affect people using the WITH_UPDATES option. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-05-05T11:09:33.000000Z K 7 svn:log V 66 Add USE_GMAKE, otherwise the port builds only after make install. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-05-05T12:27:14.000000Z K 7 svn:log V 17 Update to 1.0.2. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-05-05T12:39:44.000000Z K 7 svn:log V 17 Update to 0.6.6. END K 10 svn:author V 4 alex K 8 svn:date V 27 2001-05-05T13:13:57.000000Z K 7 svn:log V 55 Add security/mindterm-binary: Do not sell for profit. END K 10 svn:author V 4 alex K 8 svn:date V 27 2001-05-05T13:28:25.000000Z K 7 svn:log V 131 * documentation into share/doc and respect NOPORTDOCS * NO_CDROM (do not sell for profit) Suggested by: nsayer * Fix MASTER_SITE END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-05-05T13:52:01.000000Z K 7 svn:log V 34 Add missed gnomeaudio dependency. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-05-05T14:14:59.000000Z K 7 svn:log V 32 Add missed libghttp dependency. END K 10 svn:author V 3 ade K 8 svn:date V 27 2001-05-05T14:16:40.000000Z K 7 svn:log V 114 Add in the "old releases" directory so that this port continues to be fetchable every time a new release is made. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-05-05T14:38:34.000000Z K 7 svn:log V 24 Update to 0.9.20010504. END K 10 svn:author V 7 sobomax K 8 svn:date V 27 2001-05-05T15:00:11.000000Z K 7 svn:log V 66 Use proper location of freetype library (LOCALBASE, not X11BASE). END K 10 svn:author V 3 ade K 8 svn:date V 27 2001-05-05T17:47:43.000000Z K 7 svn:log V 63 Fix typo Submitted by: Tadayuki OKADA END K 10 svn:author V 4 will K 8 svn:date V 27 2001-05-05T19:22:03.000000Z K 7 svn:log V 205 Add pam_ssh 1.5, a PAM module that provides single sign-on behavior for UNIX using SSH. This denotes moving pam_ssh out of the base system. PR: 26666 Submitted by: Andrew J. Korty (author) END K 10 svn:author V 6 obrien K 8 svn:date V 27 2001-05-05T20:44:37.000000Z K 7 svn:log V 25 Update to pgcc 2.95.2.1. END K 10 svn:author V 6 trevor K 8 svn:date V 27 2001-05-05T20:46:06.000000Z K 7 svn:log V 21 Maintainer resigned. END