Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added weblint. | asami | 1995-10-17 | 1 | -1/+2 |
| | | | | Submitted by: pst | ||||
* | Add autoconf. | asami | 1995-10-12 | 1 | -1/+2 |
| | |||||
* | GNU autoconf ver 2.4, to generate your own configure scripts. | asami | 1995-10-12 | 72 | -0/+864 |
| | | | | Submitted by: torstenb | ||||
* | Add BUILD_DEPENDS too. | asami | 1995-10-11 | 1 | -2/+3 |
| | | | | | Originally reported by: jkh Solution submitted by: thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum) | ||||
* | Make sure the texmf directory exists. | asami | 1995-10-05 | 1 | -0/+17 |
| | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> | ||||
* | "gzip --best" -> "gzip -9nf" for manpage compression. Otherwise it | asami | 1995-10-04 | 1 | -1/+1 |
| | | | | | will ask if you want to overwrite it if the compressed manpage already exists. | ||||
* | Various EXEC_DEPENDS fixes. | asami | 1995-10-04 | 1 | -2/+2 |
| | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> | ||||
* | Added gperf. | asami | 1995-10-04 | 1 | -1/+2 |
| | |||||
* | Added cflow. | asami | 1995-10-03 | 1 | -1/+2 |
| | |||||
* | A call-graph generator for C. | asami | 1995-10-03 | 7 | -0/+166 |
| | | | | Submitted by: Dave Chapeskie <dchapes@zeus.leitch.com> | ||||
* | Added dmake and noweb, convert to new format along the way. | asami | 1995-08-08 | 1 | -4/+11 |
| | |||||
* | Another hyper make. | asami | 1995-08-08 | 6 | -0/+105 |
| | | | | Submitted by: nils@guru.ims.uni-stuttgart.de (Cornelis van der Laan) | ||||
* | noweb is a simple literate programming tool, says Thomas. I put | asami | 1995-08-08 | 6 | -0/+157 |
| | | | | | | it in devel because it's a programmer's tool. Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> | ||||
* | Add | asami | 1995-06-24 | 4 | -2/+10 |
| | | | | | | | | | | | | | | post-install: pkg_add -m ${PREFIX}/lib to Makefiles and @exec ldconfig -m %D to packing lists of ports that install shared libraries. This should get rid of a huge chunk of confusion for novice users! All hail Paul Kranenburg! :) | ||||
* | Compile and install xxgdbiowin. It is required by the "iowin" feature | asami | 1995-06-20 | 2 | -1/+12 |
| | | | | | | of the debugger. Pointed-out by: murphyp1@AIXDev1.ais.msu.edu (Patrick Murphy) | ||||
* | Upgrade. | ache | 1995-06-18 | 6 | -12/+12 |
| | |||||
* | Added libdlmalloc. | asami | 1995-06-04 | 1 | -2/+2 |
| | |||||
* | Doug Lea's malloc library. | asami | 1995-06-04 | 7 | -0/+150 |
| | | | | Submitted by: Ollivier Robert <Ollivier.Robert@keltia.frmug.fr.net> | ||||
* | Clean up subdir Makefiles. They now all look like this: | asami | 1995-05-14 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | ===== # Id line # # RESTRICTED: restricted_port_1 (comment1) # RESTRICTED: restricted_port_2 (comment2) # # BROKEN: broken_port_3 (comment3) # BROKEN: broken_port_4 (comment4) # BROKEN: broken_port_5 (comment5) # SUBDIR= good_port_1 good_port_2 ... ===== Basically, the idea is to make it easy to find restricted or broken ports by doing a "grep". | ||||
* | Add xxgdb. | asami | 1995-05-03 | 1 | -2/+2 |
| | |||||
* | xxgdb 1.11, an X window interface for gdb. | asami | 1995-05-03 | 6 | -0/+98 |
| | |||||
* | Updated devel Makefiles. Strip mprof and compress mprof.1 along the way. | asami | 1995-04-24 | 2 | -7/+5 |
| | |||||
* | Add bcc to SUBDIR, move libmalloc to BROKEN. | asami | 1995-04-16 | 1 | -2/+4 |
| | |||||
* | And now, yet another round of Makefile updates, devel version! | asami | 1995-04-09 | 6 | -18/+31 |
| | |||||
* | Upgrade. | ache | 1995-04-08 | 10 | -60/+44 |
| | |||||
* | Claim my ports, and add the MAINTAINER entry. | joerg | 1995-04-01 | 1 | -1/+2 |
| | |||||
* | Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in | jkh | 1995-04-01 | 6 | -9/+15 |
| | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. | ||||
* | Bruce Evans' bcc C compiler. | joerg | 1995-03-26 | 14 | -0/+994 |
| | | | | | | | | | It is able to handle 16-bit code as well, and comes with an own assembler and loader. (They are already known from Minix and Linux as the `bin86' package.) With a bit of `dd' magic, bcc can be used to compile messdos programs. | ||||
* | And another patch for the "new" make. | ats | 1995-01-29 | 1 | -7/+34 |
| | |||||
* | Correction in the Makefile for the "new" make. | ats | 1995-01-29 | 1 | -1/+1 |
| | |||||
* | Delete a bogus semicolon at the end of a dependency line, | ats | 1995-01-29 | 2 | -4/+38 |
| | | | | that get now detected with the new/corrected b-make. | ||||
* | Update the reported version. | jkh | 1995-01-23 | 2 | -2/+2 |
| | |||||
* | Add bison | jkh | 1995-01-13 | 1 | -2/+2 |
| | |||||
* | Add libmalloc to list of targets. | jkh | 1995-01-12 | 1 | -2/+2 |
| | |||||
* | Fancy malloc lib with fast allocation time, extensive leak detection | jkh | 1995-01-12 | 6 | -0/+147 |
| | | | | | and tracing, etc.. By Mark Moraes. Submitted by: moraes | ||||
* | Upgrade. | ache | 1995-01-12 | 3 | -8/+8 |
| | |||||
* | Patch for mv command in Makefile. | swallace | 1995-01-04 | 2 | -4/+38 |
| | | | | Submitted by: Josh MacDonald, <jmacd@uclink.berkeley.edu> | ||||
* | First batch of MD5 checksum files. Only did through to the end of net | gpalmer | 1994-12-18 | 4 | -0/+4 |
| | | | | | | | to both give my fingers a rest & let freefall clear some of it's backlogged mail :-) The rest will follow later | ||||
* | Executable name is now "gmake", forget about "make" and the symlink gizmo. | asami | 1994-12-06 | 2 | -12/+4 |
| | | | | Requested by: gpalmer | ||||
* | Update to use 3.72.1 | torstenb | 1994-11-28 | 2 | -6/+12 |
| | | | | Changed MASTER_SITES to ftp.uu.net (prep.ai.mit.edu is often busy) | ||||
* | Add mprof back - Jeff fixed it. | jkh | 1994-11-22 | 1 | -2/+2 |
| | |||||
* | Change name of Makefile to Makefile.i386. | hsu | 1994-11-22 | 1 | -12/+9 |
| | | | | | Remove /usr/include/frame.h from dependencies in Makefile.i386. Add -static to CFLAGS so 'make tests' will work. | ||||
* | Use Makefile.i386. | hsu | 1994-11-22 | 1 | -1/+2 |
| | |||||
* | Remove mprof from Makefile again - no, it *doesn't* work. :-( | jkh | 1994-11-22 | 1 | -2/+2 |
| | |||||
* | Add the mprof package to the subdisrs list. It builds ok. | ats | 1994-11-20 | 1 | -2/+2 |
| | |||||
* | Add a patch to set the bin-prefix for gmake to g. Some other ports | ats | 1994-11-20 | 2 | -0/+38 |
| | | | | | expect gmake installed as gmake instead of another make under /usr/local/bin. | ||||
* | Mprof 3.0 --- a memory allocation profiler and leak detector. | hsu | 1994-11-05 | 5 | -0/+369 |
| | |||||
* | Add m4. | jkh | 1994-10-25 | 1 | -2/+2 |
| | | | | | | Reviewed by: Submitted by: Obtained from: | ||||
* | Whoops, this time for real (without a work dir! *blush*). | jkh | 1994-10-25 | 4 | -0/+52 |
| | | | | Submitted by: mr | ||||
* | Set this up for GNU_CONFIGURE, which buys us a free --prefix. | jkh | 1994-10-04 | 2 | -4/+4 |
| |