diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-07 21:34:27 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-01-07 21:34:27 +0000 |
commit | dd28440c647dca16771f309099eea1f1255e5bda (patch) | |
tree | 9c75f632912fa321924855df0d23ed5a24793426 /ports-mgmt | |
parent | a351950aad09236cba24f04f6815942e1c7bdb56 (diff) |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/portsnap/Makefile | 55 | ||||
-rw-r--r-- | ports-mgmt/portsnap/distinfo | 3 | ||||
-rw-r--r-- | ports-mgmt/portsnap/files/patch-portsnap | 11 | ||||
-rw-r--r-- | ports-mgmt/portsnap/files/patch-portsnap.8 | 41 | ||||
-rw-r--r-- | ports-mgmt/portsnap/files/pkg-message.in | 20 | ||||
-rw-r--r-- | ports-mgmt/portsnap/pkg-descr | 15 |
7 files changed, 0 insertions, 146 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index 3e69bdf5abda..d80d4aef268b 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -50,7 +50,6 @@ SUBDIR += portscout SUBDIR += portsearch SUBDIR += portsman - SUBDIR += portsnap SUBDIR += portsopt SUBDIR += porttools SUBDIR += portupdate-scan diff --git a/ports-mgmt/portsnap/Makefile b/ports-mgmt/portsnap/Makefile deleted file mode 100644 index c40c0a7520e3..000000000000 --- a/ports-mgmt/portsnap/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# New ports collection makefile for: Ports tree snapshot utility -# Date created: 29 October 2004 -# Whom: cperciva@daemonology.net -# -# $FreeBSD$ -# - -PORTNAME= portsnap -PORTVERSION= 1.1 -CATEGORIES= ports-mgmt net -MASTER_SITES= http://www.daemonology.net/portsnap/ - -MAINTAINER= cperciva@daemonology.net -COMMENT= Provides secure snapshots of the ports directory - -RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600021 && ( ${OSVERSION} < 504102 || ${OSVERSION} > 599999 ) -RUN_DEPENDS+= sha256:${PORTSDIR}/sysutils/freebsd-sha256 -.endif - -.if ${OSVERSION} > 600033 || ( ${OSVERSION} > 504103 && ${OSVERSION} < 600000 ) -IGNORE= is now contained in the base system -.endif - -MAN5= portsnap.conf.5 -MAN8= portsnap.8 -PLIST_FILES= etc/portsnap.conf.sample sbin/portsnap \ - libexec/phttpget \ - libexec/make_index portsnap/.package.this.directory -PLIST_DIRS= portsnap -SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message - -post-patch: - ${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" \ - ${WRKSRC}/portsnap ${WRKSRC}/portsnap.8 - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/portsnap ${PREFIX}/sbin - ${INSTALL_PROGRAM} ${WRKSRC}/make_index ${PREFIX}/libexec - ${INSTALL_PROGRAM} ${WRKSRC}/phttpget ${PREFIX}/libexec - ${INSTALL_MAN} ${WRKSRC}/portsnap.conf.5 ${PREFIX}/man/man5/ - ${INSTALL_MAN} ${WRKSRC}/portsnap.8 ${PREFIX}/man/man8/ - ${INSTALL_DATA} ${WRKSRC}/portsnap.conf \ - ${PREFIX}/etc/portsnap.conf.sample - ${MKDIR} ${PREFIX}/portsnap - ${TOUCH} ${PREFIX}/portsnap/.package.this.directory - -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.post.mk> diff --git a/ports-mgmt/portsnap/distinfo b/ports-mgmt/portsnap/distinfo deleted file mode 100644 index 1f7d8091287e..000000000000 --- a/ports-mgmt/portsnap/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (portsnap-1.1.tar.gz) = 76b20b3ef870961045d9a8d82e15b77d -SHA256 (portsnap-1.1.tar.gz) = 08bf6db8738d5c4fe757737d97366e7e899a6d0cfb244a46055f97f4b116b36c -SIZE (portsnap-1.1.tar.gz) = 20875 diff --git a/ports-mgmt/portsnap/files/patch-portsnap b/ports-mgmt/portsnap/files/patch-portsnap deleted file mode 100644 index a2caace08db9..000000000000 --- a/ports-mgmt/portsnap/files/patch-portsnap +++ /dev/null @@ -1,11 +0,0 @@ ---- portsnap.orig Thu Jul 20 09:00:57 2006 -+++ portsnap Thu Jul 20 09:01:14 2006 -@@ -81,7 +81,7 @@ - NDEBUG="" - DDSTATS="" - INDEXONLY="" -- PREFIX="/usr/local" -+ PREFIX="%%PREFIX%%" - SERVERNAME="" - REFUSE="" - LOCALDESC="" diff --git a/ports-mgmt/portsnap/files/patch-portsnap.8 b/ports-mgmt/portsnap/files/patch-portsnap.8 deleted file mode 100644 index 1a48185d48d7..000000000000 --- a/ports-mgmt/portsnap/files/patch-portsnap.8 +++ /dev/null @@ -1,41 +0,0 @@ ---- portsnap.8.orig Sat May 27 09:21:29 2006 -+++ portsnap.8 Thu Jul 20 09:06:29 2006 -@@ -57,13 +57,13 @@ - Store working files (e.g. downloaded updates) in - .Ar workdir . - (default: --.Pa $PREFIX/portsnap , -+.Pa %%PREFIX%%/portsnap , - or as given in the configuration file.) - .It Fl f Ar conffile - Read the configuration from from - .Ar conffile . - (default: --.Pa $PREFIX/etc/portsnap.conf ) -+.Pa %%PREFIX%%/etc/portsnap.conf ) - .It Fl I - For the - .Cm update -@@ -157,7 +157,7 @@ - .It - If your clock is set to local time, adding the line - .Pp --.Dl 0 3 * * * root /usr/local/sbin/portsnap cron -+.Dl 0 3 * * * root /foo/sbin/portsnap cron - .Pp - to /etc/crontab is a good way to make sure you always have - an up-to-date snapshot of the ports tree available which -@@ -218,10 +218,10 @@ - may be published, but only in aggregate and after anonymizing the - individual systems. - .Sh FILES --.Bl -tag -width "$PREFIX/etc/portsnap.conf" --.It $PREFIX/etc/portsnap.conf -+.Bl -tag -width "%%PREFIX%%/etc/portsnap.conf" -+.It %%PREFIX%%/etc/portsnap.conf - Default location of the portsnap configuration file. --.It $PREFIX/portsnap -+.It %%PREFIX%%/portsnap - Default location where compressed snapshots are stored. - .It /usr/ports - Default location where the ports tree is extracted. diff --git a/ports-mgmt/portsnap/files/pkg-message.in b/ports-mgmt/portsnap/files/pkg-message.in deleted file mode 100644 index 519591ac4336..000000000000 --- a/ports-mgmt/portsnap/files/pkg-message.in +++ /dev/null @@ -1,20 +0,0 @@ - -Before you can use portsnap, you will have to create an update configuration -file specifying the server from which to fetch snapshots and the sha256 hash -of the openssl public key which is trusted to sign the snapshots. - -A sample configuration file has been installed in - - %%PREFIX%%/etc/portsnap.conf.sample - -which will fetch snapshots built and signed by the author. If you want to -use these updates, copy that file to - - %%PREFIX%%/etc/portsnap.conf - -otherwise, create that file as appropriate. - -NOTE TO USERS UPGRADING FROM PORTSNAP 0.3.1 OR EARLIER: The structure -of the portsnap configuration file has changed; you will have to replace -your existing portsnap.conf with a new version. - diff --git a/ports-mgmt/portsnap/pkg-descr b/ports-mgmt/portsnap/pkg-descr deleted file mode 100644 index a33c0a7dda3a..000000000000 --- a/ports-mgmt/portsnap/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -Portsnap is a system for securely updating the ports tree by -distributing signed compressed snapshots. This is the client -half of that system; it downloads compressed snapshots into -/usr/local/portsnap ("portsnap fetch") and uses those to extract -a ports tree into /usr/ports ("portsnap extract") or update an -existing tree ("portsnap update"). - -In addition to operating entirely over HTTP, portsnap can use under -a tenth of the bandwidth required by CVSup if a copy of the ports -tree is being updated every few days. - -WWW: http://www.daemonology.net/portsnap/ - -- Colin Percival -cperciva@daemonology.net |