1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Update to -1.2.11

PR:		30943
Submitted by:	maintainer
This commit is contained in:
David W. Chapman Jr. 2001-10-19 05:11:12 +00:00
parent 552cb0a852
commit 96da868236
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48926
6 changed files with 48 additions and 9 deletions

View File

@ -6,8 +6,7 @@
#
PORTNAME= doxygen
PORTVERSION= 1.2.10
PORTREVISION= 1
PORTVERSION= 1.2.11
CATEGORIES= devel
MASTER_SITES= ftp://ftp.stack.nl/pub/users/dimitri/
EXTRACT_SUFX= .src.tar.gz
@ -30,9 +29,17 @@ CONFIGURE_ARGS+=--prefix ${PREFIX} --perl ${PERL} --make ${GMAKE} \
ALL_TARGET= all docs
.ifdef HAVE_LATEX
ALL_TARGET+= ps
BUILD_DEPENDS+= latex:${PORTSDIR}/print/teTeX \
dvipdfm:${PORTSDIR}/print/dvipdfm
PLIST_SUB+= HAVE_LATEX=""
.else
PLIST_SUB+= HAVE_LATEX="@comment "
pre-everything::
@${ECHO_MSG}
@${ECHO_MSG} "If you want DVI, Postscript, and PDF documentation"
@${ECHO_MSG} "in addition to the HTML documentation,"
@${ECHO_MSG} "hit Ctrl-C right now and use \"make HAVE_LATEX=yes\""
@${ECHO_MSG}
.endif
.endif
@ -57,8 +64,10 @@ do-install:
${TAR} -C ${PREFIX}/share/doc/doxygen --unlink -xf -
.ifdef HAVE_LATEX
${INSTALL_DATA} ${WRKSRC}/latex/doxygen_manual.dvi \
${PREFIX}/share/doc/doxygen
${INSTALL_DATA} ${WRKSRC}/latex/doxygen_manual.ps \
${WRKSRC}/latex/doxygen_manual.pdf \
${WRKSRC}/latex/doxygen_manual.ps \
${WRKSRC}/latex/archoverview.eps \
${WRKSRC}/latex/doxygen_logo.eps \
${PREFIX}/share/doc/doxygen
.endif
.endif

View File

@ -1 +1 @@
MD5 (doxygen-1.2.10.src.tar.gz) = 16b6d5a2ceb9629f46695cb01069f115
MD5 (doxygen-1.2.11.src.tar.gz) = a913f6bd9771eb89682e968933369776

View File

@ -0,0 +1,16 @@
--- doc/Makefile.latex.orig Mon Mar 19 14:27:39 2001
+++ doc/Makefile.latex Sun Sep 30 17:25:54 2001
@@ -12,10 +12,10 @@
# Documents produced by Doxygen are derivative works derived from the
# input used in their production; they are not affected by this license.
-all: doxygen_manual.pdf
+all: doxygen_manual.ps doxygen_manual.pdf
-doxygen_manual.pdf: doxygen_manual.ps
- ps2pdf doxygen_manual.ps doxygen_manual.pdf
+doxygen_manual.pdf: doxygen_manual.dvi
+ dvipdfm -o doxygen_manual.pdf doxygen_manual.dvi
doxygen_manual.ps: doxygen_manual.dvi
dvips -o doxygen_manual.ps doxygen_manual.dvi

View File

@ -0,0 +1,12 @@
--- doc/doxygen_manual.tex.orig Tue Sep 11 12:56:42 2001
+++ doc/doxygen_manual.tex Sun Sep 30 17:32:23 2001
@@ -12,8 +12,7 @@
% Documents produced by Doxygen are derivative works derived from the
% input used in their production; they are not affected by this license.
-\documentclass[a4paper,ps2pdf]{article}
-\usepackage{a4wide}
+\documentclass{article}
\usepackage{makeidx}
\usepackage{fancyhdr}
\usepackage{float}

View File

@ -3,7 +3,4 @@ class browser (in HTML) and/or an off-line reference manual (in LaTeX) from a
set of documented source files. The documentation is extracted directly from
the sources.
WWW: http://www.stack.nl/~dimitri/doxygen/
Joep Grooten
joep@di.nl
WWW: http://www.doxygen.org/

View File

@ -2,7 +2,10 @@ bin/doxygen
bin/doxytag
bin/doxysearch
bin/doxywizard
%%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/archoverview.eps
%%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/doxygen_logo.eps
%%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/doxygen_manual.dvi
%%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/doxygen_manual.pdf
%%PORTDOCS%%%%HAVE_LATEX%%share/doc/doxygen/doxygen_manual.ps
%%PORTDOCS%%share/doc/doxygen/examples/afterdoc.cfg
%%PORTDOCS%%share/doc/doxygen/examples/afterdoc.h
@ -298,6 +301,8 @@ bin/doxywizard
%%PORTDOCS%%share/doc/doxygen/examples/template/html/functions.html
%%PORTDOCS%%share/doc/doxygen/examples/template/html/hierarchy.html
%%PORTDOCS%%share/doc/doxygen/examples/template/html/index.html
%%PORTDOCS%%share/doc/doxygen/html/arch.html
%%PORTDOCS%%share/doc/doxygen/html/archoverview.gif
%%PORTDOCS%%share/doc/doxygen/html/autolink.html
%%PORTDOCS%%share/doc/doxygen/html/commands.html
%%PORTDOCS%%share/doc/doxygen/html/config.html