aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add check for max parameter lengthache1998-06-291-0/+72
| | | | Submitted by: "Aaron D. Gifford" <agifford@infowest.com>
* Use snprintf nowache1998-06-291-5/+80
|
* Input server of Japanese text (Canna+Wnn6)kuriyama1998-06-2910-0/+106
| | | | | Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> PR: ports/6028 (part of)
* oops, forget to add 1 for newline for max UIDL checkache1998-06-291-1/+1
|
* Increase allowed UIDL length to 70 chars per rfc1939ache1998-06-291-1/+1
|
* Prevent overflow on too long From:ache1998-06-291-0/+20
| | | | | Do not return stack buffer Submitted by: "Aaron D. Gifford" <agifford@infowest.com>
* Reject too long X-UIDLache1998-06-291-0/+31
|
* Activate jcode-pl.max1998-06-291-1/+2
|
* Fix broken code that people tries to commit again and again despite theache1998-06-292-51/+61
| | | | fact that I am this port maintainer and still alive.
* Activate inform.mph1998-06-281-1/+2
|
* Import of Inform 6.15 and version 6/7 of its library. Inform ismph1998-06-287-0/+281
| | | | | | a compiler for producing adventure games. The output is compatible with Infocom interpreters, which offers cross-platform compatibility and a choice of interface.
* Another spin loop bug. On dropped network connections, console(8) canpeter1998-06-281-0/+7
| | | | also spin getting a 0 return from write(). (it's only testing for -1).
* Preserve CLOCAL and CRTSCTS rather than just attempting to clear them,peter1998-06-281-0/+9
| | | | based on a suggestion ages ago by: Tor Egge <Tor.Egge@idi.ntnu.no>
* Attempt to catch another spin in the client on a zero return from read().peter1998-06-281-0/+7
|
* Catch a 0 return from read() on carrier loss, otherwise it spins in anpeter1998-06-281-0/+9
| | | | | | infinite loop. Submitted by: Tor Egge <Tor.Egge@idi.ntnu.no> (ages ago)
* Input server of Japanese text (Canna+Wnn4)kuriyama1998-06-285-0/+53
| | | | | Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> PR: ports/6028 (part of)
* enable new port webalizerandreas1998-06-281-1/+2
|
* Import of new port webalizer 1.12.09andreas1998-06-2810-0/+150
| | | | | | | | | | | | The Webalizer is a web server log file analysis program which produces usage statistics in HTML format for viewing with a browser. The results are presented in both columnar and graphical format, which facilitates interpretation. Yearly, monthly, daily and hourly usage statistics are presented, along with the ability to display usage by site, URL, referrer, user agent (browser) and country (user agent and referrer are only available if your web server procduces Combined log format files). PR: closes 7000 Submitted by: dirk.meyer@dinoex.sub.org
* DOH! Correct stupid brain-o with strcat() in my last commit. Nowjkh1998-06-281-20/+20
| | | | popper should get a bit further without dumping core now. :-)
* Mark this port broken, it no longer compiles after the freetype upgrade.asami1998-06-281-1/+3
|
* Input server of Japanese text (Canna+SJ3+Wnn6)kuriyama1998-06-2810-0/+120
| | | | | Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> PR: ports/6028 (part of)
* Well, it's always a bad idea to introduce new bugs when trying to fixjoerg1998-06-281-1/+1
| | | | | | | one... strncat(3) takes a string as its second arg, and a len as its third one, not the other way round. =:-) The ``consistency'' of the C library sucks, of course.
* Import of xzip 1.7.0. This is yet another Infocom interpreter.mph1998-06-286-0/+73
| | | | This one requires X11.
* Activate xzip.mph1998-06-281-1/+2
|
* Upgrade to 1.5.2.mph1998-06-284-8/+8
|
* Activate micq.mph1998-06-281-1/+2
|
* Import of micq (26 June 1998), a free implementation of the ICQmph1998-06-2818-0/+159
| | | | | | | | protocol. It is currently a partial implementation, and has a text interface only. As far as I can tell, Mirabilis' software is necessary to register with the ICQ network, so I could not test its functionality.
* Input server of Japanese text (Canna+SJ3+Wnn4)kuriyama1998-06-285-0/+60
| | | | | Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> PR: ports/6028 (part of)
* Close a missing overflow with strcat() in my original changejkh1998-06-281-4/+32
| | | | | and add an extra overflow fix to pop_log.c. This is just a place-holder until Peter comes along with a more comprehensive set of patches.
* Add -3 to len as room for \n\r\0ache1998-06-281-3/+3
|
* Generate /etc/resolv.conf even if domain name is not present.steve1998-06-282-12/+14
| | | | | PR: 7088 Submitted by: maintainer
* Upgrade to version 0.33.6.steve1998-06-286-15/+12
| | | | | PR: 7091 Submitted by: Don Croyle <croyle@gelemna.ft-wayne.in.us>
* Input server of Japanese text (Wnn6)kuriyama1998-06-2710-0/+104
| | | | | Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> PR: ports/6028 (part of)
* William sent patches to me so support dbase type database...andreas1998-06-273-15/+27
| | | | | | If there are any problems related to this, send him an e-mail, I can't test this ! Submitted by: William Lloyd <wlloyd@mpd.ca>
* checksums changed on mastersite...andreas1998-06-278-16/+16
| | | | Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Input server of Japanese text (Wnn4)kuriyama1998-06-2712-0/+220
| | | | | Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp> PR: ports/6028 (part of)
* nuke apache-php entirelyandreas1998-06-271-2/+2
|
* Deal with a potential buffer overflow problem.jkh1998-06-271-0/+41
| | | | | [also, there is a problem in the repo - patch-af is marked as removed but it's not in the Attic!]
* Typo (PORTSDIRS -> PORTSDIR).asami1998-06-271-2/+2
| | | | Found by: make index
* Oops, missed another "shells/bash".asami1998-06-271-2/+2
| | | | Found by: make index
* Remove one non-existent file.asami1998-06-271-1/+0
|
* Add patches to support IDE cd-roms. While I'm here, respecthoek1998-06-277-3/+176
| | | | | | | ${CFLAGS}. Heck, why not go all the way and respect ${PREFIX}, too (respect now added). As an intentional side-effect, these patches also prevent the pause function from blasting the listener's ears off (the way cdcontrol currently does (and cdplay used to)).
* Remove NO_CONFIGURE and NO_PATCH, they never meant anything.asami1998-06-2750-120/+50
|
* Make this port build again.steve1998-06-272-6/+5
| | | | Hinted at by: Satoshi Asami <asami@freebsd.org>
* NO_CONFIGURE is a no-op. Also, remove the post-extract target, gettingasami1998-06-271-6/+1
| | | | | rid of extra files is nice but I don't think .cvsignore has any significant meaning nor size impact in a build-once source tree.
* This port is already unfetchable....asami1998-06-271-1/+3
|
* Unmark this port broken, it builds and packages fine as of revisionasami1998-06-271-3/+1
| | | | 1.3 of files/Makefile.def.
* Change the vat port to use USE_AUTOCONF .fenner1998-06-276-2954/+26
| | | | | | Hand-edit patches/patch-ah to remove the RCS $Header$ from the patch, so that CVS doesn't munge it. BE EXTREMELY CAREFUL WHEN REGENERATING patches/patch-ah!
* Fix Luigi's recently committed submission:fenner1998-06-278-3342/+200
| | | | | | | | - Actually include the x11 grabber in the compile - Don't force the capture type to PAL; leave it at auto - Remove debugging code and comments - Eliminate the need for kernel patch for tuner code - Don't patch one source file in more than one patch-XX files
* Activate bg5ps.vanilla1998-06-261-1/+2
|
* bg5ps is a python script that generates Postscript from BIG5 encoded file.vanilla1998-06-266-0/+88
| | | | | PR: ports/6973 Submitted by: J. T. Jang <keith.email.gcn.net.tw>
* Oops. Looks like I commited a wrong version of this file.tg1998-06-261-0/+1
|
* Correct the distname.vanilla1998-06-262-6/+3
|
* Canna includes should be searched for in ${prefix}, not /usr/localobrien1998-06-261-0/+15
|
* CONFIGURE_ARGS needs "+=" since it is set after including bsd.port.mkobrien1998-06-268-16/+16
|
* No need to use += if a variable is defined only once.asami1998-06-261-2/+2
| | | | | | | | By the way, I see that this ports uses HAVE_MOTIF to turn on Motif support, but I don't see any patches. Does this port follow our guidelines for Motif support (MOTIFLIB and all)? In particular, what happens if you build a package on a machine with HAVE_MOTIF and MOTIF_STATIC defined if you have both shared and static libXm?
* read.me changed again. It actually says "15.15", so the rest ofasami1998-06-261-1/+1
| | | | the port probably should be updated too.
* Remove unused file. Extra lines in this file should not be treatedasami1998-06-261-1/+0
| | | | | as comments, as I use cvs diff on this file to manage the distfiles directory on ftp.freebsd.org.
* Hard to believe, but the distfile is already unfetchable!asami1998-06-261-1/+3
|
* Mark this port broken. It installs manpages in /usr/share/man/man/man1asami1998-06-261-1/+3
| | | | (no that's not a typo).
* Mark this broken while it is awaiting upgrade to ORBacus (see PRasami1998-06-261-1/+3
| | | | ports/7034) after repository copy.
* Remove mew, add mew-mule and mew-xemacs.max1998-06-261-2/+3
|
* Activate mew-xemacs.max1998-06-261-1/+2
|
* A major restructuring of mew ports to add xemacs versionsmax1998-06-262-42/+16
| | | | | | | | ({japanese,mail}/mew-xemacs). Along the way, mew for mule with Japanese environment was renamed from japanese/mew to japanese/mew-mule (repository-copy done.) Submitted by: maintainer PR: 6533, 6588
* Rename "bash" to "bash1" (the actual port is already repository copied).asami1998-06-263-6/+6
| | | | Requested by: chet@ins.CWRU.Edu
* Update MD5 checksum to match new tarball.jkh1998-06-261-1/+1
| | | | | Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> PR: 7067
* Mew port for xemacs.max1998-06-263-0/+56
| | | | | Submitted by: kiri@kiri.toba-cmt.ac.jp PR: 6533, 6588
* Tell it not to use gnat, apparently our version confuses it.asami1998-06-262-6/+4
| | | | | | Unmark it broken. Submitted by: kuriyama
* Upgrade to 1.41r7.tg1998-06-254-7/+24
|
* Upgrade to Website META Language, Version 1.6.6rse1998-06-253-4/+12
|
* Steve said to share this with the world.obrien1998-06-251-1/+2
|
* A tile game which challenges you to place tiles of six colors and sixobrien1998-06-255-0/+31
| | | | | | shapes onto a 12x8 grid. Submitted by: samorodi@nuxi.com
* Upgrade to 1.0.vanilla1998-06-256-28/+71
| | | | | PR: ports/7015 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* Add @exec & @unexec on pkg/PLIST.vanilla1998-06-253-0/+6
|
* Add virtual category "python".tg1998-06-2528-58/+60
| | | | pygist: add dependency on rng.
* Activate rng.tg1998-06-251-1/+2
|
* 1. The distfile changed but without bump version number.vanilla1998-06-256-9/+12
| | | | | 2. Add another MASTER_SITE. Noticed by: phk
* Make performance tuning conditionaly depends on APACHE_PERF_TUNINGache1998-06-255-30/+80
| | | | variable. Add more optimization there.
* Remove idl4, as RSI are no longer distributing it.msmith1998-06-251-2/+1
|
* Upgrade to 0.6a.dt1998-06-253-9/+10
|
* Activate fnlib.vanilla1998-06-251-1/+2
|
* Font library, it required by Enlightenment 0.14.vanilla1998-06-256-0/+202
| | | | | PR: ports/7036 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
* Upgrade to 0.6.2.vanilla1998-06-252-5/+6
|
* Upgrade to 4.121.vanilla1998-06-242-5/+5
|
* Upgrade to 2.18.vanilla1998-06-242-5/+5
|
* Upgrade to 0.9.vanilla1998-06-242-5/+5
|
* Import of mp3info, which reveals information like bitrate and playing timemph1998-06-245-0/+43
| | | | | | | for mp3 files. PR: 7008 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
* Activate mp3info.mph1998-06-241-1/+2
|
* Upgrade to 4.2h.vanilla1998-06-243-9/+11
|
* Upgrade to 980618.vanilla1998-06-241-4/+4
|
* Activate wmx.max1998-06-241-1/+2
|
* New port, wmx:max1998-06-246-0/+45
| | | | | | | Extended version of wm2 - A simple window manager for X PR: 5566 Submitted by: Stefan `Sec` Zehl <sec@42.org>
* These patches implement the following features in vic:jkh1998-06-244-0/+4082
| | | | | | | | | | | | | | * an x11 grabber similar to the one present in nv. Extremely useful for interactive work (i'd say better than a camera in many cases). * add video controls to the meteor grabber (brightness etc.) * add tuner control when used with the meteor grabber (require a small modification to the kernel to let tuner be controlled via the grabber fd); Submitted by: luigi PR: 6814
* This patch contains an update to the audio-voxware.cc module in vatjkh1998-06-242-0/+1336
| | | | | | | | | | to enable operation with the "pcm" driver and a wide range of full duplex cards including the old SB16 (up to Vibra16C). It also provides a modification to transmit audio from a mu-law file (useful for testing). Submitted by: luigi PR: 6813
* make this build a little better.obrien1998-06-241-2/+2
|
* Upgrade to 1.5.tg1998-06-243-15/+9
|
* Upgrade to 1.3.tg1998-06-2412-30/+45
|
* share ups-debugobrien1998-06-241-1/+2
|
* Source level C debugger that runs under X11obrien1998-06-246-0/+105
|
* Depend on ghostscript5 instead of ghostscript4.fenner1998-06-242-6/+6
| | | | | PR: ports/5380 Submitted by: luigi@iet.unipi.it
* Upgrade to 4.0test66. This sat in my working copy for some time;mph1998-06-243-5/+6
| | | | | | I forgot to commit it. Reminded by: Bill Fenner's distfile report
* Integrate official patches released in past a few months.max1998-06-246-5/+58
|
* Upgrade, pTeX 2.1.5 -> 2.1.8.max1998-06-2428-354/+1426
|
* upgrade to version 3.0obrien1998-06-242-3/+3
|
* Upgrade to 15.14. Remove BUILD_DEPENDS on unzip. Improve wordingmph1998-06-243-12/+11
| | | | | | | in manpage. PR: 7010 Submitted by: Stefan Eggers <seggers@semyam.dinoco.de>
* Upgrade to 2.5.vanilla1998-06-233-7/+7
|
* Upgrade to 1.5.tg1998-06-232-4/+4
|
* Upgrade imlib to 1.6.vanilla1998-06-2313-109/+151
| | | | | PR: ports/6893 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
* typo..obrien1998-06-231-2/+2
|
* upgrade to 3.0 beta 13obrien1998-06-232-5/+5
|
* upgrade smtpfeed original distribution: 0.63 -> 0.65itojun1998-06-232-4/+4
|
* Distfile changed.tg1998-06-221-1/+1
|
* Trim DESCR a bit. Point to new rdist home; http://www.magnicomp.com/peter1998-06-221-101/+1
|
* Master site changed.peter1998-06-224-18/+11
| | | | | | Also update 6.1.3 -> 6.1.4. Nagged by: Distfile checker
* Distfile movedpeter1998-06-221-2/+2
| | | | Nagged by: Distfile checker
* Upgrade to the 980618 prebeta.obrien1998-06-222-3/+3
|
* Add some printer entries.max1998-06-211-2/+2
| | | | | PR: 5960 Submitted by: maintainer
* Upgrade to 4.0.7jseger1998-06-213-6/+6
|
* Upgrade to freetype 1.1jseger1998-06-216-34/+36
|
* Provide for <sys/sem.h> change.rnordier1998-06-211-0/+7
|
* Activate plotutils.chuckr1998-06-201-1/+2
|
* New port of GNU plotutils, version 2.1.1. I first wanted thischuckr1998-06-205-0/+84
| | | | to allow me to view the output of Spice graphics.
* Upgrade from 1.07 to 1.08.kuriyama1998-06-193-195/+253
|
* Pick up latest official patches.tg1998-06-1930-45/+90
|
* 1) email author asking him to integrate patch-aahoek1998-06-181-1/+1
| | | | | | | | 2) commit updated port 3) go to bento and test on -current 4) get checksum mismatch 5) email author again.... Arg!!! He has been appropriately reprimanded. ;-) 6) It sure is faster to commit these little things from bento, at least.. :)
* Upgrade to 0.35.hoek1998-06-183-18/+9
| | | | | | This is an extremely minor upgrade, but the author requested it because apparently he was getting too many complaints from Linux-ites getting catdoc from our ports system (old ver. didn't work on Linux).
* Mention that this doesn't support IDE cdroms...hoek1998-06-181-1/+2
|
* Redirect apachectl output to devnull in apache.shache1998-06-185-10/+10
|
* Use apachectl to start apache in rc.d/apache.shache1998-06-185-10/+10
|
* Add a #include <errno.h> so that it compiles cleanly on NetBSD.jmz1998-06-181-3/+11
| | | | Submitted by: Jim Dutton <jimd@siu.edu>
* Edit the pathname of the configuration file in the man page.jmz1998-06-181-2/+2
|
* Distfile and path have changed.tg1998-06-172-5/+5
|
* Activate textutils.mph1998-06-171-1/+2
|
* Import of GNU textutils 1.22, including GNU cat and so forth. Themph1998-06-175-0/+102
| | | | | | | | programs are installed wit the prefix "g", a la gmake. This produces the interesting program /usr/local/bin/god. PR: 6050 Submitted by: Adrian Wontroba <aw1@stade.co.uk>
* Minimize differences, handle EINTRache1998-06-171-14/+20
|
* Activate mkhybrid.dburr1998-06-171-1/+2
|
* Add patch to work with both audio driversache1998-06-171-0/+171
| | | | Submitted by: bmah@CA.Sandia.GOV (Bruce A. Mah)
* Fix gus patches dist siteache1998-06-172-4/+4
|
* Activate grail.dburr1998-06-161-1/+2
|
* PR: ports/6923dburr1998-06-165-0/+471
| | | | | | Submitted by: Jacques Vidrine <n@nectar.com> New port www/grail, a free, fully customizable and extendable WWW browser written entirely in Python.
* I don't know why this one was still marked RESTRICTED. While I'masami1998-06-165-35/+30
| | | | here, portlint a little.
* This file is only used for Japanese version....asami1998-06-161-1/+0
|
* Upgrade to Website META Language, Version 1.6.5rse1998-06-164-7/+20
|
* Don't install files into the user's home directory.tg1998-06-164-10/+23
|
* Um, you can't install a file to a user's home directory (which is mostasami1998-06-161-1/+3
| | | | | | | | | | | | | likely /root, and is useless for ordinary users anyway) during a port install. If the port *needs* a startup file (which is pretty broken to begin with...whatever happened to defaults?), then the porter should provide a "run this first" script to set it up. ======= ===> Installing for o2c-1.16 for i in o2c o2b o2whereis o2ef ; do cp docs/$i.1 /usr/local/man/man1/$i.1 ; chmod 644 /usr/local/man/man1/$i.1 ; done if [ ! -f /home/asami/.o2c.red ]; then cp system/o2c.red.template /home/asami/.o2c.red; fi cp: /home/asami/.o2c.red: No such file or directory *** Error code 1
* Careful here. There lurk some dragons around DISTNAME and WRKSRC.asami1998-06-161-1/+2
|
* Move PKGNAME up and define it using ${DOCFORMAT} instead of replicatingasami1998-06-162-8/+4
| | | | | it in three places. Use empty EXTRACT_ONLY instead of NO_EXTRACT in pdf case so checksum is checked. Add checksum for pdf distfile.
* Activate daemontools.dburr1998-06-161-1/+2
|
* PR: ports/6899dburr1998-06-165-0/+57
| | | | | | Submitted by: Dom Mitchell <dom@myrddin.demon.co.uk> Import of new port sysutils/daemontools, a set of service (daemon) monitoring and logging tools.
* Activate blackbox.mph1998-06-161-1/+2
|
* Import of blackbox 0.33.3, yet another window manager. Small andmph1998-06-1615-0/+90
| | | | | | | lightweight, but reasonably attractive (in my 3 minute test). PR: 6960 Submitted by: Brian Handy <handy@physics.montana.edu>
* updated to samba-1.9.18p8.hosokawa1998-06-1612-12/+36
|
* Activate hint.ghelmer1998-06-161-1/+2
|
* We don't need to patch the config files anymore,tg1998-06-152-12/+2
| | | | autoconf takes care of that.
* Activate xwit.tg1998-06-151-1/+2
|
* New port xwit. xwit will resize, iconify, pop, and move windows giventg1998-06-155-0/+37
| | | | | by name or id, change an icon, title or name, set the screen saver going, and change individual key autorepeat settings.
* Add another @dirrm.tg1998-06-151-0/+1
|
* Upgrade to 0.15.1.tg1998-06-156-16/+14
| | | | Submitted by: Brian Handy <handy@physics.montana.edu>
* Upgrade to 1.01.mph1998-06-153-5/+18
|
* I forgot to modify smb.conf.default for FreeBSD port.hosokawa1998-06-153-6/+6
|
* Make sure configure uses ${PREFIX}/bin/perl instead of /usr/bin/perl.mph1998-06-151-2/+3
| | | | Reviewed by: ache
* Upgrade to libwww-5.1m1.jseger1998-06-153-10/+47
|
* 1) Break-up the mega-patch-aa.hoek1998-06-156-62/+60
| | | | | | 2) Fix install for non-root users. 3) "See work/Arc521.doc" is not considered a good pkg/DESCR. 4) install ad. doc., too.
* Activate xdvik.kuriyama1998-06-151-1/+2
|
* DVI Previewer(kpathsearch) for X.kuriyama1998-06-156-0/+106
| | | | | PR: ports/5882 Submitted by: Kentaro Inagaki <JBD01226@niftyserve.ne.jp>
* Fix MASTER_SITES.hoek1998-06-151-3/+3
|
* Fix these up somewhat. Don't precede COMMENT with PKGNAME.hoek1998-06-152-7/+8
| | | | | | There's an extremely high probability that this port is also missing its ldconfig -m line, but I really wasn't planning to make even this commit...
* enable new port kbiffandreas1998-06-151-1/+2
|
* Import of new port kbiffandreas1998-06-155-0/+62
| | | | | | | | | | | | KBiff is a mail notification utility for the KDE project. It has several advantages over much of its competition: o Pure GUI Configuration o Session Management o Panel Docking o Animated Gifs o Sounds o POP3 Support http://www.geocities.com/SiliconValley/Hills/2651/kbiff.html
* Fix MASTER_SITEShoek1998-06-151-3/+3
|
* Update to version 1.0p3.steve1998-06-153-9/+18
| | | | | PR: 6904 Submitted by: maintainer
* Upgrade to version 1.0.3pl1.steve1998-06-148-30/+30
| | | | | PR: 6884 Submitted by: maintainer
* Activate cgihtmljseger1998-06-141-1/+2
|
* Import of a port of cgihtml:jseger1998-06-146-0/+110
| | | | | | | | | | Cgihtml is a C library that simplifies the task of parsing World Wide Web (WWW) Common Gateway Interface (CGI) input and outputting HyperText Markup Language (HTML). Tasks which would normally require many lines of C can be reduced to just a few. PR: ports/4933 Submitted by: i.vaudrey@bigfoot.com
* - apache-php port totally revampedandreas1998-06-1415-276/+576
| | | | | | | | | | | | | | | | | - now based on apache 1.2.6 and PHP3 support with the tough help of Dirk - Supports 3 kinds of databases now - msql - mysql - postgresql - Only modified order in Makefile to keep portlint happy - Fixed php's configure section in Makefile, to use CC and CFLAGS from /etc/makefile, instead to use -g -O2 - only one patches subdir remains This port should now be "repository moved" from: apache-php to something like: apache12-php3 Obtained from: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
* Activate ja-vfxdvik.kuriyama1998-06-141-1/+2
|
* DVI Previewer(kpathsearch) for X + jp-patch.kuriyama1998-06-1421-0/+534
| | | | | PR: ports/5881 Submitted by: Kentaro Inagaki <JBD01226@niftyserve.ne.jp>
* Install manpage and some additional docs.mph1998-06-142-1/+11
|
* Update checksum.steve1998-06-141-1/+1
| | | | PR: 6931
* Upgrade to 4.4.9. Add a wrapper around fetchmailconf that checksmph1998-06-144-4/+33
| | | | | | | whether Python is installed, and emits a helpful message if it isn't. PR: 6866 Submitted by: Ville Eerola <ve@sci.fi> (wrapper by mph)
* Update to newest version 0.88andreas1998-06-132-3/+3
|
* Increase HARD_SERVER_LIMIT to 512, it is already limited by MaxClientsache1998-06-135-10/+15
| | | | | directive installed by default and this needs to avoid unnecessary recompilation
* Change directory name from 'platex209' to 'platex209-euc'.kuriyama1998-06-1210-0/+456
| | | | | | | | | Mistaken by: myself ASCII Japanese pLaTeX 2.09 with Japanese EUC code support. Submitted by: Makoto WATANABE <watanabe@z.phys.nagoya-u.ac.jp> PR: ports/5878
* Activate o2c.tg1998-06-121-1/+2
|
* New port o2c, an Oberon-2 compiler.tg1998-06-128-0/+223
| | | | | PR: 5273 Submitted by: Oliver Breuninger <ob@seicom.NET>
* Do not install slogin1.1 manpage, no such programache1998-06-122-6/+2
|
* Fix all *1 linksache1998-06-122-32/+60
|
* HAS_CONFIGURE + --prefix=${PREFIX} = GNU_CONFIGUREtg1998-06-121-3/+2
|
* Activate kwatch.tg1998-06-121-1/+2
|
* New port kwatch, a `tail -f' replacement for KDE.tg1998-06-125-0/+39
| | | | | PR: 6725 Submitted by: Hans Petter Bieker <hanspb@persbraten.vgs.no>
* Activate ksamba.tg1998-06-121-1/+2
|
* New port ksamba, a KDE configuration tool for samba.tg1998-06-125-0/+48
| | | | | PR: 6708 Submitted by: Hans Petter Bieker <hanspb@persbraten.vgs.no>
* Activate kmpg.tg1998-06-121-1/+2
|
* New port kmpg, an MPEG audio player for KDE.tg1998-06-1211-0/+208
| | | | | PR: 6727 Submitted by: Hans Petter Bieker <hanspb@persbraten.vgs.no>
* 1.2.22 -> 1.2.25dima1998-06-1210-872/+352
| | | | | | | Somebody needs to go through patch-af to check it, since I'm not sure about some of the stuff. This version fixes a security flaw in previous version.
* Activate netshow.dburr1998-06-121-1/+2
|
* Add an entry for graphics/netshow: commercial software.dburr1998-06-121-1/+2
|
* Import new port graphics/netshow, the Microsoft NetShow player.dburr1998-06-1212-0/+120
| | | | | | Thanks to Chris Kukulies <kuku@gil.physik.rwth-aachen.de> for telling us about this on freebsd-multimedia, and giving me the idea of doing a port for it.
* tiny update to MESSAGE and PLIST.itojun1998-06-112-1/+4
| | | | | PR: 6911 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
* Look for crt0.o in /usr/lib or /usr/lib/aout.rnordier1998-06-111-0/+27
| | | | Prompted by: Brian Cully <shmit@erols.com>.
* Further corrections to long long support.rnordier1998-06-111-0/+20
| | | | Obtained from: Peter Edwards, DERA.
* Please welcome Guy Helmer to committers!jkh1998-06-112-4/+4
|
* Mission: move ports/comms/atp to ports/news/atpdburr1998-06-111-1/+2
| | | | | | | Phase V: enable news/atp. MISSION ACCOMPLISHED. Congratulations. NOTE: Committing after watching marathon of "Mission Impossible" episodes is probably not the wisest course of action :)
* Mission: Move ports/comms/atp into ports/news/atp.dburr1998-06-117-0/+115
| | | | | | | | | | Phase IV: easy-import atp. MISSION UPDATE FROM I.M.F. HQ: I have been saying "ports/mail/atp" up till now. I just changed my mind -- I'm puttin' this sucker in "ports/news/atp" I base this on what little precedent we have in the ports tree -- our only other port that deals with this is plor, a SOUP/QWK packet reader, and it's in news/. This is really kind of a tough call, though, as neither mail/ nor news/ is really 100% appropriate.
* Mission: move ports/comms/atp into ports/mail/atp.dburr1998-06-111-2/+1
| | | | Phase II: deactive atp in comms Makefile.
* Upgrade to the 12th beta of version 3.0.obrien1998-06-112-4/+5
|
* Activate dfm.mph1998-06-111-1/+2
|
* Import of dfm, an OS/2-like file manager.mph1998-06-115-0/+175
| | | | | PR: 6816 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
* Upgrade to 5.4.4.mph1998-06-113-5/+8
| | | | | PR: 6889 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
* Upgrade to 5.4.4.mph1998-06-113-5/+8
| | | | | PR: 6890 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
* Upgrade to 5.4.4.mph1998-06-113-5/+8
| | | | | PR: 6887 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
* Update MASTER_SITE.mph1998-06-111-2/+2
| | | | | PR: 6888 Submitted by: Simon Marlow <simonm@dcs.gla.ac.uk>
* Change MASTER_SITES. Shorten DESCR and cleanup Makefile to comply withmph1998-06-112-221/+5
| | | | | | | portlint. PR: 6885 Submitted by: Pedro Giffuni <giffunip@asme.org>
* Unmark it broken, it worked when I emptied /usr/local.asami1998-06-111-3/+1
|
* Punctuation and capitalization police.mph1998-06-111-3/+3
|
* Upgrade to 2.0.mph1998-06-114-11/+12
|
* Upgrade to version 1.6.3.mph1998-06-116-12/+12
|
* Activate gimp-manual.dburr1998-06-101-1/+2
|
* PR: ports/6886dburr1998-06-107-0/+647
| | | | | Submitted by: Brett Taylor <brett@peloton.physics.montana.edu> Import of ports/graphics/gimp-manual, The GIMP User's Manual.
* Update to version 4.05jkh1998-06-106-31/+31
|
* Activate word2x.tg1998-06-101-1/+2
|
* New port word2x, a converter from MS Word to text, HTML or LaTeX.tg1998-06-106-0/+56
|
* Make this port a little reinstall-friendly ("ln -s" -> "ln -fs").asami1998-06-101-2/+2
|
* upgrade to 19980608 snapshotobrien1998-06-1080-3840/+3800
|
* Install the app-default file instead of installing the executables twice.jmz1998-06-102-2/+3
|
* upgrade to 3.31ache1998-06-102-3/+3
|
* Upgrade to ImageMagick 4.0.6.jseger1998-06-103-5/+5
|
* Performance tuning as described in ↵ache1998-06-105-10/+15
| | | | | | http://www.apache.org/docs/misc/perf-tuning.html Add --disable-rule=STATUS and -DBUFFERED_LOGS
* Seems there is no app-defaults file anymore.asami1998-06-101-1/+0
|
* update to ver 4.33.obrien1998-06-102-5/+5
|
* Fix some paths in the default configuration files.tg1998-06-092-2/+12
| | | | | PR: 6894 Reviewed by: Brian Handy <handy@physics.montana.edu>
* Update from squid 1.2b20 -> 1.2b22peter1998-06-0918-81/+72
|
* Improve error-handling.rnordier1998-06-091-7/+4
|
* Upgrade to version 4.1jmz1998-06-098-40/+82
|
* New version, 1.2.8.jmacd1998-06-092-3/+3
|
* A time server daemon for Macintoshes running 'tardis' for netatalkkuriyama1998-06-086-0/+74
| | | | | Submitted by: Takeru NAIKI <naiki@bfdpc2.bmcd.hokudai.ac.jp> PR: ports/4889
* Activate ntimelord.kuriyama1998-06-081-1/+2
|
* enable ports/net/mrt. This is "Multi-threaded Routing Toolkit" routingitojun1998-06-081-1/+2
| | | | | | daemon from merit.edu. Submitted by: itojun (myself)
* a port for "Multi-threaded Routing Toolkit" from merit.edu.itojun1998-06-085-0/+46
| | | | Submitted by: itojun (myself)
* Update to 0.9beta1.cracauer1998-06-084-93/+42
| | | | | | | | | | | | | | | | | | This version is now GNU configure driven. A word of warning for future committers so that you don't fall into the same trap as I did: The source has an printf-style funtion "print". This doesn't understand "%u", so the usual print-casting stuff for long long ints isn't printf("%u", (unsigned int)foo); but print("%d", (int)foo); which obviously looses in some cases, but I didn't take the effort to extend this function to take 64 bit value (just unsigned is limited as well). In this case, it isn't that bad, since it is used to print limits, but memory limits are internally stored as "mega" or "kilo" anyway.
* - Upgrade to 2.9torstenb1998-06-088-98/+113
| | | | - Use perl5
* Add support for JIS encoded PostScriptkuriyama1998-06-082-3/+11
| | | | | Submitted by: MITA Yoshio <Yoshio.Mita@isen.fr> PR: ports/5808
* ASCII Japanese pLaTeX 2.09 with Shift-JIS code support.kuriyama1998-06-085-0/+228
| | | | | Submitted by: Makoto WATANABE <watanabe@z.phys.nagoya-u.ac.jp> PR: ports/5878
* Activate platex209-{euc,jis,sjis}.kuriyama1998-06-081-1/+4
|
* Activate wmmail.dburr1998-06-081-1/+2
|
* Final phase of moving this port to mail category.dburr1998-06-085-0/+31
| | | | wmmail == a little mail notifier for the WindowMaker dock.
* Remove wmmaker, since it's moving to mail.dburr1998-06-081-2/+1
|
* Some cleanup of this port.tg1998-06-088-91/+117
| | | | | PR: 6883 Submitted by: Pedro Giffuni S. <giffunip@asme.org>
* Disable kerberos support if compiling for 2.2-stable.asami1998-06-081-1/+6
|
* Fix wrong patch. Configuration files should be installed intotg1998-06-082-4/+4
| | | | $PREFIX/share/misc.