From owner-freebsd-ports Mon Feb 28 8:50: 6 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2039B37B8E9 for ; Mon, 28 Feb 2000 08:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA28356; Mon, 28 Feb 2000 08:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from bastuba.partitur.se (bastuba.partitur.se [193.219.246.194]) by hub.freebsd.org (Postfix) with ESMTP id 777F537B8C9 for ; Mon, 28 Feb 2000 08:49:24 -0800 (PST) (envelope-from girgen@partitur.se) Received: from elbas.partitur.se (elbas.partitur.se [193.219.246.222]) by bastuba.partitur.se (8.8.8/8.8.8) with ESMTP id RAA05668; Mon, 28 Feb 2000 17:48:57 +0100 (CET) (envelope-from girgen@partitur.se) Received: (from girgen@localhost) by elbas.partitur.se (8.9.3/8.9.3) id RAA82666; Mon, 28 Feb 2000 17:48:57 +0100 (CET) (envelope-from girgen@partitur.se) Message-Id: <200002281648.RAA82666@elbas.partitur.se> Date: Mon, 28 Feb 2000 17:48:57 +0100 (CET) From: Palle Girgensohn Reply-To: girgen@partitur.se To: FreeBSD-gnats-submit@freebsd.org Cc: Ruslan@Shevchenko.Kiev.UA X-Send-Pr-Version: 3.2 Subject: ports/17047: Let doc++ install documentation Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17047 >Category: ports >Synopsis: Let doc++ install documentation >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 28 08:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 3.3-RELEASE i386 >Organization: Partitur >Environment: fresh ports tree >Description: The devel/doc++ package does not install any documentation. This patch makes it do just that. >How-To-Repeat: >Fix: --- Makefile.orig Mon Feb 28 17:26:53 2000 +++ Makefile Mon Feb 28 17:39:49 2000 @@ -21,4 +21,39 @@ GNU_CONFIGURE= yes USE_GMAKE= yes +post-install: +.if !defined(NOPORTDOCS) + @$(MKDIR) $(PREFIX)/share/doc/doc++ + @cd $(WRKSRC)/doc/manual/html; $(INSTALL_DATA) ClassGraph.class \ + ClassGraphPanel.class \ + ClassLayout.class \ + CommonBase.html \ + Derived_Class.html \ + Example.html \ + FileInclusion.html \ + FrequentlyAskedQuestions.html \ + General.html \ + HIER.html \ + HIERjava.html \ + InstallationInstructions.html \ + Intermediate.html \ + Introduction.html \ + ManualEntries.html \ + NavigatorButton.class \ + Quickstart.html \ + ReferenceManual.html \ + Structure.html \ + TextFormatting.html \ + Usage.html \ + down.gif \ + function.html \ + icon1.gif \ + icon2.gif \ + index.html \ + logo.gif \ + supportedHTMLmacros.html \ + supportedTeXmacros.html \ + $(PREFIX)/share/doc/doc++ +.endif + .include --- pkg/PLIST~ Sat Dec 26 06:00:45 1998 +++ pkg/PLIST Mon Feb 28 17:32:18 2000 @@ -1,3 +1,33 @@ bin/doc++ bin/docify bin/promote +share/doc/doc++/ClassGraph.class +share/doc/doc++/ClassGraphPanel.class +share/doc/doc++/ClassLayout.class +share/doc/doc++/CommonBase.html +share/doc/doc++/Derived_Class.html +share/doc/doc++/Example.html +share/doc/doc++/FileInclusion.html +share/doc/doc++/FrequentlyAskedQuestions.html +share/doc/doc++/General.html +share/doc/doc++/HIER.html +share/doc/doc++/HIERjava.html +share/doc/doc++/InstallationInstructions.html +share/doc/doc++/Intermediate.html +share/doc/doc++/Introduction.html +share/doc/doc++/ManualEntries.html +share/doc/doc++/NavigatorButton.class +share/doc/doc++/Quickstart.html +share/doc/doc++/ReferenceManual.html +share/doc/doc++/Structure.html +share/doc/doc++/TextFormatting.html +share/doc/doc++/Usage.html +share/doc/doc++/down.gif +share/doc/doc++/function.html +share/doc/doc++/icon1.gif +share/doc/doc++/icon2.gif +share/doc/doc++/index.html +share/doc/doc++/logo.gif +share/doc/doc++/supportedHTMLmacros.html +share/doc/doc++/supportedTeXmacros.html +@dirrm share/doc/doc++ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message