From owner-freebsd-ports Fri Sep 13 8:40:20 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01C1037B401 for ; Fri, 13 Sep 2002 08:40:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6882F43E84 for ; Fri, 13 Sep 2002 08:40:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g8DFe3JU031994 for ; Fri, 13 Sep 2002 08:40:03 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g8DFe3Ug031993; Fri, 13 Sep 2002 08:40:03 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 130BD37B401 for ; Fri, 13 Sep 2002 08:30:57 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id AECF943E4A for ; Fri, 13 Sep 2002 08:30:56 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g8DFUuOT026000 for ; Fri, 13 Sep 2002 08:30:56 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g8DFUuCf025999; Fri, 13 Sep 2002 08:30:56 -0700 (PDT) Message-Id: <200209131530.g8DFUuCf025999@www.freebsd.org> Date: Fri, 13 Sep 2002 08:30:56 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/42737: Update port: graphics/pstoedit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 42737 >Category: ports >Synopsis: Update port: graphics/pstoedit >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: Fri Sep 13 08:40:03 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.6.2-RELEASE i386 >Organization: >Environment: >Description: - Fix *_DEPENDS - Support NOPORTDOCS properly >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/pstoedit/Makefile graphics/pstoedit/Makefile --- /usr/ports/graphics/pstoedit/Makefile Fri Sep 13 04:01:06 2002 +++ graphics/pstoedit/Makefile Fri Sep 13 04:08:25 2002 @@ -7,21 +7,24 @@ PORTNAME= pstoedit PORTVERSION= 3.32 +PORTREVISION= 1 CATEGORIES= graphics print MASTER_SITES= http://home.t-online.de/home/helga.glunz/wglunz/pstoedit/ MAINTAINER= ports@FreeBSD.org -BUILD_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu -LIB_DEPENDS= ming.3:${PORTSDIR}/graphics/ming \ - plot.4:${PORTSDIR}/graphics/plotutils \ +BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ + gs:${PORTSDIR}/print/ghostscript-gnu +LIB_DEPENDS= Magick++.5:${PORTSDIR}/graphics/ImageMagick \ + ming.3:${PORTSDIR}/graphics/ming \ plotter.4:${PORTSDIR}/graphics/plotutils -RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu +RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig \ + gs:${PORTSDIR}/print/ghostscript-gnu -INSTALLS_SHLIB= yes USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +INSTALLS_SHLIB= yes MAN1= pstoedit.1 @@ -30,10 +33,12 @@ LDFLAGS= -L${LOCALBASE}/lib -L${X11BASE}/lib post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/doc/pstoedit.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.htm ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/changelog.htm ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/index.htm ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/pstoedit.htm ${DOCSDIR} .endif .include diff -urN /usr/ports/graphics/pstoedit/pkg-plist graphics/pstoedit/pkg-plist --- /usr/ports/graphics/pstoedit/pkg-plist Fri Sep 13 04:01:06 2002 +++ graphics/pstoedit/pkg-plist Fri Sep 13 04:10:44 2002 @@ -17,6 +17,9 @@ lib/pstoedit/libp2edrvlplot.a lib/pstoedit/libp2edrvlplot.so lib/pstoedit/libp2edrvlplot.so.0 +lib/pstoedit/libp2edrvmagick++.a +lib/pstoedit/libp2edrvmagick++.so +lib/pstoedit/libp2edrvmagick++.so.0 lib/pstoedit/libp2edrvstd.a lib/pstoedit/libp2edrvstd.so lib/pstoedit/libp2edrvstd.so.0 @@ -24,7 +27,9 @@ lib/pstoedit/libp2edrvswf.so lib/pstoedit/libp2edrvswf.so.0 libdata/pkgconfig/pstoedit.pc -share/doc/pstoedit/pstoedit.htm +%%PORTDOCS%%share/doc/pstoedit/changelog.htm +%%PORTDOCS%%share/doc/pstoedit/index.htm +%%PORTDOCS%%share/doc/pstoedit/pstoedit.htm share/pstoedit/latex2e.fmp share/pstoedit/mpost.fmp share/pstoedit/safer.ps @@ -33,6 +38,6 @@ share/pstoedit/wemf.fmp @dirrm share/pstoedit/swffonts @dirrm share/pstoedit -@dirrm share/doc/pstoedit +%%PORTDOCS%%@dirrm share/doc/pstoedit @dirrm lib/pstoedit @dirrm include/pstoedit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message