summaryrefslogtreecommitdiffstats
path: root/devel
Commit message (Collapse)AuthorAgeFilesLines
* Added weblint.asami1995-10-171-1/+2
| | | | Submitted by: pst
* Add autoconf.asami1995-10-121-1/+2
|
* GNU autoconf ver 2.4, to generate your own configure scripts.asami1995-10-1272-0/+864
| | | | Submitted by: torstenb
* Add BUILD_DEPENDS too.asami1995-10-111-2/+3
| | | | | Originally reported by: jkh Solution submitted by: thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum)
* Make sure the texmf directory exists.asami1995-10-051-0/+17
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* "gzip --best" -> "gzip -9nf" for manpage compression. Otherwise itasami1995-10-041-1/+1
| | | | | will ask if you want to overwrite it if the compressed manpage already exists.
* Various EXEC_DEPENDS fixes.asami1995-10-041-2/+2
| | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Added gperf.asami1995-10-041-1/+2
|
* Added cflow.asami1995-10-031-1/+2
|
* A call-graph generator for C.asami1995-10-037-0/+166
| | | | Submitted by: Dave Chapeskie <dchapes@zeus.leitch.com>
* Added dmake and noweb, convert to new format along the way.asami1995-08-081-4/+11
|
* Another hyper make.asami1995-08-086-0/+105
| | | | Submitted by: nils@guru.ims.uni-stuttgart.de (Cornelis van der Laan)
* noweb is a simple literate programming tool, says Thomas. I putasami1995-08-086-0/+157
| | | | | | it in devel because it's a programmer's tool. Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
* Addasami1995-06-244-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" featureasami1995-06-202-1/+12
| | | | | | of the debugger. Pointed-out by: murphyp1@AIXDev1.ais.msu.edu (Patrick Murphy)
* Upgrade.ache1995-06-186-12/+12
|
* Added libdlmalloc.asami1995-06-041-2/+2
|
* Doug Lea's malloc library.asami1995-06-047-0/+150
| | | | Submitted by: Ollivier Robert <Ollivier.Robert@keltia.frmug.fr.net>
* Clean up subdir Makefiles. They now all look like this:asami1995-05-141-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.asami1995-05-031-2/+2
|
* xxgdb 1.11, an X window interface for gdb.asami1995-05-036-0/+98
|
* Updated devel Makefiles. Strip mprof and compress mprof.1 along the way.asami1995-04-242-7/+5
|
* Add bcc to SUBDIR, move libmalloc to BROKEN.asami1995-04-161-2/+4
|
* And now, yet another round of Makefile updates, devel version!asami1995-04-096-18/+31
|
* Upgrade.ache1995-04-0810-60/+44
|
* Claim my ports, and add the MAINTAINER entry.joerg1995-04-011-1/+2
|
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are injkh1995-04-016-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.joerg1995-03-2614-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.ats1995-01-291-7/+34
|
* Correction in the Makefile for the "new" make.ats1995-01-291-1/+1
|
* Delete a bogus semicolon at the end of a dependency line,ats1995-01-292-4/+38
| | | | that get now detected with the new/corrected b-make.
* Update the reported version.jkh1995-01-232-2/+2
|
* Add bisonjkh1995-01-131-2/+2
|
* Add libmalloc to list of targets.jkh1995-01-121-2/+2
|
* Fancy malloc lib with fast allocation time, extensive leak detectionjkh1995-01-126-0/+147
| | | | | and tracing, etc.. By Mark Moraes. Submitted by: moraes
* Upgrade.ache1995-01-123-8/+8
|
* Patch for mv command in Makefile.swallace1995-01-042-4/+38
| | | | Submitted by: Josh MacDonald, <jmacd@uclink.berkeley.edu>
* First batch of MD5 checksum files. Only did through to the end of netgpalmer1994-12-184-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.asami1994-12-062-12/+4
| | | | Requested by: gpalmer
* Update to use 3.72.1torstenb1994-11-282-6/+12
| | | | Changed MASTER_SITES to ftp.uu.net (prep.ai.mit.edu is often busy)
* Add mprof back - Jeff fixed it.jkh1994-11-221-2/+2
|
* Change name of Makefile to Makefile.i386.hsu1994-11-221-12/+9
| | | | | Remove /usr/include/frame.h from dependencies in Makefile.i386. Add -static to CFLAGS so 'make tests' will work.
* Use Makefile.i386.hsu1994-11-221-1/+2
|
* Remove mprof from Makefile again - no, it *doesn't* work. :-(jkh1994-11-221-2/+2
|
* Add the mprof package to the subdisrs list. It builds ok.ats1994-11-201-2/+2
|
* Add a patch to set the bin-prefix for gmake to g. Some other portsats1994-11-202-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.hsu1994-11-055-0/+369
|
* Add m4.jkh1994-10-251-2/+2
| | | | | | Reviewed by: Submitted by: Obtained from:
* Whoops, this time for real (without a work dir! *blush*).jkh1994-10-254-0/+52
| | | | Submitted by: mr
* Set this up for GNU_CONFIGURE, which buys us a free --prefix.jkh1994-10-042-4/+4
|
OpenPOWER on IntegriCloud