[Midnightbsd-cvs] src [12166] trunk/etc: add a portsnap config
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Feb 9 13:17:48 EST 2019
Revision: 12166
http://svnweb.midnightbsd.org/src/?rev=12166
Author: laffer1
Date: 2019-02-09 13:17:48 -0500 (Sat, 09 Feb 2019)
Log Message:
-----------
add a portsnap config
Modified Paths:
--------------
trunk/etc/Makefile
Added Paths:
-----------
trunk/etc/portsnap.conf
Modified: trunk/etc/Makefile
===================================================================
--- trunk/etc/Makefile 2019-02-03 15:41:14 UTC (rev 12165)
+++ trunk/etc/Makefile 2019-02-09 18:17:48 UTC (rev 12166)
@@ -122,6 +122,10 @@
BIN1+= nscd.conf
.endif
+.if ${MK_PORTSNAP} != "no"
+BIN1+= portsnap.conf
+.endif
+
.if ${MK_PF} != "no"
BIN1+= pf.os
.endif
Added: trunk/etc/portsnap.conf
===================================================================
--- trunk/etc/portsnap.conf (rev 0)
+++ trunk/etc/portsnap.conf 2019-02-09 18:17:48 UTC (rev 12166)
@@ -0,0 +1,34 @@
+# $MidnightBSD$
+
+# Default directory where compressed snapshots are stored.
+# WORKDIR=/var/db/portsnap
+
+# Default location of the ports tree (target for "update" and "extract").
+PORTSDIR=/usr/mports
+
+# Server or server pool from which to fetch updates. You can change
+# this to point at a specific server if you want, but in most cases
+# using a "nearby" server won't provide a measurable improvement in
+# performance.
+SERVERNAME=portsnap.MidnightBSD.org
+
+# Trusted keyprint. Changing this is a Bad Idea unless you've received
+# a PGP-signed email from <portmgr at MidnightBSD.org> telling you to
+# change it and explaining why.
+KEYPRINT=5176945fdb75d752940ca30acb981c2229cff38d3ad2a76b5112110cc92b4dc9
+
+# Example of ignoring parts of the ports tree. If you know that you
+# absolutely will not need certain parts of the tree, this will save
+# some bandwidth and disk space. See the manual page for more details.
+#
+# WARNING: Working with an incomplete ports tree is not supported and
+# can cause problems due to missing dependencies. If you have REFUSE
+# directives and experience problems, remove them and update your tree
+# before asking for help on the mailing lists.
+#
+# REFUSE arabic chinese french german hebrew hungarian japanese
+# REFUSE korean polish portuguese russian ukrainian vietnamese
+
+# List of INDEX files to build and the DESCRIBE file to use for each
+INDEX INDEX-0 DESCRIBE.0
+INDEX INDEX-1 DESCRIBE.1
Property changes on: trunk/etc/portsnap.conf
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list