FreeBSD Bugzilla – Attachment 33253 Details for
Bug 54555
[new port] devel/gccxml: An XML output extension to GCC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
gccxml
gccxml (text/plain), 4.02 KB, created by
stolz
on 2003-07-16 22:20:06 UTC
(
hide
)
Description:
gccxml
Filename:
MIME Type:
Creator:
stolz
Created:
2003-07-16 22:20:06 UTC
Size:
4.02 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># gccxml ># gccxml/Makefile ># gccxml/distinfo ># gccxml/pkg-plist ># gccxml/pkg-descr ># >echo c - gccxml >mkdir -p gccxml > /dev/null 2>&1 >echo x - gccxml/Makefile >sed 's/^X//' >gccxml/Makefile << 'END-of-gccxml/Makefile' >X# New ports collection makefile for: gccxml >X# Date created: 2003-07-16 >X# Whom: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> >X# >X# $FreeBSD$ >X# >X >XPORTNAME= gccxml >XPORTVERSION= 0.4.2 >XCATEGORIES= devel >XMASTER_SITES= http://www.gccxml.org/files/ >XDISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-cc1plus-304${EXTRACT_SUFX} >X >XMAINTAINER= stolz@i2.informatik.rwth-aachen.de >XCOMMENT= XML output extension to GCC >X >XBUILD_DEPEND= cmake:${PORTSDIR}/devel/cmake >X >X# This one's neat: We have to build things in two subdirectories, >X# but only need to invoke configure in one of them. This means we >X# only have to override the build-stage entirely but can keep the >X# other stages: >X >XCONFIGURE_WRKSRC= ${WRKDIR}/${DISTNAME}-cc1plus-304-build >XCONFIGURE_SCRIPT= ../${DISTNAME}-cc1plus-304/configure >XINSTALL_WRKSRC= ${WRKDIR}/${DISTNAME}-build >X >XGNU_CONFIGURE= YES >XCONFIGURE_ARGS= --enable-languages=c++ --without-libstdcxx >X >XMAN1= gccxml.1 >X >XPLIST_SUB= PORTVERSION=${PORTVERSION} >X >Xpre-configure: >X ${MKDIR} ${CONFIGURE_WRKSRC} >X ${MKDIR} ${WRKDIR}/${DISTNAME}-build >X cd ${WRKDIR}/${DISTNAME}-build && \ >X ${LOCALBASE}/bin/cmake ../${DISTNAME} -DCMAKE_INSTALL_PREFIX:PATH=${PREFIX} >X >Xdo-build: >X cd ${CONFIGURE_WRKSRC} && ${MAKE} >X cd ${WRKDIR}/${DISTNAME}-build && ${MAKE} >X >Xpost-install: >X ${INSTALL_PROGRAM} ${WRKDIR}/${DISTNAME}-cc1plus-304-build/gcc/cc1plus ${PREFIX}/bin/gccxml_cc1plus >X >X.include <bsd.port.mk> >END-of-gccxml/Makefile >echo x - gccxml/distinfo >sed 's/^X//' >gccxml/distinfo << 'END-of-gccxml/distinfo' >XMD5 (gccxml-0.4.2.tar.gz) = 8b1a05c23cb0ed728bcbd1816198a3ed >XMD5 (gccxml-0.4.2-cc1plus-304.tar.gz) = bb73cf5bc7a895c47c59e2c8bdd90887 >END-of-gccxml/distinfo >echo x - gccxml/pkg-plist >sed 's/^X//' >gccxml/pkg-plist << 'END-of-gccxml/pkg-plist' >Xbin/gccxml_cc1plus >Xbin/gccxml >Xshare/gccxml-%%PORTVERSION%%/GccInclude/2_95/std/complext.h >X@dirrm share/gccxml-%%PORTVERSION%%/GccInclude/2_95/std >X@dirrm share/gccxml-%%PORTVERSION%%/GccInclude/2_95 >Xshare/gccxml-%%PORTVERSION%%/GccInclude/find_gcc_options >X@dirrm share/gccxml-%%PORTVERSION%%/GccInclude >Xshare/gccxml-%%PORTVERSION%%/MproInclude/7_3/stl_config.h >Xshare/gccxml-%%PORTVERSION%%/MproInclude/7_3/stl_numeric_facets.h >Xshare/gccxml-%%PORTVERSION%%/MproInclude/7_3/exception >Xshare/gccxml-%%PORTVERSION%%/MproInclude/7_3/stl_monetary.h >Xshare/gccxml-%%PORTVERSION%%/MproInclude/7_3/stl_locale.h >Xshare/gccxml-%%PORTVERSION%%/MproInclude/7_3/stl_threads.h >Xshare/gccxml-%%PORTVERSION%%/MproInclude/7_3/gccxml_mpro_internals.h >Xshare/gccxml-%%PORTVERSION%%/MproInclude/7_3/string >Xshare/gccxml-%%PORTVERSION%%/MproInclude/7_3/stddef.h >Xshare/gccxml-%%PORTVERSION%%/MproInclude/7_3/ostream >Xshare/gccxml-%%PORTVERSION%%/MproInclude/find_mpro_options >Xshare/gccxml-%%PORTVERSION%%/gccxml_find_flags >Xshare/doc/gccxml-%%PORTVERSION%%/Copyright.txt >X@dirrm share/doc/gccxml-%%PORTVERSION%% >X@dirrm share/gccxml-%%PORTVERSION%%/MproInclude/7_3 >X@dirrm share/gccxml-%%PORTVERSION%%/MproInclude >X@dirrm share/gccxml-%%PORTVERSION%%/ >END-of-gccxml/pkg-plist >echo x - gccxml/pkg-descr >sed 's/^X//' >gccxml/pkg-descr << 'END-of-gccxml/pkg-descr' >XThe purpose of the GCC-XML extension is to generate an XML description >Xof a C++ program from GCC's internal representation. Since XML is easy >Xto parse, other development tools will be able to work with C++ programs >Xwithout the burden of a complicated C++ parser. >X >XGCC-XML was developed by Brad King at Kitware to be used by CABLE, which >Xwas developed as part of the NLM Insight Segmentation and Registration >XToolkit project. >X >XWWW: http://www.gccxml.org/ >END-of-gccxml/pkg-descr >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 54555
: 33253