*/*: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2019-03-19 03:36:56 +01:00
parent 08b945e8eb
commit d22bd9c8a8
271 changed files with 1274 additions and 1170 deletions

View File

@ -148,6 +148,7 @@
SUBDIR += peazip
SUBDIR += pecl-lzf
SUBDIR += pecl-rar
SUBDIR += php-brotli
SUBDIR += php-horde_lz4
SUBDIR += php-snappy
SUBDIR += php71-bz2

View File

@ -0,0 +1,29 @@
# $FreeBSD$
PORTNAME= brotli
DISTVERSION= 0.6.2
CATEGORIES= archivers
PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX}
MAINTAINER= daniel@shafer.cc
COMMENT= Brotli extension for PHP
LICENSE= MIT
BUILD_DEPENDS= re2c>0:devel/re2c
LIB_DEPENDS= libbrotlienc.so:archivers/brotli
USES= dos2unix libtool php:ext pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= kjdev
GH_PROJECT= php-ext-brotli
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libbrotli
PHP_MODNAME= brotli
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1552932530
SHA256 (kjdev-php-ext-brotli-0.6.2_GH0.tar.gz) = 8f2d816177f00a784af7afcc6e04b41a8ce4f42725a57130bf5d9682715016d5
SIZE (kjdev-php-ext-brotli-0.6.2_GH0.tar.gz) = 10043

View File

@ -0,0 +1,9 @@
Brotli is a generic-purpose lossless compression algorithm that compresses
data using a combination of a modern variant of the LZ77 algorithm, Huffman
coding and 2nd order context modeling, with a compression ratio comparable
to the best currently available general-purpose compression methods. It is
similar in speed with deflate but offers more dense compression.
This is the Brotli Extension for PHP
WWW: https://github.com/kjdev/php-ext-brotli

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= gsequencer
DISTVERSION= 2.1.67
DISTVERSION= 2.1.68
CATEGORIES= audio
MASTER_SITES= SAVANNAH/gsequencer/2.1.x

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1552714929
SHA256 (gsequencer-2.1.67.tar.gz) = 94130dc573ab8967a81a3ead14f5ffdc9dd8ade78162840560e2f047f1b04366
SIZE (gsequencer-2.1.67.tar.gz) = 5108666
TIMESTAMP = 1552884743
SHA256 (gsequencer-2.1.68.tar.gz) = 67321c25b08836dd170a388fae968f3a721675f870cb5529e821d9cf4203cecb
SIZE (gsequencer-2.1.68.tar.gz) = 5108722

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= kid3
PORTVERSION= 3.7.0
PORTVERSION= 3.7.1
PORTREVISION?= 0
CATEGORIES= audio kde
MASTER_SITES= SF

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1550130652
SHA256 (kid3-3.7.0.tar.gz) = 1d7459b4b517b096eae016b3d3f5c4b2bf56fbfa92f59503baeed109139e44ae
SIZE (kid3-3.7.0.tar.gz) = 1466849
TIMESTAMP = 1552963155
SHA256 (kid3-3.7.1.tar.gz) = a82db841d023a28636652086905f29678d8c041dc238099165e88fbcb2d47976
SIZE (kid3-3.7.1.tar.gz) = 1486532

View File

@ -1,13 +0,0 @@
Fix import of album title from Discogs. (fixed upstream: b3bd70)
--- src/plugins/discogsimport/discogsimporter.cpp.orig 2018-12-21 05:40:14 UTC
+++ src/plugins/discogsimport/discogsimporter.cpp
@@ -265,7 +265,7 @@ void DiscogsImporter::parseFindResults(const QByteArra
void DiscogsImporter::parseAlbumResults(const QByteArray& albumStr)
{
QRegExp nlSpaceRe(QLatin1String("[\r\n]+\\s*"));
- QRegExp atDiscogsRe(QLatin1String("\\s*\\([^)]+\\) at Discogs\n?$"));
+ QRegExp atDiscogsRe(QLatin1String("\\s*\\([^)]+\\) (?:at|\\|) Discogs\n?$"));
QString str = QString::fromUtf8(albumStr);
FrameCollection framesHdr;

View File

@ -16,7 +16,7 @@ LICENSE= BSD2CLAUSE
BUILD_DEPENDS= libumidi>=2.0.14:audio/libumidi
LIB_DEPENDS= libumidi20.so:audio/libumidi
USES= gl qmake qt:5 tar:bzip2
USES= compiler:c++11-lang gl qmake qt:5 tar:bzip2
USE_GL= gl
USE_QT= buildtools_build core gui network printsupport widgets

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= picard-plugins
PORTVERSION= 2.0.20190212
PORTVERSION= 2.0.20190312
CATEGORIES= audio python
MAINTAINER= jhale@FreeBSD.org
@ -15,7 +15,7 @@ USE_PYTHON= noflavors
USE_GITHUB= yes
GH_ACCOUNT= metabrainz
GH_TAGNAME= e67ac70
GH_TAGNAME= 8cb6013
PORTSCOUT= limit:^2\.
@ -23,13 +23,16 @@ NO_ARCH= yes
SUB_FILES= pkg-message
SUB_LIST= GCC_VER=${GCC_DEFAULT:S/.//}
BUILD_WRKSRC= ${WRKSRC}/build
PLUGINSDIR= ${PYTHON_SITELIBDIR}/picard/plugins
OPTIONS_DEFINE= BPM MOODBAR
OPTIONS_DEFINE= ALBUM_COLUMN BPM MOODBAR
OPTIONS_GROUP= REPLAYGAIN
OPTIONS_GROUP_REPLAYGAIN= FLAC MP3 VORBIS WAVPACK
OPTIONS_SUB= yes
ALBUM_COLUMN_DESC= Adds album column to main window (can't be disabled)
BPM_DESC= Beats per minute
BPM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aubio>=0.4.5:audio/py-aubio@${PY_FLAVOR}
@ -47,21 +50,25 @@ do-build:
# be installed into their own subdirectories under PLUGINSDIR. Plugins
# written as a single .py file must be installed directly in PLUGINSDIR.
# We copy them into the correct hierarchy and compile them here.
@${MKDIR} ${WRKSRC}/build
@${MKDIR} ${BUILD_WRKSRC}
@(cd ${WRKSRC}/plugins; \
for dir in *; \
do \
if [ -f $${dir}/__init__.py ]; \
then ${CP} -R $${dir} ${WRKSRC}/build; \
else ${CP} -R $${dir}/* ${WRKSRC}/build; \
then ${CP} -R $${dir} ${BUILD_WRKSRC}; \
else ${CP} -R $${dir}/* ${BUILD_WRKSRC}; \
fi; \
done;)
${PYTHON_CMD} -m compileall ${WRKSRC}/build
${PYTHON_CMD} -O -m compileall ${WRKSRC}/build
${FIND} ${BUILD_WRKSRC} -type f \( -name '.*' -o -name '*.bak' -o -name '*.orig' \) -exec ${RM} {} \;
${PYTHON_CMD} -m compileall ${BUILD_WRKSRC}
${PYTHON_CMD} -O -m compileall ${BUILD_WRKSRC}
do-install:
@${MKDIR} ${STAGEDIR}${PLUGINSDIR}
(cd ${WRKSRC}/build; ${COPYTREE_SHARE} . ${STAGEDIR}${PLUGINSDIR})
(cd ${BUILD_WRKSRC}; ${COPYTREE_SHARE} . ${STAGEDIR}${PLUGINSDIR})
post-install-ALBUM_COLUMN-off:
@${RM} -r ${STAGEDIR}${PLUGINSDIR}/add_album_column
post-install-BPM-off:
@${RM} -r ${STAGEDIR}${PLUGINSDIR}/bpm

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1550129398
SHA256 (metabrainz-picard-plugins-2.0.20190212-e67ac70_GH0.tar.gz) = dc9211c4f0c64120dfadb5d290c60007d4a60ab66c764467935dabe5dcc8e540
SIZE (metabrainz-picard-plugins-2.0.20190212-e67ac70_GH0.tar.gz) = 362357
TIMESTAMP = 1552816314
SHA256 (metabrainz-picard-plugins-2.0.20190312-8cb6013_GH0.tar.gz) = 4d43b3fb888f0c60b379f45941dfe8b5d1b442d7d13e04a8a06dfb05d355d3c0
SIZE (metabrainz-picard-plugins-2.0.20190312-8cb6013_GH0.tar.gz) = 371062

View File

@ -10,6 +10,10 @@
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/albumartist_website.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/albumartistextension.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/albumartistextension.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/amazon.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/amazon.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/apiseeds_lyrics.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/apiseeds_lyrics.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/classicdiscnumber.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/classicdiscnumber.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/compatible_TXXX.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
@ -26,6 +30,8 @@
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/featartistsintitles.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/fix_tracknums.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/fix_tracknums.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/instruments.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/instruments.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/keep.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/keep.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/loadasnat.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
@ -64,14 +70,17 @@
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/titlecase.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/tracks2clipboard.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/tracks2clipboard.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/wikidata.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/picard/plugins/__pycache__/wikidata.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/abbreviate_artistsort.py
%%PYTHON_SITELIBDIR%%/picard/plugins/acousticbrainz.py
%%PYTHON_SITELIBDIR%%/picard/plugins/acousticbrainz_tonal-rhythm.py
%%ALBUM_COLUMN%%%%PYTHON_SITELIBDIR%%/picard/plugins/add_album_column/__init__.py
%%ALBUM_COLUMN%%%%PYTHON_SITELIBDIR%%/picard/plugins/add_album_column/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%ALBUM_COLUMN%%%%PYTHON_SITELIBDIR%%/picard/plugins/add_album_column/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/addrelease.py
%%PYTHON_SITELIBDIR%%/picard/plugins/albumartist_website.py
%%PYTHON_SITELIBDIR%%/picard/plugins/albumartistextension.py
%%PYTHON_SITELIBDIR%%/picard/plugins/amazon.py
%%PYTHON_SITELIBDIR%%/picard/plugins/apiseeds_lyrics.py
%%BPM%%%%PYTHON_SITELIBDIR%%/picard/plugins/bpm/__init__.py
%%BPM%%%%PYTHON_SITELIBDIR%%/picard/plugins/bpm/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%BPM%%%%PYTHON_SITELIBDIR%%/picard/plugins/bpm/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
@ -118,6 +127,7 @@
%%PYTHON_SITELIBDIR%%/picard/plugins/format_performer_tags/docs/default_settings.jpg
%%PYTHON_SITELIBDIR%%/picard/plugins/format_performer_tags/options_format_performer_tags.ui
%%PYTHON_SITELIBDIR%%/picard/plugins/format_performer_tags/ui_options_format_performer_tags.py
%%PYTHON_SITELIBDIR%%/picard/plugins/instruments.py
%%PYTHON_SITELIBDIR%%/picard/plugins/keep.py
%%PYTHON_SITELIBDIR%%/picard/plugins/lastfm/__init__.py
%%PYTHON_SITELIBDIR%%/picard/plugins/lastfm/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
@ -140,15 +150,6 @@
%%PYTHON_SITELIBDIR%%/picard/plugins/musixmatch/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/musixmatch/__pycache__/ui_options_musixmatch.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/picard/plugins/musixmatch/__pycache__/ui_options_musixmatch.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/musixmatch/musixmatch/__init__.py
%%PYTHON_SITELIBDIR%%/picard/plugins/musixmatch/musixmatch/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/picard/plugins/musixmatch/musixmatch/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/musixmatch/musixmatch/__pycache__/track.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/picard/plugins/musixmatch/musixmatch/__pycache__/track.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/musixmatch/musixmatch/__pycache__/util.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/picard/plugins/musixmatch/musixmatch/__pycache__/util.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/musixmatch/musixmatch/track.py
%%PYTHON_SITELIBDIR%%/picard/plugins/musixmatch/musixmatch/util.py
%%PYTHON_SITELIBDIR%%/picard/plugins/musixmatch/ui_options_musixmatch.py
%%PYTHON_SITELIBDIR%%/picard/plugins/no_release.py
%%PYTHON_SITELIBDIR%%/picard/plugins/non_ascii_equivalents.py
@ -172,6 +173,13 @@
%%PYTHON_SITELIBDIR%%/picard/plugins/standardise_feat.py
%%PYTHON_SITELIBDIR%%/picard/plugins/standardise_performers.py
%%PYTHON_SITELIBDIR%%/picard/plugins/tangoinfo.py
%%PYTHON_SITELIBDIR%%/picard/plugins/theaudiodb/__init__.py
%%PYTHON_SITELIBDIR%%/picard/plugins/theaudiodb/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/picard/plugins/theaudiodb/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/theaudiodb/__pycache__/ui_options_theaudiodb.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/picard/plugins/theaudiodb/__pycache__/ui_options_theaudiodb.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/theaudiodb/options_theaudiodb.ui
%%PYTHON_SITELIBDIR%%/picard/plugins/theaudiodb/ui_options_theaudiodb.py
%%PYTHON_SITELIBDIR%%/picard/plugins/titlecase.py
%%PYTHON_SITELIBDIR%%/picard/plugins/tracks2clipboard.py
%%PYTHON_SITELIBDIR%%/picard/plugins/videotools/__init__.py
@ -235,7 +243,13 @@
%%PYTHON_SITELIBDIR%%/picard/plugins/viewvariables/__pycache__/ui_variables_dialog.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/viewvariables/ui_variables_dialog.py
%%PYTHON_SITELIBDIR%%/picard/plugins/viewvariables/variables_dialog.ui
%%PYTHON_SITELIBDIR%%/picard/plugins/wikidata.py
%%PYTHON_SITELIBDIR%%/picard/plugins/wikidata/__init__.py
%%PYTHON_SITELIBDIR%%/picard/plugins/wikidata/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/picard/plugins/wikidata/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/wikidata/__pycache__/ui_options_wikidata.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/picard/plugins/wikidata/__pycache__/ui_options_wikidata.cpython-%%PYTHON_SUFFIX%%.pyc
%%PYTHON_SITELIBDIR%%/picard/plugins/wikidata/options_wikidata.ui
%%PYTHON_SITELIBDIR%%/picard/plugins/wikidata/ui_options_wikidata.py
%%PYTHON_SITELIBDIR%%/picard/plugins/workandmovement/__init__.py
%%PYTHON_SITELIBDIR%%/picard/plugins/workandmovement/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
%%PYTHON_SITELIBDIR%%/picard/plugins/workandmovement/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= picard
PORTVERSION= 2.1.2
PORTREVISION= 1
PORTVERSION= 2.1.3
CATEGORIES= audio python
MASTER_SITES= http://ftp.musicbrainz.org/pub/musicbrainz/picard/ \
ftp://ftp.musicbrainz.org/pub/musicbrainz/picard/ \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1550112881
SHA256 (picard-2.1.2.tar.gz) = 1f2642a0c9fe22298536e21e5a40fb1d5a5b0e8fc517774bf92a8d6159a693fc
SIZE (picard-2.1.2.tar.gz) = 2988580
TIMESTAMP = 1552815824
SHA256 (picard-2.1.3.tar.gz) = 8e044fe68c44d345c19f98952c3c7f20c72da74dbac9ce7c7b0621e2d69885a7
SIZE (picard-2.1.3.tar.gz) = 2995390

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= discid
PORTVERSION= 1.1.1
PORTVERSION= 1.2.0
CATEGORIES= audio python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1485774952
SHA256 (discid-1.1.1.tar.gz) = 78a3bf6c8377fdbe3d85e914a209ff97aa43e35605779639847b510ced31f7b9
SIZE (discid-1.1.1.tar.gz) = 30982
TIMESTAMP = 1552964359
SHA256 (discid-1.2.0.tar.gz) = cd9630bc53f5566df92819641040226e290b2047573f2c74a6e92b8eed9e86b9
SIZE (discid-1.2.0.tar.gz) = 30777

View File

@ -2,11 +2,10 @@
# $FreeBSD$
PORTNAME= quimup
PORTVERSION= 1.4.3
PORTREVISION= 3
PORTVERSION= 1.4.4
CATEGORIES= audio
MASTER_SITES= SF/${PORTNAME}
DISTNAME= ${PORTNAME}_${PORTVERSION}_source
DISTNAME= Quimup_${PORTVERSION}_source
MAINTAINER= cmangin@arobas.net
COMMENT= Qt5 client for MPD (the Music Player Daemon)
@ -17,12 +16,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libmpdclient.so:audio/libmpdclient \
libtag.so:audio/taglib
WRKSRC= ${WRKDIR}/Quimup_${PORTVERSION}
USES= pkgconfig qmake compiler:c++11-lang qt:5
USES= compiler:c++11-lang gl pkgconfig qmake qt:5
USE_QT= core gui network widgets buildtools_build
USE_GL= gl
WRKSRC= ${WRKDIR}/Quimup_${PORTVERSION}_source
CXXFLAGS+= -std=c++11
PLIST_FILES= bin/quimup \
@ -34,6 +33,7 @@ DESKTOP_ENTRIES="Quimup" "MPD client" "quimup" "quimup" \
post-patch:
@${REINPLACE_CMD} -e \
'/^#define get_time/d' ${WRKSRC}/src/qm_playlistview.h
@${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/src/qm_mpdcom.cpp
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/quimup ${STAGEDIR}${PREFIX}/bin

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1517267675
SHA256 (quimup_1.4.3_source.tar.gz) = dac47b4c0f458e1a020f2c70d4291ad6bcf85041e6a26f1d011d6542aa3fdc33
SIZE (quimup_1.4.3_source.tar.gz) = 587260
TIMESTAMP = 1552177932
SHA256 (Quimup_1.4.4_source.tar.gz) = d87ec8c57a78587bfc4d6230d55f713f7fb5bc2e642676b94dbd31e157dc83fc
SIZE (Quimup_1.4.4_source.tar.gz) = 240902

View File

@ -1,6 +1,6 @@
--- src/qm_config.cpp.orig 2016-02-28 09:52:29 UTC
--- src/qm_config.cpp.orig 2018-11-28 18:19:33 UTC
+++ src/qm_config.cpp
@@ -168,9 +168,9 @@ void qm_config::load_config()
@@ -172,9 +172,9 @@ void qm_config::load_config()
version = sts.value("version", "0.0" ).toString();
// server related values
quitMPD_onquit = sts.value("quitMPD_onquit", false ).toBool();
@ -10,5 +10,5 @@
- onstart_mpd_command = sts.value("onstart_mpd_command", "mpd" ).toString();
+ onstart_mpd_command = sts.value("onstart_mpd_command", "musicpd" ).toString();
auto_connect = sts.value("auto_connect", true ).toBool();
start_minimized = sts.value("start_minimized", false ).toBool();
profile = sts.value("profile", 0 ).toInt();

View File

@ -1,6 +1,6 @@
--- src/qm_itemlist.h.orig 2016-02-28 09:52:29 UTC
--- src/qm_itemlist.h.orig 2018-12-09 18:43:06 UTC
+++ src/qm_itemlist.h
@@ -63,7 +63,7 @@ public:
@@ -63,7 +63,7 @@ class qm_listitemInfo (public)
QString sorter;
// Override the < operator for alist.sort();

View File

@ -1,6 +1,39 @@
--- src/qm_mpdcom.cpp.orig 2016-02-28 09:52:46 UTC
--- src/qm_mpdcom.cpp.orig 2018-12-11 21:49:38 UTC
+++ src/qm_mpdcom.cpp
@@ -2500,17 +2500,10 @@ bool qm_mpdCom::is_mpd_running()
@@ -367,16 +367,16 @@ QString qm_mpdCom::get_from_etcdefaultmpd()
QFile file;
QString line = "";
- file.setFileName("/etc/default/mpd");
+ file.setFileName("%%PREFIX%%/etc/musicpd.conf");
if ( !file.exists() )
{
- printf ("MPD's config : Tried /etc/default/mpd but it does not exist\n");
+ printf ("MPD's config : Tried %%PREFIX%%/etc/musicpd.conf but it does not exist\n");
return line;
}
if (!file.open(QIODevice::ReadOnly | QIODevice::Text))
{
- printf ("MPD's config : Tried /etc/default/mpd but it is not readable\n");
+ printf ("MPD's config : Tried %%PREFIX%%/etc/musicpd.conf but it is not readable\n");
return line;
}
@@ -393,10 +393,10 @@ QString qm_mpdCom::get_from_etcdefaultmpd()
file.close();
if (line.isEmpty())
- printf ("MPD's config : Tried /etc/default/mpd but MPDCONF is not set\n");
+ printf ("MPD's config : Tried %%PREFIX%%/etc/musicpd.conf but MPDCONF is not set\n");
else
{
- QString msg = "MPD's config found in /etc/default/mpd : " + line + "\n";
+ QString msg = "MPD's config found in %%PREFIX%%/etc/musicpd.conf : " + line + "\n";
printf ("%s", msg.toUtf8().constData());
}
@@ -2710,17 +2710,10 @@ bool qm_mpdCom::is_mpd_running()
struct stat sts;
bool b_isrunning = false;

View File

@ -21,7 +21,8 @@ LIB_DEPENDS= libfftw3.so:math/fftw3 \
libsord-0.so:devel/sord \
libvamp-hostsdk.so:audio/vamp-plugin-sdk
USES= autoreconf desktop-file-utils gmake pkgconfig qt:5
USES= autoreconf compiler:c++11-lang desktop-file-utils gmake \
pkgconfig qt:5
GNU_CONFIGURE= yes
USE_QT= buildtools_build core gui network qmake_build testlib widgets xml

View File

@ -1,10 +1,9 @@
# $FreeBSD$
PORTNAME= bowtie2
PORTVERSION= 2.3.3.1
PORTNAME= bowtie2
DISTVERSIONPREFIX= v
PORTREVISION= 2
CATEGORIES= biology
DISTVERSION= 2.3.5
CATEGORIES= biology perl5 python
MAINTAINER= jwb@FreeBSD.org
COMMENT= Ultrafast, memory-efficient short read aligner
@ -13,20 +12,28 @@ LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
# May also work on other 64-bit platforms, but untested
ONLY_FOR_ARCHS= amd64
ONLY_FOR_ARCHS= aarch64 amd64
LIB_DEPENDS= libtbb.so:devel/tbb
USES= gmake perl5 python shebangfix
USES= gmake localbase:ldflags perl5 python shebangfix
USE_PERL5= run
SHEBANG_FILES= bowtie2-build bowtie2-inspect scripts/*.pl
USE_GITHUB= yes
SHEBANG_FILES= bowtie2 bowtie2-build bowtie2-inspect scripts/*.pl
GH_ACCOUNT= BenLangmead
OPTIONS_DEFINE= DOCS EXAMPLES
SUB_FILES= bowtie2-test
pre-configure:
@${REINPLACE_CMD} \
-e 's|^RELEASE_FLAGS|# RELEASE_FLAGS|' \
-e 's|tbbmalloc_proxy|tbbmalloc|' \
${WRKSRC}/Makefile
post-install:
${MKDIR} ${STAGEDIR}${DATADIR}/scripts
@${MKDIR} ${STAGEDIR}${DATADIR}/scripts
${INSTALL_PROGRAM} \
${WRKSRC}/bowtie2*-s \
${WRKSRC}/bowtie2*-l \
@ -35,6 +42,7 @@ post-install:
${WRKSRC}/scripts/*.sh \
${WRKSRC}/scripts/*.pl \
${STAGEDIR}${DATADIR}/scripts
${INSTALL_SCRIPT} ${WRKDIR}/bowtie2-test ${STAGEDIR}${PREFIX}/bin
post-install-DOCS-on:
(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR})

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1511991430
SHA256 (BenLangmead-bowtie2-v2.3.3.1_GH0.tar.gz) = 8b9c0b9c595ebcddcac5feaf6acb44b2294d6deb91de107596ecad242a1a58e9
SIZE (BenLangmead-bowtie2-v2.3.3.1_GH0.tar.gz) = 5796279
TIMESTAMP = 1552832567
SHA256 (BenLangmead-bowtie2-v2.3.5_GH0.tar.gz) = c5daeb0249e98dfe8f70dac7d660b100365a00a22df4cad94d3e383f489911ae
SIZE (BenLangmead-bowtie2-v2.3.5_GH0.tar.gz) = 10584383

View File

@ -0,0 +1,69 @@
#!/bin/sh -e
##########################################################################
# Script description:
# Test bowtie2 on examples provided
# http://bowtie-bio.sourceforge.net/bowtie2/manual.shtml
#
# History:
# Date Name Modification
# 2019-03-17 Jason Bacon Begin
##########################################################################
usage()
{
printf "Usage: $0 \n"
exit 1
}
##########################################################################
# Main
##########################################################################
if [ $# != 0 ]; then
usage
fi
##########################################################################
# Function description:
# Pause until user presses return
##########################################################################
pause()
{
local junk
printf "Press return to continue..."
read junk
}
cat << EOM
This script follows the bowtie2 "Getting Started" section of the manual:
http://bowtie-bio.sourceforge.net/bowtie2/manual.shtml
EOM
pause
examples_dir=%%EXAMPLESDIR%%
bowtie2-build $examples_dir/reference/lambda_virus.fa \
lambda_virus
printf "Done indexing...\n"
pause
bowtie2 -x lambda_virus -U $examples_dir/reads/reads_1.fq -S eg1.sam
printf "Done with alignment.\n"
pause
more eg1.sam
bowtie2 -x lambda_virus -1 $examples_dir/reads/reads_1.fq -2 $examples_dir/reads/reads_2.fq -S eg2.sam
printf "Done with paired end example.\n"
pause
more eg2.sam
bowtie2 --local -x lambda_virus -U $examples_dir/reads/longreads.fq -S eg3.sam
printf "Done with local alignment example.\n"
pause
more eg3.sam

View File

@ -1,34 +1,24 @@
--- Makefile.orig 2017-10-05 16:45:18 UTC
--- Makefile.orig 2019-03-16 04:14:43 UTC
+++ Makefile
@@ -21,10 +21,11 @@
@@ -21,8 +21,9 @@
# Makefile for bowtie, bowtie2-build, bowtie2-inspect
#
-prefix = /usr/local
-bindir = $(prefix)/bin
+PREFIX ?= /usr/local
+bindir = $(PREFIX)/bin
-prefix := /usr/local
-bindir := $(prefix)/bin
+# Use PREFIX (upper case) provided by many package managers
+PREXIX ?= /usr/local
+bindir := $(PREFIX)/bin
INC = $(if $(RELEASE_BUILD),-I$(CURDIR)/.include)
+INC += -I${LOCALBASE}/include
LIBS = $(LDFLAGS) $(if $(RELEASE_BUILD),-L$(CURDIR)/.lib) -lz
GCC_PREFIX = $(shell dirname `which gcc`)
GCC_SUFFIX =
@@ -98,7 +99,7 @@ endif
#default is to use Intel TBB
ifneq (1,$(NO_TBB))
- LIBS += $(PTHREAD_LIB) -ltbb -ltbbmalloc$(if $(RELEASE_BUILD),,_proxy)
+ LIBS += $(PTHREAD_LIB) -L${LOCALBASE}/lib -ltbb -ltbbmalloc
override EXTRA_FLAGS += -DWITH_TBB
else
LIBS += $(PTHREAD_LIB)
@@ -189,7 +190,7 @@ SSE_FLAG=-msse2
DEBUG_FLAGS = -O0 -g3 -m64 $(SSE_FLAG)
DEBUG_DEFS = -DCOMPILER_OPTIONS="\"$(DEBUG_FLAGS) $(EXTRA_FLAGS)\""
-RELEASE_FLAGS = -O3 -m64 $(SSE_FLAG) -funroll-loops -g3
+RELEASE_FLAGS = $(CXXFLAGS) $(SSE_FLAG) -funroll-loops
RELEASE_DEFS = -DCOMPILER_OPTIONS="\"$(RELEASE_FLAGS) $(EXTRA_FLAGS)\""
NOASSERT_FLAGS = -DNDEBUG
FILE_FLAGS = -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE
LDLIBS := -lz
GCC_PREFIX := $(shell dirname `which gcc`)
@@ -30,7 +31,8 @@ GCC_SUFFIX :=
CC ?= $(GCC_PREFIX)/gcc$(GCC_SUFFIX)
CPP ?= $(GCC_PREFIX)/g++$(GCC_SUFFIX)
CXX ?= $(CPP)
-CXXFLAGS += -std=c++98
+# long long is unsupported in c++98
+# CXXFLAGS += -std=c++98
ifeq (aarch64,$(shell uname -m))
CXXFLAGS += -fopenmp-simd -DWITH_AARCH64
CPPFLAGS += -Ithird_party/simde

View File

@ -7,6 +7,7 @@ bin/bowtie2-build-s
bin/bowtie2-inspect
bin/bowtie2-inspect-l
bin/bowtie2-inspect-s
bin/bowtie2-test
%%DATADIR%%/scripts/convert_quals.pl
%%DATADIR%%/scripts/gen_2b_occ_lookup.pl
%%DATADIR%%/scripts/gen_occ_lookup.pl
@ -56,6 +57,8 @@ bin/bowtie2-inspect-s
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index/lambda_virus.4.bt2
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index/lambda_virus.rev.1.bt2
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index/lambda_virus.rev.2.bt2
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reads/combined_reads.bam
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reads/conversion_utilities.sh
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reads/longreads.fq
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reads/reads_1.fq
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/reads/reads_2.fq

View File

@ -2,7 +2,7 @@
PORTNAME= scrcpy
DISTVERSIONPREFIX= v
DISTVERSION= 1.7
DISTVERSION= 1.8
CATEGORIES= comms net
MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${GH_TAGNAME}/:jar
DISTFILES= ${DIST_JARFILE}:jar

View File

@ -1,5 +1,5 @@
TIMESTAMP = 1550443330
SHA256 (scrcpy-server-v1.7.jar) = ee86ec8424f7dc50cacdf927312bdb46e0aa0d68611da584dc4b16d8057bc25e
SIZE (scrcpy-server-v1.7.jar) = 19346
SHA256 (Genymobile-scrcpy-v1.7_GH0.tar.gz) = d447b51097929854e5ac1cf96410450def6a0e3637e544caead7a5b9ada811be
SIZE (Genymobile-scrcpy-v1.7_GH0.tar.gz) = 180012
TIMESTAMP = 1552128375
SHA256 (scrcpy-server-v1.8.jar) = 839055ef905903bf98ead1b9b8a127fe402b39ad657a81f9a914b2dbcb2ce5c0
SIZE (scrcpy-server-v1.8.jar) = 19734
SHA256 (Genymobile-scrcpy-v1.8_GH0.tar.gz) = 1d4b53573554a60fa46b6b40685dbe6c8474bc451ecbe803e2f2ec9724b48a01
SIZE (Genymobile-scrcpy-v1.8_GH0.tar.gz) = 181991

View File

@ -0,0 +1,5 @@
TIMESTAMP = 1552950955
SHA256 (proftpd-1.3.6.tar.gz) = 91ef74b143495d5ff97c4d4770c6804072a8c8eb1ad1ecc8cc541b40e152ecaf
SIZE (proftpd-1.3.6.tar.gz) = 20251898
SHA256 (mod_sql_tds-4.13.tar.gz) = 9d9fb6c4b9a952739a84e166ed8b0d93f539c7bcf73e32923318e00cbd7eea08
SIZE (mod_sql_tds-4.13.tar.gz) = 11688

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= activemodel
PORTVERSION= 4.2.11
PORTVERSION= 4.2.11.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543660718
SHA256 (rubygem/activemodel-4.2.11.gem) = b89604b0252e1b5eea47de4c5e3ff4b3d713c3c5ab3802c87a37b0e296da5885
SIZE (rubygem/activemodel-4.2.11.gem) = 45568
TIMESTAMP = 1552851016
SHA256 (rubygem/activemodel-4.2.11.1.gem) = 63d898086a8d2d0a493ebb4d8c9376c6f9d3dfe846f7aa1f70615a6e5a063db0
SIZE (rubygem/activemodel-4.2.11.1.gem) = 45568

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= activemodel
PORTVERSION= 5.1.6.1
PORTVERSION= 5.1.6.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 5

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543660269
SHA256 (rubygem/activemodel-5.1.6.1.gem) = 00ccdcd6003c11640e813d8511ad7362ad823e0db95637bf2239f1e1196489d8
SIZE (rubygem/activemodel-5.1.6.1.gem) = 51712
TIMESTAMP = 1552849368
SHA256 (rubygem/activemodel-5.1.6.2.gem) = b324ff341f2410a509e655000206b521fed43ff295de2589eb5eeed18d931985
SIZE (rubygem/activemodel-5.1.6.2.gem) = 51712

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= activemodel
PORTVERSION= 5.0.7.1
PORTVERSION= 5.0.7.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 50

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543660570
SHA256 (rubygem/activemodel-5.0.7.1.gem) = 0ce4d73d02392f835b11c138dc61af36388663fc9636313d055d90621f4500c5
SIZE (rubygem/activemodel-5.0.7.1.gem) = 53760
TIMESTAMP = 1552849411
SHA256 (rubygem/activemodel-5.0.7.2.gem) = 146a0461524227bf60553ee1273aef694481ec78621f018543f1de38fabff076
SIZE (rubygem/activemodel-5.0.7.2.gem) = 53760

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= activerecord
PORTVERSION= 4.2.11
PORTVERSION= 4.2.11.1
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543660746
SHA256 (rubygem/activerecord-4.2.11.gem) = 258e61c64256c024d703d90d259dd183b526a10083eda518c94b2bcb52a880eb
SIZE (rubygem/activerecord-4.2.11.gem) = 332288
TIMESTAMP = 1552851019
SHA256 (rubygem/activerecord-4.2.11.1.gem) = b7e0744484c8a9fe2c123657cfb5bbf678657555eeeeacf0d449ff0f228f3d1e
SIZE (rubygem/activerecord-4.2.11.1.gem) = 332288

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= activerecord
PORTVERSION= 5.1.6.1
PORTVERSION= 5.1.6.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 5

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543660292
SHA256 (rubygem/activerecord-5.1.6.1.gem) = 4946ae8a770d9a58fecfa16791769dff6e837c8e8970a04b9c2854d584580947
SIZE (rubygem/activerecord-5.1.6.1.gem) = 355328
TIMESTAMP = 1552849372
SHA256 (rubygem/activerecord-5.1.6.2.gem) = 3f45f3bbdaf0e6583853393adac564457def668fc26023093e061dc6b977eebd
SIZE (rubygem/activerecord-5.1.6.2.gem) = 355328

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= activerecord
PORTVERSION= 5.0.7.1
PORTVERSION= 5.0.7.2
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 50

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543660596
SHA256 (rubygem/activerecord-5.0.7.1.gem) = 8c1cd39637c8810d8fac7948a9dacf06075e6007b39400d48f34abb4db3e6ae3
SIZE (rubygem/activerecord-5.0.7.1.gem) = 363008
TIMESTAMP = 1552849414
SHA256 (rubygem/activerecord-5.0.7.2.gem) = c3f019b91df7f47b29c4bfae47b11d8920f8d411bc1a523c4c4d77616155c2cb
SIZE (rubygem/activerecord-5.0.7.2.gem) = 363008

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= go-for-it
DISTVERSION= 1.6.10
DISTVERSION= 1.7.0
CATEGORIES= deskutils
MAINTAINER= neel@neelc.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1550417403
SHA256 (JMoerman-Go-For-It-1.6.10_GH0.tar.gz) = 1f286805a1f295c00afcb441b6026913ce1e626709c7e7c398f19565d43b8e0d
SIZE (JMoerman-Go-For-It-1.6.10_GH0.tar.gz) = 213999
TIMESTAMP = 1552867966
SHA256 (JMoerman-Go-For-It-1.7.0_GH0.tar.gz) = 492c43597582de3f63965e819697ad7c02ec5330da3e993497e6e5c80189de21
SIZE (JMoerman-Go-For-It-1.7.0_GH0.tar.gz) = 249545

View File

@ -1,4 +1,4 @@
Go For It! is a simple and stylish productivity app, featuring a to-do list,
merged with a timer that keeps your focus on the current task.
WWW: http://manuel-kehl.de/projects/go-for-it/
WWW: https://github.com/JMoerman/Go-For-It

View File

@ -8,14 +8,17 @@ share/icons/hicolor/48x48/apps/go-for-it.svg
share/icons/hicolor/64x64/apps/go-for-it.svg
share/icons/hicolor/128x128/apps/go-for-it.svg
share/icons/hicolor/24x24/actions/go-for-it-open-menu-fallback.svg
%%DATADIR%%/style/go-for-it-3.10.css
%%DATADIR%%/style/go-for-it-3.10-dark.css
share/icons/hicolor/16x16/actions/go-for-it-go-to-done.svg
share/icons/hicolor/16x16/actions/go-for-it-go-to-list-symbolic.svg
share/icons/hicolor/24x24/actions/go-for-it-go-to-done.svg
share/icons/hicolor/24x24/actions/go-for-it-go-to-list-symbolic.svg
%%DATADIR%%/style/widgets-3.10.css
%%DATADIR%%/style/go-for-it-3.20.css
%%DATADIR%%/style/go-for-it-3.20-dark.css
%%DATADIR%%/style/widgets-3.20.css
%%DATADIR%%/style/colors.css
%%DATADIR%%/style/colors-dark.css
%%DATADIR%%/style/palettes/elementary-dark.css
%%DATADIR%%/style/palettes/elementary.css
%%DATADIR%%/style/palettes/theme-based.css
%%DATADIR%%/style/widgets-minimal-3.10.css
%%DATADIR%%/style/widgets-minimal-3.20.css
share/locale/aa/LC_MESSAGES/go-for-it.mo
share/locale/ab/LC_MESSAGES/go-for-it.mo
share/locale/ae/LC_MESSAGES/go-for-it.mo

View File

@ -21,7 +21,8 @@ LIB_DEPENDS= libical.so:devel/libical \
libicui18n.so:devel/icu \
libsoup-2.4.so:devel/libsoup
USES= gettext gmake libarchive pkgconfig sqlite
USES= compiler:c++11-lang gettext gmake gnome libarchive pkgconfig \
sqlite
USE_GNOME= cairo gtk30 libxml2
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes

View File

@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= git-cinnabar
DISTVERSION= 0.5.0-71
DISTVERSIONSUFFIX= -gb999aee
DISTVERSION= 0.5.0-88
DISTVERSIONSUFFIX= -g7d7bf18
CATEGORIES= devel
MAINTAINER= jbeich@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1552700330
SHA256 (glandium-git-cinnabar-0.5.0-71-gb999aee_GH0.tar.gz) = 172ef0e78a719e3dfa3a5761338a9ecf6d521e2448379c012a3cc0a2cd9e1fff
SIZE (glandium-git-cinnabar-0.5.0-71-gb999aee_GH0.tar.gz) = 147367
TIMESTAMP = 1552824554
SHA256 (glandium-git-cinnabar-0.5.0-88-g7d7bf18_GH0.tar.gz) = 3eeec146c344b2feecccbbf9689e5a6ea84fa40a8040bcb7eeff0ed1b5e0b78a
SIZE (glandium-git-cinnabar-0.5.0-88-g7d7bf18_GH0.tar.gz) = 149087

View File

@ -2,7 +2,7 @@
PORTNAME= grv
DISTVERSIONPREFIX= v
DISTVERSION= 0.3.1
DISTVERSION= 0.3.2
CATEGORIES= devel
MAINTAINER= dg@syrec.org
@ -19,19 +19,19 @@ USE_GITHUB= yes
GH_ACCOUNT= rgburke
GH_SUBDIR= src/github.com/rgburke/grv
GH_TUPLE= bradfitz:slice:2b758aa:slice/src/github.com/bradfitz/slice \
camlistore:go4:00e24f1:reflectutil/src/go4.org \
camlistore:go4:94abd69:reflectutil/src/go4.org \
davecgh:go-spew:d8f796a:spew/src/github.com/davecgh/go-spew \
gobwas:glob:e7a84e9:glob/src/github.com/gobwas/glob \
golang:crypto:ff983b9:crypto/src/golang.org/x/crypto \
golang:sys:7fbe1cd:sys/src/golang.org/x/sys \
golang:crypto:a1f597e:crypto/src/golang.org/x/crypto \
golang:sys:fead790:sys/src/golang.org/x/sys \
mattn:go-runewidth:703b5e6:runewidth/src/github.com/mattn/go-runewidth \
pmezard:go-difflib:5d4384e:difflib/src/github.com/pmezard/go-difflib \
rgburke:goncurses:74f667a:goncurses/src/github.com/rgburke/goncurses \
rjeczalik:notify:629144b:notify/src/github.com/rjeczalik/notify \
Sirupsen:logrus:eef6b76:logrus/src/github.com/Sirupsen/logrus \
stretchr:objx:ef50b0d:objx/src/github.com/stretchr/objx \
stretchr:testify:ffdc059:testify/src/github.com/stretchr/testify \
tchap:go-patricia:5ad6cdb:patricia/src/github.com/tchap/go-patricia \
Sirupsen:logrus:v1.4.0:logrus/src/github.com/Sirupsen/logrus \
stretchr:objx:c61a9df:objx/src/github.com/stretchr/objx \
stretchr:testify:34c6fa2:testify/src/github.com/stretchr/testify \
tchap:go-patricia:v2.3.0:patricia/src/github.com/tchap/go-patricia \
libgit2:git2go:ecaeb7a:git2go/src/gopkg.in/libgit2/git2go.v27 # Keep git2go branch in sync with devel/libgit2 version
PLIST_FILES= bin/grv

View File

@ -1,18 +1,18 @@
TIMESTAMP = 1547908826
SHA256 (rgburke-grv-v0.3.1_GH0.tar.gz) = 530d5a6b0649a188b3b224f35477da56f93c635cf71c321e7e7ef9bc8e7af90d
SIZE (rgburke-grv-v0.3.1_GH0.tar.gz) = 5179050
TIMESTAMP = 1552754348
SHA256 (rgburke-grv-v0.3.2_GH0.tar.gz) = 0fda50bf3536b4ff8da6490f736c2e5aace61cd1697794dd77c1ac85d46e9350
SIZE (rgburke-grv-v0.3.2_GH0.tar.gz) = 5379751
SHA256 (bradfitz-slice-2b758aa_GH0.tar.gz) = 187a1e127f18950084edb3fe18a230a19629e909eff46fae8a05c7a3b28e4459
SIZE (bradfitz-slice-2b758aa_GH0.tar.gz) = 2879
SHA256 (camlistore-go4-00e24f1_GH0.tar.gz) = 3785a94cd8c87d33a6d39ab30ff17ff91c2a8e51930ef289eea9b59eb2ceb34c
SIZE (camlistore-go4-00e24f1_GH0.tar.gz) = 139177
SHA256 (camlistore-go4-94abd69_GH0.tar.gz) = 4d153a73a2333abe10fa451579dba8983db670201bba4d2508c2998200b3738c
SIZE (camlistore-go4-94abd69_GH0.tar.gz) = 140386
SHA256 (davecgh-go-spew-d8f796a_GH0.tar.gz) = d009b3cf2f72f26e6b79371cd1220bfd0cccdc94fa0f538f6c1ac1df2275bd79
SIZE (davecgh-go-spew-d8f796a_GH0.tar.gz) = 42167
SHA256 (gobwas-glob-e7a84e9_GH0.tar.gz) = fdaec095b2c1d3db96fe21e59fd5824e726a7f85e5e804b000ac908221dd0028
SIZE (gobwas-glob-e7a84e9_GH0.tar.gz) = 26225
SHA256 (golang-crypto-ff983b9_GH0.tar.gz) = d2010506ef18ad13d7a32f3bf0164448f71a25cecaa31de6891f4aa699201061
SIZE (golang-crypto-ff983b9_GH0.tar.gz) = 1644717
SHA256 (golang-sys-7fbe1cd_GH0.tar.gz) = 95656d562432a05794b6f9d5d780d238c398697deda256df46bd9b2069044763
SIZE (golang-sys-7fbe1cd_GH0.tar.gz) = 1216813
SHA256 (golang-crypto-a1f597e_GH0.tar.gz) = d757a1cbc11350d5a54a2b9e8b2a3f3a3db9b99e2c84787e12a2d8f82aee2185
SIZE (golang-crypto-a1f597e_GH0.tar.gz) = 1654217
SHA256 (golang-sys-fead790_GH0.tar.gz) = 51d846bbb6882366a7f2b3e9e90cc4bdbc011897bfda603011c97d00d37b0864
SIZE (golang-sys-fead790_GH0.tar.gz) = 1257990
SHA256 (mattn-go-runewidth-703b5e6_GH0.tar.gz) = 62c40ad7642da0ad00a3d47887cc7404c09703e580d65c709b2ecb65d721e9c8
SIZE (mattn-go-runewidth-703b5e6_GH0.tar.gz) = 19884
SHA256 (pmezard-go-difflib-5d4384e_GH0.tar.gz) = aa21220f5efcdcd08e51d349e2d3d50cad38685dad83bf296aad1129dc3153a6
@ -21,13 +21,13 @@ SHA256 (rgburke-goncurses-74f667a_GH0.tar.gz) = af7aabf62aee38639417ac1eef9c3aaa
SIZE (rgburke-goncurses-74f667a_GH0.tar.gz) = 46774
SHA256 (rjeczalik-notify-629144b_GH0.tar.gz) = 4c44ab76e471779c32eff72501fba5f3e030b7e7d19ef57bbd99d16dd87685fb
SIZE (rjeczalik-notify-629144b_GH0.tar.gz) = 56866
SHA256 (Sirupsen-logrus-eef6b76_GH0.tar.gz) = 8ee18b6fc957fa36e1a8f19f125977d0e6b6bdddb51bdcf650282b6599323fc5
SIZE (Sirupsen-logrus-eef6b76_GH0.tar.gz) = 38613
SHA256 (stretchr-objx-ef50b0d_GH0.tar.gz) = ca79d8f4136429d4806ea9f2ee1a5bcaec47cbb9ffb470caf2d1e11e5ed2908f
SIZE (stretchr-objx-ef50b0d_GH0.tar.gz) = 78750
SHA256 (stretchr-testify-ffdc059_GH0.tar.gz) = e75ee652d2719205fa06e6a397df4e1a77ca2e27f7fad70c4b223717b92a952d
SIZE (stretchr-testify-ffdc059_GH0.tar.gz) = 102870
SHA256 (tchap-go-patricia-5ad6cdb_GH0.tar.gz) = ea8127ce3b9e7bedf4ffbe998179d94ebe1c59ad36ece22aa5682fb27d5bab4b
SIZE (tchap-go-patricia-5ad6cdb_GH0.tar.gz) = 11903
SHA256 (Sirupsen-logrus-v1.4.0_GH0.tar.gz) = 87d69da7df2bea88233f70506c8a3f28b4132638dc755b92e0b9c968a24b7f9c
SIZE (Sirupsen-logrus-v1.4.0_GH0.tar.gz) = 40603
SHA256 (stretchr-objx-c61a9df_GH0.tar.gz) = 5d526799521b5707325bcfe8bd0b21e99b7be6ea3902dabf89ed53b831af7942
SIZE (stretchr-objx-c61a9df_GH0.tar.gz) = 79470
SHA256 (stretchr-testify-34c6fa2_GH0.tar.gz) = ff3b65b24d2929a9813553cf0d2d45b668da84bfe9fbc572e667e47cfeebf462
SIZE (stretchr-testify-34c6fa2_GH0.tar.gz) = 107345
SHA256 (tchap-go-patricia-v2.3.0_GH0.tar.gz) = 319f1f28141bb174f15f7b32816775b73cc49b7387f7bbb7fc6df4f0e7ce4139
SIZE (tchap-go-patricia-v2.3.0_GH0.tar.gz) = 12310
SHA256 (libgit2-git2go-ecaeb7a_GH0.tar.gz) = 42377aa7bee3c1f137bd01f8921daabe61bb80f42f06726da6eb3fe160090ba7
SIZE (libgit2-git2go-ecaeb7a_GH0.tar.gz) = 72748

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= phpstorm
PORTVERSION= 2018.3.4
PORTVERSION= 2018.3.5
CATEGORIES= devel java
MASTER_SITES= https://download.jetbrains.com/webide/ \
http://download.jetbrains.com/webide/
@ -30,7 +30,7 @@ SHEBANG_FILES= bin/printenv.py bin/restart.py
NO_ARCH= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/PhpStorm-183.5429.47
WRKSRC= ${WRKDIR}/PhpStorm-183.5912.26
SUB_FILES= phpstorm phpstorm.desktop pkg-message
SUB_LIST= DATADIR=${DATADIR}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1549769311
SHA256 (PhpStorm-2018.3.4.tar.gz) = 3472e6b9f02ee117f6d89f55f7eb392b420a630e155e7c4ebf13d48206254f03
SIZE (PhpStorm-2018.3.4.tar.gz) = 311609093
TIMESTAMP = 1552095622
SHA256 (PhpStorm-2018.3.5.tar.gz) = d8d39d3ddc2a62ddec326176e779e1e0d5d62ff2d058e28e12d3888e74119948
SIZE (PhpStorm-2018.3.5.tar.gz) = 311609827

View File

@ -16,7 +16,7 @@ USE_GITHUB= yes
NO_BUILD= yes
OPTIONS_DEFINE= BASH DOCS ZSH
OPTIONS_DEFAULT=BASH DOCS ZSH
OPTIONS_DEFAULT=BASH ZSH
PLIST_FILES= bin/kerl
PORTDOCS= README.md

View File

@ -3,6 +3,7 @@
PORTNAME= extra-cmake-modules
DISTVERSION= ${KDE_FRAMEWORKS_VERSION}
PORTREVISION= 1
CATEGORIES= devel kde kde-frameworks
MAINTAINER= kde@FreeBSD.org
@ -12,7 +13,7 @@ LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING-CMAKE-SCRIPTS
USES= cmake kde:5 qt:5 tar:xz
USE_QT= buildtools_build linguisttools_build qmake_build
USE_QT= linguisttools buildtools_build qmake_build
HELP_USE= QT=help_build # qt5-help is only used to build a .qch file.
NO_ARCH= yes

View File

@ -3,7 +3,7 @@
PORTNAME= libubox
PORTVERSION= 20180803
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= devel
MAINTAINER= mm@FreeBSD.org

View File

@ -1,23 +0,0 @@
--- files/patch-utils.h.orig 2018-10-23 00:26:19 UTC
+++ files/patch-utils.h
@@ -0,0 +1,20 @@
+--- utils.h.orig 2018-09-19 23:05:31 UTC
++++ utils.h
+@@ -121,7 +121,7 @@ int clock_gettime(int type, struct timespec *tv);
+ * This returns a constant expression while determining if an argument is
+ * a constant expression, most importantly without evaluating the argument.
+ */
+-#define __is_constant(x) \
++#define __is_it_constant(x) \
+ (sizeof(int) == sizeof(*(1 ? ((void*)((long)(x) * 0l)) : (int*)1)))
+
+ #define __eval_once(func, x) \
+@@ -136,7 +136,7 @@ int clock_gettime(int type, struct timespec *tv);
+ #define __eval_safe(func, x) __eval_once(func, x)
+ #else
+ #define __eval_safe(func, x) \
+- __builtin_choose_expr(__is_constant(x), \
++ __builtin_choose_expr(__is_it_constant(x), \
+ func(x), __eval_once(func, x))
+ #endif
+

View File

@ -0,0 +1,20 @@
--- utils.h.orig 2018-09-19 23:05:31 UTC
+++ utils.h
@@ -121,7 +121,7 @@ int clock_gettime(int type, struct timespec *tv);
* This returns a constant expression while determining if an argument is
* a constant expression, most importantly without evaluating the argument.
*/
-#define __is_constant(x) \
+#define __is_it_constant(x) \
(sizeof(int) == sizeof(*(1 ? ((void*)((long)(x) * 0l)) : (int*)1)))
#define __eval_once(func, x) \
@@ -136,7 +136,7 @@ int clock_gettime(int type, struct timespec *tv);
#define __eval_safe(func, x) __eval_once(func, x)
#else
#define __eval_safe(func, x) \
- __builtin_choose_expr(__is_constant(x), \
+ __builtin_choose_expr(__is_it_constant(x), \
func(x), __eval_once(func, x))
#endif

View File

@ -2,7 +2,7 @@
PORTNAME= liteide
DISTVERSIONPREFIX= x
DISTVERSION= 35.5
DISTVERSION= 36
CATEGORIES= devel editors
MAINTAINER= dg@syrec.org
@ -22,7 +22,7 @@ USE_QT= buildtools_build core gui network printsupport widgets xml
USE_GITHUB= yes
GH_ACCOUNT= visualfc
GH_TUPLE= visualfc:gocode:4e0736b:gocode/src/github.com/visualfc/gocode \
visualfc:gotools:2afd807:gotools/src/github.com/visualfc/gotools
visualfc:gotools:6d12497:gotools/src/github.com/visualfc/gotools
SUB_FILES= liteide

View File

@ -1,7 +1,7 @@
TIMESTAMP = 1549728357
SHA256 (visualfc-liteide-x35.5_GH0.tar.gz) = d72f48fb6ab6fcf089136a36177dd7bf66d0a1688f17735ccb2478c74294cc7e
SIZE (visualfc-liteide-x35.5_GH0.tar.gz) = 2711882
TIMESTAMP = 1552674284
SHA256 (visualfc-liteide-x36_GH0.tar.gz) = b6c05d8864512df54b7f306f1d031e621ed755fc210bd8607ad0f2b0da0fe6f8
SIZE (visualfc-liteide-x36_GH0.tar.gz) = 2714821
SHA256 (visualfc-gocode-4e0736b_GH0.tar.gz) = 916f38227629497f5d12950d2ad602e9f9e5616c7d7d458eddf1c1f57e8aaed8
SIZE (visualfc-gocode-4e0736b_GH0.tar.gz) = 244193
SHA256 (visualfc-gotools-2afd807_GH0.tar.gz) = 61529309338975b6ae72558d9c24b3d19c8ef2ba708af823d419e0f015a62704
SIZE (visualfc-gotools-2afd807_GH0.tar.gz) = 633573
SHA256 (visualfc-gotools-6d12497_GH0.tar.gz) = 06ea0b927b02e4cb650e6045a9ff8c9548e96761bb06ba2204c3c2b03695f416
SIZE (visualfc-gotools-6d12497_GH0.tar.gz) = 633693

View File

@ -1,8 +1,8 @@
# $FreeBSD$
PORTNAME= nexus2
PORTVERSION= 2.14.9
DISTVERSIONSUFFIX= 01
PORTVERSION= 2.14.12
DISTVERSIONSUFFIX= 02
CATEGORIES= devel www java
MASTER_SITES= http://download.sonatype.com/nexus/oss/
PKGNAMESUFFIX= -oss
@ -18,15 +18,16 @@ ONLY_FOR_ARCHS= amd64 i386
PATCH_DEPENDS= zip:archivers/zip
RUN_DEPENDS= javaservicewrapper:sysutils/javaservicewrapper
USES= cpe
CPE_VENDOR= sonatype
NO_ARCH= yes
NO_BUILD= yes
NO_TEST= yes
USES= cpe
CPE_VENDOR= sonatype
USE_JAVA= yes
JAVA_VERSION= 1.7+
JAVA_VERSION= 1.8+
USE_RC_SUBR= ${PORTNAME}
@ -96,7 +97,7 @@ post-patch:
${WRKSRC}/conf/nexus.properties ${WRKSRC}/conf/wrapper.conf
@${FIND} ${WRKSRC} -name '*.bak' -delete -o -name '*.orig' -delete
@(cd ${FILESDIR}/nexus/WEB-INF/lib/nexus-core.jar \
&& ${ZIP_CMD} -r ${NEXUS_CORE_JAR} META-INF)
&& ${ZIP_CMD} -rq ${NEXUS_CORE_JAR} META-INF)
do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1533395818
SHA256 (nexus-2.14.9-01-bundle.tar.gz) = 870a1052f1a23ee4879f9b37263ee4d67972df30dae5f3ae83a5afcbbe41ab2d
SIZE (nexus-2.14.9-01-bundle.tar.gz) = 81729327
TIMESTAMP = 1552408014
SHA256 (nexus-2.14.12-02-bundle.tar.gz) = 2123325b6aaaae1ff2131fd1b2958ff4f828b27847c8e1afe0f26b06c9bb8a60
SIZE (nexus-2.14.12-02-bundle.tar.gz) = 82390689

View File

@ -1,6 +1,6 @@
--- conf/wrapper.conf.orig 2016-09-17 19:33:10 UTC
--- conf/wrapper.conf.orig 2019-03-06 04:24:48 UTC
+++ conf/wrapper.conf
@@ -8,37 +8,32 @@
@@ -8,36 +8,32 @@
# keywords.
# Set the JSW working directory (used as base for resolving relative paths)
@ -27,19 +27,18 @@
+wrapper.java.library.path.1=%%WRAPPER_LIBDIR%%
# Additional JVM parameters (tune if needed, but match the sequence of numbers!)
-wrapper.java.additional.1=-XX:MaxPermSize=192m
-wrapper.java.additional.2=-Djava.io.tmpdir=./tmp
-wrapper.java.additional.3=-Djava.net.preferIPv4Stack=true
-wrapper.java.additional.1=-Djava.io.tmpdir=./tmp
+wrapper.java.additional.1=-Djava.io.tmpdir=%%WORKDIR%%/tmp
+wrapper.java.additional.2=-Djava.net.preferIPv4Stack=true
wrapper.java.additional.2=-Djava.net.preferIPv4Stack=true
-wrapper.java.additional.3=-Dcom.sun.jndi.ldap.connect.pool.protocol="plain ssl"
-wrapper.java.additional.3.stripquotes=TRUE
-#wrapper.java.additional.4=-Xdebug
-#wrapper.java.additional.5=-Xnoagent
-#wrapper.java.additional.6=-Djava.compiler=NONE
-#wrapper.java.additional.7=-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
-#wrapper.java.additional.8=-XX:+HeapDumpOnOutOfMemoryError
+wrapper.java.additional.3=-Djava.util.prefs.userRoot=%%WORKDIR%%
wrapper.java.additional.4=-Dcom.sun.jndi.ldap.connect.pool.protocol="plain ssl"
-wrapper.java.additional.4.stripquotes=TRUE
-#wrapper.java.additional.5=-Xdebug
-#wrapper.java.additional.6=-Xnoagent
-#wrapper.java.additional.7=-Djava.compiler=NONE
-#wrapper.java.additional.8=-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=8000
-#wrapper.java.additional.9=-XX:+HeapDumpOnOutOfMemoryError
+wrapper.java.additional.4=-Dcom.sun.jndi.ldap.connect.pool.protocol="plain ssl"
+wrapper.java.additional.5.stripquotes=TRUE
-wrapper.app.parameter.1=./conf/jetty.xml
@ -49,7 +48,7 @@
# Size Java memory, in MB (-Xms)
wrapper.java.initmemory=256
@@ -59,7 +54,7 @@ wrapper.restart.reload_configuration=TRU
@@ -58,7 +54,7 @@ wrapper.restart.reload_configuration=TRUE
wrapper.on_exit.12=RESTART
# Set up JSW logging
@ -58,7 +57,7 @@
wrapper.logfile.format=PM
wrapper.logfile.loglevel=INFO
wrapper.logfile.maxsize=10m
@@ -68,128 +63,5 @@ wrapper.logfile.maxfiles=10
@@ -67,128 +63,5 @@ wrapper.logfile.maxfiles=10
# Set up system logging (if needed, change to INFO or other valid values)
wrapper.syslog.loglevel=NONE

View File

@ -38,7 +38,7 @@
%%DATADIR%%/lib/plexus-interpolation-1.16.jar
%%DATADIR%%/lib/slf4j-api-1.7.25.jar
%%DATADIR%%/nexus/LICENSE.html
%%DATADIR%%/nexus/WEB-INF/bundles/bcprov-jdk15on-1.59.jar
%%DATADIR%%/nexus/WEB-INF/bundles/bcprov-jdk15on-1.60.jar
%%DATADIR%%/nexus/WEB-INF/classes/META-INF/sisu/javax.inject.Named
%%DATADIR%%/nexus/WEB-INF/classes/ehcache.xml
%%DATADIR%%/nexus/WEB-INF/classes/nexus.properties
@ -85,7 +85,7 @@
%%DATADIR%%/nexus/WEB-INF/lib/javax.mail-1.6.1.jar
%%DATADIR%%/nexus/WEB-INF/lib/jcl-over-slf4j-1.7.25.jar
%%DATADIR%%/nexus/WEB-INF/lib/joda-time-2.2.jar
%%DATADIR%%/nexus/WEB-INF/lib/jsoup-1.7.2.jar
%%DATADIR%%/nexus/WEB-INF/lib/jsoup-1.11.3.jar
%%DATADIR%%/nexus/WEB-INF/lib/jsr250-api-1.0.jar
%%DATADIR%%/nexus/WEB-INF/lib/jsr305-2.0.1.jar
%%DATADIR%%/nexus/WEB-INF/lib/log4j-over-slf4j-1.7.25.jar
@ -125,7 +125,7 @@
%%DATADIR%%/nexus/WEB-INF/lib/sisu-mailer-1.10.jar
%%DATADIR%%/nexus/WEB-INF/lib/sisu-resource-scanner-1.1.jar
%%DATADIR%%/nexus/WEB-INF/lib/statemap-6.0.1-java.jar
%%DATADIR%%/nexus/WEB-INF/lib/tika-core-1.17.jar
%%DATADIR%%/nexus/WEB-INF/lib/tika-core-1.20.jar
%%DATADIR%%/nexus/WEB-INF/lib/velocity-1.7.jar
%%DATADIR%%/nexus/WEB-INF/lib/xmlpull-1.1.3.1.jar
%%DATADIR%%/nexus/WEB-INF/lib/xpp3_min-1.1.4c.jar
@ -144,13 +144,13 @@
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-content-plugin-%%VERSION%%/META-INF/MANIFEST.MF
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-content-plugin-%%VERSION%%/nexus-content-plugin-%%VERSION%%.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/META-INF/MANIFEST.MF
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpg-jdk15on-1.59.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpkix-jdk15on-1.59.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcprov-jdk15on-1.59.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpg-jdk15on-1.60.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcpkix-jdk15on-1.60.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/bcprov-jdk15on-1.60.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/dependencies/goodies-crypto-1.9.1.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-crypto-plugin-%%VERSION%%/nexus-crypto-plugin-%%VERSION%%.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-%%VERSION%%/META-INF/MANIFEST.MF
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-%%VERSION%%/dependencies/groovy-all-2.4.4.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-%%VERSION%%/dependencies/groovy-all-2.4.15.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-groovy-plugin-%%VERSION%%/nexus-groovy-plugin-%%VERSION%%.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-h2-plugin-%%VERSION%%/META-INF/MANIFEST.MF
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-h2-plugin-%%VERSION%%/dependencies/h2-1.3.175.jar
@ -208,7 +208,7 @@
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-migrationagent-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.9.3.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-migrationagent-plugin-%%VERSION%%/nexus-migrationagent-plugin-%%VERSION%%.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/META-INF/MANIFEST.MF
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/dependencies/commons-compress-1.9.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/dependencies/commons-compress-1.18.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/dependencies/jackson-dataformat-smile-2.9.3.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-npm-repository-plugin-%%VERSION%%/nexus-npm-repository-plugin-%%VERSION%%.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-nuget-plugin-%%VERSION%%/META-INF/MANIFEST.MF
@ -231,7 +231,7 @@
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-%%VERSION%%/META-INF/MANIFEST.MF
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-%%VERSION%%/dependencies/com.noelios.restlet-1.1.6-SONATYPE-5348-V8.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-%%VERSION%%/dependencies/com.noelios.restlet.ext.servlet-1.1.6-SONATYPE-5348-V8.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-%%VERSION%%/dependencies/commons-fileupload-1.3.2.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-%%VERSION%%/dependencies/commons-fileupload-1.3.2.SONATYPE.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-%%VERSION%%/dependencies/enunciate-core-1.26.2.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-%%VERSION%%/dependencies/javax.ws.rs-1.0.jar
%%DATADIR%%/nexus/WEB-INF/plugin-repository/nexus-restlet1x-plugin-%%VERSION%%/dependencies/nexus-restlet-bridge-%%VERSION%%.jar

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Data-Object
PORTVERSION= 0.91
PORTVERSION= 0.92
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@ -21,7 +21,6 @@ RUN_DEPENDS= p5-Exporter-Tiny>=1.002001:devel/p5-Exporter-Tiny \
p5-Moo>=2.000001:devel/p5-Moo \
p5-Path-Tiny>=0.108:devel/p5-Path-Tiny \
p5-Role-Tiny>=2.000006:devel/p5-Role-Tiny \
p5-Sub-Quote>=2.006003:devel/p5-Sub-Quote \
p5-Template-Tiny>=1.12:textproc/p5-Template-Tiny \
p5-Try-Tiny>=0.30:lang/p5-Try-Tiny \
p5-Type-Tiny>=1.000005:devel/p5-Type-Tiny \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1552775665
SHA256 (Data-Object-0.91.tar.gz) = b1036d680cb78591ac35ac1a82e8414d5bfe26ae374b6d6e5704e0ecaaeb6146
SIZE (Data-Object-0.91.tar.gz) = 259884
TIMESTAMP = 1552911264
SHA256 (Data-Object-0.92.tar.gz) = 5fa78bd2830e987df9834655fe8a08b525e9fd6ed22553294d5548cdb71ce793
SIZE (Data-Object-0.92.tar.gz) = 259248

View File

@ -3,4 +3,4 @@ objects which provide common methods for operating on the data.
Basically it provides Moo objects and roles for native Perl data types.
WWW: https://metacpan.org/pod/Data::Object
WWW: https://metacpan.org/release/Data-Object

View File

@ -250,7 +250,6 @@
%%SITE_PERL%%/Data/Object/Replace.pm
%%SITE_PERL%%/Data/Object/Role.pm
%%SITE_PERL%%/Data/Object/Role/Catchable.pm
%%SITE_PERL%%/Data/Object/Role/Codifiable.pm
%%SITE_PERL%%/Data/Object/Role/Detract.pm
%%SITE_PERL%%/Data/Object/Role/Dumper.pm
%%SITE_PERL%%/Data/Object/Role/Output.pm
@ -546,7 +545,6 @@
%%PERL5_MAN3%%/Data::Object::Replace.3.gz
%%PERL5_MAN3%%/Data::Object::Role.3.gz
%%PERL5_MAN3%%/Data::Object::Role::Catchable.3.gz
%%PERL5_MAN3%%/Data::Object::Role::Codifiable.3.gz
%%PERL5_MAN3%%/Data::Object::Role::Detract.3.gz
%%PERL5_MAN3%%/Data::Object::Role::Dumper.3.gz
%%PERL5_MAN3%%/Data::Object::Role::Output.3.gz

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= medikit
PORTVERSION= 0.7.0
PORTVERSION= 0.7.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1552819685
SHA256 (medikit-0.7.0.tar.gz) = e2969169aa6f572520b23be7638d8870a8c91635b378b868db22ebf27729f28e
SIZE (medikit-0.7.0.tar.gz) = 39410
TIMESTAMP = 1552911262
SHA256 (medikit-0.7.1.tar.gz) = 301b81bf7ab033c26fb471b1ccadd590446b7853d8ee298de814bc54e2e7b7be
SIZE (medikit-0.7.1.tar.gz) = 39437

View File

@ -3,6 +3,7 @@
PORTNAME= odfpy
PORTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
http://opendocumentfellowship.com/files/
@ -14,6 +15,8 @@ COMMENT= Python API and Tools to Manipulate OpenDocument Files
LICENSE= APACHE20 GPLv2
LICENSE_COMB= dual
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${PY_FLAVOR}
CONFLICTS_BUILD= py${PYTHON_SUFFIX}-setuptools_scm
USES= python

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= actionview
PORTVERSION= 4.2.11
PORTVERSION= 4.2.11.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543660772
SHA256 (rubygem/actionview-4.2.11.gem) = 8bb47c377295f91a685afb993d78d5a628b3afa04739047bd71af6fe3ac07c27
SIZE (rubygem/actionview-4.2.11.gem) = 145920
TIMESTAMP = 1552851023
SHA256 (rubygem/actionview-4.2.11.1.gem) = 373d6065baf091996e0d6d36b99080ceeee323038fcf218ff39f2e839195fb74
SIZE (rubygem/actionview-4.2.11.1.gem) = 145920

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= actionview
PORTVERSION= 5.1.6.1
PORTVERSION= 5.1.6.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 5

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543660228
SHA256 (rubygem/actionview-5.1.6.1.gem) = 5783dc24973b15cb33e48341b268c6b3ad2e5750f536d36eb9d489274846dc1c
SIZE (rubygem/actionview-5.1.6.1.gem) = 161792
TIMESTAMP = 1552849376
SHA256 (rubygem/actionview-5.1.6.2.gem) = 127da709aa88c749c3723b7fc3b02bbaf22767f1114d4910cc626eba6027e7e5
SIZE (rubygem/actionview-5.1.6.2.gem) = 161792

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= actionview
PORTVERSION= 5.0.7.1
PORTVERSION= 5.0.7.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 50

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543660528
SHA256 (rubygem/actionview-5.0.7.1.gem) = 41258b51f5ac18bc55e77442eb93bde161781fbff7c45d913a0bfb45530e7f14
SIZE (rubygem/actionview-5.0.7.1.gem) = 152576
TIMESTAMP = 1552849418
SHA256 (rubygem/actionview-5.0.7.2.gem) = 715b15feba97e9efd61502472265c4eb2fb869c03d7a46ff3b5f966c278e2671
SIZE (rubygem/actionview-5.0.7.2.gem) = 152576

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= activejob
PORTVERSION= 4.2.11
PORTVERSION= 4.2.11.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543660695
SHA256 (rubygem/activejob-4.2.11.gem) = d35b4027c2a07f6637a480db50da7576dc11239c59cb66b805e253e284d0d88b
SIZE (rubygem/activejob-4.2.11.gem) = 19456
TIMESTAMP = 1552851025
SHA256 (rubygem/activejob-4.2.11.1.gem) = b21e40e0c147fc24c939fa1b4b1e3677ffae22b9c125a881ba587a6d7260c14b
SIZE (rubygem/activejob-4.2.11.1.gem) = 19456

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= activejob
PORTVERSION= 5.1.6.1
PORTVERSION= 5.1.6.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 5

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543660249
SHA256 (rubygem/activejob-5.1.6.1.gem) = 8875a51226f5a4f75ba2be209c0b801bae602d1f9471db495b0a67f10e8158e7
SIZE (rubygem/activejob-5.1.6.1.gem) = 26112
TIMESTAMP = 1552849379
SHA256 (rubygem/activejob-5.1.6.2.gem) = d6511d6cdf23920bfa1b0062966d5a2468cc8ee705b921e2ef0547bee541c9ac
SIZE (rubygem/activejob-5.1.6.2.gem) = 26112

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= activejob
PORTVERSION= 5.0.7.1
PORTVERSION= 5.0.7.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 50

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543660550
SHA256 (rubygem/activejob-5.0.7.1.gem) = 9b1e8f49b09d3aa28c0c7ad3eae0bf7deecbc03c557d49fd4c49159ff0d53971
SIZE (rubygem/activejob-5.0.7.1.gem) = 25600
TIMESTAMP = 1552849422
SHA256 (rubygem/activejob-5.0.7.2.gem) = d494018cb27a3248ec64b5bc7aa867779edda57899ebbec7a0b715350afd0189
SIZE (rubygem/activejob-5.0.7.2.gem) = 25600

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= activesupport
PORTVERSION= 4.2.11
PORTVERSION= 4.2.11.1
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543660674
SHA256 (rubygem/activesupport-4.2.11.gem) = c49aa608ef07ae6164211b4208292386947c58b925aeb3157a746f587911195f
SIZE (rubygem/activesupport-4.2.11.gem) = 333824
TIMESTAMP = 1552851028
SHA256 (rubygem/activesupport-4.2.11.1.gem) = 264782453d1912cf99f80b6bbf3f2e0e0592874e740e2c66f4dbad02903a78ed
SIZE (rubygem/activesupport-4.2.11.1.gem) = 333824

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= activesupport
PORTVERSION= 5.1.6.1
PORTVERSION= 5.1.6.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 5

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543660317
SHA256 (rubygem/activesupport-5.1.6.1.gem) = fa78e56360106d5e508818a4f0b5d234ea1f2183c755134b6276aba1101c3831
SIZE (rubygem/activesupport-5.1.6.1.gem) = 370176
TIMESTAMP = 1552849383
SHA256 (rubygem/activesupport-5.1.6.2.gem) = ed88feb866ad705e79cd5ca6c8f3dd39d8571df02abf0d10b34889576c93bb4f
SIZE (rubygem/activesupport-5.1.6.2.gem) = 370176

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= activesupport
PORTVERSION= 5.0.7.1
PORTVERSION= 5.0.7.2
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 50

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1543660622
SHA256 (rubygem/activesupport-5.0.7.1.gem) = eba9b4423a433535f7ddf320a0d1590695a24b69b9525bea5f32fe3d2babb609
SIZE (rubygem/activesupport-5.0.7.1.gem) = 364032
TIMESTAMP = 1552849426
SHA256 (rubygem/activesupport-5.0.7.2.gem) = f75cc67fb08421bdf4c2a383a47d9b3b02ce5eec4749704b1286fb0c12c98bad
SIZE (rubygem/activesupport-5.0.7.2.gem) = 364032

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= websvn
PORTVERSION= 2.4
PORTVERSION= 2.5
CATEGORIES= devel www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1551703252
SHA256 (websvnphp-websvn-2.4_GH0.tar.gz) = a6a06c957b48b909d1eb09b313255e0903bfbe39bbfdafc80b920c4108791b0a
SIZE (websvnphp-websvn-2.4_GH0.tar.gz) = 209331
TIMESTAMP = 1552394960
SHA256 (websvnphp-websvn-2.5_GH0.tar.gz) = cc54a8a1b20e5400b025a6b01359f3e6b2352e0f98fdb1aa17bc29f682329385
SIZE (websvnphp-websvn-2.5_GH0.tar.gz) = 209399

View File

@ -78,8 +78,8 @@
%%WWWDIR%%/templates/BlueGrey/images/filejava.png
%%WWWDIR%%/templates/BlueGrey/images/filem.png
%%WWWDIR%%/templates/BlueGrey/images/filepy.png
%%WWWDIR%%/templates/BlueGrey/images/folder-open.png
%%WWWDIR%%/templates/BlueGrey/images/folder.png
%%WWWDIR%%/templates/BlueGrey/images/directory-open.png
%%WWWDIR%%/templates/BlueGrey/images/directory.png
%%WWWDIR%%/templates/BlueGrey/images/i-node.png
%%WWWDIR%%/templates/BlueGrey/images/l-node.png
%%WWWDIR%%/templates/BlueGrey/images/repo.png
@ -127,7 +127,7 @@
%%WWWDIR%%/templates/Elegant/images/file-py.png
%%WWWDIR%%/templates/Elegant/images/file-xml.png
%%WWWDIR%%/templates/Elegant/images/file.png
%%WWWDIR%%/templates/Elegant/images/folder.png
%%WWWDIR%%/templates/Elegant/images/directory.png
%%WWWDIR%%/templates/Elegant/images/home.png
%%WWWDIR%%/templates/Elegant/images/information.png
%%WWWDIR%%/templates/Elegant/images/log.png
@ -185,7 +185,7 @@
%%WWWDIR%%/templates/calm/images/filephp.png
%%WWWDIR%%/templates/calm/images/filetxt.png
%%WWWDIR%%/templates/calm/images/filexml.png
%%WWWDIR%%/templates/calm/images/folder.png
%%WWWDIR%%/templates/calm/images/directory.png
%%WWWDIR%%/templates/calm/images/html.png
%%WWWDIR%%/templates/calm/images/i-node.png
%%WWWDIR%%/templates/calm/images/l-node.png

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= YouCompleteMe
DISTVERSION= g20180819
PORTREVISION= 1
DISTVERSION= g20190314
CATEGORIES= devel
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -30,9 +29,9 @@ USES= cmake python
USE_PYTHON= flavors
USE_GITHUB= yes
GH_ACCOUNT= Valloric
GH_TAGNAME= e018777
GH_TUPLE= Valloric:ycmd:3869152:ycm/third_party/ycmd \
micbou:regex:7ceefe5:ycmd5/third_party/ycmd/third_party/cregex
GH_TAGNAME= 299f8e4
GH_TUPLE= Valloric:ycmd:d0eba90:ycm/third_party/ycmd \
micbou:regex:d2ef9c4:ycmd5/third_party/ycmd/third_party/cregex
CMAKE_SOURCE_PATH+= ${WRKSRC}/third_party/ycmd/cpp
@ -40,7 +39,8 @@ PLIST_SUB= VIMFILESDIR=share/vim/vimfiles \
YCMDDIR=share/vim/vimfiles/third_party/ycmd
SUB_FILES= pkg-message pkg-install pkg-deinstall
SUB_LIST= VIMFILESDIR="${VIMFILESDIR}"
SUB_LIST= VIMFILESDIR="${VIMFILESDIR}" \
FIND="${FIND}"
OPTIONS_DEFINE= C GO MONO RUST
OPTIONS_DEFAULT= C GO MONO RUST
@ -51,8 +51,8 @@ GO_DESC= Go Semantic Completion Support
MONO_DESC= C\# Semantic Completion Support
RUST_DESC= Rust Semantic Completion Support
C_CMAKE_ON= -DPATH_TO_LLVM_ROOT=${LOCALBASE}/llvm60
C_LIB_DEPENDS= libclang.so:devel/llvm60
C_CMAKE_ON= -DPATH_TO_LLVM_ROOT=${LOCALBASE}/llvm70
C_LIB_DEPENDS= libclang.so:devel/llvm70
GO_RUN_DEPENDS= gocode:devel/go-gocode \
godef:devel/go-godef

View File

@ -1,7 +1,7 @@
TIMESTAMP = 1535906975
SHA256 (Valloric-YouCompleteMe-g20180819-e018777_GH0.tar.gz) = ee456237838507b9a59fede99b0e5437467513b1c6c17b2e796d0c059e8ff4bf
SIZE (Valloric-YouCompleteMe-g20180819-e018777_GH0.tar.gz) = 285684
SHA256 (Valloric-ycmd-3869152_GH0.tar.gz) = c755c65b40caa69ecf4d734f7c5d6375b0850bf3794f39e4352ec9e060a0e2ab
SIZE (Valloric-ycmd-3869152_GH0.tar.gz) = 3733056
SHA256 (micbou-regex-7ceefe5_GH0.tar.gz) = d2f4bd6baf71180b86f72eb5bcc7f17e047b665353d18a9af47e014833d02be9
SIZE (micbou-regex-7ceefe5_GH0.tar.gz) = 660277
TIMESTAMP = 1552876103
SHA256 (Valloric-YouCompleteMe-g20190314-299f8e4_GH0.tar.gz) = 367b35ab02d615da03285f929cf6c7c1d90778982b1f28d402647d1279a63400
SIZE (Valloric-YouCompleteMe-g20190314-299f8e4_GH0.tar.gz) = 289525
SHA256 (Valloric-ycmd-d0eba90_GH0.tar.gz) = 9568fa3200455d418d13007dd460ab349050e0b0b647c14c57ea7331ffde7dee
SIZE (Valloric-ycmd-d0eba90_GH0.tar.gz) = 4544915
SHA256 (micbou-regex-d2ef9c4_GH0.tar.gz) = 3d6df6a5e730d43ed7ce965b368ec305274ec6d5bea458a48beb94b96485c066
SIZE (micbou-regex-d2ef9c4_GH0.tar.gz) = 674328

View File

@ -4,7 +4,11 @@
#
case $2 in
PRE-DEINSTALL)
%%FIND%% "%%VIMFILESDIR%%" -name "*.pyc" -delete
;;
POST-DEINSTALL)
/bin/rm "%%VIMFILESDIR%%/doc/tags"
%%FIND%% "%%VIMFILESDIR%%" -name "*.pyc" -delete
;;
esac

View File

@ -6,5 +6,6 @@
case $2 in
POST-INSTALL)
%%PREFIX%%/bin/vim --noplugin -u NONE -U NONE --cmd ":helptags %%VIMFILESDIR%%/doc" --cmd ":q"
%%FIND%% "%%VIMFILESDIR%%" -name "*.pyc" -delete
;;
esac

View File

@ -52,11 +52,12 @@
%%VIMFILESDIR%%/python/ycm/vimsupport.py
%%VIMFILESDIR%%/python/ycm/youcompleteme.py
%%YCMDDIR%%/CORE_VERSION
%%YCMDDIR%%/clang_includes/include/Intrin.h
%%YCMDDIR%%/clang_includes/include/__clang_cuda_builtin_vars.h
%%YCMDDIR%%/clang_includes/include/__clang_cuda_cmath.h
%%YCMDDIR%%/clang_includes/include/__clang_cuda_complex_builtins.h
%%YCMDDIR%%/clang_includes/include/__clang_cuda_device_functions.h
%%YCMDDIR%%/clang_includes/include/__clang_cuda_intrinsics.h
%%YCMDDIR%%/clang_includes/include/__clang_cuda_libdevice_declares.h
%%YCMDDIR%%/clang_includes/include/__clang_cuda_math_forward_declares.h
%%YCMDDIR%%/clang_includes/include/__clang_cuda_runtime_wrapper.h
%%YCMDDIR%%/clang_includes/include/__stddef_max_align_t.h
@ -95,6 +96,7 @@
%%YCMDDIR%%/clang_includes/include/bmi2intrin.h
%%YCMDDIR%%/clang_includes/include/bmiintrin.h
%%YCMDDIR%%/clang_includes/include/cetintrin.h
%%YCMDDIR%%/clang_includes/include/cldemoteintrin.h
%%YCMDDIR%%/clang_includes/include/clflushoptintrin.h
%%YCMDDIR%%/clang_includes/include/clwbintrin.h
%%YCMDDIR%%/clang_includes/include/clzerointrin.h
@ -113,7 +115,9 @@
%%YCMDDIR%%/clang_includes/include/htmxlintrin.h
%%YCMDDIR%%/clang_includes/include/ia32intrin.h
%%YCMDDIR%%/clang_includes/include/immintrin.h
%%YCMDDIR%%/clang_includes/include/intrin.h
%%YCMDDIR%%/clang_includes/include/inttypes.h
%%YCMDDIR%%/clang_includes/include/invpcidintrin.h
%%YCMDDIR%%/clang_includes/include/iso646.h
%%YCMDDIR%%/clang_includes/include/limits.h
%%YCMDDIR%%/clang_includes/include/lwpintrin.h
@ -122,17 +126,21 @@
%%YCMDDIR%%/clang_includes/include/mm_malloc.h
%%YCMDDIR%%/clang_includes/include/mmintrin.h
%%YCMDDIR%%/clang_includes/include/module.modulemap
%%YCMDDIR%%/clang_includes/include/movdirintrin.h
%%YCMDDIR%%/clang_includes/include/msa.h
%%YCMDDIR%%/clang_includes/include/mwaitxintrin.h
%%YCMDDIR%%/clang_includes/include/nmmintrin.h
%%YCMDDIR%%/clang_includes/include/opencl-c.h
%%YCMDDIR%%/clang_includes/include/pconfigintrin.h
%%YCMDDIR%%/clang_includes/include/pkuintrin.h
%%YCMDDIR%%/clang_includes/include/pmmintrin.h
%%YCMDDIR%%/clang_includes/include/popcntintrin.h
%%YCMDDIR%%/clang_includes/include/prfchwintrin.h
%%YCMDDIR%%/clang_includes/include/ptwriteintrin.h
%%YCMDDIR%%/clang_includes/include/rdseedintrin.h
%%YCMDDIR%%/clang_includes/include/rtmintrin.h
%%YCMDDIR%%/clang_includes/include/s390intrin.h
%%YCMDDIR%%/clang_includes/include/sgxintrin.h
%%YCMDDIR%%/clang_includes/include/shaintrin.h
%%YCMDDIR%%/clang_includes/include/smmintrin.h
%%YCMDDIR%%/clang_includes/include/stdalign.h
@ -151,6 +159,8 @@
%%YCMDDIR%%/clang_includes/include/varargs.h
%%YCMDDIR%%/clang_includes/include/vecintrin.h
%%YCMDDIR%%/clang_includes/include/vpclmulqdqintrin.h
%%YCMDDIR%%/clang_includes/include/waitpkgintrin.h
%%YCMDDIR%%/clang_includes/include/wbnoinvdintrin.h
%%YCMDDIR%%/clang_includes/include/wmmintrin.h
%%YCMDDIR%%/clang_includes/include/x86intrin.h
%%YCMDDIR%%/clang_includes/include/xmmintrin.h
@ -301,8 +311,8 @@
%%YCMDDIR%%/cpp/BoostParts/boost/detail/container_fwd.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/detail/indirect_traits.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/detail/iterator.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/detail/no_exceptions_support.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/detail/scoped_enum_emulation.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/detail/select_type.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/detail/sp_typeinfo.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/detail/utf8_codecvt_facet.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/detail/utf8_codecvt_facet.ipp
@ -363,14 +373,6 @@
%%YCMDDIR%%/cpp/BoostParts/boost/iterator/transform_iterator.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/limits.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/mem_fn.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/move/core.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/move/detail/config_begin.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/move/detail/config_end.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/move/detail/meta_utils.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/move/detail/meta_utils_core.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/move/detail/type_traits.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/move/detail/workaround.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/move/utility_core.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/mpl/always.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/mpl/and.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/mpl/apply.hpp
@ -991,7 +993,6 @@
%%YCMDDIR%%/cpp/BoostParts/boost/mpl/void.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/mpl/void_fwd.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/next_prior.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/noncopyable.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/predef.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/architecture.h
%%YCMDDIR%%/cpp/BoostParts/boost/predef/architecture/alpha.h
@ -1416,8 +1417,11 @@
%%YCMDDIR%%/cpp/BoostParts/boost/static_assert.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/system/api_config.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/system/config.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/system/detail/error_code.ipp
%%YCMDDIR%%/cpp/BoostParts/boost/system/detail/local_free_on_destruction.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/system/detail/config.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/system/detail/generic_category.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/system/detail/std_interoperability.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/system/detail/system_category_posix.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/system/detail/system_category_win32.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/system/error_code.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/system/system_error.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/throw_exception.hpp
@ -1442,12 +1446,19 @@
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/declval.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/config.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/has_binary_operator.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_function_cxx_03.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_function_cxx_11.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_function_msvc10_fix.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_function_ptr_helper.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_function_ptr_tester.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_likely_lambda.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_mem_fun_pointer_impl.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_mem_fun_pointer_tester.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_member_function_pointer_cxx_03.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_member_function_pointer_cxx_11.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/is_rvalue_reference_msvc10_fix.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/detail/yes_no_type.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/enable_if.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/function_traits.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/has_minus.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/has_minus_assign.hpp
@ -1478,6 +1489,7 @@
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_lvalue_reference.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_member_function_pointer.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_member_pointer.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_noncopyable.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_pod.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_pointer.hpp
%%YCMDDIR%%/cpp/BoostParts/boost/type_traits/is_polymorphic.hpp
@ -1544,7 +1556,6 @@
%%YCMDDIR%%/cpp/BoostParts/libs/regex/src/wc_regex_traits.cpp
%%YCMDDIR%%/cpp/BoostParts/libs/regex/src/wide_posix_api.cpp
%%YCMDDIR%%/cpp/BoostParts/libs/regex/src/winstances.cpp
%%YCMDDIR%%/cpp/BoostParts/libs/system/src/error_code.cpp
%%YCMDDIR%%/cpp/CMakeLists.txt
%%YCMDDIR%%/cpp/llvm/include/clang-c/BuildSystem.h
%%YCMDDIR%%/cpp/llvm/include/clang-c/CXCompilationDatabase.h
@ -1578,6 +1589,9 @@
%%YCMDDIR%%/cpp/pybind11/pybind11/pytypes.h
%%YCMDDIR%%/cpp/pybind11/pybind11/stl.h
%%YCMDDIR%%/cpp/pybind11/pybind11/stl_bind.h
%%YCMDDIR%%/cpp/whereami/LICENSE.MIT
%%YCMDDIR%%/cpp/whereami/whereami.c
%%YCMDDIR%%/cpp/whereami/whereami.h
%%YCMDDIR%%/cpp/ycm/CMakeLists.txt
%%YCMDDIR%%/cpp/ycm/Candidate.cpp
%%YCMDDIR%%/cpp/ycm/Candidate.h
@ -1600,6 +1614,7 @@
%%YCMDDIR%%/cpp/ycm/ClangCompleter/Diagnostic.h
%%YCMDDIR%%/cpp/ycm/ClangCompleter/Documentation.cpp
%%YCMDDIR%%/cpp/ycm/ClangCompleter/Documentation.h
%%YCMDDIR%%/cpp/ycm/ClangCompleter/FixIt.h
%%YCMDDIR%%/cpp/ycm/ClangCompleter/Location.h
%%YCMDDIR%%/cpp/ycm/ClangCompleter/Range.cpp
%%YCMDDIR%%/cpp/ycm/ClangCompleter/Range.h
@ -1721,12 +1736,14 @@
%%YCMDDIR%%/ycmd/completers/__init__.py
%%YCMDDIR%%/ycmd/completers/all/__init__.py
%%YCMDDIR%%/ycmd/completers/all/identifier_completer.py
%%YCMDDIR%%/ycmd/completers/c/__init__.py
%%YCMDDIR%%/ycmd/completers/c/hook.py
%%YCMDDIR%%/ycmd/completers/completer.py
%%YCMDDIR%%/ycmd/completers/completer_utils.py
%%YCMDDIR%%/ycmd/completers/cpp/__init__.py
%%YCMDDIR%%/ycmd/completers/cpp/clang_completer.py
%%YCMDDIR%%/ycmd/completers/cpp/clang_helpers.py
%%YCMDDIR%%/ycmd/completers/cpp/clangd_completer.py
%%YCMDDIR%%/ycmd/completers/cpp/ephemeral_values_set.py
%%YCMDDIR%%/ycmd/completers/cpp/flags.py
%%YCMDDIR%%/ycmd/completers/cpp/hook.py
@ -1735,6 +1752,7 @@
%%YCMDDIR%%/ycmd/completers/cs/cs_completer.py
%%YCMDDIR%%/ycmd/completers/cs/hook.py
%%YCMDDIR%%/ycmd/completers/cs/solutiondetection.py
%%YCMDDIR%%/ycmd/completers/cuda/__init__.py
%%YCMDDIR%%/ycmd/completers/cuda/hook.py
%%YCMDDIR%%/ycmd/completers/general/__init__.py
%%YCMDDIR%%/ycmd/completers/general/filename_completer.py
@ -1753,7 +1771,9 @@
%%YCMDDIR%%/ycmd/completers/language_server/__init__.py
%%YCMDDIR%%/ycmd/completers/language_server/language_server_completer.py
%%YCMDDIR%%/ycmd/completers/language_server/language_server_protocol.py
%%YCMDDIR%%/ycmd/completers/objc/__init__.py
%%YCMDDIR%%/ycmd/completers/objc/hook.py
%%YCMDDIR%%/ycmd/completers/objcpp/__init__.py
%%YCMDDIR%%/ycmd/completers/objcpp/hook.py
%%YCMDDIR%%/ycmd/completers/python/__init__.py
%%YCMDDIR%%/ycmd/completers/python/hook.py

View File

@ -38,13 +38,13 @@ LIB_DEPENDS= libxml2.so:textproc/libxml2
# XXX: remove tar:bz2
USES= compiler:c11 cpe libedit ssl tar:bz2
# ISC releases things like 9.8.0-P1, which our versioning doesn't like
ISCVERSION= 9.15.0a0.2019.03.11
ISCVERSION= 9.15.0a0.2019.03.18
# XXX: Remove gitlab
USE_GITLAB= yes
GL_SITE= https://gitlab.isc.org
GL_ACCOUNT= isc-projects
GL_PROJECT= bind9
GL_COMMIT= faa0de1349e72a2ca747f7de4143effdba360d00
GL_COMMIT= c3fb2c4c7733a4372ade1ed3e226fa8ab4980634
CPE_VENDOR= isc
CPE_VERSION= ${ISCVERSION:C/-.*//}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1552315934
SHA256 (isc-projects-bind9-faa0de1349e72a2ca747f7de4143effdba360d00_GL0.tar.gz) = 3cce59ef752afed576acd128106ba0ae116aa8e56c7fd530726684d2017a4e58
SIZE (isc-projects-bind9-faa0de1349e72a2ca747f7de4143effdba360d00_GL0.tar.gz) = 6336704
TIMESTAMP = 1552919265
SHA256 (isc-projects-bind9-c3fb2c4c7733a4372ade1ed3e226fa8ab4980634_GL0.tar.gz) = b856c2c3f41dba288a422d55dae0334a2c9d529ef22826a824b42987b78ae12d
SIZE (isc-projects-bind9-c3fb2c4c7733a4372ade1ed3e226fa8ab4980634_GL0.tar.gz) = 6336896

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