Index: head/devel/cl-uffi/Makefile =================================================================== --- head/devel/cl-uffi/Makefile (revision 176041) +++ head/devel/cl-uffi/Makefile (revision 176042) @@ -1,48 +1,48 @@ # New ports collection makefile for: uffi # Date created: 19 August 2004 # Whom: Matthew X. Economou # # $FreeBSD$ # PORTNAME= uffi -PORTVERSION= 1.5.14 +PORTVERSION= 1.5.17 CATEGORIES= devel lisp MASTER_SITES= http://files.b9.com/uffi/ PKGNAMEPREFIX= cl- MAINTAINER= xenophon+fbsdports@irtnog.org COMMENT= Universal Foreign Function Interface for Common Lisp BUILD_DEPENDS= ${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf RUN_DEPENDS= ${LOCALBASE}/lib/common-lisp/asdf/asdf.lisp:${PORTSDIR}/devel/cl-asdf DOCSDIR?= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} NO_BUILD= yes CL_LIBDIR?= ${LOCALBASE}/lib/common-lisp LPORTDOCS= AUTHORS ChangeLog INSTALL LICENSE Makefile.common NEWS README TODO \ doc/uffi.pdf doc/html.tar.gz LPORTEXAMPLES= Makefile Makefile.msvc acl-compat-tester.lisp arrays.lisp atoifl.lisp \ c-test-fns.c c-test-fns.lisp compress.lisp file-socket.lisp getenv.lisp \ gethostname.lisp getshells.lisp gettime.lisp run-examples.lisp \ strtol.lisp test-examples.lisp union.lisp do-install: ${MKDIR} ${CL_LIBDIR}/uffi ${MKDIR} ${CL_LIBDIR}/uffi/src ${INSTALL_DATA} ${WRKSRC}/uffi.asd ${CL_LIBDIR}/uffi/ ${INSTALL_DATA} ${WRKSRC}/src/*.lisp ${CL_LIBDIR}/uffi/src/ ${LN} -sf ${CL_LIBDIR}/uffi/uffi.asd ${CL_LIBDIR}/system-registry/uffi.asd .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ${LPORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/ .endfor ${MKDIR} ${DOCSDIR}/examples .for i in ${LPORTEXAMPLES} ${INSTALL_DATA} ${WRKSRC}/examples/${i} ${DOCSDIR}/examples/ .endfor .endif .include Property changes on: head/devel/cl-uffi/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/devel/cl-uffi/distinfo =================================================================== --- head/devel/cl-uffi/distinfo (revision 176041) +++ head/devel/cl-uffi/distinfo (revision 176042) @@ -1,3 +1,3 @@ -MD5 (uffi-1.5.14.tar.gz) = 563131eeb11db6fd0e2f01c0613eb5b0 -SHA256 (uffi-1.5.14.tar.gz) = fe750806ccecd7068e868580d003208ad3a4ebb2cedd3d05505814c396774f5c -SIZE (uffi-1.5.14.tar.gz) = 144205 +MD5 (uffi-1.5.17.tar.gz) = c3bf8641c533f3962e05678b21a4ca25 +SHA256 (uffi-1.5.17.tar.gz) = 719ba6b57b813e46a32b0b1ba59774861e86b874f870dbbaf332f915682713fb +SIZE (uffi-1.5.17.tar.gz) = 145125 Property changes on: head/devel/cl-uffi/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/devel/cl-uffi/pkg-plist =================================================================== --- head/devel/cl-uffi/pkg-plist (revision 176041) +++ head/devel/cl-uffi/pkg-plist (revision 176042) @@ -1,44 +1,42 @@ lib/common-lisp/system-registry/uffi.asd lib/common-lisp/uffi/uffi.asd lib/common-lisp/uffi/src/aggregates.lisp lib/common-lisp/uffi/src/functions.lisp lib/common-lisp/uffi/src/libraries.lisp lib/common-lisp/uffi/src/objects.lisp lib/common-lisp/uffi/src/os.lisp lib/common-lisp/uffi/src/package.lisp lib/common-lisp/uffi/src/primitives.lisp lib/common-lisp/uffi/src/readmacros-mcl.lisp lib/common-lisp/uffi/src/strings.lisp %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/Makefile.common %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/examples/Makefile %%PORTDOCS%%%%DOCSDIR%%/examples/Makefile.msvc %%PORTDOCS%%%%DOCSDIR%%/examples/acl-compat-tester.lisp %%PORTDOCS%%%%DOCSDIR%%/examples/arrays.lisp %%PORTDOCS%%%%DOCSDIR%%/examples/atoifl.lisp %%PORTDOCS%%%%DOCSDIR%%/examples/c-test-fns.c %%PORTDOCS%%%%DOCSDIR%%/examples/c-test-fns.lisp %%PORTDOCS%%%%DOCSDIR%%/examples/compress.lisp %%PORTDOCS%%%%DOCSDIR%%/examples/file-socket.lisp %%PORTDOCS%%%%DOCSDIR%%/examples/getenv.lisp %%PORTDOCS%%%%DOCSDIR%%/examples/gethostname.lisp %%PORTDOCS%%%%DOCSDIR%%/examples/getshells.lisp %%PORTDOCS%%%%DOCSDIR%%/examples/gettime.lisp %%PORTDOCS%%%%DOCSDIR%%/examples/run-examples.lisp %%PORTDOCS%%%%DOCSDIR%%/examples/strtol.lisp %%PORTDOCS%%%%DOCSDIR%%/examples/test-examples.lisp %%PORTDOCS%%%%DOCSDIR%%/examples/union.lisp %%PORTDOCS%%%%DOCSDIR%%/uffi.pdf %%PORTDOCS%%%%DOCSDIR%%/html.tar.gz %%PORTDOCS%%@dirrm %%DOCSDIR%%/examples %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm lib/common-lisp/uffi/src @dirrm lib/common-lisp/uffi -@dirrm share/doc/cl-uffi/examples -@dirrm share/doc/cl-uffi Property changes on: head/devel/cl-uffi/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property