Index: head/security/quantis/Makefile =================================================================== --- head/security/quantis/Makefile (revision 274729) +++ head/security/quantis/Makefile (revision 274730) @@ -1,112 +1,112 @@ # New ports collection makefile for: quantis # Date created: 10 May 2010 # Whom: Alex Dupre # # $FreeBSD$ # PORTNAME= quantis -DISTVERSION= v10.10.08 +DISTVERSION= v11.05.20 CATEGORIES= security devel java MASTER_SITES= http://www.idquantique.com/files/products/quantis/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ale DISTNAME= ${PORTNAME}-${DISTVERSION}-src MAINTAINER= ale@FreeBSD.org COMMENT= Libraries and utilities to access Quantis devices OPTIONS= PCI "Enable Quantis PCI support" on \ USB "Enable Quantis USB support (FreeBSD >= 8.1)" on \ JAVA "Enable Java support" on \ COMPAT "Build API v1 compatibility libraries" off \ TOOL "Build EasyQuantis application" on \ GUI "Build QT4 GUI for EasyQuantis application" on LICENSE_COMB= dual LICENSE= BSD GPLv2 LICENSE_FILE= ${WRKSRC}/Quantis-${DISTVERSION}/License.txt USE_ZIP= yes EXTRACT_BEFORE_ARGS= -aqo USE_CMAKE= yes USE_QT_VER= 4 USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/Quantis-${DISTVERSION}/Libs-Apps KMODDIR?= /boot/modules PORTDOCS= * PORTEXAMPLES= * .include .if ${OSVERSION} < 700000 IGNORE= requires FreeBSD >= 7 .endif .if defined(WITH_PCI) RUN_DEPENDS+= ${KMODDIR}/quantis.ko:${PORTSDIR}/security/quantis-kmod .else CMAKE_ARGS+= -DDISABLE_QUANTIS_PCI=1 .endif .if defined(WITHOUT_USB) || ${OSVERSION} < 801000 CMAKE_ARGS+= -DDISABLE_QUANTIS_USB=1 .endif .if defined(WITH_JAVA) USE_JAVA= yes JAVA_VERSION= 1.5+ JAVA_OS= native .else CMAKE_ARGS+= -DDISABLE_QUANTIS_JAVA=1 .endif .if defined(WITH_COMPAT) CMAKE_ARGS+= -DENABLE_QUANTIS_COMPAT=1 PLIST_SUB+= COMPAT="" .else PLIST_SUB+= COMPAT="@comment " .endif .if defined(WITH_TOOL) BUILD_DEPENDS+= ${LOCALBASE}/lib/libboost_date_time.a:${PORTSDIR}/devel/boost-libs CXXFLAGS+= -I${LOCALBASE}/include . if defined(WITH_GUI) QT_COMPONENTS+= gui moc_build uic_build rcc_build qmake_build . else CMAKE_ARGS+= -DDISABLE_EASYQUANTIS_GUI=1 . endif PLIST_SUB+= TOOL="" .else CMAKE_ARGS+= -DDISABLE_EASYQUANTIS=1 PLIST_SUB+= TOOL="@comment " .endif post-patch: @${REINPLACE_CMD} '/ if(CMAKE_COMPILER_IS_GNU/s/)/ MATCHES "0")/' \ ${WRKSRC}/CMake/CompilersFlags.cmake post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/../*.txt ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/../User_Manual.pdf ${DOCSDIR} .endif .if !defined(NOPORTEXAMPLES) @${MKDIR} ${EXAMPLESDIR} @(cd ${WRKSRC}/../Samples; ${COPYTREE_SHARE} . ${EXAMPLESDIR}) .if defined(WITH_USB) && ${OSVERSION} >= 801000 @${MKDIR} ${EXAMPLESDIR}/devd ${INSTALL_DATA} ${FILESDIR}/quantis.conf ${EXAMPLESDIR}/devd @${CAT} ${PKGMESSAGE} .endif .endif .include Property changes on: head/security/quantis/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/security/quantis/distinfo =================================================================== --- head/security/quantis/distinfo (revision 274729) +++ head/security/quantis/distinfo (revision 274730) @@ -1,2 +1,2 @@ -SHA256 (quantis-v10.10.08-src.zip) = b5af230894389ee96340464b3a4da0f430c640e6e3ee7fafb9889b3ee3b54116 -SIZE (quantis-v10.10.08-src.zip) = 1224635 +SHA256 (quantis-v11.05.20-src.zip) = be75e9e13f31c551d999441e7a19dbadf8c0e6ead77f0baaa6aa5f9062892052 +SIZE (quantis-v11.05.20-src.zip) = 1857424 Property changes on: head/security/quantis/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/security/quantis/files/patch-Quantis_CMakeLists.txt =================================================================== --- head/security/quantis/files/patch-Quantis_CMakeLists.txt (nonexistent) +++ head/security/quantis/files/patch-Quantis_CMakeLists.txt (revision 274730) @@ -0,0 +1,11 @@ +--- Quantis/CMakeLists.txt.orig 2011-05-27 14:12:20.000000000 +0200 ++++ Quantis/CMakeLists.txt 2011-05-27 14:15:01.000000000 +0200 +@@ -151,7 +151,7 @@ + ARCHIVE DESTINATION ${CMAKE_INSTALL_LIB_DIR} + ) + +-INSTALL(FILES ${Public_Headers} DESTINATION include) ++INSTALL(FILES ${Public_Headers} DESTINATION include/Quantis) + + + ########## Quantis Compatilibity Libraries ########## Property changes on: head/security/quantis/files/patch-Quantis_CMakeLists.txt ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/security/quantis/pkg-plist =================================================================== --- head/security/quantis/pkg-plist (revision 274729) +++ head/security/quantis/pkg-plist (revision 274730) @@ -1,17 +1,28 @@ %%TOOL%%bin/EasyQuantis +include/Quantis/Conversion.h +include/Quantis/DllMain.h +include/Quantis/Quantis.h +include/Quantis/Quantis.hpp +include/Quantis/QuantisUsb_Commands.h +include/Quantis/Quantis_Compat.h +include/Quantis/Quantis_Internal.h +include/Quantis/Quantis_Java.h +include/Quantis/msc_stdint.h +include/Quantis/resource.h lib/libQuantis-NoHw.a lib/libQuantis-NoHw.so lib/libQuantis-NoHw.so.2 -lib/libQuantis-NoHw.so.2.4.0 +lib/libQuantis-NoHw.so.2.7.0 lib/libQuantis.a lib/libQuantis.so lib/libQuantis.so.2 -lib/libQuantis.so.2.4.0 +lib/libQuantis.so.2.7.0 %%COMPAT%%lib/libQuantisPci-Compat.a %%COMPAT%%lib/libQuantisPci-Compat.so %%COMPAT%%lib/libQuantisPci-Compat.so.2 -%%COMPAT%%lib/libQuantisPci-Compat.so.2.4.0 +%%COMPAT%%lib/libQuantisPci-Compat.so.2.7.0 %%COMPAT%%lib/libQuantisUsb-Compat.a %%COMPAT%%lib/libQuantisUsb-Compat.so %%COMPAT%%lib/libQuantisUsb-Compat.so.2 -%%COMPAT%%lib/libQuantisUsb-Compat.so.2.4.0 +%%COMPAT%%lib/libQuantisUsb-Compat.so.2.7.0 +@dirrm include/Quantis Property changes on: head/security/quantis/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property Index: head/security/quantis-kmod/Makefile =================================================================== --- head/security/quantis-kmod/Makefile (revision 274729) +++ head/security/quantis-kmod/Makefile (revision 274730) @@ -1,53 +1,53 @@ # New ports collection makefile for: quantis-kmod # Date created: 10 May 2010 # Whom: Alex Dupre # # $FreeBSD$ # PORTNAME= quantis -DISTVERSION= v10.10.08 +DISTVERSION= v11.05.20 CATEGORIES= security kld MASTER_SITES= http://www.idquantique.com/files/products/quantis/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ale DISTNAME= ${PORTNAME}-${DISTVERSION}-src PKGNAMESUFFIX= -kmod MAINTAINER= ale@FreeBSD.org COMMENT= Kernel driver for Quantis PCI/PCIe random number generator LICENSE_COMB= dual LICENSE= BSD GPLv2 LICENSE_FILE= ${WRKDIR}/Quantis-${DISTVERSION}/License.txt USE_ZIP= yes EXTRACT_BEFORE_ARGS= -aqo WRKSRC= ${WRKDIR}/Quantis-${DISTVERSION}/Drivers/Unix/QuantisPci KMODDIR?= /boot/modules SRC_BASE?= /usr/src MAKE_ENV+= KMODDIR=${KMODDIR} PLIST_FILES= "@cwd ${KMODDIR}" \ "quantis.ko" \ "@unexec kldxref ${KMODDIR}" \ "@cwd ${PREFIX}" .include .if ${OSVERSION} < 700000 IGNORE= requires FreeBSD >= 7 .endif .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel source to be installed .endif post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/security/quantis-kmod/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/security/quantis-kmod/distinfo =================================================================== --- head/security/quantis-kmod/distinfo (revision 274729) +++ head/security/quantis-kmod/distinfo (revision 274730) @@ -1,2 +1,2 @@ -SHA256 (quantis-v10.10.08-src.zip) = b5af230894389ee96340464b3a4da0f430c640e6e3ee7fafb9889b3ee3b54116 -SIZE (quantis-v10.10.08-src.zip) = 1224635 +SHA256 (quantis-v11.05.20-src.zip) = be75e9e13f31c551d999441e7a19dbadf8c0e6ead77f0baaa6aa5f9062892052 +SIZE (quantis-v11.05.20-src.zip) = 1857424 Property changes on: head/security/quantis-kmod/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property