aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update to pre10mharo2000-01-286-52/+52
|
* Respect CXX and CFLAGSkris2000-01-281-3/+3
|
* This is a fairly substantial upgrade of the cvsup-mirror port. Injdp2000-01-287-71/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | honor of the occasion I have bumped the version number to 1.1. The port now depends upon the cvsup-bin and cvsupd-bin ports rather than on the more trouble-prone cvsup port. The CVSup server is run with "-C 100" (max. 100 clients at a time) and the true limit is set in the "/usr/local/etc/cvsup/cvsupd.access" file. This is nice because you can change the limit by editing the file; you don't have to restart the server. The cvsupd.access file also contains a rule to limit each individual host to one connection at a time. The CVSup client is now run under its own unprivileged user ID instead of root. This is a security enhancement. It makes it impossible for a compromised master site to install files into places outside the mirror area of the filesystem. The permissions of various other files such as /usr/local/etc/cvsup have also been strengthened to enhance security. Both client and server now cd to /var/tmp to run, so that if they decide to croak they'll be able to write the core file. :-) The /usr/local/etc/rc.d/cvsupd.sh script now honors the "start" and "stop" arguments. The configure script no longer attempts to tell you the sizes of the various collections. That's impossible to maintain. When I have time I plan to make a web page where one can obtain that information from an automatically-updated source. Then I will reference the URL in the configure script. It is possible to upgrade an existing cvsup-mirror-1.0 installation to this new version, but it is tricky because of the change in ownership of the mirrored files. I will post instructions to the freebsd-hubs mailing list after I make sure I have the procedure just right.
* Fix building of SML/NJ under 4-CURRENT after 1999/7/25.jkoshy2000-01-284-6/+60
| | | | | | | | | | The trap handler returns different information after this date for numeric error conditions. Since kern.osreldate is not a reliable indicator of when this change occurred, we revert to checking for the presence of a particular #define in <machine/trap.h> to decide if the SML/NJ runtime sources need to use the newer interface. Submitted by: Tom <tcrimi@andrew.cmu.edu> (in part)
* Add CVS tags to the files that could tolerate them.obrien2000-01-2812-0/+24
|
* Make this thing acutally portlint(1) and come close our Ports Collectionobrien2000-01-2821-171/+138
| | | | | | | | coding style. [billf contributed to the Makefile cleanup] Forgotten by: initial committer
* Upgrade to dsniff 1.3. The new patch is a hack because I didn't have timekris2000-01-283-3/+4
| | | | to work out why configure wasn't noticing our db.h..
* Upgrade to libnids 1.13kris2000-01-283-15/+8
|
* Take over maintainership of this port (was ports@freebsd.org). There arebillf2000-01-283-3/+3
| | | | quite a few things this port is doing wrong or poorly and I plan to fix that.
* Use -fwritable-strings to let tcl stomp on Tcl_Eval() args.fenner2000-01-282-2/+2
|
* Actually use tcl/tk 8.2 like we claim to.fenner2000-01-282-4/+4
|
* Use IPV6_JOIN_GROUP and IPV6_LEAVE_GROUP.fenner2000-01-281-0/+14
|
* Add -pedantic to override the default -pedantic-errors, to allowfenner2000-01-284-0/+44
| | | | socket code to compile.
* Add -pedantic to override the default -pedantic-errors, to allowfenner2000-01-282-0/+21
| | | | | socket code to compile. Include <time.h> where needed.
* Fix WWW in DESCRflathill2000-01-283-3/+3
|
* Update port to 0.7.3jedgar2000-01-284-6/+6
| | | | | | * Fix a few bugs from the previous release * Faster loading of newsgroups * New article threading options
* Change MASTER_SITESflathill2000-01-281-1/+1
|
* Fix MASTER_SITESflathill2000-01-283-3/+3
|
* Update port to 0.25jedgar2000-01-282-3/+3
| | | | | PR: 16392 Submitted by: Maintainer
* Update port to 0.24jedgar2000-01-282-5/+3
| | | | | PR: 16392 Submitted by: Maintainer
* Fix the new compiler problem as reported by bento.jedgar2000-01-283-3/+54
| | | | | | PR: 16385 Submitted by: Maintainer With help from: Alex Langer <alex@big.endian.de>
* Update port to 2.3.0jedgar2000-01-282-3/+3
| | | | | PR: 16382 Submitted by: Maintainer
* Update Maintainer's email addressjedgar2000-01-281-1/+1
| | | | | PR: 16399 Submitted by: Maintainer
* Update port to 1.0.7jedgar2000-01-284-11/+13
| | | | | PR: 16400 Submitted by: Maintainer
* The port was broken because dicts were installed in $SHAREDIR butjmz2000-01-282-22/+2
| | | | | | ispell was looking for files in $LIBDIR. Because $LIBDIR is only used for dictionaries, we don't need the SHAREDIR variable. Just define LIBDIR to $PREFIX/share/ispell.
* Correct checksums for the 99.12 version.jmz2000-01-281-6/+6
|
* Upgrade to the 1999/12 versionjmz2000-01-282-6/+6
|
* o Fix checksum dependency to emacs20.asami2000-01-284-15/+29
| | | | | | | | o Change port's texinfo format procedure more verbose one. This also fixes the build problem on 4-current. PR: 16357 Submitted by: maintainer
* Upgrade to web2c version 7.2bjmz2000-01-283-26/+45
|
* Take off RESTRICTED, since this has been a proper package for somegreen2000-01-281-2/+0
| | | | | time now, and is not a legal problem (see Bruce Schneier's latest Crypto-Gram). Basically, since it's unencumbered, it is alright.
* Make this compile on -CURRENTjim2000-01-282-0/+15
| | | | Submitted by: reg
* Update to Xpuyopuyo 3.1. This release includes network play :)green2000-01-283-69/+4
| | | | Approved by: maintainer (Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>)
* I found that this port needs "gmake" in build and run.taoka2000-01-281-0/+3
|
* Add USE_PERL5taoka2000-01-281-0/+1
|
* move IPv6-enable python to python+ipv6 and revert origial pythonsumikawa2000-01-2744-307/+54
| | | | | | | | | | | to before IPv6. Since IPv6-enable python make bigger the size of sockaddr, some of scripts are affected. I maintain python+ipv6 separately to minimize impact for users. It will be removed when IPv6 patches are merged into original distribution, such as ruby. Repositry copied by: asami
* edict.gz edict.doc were unfetchabletaoka2000-01-271-3/+4
| | | | Obtained from: http://www.freebsd.org/%7Efenner/portsurvey/
* I forgot to modify PKGNAME and CATEGORIES for the japanese category.taoka2000-01-271-2/+2
|
* Add freepwingtaoka2000-01-271-0/+1
|
* Free JIS X 4081 (subset of EPWING V) Formattertaoka2000-01-275-0/+64
|
* Set BROKEN again.dirk2000-01-272-2/+2
|
* libmcrypt.so.2 was renamed to libmcrypt-2.2.so.2.dirk2000-01-275-11/+5
|
* Remove rzsz, I've tolerated this for far too long but when it startsasami2000-01-271-1/+0
| | | | | | | | mailing stuff out automatically, it is just too much. Please use lrzsz, zmtx-zmrx or any other free alternative. If nothing else works, you can always compile rzsz from the original source.
* Add sapphirenakai2000-01-271-0/+1
| | | | | PR: ports/16386 Submitted by: Trevor Johnson
* Initial import.nakai2000-01-275-0/+29
| | | | | | | Small new window manager. PR: ports/16386 Submitted by: trevor@jpj.net
* Make this compile on -current and respect CFLAGS.reg2000-01-272-6/+33
| | | | Change maintainer to ports since old maintainer's email is invalid.
* Change MASTER_SITES and MAINTAINER.nakai2000-01-271-2/+4
| | | | | PR: ports/16383 Submitted by: saper@system.pl
* PLIST fix.nakai2000-01-271-0/+4
| | | | Submitted by: taoka@FreeBSD.org
* Fix building error on bento.sumikawa2000-01-272-2/+3
| | | | | | | It is caused when IPv6-enable mtr is compiled on *IPv6-disable* kernel, such as bento environment. Approved by: billf
* fix building error on bento.sumikawa2000-01-272-2/+2
| | | | | | | It is caused when IPv6-enable rsync is compiled on *IPv6-disable* kernel, such as bento environment. Approved by: obrien
* Install docs in the correct place.reg2000-01-272-2/+24
| | | | | | PR: 16328 Submitted by: Marcin Cieslak <saper@SYSTEM.PL> Approved by: maintainer
* Updated to 3.2.3taoka2000-01-275-37/+83
| | | | | | PR: 16381 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Approved by: maintainer <chuckr@freebsd.org>
* This needs bison in compiling, so USE_BISON should be added.taoka2000-01-271-0/+1
| | | | | | PR: 16384 Submitted by: MIHIRA Yoshiro <anpei@sanpei.org> Approved by: maintainer
* Update MASTER_SITE.mph2000-01-271-1/+1
| | | | | PR: 16389 Submitted by: Brett Taylor <brett@peloton.runet.edu>
* Update MASTER_SITE.mph2000-01-271-1/+1
| | | | | PR: 16388 Submitted by: Brett Taylor <brett@peloton.runet.edu>
* Enable vmware.joe2000-01-271-0/+1
|
* Virgin import of Vladimir N. Silyaev's port of the linux version of thejoe2000-01-2737-0/+1391
| | | | | | | VMWare virtual machine. PR: ports/16337 Submitted by: vsilyaev@mindspring.com
* Upgrade to 2.10.3 and support IPv6.sumikawa2000-01-277-21/+121
| | | | No response from: maintainer
* Remove 'ipv6' from CATEGORIES, because this port support IPv4 only nowsumikawa2000-01-272-2/+2
| | | | though the common librariy uses IPv6-related defines.
* Upgrade to 0.8.2, including a vendor patch (patch-ab) which temporaily fixesbillf2000-01-278-12/+76
| | | | 'tethereal' (a tcpdump-like program) until 0.8.3 can be released.
* uclmmbase is in devel, not mbone.asami2000-01-272-2/+2
|
* - Fix installation failuresumikawa2000-01-271-7/+7
| | | | | | | | - Use ${OSVERSION} instead of ${USE_INET6} PR: 16376 Partly Submitted by: Nickolay Dudorov <nnd@mail.nsk.ru> Approved by: obrien
* List CVS files in IGNOREFILES so they will be properly deleted by "distclean".asami2000-01-262-0/+43
| | | | Approved by: green (well, I thought he was going to *do* it, but anyway....)
* Add cdda2wav feature.nakai2000-01-262-4/+23
| | | | Submitted by: taoka@FreeBSD.org
* Upgrade GNU Pth scratch port from 1.3a5 to 1.3b1rse2000-01-262-3/+3
|
* Use ${OSVERSION} instead of ${USE_INET6}.sumikawa2000-01-261-2/+5
| | | | Approved by: maintainer
* Correct usage of uuencode in po-mode.el.reg2000-01-263-0/+33
| | | | | PR: 16317 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
* Support IPv6.sumikawa2000-01-263-13/+30
| | | | No response from: maintainer
* Upgrade to 2.53.sumikawa2000-01-262-3/+3
| | | | Approved by: maintainer
* Update to 0.22nakai2000-01-266-552/+532
| | | | | Now it is intenetionalized and enable for the multibyte enrivonment.
* Update to 0.8nakai2000-01-266-6/+14
|
* Update to 0.10nakai2000-01-266-154/+158
|
* MASTER_SITE fix.nakai2000-01-261-1/+1
|
* Untested fix for stricter C++ type checking on 4.0 .fenner2000-01-261-0/+11
|
* Don't depend on files/nroff to fake out build.fenner2000-01-263-6/+76
|
* Upgrade to sdr 2.9fenner2000-01-268-26/+34
| | | | Submitted by: Garrett Wollman <wollman@lcs.mit.edu>
* Add uclmmbase.fenner2000-01-261-3/+4
| | | | Re-sort.
* Port for UCL common multimedia library, used by tools like sdr and rat.fenner2000-01-265-0/+53
| | | | Submitted by: Garrett Wollman <wollman@lcs.mit.edu>
* * Update port to 3.3.8jedgar2000-01-268-18/+18
| | | | | | | * Fix unfetchable distfiles PR: 16321 Submitted by: Maintainer
* Bash this port until it compiles under -current again.archie2000-01-2685-2775/+2669
|
* We were forgetting to install "README.FreeBSD+NAT".archie2000-01-261-0/+1
|
* Don't use the pthreads rwlock implementation for dllockinit(), since itjasone2000-01-264-126/+136
| | | | | | | causes infinite recursion while trying to initialize the internal library state. Instead, use a simple spinlock-based rwlock implementation. Make minor cancellation cleanups.
* Use ${OSVERSION} instead of ${USE_INET6}.sumikawa2000-01-261-3/+1
|
* - use ${OSVERSION} instead of ${USE_INET6}sumikawa2000-01-263-4/+106
| | | | | | | | - fix memoly leak when using getaddrinfo() - support draft-ietf-drums-msg-fmt-07 Partly submitted by: Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp> Approved by: maintainer
* Oops, forgot the patchjedgar2000-01-262-0/+20
|
* Update port to 0.7.1jedgar2000-01-268-10/+48
| | | | | | | | * Significant code updates since the last port update (including an almost complete rewrite of the code base, plugin support, qif support, etc) * Take over maintainership of this port (approved by previous maintainer)
* Update port to 0.7.2jedgar2000-01-266-8/+10
| | | | | | | | * New features including: article toolbar, threading/ unthreading of articles, Swedish translations * Improved killfile support * Faster article sorting * Fixes for all known bugs
* Use ${OSVERSION} instead of ${USE_INET6}.sumikawa2000-01-264-21/+31
| | | | Reviewed by: maintainer
* Change MASTER_SITESflathill2000-01-263-5/+6
|
* fix checksum.sumikawa2000-01-261-1/+1
|
* use ${OSVERSION} instead of ${USE_INET6}.sumikawa2000-01-261-4/+7
|
* Upgrade to PHP-4.0b3, finally.dirk2000-01-266-22/+16
| | | | At the moment only zlib, mysql and gd support is tested.
* Modified URLtaoka2000-01-252-2/+2
|
* On 3.X-R, mule has a problem "Segmentation fault". Then I fixed it.taoka2000-01-252-10/+20
| | | | | PR: 16336 Submitted by: Munehiro Matsuda <haro@tk.kubota.co.jp>
* Added WWWtaoka2000-01-252-0/+4
| | | | Approved by: maintainer
* Removed vfxdviktaoka2000-01-251-1/+8
| | | | | | Added xdvik-vflib xdvik-vflib-pk118 xdvik-vflib-pk240 xdvik-vflib-pk300 xdvik-vflib-pk360 xdvik-vflib-pk400 xdvik-vflib-pk600 xdvik-vflib-pkall
* Upgrade to 3.22.30.dirk2000-01-2540-370/+240
|
* (1) Moved japanese/vfxdvik to japanese/xdvik-vflibtaoka2000-01-2511-969/+210
| | | | | | | | | (2) Added slave ports, japanese/xdvik-vflib-pk*, of japanese/xdvik-vflib (after Asami-san copied repository of japanese/xdvik-vflib to ones of slave ports) PR: 15989 Submitted by: maintainer
* Corrected my E-mail addresstaoka2000-01-251-1/+1
|
* Added sdic edict-sdictaoka2000-01-251-0/+2
|
* a look up mode on Emacsen for a English - Japanese Dictionarytaoka2000-01-255-0/+60
|
* EDICT is a Japanese - English Dictionarytaoka2000-01-255-0/+59
| | | | This port's EDICT is SDIC format
* Add gob and resort guile-gtk.nakai2000-01-251-1/+2
|
* Initial import.nakai2000-01-2510-0/+70
| | | | | | GTK+ Object Builder. This is merely a preprocessor for GTK+, and seems to be more important for GTK+/GNOME applicatoin development.
* Claim maintainership of a port I submitted.nbm2000-01-252-2/+2
|
* Update to 2.24cnakai2000-01-252-6/+6
|
* fix building error on FreeBSD-current.sumikawa2000-01-254-2/+28
| | | | | | now this port supports IPv6. Reviewed by: maintainer
* Upgrade to 2.1.6.sumikawa2000-01-252-3/+3
|
* Adjust NO_LATEST_LINKs, 47 is the latest and nothing else is.asami2000-01-257-2/+13
|
* - Update to 3.2a.tanimura2000-01-2549-743/+1126
| | | | | | - The maintainer is now a committer. Reviewed by: Kim Culhan <kimc@w8hd.org>
* fix MASTER_SITESejc2000-01-251-1/+1
|
* Update to version 1.3.12jim2000-01-2510-15/+15
|
* Patches to fix curses use in -STABLE.billf2000-01-253-0/+70
| | | | | | Broken by: billf Submitted by: jhb Apologies to: maintainer
* Fix MD5 checksum (found by bento):jedgar2000-01-252-5/+5
| | | | | | | * Changes in the Makefile * Added History to the README * Various fixes in the sources without changing the version number
* Update to the emergency 1.1.1 release from the author.obrien2000-01-252-2/+2
|
* tarball slightly changedache2000-01-253-41/+21
|
* fix pathache2000-01-251-1/+2
|
* Upgrade to version 1.1.obrien2000-01-252-2/+2
|
* restore historical NLIST behaviourache2000-01-252-0/+40
| | | | | PR: 16183 Submitted by: Dag-Erling Smørgrav <des@yes.no>
* Fix pkg/MESSAGE version numbering problem. Also, upgrade to thetom2000-01-253-11/+19
| | | | | | | latest version, 2.10. PR: ports/15626 Submitted by: Masahiro TAKEMURA <t80382@naoe.t.u-tokyo.ac.jp>
* Update to version 0.7.23jim2000-01-256-14/+22
|
* Upgrade to 1.0.3b.mph2000-01-252-3/+3
|
* Add libXThrStubjmz2000-01-251-0/+2
|
* upgrade to 1.3.11ache2000-01-2525-200/+225
|
* Fix msDelay() function to not sleep 10 times too long.phk2000-01-251-1/+1
|
* Add "de-" in front of PKGNAME.asami2000-01-252-2/+2
|
* Exclude src/share/info/dir-tmpl from the list of $FreeBSD$ files.ru2000-01-251-0/+1
|
* Update to trafshow-3.1jseger2000-01-2515-15/+126
| | | | | Submitted by: Michael Vasilenko <acid@stu.cn.ua> PR: ports/15907, ports/16296
* Update to 1.2.58, change maintainer address, and add WWW:nbm2000-01-243-4/+6
|
* Add WWW:nbm2000-01-241-0/+2
|
* Slight change in master sitensayer2000-01-241-1/+1
|
* Restore CFLAGSache2000-01-242-6/+6
| | | | Use setgid mail for dot lock
* Update port to 4.11jedgar2000-01-242-3/+3
|
* Added WWW URL and other URL'staoka2000-01-241-0/+7
| | | | | Submitted by: maintainer Obtained from: private comunication
* Fromm maintainer:steve2000-01-2418-320/+1044
| | | | | | | | | | | | 1. Change freetype-1.2 to freetype-1.3 in post-install, so it can find freetype sources to build ttf2pk & ttf2tfm. 2. It no longer uses moettf, but Arphic ttf instead, which has no character loss and IMHO much more beautiful. :) 3. Generates GB tfms from Arphic fonts. 4. Update maintainer's address. PR: 16042 Submitted by: maintainer
* Update to version 0.6.steve2000-01-243-7/+58
| | | | | PR: 16069 Submitted by: maintainer
* o Fix Configuration Option for readline librarysteve2000-01-2413-1/+3495
| | | | | | | | | o Add patch to avoid divide-by-zero trap o Merge patches for gnuplot-3.7.1 PR: 16120 Submitted by: Akio Morita <amorita@meadow.scphys.kyoto-u.ac.jp> Reviewed by: maintainer
* From maintainer:steve2000-01-243-11/+11
| | | | | | | | | | | | The way the hevea port is installed now, if it is installed as a package, then chances are hevea.sty will not be visible to latex. What I have done is - instead of having the port copy hevea.sty to a place where latex can find it, I give instructions as a message for the user to put it there. PR: 16149 Submitted by: maintainer
* Update to version 2.62.steve2000-01-242-3/+3
| | | | PR: 16178
* Update to version 2.0b3.steve2000-01-2419-27/+235
| | | | | PR: 16274 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Update to version 2.1asteve2000-01-244-15/+23
| | | | | | | - Add WWW: line into pkg/PLIST PR: 16277 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Add primary site to MASTER_SITESsteve2000-01-244-17/+23
| | | | | | | | | - Support CFLAGS properly - /usr/bin/perl -> PERL - Add WWW: line into pkg/DESCR PR: 16279 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Support CC/CFLAGS properlysteve2000-01-242-3/+47
| | | | | | | - Sort pkg/PLIST PR: 16280 Submitted by: KATO Tsuguru tkato@prontomail.ne.jp
* Update to version 3.2.3a.steve2000-01-2410-156/+724
| | | | | PR: 16281 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* - Support CC/CFLAGS/PREFIX properlysteve2000-01-243-20/+53
| | | | | | | | - Strip binary file - Fix pkg/PLIST PR: 16283 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Update to version 4.3.6.steve2000-01-246-250/+129
| | | | | PR: 16300 Submitted by: maintainer
* Fix a couple of Y2K problems.steve2000-01-243-0/+67
| | | | | PR: 16062 Submitted by: maintainer
* Sort pkg/PLIST.steve2000-01-241-2/+2
|
* Update to version 3.3.0.steve2000-01-2458-1392/+1561
| | | | | PR: 15469 Submitted by: David Scheidt <dscheidt@enteract.com>
* Update to version 1.5.15.steve2000-01-2414-106/+230
| | | | | PR: 16130 Submitted by: maintainer
* Update to version 1.6.steve2000-01-242-5/+5
| | | | | PR: 15991 Submitted by: maintainer
* Make some modifications for (supposedly) better portabilitysteve2000-01-246-36/+24
| | | | | | | | | | of the "make patch"ed ${WRKSRC}: * Use _relative_ symbolic link in the source tree. * Don't use __FreeBSD__ other than to wrap fpsetmask() stuff. * #define HAS_INTWAITSTATUS for BSD4.4 PR: 15972 Submitted by: maintainer
* Update to version 1.0.1.steve2000-01-2416-116/+344
| | | | | PR: 15944 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Added xkeywraptaoka2000-01-241-0/+1
|
* Fix a Y2K problem.steve2000-01-241-0/+13
| | | | | PR: 15868 Submitted by: Gregory Bond <gnb@itga.com.au>
* XKeyWrap can record, repeat, and play key sequence in real time.taoka2000-01-246-0/+85
| | | | | PR: 16059 Submitted by: Sakai Hiroaki <sakai@seki.ee.kagu.sut.ac.jp>
* Maintainer (and author) no longer wishes to maintain this port.steve2000-01-241-1/+1
|
* Fix build for FreeBSD/alpha.steve2000-01-243-2/+33
|
* Update to version 1.01.steve2000-01-243-19/+16
| | | | | PR: 16243 Submitted by: maintainer
* Update to version 2.1.9Ea.steve2000-01-249-238/+707
| | | | | PR: 15867 Submitted by: maintainer
* Update to version 2.1.9Ea.steve2000-01-241-4/+4
| | | | | PR: 15867 Submitted by: maintainer
* Fixup the pgpverify patch and make the y2k path more robust.steve2000-01-242-4/+7
| | | | | PR: 15842 Submitted by: maintainer
* Removing the xcalendar port.steve2000-01-241-1/+0
| | | | | PR: 14471 Submitted by: Will Andrews <andrews@technologist.com>
* Nuking the recycler port.steve2000-01-241-1/+0
|
* Nuking the recycler port.steve2000-01-241-1/+0
| | | | | PR: 14469 Submitted by: Will Andrews <andrews@technologist.com>
* Activate speakjedgar2000-01-241-0/+1
|
* Speak is a program which generates random management gibberish speakjedgar2000-01-245-0/+29
| | | | | | | using lists of phrases commonly found in that kind of babble. PR: 16194 Submitted by: Nick Johnson <freebsd@spatula.net>
* Update to version 1.11.archie2000-01-242-2/+2
| | | | | PR: ports/16259 Submitted by: des
* One must 1st commit any changes to the distfile and then run `make makesum'obrien2000-01-241-1/+1
| | | | with the way I did this port.
* support IPv6.sumikawa2000-01-243-10/+30
| | | | Reviewed by: maintainer
* Update port to 0.5jedgar2000-01-243-6/+6
| | | | | | * Added extended search options * Added ping times and whois requests * Various bug fixes and GUI enhancements
* Fix boneheadedness. Such great programming practicescpiazza2000-01-247-0/+74
| | | | such as never including unistd.h and using close() on a FILE stream.
* Get rid of USE_INET6.sumikawa2000-01-241-2/+4
| | | | Reviewed by: maintainer
* Update to 4.2.reg2000-01-248-17/+95
|
* Respect CC and CFLAGSkris2000-01-241-4/+7
|
* Update to 1.4.2.obrien2000-01-242-5/+5
|
* Remove helpbrowser blug-in: there is no error but this is not building, killingasami2000-01-246-6/+0
| | | | the packaging.
* Install the demos (and a README) with gnunplot. Nice demos, worth it.chuckr2000-01-243-0/+79
| | | | Submitted by: Ilia Chipitsine <ilia@cgilh.chel.su>
* Allow sessreg to update /var/run/utmpjmz2000-01-243-0/+36
| | | | PR: ports/10945
* Add src/share/man/man0 to the exclude list. It contains someasmodai2000-01-241-0/+1
| | | | files which aren't versionable.
* Fix port to not create a rogue /tiff.sw.tools directoryjedgar2000-01-241-6/+25
| | | | | | | during installation PR: 16079 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Added yc.eltaoka2000-01-231-0/+1
|
* Yet another Canna client for Emacs20/XEmacstaoka2000-01-236-0/+133
| | | | | PR: 16060 Submitted by: HONDA Yasuhiro <honda@kashio.info.mie-u.ac.jp>
* PR: 16229foxfair2000-01-232-7/+126
| | | | | | | Submitted by: Keith Jang <keith@ml.tw.freebsd.org> Fix the kcfonts problem with some X applications, like Netscape or XEmacs. The program which generates kcfonts just doesn't follow XLFD and let the X-app get wrong information of big5-encoding fonts.
* PR: 16230foxfair2000-01-233-12/+24
| | | | | | Submitted by: Keith Jang <keith@ml.tw.freebsd.org> Upgrade to Arphic TTF v2.11 released by Arphic Inc., also fixed some glyph data in the GB fonts.
* Updated to 0.4taoka2000-01-234-20/+28
| | | | | | PR: 16106 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Approved by: maintainer
* Updated to 1.14ataoka2000-01-234-14/+91
| | | | | | PR: 16108 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Approved by: maintainer
* Updated to 1.3taoka2000-01-232-4/+4
| | | | Approved by: maintainer (shige@FreeBSD.org)
* Rechange strncpy to strlcpy.nakai2000-01-231-2/+2
| | | | | | When you can't find strlcpy, update your FreeBSD... :) Submitted by: John Baldwin <jhb@FreeBSD.org>
* Update v1.2.0 -> v1.3.0dbaker2000-01-234-23/+44
| | | | Submitted by: Greg Hewgill <greg@hewgill.com>
* Activate xinvaders3djedgar2000-01-231-0/+1
|
* 3D Vector-graphics Space Invaders clone for Xjedgar2000-01-237-0/+65
|
* Respect CCkris2000-01-231-0/+20
|
* Mark it as BROKEN.imura2000-01-232-1/+4
| | | | | | | | | | | Add new version's WWW. Maintainer says that the server that the client communicates with has been shutdown so it is useless. Instead, they have setup a new server to which the new client (4.x) talks to. He can't reasonably port the new version, yet. Submitted by: Maintainer
* Correct MASTER_SITES.imura2000-01-231-2/+2
| | | | This version 1.9.3 seems old.
* FreeBSD still supports the ru_SU locale, so there is no reason to exclude itjmz2000-01-233-0/+39
| | | | | | from X11. PR: ports/14955
* Correct MASTER_SITES.imura2000-01-231-1/+3
| | | | Add MAINTAINER.
* Respect CCkris2000-01-231-0/+11
|
* Change NO_PACKAGE to NO_CDROM. Thomas Biskup (author) confirms that it'smharo2000-01-232-1/+3
| | | | | | | ok to place port on FTP. PR: 16306 Submitted by: maintainer
* Respect CFLAGSkris2000-01-231-0/+11
|
* Upgrade to Apache 1.3.11 and mod_ssl 2.5.0.dirk2000-01-2312-15/+57
|
* Times are in microseconds, not milliseconds.obrien2000-01-231-2/+22
| | | | Submitted by: Igor Timkin <ivt@gamma.ru>
* Correct grammar in commentskris2000-01-232-6/+6
|
* Respect CC and CFLAGSkris2000-01-231-0/+20
|
* remove duplicate patchmharo2000-01-231-16/+0
| | | | | PR: 16216 Submitted by: Matthew Reimer <mreimer@vpop.net>
* Oops - I forgot to add these files in my previous commit.jmz2000-01-234-0/+90
|
* Add support for swedish, brasilian and german (old and new spelling)jmz2000-01-2314-54/+152
| | | | | | | | | dictionaries (in addition to french). They can be built with ``make ISPELL_XX=yes'' where ``XX'' is SE, BR, DEALT or DENEU, or FR PR: ports/15948 Submitted by: Alexander Langer <alex@cichlids.com> Reviewed by: jmz
* upgrade to 0.84bandreas2000-01-2312-75/+39
| | | | | | | | | And port changes from sumikawa@ebina.hitachi.co.jp: - add 'ipv6' on CATEGORIES - get rid of 'USE_INET6' and use 'OSVERSION' instead of it. - make PLIST.v6 only difference from PLIST for easily maintanance Submitted by: sumikawa@ebina.hitachi.co.jp
* bump version number slightly to reflect recent changesmharo2000-01-232-2/+2
|
* add support for @owner and @group in PLISTmharo2000-01-232-0/+24
|
* Upgrade to Apache 1.3.11 + mod_ssl 2.5.0rse2000-01-235-17/+32
|
* upgrade to 1.3mharo2000-01-232-5/+5
| | | | | PR: 16302 Submitted by: maintainer
* Fix checksum and support IPv6.sumikawa2000-01-234-6/+22
| | | | | PR: 16200 Submitted by: Heikki Paatela <paatela@st.jyu.fi>
* Support IPv6.sumikawa2000-01-233-23/+23
| | | | No response from: maintainer
* Add 'ipv6' on CATEGORIES.sumikawa2000-01-231-1/+1
|
* Back out v1.3. I misunderstood the procedure at work here.nsayer2000-01-231-3/+5
| | | | Submitted by: Satoshi
* temp disable rm_rf since removes too muchache2000-01-231-0/+10
|
* tweaks for FreeBSD 2.*ache2000-01-232-18/+24
|
* MASTER_SITE/WWW moved to Sourceforge + misc cleanupsade2000-01-232-27/+5
|
* Upgrade to 0.84andreas2000-01-226-6/+9
|
* update MASTER_SITESmharo2000-01-221-2/+2
| | | | | PR: 16295 Submitted by: maintainer
* update to 1.03mharo2000-01-222-3/+3
| | | | | PR: 16111 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* update to 2.4.6mharo2000-01-222-4/+4
| | | | | PR: 16118 Submitted by: Kazu TAKAMUNE <takamune@avrl.mei.co.jp>
* disktop -> desktopmharo2000-01-221-1/+1
| | | | Submitted by: John-Mark Gurney <gurney_j@efn.org>
* upgrade to PL68ache2000-01-2212-24/+46
|
* Add WWW:mharo2000-01-221-0/+2
| | | | | PR: 16234 Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
* add WWW:mharo2000-01-221-0/+2
| | | | | PR: 16223 Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
* update to 1.1mharo2000-01-224-14/+15
| | | | | PR: 16107 Submitted by: tkato@prontomail.ne.jp
* update to 0.4.0mharo2000-01-223-5/+14
| | | | | PR: 15990 Submitted by: Jake Burkholder <jake@io.yi.org>
* - Remove obsolete sites from MASTER_SITESmharo2000-01-225-112/+67
| | | | | | | | | - Add MAINTAINER line - Support CC/CFLAGS/PREFIX properly - Shorten pkg/DESCR and add README file from distribution source PR: 16035 Submitted by: tkato@prontomail.ne.jp
* - Update portmharo2000-01-226-55/+114
| | | | | | | | | - Add secondary site to MASTER_SITES - Support CC/CFLAGS/PREFIX properly - Support install macros PR: 15969 Submitted by: tkato@prontomail.ne.jp
* - Fix MASTER_SITESmharo2000-01-226-57/+96
| | | | | | | | | | | - Add MAINTAINER line - Add (probably missing) USE_XLIB line - Move install path of utility data files from lib/ to libdata/ - Shorten pkg/DESCR and move original file to files/README.FreeBSD - Sort pkg/PLIST PR: 16039 Submitted by: tkato@prontomail.ne.jp
* Update to 3.2.5nakai2000-01-226-6/+16
| | | | | PR: ports/16250 Submitted by: Maxim Sobolev <sobomax@altavista.net>
* Fix and updates from KATO Tsuguru.nakai2000-01-2261-210/+899
| | | | Submitted by: "KATO Tsuguru" <tkato@prontomail.ne.jp>
* Fix the ports.nakai2000-01-223-9/+9
| | | | | | | There is not 'strlcpy' function here or in system. So I replaced to strncpy. Submitted by: Tsuguru Kato <tkato@prontomail.ne.jp>
* fix bento build errorsmharo2000-01-224-5/+27
|
* update to 3.52mharo2000-01-221-4/+3
|
* add dependency on gtk. found by bentomharo2000-01-221-0/+2
|
* updates thttpd to 2.13mharo2000-01-223-6/+6
| | | | | PR: 16247 Submitted by: Dominic Mitchell <dom@palmerharvey.co.uk>
* Updates the port to version 2.1.5. Adds a couple of lost files inmharo2000-01-223-3/+5
| | | | | | | PLIST. PR: 16019 Submitted by: Anders Nordby <anders@fix.no>
* add WWW:mharo2000-01-221-0/+2
| | | | | PR: 16226 Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
* add WWW:mharo2000-01-221-0/+2
| | | | | PR: 16225 Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
* add WWW:mharo2000-01-221-0/+1
| | | | | PR: 16224 Submitted by: Joseph Scott <joseph.scott@owp.csus.edu>
* Suppprt CC/CFLAGS properlymharo2000-01-221-6/+7
| | | | | PR: 16282 Submitted by: tkato@prontomail.ne.jp
* Update to January 14, 2000 releasemharo2000-01-222-2/+2
| | | | | PR: 16273 Submitted by: Mikhail Teterin <mi@misha.cisco.com>
* Distfile was moved.mharo2000-01-221-2/+2
| | | | | PR: 16285 Submitted by: "Oleg V. Volkov" <rover@lglobus.ru>
* add WWW:mharo2000-01-225-0/+10
| | | | | PR: 16264, 16265, 16266, 16267 Submitted by: joseph.scott@owp.csus.edu
* add WWW:mharo2000-01-225-0/+10
| | | | | PR: 16261, 16262, 16263 Submitted by: joseph.scott@owp.csus.edu
* Add WWW to description of shells/bash1mharo2000-01-221-0/+2
| | | | | PR: 16260 Submitted by: joseph.scott@owp.csus.edu
* Install po-mode.el in share/emacs/site-lisp.reg2000-01-229-6/+123
| | | | | | | Merge patches ae and aj. PR: 15941 Submitted by: Dmitry Sivachenko <dima@Chg.RU>
* Update port to new Qt/KDEnsayer2000-01-221-5/+3
| | | | Obtained from: andrews@technologist.com