summaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r19754,asami1996-11-1559-0/+25248
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Finally, the Japanese version of the handbook. Not in the parentasami1996-11-1559-0/+25248
| | | | | | | | | Makefile yet as John needs to figure out ${LANG}-based doc building. Please put this in 2.2, or the translators are going to kill me. ;) Submitted by: doc-jp@jp.freebsd.org (The FreeBSD Japanese Doc Team) Reviewed by: doc-jp@jp.freebsd.org (mutual review)
* Just realized that the spacing after "==>" is not consistent. I'masami1996-11-141-8/+8
| | | | terribly sorry, please merge this into 2.2 as well.
* Oops, forgot to silencethe gzip command to compress manpages.asami1996-11-141-2/+3
| | | | | | It will be nice if this went into 2.2, I guess. Reminded by: max
* Converge on one language.phk1996-11-144-19/+20
| | | | | Reviewed by: phk Submitted by: Alex Nash <nash@mcs.com>
* (1) There is no default "orphans" for CATEGORIES, it simply fails ifasami1996-11-131-21/+106
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | you have a Makefile without one. (2) Fix case when user had DISTDIR defined elsewhere and DIST_SUBDIR is also defined. (Submitted by: max) (3) Add several popular master sites as variables. For instance, MASTER_SITE_XCONTRIB is defined to be a list of X11R6 contrib sites, which you can set MASTER_SITES to in your Makefile if you just want ftp.x.org or any of the mirror sites. There is also a new variable, MASTER_SITE_SUBDIR, to specify which subdirectory of the master site your tarball is located. One nice thing this enables the user to do is to define the nearest mirror site in /etc/make.conf. This is especially useful for continents without a full FreeBSD master site. Eventually, we will probably split this into a separate file (bsd.port.sites.mk?), and add some more sites from all corners of the world. Right now, XCONTRIB, GNU, PERL_CPAN, TEX_CTAN, and SUNSITE are supported. (4) COMPRESS_MAN command alias is replaced by MAN[1-9LN] variables. You just say "MAN1=foo.1 bar.1" and the make rules will automatically compress it for you if necessary. (Idea by: obrien) (5) New "distclean" target to delete distfile too. (Submitted by: obrien) (6) Chained dependency cleaning, can be turned off by NOCLEANDEPENDS. Reviewed by: the ports list
* doc/1987, table heading in error.phk1996-11-121-1/+1
| | | | Submitted by: Mark Valentine Mark Valentine <mark@linus.demon.co.uk>
* Add missing lists.sgml.asami1996-11-121-2/+2
| | | | Submitted by: Hanai Hiroyuki <hanai@astec.co.jp>
* Turned off -W and -Winline so that the warnings that should be fixed forbde1996-11-111-3/+3
| | | | | | | | | | | | 2.2 are more obvious. -Winline is unimportant, but -W gives thousands of warnings for comparisions. Turning off -W also loses warnings for: - auto variables clobbered by longjmp. Not much of a problem in the kernel. - functions returning without a value. I don't like losing this. - an expression statement or the left side of a comma operand contains no side effects. Turning this off also stops warnings for the low quality debugging macros in gsc.c and lpt.c. Should be in 2.2.
* 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
OpenPOWER on IntegriCloud