diff --git a/devel/cil/Makefile b/devel/cil/Makefile index 290d81e5cd16..54fc302b2fa2 100644 --- a/devel/cil/Makefile +++ b/devel/cil/Makefile @@ -1,60 +1,60 @@ # New ports collection makefile for: cil # Date created: 11 October 2003 # Whom: Alexander Leidinger # # $FreeBSD$ # PORTNAME= cil -PORTVERSION= 1.3.1 +PORTVERSION= 1.3.3 CATEGORIES= devel lang MASTER_SITES= http://manju.cs.berkeley.edu/cil/distrib/ MAINTAINER= netchild@FreeBSD.org COMMENT= Infrastructure for C Program Analysis and Transformation BUILD_DEPENDS= ${LOCALBASE}/bin/ocamlopt:${PORTSDIR}/lang/ocaml CONFLICTS= ccured-* ONLY_FOR_ARCHS= i386 USE_PERL5= yes USE_GMAKE= yes WRKSRC= ${WRKDIR}/${PORTNAME} GNU_CONFIGURE= yes USE_REINPLACE= yes BINFILES= cilly patcher teetwo LIBFILES= Cilly.pm KeptFile.pm OutputFile.pm TempFile.pm EXECFILES= cilly.byte.exe machdep.exe .include .if ${PERL_LEVEL} < 500601 IGNORE= "Does not work with perl < 5.6.1" .endif post-patch: @${REINPLACE_CMD} -e 's:@CILHOME@/lib:${SITE_PERL}/CIL:g; s:\@CILHOME\@:${PREFIX}:g' ${WRKSRC}/bin/CilConfig.pm.in @${REINPLACE_CMD} -e 's|$$::cilhome|${PREFIX}|g; s|obj/$$::archos|libexec/cil|g' ${WRKSRC}/bin/cilly do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} cd ${WRKSRC}/doc && ${FIND} . -print | \ ${CPIO} -pdu -R ${BINOWN}:${BINGRP} --quiet ${DOCSDIR} .endif .for file in ${BINFILES} ${INSTALL_SCRIPT} ${WRKSRC}/bin/${file} ${PREFIX}/bin/ .endfor ${MKDIR} ${SITE_PERL}/CIL .for file in ${LIBFILES} ${INSTALL_DATA} ${WRKSRC}/lib/${file} ${SITE_PERL}/CIL/ .endfor ${INSTALL_DATA} ${WRKSRC}/bin/CilConfig.pm ${SITE_PERL}/ ${MKDIR} ${PREFIX}/libexec/cil .for file in ${EXECFILES} ${INSTALL} ${WRKSRC}/obj/x86_LINUX/${file} ${PREFIX}/libexec/cil/ .endfor .include diff --git a/devel/cil/distinfo b/devel/cil/distinfo index e080c25279b5..ae1b4297aeeb 100644 --- a/devel/cil/distinfo +++ b/devel/cil/distinfo @@ -1,2 +1,2 @@ -MD5 (cil-1.3.1.tar.gz) = 03c5a5393eb9a4ba95259a375424b735 -SIZE (cil-1.3.1.tar.gz) = 1001455 +MD5 (cil-1.3.3.tar.gz) = dafd350c154990728efb35a7073ca81a +SIZE (cil-1.3.3.tar.gz) = 1038720 diff --git a/devel/cil/pkg-plist b/devel/cil/pkg-plist index 447bbb76243e..ae3261084cce 100644 --- a/devel/cil/pkg-plist +++ b/devel/cil/pkg-plist @@ -1,126 +1,133 @@ bin/cilly bin/patcher bin/teetwo libexec/cil/cilly.byte.exe libexec/cil/machdep.exe %%DOCSDIR%%/CIL-API.pdf %%DOCSDIR%%/CIL.pdf +%%DOCSDIR%%/api/Alpha.html %%DOCSDIR%%/api/Cil.cilPrinter.html %%DOCSDIR%%/api/Cil.cilVisitor.html %%DOCSDIR%%/api/Cil.defaultCilPrinterClass.html %%DOCSDIR%%/api/Cil.html %%DOCSDIR%%/api/Cil.nopCilVisitor.html +%%DOCSDIR%%/api/Cil.plainCilPrinterClass.html %%DOCSDIR%%/api/Clist.html %%DOCSDIR%%/api/Errormsg.html %%DOCSDIR%%/api/Formatcil.html +%%DOCSDIR%%/api/Pretty.MakeMapPrinter.html %%DOCSDIR%%/api/Pretty.html %%DOCSDIR%%/api/Stats.html %%DOCSDIR%%/api/index.html %%DOCSDIR%%/api/index_attributes.html %%DOCSDIR%%/api/index_class_types.html %%DOCSDIR%%/api/index_classes.html %%DOCSDIR%%/api/index_exceptions.html %%DOCSDIR%%/api/index_methods.html %%DOCSDIR%%/api/index_module_types.html %%DOCSDIR%%/api/index_modules.html %%DOCSDIR%%/api/index_types.html %%DOCSDIR%%/api/index_values.html %%DOCSDIR%%/api/style.css +%%DOCSDIR%%/api/type_Alpha.html %%DOCSDIR%%/api/type_Cil.cilPrinter.html %%DOCSDIR%%/api/type_Cil.cilVisitor.html %%DOCSDIR%%/api/type_Cil.defaultCilPrinterClass.html %%DOCSDIR%%/api/type_Cil.html %%DOCSDIR%%/api/type_Cil.nopCilVisitor.html +%%DOCSDIR%%/api/type_Cil.plainCilPrinterClass.html %%DOCSDIR%%/api/type_Clist.html %%DOCSDIR%%/api/type_Errormsg.html %%DOCSDIR%%/api/type_Formatcil.html +%%DOCSDIR%%/api/type_Pretty.MakeMapPrinter.html %%DOCSDIR%%/api/type_Pretty.html %%DOCSDIR%%/api/type_Stats.html %%DOCSDIR%%/attributes.html %%DOCSDIR%%/cil.html %%DOCSDIR%%/cil.version.tex %%DOCSDIR%%/cil001.html %%DOCSDIR%%/cil002.html %%DOCSDIR%%/cil003.html %%DOCSDIR%%/cil004.html %%DOCSDIR%%/cil005.html %%DOCSDIR%%/cil006.html %%DOCSDIR%%/cil009.html %%DOCSDIR%%/cil010.html %%DOCSDIR%%/cil011.html %%DOCSDIR%%/cil012.html %%DOCSDIR%%/cil013.html %%DOCSDIR%%/cil016.html %%DOCSDIR%%/cil017.html %%DOCSDIR%%/cil018.html %%DOCSDIR%%/cil019.html %%DOCSDIR%%/cil020.html %%DOCSDIR%%/cil021.html %%DOCSDIR%%/cilheader.html %%DOCSDIR%%/cilly.html %%DOCSDIR%%/cilpp.haux +%%DOCSDIR%%/cilpp.htoc %%DOCSDIR%%/ciltoc.html %%DOCSDIR%%/contents_motif.gif %%DOCSDIR%%/examples/ex1.txt %%DOCSDIR%%/examples/ex10.txt %%DOCSDIR%%/examples/ex11.txt %%DOCSDIR%%/examples/ex12.txt %%DOCSDIR%%/examples/ex13.txt %%DOCSDIR%%/examples/ex14.txt %%DOCSDIR%%/examples/ex15.txt %%DOCSDIR%%/examples/ex16.txt %%DOCSDIR%%/examples/ex17.txt %%DOCSDIR%%/examples/ex18.txt %%DOCSDIR%%/examples/ex19.txt %%DOCSDIR%%/examples/ex2.txt %%DOCSDIR%%/examples/ex20.txt %%DOCSDIR%%/examples/ex21.txt %%DOCSDIR%%/examples/ex22.txt %%DOCSDIR%%/examples/ex23.txt %%DOCSDIR%%/examples/ex24.txt %%DOCSDIR%%/examples/ex25.txt %%DOCSDIR%%/examples/ex26.txt %%DOCSDIR%%/examples/ex27.txt %%DOCSDIR%%/examples/ex28.txt %%DOCSDIR%%/examples/ex29.txt %%DOCSDIR%%/examples/ex3.txt %%DOCSDIR%%/examples/ex30.txt %%DOCSDIR%%/examples/ex31.txt %%DOCSDIR%%/examples/ex32.txt %%DOCSDIR%%/examples/ex33.txt %%DOCSDIR%%/examples/ex34.txt %%DOCSDIR%%/examples/ex35.txt %%DOCSDIR%%/examples/ex36.txt %%DOCSDIR%%/examples/ex37.txt %%DOCSDIR%%/examples/ex38.txt %%DOCSDIR%%/examples/ex39.txt %%DOCSDIR%%/examples/ex4.txt %%DOCSDIR%%/examples/ex40.txt %%DOCSDIR%%/examples/ex41.txt %%DOCSDIR%%/examples/ex42.txt %%DOCSDIR%%/examples/ex43.txt %%DOCSDIR%%/examples/ex44.txt %%DOCSDIR%%/examples/ex45.txt %%DOCSDIR%%/examples/ex46.txt %%DOCSDIR%%/examples/ex5.txt %%DOCSDIR%%/examples/ex6.txt %%DOCSDIR%%/examples/ex7.txt %%DOCSDIR%%/examples/ex8.txt %%DOCSDIR%%/examples/ex9.txt %%DOCSDIR%%/index.html %%DOCSDIR%%/merger.html %%DOCSDIR%%/next_motif.gif %%DOCSDIR%%/patcher.html %%DOCSDIR%%/previous_motif.gif @dirrm %%DOCSDIR%%/examples @dirrm %%DOCSDIR%%/api-latex @dirrm %%DOCSDIR%%/api @dirrm %%DOCSDIR%% @dirrm libexec/cil @cwd %%LOCALBASE%% %%SITE_PERL%%/CIL/Cilly.pm %%SITE_PERL%%/CIL/KeptFile.pm %%SITE_PERL%%/CIL/OutputFile.pm %%SITE_PERL%%/CIL/TempFile.pm %%SITE_PERL%%/CilConfig.pm @dirrm %%SITE_PERL%%/CIL