Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Nov 2003 00:00:17 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/59121: Update port: devel/robodoc to 4.0.6
Message-ID:  <20031111000017.6a0f7d20.tkato@prontomail.com>
Resent-Message-ID: <200311101510.hAAFAIdZ020058@freefall.freebsd.org>

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

>Number:         59121
>Category:       ports
>Synopsis:       Update port: devel/robodoc to 4.0.6
>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:   Mon Nov 10 07:10:17 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 4.0.6

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/devel/robodoc/Makefile devel/robodoc/Makefile
--- /usr/ports/devel/robodoc/Makefile	Sat Apr 12 22:43:42 2003
+++ devel/robodoc/Makefile	Sun Nov  9 01:51:30 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	robodoc
-PORTVERSION=	3.2.2
+PORTVERSION=	4.0.6
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -17,19 +17,17 @@
 GNU_CONFIGURE=	yes
 MAKEFILE=	makefile
 
-MAN1=		robodoc.1
+MAN1=		robodoc.1 robohdrs.1
 
-post-install:
-	@${MKDIR} ${PREFIX}/share/examples/robodoc/C
-	${INSTALL_DATA} ${WRKSRC}/Examples/C/* \
-		${PREFIX}/share/examples/robodoc/C
-	@${MKDIR} ${PREFIX}/share/examples/robodoc/CPP
-	${INSTALL_DATA} ${WRKSRC}/Examples/CPP/* \
-		${PREFIX}/share/examples/robodoc/CPP
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/Source/robodoc ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/Source/robohdrs ${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/Docs/robodoc.1 ${MANPREFIX}/man/man1
+	${INSTALL_MAN} ${WRKSRC}/Docs/robohdrs.1 ${MANPREFIX}/man/man1
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${PREFIX}/share/doc/robodoc
-.for file in AUTHORS ChangeLog NEWS README Docs/main.css Docs/robodoc.html
-	${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/robodoc
+	@${MKDIR} ${DOCSDIR}
+.for file in AUTHORS ChangeLog NEWS README Docs/manual.html
+	${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
 .endfor
 .endif
 
diff -urN /usr/ports/devel/robodoc/distinfo devel/robodoc/distinfo
--- /usr/ports/devel/robodoc/distinfo	Tue Jul 25 10:43:19 2000
+++ devel/robodoc/distinfo	Sun Nov  9 01:41:16 2003
@@ -1 +1 @@
-MD5 (robodoc-3.2.2.tar.gz) = bee7180d05690e045583df70434c156e
+MD5 (robodoc-4.0.6.tar.gz) = 494705e388b01ef40149a64b55c434a4
diff -urN /usr/ports/devel/robodoc/pkg-plist devel/robodoc/pkg-plist
--- /usr/ports/devel/robodoc/pkg-plist	Mon Dec 24 11:14:15 2001
+++ devel/robodoc/pkg-plist	Sun Nov  9 01:49:11 2003
@@ -1,22 +1,8 @@
 bin/robodoc
-%%PORTDOCS%%share/doc/robodoc/AUTHORS
-%%PORTDOCS%%share/doc/robodoc/ChangeLog
-%%PORTDOCS%%share/doc/robodoc/NEWS
-%%PORTDOCS%%share/doc/robodoc/README
-%%PORTDOCS%%share/doc/robodoc/main.css
-%%PORTDOCS%%share/doc/robodoc/robodoc.html
-share/examples/robodoc/C/makefile
-share/examples/robodoc/C/prog1.c
-share/examples/robodoc/C/prog1.c.html
-share/examples/robodoc/C/prog2.c
-share/examples/robodoc/C/prog2.c.html
-share/examples/robodoc/CPP/makefile
-share/examples/robodoc/CPP/masterindex.html
-share/examples/robodoc/CPP/muppets.cpp
-share/examples/robodoc/CPP/muppets.cpp.html
-share/examples/robodoc/CPP/muppets.h
-share/examples/robodoc/CPP/muppets.h.html
-@dirrm share/examples/robodoc/CPP
-@dirrm share/examples/robodoc/C
-@dirrm share/examples/robodoc
-%%PORTDOCS%%@dirrm share/doc/robodoc
+bin/robohdrs
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/manual.html
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



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