Index: head/devel/libnfc/Makefile =================================================================== --- head/devel/libnfc/Makefile (revision 265028) +++ head/devel/libnfc/Makefile (revision 265029) @@ -1,91 +1,94 @@ # New ports collection makefile for: libnfc # Date created: 2009-06-17 # Whom: Romain Tartiere # # $FreeBSD$ # PORTNAME= libnfc -PORTVERSION= 1.3.9 +PORTVERSION= 1.4.0 CATEGORIES= devel MASTER_SITES= http://${PORTNAME}.googlecode.com/files/ \ http://romain.blogreen.org/distfiles/ MAINTAINER= romain@FreeBSD.org COMMENT= Near Field Communication (NFC) library OPTIONS= ACR122 "Enable ACR122 driver" on \ ARYGON "Enable Arygon driver" off \ PN531USB "Enable PN531 USB driver" on \ PN532UART "Enable PN532 UART driver" on \ PN533USB "Enable PN533 USB driver" on \ SERIALPROBE "Enable serial auto-probe" off GNU_CONFIGURE= yes USE_GMAKE= yes USE_LDCONFIG= yes USE_GNOME= gnomehack -MAN1= nfc-mfclassic.1 nfc-emulate.1 nfc-list.1 nfc-mfultralight.1 \ - nfc-relay.1 nfc-anticol.1 nfc-sam.1 +MAN1= nfc-anticol.1 nfc-dep-initiator.1 nfc-dep-target.1 \ + nfc-emulate-forum-tag4.1 nfc-emulate-tag.1 nfc-emulate-uid.1 \ + nfc-mfclassic.1 nfc-list.1 nfc-mfultralight.1 nfc-poll.1 \ + nfc-relay.1 nfc-relay-picc.1 pn53x-diagnose.1 pn53x-sam.1 \ + pn53x-tamashell.1 .include .if !defined(WITHOUT_ACR122) ACR122_DRIVER= acr122, .else ACR122_DRIVER= .endif .if defined(WITH_ARYGON) ARYGON_DRIVER= arygon, .else ARYGON_DRIVER= .endif .if !defined(WITHOUT_PN531USB) PN531USB_DRIVER=pn531_usb, .else PN531USB_DRIVER= .endif .if !defined(WITHOUT_PN532UART) PN532UART_DRIVER=pn532_uart, .else PN532UART_DRIVER= .endif .if !defined(WITHOUT_PN533USB) PN533USB_DRIVER=pn533_usb, .else PN533USB_DRIVER= .endif CONFIGURE_ARGS+=--with-drivers="${ACR122_DRIVER}${ARYGON_DRIVER}${PN531USB_DRIVER}${PN532UART_DRIVER}${PN533USB_DRIVER}" .if defined(WITH_SERIALPROBE) CONFIGURE_ARGS+=--enable-serial-autoprobe .else CONFIGURE_ARGS+=--disable-serial-autoprobe .endif .if defined(WITH_ACR122) LIB_DEPENDS+= pcsclite.1:${PORTSDIR}/devel/pcsc-lite RUN_DEPENDS+= RSA_SecurID_getpasswd:${PORTSDIR}/devel/libccid .endif .if defined(WITH_PN531USB) || defined(WITH_PN533USB) .if ${OSVERSION} < 800069 LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" .endif .endif post-install: .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/pn53x.conf ${EXAMPLESDIR} .endif .include Property changes on: head/devel/libnfc/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/devel/libnfc/distinfo =================================================================== --- head/devel/libnfc/distinfo (revision 265028) +++ head/devel/libnfc/distinfo (revision 265029) @@ -1,3 +1,2 @@ -MD5 (libnfc-1.3.9.tar.gz) = a47eca9e8ec03ebc0208b2de05da4bfa -SHA256 (libnfc-1.3.9.tar.gz) = 1a46e639743473a0b801b9cf503d6b9e8c90cfa72d9c139b968b043a69d0622b -SIZE (libnfc-1.3.9.tar.gz) = 434273 +SHA256 (libnfc-1.4.0.tar.gz) = 441246286247f71ebe5f3060304202809601a6f2b91a33251834c65ae4b6ed02 +SIZE (libnfc-1.4.0.tar.gz) = 471552 Property changes on: head/devel/libnfc/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/libnfc/pkg-plist =================================================================== --- head/devel/libnfc/pkg-plist (revision 265028) +++ head/devel/libnfc/pkg-plist (revision 265029) @@ -1,23 +1,27 @@ @comment $FreeBSD$ bin/nfc-anticol -bin/nfc-emulate +bin/nfc-dep-initiator +bin/nfc-dep-target +bin/nfc-emulate-forum-tag4 +bin/nfc-emulate-tag +bin/nfc-emulate-uid bin/nfc-list bin/nfc-mfclassic bin/nfc-mfultralight bin/nfc-poll bin/nfc-relay -bin/nfc-sam -bin/nfcip-initiator -bin/nfcip-target +bin/nfc-relay-picc bin/pn53x-diagnose +bin/pn53x-sam +bin/pn53x-tamashell include/nfc/nfc-messages.h include/nfc/nfc-types.h include/nfc/nfc.h lib/libnfc.a lib/libnfc.la lib/libnfc.so lib/libnfc.so.0 libdata/pkgconfig/libnfc.pc %%PORTEXAMPLES%%%%EXAMPLESDIR%%/pn53x.conf %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% @dirrm include/nfc Property changes on: head/devel/libnfc/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property