1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

68 Commits

Author SHA1 Message Date
Satoshi Asami
54bfe2c902 Remove ${KEYWORDS}. 1996-03-06 08:20:19 +00:00
Andreas Schulz
9ad286d204 Update autoconf from 2.6 to 2.7. 2.6 is no longer found on the mastersite.
Update the COMMENT file that told something about 2.5 :-).
1995-12-26 00:52:40 +00:00
Andreas Schulz
9515f9b822 Update autoconf from 2.6 to 2.7. 2.6 is no longer found on the mastersite. 1995-12-26 00:52:03 +00:00
Andrey A. Chernov
00b359e508 Add libz 1995-12-05 02:07:43 +00:00
Satoshi Asami
cd9cacef15 Remove weblint (moved to www/). 1995-11-26 21:19:12 +00:00
Satoshi Asami
69bfd4e29c Change gategory name "development" -> "devel". Also take out the
"programming" that was in some of them, it's pretty obvious what
we are talking about here.
1995-11-26 11:29:21 +00:00
Satoshi Asami
25c1b1ab74 Upgrade, 1.11 -> 1.12. 1995-11-26 10:24:26 +00:00
Andrey A. Chernov
3d37d4548f Upgrade 2.5 -> 2.6 1995-11-22 17:26:39 +00:00
Andrey A. Chernov
d36d2410ee Upgrade: 2.4 -> 2.5 1995-11-19 17:49:08 +00:00
Satoshi Asami
7cd6a55ea4 Delete @cwd, @mode, @owner and @group from these packing lists.
Reported by:	jkh
1995-11-13 13:21:26 +00:00
Satoshi Asami
14cd728249 Shorten one-line comments. Boy, I'm listed as MAINTAINERs in a
lot of ports or what! ;>
1995-11-09 06:41:02 +00:00
Satoshi Asami
db9366750d Shorten one-line comments.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-10-25 12:41:52 +00:00
Joerg Wunsch
23b09a3e8c Shorten the COMMENT line. 1995-10-24 22:51:48 +00:00
Satoshi Asami
96785a3b1b Added weblint.
Submitted by:	pst
1995-10-17 08:27:08 +00:00
Satoshi Asami
b1edcdb093 Add autoconf. 1995-10-12 07:15:20 +00:00
Satoshi Asami
4f34d33d51 GNU autoconf ver 2.4, to generate your own configure scripts.
Submitted by:	torstenb
1995-10-12 07:11:56 +00:00
Satoshi Asami
f464519742 Add BUILD_DEPENDS too.
Originally reported by: jkh
Solution submitted by:	thomas@ghpc8.ihf.rwth-aachen.de (Thomas Gellekum)
1995-10-11 09:45:29 +00:00
Satoshi Asami
f074445b06 Make sure the texmf directory exists.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-10-05 08:49:42 +00:00
Satoshi Asami
649c3a0b7e "gzip --best" -> "gzip -9nf" for manpage compression. Otherwise it
will ask if you want to overwrite it if the compressed manpage already
exists.
1995-10-04 12:39:04 +00:00
Satoshi Asami
e80af410e2 Various EXEC_DEPENDS fixes.
Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-10-04 10:18:56 +00:00
Satoshi Asami
bc690bfbf6 Added gperf. 1995-10-04 05:36:29 +00:00
Satoshi Asami
f1e6ed768f Added cflow. 1995-10-03 09:36:17 +00:00
Satoshi Asami
3ae9644c2b A call-graph generator for C.
Submitted by:	Dave Chapeskie <dchapes@zeus.leitch.com>
1995-10-03 09:24:26 +00:00
Satoshi Asami
5062526f3e Added dmake and noweb, convert to new format along the way. 1995-08-08 10:37:59 +00:00
Satoshi Asami
9239658f51 Another hyper make.
Submitted by:	nils@guru.ims.uni-stuttgart.de (Cornelis van der Laan)
1995-08-08 10:24:11 +00:00
Satoshi Asami
61b2ff1192 noweb is a simple literate programming tool, says Thomas. I put
it in devel because it's a programmer's tool.

Submitted by:	Thomas Gellekum <thomas@ghpc8.ihf.rwth-aachen.de>
1995-08-08 08:58:46 +00:00
Satoshi Asami
d530b271d9 Add
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! :)
1995-06-24 11:42:32 +00:00
Satoshi Asami
272ada83bf Compile and install xxgdbiowin. It is required by the "iowin" feature
of the debugger.

Pointed-out by:	murphyp1@AIXDev1.ais.msu.edu (Patrick Murphy)
1995-06-20 08:01:36 +00:00
Andrey A. Chernov
e2abadd66d Upgrade. 1995-06-18 13:11:32 +00:00
Satoshi Asami
8f86cb11eb Added libdlmalloc. 1995-06-04 06:20:28 +00:00
Satoshi Asami
0e5ad9aa59 Doug Lea's malloc library.
Submitted by:	Ollivier Robert <Ollivier.Robert@keltia.frmug.fr.net>
1995-06-04 05:29:58 +00:00
Satoshi Asami
c9dc84a522 Clean up subdir Makefiles. They now all look like this:
=====
# 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".
1995-05-14 03:30:07 +00:00
Satoshi Asami
50d45d8ae5 Add xxgdb. 1995-05-03 05:41:02 +00:00
Satoshi Asami
7435350ec7 xxgdb 1.11, an X window interface for gdb. 1995-05-03 05:39:10 +00:00
Satoshi Asami
b901ee38c8 Updated devel Makefiles. Strip mprof and compress mprof.1 along the way. 1995-04-24 11:01:39 +00:00
Satoshi Asami
86d9989ec0 Add bcc to SUBDIR, move libmalloc to BROKEN. 1995-04-16 04:17:12 +00:00
Satoshi Asami
608af45939 And now, yet another round of Makefile updates, devel version! 1995-04-09 10:05:17 +00:00
Andrey A. Chernov
1ce14d3547 Upgrade. 1995-04-08 14:00:19 +00:00
Joerg Wunsch
29bedd2ceb Claim my ports, and add the MAINTAINER entry. 1995-04-01 13:48:45 +00:00
Jordan K. Hubbard
ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00
Joerg Wunsch
b7e5135427 Bruce Evans' bcc C compiler.
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.
1995-03-26 18:08:54 +00:00
Andreas Schulz
42c36408ee And another patch for the "new" make. 1995-01-29 21:45:16 +00:00
Andreas Schulz
865b9f4359 Correction in the Makefile for the "new" make. 1995-01-29 21:35:35 +00:00
Andreas Schulz
91710d6b98 Delete a bogus semicolon at the end of a dependency line,
that get now detected with the new/corrected b-make.
1995-01-29 01:33:19 +00:00
Jordan K. Hubbard
071ac57f42 Update the reported version. 1995-01-23 18:27:37 +00:00
Jordan K. Hubbard
45c097748f Add bison 1995-01-13 14:02:06 +00:00
Jordan K. Hubbard
7bedd72074 Add libmalloc to list of targets. 1995-01-12 22:23:49 +00:00
Jordan K. Hubbard
d124e3dbe3 Fancy malloc lib with fast allocation time, extensive leak detection
and tracing, etc..  By Mark Moraes.
Submitted by:	moraes
1995-01-12 22:23:21 +00:00
Andrey A. Chernov
bf991d73aa Upgrade. 1995-01-12 02:41:23 +00:00
Steven Wallace
36536cfbfe Patch for mv command in Makefile.
Submitted by:	Josh MacDonald, <jmacd@uclink.berkeley.edu>
1995-01-04 10:03:38 +00:00