From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 71365 invoked by alias); 6 Nov 2017 14:30:40 -0000 Mailing-List: contact cygwin-apps-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-apps-cvs-owner@sourceware.org Received: (qmail 71315 invoked by uid 9795); 6 Nov 2017 14:30:39 -0000 Date: Mon, 06 Nov 2017 14:30:00 -0000 Message-ID: <20171106143039.71279.qmail@sourceware.org> From: jturney@sourceware.org To: cygwin-apps-cvs@sourceware.org Subject: [cygwin-apps htdocs - The cygwin-apps website files] branch master, updated. cdd0531c2cdbafca55f2f35e0639965dc2752540 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3c21f60583271c36d6609c80478d9b4586ae7ee8 X-Git-Newrev: cdd0531c2cdbafca55f2f35e0639965dc2752540 X-SW-Source: 2017-q4/txt/msg00022.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/apps-htdocs.git;h=cdd0531c2cdbafca55f2f35e0639965dc2752540 commit cdd0531c2cdbafca55f2f35e0639965dc2752540 Author: Jon Turney Date: Mon Nov 6 14:30:02 2017 +0000 Update section about version labels to match current practice https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/apps-htdocs.git;h=f4acb543e9807f3eac9bccdc25894b98099ecf78 commit f4acb543e9807f3eac9bccdc25894b98099ecf78 Author: Jon Turney Date: Mon Nov 6 14:29:09 2017 +0000 Add header for version section https://sourceware.org/git/gitweb.cgi?p=cygwin-apps/apps-htdocs.git;h=935dab8a0ce5bba8c24cfb96061ff1b409b5ca2b commit 935dab8a0ce5bba8c24cfb96061ff1b409b5ca2b Author: Jon Turney Date: Mon Nov 6 14:25:34 2017 +0000 requires: appears in package section, not version section Diff: --- setup.ini.html | 25 +++++++++++++------------ 1 files changed, 13 insertions(+), 12 deletions(-) diff --git a/setup.ini.html b/setup.ini.html index b43800b..4db98b1 100644 --- a/setup.ini.html +++ b/setup.ini.html @@ -64,7 +64,7 @@ by Cygwin.

arch: x86|x86_64

The processor architecture this package set is built for.

-

Packages

+

Package section

@ package

Package: package

@@ -92,26 +92,27 @@ information on categories.

Optional. This is text that will be displayed by setup when the package is installed.

+

requires: package[ package...]

+

Indicates a list of packages that this package needs at runtime in order +to function correctly. Multiple packages should be separated by a space.

+ +

Version description

+

[curr]
- [prev]
[test]
- [ver<digits>]
+ [prev]
+ [<label>]

These indicate the start of a version description within a package section. Note that [curr] is the default, and may be omitted if that version happens to be specified before the others. "curr" indicates the current -stable (preferred) version, and "test" indicates a test -version. "ver<digits>" carries no meaning except to be a unique label for -a version. For historical reasons, "prev" is used for the version preceding the -"curr" version. +stable (preferred) version, and "test" indicates a test version. +For historical reasons, "prev" is used for versions preceding the "curr" version. +"<label>" carries no meaning except to be a label for a version.

-

requires: package[ package...]

-

Indicates a list of packages that this package needs at runtime in order -to function correctly. Multiple packages should be separated by a space.

-

version: version

Indicates the version of the package.

@@ -135,7 +136,7 @@ for the current package version. i.e. for package foo-dev, one might have "Source: foo-src" to indicate that the source package for foo-dev is foo-src. This entry should not be used in conjunction with the "source:" entry.

-

Note: The following directives are not fully implemented yet.

+

Note: The following directives are not fully implemented yet.

Depends: package [(= | <= | >= | < | > version-identifier)] [, package ...]