jkh
9ea8c564c1
Add Steve Gerakines <steve2@genesis.tiac.net> to contributors.
1995-04-12 22:47:31 +00:00
wpaul
75fbcf2bd0
Add ethers(5) man page.
1995-04-12 22:16:08 +00:00
martin
47baca5ff3
Add myself to the Contrib list.
1995-04-11 03:14:50 +00:00
jkh
22728a4eac
Don't pass duplicate pkgdeps to pkg_create
1995-04-10 08:09:21 +00:00
jkh
661dec1be5
Add matcd.4 to list of manpages.
1995-04-09 15:55:21 +00:00
jkh
7c8d2f7254
A new man page for the matcd driver.
...
Submitted by: Frank Durda IV <uhclem%nemesis@fw.ast.com>
1995-04-09 15:49:46 +00:00
jkh
dbdb475f26
Add new -P argument to pkg_create.
1995-04-09 15:00:56 +00:00
jkh
4ef8ef9b22
Add 2 new targets to facilitate some things I'm thinking about.
...
1. package-name
Simply echos the associated package name for a port (if any).
2. package-depends
Shows all package names on which this port depends.
1995-04-09 12:27:58 +00:00
jkh
abd6bceaa6
1. Fix the first line (should be a proper comment - silly emacs).
...
2. KEYWORDS+= CATEGORIES
3. CATEGORIES+= all (always want to be in "all"!)
1995-04-09 10:24:09 +00:00
asami
62951c2028
Add support for categorized subdirectories for packages. By default,
...
all .tgz files go to /usr/ports/packages/.packages, and a relative
symlink is created for every item in CATEGORIES...i.e., if "CATEGORIES
= foo bar", then /usr/ports/packages/{foo,bar}/pkgname.tgz both point
to /usr/ports/packages/.packages/pkgname.tgz.
Suggested by: jkh
1995-04-09 09:59:42 +00:00
jkh
a0b5f14fd1
Document that flags 0x1 is required on fdc0 line to make ft0 work.
...
Also please note that previous commit regarding UH24F controller was
misattributed to Poul - it was Steve's!
Submitted by: Steve Gerakines <steve2@genesis.tiac.net>
1995-04-09 07:02:03 +00:00
jkh
91aea7f9ef
Could you please update the list of drives supported. It currently
...
lists:
UH-14f Series <ISA>
UH-34f Series <EISA/VLB>
Should read:
UH-14f Series <ISA>
UH-24f Series <EISA>
UH-34f Series <VLB>
Submitted by: phk
1995-04-09 06:59:42 +00:00
joerg
a48f81cf2f
pcvt is proud enough to have a man page. :)
1995-04-08 20:08:42 +00:00
joerg
da4e71efba
Upgrade pcvt to 3.20 b24.
1995-04-08 16:04:22 +00:00
phk
ee1dab7488
Added Dean Huxley <dean@fsa.ca>.
1995-04-08 09:40:18 +00:00
jfieber
396f9f47ef
Fixed a big typo pointed out by phk.
1995-04-07 16:45:35 +00:00
asami
97d098ed6d
Added Nobuhiro Yasutomi and Akito Fujita, deleted me (Satoshi, not
...
Michael :) from "Additional Contributors" list.
1995-04-06 17:26:14 +00:00
jfieber
9029dfd96c
The skeletal framework for the FreeBSD help system. Point a WWW
...
browser at index.html to see how it works. Ultimately what currently
lives in the tutorials section will become the User and Admin manual
sections.
1995-04-06 15:56:10 +00:00
jkh
5e05f2708f
Add Satoshi Asami.
1995-04-05 10:22:58 +00:00
jkh
a7a9520b08
Update information on newsgroups.
1995-04-05 10:04:56 +00:00
jkh
4d76125be0
Latest language support changes from Wolfram.
...
Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
1995-04-05 08:02:52 +00:00
jkh
64af7e9dad
Latest language support changes from Wolfram.
...
Submitted by: Wolfram Schneider <wosch@cs.tu-berlin.de>
1995-04-05 08:02:24 +00:00
jkh
5b52649d42
options LKM is now the default. No need to reference option that's
...
already turned on (and isn't in LINT).
1995-04-05 01:06:00 +00:00
jkh
6b929f53af
Add USE_X11 for ports which are X11 users but don't use IMAKE.
1995-04-04 05:57:19 +00:00
gpalmer
d5e3b45770
Remove a `.' from the end of the echo line
...
`>> Attempting to fetch from $${site}' as it is misleading
1995-04-04 04:23:37 +00:00
jkh
c4810f7eee
By default, KEYWORDS is a copy of CATEGORIES.
1995-04-01 10:01:49 +00:00
jkh
5361c577e3
Add default values and document them for CATEGORIES and KEYWORDS.
1995-04-01 09:35:29 +00:00
jkh
bc3b73d773
Add support for new CATEGORIES and KEYWORDS fields.
1995-04-01 09:34:11 +00:00
ache
e70e13fa2c
Add Delete key description
...
Fix Right window/Left window/Menu keys numbers
1995-03-30 00:22:29 +00:00
ache
a5bc013972
Remove syscons example
1995-03-30 00:05:58 +00:00
nate
4405cff2a7
Do what should have been done in v1.14
...
*Really* strip out unused local symbols from shared objects.
This was a typo on my part caused by an assumption that the profiled
libraries stripped symbols that same way as the non-profiled libraries.
Cut-n-Paste strikes again.
Obtained from: NetBSD
1995-03-28 17:54:11 +00:00
ache
fa677cd532
Update cons25 to S0ren ^H back changes
1995-03-28 05:43:58 +00:00
asami
a28421e8bd
Add support for "distributed" patches and a little extra cleanup.
...
New variables:
PATCH_SITES: patch equivalent of MASTER_SITES, overridable with
. MASTER_SITE_OVERRIDE.
PATCHFILES: Additional files to fetch and give to patch before
. applying the ones in patches/patch-*. If name ends
. with ".gz" or ".Z", it will be piped through zcat first.
Plus PATCH_DIST_STRIP and PATCH_DIST_ARGS that serve the same functions
as PATCH_STRIP and PATCH_ARGS for patches in patches/patch-*.
In the documentation and echo messages, I used the term "distributed
patches" and "FreeBSD patches" to refer to ${PATCHFILES} and patches/patch-*.
If you can come up with better names, by all means go ahead and fix them.
"grep PATCH /usr/ports/*/*/Makefile" reveals seven ports (mule, jless,
jtcl, jtk, dgd, less, color_xterm, gee I wonder why I'm the one who
implemented this) that can benefit from this. I'm now diving headlong
into /usr/ports to fix their Makefiles.
1995-03-28 01:14:29 +00:00
sos
a2d91a32d5
Give backspace to the people (again)
...
Now the keymaps are as follows:
"backspace / <-" ^H
"grey del" ^? (0x7f)
"numpad , del" ^? (, if numlocked)
1995-03-27 19:41:11 +00:00
asami
56494876c1
Added more standard package suport file names. INSTALL for the
...
installation script, DEINSTALL for the deinstallation script, and
REQ for the requirement script, will be added with appropriate
flags to PKG_ARGS if they exist under pkg/.
1995-03-27 13:11:18 +00:00
ache
945584f003
Fix duplicate.
1995-03-27 05:08:43 +00:00
ache
23ed539185
pc3r (russian): change kD to old compatible value.
...
vt100: remove obsoleted nl
1995-03-27 04:55:41 +00:00
ache
b67227cc53
Set kb=\177 to make proper erase char for DEC VTs
1995-03-27 03:46:05 +00:00
ache
d5dcef0846
Add :ut to vt100 generic entry
1995-03-27 01:36:00 +00:00
ache
75758ba1dc
Yet one pass through DEC VT entries
1995-03-27 00:55:51 +00:00
ache
c149b5ed9b
Add eo:it#8 to vt100 entry
1995-03-26 01:30:33 +00:00
ache
258035c6f9
vt100/102/220 entries affected:
...
major cleanup
add lot of missing capabilities
1995-03-26 01:02:54 +00:00
jkh
4bdc08efa2
Add gil.physik.rwth-aachen.de to mirrors
1995-03-25 18:15:12 +00:00
joerg
6e4dfc7396
Update the kernel debugging FAQ to match the new (k)gdb and new DDB
...
symbol behaviour.
1995-03-25 12:35:00 +00:00
jkh
3cb184c016
Back out previous patch - better kept as a reminder.
1995-03-24 06:44:55 +00:00
ache
5ece83c427
Add yet one popular russian keyboard variant
...
Submitted by: Serge Babkin <babkin@hq.icb.chel.su>
1995-03-24 05:40:17 +00:00
jkh
3397bb5f27
Comment out a table of contents spec that didn't exist.
1995-03-24 04:42:21 +00:00
jkh
95e1c7a31e
Add the font index file. Other languages (French, Swedish, other)
...
needed for this file!
1995-03-24 01:11:56 +00:00
jkh
5b719619ee
Add the keymap index file. Other languages (French, Swedish, other)
...
needed for this file!
1995-03-24 01:11:40 +00:00
gpalmer
fe78d93cbe
Add a misssing `@' from before echo -n "|${MAINTAINER}"
1995-03-23 20:42:42 +00:00