Date: Sat, 19 Nov 2005 21:43:37 GMT From: Matthias Sund <m.sund@arcor.de> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/89298: [new port]: x11-toolkits/wxgtk26-docs, wxWidgets 2.6.2 HTML documentation Message-ID: <200511192143.jAJLhbbL053227@www.freebsd.org> Resent-Message-ID: <200511192150.jAJLoJrI081772@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 89298 >Category: ports >Synopsis: [new port]: x11-toolkits/wxgtk26-docs, wxWidgets 2.6.2 HTML documentation >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: Sat Nov 19 21:50:19 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Matthias Sund >Release: 6.0-stable >Organization: >Environment: FreeBSD travelmate 6.0-STABLE FreeBSD 6.0-STABLE #3: Sat Nov 5 16:55:51 CET 2005 masu@travelmate:/usr/obj/usr/src/sys/TRAVELMATE i386 >Description: wxWidgets 2.6.2 HTML documentation, since is only the documentation for wxWidgets 2.4 in the ports tree. >How-To-Repeat: >Fix: echo c - . mkdir -p . > /dev/null 2>&1 echo x - ./Makefile sed 's/^X//' >./Makefile << 'END-of-./Makefile' X# New ports collection makefile for: wxgtk_doc_26 X# Date created: November, 15th 2005 X# Whom: Matthias Sund <m.sund@arcor.de> X# X# $FreeBSD$ X# X XPORTNAME= wxgtk_doc XPORTVERSION= 2.6.2 XCATEGORIES= x11-toolkits XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= wxwindows XDISTNAME= wxWidgets-${PORTVERSION}-HTML X XMAINTAINER= m.sund@arcor.de XCOMMENT= wxWidgets 2.6.2 HTML documentation X XNO_BUILD= YES X XCONTRIBDOCDIR= ${WRKDIR}/wxWidgets-${PORTVERSION}/contrib/docs X XWXGTKDOCDIR= share/doc/${PORTNAME}_26 XWRKSRC= ${WRKDIR}/wxWidgets-${PORTVERSION}/docs X Xdo-install: X @${MKDIR} ${PREFIX}/${WXGTKDOCDIR} X @(cd ${WRKSRC} && ${FIND} html -type d -exec ${MKDIR} ${PREFIX}/${WXGTKDOCDIR}/{} \;) X @(cd ${CONTRIBDOCDIR} && ${FIND} html -type d -exec ${MKDIR} ${PREFIX}/${WXGTKDOCDIR}/{} \;) X @(cd ${WRKSRC} && ${FIND} html -type f -exec ${INSTALL_MAN} {} ${PREFIX}/${WXGTKDOCDIR}/{} \;) X @(cd ${CONTRIBDOCDIR} && ${FIND} html -type f -exec ${INSTALL_MAN} {} ${PREFIX}/${WXGTKDOCDIR}/{} \;) X Xpost-install: X @(cd ${WRKSRC} && ${FIND} html -type f -exec ${ECHO} ${WXGTKDOCDIR}/{} >> ${TMPPLIST} \;) X @(cd ${CONTRIBDOCDIR} && ${FIND} html -type f -exec ${ECHO} ${WXGTKDOCDIR}/{} >> ${TMPPLIST} \;) X @(cd ${WRKSRC} && ${FIND} html/* -type d -exec ${ECHO} @dirrm ${WXGTKDOCDIR}/{} >> ${TMPPLIST} \;) X @(cd ${CONTRIBDOCDIR} && ${FIND} html/* -type d -exec ${ECHO} @dirrm ${WXGTKDOCDIR}/{} >> ${TMPPLIST} \;) X @${ECHO} @dirrm ${WXGTKDOCDIR}/html >> ${TMPPLIST} X @${ECHO} @dirrm ${WXGTKDOCDIR} >> ${TMPPLIST} X X.include <bsd.port.mk> END-of-./Makefile echo x - ./distinfo sed 's/^X//' >./distinfo << 'END-of-./distinfo' XMD5 (wxWidgets-2.6.2-HTML.tar.gz) = 1e2bbd9d858c426ae667b017d8bdd4f6 XSHA256 (wxWidgets-2.6.2-HTML.tar.gz) = eeb47240ccc56a8eb14d09153e1cfaa9ad9c3f71ea67b21ac62790e59c405312 XSIZE (wxWidgets-2.6.2-HTML.tar.gz) = 1440455 END-of-./distinfo echo x - ./pkg-descr sed 's/^X//' >./pkg-descr << 'END-of-./pkg-descr' XwxWidgets 2.6.2 HTML documentation X XWWW: http://www.wxwidgets.org/ END-of-./pkg-descr exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511192143.jAJLhbbL053227>