Index: head/print/dvipdfm/Makefile =================================================================== --- head/print/dvipdfm/Makefile (revision 31221) +++ head/print/dvipdfm/Makefile (revision 31222) @@ -1,47 +1,47 @@ # New ports collection makefile for: dvipdfm # Date created: 16 January 2000 # Whom: Stephen Montgomery-Smith # # $FreeBSD$ # PORTNAME= dvipdfm -PORTVERSION= 0.12.7b +PORTVERSION= 0.13 CATEGORIES= print -MASTER_SITES= http://odo.kettering.edu/dvipdfm/ +MASTER_SITES= http://gaspra.kettering.edu/dvipdfm/ MAINTAINER= stephen@math.missouri.edu BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX \ ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png RUN_DEPENDS= kpsewhich:${PORTSDIR}/print/teTeX WRKSRC= ${WRKDIR}/dvipdfm GNU_CONFIGURE= yes -CONFIGURE_ENV+= CPPFLAGS=-I${PREFIX}/include \ - CFLAGS=-I${PREFIX}/include\ +CONFIGURE_ENV+= CPPFLAGS="${CXXFLAGS} -I${PREFIX}/include" \ + CFLAGS="${CFLAGS} -I${PREFIX}/include" \ LDFLAGS=-L${PREFIX}/lib CONFIGURE_ARGS+= --datadir=${PREFIX}/share post-install: strip ${PREFIX}/bin/dvipdfm strip ${PREFIX}/bin/ebb mktexlsr ${MKDIR} ${PREFIX}/share/dvipdfm ${INSTALL_DATA} ${WRKSRC}/latex-support/dvipdfm.def ${PREFIX}/share/dvipdfm # ${INSTALL_DATA} ${WRKSRC}/latex-support/hdvipdfm.def ${PREFIX}/share/dvipdfm .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/texmf/doc/dvipdfm ${INSTALL_DATA} ${WRKSRC}/doc/dvipdfm.tex ${PREFIX}/share/texmf/doc/dvipdfm ${INSTALL_DATA} ${WRKSRC}/doc/mwicks.bb ${PREFIX}/share/texmf/doc/dvipdfm ${INSTALL_DATA} ${WRKSRC}/doc/mwicks.jpeg ${PREFIX}/share/texmf/doc/dvipdfm ${INSTALL_DATA} ${WRKSRC}/doc/transistor.bb ${PREFIX}/share/texmf/doc/dvipdfm ${INSTALL_DATA} ${WRKSRC}/doc/transistor.eps ${PREFIX}/share/texmf/doc/dvipdfm ${INSTALL_DATA} ${WRKSRC}/doc/transistor.fig ${PREFIX}/share/texmf/doc/dvipdfm ${INSTALL_DATA} ${WRKSRC}/doc/transistor.pdf ${PREFIX}/share/texmf/doc/dvipdfm ( cd ${PREFIX}/share/texmf/doc/dvipdfm ; tex dvipdfm ; ${PREFIX}/bin/dvipdfm dvipdfm ; ${RM} dvipdfm.log dvipdfm.dvi ) .endif ${CAT} ${MASTERDIR}/pkg/MESSAGE .include Property changes on: head/print/dvipdfm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/print/dvipdfm/distinfo =================================================================== --- head/print/dvipdfm/distinfo (revision 31221) +++ head/print/dvipdfm/distinfo (revision 31222) @@ -1 +1 @@ -MD5 (dvipdfm-0.12.7b.tar.gz) = 393f9399f91a456779439d8057f363a0 +MD5 (dvipdfm-0.13.tar.gz) = c619113c5a6c6a7930d1b07be889e01b Property changes on: head/print/dvipdfm/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/print/dvipdfm/pkg-descr =================================================================== --- head/print/dvipdfm/pkg-descr (revision 31221) +++ head/print/dvipdfm/pkg-descr (revision 31222) @@ -1,13 +1,13 @@ Dvipdfm is a DVI to PDF translator, developed by Mark A. Wicks. It tends to produce nicer output than by using, say, dvips followed by ps2pdf. This port is designed to be used with teTeX, which it will load as a dependency. teTeX is incompatible with other versions of tex (such as that from /usr/ports/print/tex) and latex, etc, and these should be deinstalled first. -WWW: http://odo.kettering.edu/dvipdfm/ +WWW: http://gaspra.kettering.edu/dvipdfm/ Stephen Montgomery-Smith stephen@math.missouri.edu Property changes on: head/print/dvipdfm/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/print/dvipdfm/pkg-plist =================================================================== --- head/print/dvipdfm/pkg-plist (revision 31221) +++ head/print/dvipdfm/pkg-plist (revision 31222) @@ -1,25 +1,26 @@ bin/dvipdfm bin/dvipdft bin/ebb share/dvipdfm/dvipdfm.def share/texmf/doc/dvipdfm/dvipdfm.pdf share/texmf/doc/dvipdfm/dvipdfm.tex share/texmf/doc/dvipdfm/mwicks.bb share/texmf/doc/dvipdfm/mwicks.jpeg share/texmf/doc/dvipdfm/transistor.bb share/texmf/doc/dvipdfm/transistor.eps share/texmf/doc/dvipdfm/transistor.fig share/texmf/doc/dvipdfm/transistor.pdf share/texmf/dvipdfm/base/ot1.enc share/texmf/dvipdfm/base/ot1alt.enc +share/texmf/dvipdfm/base/ot1r.enc share/texmf/dvipdfm/config/cmr.map share/texmf/dvipdfm/config/config share/texmf/dvipdfm/config/lw35urw.map share/texmf/dvipdfm/config/lw35urwa.map share/texmf/dvipdfm/config/psbase14.map share/texmf/dvipdfm/config/t1fonts.map @dirrm share/dvipdfm @dirrm share/texmf/doc/dvipdfm @dirrm share/texmf/dvipdfm/base @dirrm share/texmf/dvipdfm/config @dirrm share/texmf/dvipdfm Property changes on: head/print/dvipdfm/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property