summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Update my email address.rgrimes1995-02-161-2/+2
|
* Document Transaction TCP.wollman1995-02-153-10/+228
|
* Make the email address syntax more regularjkh1995-02-151-7/+23
| | | | Add pointer to Mark Murray's foreign eBones/secure site.
* Add Hong Kong mirror.jkh1995-02-151-1/+4
|
* Document TCP MIB variables (tcp.4).wollman1995-02-152-32/+224
| | | | | | Document IP MIB variables (inet.4). Document Internet-family protocol-specified route cloning (inet.4). Delete all references to classed addresses (inet.4).
* Move apm(4) to i386 section, since it is i386-specific.wollman1995-02-152-3/+3
|
* Make the checksum target not bomb out if there is a mismatch, justgpalmer1995-02-141-2/+1
| | | | | print a warning. A better fix will come along just as soon as I work out what it is.
* Added Matt Thomas' e-mail address.se1995-02-141-2/+2
|
* Remove use of ${DESTDIR} in target of symbolic link, it makes the linkrgrimes1995-02-141-1/+1
| | | | point to the wrong place.
* Another one...phk1995-02-141-1/+2
|
* More people not on the list.phk1995-02-141-1/+4
| | | | Submitted by: se
* Gene Stark added. Should have been here for a long time already.phk1995-02-141-1/+2
| | | | Anybody else missing ?
* Added a bunch of people who deserved it.phk1995-02-141-4/+8
|
* Shut up cap_mkdb warnings on pcvt* entriesache1995-02-111-25/+25
|
* Make sure that info files never hit the "bin" dist.phk1995-02-111-1/+6
|
* Change my email address.ljo1995-02-091-2/+2
|
* Add L Jonas Olsson <ljo@amcell2.caisr.cwru.edu>jkh1995-02-091-2/+3
|
* Update some folks who were inadequately credited. Still at least 2 morejkh1995-02-091-1/+3
| | | | passes thru this file required.
* More complete implementation of SUBDIR for programs, libraries and kmods.bde1995-02-084-7/+14
| | | | | | | | `depend' wasn't supported. This seems to have only broken `make depend' in gnu/usr.bin/ld. bsd.prog.mk: Build the man pages in ${MANDEPEND} at build time.
* CLEANFILES was missing most of the source links.bde1995-02-081-10/+7
|
* Allow arbitrarily named configure script for use w/ HAS_CONFIGURE.hsu1995-02-061-2/+5
|
* Add the ports-base target and correct two typos (hosbase!=hostbase)gpalmer1995-02-051-2/+3
|
* Add pcvt termcap entries (quite a lot of them - whew!)jkh1995-02-051-0/+250
| | | | Submitted by: hm
* Add man page for pcvt console driver.jkh1995-02-052-0/+1816
| | | | Submitted by: hm
* Use absolute path to md5 program. It lives in /sbin and people are unlikelyphk1995-02-041-2/+2
| | | | to have $PATH to it.
* Added final '\n'.phk1995-02-041-2/+2
|
* Add missing trailing '\n'phk1995-02-046-6/+6
|
* Add long-awaited (:) support for sophisticated dependency checking. We nowasami1995-02-041-5/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | have three variables: EXEC_DEPENDS - A list of "prog:dir" pairs of other ports this package depends on. "prog" is the name of an executable. make will search your $PATH for it and go into "dir" to do a "make all install" if it's not found. LIB_DEPENDS - A list of "lib:dir" pairs of other ports this package depends on. "lib" is the name of a shared library. make will use "ldconfig -r" to search for the library. Note that lib can be any regular expression, and you need two backslashes in front of dots (.) to supress its special meaning (e.g., use "foo\\.2\\.:${PORTSDIR}/utils/foo" to match "libfoo.2.*"). DEPENDS - A list of other ports this package depends on being made first. Use this for things that don't fall into the above two categories. DEPENDS behaves exactly like before, so old Makefiles will still work the same. The two variables are lists of pairs as described above. For instance, if your program depends on unzip and libjpeg.5.*, use the following definitions: EXEC_DEPENDS= unzip:${PORTSDIR}/archivers/unzip LIB_DEPENDS= jpeg\\.5\\.:${PORTSDIR}/graphics/jpeg gmake:${PORTSDIR}/utils/gmake is automatically added to EXEC_DEPENDS if USE_GMAKE is defined. If NO_DEPENDS is defined, the list will just be printed out one by one.
* Create an obj symlink when necessary.jkh1995-02-021-17/+7
| | | | Submitted by: "Remy CARD" <Remy.Card@masi.ibp.fr>
* Start the ball rolling by sticking agpalmer1995-02-011-1/+2
| | | | | | MAINTAINER?= line in here. Idea by: jkh@FreeBSD.ORG
* Change the way I make the link to /etc/termcap. It worked for installjkh1995-02-011-2/+2
| | | | but not distribute. Now it works for both.
* Add our new Swedish mirror site.jkh1995-01-301-1/+4
|
* Minor fixes to syscons. Blink cursor fixed. History buffer fixed.sos1995-01-3014-16/+16
| | | | kbdtables updated with boot option for CTL+ALT+DEL
* Make fetch a bit more forgiving of subdirs.jkh1995-01-301-3/+3
|
* Add LN_FLAGS to all the places it makes sense.jkh1995-01-302-4/+4
|
* Add new LN_FLAGS variable for making LINKS symbolic and whatnot.jkh1995-01-301-2/+2
|
* Make a link to /etc for termcap file. /etc/termcap is just too lodged injkh1995-01-301-0/+2
| | | | folklore to do without! :-)
* Make the default paths a bit more rational for our systems (sheesh!).jkh1995-01-292-2/+2
| | | | | Thanks, Sean! Suggested by: Sean McDermott <spm@staff.cc.purdue.edu>
* Give this a serious dose of reality by adding the last 2-3gpalmer1995-01-291-0/+11
| | | | months worth of new sup targets!
* Third round in syscons update.sos1995-01-2816-68/+108
| | | | | | | | | | | | | | Display update method changed, now allways write in memory buffer, then periodically update physical display. Speed improvements (now > 5 times faster than the old syscons). History now circular buffer, with changeable size. History scroll by up/down line, up/down page, home and end. Backtab proberly implemented. Now space for 96 function keys, 63 allocated standard, default now SCO/SYSV compat again as in the old days. New keyboard definition files ~share/syscons/keymaps/* Misc fixes for old "hacks" that broke SCO/SYSV compat. More that I forgot before writing this...
* Delete a bogus :.jkh1995-01-281-2/+2
|
* Update these to be a little more business-like in appearance.jkh1995-01-272-17/+38
| | | | Delete obsolete information.
* Man page for the new nca driver.phk1995-01-271-0/+69
|
* Change overloaded Keypad 5 to fkey65ache1995-01-2614-16/+16
|
* Upgrade Back tab & Keypad 5 infoache1995-01-262-4/+4
|
* Describe Left window, Right window and Menu keysache1995-01-262-0/+6
|
* Remove Delete remapping, unneccesary nowache1995-01-261-2/+0
|
* Describe Delete keyache1995-01-2612-27/+25
|
* Correct Delete key descriptionache1995-01-261-2/+1
|
* Describe Delete keyache1995-01-262-2/+2
|
OpenPOWER on IntegriCloud