summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Upgrade 2.5 -> 2.6Andrey A. Chernov1995-11-2224-48/+48
| | | | Notes: svn path=/head/; revision=2457
* Upgrade: 2.4 -> 2.5Andrey A. Chernov1995-11-1936-60/+60
| | | | Notes: svn path=/head/; revision=2433
* Delete @cwd, @mode, @owner and @group from these packing lists.Satoshi Asami1995-11-131-5/+0
| | | | | | | Reported by: jkh Notes: svn path=/head/; revision=2415
* Shorten one-line comments. Boy, I'm listed as MAINTAINERs in aSatoshi Asami1995-11-091-1/+1
| | | | | | | lot of ports or what! ;> Notes: svn path=/head/; revision=2402
* Shorten one-line comments.Satoshi Asami1995-10-251-1/+1
| | | | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=2363
* Shorten the COMMENT line.Joerg Wunsch1995-10-241-1/+1
| | | | Notes: svn path=/head/; revision=2360
* Added weblint.Satoshi Asami1995-10-171-1/+2
| | | | | | | Submitted by: pst Notes: svn path=/head/; revision=2339
* Add autoconf.Satoshi Asami1995-10-121-1/+2
| | | | Notes: svn path=/head/; revision=2322
* GNU autoconf ver 2.4, to generate your own configure scripts.Satoshi Asami1995-10-1272-0/+864
| | | | | | | Submitted by: torstenb Notes: svn path=/head/; revision=2321
* Add BUILD_DEPENDS too.Satoshi Asami1995-10-111-2/+3
| | | | | | | | Originally reported by: jkh Solution submitted by: thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum) Notes: svn path=/head/; revision=2319
* Make sure the texmf directory exists.Satoshi Asami1995-10-051-0/+17
| | | | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=2262
* "gzip --best" -> "gzip -9nf" for manpage compression. Otherwise itSatoshi Asami1995-10-041-1/+1
| | | | | | | | will ask if you want to overwrite it if the compressed manpage already exists. Notes: svn path=/head/; revision=2248
* Various EXEC_DEPENDS fixes.Satoshi Asami1995-10-041-2/+2
| | | | | | | Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=2244
* Added gperf.Satoshi Asami1995-10-041-1/+2
| | | | Notes: svn path=/head/; revision=2242
* Added cflow.Satoshi Asami1995-10-031-1/+2
| | | | Notes: svn path=/head/; revision=2228
* A call-graph generator for C.Satoshi Asami1995-10-037-0/+166
| | | | | | | Submitted by: Dave Chapeskie <dchapes@zeus.leitch.com> Notes: svn path=/head/; revision=2226
* Added dmake and noweb, convert to new format along the way.Satoshi Asami1995-08-081-4/+11
| | | | Notes: svn path=/head/; revision=2039
* Another hyper make.Satoshi Asami1995-08-086-0/+105
| | | | | | | Submitted by: nils@guru.ims.uni-stuttgart.de (Cornelis van der Laan) Notes: svn path=/head/; revision=2037
* noweb is a simple literate programming tool, says Thomas. I putSatoshi Asami1995-08-086-0/+157
| | | | | | | | | it in devel because it's a programmer's tool. Submitted by: Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de> Notes: svn path=/head/; revision=2035
* AddSatoshi Asami1995-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! :) Notes: svn path=/head/; revision=1871
* Compile and install xxgdbiowin. It is required by the "iowin" featureSatoshi Asami1995-06-202-1/+12
| | | | | | | | | of the debugger. Pointed-out by: murphyp1@AIXDev1.ais.msu.edu (Patrick Murphy) Notes: svn path=/head/; revision=1844
* Upgrade.Andrey A. Chernov1995-06-186-12/+12
| | | | Notes: svn path=/head/; revision=1841
* Added libdlmalloc.Satoshi Asami1995-06-041-2/+2
| | | | Notes: svn path=/head/; revision=1822
* Doug Lea's malloc library.Satoshi Asami1995-06-047-0/+150
| | | | | | | Submitted by: Ollivier Robert <Ollivier.Robert@keltia.frmug.fr.net> Notes: svn path=/head/; revision=1821
* Clean up subdir Makefiles. They now all look like this:Satoshi 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". Notes: svn path=/head/; revision=1740
* Add xxgdb.Satoshi Asami1995-05-031-2/+2
| | | | Notes: svn path=/head/; revision=1594
* xxgdb 1.11, an X window interface for gdb.Satoshi Asami1995-05-036-0/+98
| | | | Notes: svn path=/head/; revision=1593
* Updated devel Makefiles. Strip mprof and compress mprof.1 along the way.Satoshi Asami1995-04-242-7/+5
| | | | Notes: svn path=/head/; revision=1521
* Add bcc to SUBDIR, move libmalloc to BROKEN.Satoshi Asami1995-04-161-2/+4
| | | | Notes: svn path=/head/; revision=1385
* And now, yet another round of Makefile updates, devel version!Satoshi Asami1995-04-096-18/+31
| | | | Notes: svn path=/head/; revision=1314
* Upgrade.Andrey A. Chernov1995-04-0810-60/+44
| | | | Notes: svn path=/head/; revision=1307
* Claim my ports, and add the MAINTAINER entry.Joerg Wunsch1995-04-011-1/+2
| | | | Notes: svn path=/head/; revision=1270
* Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are inJordan K. Hubbard1995-04-016-9/+15
| | | | | | | | multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves. Notes: svn path=/head/; revision=1267
* Bruce Evans' bcc C compiler.Joerg Wunsch1995-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. Notes: svn path=/head/; revision=1205
* And another patch for the "new" make.Andreas Schulz1995-01-291-7/+34
| | | | Notes: svn path=/head/; revision=846
* Correction in the Makefile for the "new" make.Andreas Schulz1995-01-291-1/+1
| | | | Notes: svn path=/head/; revision=845
* Delete a bogus semicolon at the end of a dependency line,Andreas Schulz1995-01-292-4/+38
| | | | | | | that get now detected with the new/corrected b-make. Notes: svn path=/head/; revision=842
* Update the reported version.Jordan K. Hubbard1995-01-232-2/+2
| | | | Notes: svn path=/head/; revision=806
* Add bisonJordan K. Hubbard1995-01-131-2/+2
| | | | Notes: svn path=/head/; revision=767
* Add libmalloc to list of targets.Jordan K. Hubbard1995-01-121-2/+2
| | | | Notes: svn path=/head/; revision=753
* Fancy malloc lib with fast allocation time, extensive leak detectionJordan K. Hubbard1995-01-126-0/+147
| | | | | | | | and tracing, etc.. By Mark Moraes. Submitted by: moraes Notes: svn path=/head/; revision=752
* Upgrade.Andrey A. Chernov1995-01-123-8/+8
| | | | Notes: svn path=/head/; revision=751
* Patch for mv command in Makefile.Steven Wallace1995-01-042-4/+38
| | | | | | | Submitted by: Josh MacDonald, <jmacd@uclink.berkeley.edu> Notes: svn path=/head/; revision=700
* First batch of MD5 checksum files. Only did through to the end of netGary Palmer1994-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 Notes: svn path=/head/; revision=590
* Executable name is now "gmake", forget about "make" and the symlink gizmo.Satoshi Asami1994-12-062-12/+4
| | | | | | | Requested by: gpalmer Notes: svn path=/head/; revision=538
* Update to use 3.72.1Torsten Blum1994-11-282-6/+12
| | | | | | | Changed MASTER_SITES to ftp.uu.net (prep.ai.mit.edu is often busy) Notes: svn path=/head/; revision=523
* Add mprof back - Jeff fixed it.Jordan K. Hubbard1994-11-221-2/+2
| | | | Notes: svn path=/head/; revision=450
* Change name of Makefile to Makefile.i386.Jeffrey Hsu1994-11-221-12/+9
| | | | | | | | Remove /usr/include/frame.h from dependencies in Makefile.i386. Add -static to CFLAGS so 'make tests' will work. Notes: svn path=/head/; revision=449
* Use Makefile.i386.Jeffrey Hsu1994-11-221-1/+2
| | | | Notes: svn path=/head/; revision=448
* Remove mprof from Makefile again - no, it *doesn't* work. :-(Jordan K. Hubbard1994-11-221-2/+2
| | | | Notes: svn path=/head/; revision=447