summaryrefslogtreecommitdiff
path: root/devel/robodoc
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-11-10 18:28:30 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-11-10 18:28:30 +0000
commit8ea441a0ae3d33e7b5d6f777c0d2839104901805 (patch)
treedb6f5c9b6770cf6a0a8f17a95442440a0d48e9f8 /devel/robodoc
parent- Update to version 2.0.0 (diff)
- Update to version 4.0.6
PR: 59121 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=93677
Diffstat (limited to 'devel/robodoc')
-rw-r--r--devel/robodoc/Makefile22
-rw-r--r--devel/robodoc/distinfo2
-rw-r--r--devel/robodoc/pkg-plist28
3 files changed, 18 insertions, 34 deletions
diff --git a/devel/robodoc/Makefile b/devel/robodoc/Makefile
index d50d39f2c072..2ee4338c3223 100644
--- a/devel/robodoc/Makefile
+++ b/devel/robodoc/Makefile
@@ -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 @@ COMMENT= Code reference program similar to cxref that produces HTML
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 --git a/devel/robodoc/distinfo b/devel/robodoc/distinfo
index 0c4331cad769..36512d848871 100644
--- a/devel/robodoc/distinfo
+++ b/devel/robodoc/distinfo
@@ -1 +1 @@
-MD5 (robodoc-3.2.2.tar.gz) = bee7180d05690e045583df70434c156e
+MD5 (robodoc-4.0.6.tar.gz) = 494705e388b01ef40149a64b55c434a4
diff --git a/devel/robodoc/pkg-plist b/devel/robodoc/pkg-plist
index b6e165579694..93ce5b85e168 100644
--- a/devel/robodoc/pkg-plist
+++ b/devel/robodoc/pkg-plist
@@ -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%%