summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Uncomment -DSTDHEADERS so that we can use Bruce's work.Satoshi Asami1997-04-241-0/+17
| | | | Notes: svn path=/head/; revision=6281
* Update dist sites.David E. O'Brien1997-04-221-3/+3
| | | | Notes: svn path=/head/; revision=6271
* Shlib version number has changed.Satoshi Asami1997-04-211-1/+1
| | | | Notes: svn path=/head/; revision=6263
* Upgrade to 2.6.4.David E. O'Brien1997-04-215-65/+45
| | | | | | | Mention that doc files are at http://g.oswego.edu/dl/html/malloc.html Notes: svn path=/head/; revision=6255
* Add the docs to the package.David E. O'Brien1997-04-212-1/+8
| | | | Notes: svn path=/head/; revision=6252
* Mass update of perl5 ports (most bring the port up-to-date with the latest ↵James FitzGibbon1997-04-208-24/+20
| | | | | | | | | | release from CPAN) Specifics: p5-Net fixed for IS_INTERACTIVE p5-libwww fixed for IS_INTERACTIVE Notes: svn path=/head/; revision=6251
* Add virtual category 'perl5'.Wolfram Schneider1997-04-2016-32/+32
| | | | Notes: svn path=/head/; revision=6249
* Add virtual category 'tk41'.Wolfram Schneider1997-04-201-2/+2
| | | | Notes: svn path=/head/; revision=6248
* Added net/mrtg and devel/p5-PVJames FitzGibbon1997-04-181-1/+2
| | | | Notes: svn path=/head/; revision=6238
* Import of PerlVision, a text mode user-widget interface for perl 5James FitzGibbon1997-04-185-0/+53
| | | | Notes: svn path=/head/; revision=6237
* may as well sync this with the linux_lib portEric L. Hernes1997-04-149-15/+21
| | | | Notes: svn path=/head/; revision=6208
* attach linuxgdb and scogdbEric L. Hernes1997-04-111-1/+3
| | | | Notes: svn path=/head/; revision=6192
* Turn on optimizationEric L. Hernes1997-04-111-0/+134
| | | | | | | Requested by: Satoshi Notes: svn path=/head/; revision=6190
* Fix typo in the DESCR'sEric L. Hernes1997-04-101-4/+4
| | | | | | | Submitted by: Pedro Giffuni Notes: svn path=/head/; revision=6175
* attach crossscoEric L. Hernes1997-04-091-1/+2
| | | | Notes: svn path=/head/; revision=6173
* Don't forget crossgo32.Satoshi Asami1997-03-281-1/+2
| | | | Notes: svn path=/head/; revision=6043
* Slight style change.David E. O'Brien1997-03-281-5/+5
| | | | Notes: svn path=/head/; revision=6040
* upgrade to 1.1b5Eric L. Hernes1997-03-2715-140/+215
| | | | Notes: svn path=/head/; revision=6036
* port for cross compiling go32 (dos) binariesEric L. Hernes1997-03-276-0/+234
| | | | | | | Submitted by: Pedro Giffuni <pgiffuni@fps.biblos.unal.edu.co> Notes: svn path=/head/; revision=6033
* Have p5-Curses use ncurses instead of standard curses. Fixes missingJames FitzGibbon1997-03-251-0/+11
| | | | | | | _acs_map symbol error. Notes: svn path=/head/; revision=6016
* Upgrade to v1.01James FitzGibbon1997-03-253-18/+5
| | | | Notes: svn path=/head/; revision=6015
* Include unistd.h if __FreeBSD__ >= 3.Satoshi Asami1997-03-251-0/+104
| | | | Notes: svn path=/head/; revision=6014
* Update this file to 1.1.1 too.Satoshi Asami1997-03-251-1/+1
| | | | Notes: svn path=/head/; revision=5994
* Update version.Joshua Peck Macdonald1997-03-221-3/+3
| | | | Notes: svn path=/head/; revision=5982
* Activate TurboVision.Jordan K. Hubbard1997-02-251-1/+2
| | | | Notes: svn path=/head/; revision=5738
* Commit the Borland TurboVision Port. I've been playing with this andJordan K. Hubbard1997-02-255-0/+65
| | | | | | | | | | it's pretty slick if a CUI is what you're in the market for (well, it certainly makes libdialog look seriously weak by comparison, anyway). I plan to use it for sysinstall's replacement. Submitted by: Sergio Sigala <ssigala@globalnet.it> Notes: svn path=/head/; revision=5737
* upgrade to 1.1b4Eric L. Hernes1997-02-2415-90/+220
| | | | Notes: svn path=/head/; revision=5736
* www/sawt --> devel/sawtDavid E. O'Brien1997-02-181-1/+2
| | | | | | | | | www/kaffe --> lang/kaffe www/jdk --> lang/jdk www/javac_netscape --> lang/javac_netscape Notes: svn path=/head/; revision=5683
* fdd should have been fppDavid E. O'Brien1997-02-161-2/+2
| | | | Notes: svn path=/head/; revision=5655
* fpp is a Fortran preprocessor for FORTRAN 77 and Fortran 90 programs.David E. O'Brien1997-02-167-0/+101
| | | | | | | | Closes PR: ports/2329 Submitted by: vazquez@iqm.unicamp.br Notes: svn path=/head/; revision=5654
* Turn on fdd.David E. O'Brien1997-02-161-1/+2
| | | | Notes: svn path=/head/; revision=5631
* In Makefile.in, use install-info only if it exists as /usr/bin/install-infoMasafumi Max NAKANE1997-02-072-12/+20
| | | | | | | and ${PREFIX}/info/dir exists. Notes: svn path=/head/; revision=5555
* This patch now modifies Makefile.in to correctly call install-info:Masafumi Max NAKANE1997-02-052-96/+78
| | | | | | | | | | --infodir -> --info-dir Give --defentry= option as make.texinfo doesn't have @direntry. Noticed by: Chris Timmons <skynyrd@opus.cts.cwu.edu> (Closing PR #2646.) Notes: svn path=/head/; revision=5542
* * Debugger really didn't work under X11 -- needed to use mkfifo rather thanDavid E. O'Brien1997-01-292-4/+44
| | | | | | | | | | | | | | mknod for non-root users. * Made termios patches more portable. * Help file pathing not quite right. * Make ALT-blah-Keys go well under X11. Submitted by: root@mc5sys.in-berlin.de (Frank Gruender) Notes: svn path=/head/; revision=5461
* Remove extra point in minor numberAndrey A. Chernov1997-01-282-3/+3
| | | | Notes: svn path=/head/; revision=5456
* Upgrade to -38Andrey A. Chernov1997-01-284-25/+27
| | | | Notes: svn path=/head/; revision=5453
* Change handling of manpages. (.so --> symlinks)David E. O'Brien1997-01-251-1/+5
| | | | Notes: svn path=/head/; revision=5442
* 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
* upgrade to 1.12Torsten Blum1997-01-1624-48/+48
| | | | | | | Submitted by: fenner Notes: svn path=/head/; revision=5367
* 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
* Add gdbtk.Satoshi Asami1997-01-091-1/+2
| | | | Notes: svn path=/head/; revision=5285
* Remove setgid kmem, Joerg says it is no longer necessary.Satoshi Asami1997-01-092-2/+12
| | | | Notes: svn path=/head/; revision=5278
* Update to version 1.0.9, nothing major.Joshua Peck Macdonald1997-01-073-38/+5
| | | | Notes: svn path=/head/; revision=5247
* Upgrade from 1.2b to 1.3.Thomas Gellekum1997-01-023-43/+9
| | | | Notes: svn path=/head/; revision=5165
* Upgrade, 1.3.1 -> 1.3.2.Masafumi Max NAKANE1996-12-242-4/+4
| | | | Notes: svn path=/head/; revision=5082
* Minor cleanup, use DISTNAME and EXTRACT_SUFX, instead of DISTNAME,Satoshi Asami1996-12-122-8/+6
| | | | | | | PKGNAME and WRKSRC (one less line :). Notes: svn path=/head/; revision=4955
* Turn on lclintDavid E. O'Brien1996-12-111-1/+2
| | | | Notes: svn path=/head/; revision=4938
* LCLint is a tool for statically checking C programs. With minimalDavid E. O'Brien1996-12-1112-0/+258
| | | | | | | | | | | | | | | effort, LCLint can be used as a better lint. If additional effort is invested adding annotations to programs, LCLint can perform stronger checks than can be done by any standard lint. Check the LCLint home page at http://larch-www.lcs.mit.edu:8001/larch/lclint/ Closes-PR: ports/1646 Submitted by: Stefan Moeding <moeding@bn.DeTeMobil.de> Notes: svn path=/head/; revision=4937
* Oops, forgot these two. Update to use new features in bsd.port.mk 1.237.Satoshi Asami1996-12-111-8/+5
| | | | Notes: svn path=/head/; revision=4926