From 00aea84568eb2593d165764d9f45c8510a116ac9 Mon Sep 17 00:00:00 2001 From: tnn Date: Sat, 7 Mar 2015 21:31:55 +0000 Subject: regen --- doc/pkgsrc.html | 55 +++++++++++++++++++++++++++---------------------------- 1 file changed, 27 insertions(+), 28 deletions(-) (limited to 'doc/pkgsrc.html') diff --git a/doc/pkgsrc.html b/doc/pkgsrc.html index e8d919505c2..bd4b2150b79 100644 --- a/doc/pkgsrc.html +++ b/doc/pkgsrc.html @@ -7362,7 +7362,7 @@ TOOLS_PLATFORM.true?= true # shell builtin

18.4. Questions regarding the tools

-
+
18.4.1. How do I add a new tool?
18.4.2. How do I get a list of all available @@ -7381,7 +7381,7 @@ TOOLS_PLATFORM.true?= true # shell builtin -

18.4.1.

+

18.4.1.

How do I add a new tool?

@@ -7391,7 +7391,7 @@ TOOLS_PLATFORM.true?= true # shell builtin -

18.4.2.

+

18.4.2.

How do I get a list of all available tools?

@@ -7402,7 +7402,7 @@ TOOLS_PLATFORM.true?= true # shell builtin -

18.4.3.

+

18.4.3.

How can I get a list of all the tools that a package is using while being built? I want to know whether it @@ -8161,7 +8161,8 @@ FETCH_MESSAGE+= "manually from "${MASTER_SITES:Q}"."

19.2.3. Packages hosted on github.com

-

Helper methods exist for packages hosted on github.com. You do not need to specify MASTER_SITE but should instead use one of the three supported methods from below.

+

Helper methods exist for packages hosted on github.com which will often have distfile names that clash with other packages, for example 1.0.tar.gz. Use one of the three recipes from below: +

19.2.3.1. Fetch based on a tagged release

@@ -8170,10 +8171,9 @@ FETCH_MESSAGE+= "manually from "${MASTER_SITES:Q}"."

 DISTNAME=       exampleproject-1.0
-USE_GITHUB=     yes
-GH_ACCOUNT=     username
-#GH_PROJECT=    # can be omitted if same as DISTNAME
-GH_TAGNAME=     v1.0
+MASTER_SITES=   ${MASTER_SITE_GITHUB:=username/}
+#GITHUB_PROJECT=        # can be omitted if same as DISTNAME
+GITHUB_TAG=     v${PKGVERSION_NOREV}
 EXTRACT_SUFX=   .zip
 
@@ -8185,10 +8185,9 @@ EXTRACT_SUFX= .zip

 DISTNAME=       example-1.0
-USE_GITHUB=     yes
-#GH_ACCOUNT=    # can be omitted if same as DISTNAME
-#GH_PROJECT=    # can be omitted if same as DISTNAME
-GH_COMMIT=      988881adc9fc3655077dc2d4d757d480b5ea0e11
+MASTER_SITES=   ${MASTER_SITE_GITHUB:example/}
+#GITHUB_PROJECT=        # can be omitted if same as DISTNAME
+GITHUB_TAG=     988881adc9fc3655077dc2d4d757d480b5ea0e11
       
@@ -8198,12 +8197,12 @@ GH_COMMIT= 988881adc9fc3655077dc2d4d757d480b5ea0e11 If your distfile URL looks similar to http://github.com/username/exampleproject/releases/download/rel-1.6/offensive-1.6.zip, then you are packaging a release.

-PKGNAME=	${DISTNAME:S/offensive/proper/}
 DISTNAME=       offensive-1.6
-USE_GITHUB=     yes
-GH_ACCOUNT=     username
-GH_PROJECT=     exampleproject
-GH_RELEASE=     rel-${PKGVERSION_NOREV} # usually just set this to ${DISTNAME}
+PKGNAME=        ${DISTNAME:S/offensive/proper/}
+MASTER_SITES=   ${MASTER_SITE_GITHUB:=username/}
+GITHUB_PROJECT= exampleproject
+GITHUB_RELEASE= rel-${PKGVERSION_NOREV} # usually just set this to ${DISTNAME}
+EXTRACT_SUFX=   .zip
       
@@ -9550,7 +9549,7 @@ place.

and if you still don't have the answer, ask on the pkgsrc-users mailing list.

-
+
22.1. What is the difference between MAKEFLAGS, .MAKEFLAGS and MAKE_FLAGS? @@ -9595,7 +9594,7 @@ do? -

22.1.

+

22.1.

What is the difference between MAKEFLAGS, .MAKEFLAGS and @@ -9611,7 +9610,7 @@ do? -

22.2.

+

22.2.

What is the difference between MAKE, GMAKE and @@ -9629,7 +9628,7 @@ do? -

22.3.

+

22.3.

What is the difference between CC, PKG_CC and @@ -9647,7 +9646,7 @@ do? -

22.4.

+

22.4.

What is the difference between BUILDLINK_LDFLAGS, @@ -9660,7 +9659,7 @@ do? -

22.5.

+

22.5.

Why does make show-var VARNAME=BUILDLINK_PREFIX.foo @@ -9676,7 +9675,7 @@ do? -

22.6.

+

22.6.

What does ${MASTER_SITE_SOURCEFORGE:=package/} mean? I @@ -9700,7 +9699,7 @@ do? -

22.7.

+

22.7.

Which mailing lists are there for package developers?

@@ -9725,7 +9724,7 @@ do? -

22.8.

+

22.8.

Where is the pkgsrc documentation?

@@ -9773,7 +9772,7 @@ do? -

22.9.

+

22.9.

I have a little time to kill. What shall I do?

-- cgit v1.2.3