*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2015-10-15 19:45:45 +02:00
parent 0e6a63a9f4
commit 644d7101dc
418 changed files with 9167 additions and 4318 deletions

View File

@ -10,6 +10,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Zopfli Compression Algorithm
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= google

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= geographiclib
PORTVERSION= 1.44
PORTVERSION= 1.45
CATEGORIES= astro
MASTER_SITES= SF/geographiclib/distrib\
SF/geographiclib:geoids,gravity,magnetic
@ -14,6 +14,7 @@ MAINTAINER= tatsuki_makino@hotmail.com
COMMENT= Library for geographic projections
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/ax_check_compile_flag.m4:${PORTSDIR}/devel/autoconf-archive
@ -50,21 +51,18 @@ MAGNETIC_NAMES= wmm2010 wmm2015 igrf11 igrf12 emm2010 emm2015
GEOID_${n:C/[^0-9A-Z_a-z]/_/g:tu}_DESC= Install ${n} geoid dataset
OPTIONS_GROUP_DATASETS+= GEOID_${n:C/[^0-9A-Z_a-z]/_/g:tu}
GEOID_${n:C/[^0-9A-Z_a-z]/_/g:tu}_DISTFILES= geoids-distrib/${n}.tar.bz2:geoids
MAKESUM_DISTFILES+= geoids-distrib/${n}.tar.bz2:geoids
MAKESUM_OPTIONS_DEFAULT+= GEOID_${n:C/[^0-9A-Z_a-z]/_/g:tu}
.endfor
.for n in ${GRAVITY_NAMES}
GRAVITY_${n:C/[^0-9A-Z_a-z]/_/g:tu}_DESC= Install ${n} gravity model
OPTIONS_GROUP_DATASETS+= GRAVITY_${n:C/[^0-9A-Z_a-z]/_/g:tu}
GRAVITY_${n:C/[^0-9A-Z_a-z]/_/g:tu}_DISTFILES= gravity-distrib/${n}.tar.bz2:gravity
MAKESUM_DISTFILES+= gravity-distrib/${n}.tar.bz2:gravity
MAKESUM_OPTIONS_DEFAULT+= GRAVITY_${n:C/[^0-9A-Z_a-z]/_/g:tu}
.endfor
.for n in ${MAGNETIC_NAMES}
MAGNETIC_${n:C/[^0-9A-Z_a-z]/_/g:tu}_DESC= Install ${n} magnetic model
OPTIONS_GROUP_DATASETS+= MAGNETIC_${n:C/[^0-9A-Z_a-z]/_/g:tu}
MAGNETIC_${n:C/[^0-9A-Z_a-z]/_/g:tu}_DISTFILES= magnetic-distrib/${n}.tar.bz2:magnetic
MAKESUM_DISTFILES+= magnetic-distrib/${n}.tar.bz2:magnetic
MAKESUM_OPTIONS_DEFAULT+= MAGNETIC_${n:C/[^0-9A-Z_a-z]/_/g:tu}
.endfor
@ -73,12 +71,20 @@ MAKESUM_OPTIONS_DEFAULT+= MAGNETIC_${n:C/[^0-9A-Z_a-z]/_/g:tu}
OPTIONS_DEFAULT= ${MAKESUM_OPTIONS_DEFAULT}
.endif
.include <bsd.port.options.mk>
post-patch:
${REINPLACE_CMD} -e '/wget/s/wget -O/fetch -o /'\
${WRKSRC}/tools/geographiclib-get-*.sh
.for n in ${GEOID_NAMES}
post-install-GEOID_${n:C/[^0-9A-Z_a-z]/_/g:tu}-on: install-datasets-geoids
.endfor
.for n in ${GRAVITY_NAMES}
post-install-GRAVITY_${n:C/[^0-9A-Z_a-z]/_/g:tu}-on: install-datasets-gravity
.endfor
.for n in ${MAGNETIC_NAMES}
post-install-MAGNETIC_${n:C/[^0-9A-Z_a-z]/_/g:tu}-on: install-datasets-magnetic
.endfor
.for n in geoids gravity magnetic
install-datasets-${n}: .NOTMAIN
${MKDIR} ${STAGEDIR}${DATADIR}/${n}
@ -87,16 +93,6 @@ install-datasets-${n}: .NOTMAIN
.PHONY: install-datasets-${n}
.endfor
.if ${PORT_OPTIONS:MGEOID_*}
post-install: install-datasets-geoids
.endif
.if ${PORT_OPTIONS:MGRAVITY_*}
post-install: install-datasets-gravity
.endif
.if ${PORT_OPTIONS:MMAGNETIC_*}
post-install: install-datasets-magnetic
.endif
.PHONY: x-tool-plist
x-tool-plist: ${PLIST} .NOTMAIN
${REINPLACE_CMD}\

View File

@ -1,5 +1,5 @@
SHA256 (GeographicLib/GeographicLib-1.44.tar.gz) = f0423318fb30959632f403935827e06856737cf4621695ecc27fa9c251db9d37
SIZE (GeographicLib/GeographicLib-1.44.tar.gz) = 2089179
SHA256 (GeographicLib/GeographicLib-1.45.tar.gz) = fbcd9fc9b10de0830f5cb57665dc675ae61f81b370873bb4b95540d569410dae
SIZE (GeographicLib/GeographicLib-1.45.tar.gz) = 2158951
SHA256 (GeographicLib/geoids-distrib/egm84-30.tar.bz2) = 18bc3e2b55c4f9f2f9ba8d14380dc47cc5c0d00dc2363b723d2305f30a91498e
SIZE (GeographicLib/geoids-distrib/egm84-30.tar.bz2) = 416481
SHA256 (GeographicLib/geoids-distrib/egm84-15.tar.bz2) = 579e3dad2f33b54f1fed16edb3ed9d4ae8cdad6ea064f7375af30d678eb2e51c

View File

@ -54,7 +54,18 @@ include/GeographicLib/Utility.hpp
lib/libGeographic.a
lib/libGeographic.so
lib/libGeographic.so.14
lib/libGeographic.so.14.2.0
lib/libGeographic.so.14.2.1
lib/node_modules/geographiclib/LICENSE.txt
lib/node_modules/geographiclib/README.md
lib/node_modules/geographiclib/geographiclib.js
lib/node_modules/geographiclib/geographiclib.min.js
lib/node_modules/geographiclib/package.json
lib/node_modules/geographiclib/src/DMS.js
lib/node_modules/geographiclib/src/Geodesic.js
lib/node_modules/geographiclib/src/GeodesicLine.js
lib/node_modules/geographiclib/src/Math.js
lib/node_modules/geographiclib/src/PolygonArea.js
lib/node_modules/geographiclib/test/geodesictest.js
%%PYTHON_SITELIBDIR%%/geographiclib/__init__.py
%%PYTHON_SITELIBDIR%%/geographiclib/accumulator.py
%%PYTHON_SITELIBDIR%%/geographiclib/constants.py
@ -168,6 +179,7 @@ share/matlab/geographiclib/geodarea.m
share/matlab/geographiclib/geoddistance.m
share/matlab/geographiclib/geoddoc.m
share/matlab/geographiclib/geodreckon.m
share/matlab/geographiclib/geographiclib_test.m
share/matlab/geographiclib/geoid_height.m
share/matlab/geographiclib/geoid_load.m
share/matlab/geographiclib/gereckon.m

View File

@ -35,9 +35,7 @@ NVIDIA_RUN_DEPENDS= ${LINUXBASE}/usr/lib/libGL.so.1:${PORTSDIR}/x11/nvidia-drive
NVIDIA_USE_OFF= LINUX_APPS=dri,libpciaccess
# Fixed by the first post-patch target line? Also, linprocfs needs to be mounted.
#.if ${OSVERSION} >= 900000 && ${ARCH} == "amd64"
#BROKEN= seems to crash on >= 9.x/amd64: http://www.freebsd.org/cgi/query-pr.cgi?pr=160422
#.endif
do-extract:
@${MKDIR} ${WRKSRC}

View File

@ -14,6 +14,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Izumo collection of Gravis Ultrasound MIDI patches
NO_BUILD= yes
NO_ARCH= yes
NO_CDROM= Some of the patches are marked no-commercial-use
PLIST_SUB= TIMIDITY_DATADIR=${TIMIDITY_DATADIR}
WRKSRC= ${WRKDIR}/timidity

View File

@ -8,7 +8,7 @@ CATEGORIES= audio perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
MAINTAINER= perl@FreeBSD.org
COMMENT= Interface to FLAC header metadata
LIB_DEPENDS= libFLAC.so:${PORTSDIR}/audio/flac

View File

@ -12,6 +12,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= API Library for Working with SBML File
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING.txt
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
@ -43,7 +44,7 @@ post-patch:
s|$${CMAKE_INSTALL_LIBDIR}/pkgconfig|libdata/pkgconfig| ; \
/$${DOCUMENTATION_FILES}/s|^|#|' ${WRKSRC}/CMakeLists.txt
post-install:
post-install-EXAMPLES-on:
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
@${TAR} -C ${WRKSRC}/examples --exclude "*Makefile*" -cf - . | \
${TAR} -C ${STAGEDIR}${EXAMPLESDIR} --unlink -xf -

View File

@ -2,19 +2,20 @@
# $FreeBSD$
PORTNAME= treeviewx
PORTVERSION= ${DISTVERSION}.1s20100823
DISTVERSION= 0.5
PORTVERSION= 0.5.1s20100823
PORTREVISION= 2
CATEGORIES= biology
MASTER_SITES= GOOGLE_CODE
DISTNAME= tv-${DISTVERSION}
DISTNAME= tv-0.5
MAINTAINER= ports@FreeBSD.org
COMMENT= Phylogenetic tree viewer
LICENSE= GPLv2 # or later
LICENSE_FILE= ${WRKSRC}/COPYING
USE_WX= 2.8
WX_COMPS= wx contrib
WX_UNICODE= yes
USES= gmake
GNU_CONFIGURE= yes

View File

@ -32,9 +32,7 @@ ONLY_FOR_ARCHS_REASON= uses MMX and SSE2 instructions
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
.if (${OSVERSION} >= 900014) && exists(${DESTDIR}/usr/bin/clang)
.if exists(${DESTDIR}/usr/bin/clang)
CC= clang
CXX= clang++
CPP= clang-cpp

View File

@ -24,7 +24,8 @@ CONFIGURE_ARGS= --with-INSTALL="" \
--with-TIFFINC="-I${LOCALBASE}/include" \
--with-GCOPTS=" " --with-GCXXOPTS=" " \
--with-REGEX=no --with-LIBREGEX='' --with-REGEXINC=-I/usr/include \
--with-DIR_HTML="${DOCSDIR}"
--with-DIR_HTML="${DOCSDIR}" \
--with-GETTY=SysV
CFLAGS+= -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED -Wall -L${LOCALBASE}/lib
CONFIGURE_ENV= ENVOPTS="${CFLAGS}"
MAKE_ENV+= ROOT=${STAGEDIR}
@ -66,10 +67,6 @@ PLIST_SUB+= HYLAFAX_SPOOL=${HYLAFAX_SPOOL}
CONFIGURE_ARGS+=--nointeractive
.endif
.if ${OSVERSION} >= 900007
CONFIGURE_ARGS+= --with-GETTY=SysV
.endif
post-patch:
${REINPLACE_CMD} \
-e 's,/usr/local,${LOCALBASE},g' \

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= librs232
PORTVERSION= 20150110
PORTVERSION= 20151011
CATEGORIES= comms
DISTNAME= RS-232
MASTER_SITES= http://www.teuniz.net/RS-232/

View File

@ -1,2 +1,2 @@
SHA256 (RS-232.tar.gz) = 9fbf74cab1d19d0c2fe6506959dac6dcce406b7972ed3f1d90ed35f4595407cd
SIZE (RS-232.tar.gz) = 12109
SHA256 (RS-232.tar.gz) = 0fc1b7c6516953ab582f4a342a3028d3a02d6a1a64f4c1ee2995e6f620e46214
SIZE (RS-232.tar.gz) = 12270

View File

@ -23,7 +23,6 @@ PLIST_FILES= bin/lysdr
post-patch:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
${CP} ${FILESDIR}/cexp.c ${WRKSRC}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/lysdr ${STAGEDIR}${PREFIX}/bin/lysdr

View File

@ -6,9 +6,6 @@ CFLAGS+= `pkg-config -cflags ${PACKAGES}`
LDFLAGS+= `pkg-config -libs ${PACKAGES}` -lm
SRCS= gui.c sdr.c filter.c audio_jack.c smeter.c waterfall.c lysdr.c
.if ${OSVERSION} < 900000
SRCS+= cexp.c
.endif
PROG= lysdr
WITHOUT_MAN= yes

View File

@ -1,46 +0,0 @@
/* $NetBSD: cexp.c,v 1.1 2007/08/20 16:01:34 drochner Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
* All rights reserved.
*
* This code is derived from software written by Stephen L. Moshier.
* It is redistributed by the NetBSD Foundation by permission of the author.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
* ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
* TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
* BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
* CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
* SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
* INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*/
#include <complex.h>
#include <math.h>
double complex
cexp(double complex z)
{
double complex w;
double r, x, y;
x = creal(z);
y = cimag(z);
r = exp(x);
w = r * cos(y) + r * sin(y) * I;
return w;
}

View File

@ -27,12 +27,6 @@
+#define VT0 0000000
+#define VT1 0040000
+#define VTDLY 0040000
+#if OSVERSION < 800000
+/* for older FreeBSD versions */
+#define TAB0 0000000
+#define TAB3 0014000
+#define TABDLY 0014000
+#endif
+#endif
+
extern int errno;

View File

@ -93,6 +93,7 @@
SUBDIR += gnats4
SUBDIR += gnatsweb4
SUBDIR += godis
SUBDIR += gomdb
SUBDIR += gosqlite3
SUBDIR += gqlplus
SUBDIR += grass

View File

@ -64,10 +64,6 @@ PICKLE_DESC= Pickle support
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900506
IGNORE= need __WORDSIZE found in FreeBSD 9
.endif
.if ${PORT_OPTIONS:MBOOSTPOOL}
MAKE_ARGS+= boost_pool=1
.endif

37
databases/gomdb/Makefile Normal file
View File

@ -0,0 +1,37 @@
# $FreeBSD$
PORTNAME= gomdb
PORTVERSION= 20140824
CATEGORIES= databases
MAINTAINER= cheffo@freebsd-bg.org
COMMENT= Go wrapper for LMDB - OpenLDAP Lightning Memory-Mapped Database
LICENSE= BSD3CLAUSE
BUILD_DEPENDS= go:${PORTSDIR}/lang/go
ONLY_FOR_ARCHS= i386 amd64
USES= compiler
USE_GITHUB= yes
GH_ACCOUNT= szferi
GH_PROJECT= gomdb
GH_TAGNAME= 6bcb5a
.include <bsd.port.pre.mk>
#Build fails on FreeBSD10+ if value of "CC" is not set to "clang" (checked by configure)
.if ${COMPILER_TYPE} == clang
CC= clang
.else
USE_GCC= yes
.endif
CONFIGURE_ENV+= CC=${CC}
GO_ENV+= ${CONFIGURE_ENV}
.include "${PORTSDIR}/lang/go/files/bsd.go.mk"
.include <bsd.port.post.mk>

2
databases/gomdb/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (szferi-gomdb-20140824-6bcb5a_GH0.tar.gz) = 61067d3131b988f00fb01373e90fd71c27a417ab4d664dc19b5500d3a4953877
SIZE (szferi-gomdb-20140824-6bcb5a_GH0.tar.gz) = 103059

View File

@ -0,0 +1,3 @@
Go wrapper for OpenLDAP Lightning Memory-Mapped Database, LMDB.
WWW: https://github.com/szferi/gomdb

18
databases/gomdb/pkg-plist Normal file
View File

@ -0,0 +1,18 @@
%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
%%GO_SRCDIR%%/%%GO_PKGNAME%%/LICENSE
%%GO_SRCDIR%%/%%GO_PKGNAME%%/README.md
%%GO_SRCDIR%%/%%GO_PKGNAME%%/bench_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/cursor.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/env.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/env_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/error_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/example_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/lmdb.h
%%GO_SRCDIR%%/%%GO_PKGNAME%%/mdb.c
%%GO_SRCDIR%%/%%GO_PKGNAME%%/mdb.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/mdb_test.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/midl.c
%%GO_SRCDIR%%/%%GO_PKGNAME%%/midl.h
%%GO_SRCDIR%%/%%GO_PKGNAME%%/txn.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/val.go
%%GO_SRCDIR%%/%%GO_PKGNAME%%/val_test.go

View File

@ -86,7 +86,7 @@ OPTIONS_DEFAULT+= ARIADB ARCHIVE BLACKHOLE SPHINX FEDX XTRADB HANDLERSOCKET
.include <bsd.port.options.mk>
.if ${OSVERSION} > 900000 && ${PORT_OPTIONS:MSTATIC}
.if ${PORT_OPTIONS:MSTATIC}
BROKEN= WITH_STATIC is not functional on 9-current
.endif

View File

@ -7,7 +7,7 @@ PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= http://hackmysql.com/scripts/
MAINTAINER= lippe@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Mysqlreport makes a friendly report of important MySQL status values
LICENSE= GPLv3

View File

@ -7,7 +7,7 @@ PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= http://hackmysql.com/scripts/
MAINTAINER= lippe@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Mysqlsla analyzes general, slow, and raw MySQL statement logs
LICENSE= GPLv2 GPLv3

View File

@ -8,7 +8,7 @@ CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
MAINTAINER= culot@FreeBSD.org
COMMENT= Simple mock DBD implementation used for testing
BUILD_DEPENDS= p5-DBI>=1.3:${PORTSDIR}/databases/p5-DBI \

View File

@ -8,7 +8,7 @@ CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
MAINTAINER= culot@FreeBSD.org
COMMENT= Simple database tests
BUILD_DEPENDS= p5-DBI>=0:${PORTSDIR}/databases/p5-DBI \

View File

@ -23,10 +23,4 @@ TR_VER= 20150708
CONFIGURE_ARGS+= --with-tarantool
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900000
IGNORE= does not support FreeBSD versions < 9.0
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -48,14 +48,6 @@ SFCGAL_LIB_DEPENDS= libSFCGAL.so:${PORTSDIR}/databases/sfcgal
SFCGAL_CONFIGURE_ON= --with-sfcgal=${LOCALBASE}/bin/sfcgal-config
SFCGAL_CONFIGURE_OFF= --without-sfcgal
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MRASTER}
.if ${OSVERSION} < 900033
BROKEN= Raster suppport is broken on FreeBSD < 9.x
.endif
.endif
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib

View File

@ -167,9 +167,6 @@ PATCH_DIST_STRIP=-p1
. if ${PORT_OPTIONS:MDTRACE}
CONFIGURE_ARGS+=--enable-dtrace
LDFLAGS+=-lelf
. if ${OSVERSION} < 900021
IGNORE= need userland DTrace support found in FreeBSD 9.0
. endif
. endif
.if ${PORT_OPTIONS:MGSSAPI}

View File

@ -167,9 +167,6 @@ PATCH_DIST_STRIP=-p1
. if ${PORT_OPTIONS:MDTRACE}
CONFIGURE_ARGS+=--enable-dtrace
LDFLAGS+=-lelf
. if ${OSVERSION} < 900021
IGNORE= need userland DTrace support found in FreeBSD 9.0
. endif
. endif
.if ${PORT_OPTIONS:MGSSAPI}

View File

@ -25,6 +25,9 @@ USES= gmake readline
USE_RC_SUBR= riak
USE_GCC= yes
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS_REASON= Does not build on i386
USERS= riak
GROUPS= riak

View File

@ -34,10 +34,6 @@ OPTIONS_DEFAULT=KERBEROS
.include <bsd.port.options.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 900007
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gnome-initial-setup_pages_account_um-utils.c
.endif
.if !${PORT_OPTIONS:MKERBEROS}
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-gnome-initial-setup_gis-account-page.c
.endif

View File

@ -26,10 +26,4 @@ INSTALL_TARGET= install-strip
GLIB_SCHEMAS= org.gnome.Charmap.enums.xml \
org.gnome.Charmap.gschema.xml
.include <bsd.port.options.mk>
.if ${OSVERSION} < 900000
CONFIGURE_ARGS+= --disable-Bsymbolic
.endif
.include <bsd.port.mk>

View File

@ -12,6 +12,7 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= On-screen-display notification agent using libnotify
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
libnotify.so:${PORTSDIR}/devel/libnotify
@ -26,13 +27,7 @@ USE_XORG= pixman x11
LIBS+= -L${LOCALBASE}/lib -lpixman-1 -lX11
.include <bsd.port.options.mk>
post-patch:
@${REINPLACE_CMD} '/SUBDIRS =/s/tests//' ${WRKSRC}/Makefile.in
.if ${OSVERSION} < 900033
@${REINPLACE_CMD} 's/-Bsymbolic-functions/-Bsymbolic/' \
${WRKSRC}/src/Makefile.in
.endif
.include <bsd.port.mk>

View File

@ -37,12 +37,6 @@ DESKTOP_ENTRIES="TreeSheets" "${COMMENT}" \
OPTIONS_DEFINE= DOCS EXAMPLES
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900014
CXXFLAGS+= -D__LONG_LONG_SUPPORTED
.endif
post-patch: .SILENT
${REINPLACE_CMD} -e 's|sys->frame->GetPath(L"|(L"${DOCSDIR}/|' \
${BUILD_WRKSRC}/document.h
@ -60,4 +54,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/TS/images/icon32.png \
${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.png
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1463,6 +1463,7 @@
SUBDIR += mm
SUBDIR += mm-common
SUBDIR += mongo-c-driver
SUBDIR += mongo-cxx-driver
SUBDIR += mono-addins
SUBDIR += monodevelop
SUBDIR += monodevelop-database
@ -4178,6 +4179,7 @@
SUBDIR += py-pymarc
SUBDIR += py-pympler
SUBDIR += py-pymtbl
SUBDIR += py-pyopencl
SUBDIR += py-pyrfc3339
SUBDIR += py-pyro
SUBDIR += py-pyshapelib
@ -4195,6 +4197,7 @@
SUBDIR += py-python2-pythondialog
SUBDIR += py-pythonbrew
SUBDIR += py-pytimeparse
SUBDIR += py-pytools
SUBDIR += py-pytrie
SUBDIR += py-pytz
SUBDIR += py-pyutil
@ -5101,6 +5104,7 @@
SUBDIR += subversion-book
SUBDIR += subversion-static
SUBDIR += subversion17
SUBDIR += subversion18
SUBDIR += subversive
SUBDIR += svk
SUBDIR += svn2git

View File

@ -25,6 +25,8 @@ CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_UNSAFE= yes
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/src/orb/orb-core/orbit-typelib.c

View File

@ -54,12 +54,8 @@ NLS_CONFIGURE_ENABLE= nls
.include <bsd.port.pre.mk>
.if ! defined(PKGNAMEPREFIX) && ${OSVERSION} < 900000
EXTRA_PATCHES+= ${FILESDIR}/allow-missing-group-info
.endif
# Actual earliest version may differ slightly
.if ${ARCH} != ia64 && ${ARCH} != mips && ${ARCH} != mips64 && ${OSVERSION} >= 900044 && !defined(PKGNAMEPREFIX) && (${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 34 || ${COMPILER_TYPE} == gcc)
.if ${ARCH} != ia64 && ${ARCH} != mips && ${ARCH} != mips64 && !defined(PKGNAMEPREFIX) && (${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 34 || ${COMPILER_TYPE} == gcc)
CONFIGURE_ARGS+= --enable-gold --enable-plugins
PLIST_SUB+= GOLD=""
.else
@ -74,9 +70,7 @@ CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
post-install:
.if !defined(PKGNAMEPREFIX)
.if ${OSVERSION} >= 900044
${INSTALL_DATA} ${WRKSRC}/include/plugin-api.h ${STAGEDIR}${PREFIX}/include/
.endif
@${FIND} -ds ${STAGEDIR}${PREFIX}/${CONFIGURE_TARGET} ! -type d | \
${SED} -e 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST}
${RM} ${STAGEDIR}${PREFIX}/include/ansidecl.h

View File

@ -1,10 +0,0 @@
--- bfd/elf.c.orig 2014-12-23 08:47:10 UTC
+++ bfd/elf.c
@@ -741,7 +741,6 @@ setup_group (bfd *abfd, Elf_Internal_Shd
{
(*_bfd_error_handler) (_("%B: no group info for section %A"),
abfd, newsect);
- return FALSE;
}
return TRUE;
}

View File

@ -11,6 +11,8 @@ DISTNAME= ${PORTNAME:S/_/-/g}-${PORTVERSION:S/.m/-m/}
MAINTAINER= ports@FreeBSD.org
COMMENT= Extensible cross-platform build tool suite
LICENSE= BSL
RUN_DEPENDS= ${LOCALBASE}/bin/bjam:${PORTSDIR}/devel/boost-jam
USES= tar:bzip2
@ -38,8 +40,12 @@ do-install:
${STAGEDIR}${PREFIX}/share/doc/boost.png
(cd ${WRKSRC}/doc && ${RM} -rf Jamfile.v2 project-root.jam \
html/userman_HTML.manifest src)
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})
do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
(cd ${WRKSRC}/example && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})

View File

@ -1,6 +1,6 @@
--- tools/gcc.jam.orig 2008-02-14 22:50:19.000000000 +0000
+++ tools/gcc.jam 2008-02-14 22:50:44.000000000 +0000
@@ -155,7 +155,7 @@
--- tools/gcc.jam.orig 2007-09-30 19:12:47 UTC
+++ tools/gcc.jam
@@ -155,7 +155,7 @@ rule init ( version ? : command * : opti
# will pick the right onces.
# Note that we don't provide a clean way to build 32-bit binary
# with 64-bit compiler, but user can always pass -m32 manually.

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= elixir-estree
PORTVERSION= 2.0.1
PORTVERSION= 2.1.1
DISTVERSIONPREFIX= v
CATEGORIES= devel

View File

@ -1,2 +1,2 @@
SHA256 (bryanjos-elixir-estree-v2.0.1_GH0.tar.gz) = 33e02722e1982af8434cc069c0cbe298973b2d2bf0f581ae7f4dd90655d9fa01
SIZE (bryanjos-elixir-estree-v2.0.1_GH0.tar.gz) = 15807
SHA256 (bryanjos-elixir-estree-v2.1.1_GH0.tar.gz) = f87ad38d5f639cb871180dc2dda87cc94e01917d9a42f95b06a409f12005a503
SIZE (bryanjos-elixir-estree-v2.1.1_GH0.tar.gz) = 16110

View File

@ -3,6 +3,7 @@ lib/elixir/lib/estree/ebin/Elixir.ESTree.ArrayPattern.beam
lib/elixir/lib/estree/ebin/Elixir.ESTree.ArrowFunctionExpression.beam
lib/elixir/lib/estree/ebin/Elixir.ESTree.AssignmentExpression.beam
lib/elixir/lib/estree/ebin/Elixir.ESTree.AssignmentPattern.beam
lib/elixir/lib/estree/ebin/Elixir.ESTree.AwaitExpression.beam
lib/elixir/lib/estree/ebin/Elixir.ESTree.BinaryExpression.beam
lib/elixir/lib/estree/ebin/Elixir.ESTree.BlockStatement.beam
lib/elixir/lib/estree/ebin/Elixir.ESTree.BreakStatement.beam
@ -85,6 +86,7 @@ lib/elixir/lib/estree/lib/es_tree/array_pattern.ex
lib/elixir/lib/estree/lib/es_tree/arrow_function_expression.ex
lib/elixir/lib/estree/lib/es_tree/assignment_expression.ex
lib/elixir/lib/estree/lib/es_tree/assignment_pattern.ex
lib/elixir/lib/estree/lib/es_tree/await_expression.ex
lib/elixir/lib/estree/lib/es_tree/binary_expression.ex
lib/elixir/lib/estree/lib/es_tree/block_statement.ex
lib/elixir/lib/estree/lib/es_tree/break_statement.ex

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= exrm
PORTVERSION= 0.19.8
PORTVERSION= 0.19.9
CATEGORIES= devel
PKGNAMEPREFIX= elixir-

View File

@ -1,2 +1,2 @@
SHA256 (bitwalker-exrm-0.19.8_GH0.tar.gz) = 7775cb5d89d3bfb0c8ec13c72314f3b2df273afcce3f3208ef76071e3e57f707
SIZE (bitwalker-exrm-0.19.8_GH0.tar.gz) = 52643
SHA256 (bitwalker-exrm-0.19.9_GH0.tar.gz) = 1db3fe1bc6b2b3b147567e5f14555ade299112d6b14e0eb13dc8928876d84619
SIZE (bitwalker-exrm-0.19.9_GH0.tar.gz) = 52709

View File

@ -21,17 +21,8 @@ USE_PHP= yes
SUB_FILES= pkg-message
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${OPSYS} == FreeBSD
# Detect OS version for distname
VER= 8
.if ${OSVERSION} >= 900000
VER= 9
.endif
.else
IGNORE= is unsupported on ${OPSYS}
.endif
IGNORE_DragonFly= is unsupported on DragonFly
PHP_INSTVER= ${PHP_VERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@ -42,4 +33,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/ioncube_loader_fre_${PHP_INSTVER}_ts.so \
${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/ioncube/ioncube_loader_ts.so
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -1,7 +1,3 @@
SHA256 (ioncube/4.7.5/ioncube_loaders_fre_8_x86.tar.bz2) = a98967f07349d838b1d36f8090981a8dbc53403e79784159213bfcabcf2749dc
SIZE (ioncube/4.7.5/ioncube_loaders_fre_8_x86.tar.bz2) = 4984347
SHA256 (ioncube/4.7.5/ioncube_loaders_fre_8_x86-64.tar.bz2) = d0e01b00bc5e8ea6c9f6769659aa8f95b92656e802b172634635b6688b4497aa
SIZE (ioncube/4.7.5/ioncube_loaders_fre_8_x86-64.tar.bz2) = 5178358
SHA256 (ioncube/4.7.5/ioncube_loaders_fre_9_x86.tar.bz2) = 0faa46268d1aba0c8ebab7005df2d57a6324ad816ded468ea40d0149dc9c1b0b
SIZE (ioncube/4.7.5/ioncube_loaders_fre_9_x86.tar.bz2) = 5001121
SHA256 (ioncube/4.7.5/ioncube_loaders_fre_9_x86-64.tar.bz2) = 2ee10517c8baf20176e71c833d70e1435820afd5ba78fa7778d663ca762127b4

View File

@ -7,7 +7,7 @@ PORTREVISION= 1
CATEGORIES= devel java python
MASTER_SITES= SF/${PORTNAME}p/${PORTNAME}/${PORTVERSION}
MAINTAINER= lippe@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Java Embedded Python
HAS_CONFIGURE= yes

View File

@ -34,16 +34,6 @@ CXXRT_INCS= ${LOCALBASE}/include/cxxrt/
CXXRT_LIB= ${LOCALBASE}/lib/libcxxrt.so
.endif
.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000
LIB_DEPENDS+= libmissing.so:${PORTSDIR}/math/libmissing \
libxlocale.so:${PORTSDIR}/devel/xlocale
EXTRA_PATCHES= ${FILESDIR}/extra-libmissing
CXXFLAGS+= -I${LOCALBASE}/include -D__LONG_LONG_SUPPORTED
LDFLAGS+= -lmissing
EXTRALIB= ${LOCALBASE}/lib/libmissing.so.2 ${LOCALBASE}/lib/libxlocale.so.0
.endif
CMAKE_ARGS= -DLIBCXX_CXX_ABI=libcxxrt -DLIBCXX_LIBCXXRT_INCLUDE_PATHS=${CXXRT_INCS}
.if !defined(SVN_REV)

View File

@ -1,10 +0,0 @@
--- ./include/cmath.orig 2014-01-06 19:12:50.000000000 +0100
+++ ./include/cmath 2014-05-06 14:14:44.388681947 +0200
@@ -299,6 +299,7 @@
#include <__config>
#include <math.h>
+#include <missing_math.h>
#include <type_traits>
#ifdef _LIBCPP_MSVCRT

View File

@ -84,7 +84,7 @@ OPTIONS_DEFAULT= CLANG
CLANG_DESC= Build with LLVM/Clang (required for blocks support)
.endif
.if ((${OSVERSION} > 900000) && (${OSVERSION} < 1000706))
.if (${OSVERSION} < 1000706)
.if ${ARCH} == "powerpc
BROKEN= Does not configure on powerpc-9
.elif ${ARCH} == "sparc64
@ -93,17 +93,8 @@ BROKEN= Does not link on sparc64-9
.endif
.if ${PORT_OPTIONS:MCLANG}
. if ${OSVERSION} < 900024
BUILD_DEPENDS+= clang33:${PORTSDIR}/lang/clang33 \
${LOCALBASE}/lib/libBlocksRuntime.so:${PORTSDIR}/devel/compiler-rt
RUN_DEPENDS+= clang33:${PORTSDIR}/lang/clang33 \
${LOCALBASE}/lib/libBlocksRuntime.so:${PORTSDIR}/devel/compiler-rt
CONFIGURE_ARGS+= --with-blocks-runtime=${LOCALBASE}/lib
CONFIGURE_ENV+= CC="${LOCALBASE}/bin/clang33" CPPFLAGS="-I${LOCALBASE}/include"
. else
CONFIGURE_ARGS+= --with-blocks-runtime=/usr/lib
CONFIGURE_ENV+= CC="/usr/bin/clang"
. endif
.endif
#

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libdombey
PORTVERSION= 4.1.5
PORTVERSION= 5.9
CATEGORIES= devel
MASTER_SITES= http://www.mammothcheese.ca/
@ -10,6 +10,7 @@ MAINTAINER= jimmy@mammothcheese.ca
COMMENT= SCGI application server in a library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_LDCONFIG= yes

View File

@ -1,2 +1,2 @@
SHA256 (libdombey-4.1.5.tar.gz) = 8b2e950f38cbef5f2463527113283b7f11b2e2102880c2733dc6cfbd1590af61
SIZE (libdombey-4.1.5.tar.gz) = 33602
SHA256 (libdombey-5.9.tar.gz) = 7f7e041f5823ac580ebac38f0bd8c3f2650f9d894282e4e2d9827f56893c1452
SIZE (libdombey-5.9.tar.gz) = 39253

View File

@ -1,7 +1,5 @@
libdombey implements an SCGI application server which is incapable of
generating responses on its own. The programmer writes an initialization
function and a function to generate responses, then compiles and links his
or her code against the library to create a complete multi-process SCGI
application server.
Libdombey provides multi-process and multi-threaded TCP or UNIX-domain SCGI
application servers. The libraries handle network and concurrency tasks.
You write code to service connections.
WWW: http://www.mammothcheese.ca/libdombey.html
WWW: http://mammothcheese.ca/

View File

@ -1,4 +1,3 @@
bin/dombeykey
include/dombey.h
lib/libdombey.so
lib/libdombey.so.%%PORTVERSION%%

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= libserver
PORTVERSION= 2.1.7
PORTVERSION= 3.3
CATEGORIES= devel
MASTER_SITES= http://www.mammothcheese.ca/
@ -10,6 +10,7 @@ MAINTAINER= jimmy@mammothcheese.ca
COMMENT= Generic TCP server in a library
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_LDCONFIG= yes

View File

@ -1,2 +1,2 @@
SHA256 (libserver-2.1.7.tar.gz) = 53453135d43bc470c30452be23509bca6803b89a33d30cfce8fb5373afc5160b
SIZE (libserver-2.1.7.tar.gz) = 15060
SHA256 (libserver-3.3.tar.gz) = 60173b4865c1eba6a962c18922e8cc33a0fbde037e3a634d74ab0015f373d4bd
SIZE (libserver-3.3.tar.gz) = 25109

View File

@ -1,7 +1,5 @@
libserver implements a generic multi-process TCP or UNIX-domain server
which is incapable of servicing connections on its own. The programmer
writes an initialization function and a function to service connections,
then compiles and links his or her code against the library to create a
complete server.
Libserver provides generic multi-process, multi-threaded, and event-driven
TCP or UNIX-domain servers. The libraries handle network and concurrency
tasks. You write code to service connections.
WWW: http://www.mammothcheese.ca/
WWW: http://mammothcheese.ca/

View File

@ -1,6 +1,10 @@
include/server.h
include/serverevents.h
lib/libserver.so
lib/libserver.so.%%PORTVERSION%%
lib/libserverthreads.so
lib/libserverthreads.so.%%PORTVERSION%%
lib/libserverevents.so
lib/libserverevents.so.%%PORTVERSION%%
man/man8/libserver.8.gz
man/man8/libserverevents.8.gz

View File

@ -104,10 +104,6 @@ PLIST_SUB+= XEN="@comment "
.endif
post-patch:
.if ${OSVERSION} < 900000
@${REINPLACE_CMD} -e 's|-Wmissing-include-dirs||' \
${WRKSRC}/configure
.endif
@${MV} ${WRKSRC}/daemon/libvirtd.conf ${WRKSRC}/daemon/libvirtd.conf.sample
@${REINPLACE_CMD} -e 's|libvirtd\.conf|libvirtd.conf.sample|' \
${WRKSRC}/daemon/Makefile.in

View File

@ -22,6 +22,7 @@ CC= ${LINUXBASE}/usr/bin/gcc
CFLAGS+= -I${WRKDIR}/sys
MAKE_ARGS+= LIBUSB_GLOBAL_INCLUDE_FILE=libusb_global_linux.h
MAKE_ARGS+= PTHREAD_LIBS="-lpthread -lrt"
MAKE_ARGS+= WITHOUT_SSP=yes
# XXX ${LINUXBASE}/usr/bin/ld is a broken link with gentoo atm?
#MAKE_ENV+= COMPILER_PATH=/usr/i486-pc-linux-gnu/binutils-bin/2.22

View File

@ -138,10 +138,6 @@ NOT_FOR_ARCH= ia64
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900000
BROKEN= GCC failing on 8.x
.endif
.if ${PORT_OPTIONS:MCMAKE} && ${COMPILER_TYPE} != clang
BROKEN= CMake support only works with clang
.endif

View File

@ -148,10 +148,6 @@ NOT_FOR_ARCH= ia64
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 900000
BROKEN= GCC failing on 8.x
.endif
.if ${PORT_OPTIONS:MCMAKE} && ${COMPILER_TYPE} != clang
BROKEN= CMake support only works with clang
.endif

View File

@ -0,0 +1,30 @@
# Created by: Simun Mikecin <numisemis@yahoo.com>
# $FreeBSD$
PORTNAME= mongo-cxx-driver
PORTVERSION= 1.0.5
DISTVERSIONPREFIX=v
CATEGORIES= devel
MAINTAINER= numisemis@yahoo.com
COMMENT= C++ Driver for MongoDB
LICENSE= APACHE20
LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs
MAKE_JOBS_UNSAFE= yes
USE_GITHUB= yes
GH_ACCOUNT= mongodb
GH_PROJECT= mongo-cxx-driver
GH_TAGNAME= e849f94
WRKSRC= ${WRKDIR}/mongo-cxx-driver-e849f94
USES= execinfo scons
MAKE_ARGS= --prefix=${STAGEDIR}${PREFIX} \
--cc=${CC} \
--cxx=${CXX}
USE_LDCONFIG= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (mongodb-mongo-cxx-driver-v1.0.5-e849f94_GH0.tar.gz) = f3db90b238e89f3327efe675405b6446037ebf6a055094f71d190c582b19fdd1
SIZE (mongodb-mongo-cxx-driver-v1.0.5-e849f94_GH0.tar.gz) = 1573851

View File

@ -0,0 +1,33 @@
--- SConstruct.orig 2015-08-18 15:46:59 UTC
+++ SConstruct
@@ -354,6 +354,30 @@ env_vars.Add('SHLINKFLAGS',
help='Sets flags for the linker when building shared libraries',
converter=variable_shlex_converter)
+env_vars.Add('CXX',
+ help='Sets path to the C++ compiler',
+ converter=variable_shlex_converter)
+
+env_vars.Add('CC',
+ help='Sets path to the C compiler',
+ converter=variable_shlex_converter)
+
+env_vars.Add('PREFIX',
+ help='Sets PREFIX path',
+ converter=variable_shlex_converter)
+
+env_vars.Add('PKGCONFIGDIR',
+ help='Sets PKGCONFIGDIR path',
+ converter=variable_shlex_converter)
+
+env_vars.Add('destdir',
+ help='Sets destdir path',
+ converter=variable_shlex_converter)
+
+env_vars.Add('DESTDIR',
+ help='Sets DESTDIR path',
+ converter=variable_shlex_converter)
+
# don't run configure if user calls --help
if GetOption('help'):
Return()

View File

@ -0,0 +1,7 @@
Official Mongo C++ Driver
Mongo (from "humongous") is a high-performance, open source,
schema-free, document-oriented database. A common name in the
"NOSQL" community.
WWW: https://github.com/mongodb/mongo-cxx-driver

View File

@ -0,0 +1,112 @@
include/mongo/base/data_cursor.h
include/mongo/base/data_view.h
include/mongo/base/disallow_copying.h
include/mongo/base/encoded_value_storage.h
include/mongo/base/error_codes.h
include/mongo/base/parse_number.h
include/mongo/base/status-inl.h
include/mongo/base/status.h
include/mongo/base/status_with.h
include/mongo/base/string_data-inl.h
include/mongo/base/string_data.h
include/mongo/bson/bson-inl.h
include/mongo/bson/bson.h
include/mongo/bson/bson_db.h
include/mongo/bson/bson_field.h
include/mongo/bson/bson_validate.h
include/mongo/bson/bsonelement.h
include/mongo/bson/bsonmisc.h
include/mongo/bson/bsonobj.h
include/mongo/bson/bsonobjbuilder.h
include/mongo/bson/bsonobjiterator.h
include/mongo/bson/bsontypes.h
include/mongo/bson/inline_decls.h
include/mongo/bson/oid.h
include/mongo/bson/ordering.h
include/mongo/bson/timestamp.h
include/mongo/bson/util/builder.h
include/mongo/client/autolib.h
include/mongo/client/bulk_operation_builder.h
include/mongo/client/bulk_update_builder.h
include/mongo/client/bulk_upsert_builder.h
include/mongo/client/dbclient.h
include/mongo/client/dbclient_rs.h
include/mongo/client/dbclientcursor.h
include/mongo/client/dbclientinterface.h
include/mongo/client/exceptions.h
include/mongo/client/export_macros.h
include/mongo/client/gridfs.h
include/mongo/client/index_spec.h
include/mongo/client/init.h
include/mongo/client/options.h
include/mongo/client/redef_macros.h
include/mongo/client/sasl_client_authenticate.h
include/mongo/client/undef_macros.h
include/mongo/client/write_concern.h
include/mongo/client/write_options.h
include/mongo/client/write_result.h
include/mongo/config.h
include/mongo/db/jsobj.h
include/mongo/db/json.h
include/mongo/geo/boundingbox.h
include/mongo/geo/constants.h
include/mongo/geo/coordinates.h
include/mongo/geo/coordinates2d.h
include/mongo/geo/coordinates2dgeographic.h
include/mongo/geo/geometry.h
include/mongo/geo/geometrycollection.h
include/mongo/geo/geoobj.h
include/mongo/geo/interface.h
include/mongo/geo/linestring.h
include/mongo/geo/multilinestring.h
include/mongo/geo/multipoint.h
include/mongo/geo/multipolygon.h
include/mongo/geo/namespaces.h
include/mongo/geo/parser-impl.h
include/mongo/geo/parser.h
include/mongo/geo/point.h
include/mongo/geo/polygon.h
include/mongo/geo/queryutils.h
include/mongo/logger/appender.h
include/mongo/logger/component_message_log_domain.h
include/mongo/logger/labeled_level.h
include/mongo/logger/log_component.h
include/mongo/logger/log_component_settings.h
include/mongo/logger/log_domain.h
include/mongo/logger/log_manager.h
include/mongo/logger/log_severity-inl.h
include/mongo/logger/log_severity.h
include/mongo/logger/logger.h
include/mongo/logger/logstream_builder.h
include/mongo/logger/message_event.h
include/mongo/logger/message_log_domain.h
include/mongo/platform/atomic_intrinsics.h
include/mongo/platform/atomic_intrinsics_gcc_atomic.h
include/mongo/platform/atomic_intrinsics_gcc_intel.h
include/mongo/platform/atomic_intrinsics_gcc_sync.h
include/mongo/platform/atomic_intrinsics_win32.h
include/mongo/platform/atomic_word.h
include/mongo/platform/atomic_word_cxx11.h
include/mongo/platform/atomic_word_intrinsics.h
include/mongo/platform/compiler.h
include/mongo/platform/compiler_gcc.h
include/mongo/platform/compiler_msvc.h
include/mongo/platform/cstdint.h
include/mongo/platform/endian.h
include/mongo/platform/float_utils.h
include/mongo/platform/hash_namespace.h
include/mongo/platform/strnlen.h
include/mongo/platform/unordered_map.h
include/mongo/platform/windows_basic.h
include/mongo/stdx/functional.h
include/mongo/util/assert_util.h
include/mongo/util/mongoutils/str.h
include/mongo/util/net/hostandport.h
include/mongo/util/net/message.h
include/mongo/util/net/message_port.h
include/mongo/util/net/operation.h
include/mongo/util/net/sock.h
include/mongo/util/shared_buffer.h
include/mongo/util/time_support.h
include/mongo/version.h
lib/libmongoclient.a

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cmdliner
PORTVERSION= 0.9.7
PORTVERSION= 0.9.8
CATEGORIES= devel
MASTER_SITES= http://erratique.ch/software/cmdliner/releases/
PKGNAMEPREFIX= ocaml-

View File

@ -1,2 +1,2 @@
SHA256 (cmdliner-0.9.7.tbz) = 9c19893cffb5d3c3469ee0cce85e3eeeba17d309b33b9ace31aba06f68f0bf7a
SIZE (cmdliner-0.9.7.tbz) = 50343
SHA256 (cmdliner-0.9.8.tbz) = 7dfaafdd88ec9d96abf8ded4c0ea7111948194400220a56e4bb44a1edfa4bd41
SIZE (cmdliner-0.9.8.tbz) = 53249

View File

@ -2,18 +2,18 @@
# $FreeBSD$
PORTNAME= Class-Std
DISTVERSION= 0.011
PORTREVISION= 2
DISTVERSION= 0.013
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
MAINTAINER= culot@FreeBSD.org
COMMENT= Support for creating standard "inside-out" classes
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
NO_ARCH= yes
USES= perl5
USE_PERL5= configure

View File

@ -1,2 +1,2 @@
SHA256 (Class-Std-0.011.tar.gz) = 454ac2f99fb45735709c0bf1d04f8e0c162abd26026fbc1895cb71de191ecfa2
SIZE (Class-Std-0.011.tar.gz) = 31080
SHA256 (Class-Std-0.013.tar.gz) = bcd6d82f6c8af0fe069fced7dd165a4795b0b6e92351c7d4e5a1ab9a14fc35c6
SIZE (Class-Std-0.013.tar.gz) = 39384

View File

@ -8,7 +8,7 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
MAINTAINER= culot@FreeBSD.org
COMMENT= Perl module for better stack traces on interpreter-generated warn/die
USES= perl5

View File

@ -8,7 +8,7 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
MAINTAINER= culot@FreeBSD.org
COMMENT= Syntactic try/catch sugar for use with Exception::Class
BUILD_DEPENDS+= p5-Exception-Class>=0:${PORTSDIR}/devel/p5-Exception-Class \

View File

@ -8,7 +8,7 @@ MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ETHER
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
MAINTAINER= culot@FreeBSD.org
COMMENT= Utilities to write and check a MANIFEST file
LICENSE= ART10 GPLv1

View File

@ -8,7 +8,7 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
MAINTAINER= culot@FreeBSD.org
COMMENT= Perl extension for handling ESRI GIS Shapefiles
USES= perl5

View File

@ -8,7 +8,7 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
MAINTAINER= culot@FreeBSD.org
COMMENT= Refresh %INC files when updated on disk
LICENSE= ART10 GPLv1

View File

@ -8,7 +8,7 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
MAINTAINER= culot@FreeBSD.org
COMMENT= Test::Distribution - Perform tests on all modules of a distribution
BUILD_DEPENDS+= p5-File-Find-Rule>=0:${PORTSDIR}/devel/p5-File-Find-Rule \

View File

@ -8,7 +8,7 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
MAINTAINER= culot@FreeBSD.org
COMMENT= Test the Kwalitee of a distribution before you release it
BUILD_DEPENDS= p5-Module-CPANTS-Analyse>=0:${PORTSDIR}/devel/p5-Module-CPANTS-Analyse \

View File

@ -8,7 +8,7 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
MAINTAINER= culot@FreeBSD.org
COMMENT= Easy, automatic, specification-based tests
USES= perl5

View File

@ -8,7 +8,7 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
MAINTAINER= culot@FreeBSD.org
COMMENT= Test::Portability::Files Check file names portability
USES= perl5

View File

@ -8,7 +8,7 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
MAINTAINER= culot@FreeBSD.org
COMMENT= Validation of the META.yml file in a distribution
BUILD_DEPENDS= p5-Test-YAML-Valid>=0:${PORTSDIR}/devel/p5-Test-YAML-Valid \

View File

@ -8,7 +8,7 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= lippe@FreeBSD.org
MAINTAINER= culot@FreeBSD.org
COMMENT= Tie to an existing object
USES= perl5

View File

@ -10,6 +10,8 @@ COMMENT= Perl bindings for Version control system
MASTERDIR= ${.CURDIR}/../../devel/subversion16
.elif defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 17
MASTERDIR= ${.CURDIR}/../../devel/subversion17
.elif defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 18
MASTERDIR= ${.CURDIR}/../../devel/subversion18
.else
MASTERDIR= ${.CURDIR}/../../devel/subversion
.endif

View File

@ -8,7 +8,7 @@ CATEGORIES= devel
MASTER_SITES= SF/${PORTNAME}/Premake/${PORTVERSION}
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= lippe@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
COMMENT= Build script creation tool
OPTIONS_DEFINE= DOCS

View File

@ -18,9 +18,6 @@ USE_PYTHON= distutils autoplist
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 900030
EXTRA_PATCHES+= ${FILESDIR}/freebsd9_patch-src-sysctl.c
.endif
.if ${OSVERSION} >= 1100002
EXTRA_PATCHES+= ${FILESDIR}/freebsd11_patch-src__.const.def \
${FILESDIR}/freebsd11_patch-src__netstat.c

View File

@ -0,0 +1,30 @@
# $FreeBSD$
PORTNAME= pyopencl
PORTVERSION= 2015.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Python wrapper for OpenCL
LICENSE= MIT
BUILD_DEPENDS= ${LOCALBASE}/include/CL/cl.h:${PORTSDIR}/devel/opencl \
${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy
LIB_DEPENDS= libOpenCL.so:${PORTSDIR}/devel/ocl-icd
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pytools/__init__.py:${PORTSDIR}/devel/py-pytools \
${PYTHON_SITELIBDIR}/numpy/__init__.py:${PORTSDIR}/math/py-numpy \
${PYTHON_SITELIBDIR}/mako/__init__.py:${PORTSDIR}/textproc/py-mako
USE_PYTHON= autoplist distutils
USES= python
CPPFLAGS+= -isystem ${LOCALBASE}/include
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME} -name '*.so' \
-exec ${STRIP_CMD} {} \;
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (pyopencl-2015.1.tar.gz) = 823b8c5ae438a70de87b3675c3896d04d785261cb0cbd45c01c7dd0fe9d9f6ff
SIZE (pyopencl-2015.1.tar.gz) = 1652046

View File

@ -0,0 +1,17 @@
PyOpenCL gives you easy, Pythonic access to the OpenCL parallel computation
API. What makes PyOpenCL special?
- Object cleanup tied to lifetime of objects. This idiom, often called RAII
in C++, makes it much easier to write correct, leak- and crash-free code.
- Completeness. PyOpenCL puts the full power of OpenCL's API at your
disposal, if you wish. Every obscure get_info() query and all CL calls
are accessible.
- Automatic Error Checking. All errors are automatically translated into
Python exceptions.
- Speed. PyOpenCL's base layer is written in C++, so all the niceties above
are virtually free.
- Helpful Documentation.
- Liberal license. PyOpenCL is open-source under the MIT license and free
for commercial, academic, and private use.
WWW: http://mathema.tician.de/software/pyopencl

17
devel/py-pytools/Makefile Normal file
View File

@ -0,0 +1,17 @@
# $FreeBSD$
PORTNAME= pytools
PORTVERSION= 2015.1.3
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= Collection of tools for Python
LICENSE= MIT
USE_PYTHON= autoplist distutils
USES= python
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (pytools-2015.1.3.tar.gz) = c29dba78c85e0f4fa1f16ef72d79ce9f7e8234a105f6efe11a4ac06ad2ed4e64
SIZE (pytools-2015.1.3.tar.gz) = 46843

View File

@ -0,0 +1,14 @@
Pytools is a big bag of things that are "missing" from the Python standard
library. This is mainly a dependency of my other software packages, and
is probably of little interest to you unless you use those. If you're
curious nonetheless, here's what's on offer:
- A ton of small tool functions such as len_iterable, argmin, tuple
generation, permutation generation, ASCII table pretty printing, GvR's
mokeypatch_xxx() hack, the elusive flatten, and much more.
- Michele Simionato's decorator module.
- A time-series logging module, pytools.log.
- Batch job submission, pytools.batchjob.
- A lexer, pytools.lex.
WWW: http://pypi.python.org/pypi/pytools

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= robotframework
PORTVERSION= 2.9.1
PORTVERSION= 2.9.2
CATEGORIES= devel www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,2 +1,2 @@
SHA256 (robotframework-2.9.1.tar.gz) = 67b2b6e40be8dceb003d7ea7ba2b19d0e414e865535f5935538996bf656b0e9f
SIZE (robotframework-2.9.1.tar.gz) = 420204
SHA256 (robotframework-2.9.2.tar.gz) = f98b4b3612f7758c0034ebce1baf6e52114ba4342c7da448c1a110d34484317c
SIZE (robotframework-2.9.2.tar.gz) = 424237

View File

@ -10,6 +10,8 @@ COMMENT= Python bindings for version control system
MASTERDIR= ${.CURDIR}/../../devel/subversion16
.elif defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 17
MASTERDIR= ${.CURDIR}/../../devel/subversion17
.elif defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 18
MASTERDIR= ${.CURDIR}/../../devel/subversion18
.else
MASTERDIR= ${.CURDIR}/../../devel/subversion
.endif

Some files were not shown because too many files have changed in this diff Show More