*/*: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2016-01-06 08:21:24 +01:00
parent 695dafa1b4
commit ce5cd830d4
444 changed files with 24863 additions and 2414 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= unzip
PORTVERSION= 6.0
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= archivers
MASTER_SITES= SF/infozip/UnZip%206.x%20%28latest%29/UnZip%20${PORTVERSION}/:main \
SF/infozip/UnZip%205.x%20and%20earlier/5.51/:unreduce

View File

@ -0,0 +1,21 @@
--- crypt.c.orig 2007-01-05 16:47:36.000000000 +0100
+++ crypt.c 2016-01-04 14:39:27.300502995 +0100
@@ -465,7 +465,17 @@
GLOBAL(pInfo->encrypted) = FALSE;
defer_leftover_input(__G);
for (n = 0; n < RAND_HEAD_LEN; n++) {
- b = NEXTBYTE;
+ /* 2012-11-23 SMS. (OUSPG report.)
+ * Quit early if compressed size < HEAD_LEN. The resulting
+ * error message ("unable to get password") could be improved,
+ * but it's better than trying to read nonexistent data, and
+ * then continuing with a negative G.csize. (See
+ * fileio.c:readbyte()).
+ */
+ if ((b = NEXTBYTE) == (ush)EOF)
+ {
+ return PK_ERR;
+ }
h[n] = (uch)b;
Trace((stdout, " (%02x)", h[n]));
}

View File

@ -1,5 +1,5 @@
--- extract.c.orig 2009-03-14 01:32:52 UTC
+++ extract.c
--- extract.c.orig 2009-03-14 02:32:52.000000000 +0100
+++ extract.c 2016-01-04 14:43:11.813488458 +0100
@@ -1,5 +1,5 @@
/*
- Copyright (c) 1990-2009 Info-ZIP. All rights reserved.
@ -7,7 +7,7 @@
See the accompanying file LICENSE, version 2009-Jan-02 or later
(the contents of which are also included in unzip.h) for terms of use.
@@ -298,6 +298,8 @@ char ZCONST Far TruncNTSD[] =
@@ -298,6 +298,8 @@
#ifndef SFX
static ZCONST char Far InconsistEFlength[] = "bad extra-field entry:\n \
EF block length (%u bytes) exceeds remaining EF data (%u bytes)\n";
@ -16,7 +16,7 @@
static ZCONST char Far InvalidComprDataEAs[] =
" invalid compressed data for EAs\n";
# if (defined(WIN32) && defined(NTSD_EAS))
@@ -2023,7 +2025,8 @@ static int TestExtraField(__G__ ef, ef_l
@@ -2023,7 +2025,8 @@
ebID = makeword(ef);
ebLen = (unsigned)makeword(ef+EB_LEN);
@ -26,7 +26,7 @@
/* Discovered some extra field inconsistency! */
if (uO.qflag)
Info(slide, 1, ((char *)slide, "%-22s ",
@@ -2032,6 +2035,16 @@ static int TestExtraField(__G__ ef, ef_l
@@ -2032,6 +2035,16 @@
ebLen, (ef_len - EB_HEADSIZE)));
return PK_ERR;
}
@ -43,7 +43,7 @@
switch (ebID) {
case EF_OS2:
@@ -2217,14 +2230,28 @@ static int test_compr_eb(__G__ eb, eb_si
@@ -2217,14 +2230,28 @@
ulg eb_ucsize;
uch *eb_ucptr;
int r;
@ -75,3 +75,16 @@
if (
#ifdef INT_16BIT
@@ -2701,6 +2728,12 @@
int repeated_buf_err;
bz_stream bstrm;
+ if (G.incnt <= 0 && G.csize <= 0L) {
+ /* avoid an infinite loop */
+ Trace((stderr, "UZbunzip2() got empty input\n"));
+ return 2;
+ }
+
#if (defined(DLL) && !defined(NO_SLIDE_REDIR))
if (G.redirect_slide)
wsize = G.redirect_size, redirSlide = G.redirect_buffer;

View File

@ -0,0 +1,26 @@
diff --git a/cmake/FindTaglib.cmake b/cmake/FindTaglib.cmake
index 132b311..5d8c3db 100644
--- cmake/FindTaglib.cmake
+++ cmake/FindTaglib.cmake
@@ -31,10 +31,10 @@ if(TAGLIBCONFIG_EXECUTABLE)
exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --version RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_VERSION)
- if(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
+ if(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}")
message(STATUS "TagLib version too old: version searched :${TAGLIB_MIN_VERSION}, found ${TAGLIB_VERSION}")
set(TAGLIB_FOUND FALSE)
- else(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
+ else(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}")
exec_program(${TAGLIBCONFIG_EXECUTABLE} ARGS --libs RETURN_VALUE _return_VALUE OUTPUT_VARIABLE TAGLIB_LIBRARIES)
@@ -44,7 +44,7 @@ if(TAGLIBCONFIG_EXECUTABLE)
set(TAGLIB_FOUND TRUE)
endif(TAGLIB_LIBRARIES AND TAGLIB_CFLAGS)
string(REGEX REPLACE " *-I" ";" TAGLIB_INCLUDES "${TAGLIB_CFLAGS}")
- endif(TAGLIB_VERSION STRLESS "${TAGLIB_MIN_VERSION}")
+ endif(TAGLIB_VERSION VERSION_LESS "${TAGLIB_MIN_VERSION}")
mark_as_advanced(TAGLIB_CFLAGS TAGLIB_LIBRARIES TAGLIB_INCLUDES)
else(TAGLIBCONFIG_EXECUTABLE)

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gogglesmm
PORTVERSION= 1.0.7
PORTVERSION= 1.0.9
CATEGORIES= audio
MAINTAINER= ports@FreeBSD.org
@ -35,15 +35,13 @@ CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -pthread
OPTIONS_DEFINE= ALSA CDIO DBUS DOCS FAAD FFMPEG FLAC GCRYPT JACK \
MAD MMS NLS OPUS PULSEAUDIO SAMPLERATE SMB WAVPACK
MAD MMS NLS OGG OPUS PULSEAUDIO SAMPLERATE SMB WAVPACK
OPTIONS_RADIO= VORBISDEC
OPTIONS_RADIO_VORBISDEC= TREMOR VORBIS
OPTIONS_DEFAULT= CDIO DBUS FAAD FLAC MAD OPUS SAMPLERATE SMB \
OPTIONS_DEFAULT= CDIO DBUS FAAD FLAC MAD OGG OPUS SAMPLERATE SMB \
VORBIS WAVPACK
OPTIONS_SUB= yes
VORBISDEC_DESC= Vorbis decoder library
ALSA_LIB_DEPENDS= libasound.so:${PORTSDIR}/audio/alsa-lib
ALSA_CONFIGURE_OFF= --without-alsa
CDIO_LIB_DEPENDS= libcdio.so:${PORTSDIR}/sysutils/libcdio
@ -71,8 +69,10 @@ MMS_CONFIGURE_OFF= --without-mms
NLS_USES= gettext
NLS_LIBS= -lintl
NLS_CONFIGURE_OFF= --without-nls
OGG_LIB_DEPENDS= libogg.so:${PORTSDIR}/audio/libogg
OGG_CONFIGURE_OFF= --without-ogg
OPUS_LIB_DEPENDS= libopus.so:${PORTSDIR}/audio/opus
OPUSE_CONFIGURE_OFF= --without-opus
OPUS_CONFIGURE_OFF= --without-opus
PULSEAUDIO_LIB_DEPENDS= libpulse.so:${PORTSDIR}/audio/pulseaudio
PULSEAUDIO_CONFIGURE_OFF= --without-pulse
SAMPLERATE_LIB_DEPENDS= libsamplerate.so:${PORTSDIR}/audio/libsamplerate
@ -82,8 +82,11 @@ SMB_CONFIGURE_ON= --smb-prefix=${LOCALBASE}
SMB_CONFIGURE_OFF= --without-smb
TREMOR_LIB_DEPENDS= libvorbisidec.so:${PORTSDIR}/audio/libtremor
TREMOR_CONFIGURE_ON= --with-tremor
TREMOR_IMPLIES= OGG
VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis
VORBIS_CONFIGURE_OFF= --without-vorbis
VORBIS_IMPLIES= OGG
VORBISDEC_DESC= Vorbis decoder library
WAVPACK_LIB_DEPENDS= libwavpack.so:${PORTSDIR}/audio/wavpack
WAVPACK_CONFIGURE_OFF= --without-wavpack

View File

@ -1,2 +1,2 @@
SHA256 (gogglesmm-gogglesmm-1.0.7_GH0.tar.gz) = 911ab3e3431ba8022b8ae1c0a7b7867a991c73705d50876b408103a9e5ffa96b
SIZE (gogglesmm-gogglesmm-1.0.7_GH0.tar.gz) = 1380326
SHA256 (gogglesmm-gogglesmm-1.0.9_GH0.tar.gz) = daa1421171493a645ec1087a8b80a827cca16c96e4f70366eb02ece1a9ead4fc
SIZE (gogglesmm-gogglesmm-1.0.9_GH0.tar.gz) = 1382948

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin
COMMENT= GStreamer ATSC A/52 stream aka AC-3 (dvd audio) plugin
GST_PLUGIN= a52dec
DIST= ugly

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer OpenCore based Adaptive Multi-Rate Narrow-Band plugin
COMMENT= GStreamer OpenCore based Adaptive Multi-Rate Narrow-Band plugin
GST_PLUGIN= amrnb
DIST= ugly

View File

@ -4,7 +4,7 @@ PORTREVISION= 0
CATEGORIES= audio
PKGNAMESUFFIX= 1-plugins-amrwbdec
COMMENT= Gstreamer OpenCore based Adaptive Multi-Rate Wide-Band Decoder plugin
COMMENT= GStreamer OpenCore based Adaptive Multi-Rate Wide-Band Decoder plugin
GST_PLUGIN= amrwb
DIST= ugly

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer Bauer Stereophonic to Banaural BSP (bs2b) plugin
COMMENT= GStreamer Bauer Stereophonic to Banaural BSP (bs2b) plugin
GST_PLUGIN= bs2b
DIST= bad

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer CDDA extraction (aka audio ripping) plugin
COMMENT= GStreamer CDDA extraction (aka audio ripping) plugin
GST_PLUGIN= cdparanoia
DIST= base

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC encoder plugin
COMMENT= GStreamer MPEG-2 and MPEG-4 AAC encoder plugin
GST_PLUGIN= faac
DIST= bad

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer MPEG-2 and MPEG-4 AAC decoder plugin
COMMENT= GStreamer MPEG-2 and MPEG-4 AAC decoder plugin
GST_PLUGIN= faad
DIST= bad

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer free lossless audio encoder/decoder plugin
COMMENT= GStreamer free lossless audio encoder/decoder plugin
GST_PLUGIN= flac
DIST= good

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer flite run-time speech synthesis engine plugin
COMMENT= GStreamer flite run-time speech synthesis engine plugin
GST_PLUGIN= flite
DIST= bad

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer gme plugin
COMMENT= GStreamer emulate gaming console sound processors plugin
GST_PLUGIN= gme
DIST= bad

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer gsm encoding/decoding plugin
COMMENT= GStreamer gsm encoding/decoding plugin
GST_PLUGIN= gsm
DIST= bad

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer low-latency audio server plugin
COMMENT= GStreamer low-latency audio server plugin
GST_PLUGIN= jack
DIST= good

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer mp3 encode plugin
COMMENT= GStreamer High-quality free mp3 encode plugin
GST_PLUGIN= lame
DIST= ugly

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer mp3 decoder plugin
COMMENT= GStreamer mp3 decoder plugin
GST_PLUGIN= mad
DIST= ugly

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer modplug plugin
COMMENT= GStreamer module decoder based on modplug egine plugin
GST_PLUGIN= modplug
DIST= bad

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer Ogg bitstream plugin
COMMENT= GStreamer Ogg bitstream plugin
GST_PLUGIN= ogg
DIST= base

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer Opus audio encoder/decoder plugin
COMMENT= GStreamer Opus audio encoder/decoder plugin
GST_PLUGIN= opus
DIST= bad

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= GStreamer plugin for pulseaudio
COMMENT= GStreamer pulseaudio plugin
GST_PLUGIN= pulse
DIST= good

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer icecast plugin
COMMENT= GStreamer icecast output plugin
GST_PLUGIN= shout2
DIST= good

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer Commodore SID decoder plugin
COMMENT= GStreamer Commodore SID audio decoder plugin
GST_PLUGIN= sidplay
DIST= ugly

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer speex voice plugin
COMMENT= GStreamer speex voice encode/decode plugin
GST_PLUGIN= speex
DIST= good

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer taglib plugin
COMMENT= GStreamer taglib plugin for adding APEv2 and ID3v2 headers
GST_PLUGIN= taglib
DIST= good

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer High-quality free MP2 encoder plugin
COMMENT= GStreamer High-quality free MP2 encoder plugin
GST_PLUGIN= twolame
DIST= ugly

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer vorbis encoder/decoder plugin
COMMENT= GStreamer vorbis encoder/decoder plugin
GST_PLUGIN= vorbis
DIST= base

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= audio
COMMENT= Gstreamer wavpack plugin
COMMENT= GStreamer wavpack encode/decode plugin
GST_PLUGIN= wavpack
DIST= good

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= libmikmod
PORTVERSION= 3.3.6
PORTREVISION= 2
PORTVERSION= 3.3.8
CATEGORIES= audio
MASTER_SITES= SF/mikmod/libmikmod/${PORTVERSION}/
@ -20,4 +19,7 @@ USE_LDCONFIG= yes
INFO= mikmod
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so.3.3.0
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (libmikmod-3.3.6.tar.gz) = 3f363e03f7b1db75b9b6602841bbd440ed275a548e53545f980df8155de4d330
SIZE (libmikmod-3.3.6.tar.gz) = 1288510
SHA256 (libmikmod-3.3.8.tar.gz) = 4acf6634a477d8b95f18b55a3e2e76052c149e690d202484e8b0ac7589cf37a2
SIZE (libmikmod-3.3.8.tar.gz) = 1254702

View File

@ -1,6 +1,6 @@
--- Makefile.in.orig 2013-12-30 19:37:12.000000000 +0100
+++ Makefile.in 2014-03-01 19:49:25.164244987 +0100
@@ -348,7 +348,7 @@
--- Makefile.in.orig 2015-11-11 10:02:02 UTC
+++ Makefile.in
@@ -372,7 +372,7 @@ EXTRA_DIST = libmikmod-config.in libmikm
m4datadir = $(datadir)/aclocal
m4data_DATA = libmikmod.m4

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= libsidplayfp
PORTVERSION= 1.8.2
PORTVERSION= 1.8.3
CATEGORIES= audio
MASTER_SITES= SF/sidplay-residfp/libsidplayfp/${PORTVERSION:R}
@ -21,8 +21,8 @@ OPTIONS_DEFINE= DEBUG DOCS DOXYGEN
DEBUG_CONFIGURE_ON= --enable-debug=full
DOXYGEN_BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen
OPTIONS_MULTI= OPTIMIZATION
OPTIONS_MULTI_OPTIMIZATION= BHINTS INLINE MMX
OPTIONS_GROUP= OPTIMIZATION
OPTIONS_GROUP_OPTIMIZATION= BHINTS INLINE MMX
OPTIONS_DEFAULT= BHINTS INLINE
OPTIMIZATION_DESC= Increase performance by optimization

View File

@ -1,2 +1,2 @@
SHA256 (libsidplayfp-1.8.2.tar.gz) = 856d629060c52c358a77fc61cea4399bf67d8d8f1041adacc7a183c0e82eef03
SIZE (libsidplayfp-1.8.2.tar.gz) = 669589
SHA256 (libsidplayfp-1.8.3.tar.gz) = aa6f17aa248116abb0007aa0844a1298a5eff1a3135f036e5c2ba9238bcf66a8
SIZE (libsidplayfp-1.8.3.tar.gz) = 670857

View File

@ -13,6 +13,8 @@ COMMENT= Fullscreen mode for Amarok 2.x
LICENSE= GPLv2
BROKEN= unfetchable
DEPRECATED= Distfiles unavailable and no updates in 6 years
EXPIRATION_DATE= 2016-03-06
RUN_DEPENDS= amarok>=2:${PORTSDIR}/audio/amarok-kde4

View File

@ -1,2 +1,2 @@
SHA256 (eric6-i18n-zh_CN.GB2312-6.1.0.tar.gz) = 996fb9fd9a2170788601f0f0bc8a67a7d38b899c637d086d93217999746b78ee
SIZE (eric6-i18n-zh_CN.GB2312-6.1.0.tar.gz) = 456341
SHA256 (eric6-i18n-zh_CN.GB2312-6.1.1.tar.gz) = 8764c356536eee46076974d421e7341c942c87da35088cf50f341700f30e6bd9
SIZE (eric6-i18n-zh_CN.GB2312-6.1.1.tar.gz) = 456336

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= comms
COMMENT= Gstreamer DSP library and software FAX machine plugin
COMMENT= GStreamer DSP library and software FAX machine plugin
GST_PLUGIN= spandsp
DIST= bad

View File

@ -14,7 +14,6 @@ PKGMESSAGE= ${.CURDIR}/pkg-message
PATCHDIR= ${.CURDIR}/files
PLIST= ${.CURDIR}/pkg-plist
CONFLICTS_BUILD= boost-libs-1.55*
CONFLICTS_INSTALL= mysql5.[0-57-9]-client-* mysql[0-46-9][0-9]-client-* mariadb[0-9][0-9]-client-* percona[0-9][0-9]-client-*
CMAKE_ARGS+= -DINSTALL_PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig \

View File

@ -40,7 +40,8 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \
-DINSTALL_SCRIPTDIR="bin" \
-DINSTALL_SHAREDIR="share" \
-DINSTALL_SUPPORTFILESDIR="share/mysql" \
-DLOCAL_BOOST_DIR=${WRKSRC}/../boost_1_59_0 \
-DLOCAL_BOOST_DIR=${WRKDIR}/boost_1_59_0 \
-DBOOST_INCLUDE_DIR=${WRKDIR}/boost_1_59_0 \
-DWITH_INNODB_EXTRA_DEBUG=0
SHEBANG_FILES= scripts/*.pl* scripts/*.sh
@ -61,7 +62,6 @@ WANT_MYSQL_VER= 57
USES+= bison:build cpe perl5
USE_PERL5= run
CONFLICTS_BUILD= boost-libs-1.55*
CONFLICTS_INSTALL= mariadb[0-9]*-server-* \
mysql[0-46-9][0-689]-server-* \
percona[0-9]*-server-*

View File

@ -3,6 +3,7 @@
PORTNAME= opentsdb
PORTVERSION= 2.1.3
PORTREVISION= 1
CATEGORIES= databases java
MASTER_SITES= https://github.com/OpenTSDB/opentsdb/releases/download/v${PORTVERSION}/
@ -45,7 +46,6 @@ SUB_LIST= OPENTSDB_USER="${OPENTSDB_USER}" \
post-patch:
${REINPLACE_CMD} -i "" -e "s|python|${PYTHON_CMD}|" ${WRKSRC}/build-aux/gen_build_data.sh
#${REINPLACE_CMD} -i "" -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/Makefile.in
${REINPLACE_CMD} -i "" -e "s|%%PREFIX%%|${PREFIX}|" ${WRKSRC}/src/utils/Config.java
${REINPLACE_CMD} -i "" -e "s|tsd.http.staticroot =|tsd.http.staticroot = ${DATADIR}/static|; s|tsd.http.cachedir =|tsd.http.cachedir = /tmp/opentsdb|; s|tsd.network.port =|tsd.network.port = 4242|;" ${WRKSRC}/src/opentsdb.conf

View File

@ -1,8 +1,11 @@
--- Makefile.in.orig 2015-11-11 20:54:56 UTC
+++ Makefile.in
@@ -1315,7 +1315,9 @@ printdeps:
@@ -1313,9 +1313,11 @@ printdeps:
# This is kind of a hack, but I couldn't find a better way to adjust the paths
# in the script before it gets installed...
install-exec-hook:
script=tsdb; pkgdatadir='$(pkgdatadir)'; configdir='$(sysconfigdir)/etc/opentsdb'; \
- script=tsdb; pkgdatadir='$(pkgdatadir)'; configdir='$(sysconfigdir)/etc/opentsdb'; \
+ script=tsdb; pkgdatadir='$(pkgdatadir)'; configdir='$(sysconfdir)/opentsdb'; \
abs_srcdir=''; abs_builddir=''; $(edit_tsdb_script)
+ chmod u+w "$(DESTDIR)$(bindir)/tsdb"
cat tsdb.tmp >"$(DESTDIR)$(bindir)/tsdb"

View File

@ -2,23 +2,25 @@
# $FreeBSD$
PORTNAME= apsw
PORTVERSION= 3.8.0.2
PORTVERSION= 3.9.2
DISTVERSIONSUFFIX= -r1
PORTREVISION= 2
CATEGORIES= databases python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= ports@FreeBSD.org
COMMENT= APSW stands for Another Python SQLite Wrapper
COMMENT= Another Python SQLite Wrapper
LICENSE= ZLIB
LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3
USE_GITHUB= yes
GH_ACCOUNT= rogerbinns
PYDISTUTILS_PKGVERSION= ${PORTVERSION}_r1
PYDISTUTILS_EGGINFO= apsw-${PORTVERSION}.post1-py${PYTHON_VER}.egg-info
USES= localbase python zip
USE_PYTHON= distutils
USES= localbase python
USE_PYTHON= distutils autoplist
USE_SQLITE= 3
PYDISTUTILS_EGGINFO= apsw-${PORTVERSION|.post1-py${PYTHON_VER}.egg-info
post-install:
@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/apsw.so
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (apsw-3.8.0.2-r1.zip) = f3da7dbc1c92b9962086de90d6c6ec5ce199ffcc9f4edca9f55ee62b27db61f0
SIZE (apsw-3.8.0.2-r1.zip) = 662335
SHA256 (rogerbinns-apsw-3.9.2-r1_GH0.tar.gz) = 6fae3f701f5cadca47195d814a02cec016f813f35d9d44d39596d293f5067577
SIZE (rogerbinns-apsw-3.9.2-r1_GH0.tar.gz) = 308216

View File

@ -5,4 +5,4 @@ the complete SQLite API into Python. The documentation has a section
on the differences between APSW and pysqlite. APSW supports CPython
2.3 onwards and CPython 3.1 onwards.
WWW: https://code.google.com/p/apsw/
WWW: https://rogerhibns.github.io/apsw/

View File

@ -1 +0,0 @@
%%PYTHON_SITELIBDIR%%/apsw.so

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= calibre
PORTVERSION= 2.46.0
PORTVERSION= 2.48.0
CATEGORIES= deskutils python
MASTER_SITES= http://download.calibre-ebook.com/${PORTVERSION}/
@ -28,7 +28,9 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sip>=0:${PORTSDIR}/devel/py-sip \
${PYTHON_PKGNAMEPREFIX}dateutil>=0:${PORTSDIR}/devel/py-dateutil \
${PYTHON_PKGNAMEPREFIX}pillow>=0:${PORTSDIR}/graphics/py-pillow \
${PYTHON_PKGNAMEPREFIX}psutil>=2.0.0:${PORTSDIR}/sysutils/py-psutil \
${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml
${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \
${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.9:${PORTSDIR}/www/py-cssutils \
${PYTHON_PKGNAMEPREFIX}apsw>=0:${PORTSDIR}/databases/py-apsw
RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils \
${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.9:${PORTSDIR}/www/py-cssutils \
${PYTHON_PKGNAMEPREFIX}dnspython>=0:${PORTSDIR}/dns/py-dnspython \

View File

@ -1,2 +1,2 @@
SHA256 (calibre-2.46.0.tar.xz) = 6b529b7893400cc07dbb2f76d3238bbe250ee5ac218dc7a135f4142eccbae145
SIZE (calibre-2.46.0.tar.xz) = 38789944
SHA256 (calibre-2.48.0.tar.xz) = ef42721b9687e46760582d4e192f128439b8907370629c309c1d7f6600e25f2e
SIZE (calibre-2.48.0.tar.xz) = 39015244

View File

@ -797,6 +797,7 @@ lib/calibre/calibre/gui2/dialogs/drm_error_ui.py
lib/calibre/calibre/gui2/dialogs/duplicates.py
lib/calibre/calibre/gui2/dialogs/edit_authors_dialog.py
lib/calibre/calibre/gui2/dialogs/edit_authors_dialog_ui.py
lib/calibre/calibre/gui2/dialogs/exim.py
lib/calibre/calibre/gui2/dialogs/job_view_ui.py
lib/calibre/calibre/gui2/dialogs/jobs_ui.py
lib/calibre/calibre/gui2/dialogs/match_books.py
@ -955,10 +956,12 @@ lib/calibre/calibre/gui2/store/search/search.py
lib/calibre/calibre/gui2/store/search/search_ui.py
lib/calibre/calibre/gui2/store/search_result.py
lib/calibre/calibre/gui2/store/stores/__init__.py
lib/calibre/calibre/gui2/store/stores/amazon_au_plugin.py
lib/calibre/calibre/gui2/store/stores/amazon_ca_plugin.py
lib/calibre/calibre/gui2/store/stores/amazon_de_plugin.py
lib/calibre/calibre/gui2/store/stores/amazon_es_plugin.py
lib/calibre/calibre/gui2/store/stores/amazon_fr_plugin.py
lib/calibre/calibre/gui2/store/stores/amazon_in_plugin.py
lib/calibre/calibre/gui2/store/stores/amazon_it_plugin.py
lib/calibre/calibre/gui2/store/stores/amazon_plugin.py
lib/calibre/calibre/gui2/store/stores/amazon_uk_plugin.py
@ -1239,6 +1242,7 @@ lib/calibre/calibre/utils/config.py
lib/calibre/calibre/utils/config_base.py
lib/calibre/calibre/utils/date.py
lib/calibre/calibre/utils/dbus_service.py
lib/calibre/calibre/utils/exim.py
lib/calibre/calibre/utils/file_associations.py
lib/calibre/calibre/utils/file_type_icons.py
lib/calibre/calibre/utils/filenames.py

View File

@ -2,42 +2,34 @@
# $FreeBSD$
PORTNAME= taskwarrior
PORTVERSION= 2.4.4
PORTREVISION= 1
PORTVERSION= 2.5.0
CATEGORIES= deskutils
MASTER_SITES= http://taskwarrior.org/download/
DISTNAME= task-${PORTVERSION}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Feature-rich command-line todo list manager
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
OPTIONS_DEFINE=GNUTLS
OPTIONS_DEFAULT=GNUTLS
LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls
GNUTLS_CMAKE_OFF= -DCMAKE_DISABLE_FIND_PACKAGE_GnuTLS=TRUE
USES= compiler:c++11-lib cmake python:test shebangfix
.include <bsd.port.options.mk>
USE_GITHUB= yes
GH_ACCOUNT= taskwarrior
GH_PROJECT= task
.if ${OSVERSION} < 1000000
BUILD_DEPENDS+= ${LOCALBASE}/bin/clang36:${PORTSDIR}/lang/clang36
CPP= ${LOCALBASE}/bin/clang-cpp36
CC= ${LOCALBASE}/bin/clang36
CXX= ${LOCALBASE}/bin/clang++36
.endif
WRKSRC= ${WRKDIR}/task-${PORTVERSION}
USES= cmake:outsource shebangfix
SHEBANG_FILES= scripts/*/*.pl \
scripts/*/*.rb \
scripts/*/*.py \
doc/rc/refresh \
scripts/bash/context
CMAKE_ARGS+= -DTASK_DOCDIR:STRING=${DATADIR:S/${PREFIX}\///} \
-DTASK_MAN1DIR:STRING=man/man1 \
-DTASK_MAN1DIR:STRING=man/man1 \
-DTASK_MAN5DIR:STRING=man/man5
SHEBANG_FILES= scripts/*/*.pl \
doc/rc/refresh \
do-test:
@cd ${WRKSRC}/test && \
${PYTHON_CMD} run_all --verbose && \
${PYTHON_CMD} problems
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (task-2.4.4.tar.gz) = 7ff406414e0be480f91981831507ac255297aab33d8246f98dbfd2b1b2df8e3b
SIZE (task-2.4.4.tar.gz) = 2352265
SHA256 (task-2.5.0_GH0.tar.gz) = 98acb709a4b62390fc5afbe2ba852cf4caebca1dc090575a0f098e001e12cebf
SIZE (task-2.5.0_GH0.tar.gz) = 1524446

View File

@ -0,0 +1,79 @@
--- src/ISO8601.cpp.orig 2015-10-21 20:50:42 UTC
+++ src/ISO8601.cpp
@@ -1535,34 +1535,28 @@ bool ISO8601d::sameYear (const ISO8601d&
}
////////////////////////////////////////////////////////////////////////////////
-ISO8601d ISO8601d::operator+ (time_t delta)
-{
- return ISO8601d (_date + delta);
-}
-
-////////////////////////////////////////////////////////////////////////////////
-ISO8601d ISO8601d::operator+ (const int delta)
+ISO8601d ISO8601d::operator+ (const time_t delta)
{
return ISO8601d (_date + delta);
}
////////////////////////////////////////////////////////////////////////////////
-ISO8601d ISO8601d::operator- (const int delta)
+ISO8601d ISO8601d::operator- (const time_t delta)
{
return ISO8601d (_date - delta);
}
////////////////////////////////////////////////////////////////////////////////
-ISO8601d& ISO8601d::operator+= (const int delta)
+ISO8601d& ISO8601d::operator+= (const time_t delta)
{
- _date += (time_t) delta;
+ _date += delta;
return *this;
}
////////////////////////////////////////////////////////////////////////////////
-ISO8601d& ISO8601d::operator-= (const int delta)
+ISO8601d& ISO8601d::operator-= (const time_t delta)
{
- _date -= (time_t) delta;
+ _date -= delta;
return *this;
}
@@ -1576,7 +1570,7 @@ time_t ISO8601d::operator- (const ISO860
// Prefix decrement by one day.
void ISO8601d::operator-- ()
{
- ISO8601d yesterday = startOfDay () - 1;
+ ISO8601d yesterday = startOfDay () - (time_t) 1;
yesterday = ISO8601d (yesterday.month (),
yesterday.day (),
yesterday.year (),
@@ -1590,7 +1584,7 @@ void ISO8601d::operator-- ()
// Postfix decrement by one day.
void ISO8601d::operator-- (int)
{
- ISO8601d yesterday = startOfDay () - 1;
+ ISO8601d yesterday = startOfDay () - (time_t) 1;
yesterday = ISO8601d (yesterday.month (),
yesterday.day (),
yesterday.year (),
@@ -1604,7 +1598,7 @@ void ISO8601d::operator-- (int)
// Prefix increment by one day.
void ISO8601d::operator++ ()
{
- ISO8601d tomorrow = (startOfDay () + 90001).startOfDay ();
+ ISO8601d tomorrow = (startOfDay () + (time_t) 90001).startOfDay ();
tomorrow = ISO8601d (tomorrow.month (),
tomorrow.day (),
tomorrow.year (),
@@ -1618,7 +1612,7 @@ void ISO8601d::operator++ ()
// Postfix increment by one day.
void ISO8601d::operator++ (int)
{
- ISO8601d tomorrow = (startOfDay () + 90001).startOfDay ();
+ ISO8601d tomorrow = (startOfDay () + (time_t) 90001).startOfDay ();
tomorrow = ISO8601d (tomorrow.month (),
tomorrow.day (),
tomorrow.year (),

View File

@ -0,0 +1,18 @@
--- src/ISO8601.h.orig 2015-10-21 20:50:42 UTC
+++ src/ISO8601.h
@@ -96,11 +96,10 @@ public:
bool sameWeek (const ISO8601d&) const;
bool sameMonth (const ISO8601d&) const;
bool sameYear (const ISO8601d&) const;
- ISO8601d operator+ (time_t);
- ISO8601d operator+ (const int);
- ISO8601d operator- (const int);
- ISO8601d& operator+= (const int);
- ISO8601d& operator-= (const int);
+ ISO8601d operator+ (const time_t);
+ ISO8601d operator- (const time_t);
+ ISO8601d& operator+= (const time_t);
+ ISO8601d& operator-= (const time_t);
time_t operator- (const ISO8601d&);
void operator-- (); // Prefix
void operator-- (int); // Postfix

View File

@ -0,0 +1,11 @@
--- src/Task.cpp.orig 2015-10-21 20:50:42 UTC
+++ src/Task.cpp
@@ -359,7 +359,7 @@ Task::dateState Task::getDateState (cons
if (imminentperiod == 0)
return dateAfterToday;
- ISO8601d imminentDay = today + imminentperiod * 86400;
+ ISO8601d imminentDay = today + imminentperiod * (time_t) 86400;
if (reference < imminentDay)
return dateAfterToday;
}

View File

@ -0,0 +1,11 @@
--- src/commands/CmdTimesheet.cpp.orig 2015-10-21 20:50:42 UTC
+++ src/commands/CmdTimesheet.cpp
@@ -75,7 +75,7 @@ int CmdTimesheet::execute (std::string&
// Roll back to midnight.
start = ISO8601d (start.month (), start.day (), start.year ());
- ISO8601d end = start + (7 * 86400);
+ ISO8601d end = start + (time_t)(7 * 86400);
// Determine how many reports to run.
int quantity = 1;

View File

@ -0,0 +1,20 @@
--- src/recur.cpp.orig 2015-10-21 20:50:42 UTC
+++ src/recur.cpp
@@ -241,7 +241,7 @@ ISO8601d getNextRecurrence (ISO8601d& cu
else if (dow == 6) days = 2;
else days = 1;
- return current + (days * 86400);
+ return current + (time_t)(days * 86400);
}
else if (Lexer::isDigit (period[0]) &&
@@ -377,7 +377,7 @@ ISO8601d getNextRecurrence (ISO8601d& cu
throw std::string (format (STRING_TASK_VALID_RECUR, period));
secs = (time_t) p;
- return current + secs;
+ return current + (time_t) secs;
}
////////////////////////////////////////////////////////////////////////////////

View File

@ -34,6 +34,8 @@ man/man5/taskrc.5.gz
%%DATADIR%%/rc/holidays.en-NZ.rc
%%DATADIR%%/rc/holidays.en-US.rc
%%DATADIR%%/rc/holidays.en-ZA.rc
%%DATADIR%%/rc/holidays.es-CO.rc
%%DATADIR%%/rc/holidays.es-EC.rc
%%DATADIR%%/rc/holidays.es-ES.rc
%%DATADIR%%/rc/holidays.es-MX.rc
%%DATADIR%%/rc/holidays.es-US.rc
@ -65,21 +67,8 @@ man/man5/taskrc.5.gz
%%DATADIR%%/rc/refresh
%%DATADIR%%/rc/solarized-dark-256.theme
%%DATADIR%%/rc/solarized-light-256.theme
%%DATADIR%%/scripts/add-ons/export-csv.pl
%%DATADIR%%/scripts/add-ons/export-html.pl
%%DATADIR%%/scripts/add-ons/export-ical.pl
%%DATADIR%%/scripts/add-ons/export-sql.py
%%DATADIR%%/scripts/add-ons/export-tsv.pl
%%DATADIR%%/scripts/add-ons/export-xml.pl
%%DATADIR%%/scripts/add-ons/export-xml.py
%%DATADIR%%/scripts/add-ons/export-xml.rb
%%DATADIR%%/scripts/add-ons/export-yad.pl
%%DATADIR%%/scripts/add-ons/export-yaml.pl
%%DATADIR%%/scripts/add-ons/import-todo.sh.pl
%%DATADIR%%/scripts/add-ons/import-yaml.pl
%%DATADIR%%/scripts/add-ons/README
%%DATADIR%%/scripts/add-ons/update-holidays.pl
%%DATADIR%%/scripts/bash/context
%%DATADIR%%/scripts/bash/focus
%%DATADIR%%/scripts/bash/task.sh
%%DATADIR%%/scripts/bash/task_functions.sh
%%DATADIR%%/scripts/fish/task.fish

View File

@ -45,6 +45,8 @@
SUBDIR += SpecTcl
SUBDIR += aap
SUBDIR += aarch64-binutils
SUBDIR += aarch64-none-elf-binutils
SUBDIR += aarch64-none-elf-gcc
SUBDIR += abi-compliance-checker
SUBDIR += ace
SUBDIR += ace+tao-doc
@ -303,6 +305,7 @@
SUBDIR += cppunit
SUBDIR += cproto
SUBDIR += cpuflags
SUBDIR += creduce
SUBDIR += critcl
SUBDIR += cs-eric6
SUBDIR += cscope
@ -3893,6 +3896,7 @@
SUBDIR += py-Products.contentmigration
SUBDIR += py-Products.statusmessages
SUBDIR += py-Products.validation
SUBDIR += py-PyLD
SUBDIR += py-RPyC
SUBDIR += py-Record
SUBDIR += py-SymbolType
@ -4353,6 +4357,7 @@
SUBDIR += py-tapi
SUBDIR += py-tarantool-queue
SUBDIR += py-tconfpy
SUBDIR += py-tempora
SUBDIR += py-tempstorage
SUBDIR += py-termcolor
SUBDIR += py-termstyle

View File

@ -0,0 +1,10 @@
# $FreeBSD$
COMMENT= GNU binutils for bare metal AArch64 cross-development
PKGNAMEPREFIX= aarch64-none-elf-
BUTARGET= aarch64-none-elf
PLIST= ${.CURDIR}/pkg-plist
MASTERDIR= ${.CURDIR}/../binutils
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,105 @@
aarch64-none-elf/bin/ar
aarch64-none-elf/bin/as
aarch64-none-elf/bin/ld
aarch64-none-elf/bin/ld.bfd
aarch64-none-elf/bin/nm
aarch64-none-elf/bin/objcopy
aarch64-none-elf/bin/objdump
aarch64-none-elf/bin/ranlib
aarch64-none-elf/bin/size
aarch64-none-elf/bin/strip
aarch64-none-elf/lib/ldscripts/aarch64elf.x
aarch64-none-elf/lib/ldscripts/aarch64elf.xbn
aarch64-none-elf/lib/ldscripts/aarch64elf.xc
aarch64-none-elf/lib/ldscripts/aarch64elf.xn
aarch64-none-elf/lib/ldscripts/aarch64elf.xr
aarch64-none-elf/lib/ldscripts/aarch64elf.xs
aarch64-none-elf/lib/ldscripts/aarch64elf.xsc
aarch64-none-elf/lib/ldscripts/aarch64elf.xsw
aarch64-none-elf/lib/ldscripts/aarch64elf.xu
aarch64-none-elf/lib/ldscripts/aarch64elf.xw
aarch64-none-elf/lib/ldscripts/aarch64elf32.x
aarch64-none-elf/lib/ldscripts/aarch64elf32.xbn
aarch64-none-elf/lib/ldscripts/aarch64elf32.xc
aarch64-none-elf/lib/ldscripts/aarch64elf32.xn
aarch64-none-elf/lib/ldscripts/aarch64elf32.xr
aarch64-none-elf/lib/ldscripts/aarch64elf32.xs
aarch64-none-elf/lib/ldscripts/aarch64elf32.xsc
aarch64-none-elf/lib/ldscripts/aarch64elf32.xsw
aarch64-none-elf/lib/ldscripts/aarch64elf32.xu
aarch64-none-elf/lib/ldscripts/aarch64elf32.xw
aarch64-none-elf/lib/ldscripts/aarch64elf32b.x
aarch64-none-elf/lib/ldscripts/aarch64elf32b.xbn
aarch64-none-elf/lib/ldscripts/aarch64elf32b.xc
aarch64-none-elf/lib/ldscripts/aarch64elf32b.xn
aarch64-none-elf/lib/ldscripts/aarch64elf32b.xr
aarch64-none-elf/lib/ldscripts/aarch64elf32b.xs
aarch64-none-elf/lib/ldscripts/aarch64elf32b.xsc
aarch64-none-elf/lib/ldscripts/aarch64elf32b.xsw
aarch64-none-elf/lib/ldscripts/aarch64elf32b.xu
aarch64-none-elf/lib/ldscripts/aarch64elf32b.xw
aarch64-none-elf/lib/ldscripts/aarch64elfb.x
aarch64-none-elf/lib/ldscripts/aarch64elfb.xbn
aarch64-none-elf/lib/ldscripts/aarch64elfb.xc
aarch64-none-elf/lib/ldscripts/aarch64elfb.xn
aarch64-none-elf/lib/ldscripts/aarch64elfb.xr
aarch64-none-elf/lib/ldscripts/aarch64elfb.xs
aarch64-none-elf/lib/ldscripts/aarch64elfb.xsc
aarch64-none-elf/lib/ldscripts/aarch64elfb.xsw
aarch64-none-elf/lib/ldscripts/aarch64elfb.xu
aarch64-none-elf/lib/ldscripts/aarch64elfb.xw
aarch64-none-elf/lib/ldscripts/armelf.x
aarch64-none-elf/lib/ldscripts/armelf.xbn
aarch64-none-elf/lib/ldscripts/armelf.xc
aarch64-none-elf/lib/ldscripts/armelf.xn
aarch64-none-elf/lib/ldscripts/armelf.xr
aarch64-none-elf/lib/ldscripts/armelf.xs
aarch64-none-elf/lib/ldscripts/armelf.xsc
aarch64-none-elf/lib/ldscripts/armelf.xsw
aarch64-none-elf/lib/ldscripts/armelf.xu
aarch64-none-elf/lib/ldscripts/armelf.xw
aarch64-none-elf/lib/ldscripts/armelfb.x
aarch64-none-elf/lib/ldscripts/armelfb.xbn
aarch64-none-elf/lib/ldscripts/armelfb.xc
aarch64-none-elf/lib/ldscripts/armelfb.xn
aarch64-none-elf/lib/ldscripts/armelfb.xr
aarch64-none-elf/lib/ldscripts/armelfb.xs
aarch64-none-elf/lib/ldscripts/armelfb.xsc
aarch64-none-elf/lib/ldscripts/armelfb.xsw
aarch64-none-elf/lib/ldscripts/armelfb.xu
aarch64-none-elf/lib/ldscripts/armelfb.xw
bin/aarch64-none-elf-addr2line
bin/aarch64-none-elf-ar
bin/aarch64-none-elf-as
bin/aarch64-none-elf-c++filt
bin/aarch64-none-elf-elfedit
bin/aarch64-none-elf-gprof
bin/aarch64-none-elf-ld
bin/aarch64-none-elf-ld.bfd
bin/aarch64-none-elf-nm
bin/aarch64-none-elf-objcopy
bin/aarch64-none-elf-objdump
bin/aarch64-none-elf-ranlib
bin/aarch64-none-elf-readelf
bin/aarch64-none-elf-size
bin/aarch64-none-elf-strings
bin/aarch64-none-elf-strip
man/man1/aarch64-none-elf-addr2line.1.gz
man/man1/aarch64-none-elf-ar.1.gz
man/man1/aarch64-none-elf-as.1.gz
man/man1/aarch64-none-elf-c++filt.1.gz
man/man1/aarch64-none-elf-dlltool.1.gz
man/man1/aarch64-none-elf-elfedit.1.gz
man/man1/aarch64-none-elf-gprof.1.gz
man/man1/aarch64-none-elf-ld.1.gz
man/man1/aarch64-none-elf-nlmconv.1.gz
man/man1/aarch64-none-elf-nm.1.gz
man/man1/aarch64-none-elf-objcopy.1.gz
man/man1/aarch64-none-elf-objdump.1.gz
man/man1/aarch64-none-elf-ranlib.1.gz
man/man1/aarch64-none-elf-readelf.1.gz
man/man1/aarch64-none-elf-size.1.gz
man/man1/aarch64-none-elf-strings.1.gz
man/man1/aarch64-none-elf-strip.1.gz
man/man1/aarch64-none-elf-windmc.1.gz
man/man1/aarch64-none-elf-windres.1.gz

View File

@ -0,0 +1,19 @@
# $FreeBSD$
PKGNAMEPREFIX= aarch64-none-elf-
COMMENT= GNU Compiler Collection for bare metal arm cross-development
GCC_TARGET= aarch64-none-elf
PLIST= ${.CURDIR}/pkg-plist
# U-Boot requires libgcc, crossbuild and install it along with the compiler.
ALL_TARGET= all-gcc all-target-libgcc
INSTALL_TARGET= install-gcc install-target-libgcc
MASTERDIR= ${.CURDIR}/../powerpc64-gcc
.include "${MASTERDIR}/Makefile"
# The following is required for clang to bootstrap gcc.
.if ${COMPILER_TYPE} == clang
MAKE_ARGS+= CXXFLAGS=-fbracket-depth=512
.endif

View File

@ -0,0 +1,419 @@
bin/%%GCC_TARGET%%-c++
bin/%%GCC_TARGET%%-cpp
bin/%%GCC_TARGET%%-g++
bin/%%GCC_TARGET%%-gcc
bin/%%GCC_TARGET%%-gcc-%%GCC_VERSION%%
bin/%%GCC_TARGET%%-gcc-ar
bin/%%GCC_TARGET%%-gcc-nm
bin/%%GCC_TARGET%%-gcc-ranlib
bin/%%GCC_TARGET%%-gcov
bin/%%GCC_TARGET%%-gcov-tool
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crtbegin.o
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crtend.o
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crtfastmath.o
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crti.o
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/crtn.o
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/ilp32/crtbegin.o
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/ilp32/crtend.o
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/ilp32/crtfastmath.o
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/ilp32/crti.o
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/ilp32/crtn.o
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/ilp32/libgcc.a
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/ilp32/libgcov.a
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/README
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/limits.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include-fixed/syslimits.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/arm_acle.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/arm_neon.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/float.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/iso646.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdalign.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdarg.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdatomic.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdbool.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stddef.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdfix.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdint-gcc.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdint.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/stdnoreturn.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/tgmath.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/unwind.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/include/varargs.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/fixinc_list
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/gsyslimits.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/include/README
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/include/limits.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/macro_list
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/mkheaders.conf
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/libgcc.a
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/libgcov.a
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/gtype.state
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ada/gcc-interface/ada-tree.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/addresses.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/alias.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/all-tree.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/alloc-pool.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ansidecl.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/asan.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/attribs.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/auto-host.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/auto-profile.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/b-header-vars
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/basic-block.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/bb-reorder.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/bitmap.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/builtin-attrs.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/builtin-types.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/builtins.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/builtins.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/bversion.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-common.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-common.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-objc.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-pragma.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-family/c-pretty-print.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/c-tree.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/calls.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ccmp.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfg-flags.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfg.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfganal.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgbuild.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgcleanup.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgexpand.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfghooks.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgloop.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgloopmanip.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cfgrtl.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cgraph.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/chkp-builtins.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cif-code.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cilk-builtins.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cilk.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cilkplus.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/collect-utils.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/collect2-aix.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/collect2.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/conditions.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/aarch64/aarch64-cores.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/aarch64/aarch64-elf-raw.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/aarch64/aarch64-elf.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/aarch64/aarch64-opts.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/aarch64/aarch64-protos.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/aarch64/aarch64.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/aarch64/biarchlp64.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/arm/aarch-common-protos.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/dbxelf.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/elfos.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/initfini-array.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/config/newlib-stdint.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/configargs.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/context.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/convert.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/coretypes.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/coverage.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cp/cp-tree.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cp/cp-tree.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cp/cxx-pretty-print.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cp/name-lookup.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cp/type-utils.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cppbuiltin.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cppdefault.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cpplib.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/cselib.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/data-streamer.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dbgcnt.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dbgcnt.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dbxout.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dce.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ddg.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/debug.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/defaults.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/df.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dfp.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic-color.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic-core.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/diagnostic.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dojump.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dominance.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/domwalk.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/double-int.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dumpfile.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dwarf2asm.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/dwarf2out.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/emit-rtl.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/errors.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/et-forest.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/except.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/explow.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/expmed.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/expr.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/fibonacci_heap.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/file-find.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/filenames.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/fixed-value.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/flag-types.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/flags.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/fold-const.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/function.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcc-plugin.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcc-symtab.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcc.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcov-counter.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcov-io.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcse-common.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gcse.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/generic-match.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gengtype.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/genrtl.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gensupport.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ggc-internal.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ggc.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-builder.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-expr.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-fold.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-iterator.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-low.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-match.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-pretty-print.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-ssa.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-streamer.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple-walk.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimple.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimplify-me.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gimplify.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/glimits.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graph.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graphds.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graphite-isl-ast-to-gimple.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graphite-poly.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graphite-scop-detection.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/graphite-sese-to-poly.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gsstruct.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gstab.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gsyms.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gsyslimits.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gtm-builtins.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/gtype-desc.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hard-reg-set.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hash-map.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hash-set.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hash-table.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hashtab.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/highlev-plugin-common.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hooks.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hosthooks-def.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hosthooks.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hw-doloop.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/hwint.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ifcvt.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/inchash.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/incpath.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/input.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-addr.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-codes.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-constants.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-flags.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-modes.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/insn-notes.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/internal-fn.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/internal-fn.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/intl.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-chkp.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-icf-gimple.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-icf.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-inline.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-prop.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-ref.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-reference.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ipa-utils.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ira-int.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ira.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/is-a.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/java/java-tree.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/langhooks-def.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/langhooks.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lcm.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/libfuncs.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/libiberty.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/limitx.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/limity.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/line-map.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/loop-unroll.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lower-subreg.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lra-int.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lra.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lto-compress.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lto-section-names.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/lto-streamer.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/machmode.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/machmode.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/md5.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/mode-classes.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/objc/objc-tree.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/obstack.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/omega.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/omp-builtins.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/omp-low.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/optabs.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/optabs.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/options.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/opts-diagnostic.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/opts.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/output.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/params.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/params.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/pass-instances.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/pass_manager.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/passes.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/plugin-api.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/plugin-version.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/plugin.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/plugin.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/predict.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/predict.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/prefix.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/pretty-print.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/print-rtl.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/print-tree.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/profile.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/read-md.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/real.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/realmpfr.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/recog.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/reg-notes.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/regcprop.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/regrename.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/regs.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/regset.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/reload.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/resource.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtl-chkp.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtl-error.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtl-iter.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtl.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtl.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtlhash.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/rtlhooks-def.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/safe-ctype.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sanitizer.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sbitmap.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sched-int.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sdbout.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sel-sched-dump.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sel-sched-ir.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sel-sched.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sese.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/shrink-wrap.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/signop.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sparseset.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/splay-tree.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sreal.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ssa-iterators.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/stab.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/statistics.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/stmt.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/stor-layout.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/streamer-hooks.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/stringpool.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/symbol-summary.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/symtab.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/sync-builtins.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/system.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target-def.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target-globals.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target-hooks-macros.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/target.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/targhooks.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/timevar.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/timevar.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tm-preds.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tm.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tm_p.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/toplev.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/trans-mem.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-affine.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-browser.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-cfg.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-cfgcleanup.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-check.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-chkp.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-chrec.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-core.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-data-ref.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-dfa.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-diagnostic.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-dump.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-eh.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-hasher.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-inline.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-into-ssa.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-iterator.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-nested.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-object-size.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-outof-ssa.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-parloops.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-pass.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-phinodes.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-pretty-print.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-scalar-evolution.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-address.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-alias.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-coalesce.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-dom.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-live.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop-ivopts.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop-manip.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop-niter.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-loop.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-operands.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-propagate.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-sccvn.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-ter.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-threadedge.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa-threadupdate.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssa.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-ssanames.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-stdarg.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-streamer.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree-vectorizer.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tree.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/treestruct.def
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tsan.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/tsystem.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/typeclass.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/typed-splay-tree.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/ubsan.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/valtrack.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/value-prof.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/varasm.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/vec.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/version.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/vmsdbg.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/vtable-verify.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/wide-int-print.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/wide-int.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/xcoff.h
lib/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/include/xcoffout.h
libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/cc1
libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/cc1plus
libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/collect2
libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/fixinc.sh
libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/fixincl
libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/mkheaders
libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/install-tools/mkinstalldirs
libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/liblto_plugin.so
libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/liblto_plugin.so.0
libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/liblto_plugin.so.0.0.0
libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/lto-wrapper
libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/lto1
libexec/gcc/%%GCC_TARGET%%/%%GCC_VERSION%%/plugin/gengtype
man/man1/%%GCC_TARGET%%-cpp.1.gz
man/man1/%%GCC_TARGET%%-g++.1.gz
man/man1/%%GCC_TARGET%%-gcc.1.gz
man/man1/%%GCC_TARGET%%-gcov.1.gz

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= concurrencykit
PORTVERSION= 0.4.5
PORTVERSION= 0.5.0
CATEGORIES= devel
MASTER_SITES= http://concurrencykit.org/releases/ \
http://repnop.org/releases/
@ -31,6 +31,8 @@ HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --mandir=${PREFIX}/man
TEST_TARGET= check
PLIST_SUB+= VERSION=${PORTVERSION}
post-extract:
@ -40,7 +42,4 @@ post-extract:
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libck.so.${PORTVERSION}
regression-test: build
@cd ${WRKSRC} && ${MAKE} check
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (ck-0.4.5.tar.gz) = 89feea338cd6a8efbe7bd64d033cefccb34775ea0bedbcb1612df2b822fa0356
SIZE (ck-0.4.5.tar.gz) = 198840
SHA256 (ck-0.5.0.tar.gz) = 55cbfaeace11bad65cd78ed663708652b8982f0c37bc49e6578e64dab1df3ff4
SIZE (ck-0.5.0.tar.gz) = 210857

View File

@ -9,9 +9,9 @@ include/ck_cohort.h
include/ck_elide.h
include/ck_epoch.h
include/ck_fifo.h
include/ck_hp.h
include/ck_hp_fifo.h
include/ck_hp_stack.h
include/ck_hp.h
include/ck_hs.h
include/ck_ht.h
include/ck_limits.h
@ -27,7 +27,11 @@ include/ck_rwlock.h
include/ck_sequence.h
include/ck_spinlock.h
include/ck_stack.h
include/ck_stdbool.h
include/ck_stddef.h
include/ck_stdint.h
include/ck_stdlib.h
include/ck_string.h
include/ck_swlock.h
include/ck_tflock.h
include/gcc/arm/ck_f_pr.h
@ -41,11 +45,11 @@ include/gcc/ppc64/ck_f_pr.h
include/gcc/ppc64/ck_pr.h
include/gcc/sparcv9/ck_f_pr.h
include/gcc/sparcv9/ck_pr.h
include/gcc/x86_64/ck_f_pr.h
include/gcc/x86_64/ck_pr_rtm.h
include/gcc/x86_64/ck_pr.h
include/gcc/x86/ck_f_pr.h
include/gcc/x86/ck_pr.h
include/gcc/x86_64/ck_f_pr.h
include/gcc/x86_64/ck_pr.h
include/gcc/x86_64/ck_pr_rtm.h
include/spinlock/anderson.h
include/spinlock/cas.h
include/spinlock/clh.h
@ -56,33 +60,18 @@ include/spinlock/mcs.h
include/spinlock/ticket.h
lib/libck.a
lib/libck.so
lib/libck.so.0
lib/libck.so.%%VERSION%%
lib/libck.so.0
libdata/pkgconfig/ck.pc
man/man3/CK_ARRAY_FOREACH.3.gz
man/man3/CK_COHORT_INIT.3.gz
man/man3/CK_COHORT_INSTANCE.3.gz
man/man3/CK_COHORT_LOCK.3.gz
man/man3/CK_COHORT_PROTOTYPE.3.gz
man/man3/CK_COHORT_TRYLOCK.3.gz
man/man3/CK_COHORT_TRYLOCK_PROTOTYPE.3.gz
man/man3/CK_COHORT_UNLOCK.3.gz
man/man3/CK_HS_HASH.3.gz
man/man3/CK_RWCOHORT_INIT.3.gz
man/man3/CK_RWCOHORT_INSTANCE.3.gz
man/man3/CK_RWCOHORT_PROTOTYPE.3.gz
man/man3/CK_RWCOHORT_READ_LOCK.3.gz
man/man3/CK_RWCOHORT_READ_UNLOCK.3.gz
man/man3/CK_RWCOHORT_WRITE_LOCK.3.gz
man/man3/CK_RWCOHORT_WRITE_UNLOCK.3.gz
man/man3/ck_array_buffer.3.gz
man/man3/ck_array_commit.3.gz
man/man3/ck_array_deinit.3.gz
man/man3/CK_ARRAY_FOREACH.3.gz
man/man3/ck_array_init.3.gz
man/man3/ck_array_initialized.3.gz
man/man3/ck_array_length.3.gz
man/man3/ck_array_put.3.gz
man/man3/ck_array_put_unique.3.gz
man/man3/ck_array_put.3.gz
man/man3/ck_array_remove.3.gz
man/man3/ck_bitmap_base.3.gz
man/man3/ck_bitmap_bits.3.gz
@ -98,6 +87,13 @@ man/man3/ck_bitmap_size.3.gz
man/man3/ck_bitmap_test.3.gz
man/man3/ck_bitmap_union.3.gz
man/man3/ck_brlock.3.gz
man/man3/CK_COHORT_INIT.3.gz
man/man3/CK_COHORT_INSTANCE.3.gz
man/man3/CK_COHORT_LOCK.3.gz
man/man3/CK_COHORT_PROTOTYPE.3.gz
man/man3/CK_COHORT_TRYLOCK_PROTOTYPE.3.gz
man/man3/CK_COHORT_TRYLOCK.3.gz
man/man3/CK_COHORT_UNLOCK.3.gz
man/man3/ck_cohort.3.gz
man/man3/ck_elide.3.gz
man/man3/ck_epoch_barrier.3.gz
@ -118,34 +114,36 @@ man/man3/ck_hs_fas.3.gz
man/man3/ck_hs_gc.3.gz
man/man3/ck_hs_get.3.gz
man/man3/ck_hs_grow.3.gz
man/man3/CK_HS_HASH.3.gz
man/man3/ck_hs_init.3.gz
man/man3/ck_hs_iterator_init.3.gz
man/man3/ck_hs_move.3.gz
man/man3/ck_hs_next.3.gz
man/man3/ck_hs_put_unique.3.gz
man/man3/ck_hs_put.3.gz
man/man3/ck_hs_rebuild.3.gz
man/man3/ck_hs_remove.3.gz
man/man3/ck_hs_reset.3.gz
man/man3/ck_hs_reset_size.3.gz
man/man3/ck_hs_reset.3.gz
man/man3/ck_hs_set.3.gz
man/man3/ck_hs_stat.3.gz
man/man3/ck_ht_count.3.gz
man/man3/ck_ht_destroy.3.gz
man/man3/ck_ht_entry_empty.3.gz
man/man3/ck_ht_entry_key.3.gz
man/man3/ck_ht_entry_key_direct.3.gz
man/man3/ck_ht_entry_key_length.3.gz
man/man3/ck_ht_entry_key_set.3.gz
man/man3/ck_ht_entry_key_set_direct.3.gz
man/man3/ck_ht_entry_set.3.gz
man/man3/ck_ht_entry_key_set.3.gz
man/man3/ck_ht_entry_key.3.gz
man/man3/ck_ht_entry_set_direct.3.gz
man/man3/ck_ht_entry_value.3.gz
man/man3/ck_ht_entry_set.3.gz
man/man3/ck_ht_entry_value_direct.3.gz
man/man3/ck_ht_entry_value.3.gz
man/man3/ck_ht_gc.3.gz
man/man3/ck_ht_get_spmc.3.gz
man/man3/ck_ht_grow_spmc.3.gz
man/man3/ck_ht_hash.3.gz
man/man3/ck_ht_hash_direct.3.gz
man/man3/ck_ht_hash.3.gz
man/man3/ck_ht_init.3.gz
man/man3/ck_ht_iterator_init.3.gz
man/man3/ck_ht_next.3.gz
@ -156,7 +154,6 @@ man/man3/ck_ht_reset_spmc.3.gz
man/man3/ck_ht_set_spmc.3.gz
man/man3/ck_ht_stat.3.gz
man/man3/ck_pflock.3.gz
man/man3/ck_pr.3.gz
man/man3/ck_pr_add.3.gz
man/man3/ck_pr_and.3.gz
man/man3/ck_pr_barrier.3.gz
@ -168,18 +165,18 @@ man/man3/ck_pr_dec.3.gz
man/man3/ck_pr_faa.3.gz
man/man3/ck_pr_fas.3.gz
man/man3/ck_pr_fence_acquire.3.gz
man/man3/ck_pr_fence_atomic.3.gz
man/man3/ck_pr_fence_atomic_load.3.gz
man/man3/ck_pr_fence_atomic_store.3.gz
man/man3/ck_pr_fence_load.3.gz
man/man3/ck_pr_fence_atomic.3.gz
man/man3/ck_pr_fence_load_atomic.3.gz
man/man3/ck_pr_fence_load_depends.3.gz
man/man3/ck_pr_fence_load_store.3.gz
man/man3/ck_pr_fence_load.3.gz
man/man3/ck_pr_fence_memory.3.gz
man/man3/ck_pr_fence_release.3.gz
man/man3/ck_pr_fence_store.3.gz
man/man3/ck_pr_fence_store_atomic.3.gz
man/man3/ck_pr_fence_store_load.3.gz
man/man3/ck_pr_fence_store.3.gz
man/man3/ck_pr_inc.3.gz
man/man3/ck_pr_load.3.gz
man/man3/ck_pr_neg.3.gz
@ -190,17 +187,45 @@ man/man3/ck_pr_stall.3.gz
man/man3/ck_pr_store.3.gz
man/man3/ck_pr_sub.3.gz
man/man3/ck_pr_xor.3.gz
man/man3/ck_pr.3.gz
man/man3/ck_queue.3.gz
man/man3/ck_rhs_apply.3.gz
man/man3/ck_rhs_count.3.gz
man/man3/ck_rhs_destroy.3.gz
man/man3/ck_rhs_fas.3.gz
man/man3/ck_rhs_gc.3.gz
man/man3/ck_rhs_get.3.gz
man/man3/ck_rhs_grow.3.gz
man/man3/CK_RHS_HASH.3.gz
man/man3/ck_rhs_init.3.gz
man/man3/ck_rhs_iterator_init.3.gz
man/man3/ck_rhs_move.3.gz
man/man3/ck_rhs_next.3.gz
man/man3/ck_rhs_put_unique.3.gz
man/man3/ck_rhs_put.3.gz
man/man3/ck_rhs_rebuild.3.gz
man/man3/ck_rhs_remove.3.gz
man/man3/ck_rhs_reset_size.3.gz
man/man3/ck_rhs_reset.3.gz
man/man3/ck_rhs_set.3.gz
man/man3/ck_rhs_stat.3.gz
man/man3/ck_ring_capacity.3.gz
man/man3/ck_ring_dequeue_spmc.3.gz
man/man3/ck_ring_dequeue_spsc.3.gz
man/man3/ck_ring_enqueue_spmc.3.gz
man/man3/ck_ring_enqueue_spmc_size.3.gz
man/man3/ck_ring_enqueue_spsc.3.gz
man/man3/ck_ring_enqueue_spmc.3.gz
man/man3/ck_ring_enqueue_spsc_size.3.gz
man/man3/ck_ring_enqueue_spsc.3.gz
man/man3/ck_ring_init.3.gz
man/man3/ck_ring_size.3.gz
man/man3/ck_ring_trydequeue_spmc.3.gz
man/man3/CK_RWCOHORT_INIT.3.gz
man/man3/CK_RWCOHORT_INSTANCE.3.gz
man/man3/CK_RWCOHORT_PROTOTYPE.3.gz
man/man3/CK_RWCOHORT_READ_LOCK.3.gz
man/man3/CK_RWCOHORT_READ_UNLOCK.3.gz
man/man3/CK_RWCOHORT_WRITE_LOCK.3.gz
man/man3/CK_RWCOHORT_WRITE_UNLOCK.3.gz
man/man3/ck_rwcohort.3.gz
man/man3/ck_rwlock.3.gz
man/man3/ck_sequence.3.gz

30
devel/creduce/Makefile Normal file
View File

@ -0,0 +1,30 @@
# $FreeBSD$
PORTNAME= creduce
DISTVERSION= 2.4.0
CATEGORIES= devel
MASTER_SITES= http://embed.cs.utah.edu/creduce/
MAINTAINER= swills@FreeBSD.org
COMMENT= Produces small test cases
BUILD_DEPENDS= llvm-config37:${PORTSDIR}/devel/llvm37
RUN_DEPENDS= llvm-config37:${PORTSDIR}/devel/llvm37 \
topformflat:${PORTSDIR}/devel/delta \
astyle:${PORTSDIR}/devel/astyle \
p5-Benchmark-Timer>=0:${PORTSDIR}/devel/p5-Benchmark-Timer \
p5-Exporter-Lite>=0:${PORTSDIR}/devel/p5-Exporter-Lite \
p5-File-Which>=0:${PORTSDIR}/sysutils/p5-File-Which \
p5-Regexp-Common>=0:${PORTSDIR}/textproc/p5-Regexp-Common \
devel/p5-Sys-Cpu>=0:${PORTSDIR}/devel/p5-Sys-Cpu \
p5-Getopt-Tabular>=0:${PORTSDIR}/devel/p5-Getopt-Tabular
GNU_CONFIGURE= yes
CONFIGURE_FLAGS= --with-llvm=${LOCALBASE}
USES= gmake perl5
post-patch:
${REINPLACE_CMD} 's,llvm-config,llvm-config37,g' ${WRKSRC}/configure
.include <bsd.port.mk>

2
devel/creduce/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (creduce-2.4.0.tar.gz) = 0b4c5184b7bdc369a476c0eb4d41f1618f66e82d7ebeafa9492c0355ce63ed35
SIZE (creduce-2.4.0.tar.gz) = 677706

5
devel/creduce/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
C-Reduce is a tool which takes a large C or C++ program that has a property of
interest (such as triggering a compiler bug) and automatically produces a much
smaller C/C++ program that has the same property. It is intended for use by
people who discover and report bugs in compilers and other tools that process
C/C++ code.

18
devel/creduce/pkg-plist Normal file
View File

@ -0,0 +1,18 @@
bin/creduce
libexec/clang_delta
libexec/clex
libexec/strlex
%%DATADIR%%/perl/creduce_config.pm
%%DATADIR%%/perl/creduce_regexes.pm
%%DATADIR%%/perl/creduce_utils.pm
%%DATADIR%%/perl/pass_balanced.pm
%%DATADIR%%/perl/pass_blank.pm
%%DATADIR%%/perl/pass_clang_binsrch.pm
%%DATADIR%%/perl/pass_clang.pm
%%DATADIR%%/perl/pass_clex.pm
%%DATADIR%%/perl/pass_indent.pm
%%DATADIR%%/perl/pass_ints.pm
%%DATADIR%%/perl/pass_lines.pm
%%DATADIR%%/perl/pass_peep.pm
%%DATADIR%%/perl/pass_special.pm
%%DATADIR%%/perl/pass_ternary.pm

View File

@ -1,2 +1,2 @@
SHA256 (eric6-i18n-cs-6.1.0.tar.gz) = 30888aa1b9c1212b348b80496881791243d06208a5e7dc5a70654b146c84354f
SIZE (eric6-i18n-cs-6.1.0.tar.gz) = 565644
SHA256 (eric6-i18n-cs-6.1.1.tar.gz) = 61cb7e2d711983450fab8274449819b06b60dad0e3e565323edc09ad76b48554
SIZE (eric6-i18n-cs-6.1.1.tar.gz) = 565641

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= dyncall
PORTVERSION= 0.8
PORTVERSION= 0.9
CATEGORIES= devel
MASTER_SITES= http://www.dyncall.org/r${PORTVERSION}/ \
http://www.potion-studios.com/
@ -10,6 +10,8 @@ MASTER_SITES= http://www.dyncall.org/r${PORTVERSION}/ \
MAINTAINER= tphilipp@potion-studios.com
COMMENT= Highly dynamic multi-platform foreign function call interface library
LICENSE= ISCL
HAS_CONFIGURE= yes
# There is no install target in the BSD makefile for this version of the dyncall
@ -35,13 +37,18 @@ do-install:
${WRKSRC}/dyncallback/dyncall_thunk_x64.h \
${WRKSRC}/dyncallback/dyncall_thunk_sparc64.h \
${WRKSRC}/dyncallback/dyncall_thunk_sparc32.h \
${WRKSRC}/dyncallback/dyncall_thunk_mips.h \
${WRKSRC}/dyncallback/dyncall_thunk_ppc64.h \
${WRKSRC}/dyncallback/dyncall_thunk_ppc32.h \
${WRKSRC}/dyncallback/dyncall_thunk_arm32_thumb.h \
${WRKSRC}/dyncallback/dyncall_thunk_arm32_arm.h \
${WRKSRC}/dyncallback/dyncall_thunk_arm64.h \
${WRKSRC}/dyncallback/dyncall_thunk.h \
${WRKSRC}/dyncallback/dyncall_callback_x86.h \
${WRKSRC}/dyncallback/dyncall_callback_x64.h \
${WRKSRC}/dyncallback/dyncall_callback_sparc32.h \
${WRKSRC}/dyncallback/dyncall_callback_mips.h \
${WRKSRC}/dyncallback/dyncall_callback_ppc64.h \
${WRKSRC}/dyncallback/dyncall_callback_ppc32.h \
${WRKSRC}/dyncallback/dyncall_callback_arm32_thumb.h \
${WRKSRC}/dyncallback/dyncall_callback_arm32_arm.h \
@ -50,6 +57,8 @@ do-install:
${WRKSRC}/dyncallback/dyncall_args_x64.h \
${WRKSRC}/dyncallback/dyncall_args_sparc64.h \
${WRKSRC}/dyncallback/dyncall_args_sparc32.h \
${WRKSRC}/dyncallback/dyncall_args_mips.h \
${WRKSRC}/dyncallback/dyncall_args_ppc64.h \
${WRKSRC}/dyncallback/dyncall_args_ppc32.h \
${WRKSRC}/dyncallback/dyncall_args_arm32_thumb.h \
${WRKSRC}/dyncallback/dyncall_args_arm32_arm.h \

View File

@ -1,2 +1,2 @@
SHA256 (dyncall-0.8.tar.gz) = cff8c8586f27fb84cb77e02f279557deb31629d2d98aec95211a4a84ad1241b7
SIZE (dyncall-0.8.tar.gz) = 329573
SHA256 (dyncall-0.9.tar.gz) = 8a7628fd00b4e0acc952c5d9d03035de90f349d4d4dfdad4c48a037f2a0979f9
SIZE (dyncall-0.9.tar.gz) = 431660

View File

@ -1,35 +1,42 @@
include/dynload.h
include/dyncall_value.h
include/dyncall_macros.h
include/dyncall_callf.h
include/dyncall_types.h
include/dyncall_signature.h
include/dyncall_config.h
include/dyncall.h
include/dyncall_alloc_wx.h
include/dyncall_thunk_x64.h
include/dyncall_thunk_sparc64.h
include/dyncall_thunk_sparc32.h
include/dyncall_thunk_ppc32.h
include/dyncall_thunk_arm32_thumb.h
include/dyncall_thunk_arm32_arm.h
include/dyncall_thunk.h
include/dyncall_callback_x86.h
include/dyncall_callback_x64.h
include/dyncall_callback_sparc32.h
include/dyncall_callback_ppc32.h
include/dyncall_callback_arm32_thumb.h
include/dyncall_callback_arm32_arm.h
include/dyncall_callback.h
include/dyncall_args_x86.h
include/dyncall_args_x64.h
include/dyncall_args_sparc64.h
include/dyncall_args_sparc32.h
include/dyncall_args_ppc32.h
include/dyncall_args_arm32_thumb.h
include/dyncall_args_arm32_arm.h
include/dyncall_args.h
include/dyncall_args_arm32_arm.h
include/dyncall_args_arm32_thumb.h
include/dyncall_args_mips.h
include/dyncall_args_ppc32.h
include/dyncall_args_ppc64.h
include/dyncall_args_sparc32.h
include/dyncall_args_sparc64.h
include/dyncall_args_x64.h
include/dyncall_args_x86.h
include/dyncall_callback.h
include/dyncall_callback_arm32_arm.h
include/dyncall_callback_arm32_thumb.h
include/dyncall_callback_mips.h
include/dyncall_callback_ppc32.h
include/dyncall_callback_ppc64.h
include/dyncall_callback_sparc32.h
include/dyncall_callback_x64.h
include/dyncall_callback_x86.h
include/dyncall_callf.h
include/dyncall_config.h
include/dyncall_macros.h
include/dyncall_signature.h
include/dyncall_thunk.h
include/dyncall_thunk_arm32_arm.h
include/dyncall_thunk_arm32_thumb.h
include/dyncall_thunk_arm64.h
include/dyncall_thunk_mips.h
include/dyncall_thunk_ppc32.h
include/dyncall_thunk_ppc64.h
include/dyncall_thunk_sparc32.h
include/dyncall_thunk_sparc64.h
include/dyncall_thunk_x64.h
include/dyncall_thunk_x86.h
include/dyncall_types.h
include/dyncall_value.h
include/dynload.h
lib/libdyncall_s.a
lib/libdyncallback_s.a
lib/libdynload_s.a

View File

@ -6,7 +6,7 @@
# french/eric6, german/eric6, russian/eric6
PORTNAME= eric6
PORTVERSION= 6.1.0
PORTVERSION= 6.1.1
MASTER_SITES= SF/eric-ide/${PORTNAME}/stable/${PORTVERSION}
DISTNAME?= ${PORTNAME}-i18n-${I18N_LANG}-${PORTVERSION}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}

View File

@ -1,2 +1,2 @@
SHA256 (eric6-6.1.0.tar.gz) = c7b39b7847d875ff56928956c12a947a91277274ca01b4f76a38144941a82aec
SIZE (eric6-6.1.0.tar.gz) = 10877073
SHA256 (eric6-6.1.1.tar.gz) = a6f3b01d596c16d6506fe448dd3cd7a0f5fadfe1db1a5c9a38cabd79fb752e20
SIZE (eric6-6.1.1.tar.gz) = 10871112

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= rebar3_hex
PORTVERSION= 1.9.0
PORTVERSION= 1.12.0
DISTVERSIONPREFIX= v
CATEGORIES= devel
PKGNAMEPREFIX= erlang-

View File

@ -1,2 +1,2 @@
SHA256 (hexpm-rebar3_hex-v1.9.0_GH0.tar.gz) = 891088779c3d42a99694c84f7c3ec766ced4f6916cbeffb6575e753530a7264b
SIZE (hexpm-rebar3_hex-v1.9.0_GH0.tar.gz) = 11431
SHA256 (hexpm-rebar3_hex-v1.12.0_GH0.tar.gz) = 7ef1fd484da4f546b84edb51617139c35266d8a0d1ee86692daff9c0acfe4785
SIZE (hexpm-rebar3_hex-v1.12.0_GH0.tar.gz) = 11579

View File

@ -1,8 +0,0 @@
--- rebar.config.orig 2015-09-04 13:46:35 UTC
+++ rebar.config
@@ -1,5 +1,4 @@
{erl_opts, [debug_info]}.
{deps, [
- {jsx, "2.6.1"}
]}.

View File

@ -1,2 +1,2 @@
SHA256 (eric6-i18n-es-6.1.0.tar.gz) = 4a6ab507f84014c95b7214e264de731ec1ee056990edda2bf38b11dc46e019e5
SIZE (eric6-i18n-es-6.1.0.tar.gz) = 788993
SHA256 (eric6-i18n-es-6.1.1.tar.gz) = 25097b2f5136efdd9a5f9a358688fe0978f4e630f7983dd591581715bb742f65
SIZE (eric6-i18n-es-6.1.1.tar.gz) = 788987

View File

@ -3,7 +3,7 @@
PORTREVISION= 0
CATEGORIES= devel
COMMENT= Gstreamer soup http src plugin
COMMENT= GStreamer soup based http input plugin
GST_PLUGIN= soup
DIST= good

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= gumbo
PORTVERSION= 0.9.3
PORTVERSION= 0.10.1
DISTVERSIONPREFIX= v
CATEGORIES= devel textproc

View File

@ -1,2 +1,2 @@
SHA256 (google-gumbo-parser-v0.9.3_GH0.tar.gz) = 038354c0394591b270eafc9203aef4516afbf78a66fcb2c4fff5180593b003f0
SIZE (google-gumbo-parser-v0.9.3_GH0.tar.gz) = 2091579
SHA256 (google-gumbo-parser-v0.10.1_GH0.tar.gz) = 28463053d44a5dfbc4b77bcf49c8cee119338ffa636cc17fc3378421d714efad
SIZE (google-gumbo-parser-v0.10.1_GH0.tar.gz) = 2119285

View File

@ -1,4 +1,5 @@
include/gumbo.h
include/tag_enum.h
lib/libgumbo.a
lib/libgumbo.so
lib/libgumbo.so.1

View File

@ -1,2 +1,2 @@
SHA256 (eric6-i18n-it-6.1.0.tar.gz) = 9efbf14914b539fd7d8437275df19038c0575cf5d45e6173b475d93c3133fb46
SIZE (eric6-i18n-it-6.1.0.tar.gz) = 641858
SHA256 (eric6-i18n-it-6.1.1.tar.gz) = 6b9a3b39ecedddab09ce17e9e8f4922ee657f2185822a83ddb74a033d86feca6
SIZE (eric6-i18n-it-6.1.1.tar.gz) = 641853

View File

@ -20,75 +20,43 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \
libbotan-1.10.so:${PORTSDIR}/security/botan110
SUB_FILES= pkg-message
USES= cpe iconv pkgconfig gmake perl5 lua:51 tar:bzip2 makeinfo
USES= cpe gmake iconv localbase lua:51 makeinfo perl5 \
pkgconfig tar:bzip2
USE_PERL5= build
GNU_CONFIGURE= yes
CONFIGURE_ENV= MAKEINFO="makeinfo --no-split"
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/mtn bin/mtn-cleanup bin/mtnopt \
share/monotone/hooks/authorize_remote_automate.lua \
share/monotone/hooks/get_passphrase_from_file.lua \
share/monotone/hooks/monotone-buildbot.lua \
share/monotone/hooks/monotone-ciabot.lua \
share/monotone/hooks/monotone-cluster-push.lua \
share/monotone/hooks/monotone-cvs-ignore.lua \
share/monotone/hooks/monotone-mail-notify.lua \
share/monotone/scripts/monotone-ciabot.py \
share/monotone/scripts/monotone-mail-notify \
etc/bash_completion.d/monotone.bash_completion \
share/zsh/site-functions/_mtn \
"@unexec [ -f %D/bin/zsh ] || ${RMDIR} %D/share/zsh/site-functions 2>/dev/null || true" \
"@dirrmtry share/zsh" \
"@dirrmtry etc/bash_completion.d" \
"@dirrm share/monotone/hooks" \
"@dirrmtry share/zsh/site-functions" \
"@dirrm share/monotone/scripts" \
"@dirrm share/monotone"
INFO= monotone
PLIST_FILES+= man/man1/mtn.1.gz \
man/man1/mtn-cleanup.1.gz \
man/man1/mtnopt.1.gz
PORTDOCS= *
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
PLIST_FILES+= share/locale/de/LC_MESSAGES/monotone.mo \
share/locale/fr/LC_MESSAGES/monotone.mo \
share/locale/it/LC_MESSAGES/monotone.mo \
share/locale/pt/LC_MESSAGES/monotone.mo \
share/locale/sv/LC_MESSAGES/monotone.mo
.else
CONFIGURE_ARGS+= --disable-nls
.endif
NLS_USES= gettext
NLS_CONFIGURE_OFF= --disable-nls
post-extract:
@${RM} -f ${WRKSRC}/monotone.info*
post-patch:
.if ! ${PORT_OPTIONS:MDOCS}
${REINPLACE_CMD} -Ee '/^install-(contrib|examples)-data:/{' -e 'n' -e 'd' -e '}' ${WRKSRC}/Makefile.in
.endif
${REINPLACE_CMD} \
@${REINPLACE_CMD} \
-e "s/REBUILD_NLS=true/REBUILD_NLS=false/g" \
-e "s/std::tr1::/std::/g" \
${WRKSRC}/configure
${REINPLACE_CMD} \
@${REINPLACE_CMD} \
-e "s/std::tr1::/std::/g" \
${WRKSRC}/src/hash_map.hh
post-patch-DOCS-off:
@${REINPLACE_CMD} -Ee '/^install-(contrib|examples)-data:/{' -e 'n' -e 'd' -e '}' ${WRKSRC}/Makefile.in
post-install:
${MKDIR} ${STAGEDIR}${PREFIX}/share/zsh/site-functions
${INSTALL_DATA} ${WRKSRC}/contrib/monotone.zsh_completion ${STAGEDIR}${PREFIX}/share/zsh/site-functions/_mtn
.if ${PORT_OPTIONS:MDOCS}
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} NEWS UPGRADE ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>

22
devel/monotone/pkg-plist Normal file
View File

@ -0,0 +1,22 @@
bin/mtn
bin/mtn-cleanup
bin/mtnopt
etc/bash_completion.d/monotone.bash_completion
man/man1/mtn-cleanup.1.gz
man/man1/mtn.1.gz
man/man1/mtnopt.1.gz
%%NLS%%share/locale/de/LC_MESSAGES/monotone.mo
%%NLS%%share/locale/fr/LC_MESSAGES/monotone.mo
%%NLS%%share/locale/it/LC_MESSAGES/monotone.mo
%%NLS%%share/locale/pt/LC_MESSAGES/monotone.mo
%%NLS%%share/locale/sv/LC_MESSAGES/monotone.mo
share/monotone/hooks/authorize_remote_automate.lua
share/monotone/hooks/get_passphrase_from_file.lua
share/monotone/hooks/monotone-buildbot.lua
share/monotone/hooks/monotone-ciabot.lua
share/monotone/hooks/monotone-cluster-push.lua
share/monotone/hooks/monotone-cvs-ignore.lua
share/monotone/hooks/monotone-mail-notify.lua
share/monotone/scripts/monotone-ciabot.py
share/monotone/scripts/monotone-mail-notify
share/zsh/site-functions/_mtn

View File

@ -2,10 +2,8 @@
# $FreeBSD$
PORTNAME= extlib
PORTVERSION= 1.6.1
PORTVERSION= 1.7.0
CATEGORIES= devel
MASTER_SITES= GOOGLE_CODE
PROJECTHOST= ${PKGNAMEPREFIX}${PORTNAME}
PKGNAMEPREFIX= ocaml-
MAINTAINER= ports@FreeBSD.org
@ -13,14 +11,21 @@ COMMENT= Complete - yet small - standard library for OCaml
LICENSE= LGPL21
OPTIONS_DEFINE= DOCS
BUILD_DEPENDS= cppo:${PORTSDIR}/devel/ocaml-cppo
WRKSRC_SUBDIR= src
USE_GITHUB= yes
GH_ACCOUNT= ygrek
GH_PROJECT= ocaml-extlib
USE_OCAML= yes
USE_OCAML_FINDLIB=yes
USE_OCAML_CAMLP4=yes
USE_OCAML_FINDLIB=yes
USE_OCAMLFIND_PLIST=yes
USES= gmake
MAKE_ARGS= VERSION="${PORTVERSION}"
ALL_TARGET= all opt doc
MAKE_JOBS_UNSAFE= yes
@ -28,7 +33,9 @@ DOCSDIR= ${OCAML_DOCSDIR}/${PORTNAME}
PORTDOCS= *
post-install:
OPTIONS_DEFINE= DOCS
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC}/doc && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR})

View File

@ -1,2 +1,2 @@
SHA256 (extlib-1.6.1.tar.gz) = 88d4b3638cb4da4e04d81ba157e7235e744373c5784cf4b906570d07b890aeca
SIZE (extlib-1.6.1.tar.gz) = 72780
SHA256 (ygrek-ocaml-extlib-1.7.0_GH0.tar.gz) = 3c9fd159a4ec401559905f96e578317a4933452ced9a7f3a4f89f9c7130d9a63
SIZE (ygrek-ocaml-extlib-1.7.0_GH0.tar.gz) = 83327

View File

@ -9,4 +9,4 @@ ExtLib is not directly related to OCaml authors (INRIA) although this
library can be seen as a proposal for inclusion in the official
distribution.
WWW: http://code.google.com/p/ocaml-extlib/
WWW: https://github.com/ygrek/ocaml-extlib/

View File

@ -3,7 +3,7 @@
PORTNAME= plan9port
PORTVERSION= 20140306
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= devel plan9
MASTER_SITES= https://plan9port.googlecode.com/files/
@ -41,19 +41,22 @@ SHEBANG_FILES= acid/transcript \
unix/man/fixurls
USE_PERL5= build
USE_XORG= x11 xt xi xaw
WRKSRC= ${WRKDIR}/${PORTNAME}
WRKSRC= ${WRKDIR}/plan9
PLIST= ${WRKDIR}/.PLIST
SUB_FILES= pkg-message
REINPLACE_ARGS= -i "" # necessary since installs via recursive copy
PLAN9= ${PREFIX}/plan9
EMPTY_DIRS= plan9/log \
plan9/bin/lpbin \
plan9/dist/troff \
plan9/mail/queue \
EMPTY_DIRS= plan9/mail/queue \
plan9/log \
plan9/dist/debian \
plan9/dist/pkg
plan9/dist/pkg \
plan9/dist/troff \
plan9/bin/lpbin
post-extract:
${MV} ${WRKDIR}/plan9port ${WRKDIR}/plan9
post-patch:
@${FIND} ${WRKSRC}/man -type f -regex ".*\.[0-9?]$\" \
@ -75,14 +78,15 @@ do-build:
# Dynamic PLIST sucks, but it's over 8K lines, which sucks even more :(
post-build:
${RM} -rf `${FIND} ${WRKSRC}/dist -type f ! -regex ".*\.png"`
${RM} -rf `${FIND} ${WRKSRC} -name .hg -o -name .cvsignore`
( cd ${WRKDIR} ; \
${FIND} plan9 -type f; for D in ${EMPTY_DIRS}; do \
${ECHO_CMD} "@exec ${MKDIR} ${PREFIX}/$${D}"; \
${RM} -rf `${FIND} ${WRKSRC} -name .hg -o -name .hgignore \
-o -name .hgtags -o -name .cvsignore`
@( cd ${WRKDIR} ; \
${FIND} plan9 -type f; \
${ECHO_CMD} "@dir(,,1777) plan9/news"; \
for D in ${EMPTY_DIRS}; do \
${ECHO_CMD} "@dir $${D}"; \
done; \
${FIND} plan9 -type d | ${SORT} -r | ${SED} -e 's|^|@dirrm |'; \
) | ${PERL} -pe '$$_ =~ s,plan9/bin/auxstats,\@group kmem\n\@mode\
2755\n$$&\n\@group\n\@mode,' > ${PLIST}
) | sed -e '/plan9\/bin\/auxstats/s|^|\@\(,kmem,2755\) |' > ${PLIST}
do-install:
${CP} -a ${WRKSRC} ${STAGEDIR}${PREFIX}
@ -91,7 +95,6 @@ post-install:
cd ${STAGEDIR}${PLAN9} && ${SETENV} PLAN9=${PLAN9} \
PATH=${PATH}:${STAGEDIR}${PLAN9}/bin \
${SH} lib/moveplan9.sh ${WRKSRC}
${CHMOD} 01777 ${STAGEDIR}${PLAN9}/news
install-user:
@${MKDIR} ${HOME}/lib

19
devel/py-PyLD/Makefile Normal file
View File

@ -0,0 +1,19 @@
# Created by: Mikhail Teterin <mi@aldan.algebra.com>
# $FreeBSD$
PORTNAME= PyLD
PORTVERSION= 0.6.8
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mi@aldan.algebra.com
COMMENT= Implementation of the JSON Linked Data specification in Python
LICENSE= BSD3CLAUSE
USES= python
USE_PYTHON= autoplist distutils concurrent
NO_ARCH= yes
.include <bsd.port.mk>

2
devel/py-PyLD/distinfo Normal file
View File

@ -0,0 +1,2 @@
SHA256 (PyLD-0.6.8.tar.gz) = 4d61bf70b0bb86305c159165c8d3b797ff3bd6224f18847ec0c8ddaf9c0b084d
SIZE (PyLD-0.6.8.tar.gz) = 42713

23
devel/py-PyLD/pkg-descr Normal file
View File

@ -0,0 +1,23 @@
This library is an implementation of the JSON-LD specification in Python.
JSON-LD is designed as a light-weight syntax that can be used to
express Linked Data. It is primarily intended to be a way to express
Linked Data in JavaScript and other Web-based programming environments.
It is also useful when building interoperable Web Services and when
storing Linked Data in JSON-based document storage engines. It is
practical and designed to be as simple as possible, utilizing the
large number of JSON parsers and existing code that is in use today.
It is designed to be able to express key-value pairs, RDF data,
RDFa data, Microformats data, and Microdata. That is, it supports
every major Web-based structured data model in use today.
The syntax does not require many applications to change their JSON,
but easily add meaning by adding context in a way that is either
in-band or out-of-band. The syntax is designed to not disturb already
deployed systems running on JSON, but provide a smooth migration
path from JSON to JSON with added semantics. Finally, the format
is intended to be fast to parse, fast to generate, stream-based and
document-based processing compatible, and require a very small
memory footprint in order to operate.
WWW: http://github.com/digitalbazaar/pyld

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= country
PORTVERSION= 1.18
PORTVERSION= 1.19
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,2 +1,2 @@
SHA256 (pycountry-1.18.tar.gz) = 23bb173d0281e98eb7b432d8dc6819e5fe6573e505454d228558f61e1f5ae1e6
SIZE (pycountry-1.18.tar.gz) = 5020542
SHA256 (pycountry-1.19.tar.gz) = 132ecf3343e4bde8fd0c48a4345a4a8a6144fbdcdaf190a43a7e34c99e91be4d
SIZE (pycountry-1.19.tar.gz) = 5022557

View File

@ -1,12 +1,12 @@
# Created by: Yuri Victorovich <yuri@rawbw.com>
# $FreeBSD$
PORTNAME= Cycler
PORTNAME= cycler
PORTVERSION= 0.9.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
MASTER_SITE_SUBDIR= source/C/Cycler
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= cycler-${PORTVERSION}
MAINTAINER= yuri@rawbw.com
COMMENT= Composable style cycles

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= django-rq
PORTVERSION= 0.8.0
PORTVERSION= 0.9.0
DISTVERSIONPREFIX= v
CATEGORIES= devel python
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -12,8 +12,8 @@ COMMENT= Provides Django integration for RQ (Redis Queue)
LICENSE= MIT
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=0:${PORTSDIR}/www/py-django \
${PYTHON_PKGNAMEPREFIX}rq>=0.5:${PORTSDIR}/devel/py-rq
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.5:${PORTSDIR}/www/py-django \
${PYTHON_PKGNAMEPREFIX}rq>=0.5.5:${PORTSDIR}/devel/py-rq
USE_GITHUB= yes
GH_ACCOUNT= ui

View File

@ -1,2 +1,2 @@
SHA256 (ui-django-rq-v0.8.0_GH0.tar.gz) = ebca61efeb81b3d2659dc27e994f46198bb196597b36d4cf4dcbc92d2318c3c4
SIZE (ui-django-rq-v0.8.0_GH0.tar.gz) = 20346
SHA256 (ui-django-rq-v0.9.0_GH0.tar.gz) = cd9ca368e16cd0568531bc4f8c0721d1a4d29315d78f84aed418042dacce81cc
SIZE (ui-django-rq-v0.9.0_GH0.tar.gz) = 20977

21
devel/py-tempora/Makefile Normal file
View File

@ -0,0 +1,21 @@
# Created by: Martin Wilke <miwi@FreeBSD.org>
# $FreeBSD$
PORTNAME= tempora
PORTVERSION= 1.4
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= miwi@FreeBSD.org
COMMENT= Objects and routines pertaining to date and time
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>0:${PORTSDIR}/devel/py-setuptools_scm
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
.include <bsd.port.mk>

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