Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2012 15:27:10 -0800 (PST)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        cperciva@tarsnap.com
Subject:   ports/164614: [PATCH] sysutils/spiped: Set LICENSE and install documentation
Message-ID:  <4f25d5ce.0f5dec0a.461a.5f2e@mx.google.com>
Resent-Message-ID: <201201292330.q0TNU5Ri022464@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         164614
>Category:       ports
>Synopsis:       [PATCH] sysutils/spiped: Set LICENSE and install documentation
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 29 23:30:05 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Raphael Kubo da Costa
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
FreeBSD Project
>Environment:
System: FreeBSD gibbon 8.2-STABLE FreeBSD 8.2-STABLE #38: Sat Jan 14 19:24:44 BRST 2012
>Description:
I sometimes forget all the commands I can use with spiped, and since it does
not have a man page I usually need to extract the distfile and look at the
README. Installing the documentation makes my life a bit easier.

While here, also set LICENSE.

Port maintainer (cperciva@tarsnap.com) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- spiped-1.1.0_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/sysutils/spiped/Makefile,v
retrieving revision 1.2
diff -u -u -r1.2 Makefile
--- Makefile	17 Sep 2011 06:51:09 -0000	1.2
+++ Makefile	29 Jan 2012 23:25:13 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	spiped
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	sysutils security
 MASTER_SITES=	http://www.tarsnap.com/spiped/
 EXTRACT_SUFX=	.tgz
@@ -14,8 +15,18 @@
 MAINTAINER=	cperciva@tarsnap.com
 COMMENT=	Daemon for creating secure symmetric pipes
 
+LICENSE=	BSD
+LICENSE_FILE=	${WRKSRC}/COPYRIGHT
+
 PLIST_FILES=	bin/spiped
+PORTDOCS=	BUILDING CHANGELOG COPYRIGHT README STYLE
 
 USE_RC_SUBR=	spiped
 
+post-install:
+.if !defined(NOPORTDOCS)
+	${MKDIR} ${DOCSDIR}
+	(cd ${WRKSRC} && ${INSTALL_MAN} ${PORTDOCS} ${DOCSDIR})
+.endif
+
 .include <bsd.port.mk>
--- spiped-1.1.0_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4f25d5ce.0f5dec0a.461a.5f2e>