pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/doc
Module Name: pkgsrc
Committed By: gutteridge
Date: Tue Dec 6 01:41:19 UTC 2022
Modified Files:
pkgsrc/doc: pkgsrc.html pkgsrc.txt
Log Message:
doc/pkgsrc.*: regen
To generate a diff of this commit:
cvs rdiff -u -r1.344 -r1.345 pkgsrc/doc/pkgsrc.html
cvs rdiff -u -r1.342 -r1.343 pkgsrc/doc/pkgsrc.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/doc/pkgsrc.html
diff -u pkgsrc/doc/pkgsrc.html:1.344 pkgsrc/doc/pkgsrc.html:1.345
--- pkgsrc/doc/pkgsrc.html:1.344 Sat Dec 3 02:21:09 2022
+++ pkgsrc/doc/pkgsrc.html Tue Dec 6 01:41:19 2022
@@ -6280,8 +6280,6 @@ BUILDLINK_API_DEPENDS.foo+= foo>=1.
<code class="filename">buildlink3.mk</code> is taken
from <code class="filename">pkgsrc/graphics/tiff</code>:</p>
<pre class="programlisting">
-# $NetBSD: buildlink3.mk,v 1.16 2009/03/20 19:24:45 joerg Exp $
-
BUILDLINK_TREE+= tiff
.if !defined(TIFF_BUILDLINK3_MK)
@@ -8236,6 +8234,9 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=us
GITHUB_TAG= v${PKGVERSION_NOREV}
EXTRACT_SUFX= .zip
</pre>
+<p>Here, DISTNAME combined with use of GITHUB_TAG leads the
+ file fetching infrastructure to save the resulting file locally as
+ <code class="literal">example-1.0.zip</code>.</p>
</div>
<div class="sect3">
<div class="titlepage"><div><div><h4 class="title">
Index: pkgsrc/doc/pkgsrc.txt
diff -u pkgsrc/doc/pkgsrc.txt:1.342 pkgsrc/doc/pkgsrc.txt:1.343
--- pkgsrc/doc/pkgsrc.txt:1.342 Sat Dec 3 02:21:09 2022
+++ pkgsrc/doc/pkgsrc.txt Tue Dec 6 01:41:19 2022
@@ -5247,8 +5247,6 @@ following command will generate a good s
The following real-life example buildlink3.mk is taken from pkgsrc/graphics/
tiff:
-# $NetBSD: buildlink3.mk,v 1.16 2009/03/20 19:24:45 joerg Exp $
-
BUILDLINK_TREE+= tiff
.if !defined(TIFF_BUILDLINK3_MK)
@@ -6842,6 +6840,9 @@ MASTER_SITES= ${MASTER_SITE_GITHUB:=us
GITHUB_TAG= v${PKGVERSION_NOREV}
EXTRACT_SUFX= .zip
+Here, DISTNAME combined with use of GITHUB_TAG leads the file fetching
+infrastructure to save the resulting file locally as example-1.0.zip.
+
21.2.3.2. Fetch based on a specific commit before the first release
If your distfile looks similar to https://github.com/username/example/archive/
Home |
Main Index |
Thread Index |
Old Index