summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Change "CATEGORIES+=" to "CATEGORIES=" in sample Makefiles. It wasasami1996-11-112-5/+5
| | | | | | | | | | | "+=" originally because (as I understand) Jordan used a sed script (or was it perl?) to edit all the ports Makefiles automatically and he wanted to make sure multiple CATEGORIES lines (they were inserted after DISTNAME or something, there shouldn't have been multiple of them to begin with but that's another story) won't be stepping on each other's toes. Reminded by: obrien
* Correct many errors of commission and omission in the examplejdp1996-11-107-161/+192
| | | | CVSupfiles.
* pcfs -> msdosache1996-11-101-1/+1
| | | | 2.2 candidate
* Fix a syntax error in the Belgian keymap. It caused a wrong mappingjoerg1996-11-091-1/+1
| | | | and a superfluous `i' on stdout (lex' default rule...).
* A skeletal, but functional Docbook to HTML translation spec.jfieber1996-11-092-1/+2095
| | | | | The Docbook DTD will follow once I investigate how "contrib" works and if it should be imported there.
* Added Oly (oly@world.std.com) for his port of lout and xrippleobrien1996-11-081-1/+2
|
* Add add Naoki Hamada <nao@sbl.cl.nec.co.jp> to the contributors, because of hisguido1996-11-081-1/+2
| | | | work on the vx driver.
* Merge from 2_1_0jkh1996-11-081-1/+3
|
* Merge with 2_1_0jkh1996-11-081-1/+3
|
* Add Mats Lofkvist for his elk port update (ages ago).tg1996-11-081-1/+2
|
* Since we use &dollar; in our sample Makefiles, we can just saymax1996-11-071-6/+5
| | | | | | &dollar;Id&dollar;. Suggested by: asami
* Add ports-chinese and ports-mbone.asami1996-11-074-4/+11
|
* Add mbone category.asami1996-11-071-1/+2
|
* Remove comment about offset, it is no longer necessary. Add mentionasami1996-11-071-5/+6
| | | | | | of partition types in disklabel. Add disklabel(8) to "see also" section. Reminded by: Chris Timmons <skynyrd@opus.cts.cwu.edu>
* Replaced `$' in the sample Makefiles with &dollar;.max1996-11-071-3/+3
| | | | Suggested by: jfieber
* Style changes: $(...) --> ${...}, consistent placement of -c.alex1996-11-071-15/+15
| | | | Suggested by: bde (via steve)
* My MDA screen finally bothered me enough to create an ISO 8859-1 ->joerg1996-11-062-1/+60
| | | | IBM cp437 screenmap file.
* Amend the README to mention "dummy" feature. Nobody will read thejkh1996-11-061-2/+6
| | | | README, but at least I can say it's doc'd. :)
* Since Joerg reminded me, make a small change to this file injkh1996-11-061-2/+3
| | | | | | | order to allow the user to also say: burncd mybigimage dummy To enable a dummy burn. Saves on blanks during testing. :)
* Added Nick Sayer <nsayer@quack.kfu.com>, for his extensive testing andjoerg1996-11-061-1/+2
| | | | submitting bugfixes to the CD-R driver.
* Minor bugfix in the cdburn example (one rtprio was missing).joerg1996-11-061-1/+1
|
* It's not too good idea to define nonexistent category in the sample Makefile.max1996-11-061-4/+4
| | | | (There used to be ``CATEGORIES+=printing''.)
* Use &a.hackers; and &a.announce; where applicable.asami1996-11-051-8/+5
| | | | Submitted by: Mitsuru IWASAKI <iwasaki@pc.jaring.my>
* <ref id=** name="<tt>..</tt>">max1996-11-051-4/+8
| | | | | | | | | | | ^^^^ ^^^^^ doesn't make the ".." in typewritten format. And the ascii version of the file shows '<tt>..</tt>' literally. After looking into linuxdoc dtd, we found there is no way to make ".." in typewritten font. Noticed by: Mitsuru IWASAKI <iwasaki@pc.jaring.my> Added reference to "MAINTAINER on Makefiles" section.
* Added label for the "MAINTAINER on Makefiles" section.max1996-11-051-2/+4
|
* Change my address to be more universal.jhay1996-11-042-4/+6
| | | | | Add a note about our support for the SDL RISCom/N2 and N2pci cards. 2.2 candidate.
* In one place, bsd.port.mk was not enclosed in <tt></tt>.max1996-11-041-6/+6
| | | | Submitted by: simokawa@sat.t.u-tokyo.ac.jp
* Fixed a minor grammatical error.max1996-11-031-2/+2
|
* Set tabstops to 4 in vi like in emacs.obrien1996-11-031-1/+2
|
* Add in POSIX 1003.2 mandated rules. NOTE: thesesteve1996-11-031-1/+93
| | | | | | | will only be enabled when the first non-comment line of the Makefile contains the .POSIX directive. Submitted by: Joerg Wunsch <joerg@freebsd.org>
* Moved David O'Brien from the additional contributor list to developer list.max1996-11-022-3/+7
|
* Add -z to CVSupflags, it iz safe because it is done by zlib,ache1996-11-011-2/+2
| | | | not by extra gzip child
* Use the src/contrib sources from nvi-1.79peter1996-11-014-10/+9
|
* (1) Add NetBSD support. Closes PR bin/1643.asami1996-11-012-36/+76
| | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Jason Thorpe <thorpej@nas.nasa.gov> (2) Remove the bogus "CAT+=" definition. Closes PR ports/1703. Submitted by: Peter Childs <pjchilds@imforei.apana.org.au> (3) Change MKDIR to "/bin/mkdir -p", remove "-p" from ${MKDIR} invocations. Closes PR ports/1901. Submitted by: obrien (4) Add a new macro variable COMPRESS_MAN, which will evaluate to gzip if NOMANCOMPRESS isn't set (default), or true if it is. (5) Add a new variable NO_CHECKSUM, which will disable the md5 checksum. Submitted by: jkh (6) Also, move NO_PATCH and NO_PACKAGE checks to right place in invocation order. (7) Check for LIB_DEPENDS before installation too. (It used to check only before extraction.) Forgotten a long time ago by: asami
* Added an FAQ entry explaining the bsd.port.mk variable MASTER_SITE_OVERRIDE.max1996-10-291-6/+13
| | | | Deleted an FAQ entry referring to pkg_manage.
* Added some guideline to write pkg/COMMENT.max1996-10-291-8/+55
| | | | | | | | | | | | | | | Added reference to pkg_create(1) man page in the explanation of the packing list. Added description of ${INSTALL_*} macros. Added an explanation to use patch files distributed in .tar.gz format. Added statement about the copyright on the submitted files. Slgith change in sample Makefile. Written mostly by: asami
* Update URL for the Pentium Systems Hardware Performance Guide.alex1996-10-291-2/+2
| | | | | | Closes PR#1918. Submitted by: David E. O'Brien <obrien@NUXI.cs.ucdavis.edu>
* Added Michael Butschky <butsch@computi.erols.com>, to the additionalmax1996-10-251-1/+2
| | | | contributor list.
* Add ports-astro.asami1996-10-242-2/+4
|
* Add description of ports-astro.asami1996-10-241-1/+2
|
* Check for not defined / redefined chars nowache1996-10-237-91/+137
| | | | Use backward compatible with ASCII collating tables
* Close and open-ended <em>. (Why isn't "<em" without any matching ">"asami1996-10-231-2/+2
| | | | and "</em>" a syntax error?!?)
* Fix broken link to the FAQ.jfieber1996-10-231-3/+3
|
* Use same primary / different secondary order for umlauts and digits partsache1996-10-227-43/+43
|
* Move Michael Smith to the developers section.jkh1996-10-222-3/+7
|
* Suggest using `dd' to create the swapfile for diskless operation, withjoerg1996-10-211-5/+13
| | | | | | | the required size, as opposed to simply `touch'ing it. This works around problems in the -current NFS and/or VFS and/or VM code. Also hint about restricting the permissions to this file.
* Add swissgerman keyboardache1996-10-213-2/+120
| | | | Submitted by: Adrian Steinmann <ast@marabu.ch>
* Update email address for John-Mark Gurney (send-pr had recorded thealex1996-10-201-2/+2
| | | | wrong address because it failed to use REPLY_TO).
* Add an entry about slow starting SCSI CD-ROM:roberto1996-10-191-2/+11
| | | | | | | | | | When I booted my system without the above option, the CDROM could not respond in time to the bootup probe of devices and was "missed". When I tried to access the device I got the "Device not configured" error message. I rebuilt the kernel with the SCSI_DELAY option and the problem went away. Submitted by: Jon Wallace <adrl@whoweb.com>
* Restore ache's km addition to sysconspst1996-10-191-2/+2
|
OpenPOWER on IntegriCloud