summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Change all /usr/tmp to /var/tmp.Masafumi Max NAKANE1997-01-252-9/+101
| | | | Notes: svn path=/head/; revision=5440
* update port to new version 0.93.0Andreas Klemm1997-01-2524-489/+99
| | | | Notes: svn path=/head/; revision=5439
* Share xwpe with the known FreeBSD world.David E. O'Brien1997-01-251-1/+2
| | | | Notes: svn path=/head/; revision=5438
* xwpe is a X-window programming environment designed for UNIX systems.David E. O'Brien1997-01-256-0/+85
| | | | | | | | | | | | It is similar to 'Borland C++' MS-DOS programming IDE environment. There is both a curses and X11 interface. Note: there are both English and German language version of the manpages, and helpfiles. The German language version will be installed if "GERMAN_LANG" is set during ``make install'' of the port. Notes: svn path=/head/; revision=5437
* (1) Add ${DESTDIR} to ${LOCALBASE} and ${X11BASE}, and remove it fromSatoshi Asami1997-01-251-5/+15
| | | | | | | | | | | | | | | | | ${PORTSDIR}. This undoes the changes done in rev. 1.38 and 1.59 (part of the bsd.port.mk pre-dawn ages I've never understood). Requested by: jkh (2) Add new variable NO_IGNORE that will override any IGNORE causes. This is just a little hack to allow building of REQUIRES_MOTIF ports and its dependencies only etc., so don't document it. (3) Update +REQUIRED_BY files as necessary. Now you should be able to delete ports that have runtime dependencies without pkg_delete complaining about this file missing. Notes: svn path=/head/; revision=5434
* update kaffe to 0.7.1.Chuck Robey1997-01-244-116/+9
| | | | | | | Submitted by: Mark Huizer <xaa@stack.nl> Notes: svn path=/head/; revision=5433
* Non-working help file.David E. O'Brien1997-01-241-1/+1
| | | | | | | PLIST had lib/gnuplot.gih, but it was actually installed in share/ Notes: svn path=/head/; revision=5432
* Do /bin/sh ${PKGDIR}/INSTALL instead of calling the script directly.Masafumi Max NAKANE1997-01-241-2/+2
| | | | Notes: svn path=/head/; revision=5431
* Checksum changed again.Satoshi Asami1997-01-243-3/+3
| | | | Notes: svn path=/head/; revision=5430
* Activate ss.Masafumi Max NAKANE1997-01-241-1/+2
| | | | Notes: svn path=/head/; revision=5429
* "ln -s" -> "ln -sf".Satoshi Asami1997-01-241-4/+4
| | | | Notes: svn path=/head/; revision=5428
* Move "done" to the right place so this port actually installs.Satoshi Asami1997-01-242-4/+4
| | | | Notes: svn path=/head/; revision=5427
* New port: yet another spreadsheet program.Masafumi Max NAKANE1997-01-248-0/+130
| | | | | | | | Submitted by: pgiffuni@FPS.biblos.unal.edu.co (Closing PR #2452.) Notes: svn path=/head/; revision=5426
* Create directory before installation.Satoshi Asami1997-01-242-2/+8
| | | | Notes: svn path=/head/; revision=5425
* Style police.Satoshi Asami1997-01-241-8/+4
| | | | Notes: svn path=/head/; revision=5424
* Fix Tk include file path (tk -> tk4.1).Satoshi Asami1997-01-241-2/+2
| | | | Notes: svn path=/head/; revision=5423
* Mark this port BROKEN.Satoshi Asami1997-01-241-1/+2
| | | | Notes: svn path=/head/; revision=5422
* Put DIST_SUBDIR in right place.Satoshi Asami1997-01-249-27/+18
| | | | Notes: svn path=/head/; revision=5421
* Put EXTRACT_SUFX at right place.Satoshi Asami1997-01-241-2/+2
| | | | Notes: svn path=/head/; revision=5420
* Fix LIB_DEPENDS line, this one depends on tk41, not tk.Satoshi Asami1997-01-241-2/+2
| | | | | | | This caused, among other things, the package depend on tk-3.6 (argh!!!). Notes: svn path=/head/; revision=5419
* Style police.Satoshi Asami1997-01-241-4/+3
| | | | Notes: svn path=/head/; revision=5418
* Upgrade to radius-961029James FitzGibbon1997-01-247-58/+44
| | | | Notes: svn path=/head/; revision=5417
* Put MAINTAINER in the right place.Satoshi Asami1997-01-241-3/+3
| | | | Notes: svn path=/head/; revision=5416
* Use rpm2cpio for extracting.Thomas Gellekum1997-01-241-3/+4
| | | | Notes: svn path=/head/; revision=5415
* Activate rpm.Thomas Gellekum1997-01-241-1/+2
| | | | Notes: svn path=/head/; revision=5414
* Import of the Red Hat package manager.Thomas Gellekum1997-01-2410-0/+72
| | | | Notes: svn path=/head/; revision=5413
* Activate perl5.Masafumi Max NAKANE1997-01-241-1/+2
| | | | Notes: svn path=/head/; revision=5412
* New port:Masafumi Max NAKANE1997-01-249-0/+1826
| | | | | | | | | Perl with Japanese language support, AKA jperl. Submitted by: sanpei@yy.cs.keio.ac.jp (Closing PR #2456.) Notes: svn path=/head/; revision=5411
* remove 2 files from PLIST, that actually are created, when runningAndreas Klemm1997-01-232-3/+6
| | | | | | | | | | | | the start script. Added a needed tmp dir ($PREFIX/bb/tmp), otherwise bb refuses to start. Updated PLIST. symlinked page.sh cgi script to $PREFIX/www/cgi-bin Notes: svn path=/head/; revision=5410
* Upgrade to the latest version (96.12)Jean-Marc Zucconi1997-01-233-206/+212
| | | | Notes: svn path=/head/; revision=5409
* Update checksum and fix CFLAGS += setting.Chuck Robey1997-01-232-2/+2
| | | | | | | Submitted by: Pedro Giffuni S. <pgiffuni@fps.biblos.unal.edu.co> Notes: svn path=/head/; revision=5408
* UpdateAndrey A. Chernov1997-01-232-2/+2
| | | | Notes: svn path=/head/; revision=5407
* Now, if FOR_CDROM is defined, do-fetch will fetch all the distfilesMasafumi Max NAKANE1997-01-222-10/+16
| | | | | | | | | including characterset dependent ones. echo prompt; read var -> read -p prompt var Notes: svn path=/head/; revision=5406
* Pathname was wrong.Satoshi Asami1997-01-221-1/+1
| | | | | | | Submitted by: kiri@kiri.toba-cmt.ac.jp Notes: svn path=/head/; revision=5405
* Reflect recent changes to mail/pine. (Mainly, removing imap/ipopMasafumi Max NAKANE1997-01-211-7/+0
| | | | | | | support.) Notes: svn path=/head/; revision=5404
* Reflect recent changes made to mail/pine. (Mainly, removing imap/apopMasafumi Max NAKANE1997-01-217-139/+71
| | | | | | | support.) Notes: svn path=/head/; revision=5403
* Upgrade to 970120 version of Wine.Stefan Eßer1997-01-204-8/+8
| | | | Notes: svn path=/head/; revision=5402
* Upgrade to 970120Andrey A. Chernov1997-01-202-4/+4
| | | | Notes: svn path=/head/; revision=5401
* UpdateAndrey A. Chernov1997-01-202-2/+2
| | | | Notes: svn path=/head/; revision=5400
* Upgrade octave to version 2.0.1. Fair warning, this takes a greatChuck Robey1997-01-206-472/+964
| | | | | | | | | long time to compile, and the package is over 6 megabytes in size. Also depends on the new gnuplot port for output. Reviewed by: Satoshi Notes: svn path=/head/; revision=5399
* Upgrade to 3.5.0Mark Murray1997-01-203-12/+14
| | | | | | | | Submitted by: Mark Huizer Butt kicked until I did this by: Mark Huizer Notes: svn path=/head/; revision=5398
* Some bugfixes and enhancements:Andreas Klemm1997-01-202-3/+7
| | | | | | | | | | | | | | | | | | | | a) The link created in /usr/local/www to the bb is relative, so it does not work if the ${PREFIX}/www is itself a symlink. Fixed that by using full paths. b) Added a symlink bb/index.html to bb/bb.html so that the URL can just be http://hostname/bb c) Added 3 files (two of them were very important) to PLIST which were missing (bb.html, bb2.html and the new index.html). So I think nobody tried to install bb from a package since now. Reviewed by: Partially submitted by: Mikhail Teterin <mi@www.video-collage.com> Obtained from: Notes: svn path=/head/; revision=5397
* Removed RUN_DEPENDS=netscape3.Andreas Klemm1997-01-201-2/+1
| | | | | | | Strongly suggested by: Satoshi Notes: svn path=/head/; revision=5396
* corrected md5 checksum because author did changes without bumpingAndreas Klemm1997-01-201-1/+1
| | | | | | | | the release number. Obtained from: Doug White <dwhite@gdi.uoregon.edu> Notes: svn path=/head/; revision=5395
* Activate neXtaw.Thomas Gellekum1997-01-201-1/+2
| | | | Notes: svn path=/head/; revision=5394
* Import of neXtaw, a replacement for Xaw which adds a NEXTSTEP look.Thomas Gellekum1997-01-205-0/+109
| | | | Notes: svn path=/head/; revision=5393
* Upgrade to 0.58 PL15David E. O'Brien1997-01-206-69/+81
| | | | Notes: svn path=/head/; revision=5392
* Oops, correct umask is 0022, not 022.Masafumi Max NAKANE1997-01-201-2/+2
| | | | Notes: svn path=/head/; revision=5391
* Added pre-extract target to check and cause error if it's not 022.Masafumi Max NAKANE1997-01-201-3/+8
| | | | | | | | | This is because the build procedure doesn't go quite well if it's other than 022. Rported by: "Barry Friedman" <friedman@nortel.ca> Notes: svn path=/head/; revision=5390
* Use read -p to get user input instead of echo prompt read var.Masafumi Max NAKANE1997-01-201-3/+3
| | | | Notes: svn path=/head/; revision=5389