Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Apr 2000 15:37:27 GMT
From:      Ruslan@Shevchenko.Kiev.UA
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/17860: update of devel/doc++
Message-ID:  <200004081537.PAA09665@cam.grad.kiev.ua>

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

>Number:         17860
>Category:       ports
>Synopsis:       update of devel/doc++
>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:   Sat Apr  8 05:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Ruslan Shevchenko
>Release:        FreeBSD 3.0-CURRENT i386
>Organization:
private person
>Environment:

  3.0 or more

>Description:

     1. version update
     2. base URL change
     3. documentation now installed

>How-To-Repeat:


>Fix:
	

diff -udr doc++.orig/Makefile doc++/Makefile
--- doc++.orig/Makefile	Sat Mar 18 03:00:29 2000
+++ doc++/Makefile	Fri Mar 24 13:17:39 2000
@@ -6,10 +6,10 @@
 # $FreeBSD: ports/devel/doc++/Makefile,v 1.6 1999/10/13 07:59:51 flathill Exp $
 #
 
-DISTNAME=	doc++-3.3.13
+DISTNAME=	doc++-3.4.2
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SUNSITE} \
-		http://www.imaginator.com/doc++/
+		http://www.linuxsupportline.com/~doc++/
 MASTER_SITE_SUBDIR=	apps/doctools
 
 MAINTAINER=	Ruslan@Shevchenko.Kiev.UA
@@ -20,5 +20,45 @@
 
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
+
+
+
+ADDITIONAL_DOCS=${WRKSRC}/doc/manual/html/ClassGraph.class \
+${WRKSRC}/doc/manual/html/ClassGraphPanel.class \
+${WRKSRC}/doc/manual/html/ClassLayout.class \
+${WRKSRC}/doc/manual/html/CommonBase.html \
+${WRKSRC}/doc/manual/html/Derived_Class.html \
+${WRKSRC}/doc/manual/html/Example.html \
+${WRKSRC}/doc/manual/html/FileInclusion.html \
+${WRKSRC}/doc/manual/html/FrequentlyAskedQuestions.html \
+${WRKSRC}/doc/manual/html/General.html \
+${WRKSRC}/doc/manual/html/HIER.html \
+${WRKSRC}/doc/manual/html/HIERjava.html \
+${WRKSRC}/doc/manual/html/InstallationInstructions.html \
+${WRKSRC}/doc/manual/html/Intermediate.html \
+${WRKSRC}/doc/manual/html/Introduction.html \
+${WRKSRC}/doc/manual/html/ManualEntries.html \
+${WRKSRC}/doc/manual/html/NavigatorButton.class \
+${WRKSRC}/doc/manual/html/Quickstart.html \
+${WRKSRC}/doc/manual/html/ReferenceManual.html \
+${WRKSRC}/doc/manual/html/Structure.html \
+${WRKSRC}/doc/manual/html/TextFormatting.html \
+${WRKSRC}/doc/manual/html/Usage.html \
+${WRKSRC}/doc/manual/html/down.gif \
+${WRKSRC}/doc/manual/html/function.html \
+${WRKSRC}/doc/manual/html/icon1.gif \
+${WRKSRC}/doc/manual/html/icon2.gif \
+${WRKSRC}/doc/manual/html/index.html \
+${WRKSRC}/doc/manual/html/logo.gif \
+${WRKSRC}/doc/manual/html/supportedHTMLmacros.html \
+${WRKSRC}/doc/manual/html/supportedTeXmacros.html 
+
+post-install:
+.if !defined(NOPORTSDOCS)
+	${MKDIR} ${PREFIX}/share/doc/doc++
+	for i in $(ADDITIONAL_DOCS); do \
+            ${INSTALL_MAN} $$i ${PREFIX}/share/doc/doc++ ;\
+	done
+.endif
 
 .include <bsd.port.mk>
Only in doc++.orig: errs
Only in doc++/files: md5
diff -udr doc++.orig/pkg/DESCR doc++/pkg/DESCR
--- doc++.orig/pkg/DESCR	Sat Mar 18 03:00:29 2000
+++ doc++/pkg/DESCR	Sat Apr  8 15:35:04 2000
@@ -2,4 +2,4 @@
 javadoc-like documentation in HTML and LaTeX.  The homepage contains
 more information to supplement this short description.
 
-WWW: http://www.imaginator.com/doc++/
+WWW: http://www.liuxsupportline.com/~doc++/
diff -udr doc++.orig/pkg/PLIST doc++/pkg/PLIST
--- doc++.orig/pkg/PLIST	Sat Mar 18 03:00:29 2000
+++ doc++/pkg/PLIST	Wed Mar 22 21:07:32 2000
@@ -1,3 +1,32 @@
 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

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


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004081537.PAA09665>