summaryrefslogtreecommitdiff
path: root/devel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use RUN_DEPENDS instead of EXEC_DEPENDS, as it is not (technicall) necessarySatoshi Asami1996-04-0112-24/+36
| | | | | | | | | | to have /usr/local/bin/gm4 just to build this port. However, the configure script would find /usr/bin/m4 if /usr/local/bin/gm4 isn't there, so tell it to use tha latter via CONFIGURE_ENV. Notes: svn path=/head/; revision=2927
* Stop trying to strip shell scripts so this thing actually installs.Satoshi Asami1996-03-2912-228/+252
| | | | Notes: svn path=/head/; revision=2906
* Upgrade to 2.9Mark Murray1996-03-2748-192/+168
| | | | Notes: svn path=/head/; revision=2898
* Upgrade to newer version.Thomas Gellekum1996-03-274-15/+19
| | | | Notes: svn path=/head/; revision=2897
* Added flex.Satoshi Asami1996-03-251-1/+2
| | | | Notes: svn path=/head/; revision=2884
* A port of Peter J. Nicklin's automatic Makefile generator.Stefan Eßer1996-03-137-0/+118
| | | | Notes: svn path=/head/; revision=2835
* Remove ${KEYWORDS}.Satoshi Asami1996-03-061-2/+1
| | | | Notes: svn path=/head/; revision=2780
* Update autoconf from 2.6 to 2.7. 2.6 is no longer found on the mastersite.Andreas Schulz1995-12-2612-12/+12
| | | | | | | Update the COMMENT file that told something about 2.5 :-). Notes: svn path=/head/; revision=2589
* Update autoconf from 2.6 to 2.7. 2.6 is no longer found on the mastersite.Andreas Schulz1995-12-2624-48/+48
| | | | Notes: svn path=/head/; revision=2588
* Add libzAndrey A. Chernov1995-12-051-1/+2
| | | | Notes: svn path=/head/; revision=2526
* Remove weblint (moved to www/).Satoshi Asami1995-11-261-2/+1
| | | | Notes: svn path=/head/; revision=2477
* Change gategory name "development" -> "devel". Also take out theSatoshi Asami1995-11-2623-47/+47
| | | | | | | | "programming" that was in some of them, it's pretty obvious what we are talking about here. Notes: svn path=/head/; revision=2468
* Upgrade, 1.11 -> 1.12.Satoshi Asami1995-11-264-29/+5
| | | | Notes: svn path=/head/; revision=2465
* 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