Bug 89298 - [new port]: x11-toolkits/wxgtk26-docs, wxWidgets 2.6.2 HTML documentation
Summary: [new port]: x11-toolkits/wxgtk26-docs, wxWidgets 2.6.2 HTML documentation
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-19 21:50 UTC by m.sund
Modified: 2005-11-25 02:49 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description m.sund 2005-11-19 21:50:19 UTC
wxWidgets 2.6.2 HTML documentation, since is only the documentation for
wxWidgets 2.4 in the ports tree.

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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2005-11-25 02:49:47 UTC
State Changed
From-To: open->closed

Committed, thanks!