diff options
author | grant <grant@pkgsrc.org> | 2005-01-16 02:33:52 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2005-01-16 02:33:52 +0000 |
commit | 94f70e266d634abbb83541e7fcd0e985e88b13cb (patch) | |
tree | 986f7b80c53739dc662b50527f2d0db6d39c85b7 /doc/pkgsrc.txt | |
parent | b6a876aeb13e13592662cfaf7ba563832d88f463 (diff) | |
download | pkgsrc-94f70e266d634abbb83541e7fcd0e985e88b13cb.tar.gz |
update for Tru64 and DragonFly (hand patched, a regen resulted in some
bad quoting and whitespace changes)
Diffstat (limited to 'doc/pkgsrc.txt')
-rw-r--r-- | doc/pkgsrc.txt | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt index d313c769e35..8c93ea5f5eb 100644 --- a/doc/pkgsrc.txt +++ b/doc/pkgsrc.txt @@ -14,7 +14,7 @@ The pkgsrc Developers Copyright (C) 1994-2004 The NetBSD Foundation, Inc -$NetBSD: pkgsrc.xml,v 1.3 2004/10/22 00:24:48 hubertf Exp $ +$NetBSD: pkgsrc.txt,v 1.15 2005/01/11 16:34:44 xtraeme Exp $ Abstract @@ -297,6 +297,8 @@ platforms: * Solaris + * Tru64 (Digital UNIX/OSF1) + 1.2. Overview This document is divided into two parts. The first, The pkgsrc user's guide, @@ -514,6 +516,8 @@ systems: * Darwin (Mac OS X) + * DragonFlyBSD + * FreeBSD * Interix (Windows 2000, XP, 2003) @@ -526,6 +530,8 @@ systems: * Solaris + * Tru64 (Digital UNIX/OSF1) + Support for other platforms is under development. Installing the bootstrap kit should be as simple as: @@ -1766,7 +1772,7 @@ The following message is displayed as part of the audit-packages installation procedure: =========================================================================== -$NetBSD: faq.xml,v 1.4 2005/01/11 16:05:20 wiz Exp $ +$NetBSD: pkgsrc.txt,v 1.15 2005/01/11 16:34:44 xtraeme Exp $ You may wish to have the vulnerabilities file downloaded daily so that it remains current. This may be done by adding an appropriate entry @@ -2182,7 +2188,7 @@ the PLIST file (or files, see below!). Be sure to add a RCS ID line as the first thing in any PLIST file you write: -@comment $NetBSD$ +@comment $NetBSD: pkgsrc.txt,v 1.15 2005/01/11 16:34:44 xtraeme Exp $ 8.2. Semi-automatic PLIST generation @@ -2457,7 +2463,7 @@ following command will generate a good starting point for buildlink3.mk files: The following real-life example buildlink3.mk is taken from pkgsrc/graphics/ tiff: -# $NetBSD: buildlink3.mk,v 1.7 2004/03/18 09:12:12 jlam Exp $ +# $NetBSD: pkgsrc.txt,v 1.15 2005/01/11 16:34:44 xtraeme Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ TIFF_BUILDLINK3_MK:= ${TIFF_BUILDLINK3_MK}+ @@ -4420,7 +4426,7 @@ A.1. files A.1.1. Makefile -# $NetBSD$ +# $NetBSD: pkgsrc.txt,v 1.15 2005/01/11 16:34:44 xtraeme Exp $ # DISTNAME= bison-1.25 @@ -4444,7 +4450,7 @@ of the NetBSD source tree is beyond me. A.1.3. PLIST -@comment $NetBSD$ +@comment $NetBSD: pkgsrc.txt,v 1.15 2005/01/11 16:34:44 xtraeme Exp $ bin/bison man/man1/bison.1.gz share/bison.simple |