summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Upgrade gnuplot to 3.6 Beta 325 level (because the new octave wants it,Chuck Robey1997-01-123-105/+23
| | | | | | | and I want the new octave). Look for octave later today. Notes: svn path=/head/; revision=5327
* Don't build/install shared c-client library, because it is obsoletedAndrey A. Chernov1997-01-126-212/+47
| | | | | | | | | with imapd port and used only for pine Don't build/install mtest, already done in imapd port now Add missing -lcrypt for pine build Notes: svn path=/head/; revision=5326
* Build/install/use c-client shared and normal librariesAndrey A. Chernov1997-01-125-47/+220
| | | | | | | | | Install mtest as mboxtest Use INSTALL_* macros Use ${PREFIX}/etc instead of /etc Notes: svn path=/head/; revision=5325
* Upgrade, 2.8.Masafumi Max NAKANE1997-01-123-5/+5
| | | | Notes: svn path=/head/; revision=5324
* Take out imapd/ipopd, separate port is available nowAndrey A. Chernov1997-01-123-15/+34
| | | | Notes: svn path=/head/; revision=5323
* Add OpenBSD support. Change some comments to reflect the fact. Also:Satoshi Asami1997-01-121-9/+22
| | | | | | | | | | | | | | | | | | | | | | | | (1) Change commented out MAINTAINER to FreeBSD_MAINTAINER and OpenBSD_MAINTAINER. These are not comments anymore, so we may even use it in the future. (2) Instead of the ".if ${OPSYS} = "NetBSD" hack, use ".if exists()" to find the location of md5 an tar. Play similar trick for fetch (OpenBSD uses /usr/bin/ftp which groks http: addresses). This commit includes most of the changes made in 1.242 (although many of them are done differently after more discussion). One thing that is conspicuously missing is NOMANCOMPRESS, which has been postponed until Warner figures out what exactly the situation is on the OpenBSD ports paradigm. (In a nutshell, we can't just define NOMANCOMPRESS in this file even if uncompressed manpages is the default for OpenBSD, because that will take away the ability of individual users to select manpage compression.) Reviewed by: imp@openbsd.org Notes: svn path=/head/; revision=5321
* (1) New variable, SCRIPTS_ENV, which is passed to scripts/configureSatoshi Asami1997-01-121-23/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | and scripts/{pre,post}-* as environment vars. Also, if BATCH is set, "BATCH=yes" is automatically added to SCRIPTS_ENV. (Requested by: max) (2) The INSTALL_* macros are added to SCRIPTS_ENV and MAKE_ENV as BSD_INSTALL_*. (Requested by: obrien) (3) New variable MOTIF_ONLY, which will only build ports with REQUIRES_MOTIF defined. This doesn't do dependencies right (what if the depended port doesn't need Motif) yet. (4) Try not to clean the same port twice in clean-depends when (for instance) it's defined in both BUILD_DEPENDS and INSTALL_DEPENDS. Note that it won't check chained dependencies so you may still see the same port cleaned multiple times, but checking that far will surely make this run slower than the un-"optimized" case so I left it as is. (Requested by: jkh) (5) Ignore *.rej files in patches/ directory in addition to *~ and *.orig. Notes: svn path=/head/; revision=5320
* Ncftp v1.x is important to me -- so I'll take maintance of it.David E. O'Brien1997-01-122-2/+6
| | | | Notes: svn path=/head/; revision=5319
* Enable whirlgif.Masafumi Max NAKANE1997-01-121-1/+2
| | | | Notes: svn path=/head/; revision=5318
* New port:Masafumi Max NAKANE1997-01-125-0/+37
| | | | | | | | | | A tool to create GIF animations. Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp Reviewed & modified by: max (Closing PR #1999.) Notes: svn path=/head/; revision=5317
* Move the patch to nntpbtr.c that used to be a part of patch-aa into this file.Masafumi Max NAKANE1997-01-121-0/+67
| | | | | | | | | | | | | | | | Merge patches to nntpbtr.c submitted as PR #2428: From: Dmitry Kohmanyuk <dk@genesyslab.com> Subject: nntpbtr patch - looping in NEWNEWS patch from serge@freenet.kiev.ua - locking when sleep + decl fix patch from me (dk@farm.org): UDP time either closed on firewalls or unreliable over dial-up, TCP time better anyway Submiteed by: dk@farm.org (Closing PR #2428.) Notes: svn path=/head/; revision=5316
* Merge the patch to btrspc.c submitted as part of PR #2428:Masafumi Max NAKANE1997-01-121-18/+13
| | | | | | | | | | | | from bag@ua.net - correct free space check (without root's 10%) Submitted by: dk@farm.org Split this file (to patch to btrspc.c and to nntpbtr.c) and make the patch to nntpbtr.c patch-ad. patch-ad will be added shortly with other patches to nntpbtr.c submitted as PR #2428 merged. Notes: svn path=/head/; revision=5315
* In the distributed Makefile:Masafumi Max NAKANE1997-01-111-1/+1
| | | | | | | | TMPDIR = /var/tmp -> TMPDIR?= /var/tmp Suggested by: chuckr Notes: svn path=/head/; revision=5314
* Distributed Makefile assumes /usr/tmp for tmpdir, and make install failed.Masafumi Max NAKANE1997-01-111-3/+8
| | | | | | | | | Changed it to /var/tmp. (I remember someone was pointing this out in ports@freebsd.org, but apparently, it wasn't picked up by jfitz.) Notes: svn path=/head/; revision=5313
* rm -> @${RM} in post-extract.Masafumi Max NAKANE1997-01-111-2/+2
| | | | Notes: svn path=/head/; revision=5312
* query-pr.8 wasn't a duplicate of query-pr.1, it was a typo of queue-pr.8. ;)Satoshi Asami1997-01-111-2/+2
| | | | Notes: svn path=/head/; revision=5311
* Add xmountains.Satoshi Asami1997-01-111-1/+2
| | | | Notes: svn path=/head/; revision=5310
* Fractal mountain image generator. Makes a nice background! (ClosesSatoshi Asami1997-01-116-0/+59
| | | | | | | | | PR ports/2062.) Submitted by: Julian Assange <proff@profane.iq.org> Notes: svn path=/head/; revision=5309
* Add freefem.Satoshi Asami1997-01-111-1/+2
| | | | Notes: svn path=/head/; revision=5308
* 2-D FEM solving package. Closes PR ports/2290.Satoshi Asami1997-01-116-0/+106
| | | | | | | Submitted by: pgiffuni@FPS.biblos.unal.edu.co Notes: svn path=/head/; revision=5307
* 1.0.97 --> 1.0.98Adam David1997-01-114-7/+11
| | | | Notes: svn path=/head/; revision=5305
* Upgrade glimpse port to version 4.0.Chuck Robey1997-01-114-33/+39
| | | | | | | Submitted by: Bakul Shah <bakul@plexuscom.com> Notes: svn path=/head/; revision=5304
* if !(command) -> if ! (command)Wolfram Schneider1997-01-101-2/+2
| | | | | | | | the ksh and I guess some other shells want a space between '!' and the next command. This problem exist since rev 1.207 Notes: svn path=/head/; revision=5303
* Upgrade to 2.7.Masafumi Max NAKANE1997-01-103-5/+5
| | | | Notes: svn path=/head/; revision=5302
* fix install target:Torsten Blum1997-01-101-2/+2
| | | | | | | | - remove query-pr.8 from MAN8 - it's already in MAN1 - move man/manl/gnats.l to man/man1/gnats.1 Notes: svn path=/head/; revision=5301
* No trailing slash necessary for MASTER_SITE_SUBDIR. Set USE_X11 insteadSatoshi Asami1997-01-101-3/+3
| | | | | | | of saying PREFIX=${X11BASE}. Notes: svn path=/head/; revision=5300
* Upgrade, 1.17a -> 1.18. This port is no longer BROKEN, although I'm not sureSatoshi Asami1997-01-104-11/+20
| | | | | | | | | what good it will do with phkmalloc in the system.... Submitted (mostly) by: chuckr (yes Chuck, I finally got to your mail!) Notes: svn path=/head/; revision=5299
* Make this file match reality. In particular, all the binaries wereSatoshi Asami1997-01-101-93/+272
| | | | | | | missing. While I'm here, expand the include dir and sort all files. Notes: svn path=/head/; revision=5298
* Activate xminehunter.Thomas Gellekum1997-01-101-1/+2
| | | | Notes: svn path=/head/; revision=5297
* Import of xminehunter, yet another minesweeper game.Thomas Gellekum1997-01-106-0/+50
| | | | | | | Uses Motif, and almost works with the latest lesstif-current. Notes: svn path=/head/; revision=5296
* Change MAINTAINER address to something more sane.Satoshi Asami1997-01-101-2/+2
| | | | Notes: svn path=/head/; revision=5295
* Move up MAINTAINER a little.Satoshi Asami1997-01-101-4/+3
| | | | Notes: svn path=/head/; revision=5294
* Upgrade to 1.0Andrey A. Chernov1997-01-102-6/+6
| | | | Notes: svn path=/head/; revision=5293
* Upgrade to 3.4jAndrey A. Chernov1997-01-103-5/+5
| | | | Notes: svn path=/head/; revision=5292
* Make bpfiltp.c include net/ethernet.h instead of if_{var,ether}.h.Masafumi Max NAKANE1997-01-101-8/+9
| | | | | | | Suggested by: wollman Notes: svn path=/head/; revision=5291
* Add imap-uwPaul Traina1997-01-101-1/+2
| | | | Notes: svn path=/head/; revision=5290
* University of Washinton IMAP v4r1 serverPaul Traina1997-01-106-0/+117
| | | | Notes: svn path=/head/; revision=5289
* Upgrade to 970109Andrey A. Chernov1997-01-102-4/+4
| | | | Notes: svn path=/head/; revision=5288
* Mark this port as BROKEN since libtiff comes with this version may beMasafumi Max NAKANE1997-01-091-1/+2
| | | | | | | | incompatible with old one. Suggested by: asami Notes: svn path=/head/; revision=5287
* Localize itAndrey A. Chernov1997-01-091-0/+42
| | | | Notes: svn path=/head/; revision=5286
* Add gdbtk.Satoshi Asami1997-01-091-1/+2
| | | | Notes: svn path=/head/; revision=5285
* Activate local filename completionAndrey A. Chernov1997-01-092-4/+4
| | | | | | | Submitted by: sanpei@yy.cs.keio.ac.jp Notes: svn path=/head/; revision=5284
* Enable tiff34Masafumi Max NAKANE1997-01-091-1/+2
| | | | Notes: svn path=/head/; revision=5283
* Port of TIFF 3.4. This port was originally submitted by Richard HwangMasafumi Max NAKANE1997-01-098-0/+330
| | | | | | | | | | | | | | | <rhwang@bigpanda.com> and Mikhail Teterin <mi@aldan.ziplink.net>. Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> and I merged these ports and modified it. TIFF 3.4 does not seem to be completely compatible with tiff 3.3, so we decided to make separate port for this version. Special thanks goes to tg, for reviewing and intensively testing. (Closing PR #2057.) Notes: svn path=/head/; revision=5282
* Instruction to display English help message was wrong.Masafumi Max NAKANE1997-01-092-2/+4
| | | | | | | Submitted by: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> Notes: svn path=/head/; revision=5281
* Don't list old config files (used to be in www/config, now in etc).Satoshi Asami1997-01-091-5/+0
| | | | Notes: svn path=/head/; revision=5280
* Why does this file carry my name? Drats! (Change it to jdp@polstra.com)Satoshi Asami1997-01-091-1/+1
| | | | Notes: svn path=/head/; revision=5279
* Remove setgid kmem, Joerg says it is no longer necessary.Satoshi Asami1997-01-092-2/+12
| | | | Notes: svn path=/head/; revision=5278
* Add lesstif.Satoshi Asami1997-01-091-1/+2
| | | | Notes: svn path=/head/; revision=5277
* The Motif clone. I compiled a couple of programs myself, they atSatoshi Asami1997-01-095-0/+165
| | | | | | | | | least compile (but don't run very well). Well, it's a start. Submitted by: William D. Ward <William.Ward@airmail.net> Notes: svn path=/head/; revision=5276