*/*: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
9115662e26
commit
a303e6872e
127 changed files with 635 additions and 393 deletions
|
|
@ -2,8 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= p7zip
|
||||
PORTVERSION= 15.14
|
||||
PORTREVISION?= 1
|
||||
PORTVERSION= 16.02
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= archivers
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}_${DISTVERSION}_src_all
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (p7zip_15.14_src_all.tar.bz2) = b9b77450e98859454d39002f55ddc95a0705041ebc0a9bb49733ce2d9a7292d8
|
||||
SIZE (p7zip_15.14_src_all.tar.bz2) = 4147609
|
||||
TIMESTAMP = 1480508712
|
||||
SHA256 (p7zip_16.02_src_all.tar.bz2) = 5eb20ac0e2944f6cb9c2d51dd6c4518941c185347d4089ea89087ffdd6e2341f
|
||||
SIZE (p7zip_16.02_src_all.tar.bz2) = 4239909
|
||||
|
|
|
|||
16
archivers/p7zip/files/patch-CPP_7zip_Archive_7z_7zIn.cpp
Normal file
16
archivers/p7zip/files/patch-CPP_7zip_Archive_7z_7zIn.cpp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
Fix for CVE-2016-9296.
|
||||
|
||||
Obtained from: https://sourceforge.net/p/p7zip/bugs/185/
|
||||
Security: 48e83187-b6e9-11e6-b6cf-5453ed2e2b49
|
||||
--- CPP/7zip/Archive/7z/7zIn.cpp.orig 2016-11-30 09:35:06 UTC
|
||||
+++ CPP/7zip/Archive/7z/7zIn.cpp
|
||||
@@ -1091,7 +1091,8 @@ HRESULT CInArchive::ReadAndDecodePackedS
|
||||
if (CrcCalc(data, unpackSize) != folders.FolderCRCs.Vals[i])
|
||||
ThrowIncorrect();
|
||||
}
|
||||
- HeadersSize += folders.PackPositions[folders.NumPackStreams];
|
||||
+ if (folders.PackPositions)
|
||||
+ HeadersSize += folders.PackPositions[folders.NumPackStreams];
|
||||
return S_OK;
|
||||
}
|
||||
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
Patch for CVE-2016-2334.
|
||||
|
||||
Obtained from: https://sourceforge.net/p/p7zip/discussion/383043/thread/9d0fb86b/
|
||||
--- CPP/7zip/Archive/HfsHandler.cpp.orig 2015-06-19 10:52:08 UTC
|
||||
+++ CPP/7zip/Archive/HfsHandler.cpp
|
||||
@@ -987,7 +987,9 @@ HRESULT CDatabase::LoadCatalog(const CFo
|
||||
item.GroupID = Get32(r + 0x24);
|
||||
item.AdminFlags = r[0x28];
|
||||
item.OwnerFlags = r[0x29];
|
||||
+ */
|
||||
item.FileMode = Get16(r + 0x2A);
|
||||
+ /*
|
||||
item.special.iNodeNum = Get16(r + 0x2C); // or .linkCount
|
||||
item.FileType = Get32(r + 0x30);
|
||||
item.FileCreator = Get32(r + 0x34);
|
||||
@@ -1572,6 +1574,9 @@ HRESULT CHandler::ExtractZlibFile(
|
||||
|
||||
UInt32 size = GetUi32(tableBuf + i * 8 + 4);
|
||||
|
||||
+ if (size > buf.Size() || size > kCompressionBlockSize + 1)
|
||||
+ return S_FALSE;
|
||||
+
|
||||
RINOK(ReadStream_FALSE(inStream, buf, size));
|
||||
|
||||
if ((buf[0] & 0xF) == 0xF)
|
||||
|
|
@ -1,18 +0,0 @@
|
|||
Patch for CVE-2016-2335.
|
||||
|
||||
Obtained from: https://sourceforge.net/p/p7zip/discussion/383043/thread/9d0fb86b/
|
||||
--- CPP/7zip/Archive/Udf/UdfIn.cpp.orig 2015-11-20 20:40:08 UTC
|
||||
+++ CPP/7zip/Archive/Udf/UdfIn.cpp
|
||||
@@ -389,7 +389,11 @@ HRESULT CInArchive::ReadFileItem(int vol
|
||||
return S_FALSE;
|
||||
CFile &file = Files.Back();
|
||||
const CLogVol &vol = LogVols[volIndex];
|
||||
- CPartition &partition = Partitions[vol.PartitionMaps[lad.Location.PartitionRef].PartitionIndex];
|
||||
+ unsigned partitionRef = lad.Location.PartitionRef;
|
||||
+
|
||||
+ if (partitionRef >= vol.PartitionMaps.Size())
|
||||
+ return S_FALSE;
|
||||
+ CPartition &partition = Partitions[vol.PartitionMaps[partitionRef].PartitionIndex];
|
||||
|
||||
UInt32 key = lad.Location.Pos;
|
||||
UInt32 value;
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= borgbackup
|
||||
PORTVERSION= 1.0.7
|
||||
PORTVERSION= 1.0.8
|
||||
CATEGORIES= archivers python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1473606772
|
||||
SHA256 (borgbackup-1.0.7.tar.gz) = 203353a299b6ea0c092a1f23b6bb5414a0b795712c213c68f7a1f4c24be131d1
|
||||
SIZE (borgbackup-1.0.7.tar.gz) = 462509
|
||||
TIMESTAMP = 1480165270
|
||||
SHA256 (borgbackup-1.0.8.tar.gz) = 6902563c447c4f378ff1a13167f83d15eb60a02316a06368a539b7ff3d88aeb9
|
||||
SIZE (borgbackup-1.0.8.tar.gz) = 501606
|
||||
|
|
|
|||
|
|
@ -480,7 +480,6 @@
|
|||
SUBDIR += lpac
|
||||
SUBDIR += lua51-mpd
|
||||
SUBDIR += lv2
|
||||
SUBDIR += lv2core
|
||||
SUBDIR += lxmusic
|
||||
SUBDIR += mac
|
||||
SUBDIR += madfufw
|
||||
|
|
@ -701,6 +700,7 @@
|
|||
SUBDIR += rubygem-ruby-ogginfo
|
||||
SUBDIR += rubygem-ruby-shout
|
||||
SUBDIR += s3mod
|
||||
SUBDIR += sayonara
|
||||
SUBDIR += sbagen
|
||||
SUBDIR += schism
|
||||
SUBDIR += scrobbler
|
||||
|
|
|
|||
|
|
@ -46,10 +46,17 @@ OPTIONS_DEFAULT_amd64= SSE
|
|||
DEBUG_CONFIGURE_ENABLE= debug
|
||||
SSE_VARS= SSE_FLAGS="-mmmx -msse"
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
BROKEN_powerpc64= Does not build
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
.if ${ARCH} != amd64 && ${ARCH} != i386
|
||||
SSE_FLAGS=
|
||||
SSE_VARS=
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e \
|
||||
'/^[[:space:]].*FLAGS -[Ofgp].*"/s|^|#| ; \
|
||||
|
|
|
|||
|
|
@ -28,6 +28,9 @@ INSTALLS_ICONS= yes
|
|||
SHEBANG_FILES= yasmwrapper.sh
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
BROKEN_aarch64= Fails to compile: error in backend: Do not know how to split this operator's operand!
|
||||
BROKEN_armv6= Fails to compile: error: invalid conversion between vector type and integer type
|
||||
|
||||
OPTIONS_DEFINE= PULSEAUDIO GUI VFS LASTFM ART SUPEREQ SID FFAP VTX \
|
||||
HOTKEYS OGG FFMPEG FLAC SNDFILE WAVPACK CDDA GME DUMB NOTIFY \
|
||||
MUSEPACK WILDMIDI TTA DCA AAC MMS SHN SHELLEXEC NLS M3U \
|
||||
|
|
|
|||
|
|
@ -1,34 +0,0 @@
|
|||
# Created by: xaimus <xaimus@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= lv2core
|
||||
PORTVERSION= 6.0
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://lv2plug.in/spec/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= LV2 Core Package
|
||||
|
||||
LICENSE= ISCL
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
CONFLICTS_INSTALL= lv2
|
||||
|
||||
DEPRECATED= Superseded by audio/lv2
|
||||
EXPIRATION_DATE= 2016-11-30
|
||||
|
||||
USES= pkgconfig python:build tar:bzip2 waf
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/autowaf.build_pc/s|^|#|' ${WRKSRC}/wscript
|
||||
@(cd ${WRKSRC} && ${SED} -e \
|
||||
's|@PREFIX@|${PREFIX}| ; \
|
||||
s|@EXEC_PREFIX@|${PREFIX}| ; \
|
||||
s|@LIBDIR@|${PREFIX}/lib| ; \
|
||||
s|@INCLUDEDIR@|${PREFIX}/include| ; \
|
||||
s|@LV2CORE_VERSION@|${PORTVERSION}|' < lv2core.pc.in > lv2core.pc)
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/lv2core.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
SHA256 (lv2core-6.0.tar.bz2) = b05429f1cade75ad559a72d65d78a927f9718e074e3aeb9698510403a4e52309
|
||||
SIZE (lv2core-6.0.tar.bz2) = 106475
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
LV2 is a standard for plugins and matching host applications, mainly targeted at
|
||||
audio processing and generation.
|
||||
LV2 is a simple but extensible successor of LADSPA, intended to address the
|
||||
limitations of LADSPA which many applications have outgrown.
|
||||
|
||||
WWW: http://lv2plug.in/
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
include/lv2/lv2plug.in/ns/lv2core
|
||||
include/lv2.h
|
||||
lib/lv2/lv2core.lv2/lv2.h
|
||||
lib/lv2/lv2core.lv2/lv2core.doap.ttl
|
||||
lib/lv2/lv2core.lv2/lv2core.ttl
|
||||
lib/lv2/lv2core.lv2/manifest.ttl
|
||||
libdata/pkgconfig/lv2core.pc
|
||||
32
audio/sayonara/Makefile
Normal file
32
audio/sayonara/Makefile
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= sayonara
|
||||
PORTVERSION= 0.9.2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://www.sayonara-player.com/sw/
|
||||
DISTNAME= ${PORTNAME}-player-${PORTVERSION}-git11-20161030
|
||||
|
||||
MAINTAINER= multimedia@FreeBSD.org
|
||||
COMMENT= Small, clear, and fast Qt-based audio player
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/license.txt
|
||||
|
||||
LIB_DEPENDS= libtag.so:audio/taglib
|
||||
|
||||
USES= cmake execinfo pkgconfig
|
||||
USE_GSTREAMER1= flac mpg123 ogg opus vorbis # XXX: likely incomplete
|
||||
USE_QT5= dbus core gui network sql widgets xml \
|
||||
buildtools_build qmake_build linguisttools_build
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-player
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e '/man1/s,share/,,' \
|
||||
${WRKSRC}/resources/CMakeLists.txt
|
||||
@${REINPLACE_CMD} -e '/DESTINATION/s,/usr/,,' \
|
||||
${WRKSRC}/src/GUI/Resources/Icons/CMakeLists.txt
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
audio/sayonara/distinfo
Normal file
3
audio/sayonara/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1477828406
|
||||
SHA256 (sayonara-player-0.9.2-git11-20161030.tar.gz) = 815c2e0c64520edb99571b52c6384320c110e8a4ef5be5c13803a156f64be148
|
||||
SIZE (sayonara-player-0.9.2-git11-20161030.tar.gz) = 1706145
|
||||
11
audio/sayonara/files/patch-src_CMakeLists.txt
Normal file
11
audio/sayonara/files/patch-src_CMakeLists.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- src/CMakeLists.txt.orig 2016-10-30 11:53:25 UTC
|
||||
+++ src/CMakeLists.txt
|
||||
@@ -161,6 +161,8 @@ IF(WIN32)
|
||||
api-ms-win-core-winrt-string-l1-1-0
|
||||
${GIO_LIBRARIES}
|
||||
)
|
||||
+ELSE()
|
||||
+ SET(OS_LIBRARIES execinfo)
|
||||
ENDIF()
|
||||
|
||||
|
||||
38
audio/sayonara/files/patch-src_Main.cpp
Normal file
38
audio/sayonara/files/patch-src_Main.cpp
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
--- src/Main.cpp.orig 2016-10-30 11:53:25 UTC
|
||||
+++ src/Main.cpp
|
||||
@@ -38,7 +38,7 @@
|
||||
#include <QtGlobal>
|
||||
#include <algorithm>
|
||||
|
||||
-#ifdef Q_OS_LINUX
|
||||
+#ifdef Q_OS_UNIX
|
||||
#include <execinfo.h> // backtrace
|
||||
#include <csignal> // kill/signal
|
||||
#include <sys/types.h> // kill
|
||||
@@ -150,7 +150,7 @@ void segfault_handler(int sig){
|
||||
|
||||
Q_UNUSED(sig)
|
||||
|
||||
-#ifdef Q_OS_LINUX
|
||||
+#ifdef Q_OS_UNIX
|
||||
|
||||
void* array[10];
|
||||
size_t size;
|
||||
@@ -176,7 +176,7 @@ int main(int argc, char *argv[]) {
|
||||
#endif
|
||||
|
||||
|
||||
-#ifdef Q_OS_LINUX
|
||||
+#ifdef Q_OS_UNIX
|
||||
|
||||
signal(SIGSEGV, segfault_handler);
|
||||
|
||||
@@ -187,7 +187,7 @@ int main(int argc, char *argv[]) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
-#ifdef Q_OS_LINUX
|
||||
+#ifdef Q_OS_UNIX
|
||||
|
||||
int pid=0;
|
||||
if( !cmd_data.multiple_instances ){
|
||||
15
audio/sayonara/pkg-descr
Normal file
15
audio/sayonara/pkg-descr
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
Sayonara is a small, clear, and fast audio player for Unix-like systems,
|
||||
written in C++ on Qt 5.x framework and using GStreamer as audio backend.
|
||||
|
||||
Although Sayonara is considered as a lightweight player, it holds a lot
|
||||
of features to organize even big music collections.
|
||||
|
||||
Most of them are known from the bigger and well known audio players. But
|
||||
in contrast to most of the other players the main focus during developing
|
||||
has been performance, low CPU usage, and low memory consumption.
|
||||
|
||||
So Sayonara is a good alternative to players like Rhythmbox, Clementine,
|
||||
or Amarok. Those who miss Winamp for Unix should give Sayonara a try.
|
||||
One of Sayonara's goals is intuitive and easy usability.
|
||||
|
||||
WWW: http://www.sayonara-player.com/
|
||||
57
audio/sayonara/pkg-plist
Normal file
57
audio/sayonara/pkg-plist
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
bin/sayonara
|
||||
lib/sayonara/libsayonara_somafm.so
|
||||
lib/sayonara/libsayonara_soundcloud.so
|
||||
man/man1/sayonara.1.gz
|
||||
share/appdata/sayonara.appdata.xml
|
||||
share/applications/sayonara.desktop
|
||||
share/icons/hicolor/128x128/apps/sayonara.png
|
||||
share/icons/hicolor/16x16/apps/sayonara.png
|
||||
share/icons/hicolor/192x192/apps/sayonara.png
|
||||
share/icons/hicolor/22x22/apps/sayonara.png
|
||||
share/icons/hicolor/24x24/apps/sayonara.png
|
||||
share/icons/hicolor/256x256/apps/sayonara.png
|
||||
share/icons/hicolor/32x32/apps/sayonara.png
|
||||
share/icons/hicolor/32x32/apps/sayonara.xpm
|
||||
share/icons/hicolor/36x36/apps/sayonara.png
|
||||
share/icons/hicolor/48x48/apps/sayonara.png
|
||||
share/icons/hicolor/64x64/apps/sayonara.png
|
||||
share/icons/hicolor/72x72/apps/sayonara.png
|
||||
share/icons/hicolor/96x96/apps/sayonara.png
|
||||
share/icons/sayonara.png
|
||||
share/menu/sayonara
|
||||
share/pixmaps/sayonara.png
|
||||
%%DATADIR%%/bg-checker.png
|
||||
%%DATADIR%%/dark.css
|
||||
%%DATADIR%%/favicon.ico
|
||||
%%DATADIR%%/logo.png
|
||||
%%DATADIR%%/player.db
|
||||
%%DATADIR%%/soundcloud.db
|
||||
%%DATADIR%%/standard.css
|
||||
%%DATADIR%%/translations/icons/br.png
|
||||
%%DATADIR%%/translations/icons/cs.png
|
||||
%%DATADIR%%/translations/icons/de.png
|
||||
%%DATADIR%%/translations/icons/en.png
|
||||
%%DATADIR%%/translations/icons/es.png
|
||||
%%DATADIR%%/translations/icons/fr.png
|
||||
%%DATADIR%%/translations/icons/hu.png
|
||||
%%DATADIR%%/translations/icons/it.png
|
||||
%%DATADIR%%/translations/icons/pl.png
|
||||
%%DATADIR%%/translations/icons/pt.png
|
||||
%%DATADIR%%/translations/icons/ro.png
|
||||
%%DATADIR%%/translations/icons/ru.png
|
||||
%%DATADIR%%/translations/icons/ua.png
|
||||
%%DATADIR%%/translations/icons/zh_cn.png
|
||||
%%DATADIR%%/translations/sayonara_lang_br.qm
|
||||
%%DATADIR%%/translations/sayonara_lang_cs.qm
|
||||
%%DATADIR%%/translations/sayonara_lang_de.qm
|
||||
%%DATADIR%%/translations/sayonara_lang_en.qm
|
||||
%%DATADIR%%/translations/sayonara_lang_es.qm
|
||||
%%DATADIR%%/translations/sayonara_lang_fr.qm
|
||||
%%DATADIR%%/translations/sayonara_lang_hu.qm
|
||||
%%DATADIR%%/translations/sayonara_lang_it.qm
|
||||
%%DATADIR%%/translations/sayonara_lang_pl.qm
|
||||
%%DATADIR%%/translations/sayonara_lang_pt.qm
|
||||
%%DATADIR%%/translations/sayonara_lang_ro.qm
|
||||
%%DATADIR%%/translations/sayonara_lang_ru.qm
|
||||
%%DATADIR%%/translations/sayonara_lang_ua.qm
|
||||
%%DATADIR%%/translations/sayonara_lang_zh_cn.qm
|
||||
|
|
@ -27,6 +27,8 @@ PLIST_SUB+= INCLUDEDIR="include/${PORTNAME}" LIBDIR="lib/${PORTNAME}"
|
|||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
BROKEN_aarch64= Fails to compile: error in backend: Do not know how to split this operator's operand!
|
||||
|
||||
OPTIONS_DEFINE= AIRPLAY AO APE AVCODEC CDDA CURL ET FAAD FAM FLAC \
|
||||
GME GVFS ICES JACK MAD MDNS MMS \
|
||||
MODPLUG MPG123 MUSEPACK OFA PULSEAUDIO SAMBA SID \
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Encode
|
||||
PORTVERSION= 2.87
|
||||
PORTVERSION= 2.88
|
||||
CATEGORIES= converters perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:DANKOGAI
|
||||
|
|
@ -32,6 +32,6 @@ post-patch:
|
|||
.endif
|
||||
|
||||
post-install:
|
||||
${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/ -name '*.so' | ${XARGS} ${STRIP_CMD}
|
||||
${FIND} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Encode/ -name '*.so' -exec ${STRIP_CMD} '{}' +
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1478369924
|
||||
SHA256 (Encode-2.87.tar.gz) = 4550ed613c77bde7a24e9936da8ccb19d112c370b77441add4c5079c3f78c289
|
||||
SIZE (Encode-2.87.tar.gz) = 2027712
|
||||
TIMESTAMP = 1480523406
|
||||
SHA256 (Encode-2.88.tar.gz) = e45ce444dfc87b01a16d3029d9a027beab1fdeff9860699b4b62a141420be338
|
||||
SIZE (Encode-2.88.tar.gz) = 2028797
|
||||
|
|
|
|||
|
|
@ -2,25 +2,26 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= BSON
|
||||
PORTVERSION= 0.11
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2.2
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MINIMAL
|
||||
MASTER_SITE_SUBDIR= CPAN:MONGODB
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Pure Perl implementation of MongoDB BSON serialization
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Math-Int64>=0:math/p5-Math-Int64 \
|
||||
BUILD_DEPENDS= p5-Moo>=2.002004:devel/p5-Moo \
|
||||
p5-namespace-clean>=0:devel/p5-namespace-clean \
|
||||
p5-Tie-IxHash>=0:devel/p5-Tie-IxHash
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
TEST_DEPENDS= p5-DateTime>=0:devel/p5-DateTime \
|
||||
p5-Test-Deep>=0:devel/p5-Test-Deep \
|
||||
p5-Test-Exception>=0:devel/p5-Test-Exception
|
||||
TEST_DEPENDS= p5-JSON-MaybeXS>=0:converters/p5-JSON-MaybeXS \
|
||||
p5-Path-Tiny>=0.054:devel/p5-Path-Tiny \
|
||||
p5-Test-Deep>=0:devel/p5-Test-Deep
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_PERL5= configure
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (BSON-0.11.tar.gz) = a07499e6fb830d4023dbbff7afe670eb4fe107625b7cffa6935e710b5cb0b75c
|
||||
SIZE (BSON-0.11.tar.gz) = 14297
|
||||
TIMESTAMP = 1480522104
|
||||
SHA256 (BSON-v1.2.2.tar.gz) = 4a2225fbfb649504e2f9821038e067b94d33b4df4ab3ecf75b63a5def05af2f8
|
||||
SIZE (BSON-v1.2.2.tar.gz) = 99492
|
||||
|
|
|
|||
|
|
@ -1,20 +1,44 @@
|
|||
%%SITE_PERL%%/BSON.pm
|
||||
%%SITE_PERL%%/BSON/Binary.pm
|
||||
%%SITE_PERL%%/BSON/Bool.pm
|
||||
%%SITE_PERL%%/BSON/Bytes.pm
|
||||
%%SITE_PERL%%/BSON/Code.pm
|
||||
%%SITE_PERL%%/BSON/DBRef.pm
|
||||
%%SITE_PERL%%/BSON/Decimal128.pm
|
||||
%%SITE_PERL%%/BSON/Doc.pm
|
||||
%%SITE_PERL%%/BSON/Double.pm
|
||||
%%SITE_PERL%%/BSON/Int32.pm
|
||||
%%SITE_PERL%%/BSON/Int64.pm
|
||||
%%SITE_PERL%%/BSON/MaxKey.pm
|
||||
%%SITE_PERL%%/BSON/MinKey.pm
|
||||
%%SITE_PERL%%/BSON/OID.pm
|
||||
%%SITE_PERL%%/BSON/ObjectId.pm
|
||||
%%SITE_PERL%%/BSON/PP.pm
|
||||
%%SITE_PERL%%/BSON/Raw.pm
|
||||
%%SITE_PERL%%/BSON/Regex.pm
|
||||
%%SITE_PERL%%/BSON/String.pm
|
||||
%%SITE_PERL%%/BSON/Time.pm
|
||||
%%SITE_PERL%%/BSON/Timestamp.pm
|
||||
%%SITE_PERL%%/BSON/Types.pm
|
||||
%%PERL5_MAN3%%/BSON.3.gz
|
||||
%%PERL5_MAN3%%/BSON::Binary.3.gz
|
||||
%%PERL5_MAN3%%/BSON::Bool.3.gz
|
||||
%%PERL5_MAN3%%/BSON::Bytes.3.gz
|
||||
%%PERL5_MAN3%%/BSON::Code.3.gz
|
||||
%%PERL5_MAN3%%/BSON::DBRef.3.gz
|
||||
%%PERL5_MAN3%%/BSON::Decimal128.3.gz
|
||||
%%PERL5_MAN3%%/BSON::Doc.3.gz
|
||||
%%PERL5_MAN3%%/BSON::Double.3.gz
|
||||
%%PERL5_MAN3%%/BSON::Int32.3.gz
|
||||
%%PERL5_MAN3%%/BSON::Int64.3.gz
|
||||
%%PERL5_MAN3%%/BSON::MaxKey.3.gz
|
||||
%%PERL5_MAN3%%/BSON::MinKey.3.gz
|
||||
%%PERL5_MAN3%%/BSON::OID.3.gz
|
||||
%%PERL5_MAN3%%/BSON::ObjectId.3.gz
|
||||
%%PERL5_MAN3%%/BSON::PP.3.gz
|
||||
%%PERL5_MAN3%%/BSON::Raw.3.gz
|
||||
%%PERL5_MAN3%%/BSON::Regex.3.gz
|
||||
%%PERL5_MAN3%%/BSON::String.3.gz
|
||||
%%PERL5_MAN3%%/BSON::Time.3.gz
|
||||
%%PERL5_MAN3%%/BSON::Timestamp.3.gz
|
||||
%%PERL5_MAN3%%/BSON::Types.3.gz
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= MongoDB
|
||||
PORTVERSION= 1.4.5
|
||||
PORTVERSION= 1.6.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases perl5
|
||||
MASTER_SITES= CPAN
|
||||
|
|
@ -15,6 +15,7 @@ LICENSE= APACHE20
|
|||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BUILD_DEPENDS= p5-Authen-SCRAM>=0.003:security/p5-Authen-SCRAM \
|
||||
p5-BSON>=1:databases/p5-BSON \
|
||||
p5-Class-XSAccessor>0:devel/p5-Class-XSAccessor \
|
||||
p5-DateTime>=0.78:devel/p5-DateTime \
|
||||
p5-Moose>=2:devel/p5-Moose \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1476117243
|
||||
SHA256 (MongoDB-v1.4.5.tar.gz) = c07249a8896478b00e0dcfe5f9ffe905316b45a1044ce71f616aa1579c837657
|
||||
SIZE (MongoDB-v1.4.5.tar.gz) = 2533307
|
||||
TIMESTAMP = 1480521952
|
||||
SHA256 (MongoDB-v1.6.0.tar.gz) = 86806d867cd292e5b12bb94d495a838fcf83ac7f98e0d9ac1e9c7b09597a3aad
|
||||
SIZE (MongoDB-v1.6.0.tar.gz) = 519810
|
||||
|
|
|
|||
|
|
@ -34,6 +34,9 @@
|
|||
%%SITE_ARCH%%/MongoDB/Op/_CreateIndexes.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_Delete.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_Distinct.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_DropCollection.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_DropDatabase.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_DropIndexes.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_Explain.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_FSyncUnlock.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_FindAndDelete.pm
|
||||
|
|
@ -45,23 +48,26 @@
|
|||
%%SITE_ARCH%%/MongoDB/Op/_ListIndexes.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_ParallelScan.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_Query.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_RenameCollection.pm
|
||||
%%SITE_ARCH%%/MongoDB/Op/_Update.pm
|
||||
%%SITE_ARCH%%/MongoDB/QueryResult.pm
|
||||
%%SITE_ARCH%%/MongoDB/QueryResult/Filtered.pm
|
||||
%%SITE_ARCH%%/MongoDB/ReadConcern.pm
|
||||
%%SITE_ARCH%%/MongoDB/ReadPreference.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_BSONCodec.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_BypassValidation.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_CollectionOp.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_CommandCursorOp.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_Cursor.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_CursorAPI.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_DatabaseErrorThrower.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_DatabaseOp.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_DeprecationWarner.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_InsertPreEncoder.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_LastError.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_OpReplyParser.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_PrivateConstructor.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_ReadOp.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_ReadPrefModifier.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_SingleBatchDocWrite.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_UpdatePreEncoder.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_WriteCommand.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_WriteOp.pm
|
||||
%%SITE_ARCH%%/MongoDB/Role/_WriteResult.pm
|
||||
%%SITE_ARCH%%/MongoDB/Timestamp.pm
|
||||
|
|
@ -73,8 +79,8 @@
|
|||
%%SITE_ARCH%%/MongoDB/_Constants.pm
|
||||
%%SITE_ARCH%%/MongoDB/_Credential.pm
|
||||
%%SITE_ARCH%%/MongoDB/_Link.pm
|
||||
%%SITE_ARCH%%/MongoDB/_Platform.pm
|
||||
%%SITE_ARCH%%/MongoDB/_Protocol.pm
|
||||
%%SITE_ARCH%%/MongoDB/_Query.pm
|
||||
%%SITE_ARCH%%/MongoDB/_Server.pm
|
||||
%%SITE_ARCH%%/MongoDB/_Topology.pm
|
||||
%%SITE_ARCH%%/MongoDB/_Types.pm
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= citus
|
||||
PORTVERSION= 6.0.0
|
||||
PORTVERSION= 6.0.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= pg_
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1478954301
|
||||
SHA256 (citusdata-citus-v6.0.0_GH0.tar.gz) = 90bad0e57256ca3e72c080b58877e396216cbd46c5820a8f0ec2a0ca4d062dfb
|
||||
SIZE (citusdata-citus-v6.0.0_GH0.tar.gz) = 1670333
|
||||
TIMESTAMP = 1480492710
|
||||
SHA256 (citusdata-citus-v6.0.1_GH0.tar.gz) = 642c194ad229a30f9e960a78d4400566fc08dec3fce1694990592d964d26bf3d
|
||||
SIZE (citusdata-citus-v6.0.1_GH0.tar.gz) = 1669214
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= postgis
|
||||
PORTVERSION= 2.2.2
|
||||
PORTVERSION= 2.2.4
|
||||
CATEGORIES= databases geography
|
||||
MASTER_SITES= http://download.osgeo.org/postgis/source/
|
||||
PKGNAMESUFFIX= 22
|
||||
|
|
@ -17,7 +17,7 @@ LIB_DEPENDS= libproj.so:graphics/proj \
|
|||
libjson-c.so:devel/json-c
|
||||
RUN_DEPENDS= postmaster:databases/postgresql${PGSQL_VER_NODOT}-server
|
||||
|
||||
CONFLICTS= postgis20-2.0.* postgis-2.1.*
|
||||
CONFLICTS= postgis20-2.0.* postgis-2.1.* postgis23-2.3.*
|
||||
|
||||
USES= gettext gmake iconv:wchar_t libtool:keepla perl5 pgsql pkgconfig shebangfix
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (postgis-2.2.2.tar.gz) = 40232391f8f66a6dc740ebb26088e568c8ccb663666998616c71c3bdaeed4163
|
||||
SIZE (postgis-2.2.2.tar.gz) = 10071528
|
||||
TIMESTAMP = 1480330094
|
||||
SHA256 (postgis-2.2.4.tar.gz) = 6c6dc818c77ab48ffbaf85869b219c21279eef65b79668ad4e2ad241de7ed01b
|
||||
SIZE (postgis-2.2.4.tar.gz) = 10223954
|
||||
|
|
|
|||
|
|
@ -73,6 +73,7 @@ lib/postgresql/postgis-2.2.so
|
|||
%%DATADIR%%/tiger_geocoder/utility/standardize_tiger_data.sql
|
||||
%%DATADIR%%/tiger_geocoder/utility/utmzone.sql
|
||||
%%DATADIR%%/utils/README
|
||||
%%DATADIR%%/utils/check_all_upgrades.sh
|
||||
%%DATADIR%%/utils/create_spatial_ref_sys_config_dump.pl
|
||||
%%DATADIR%%/utils/create_undef.pl
|
||||
%%DATADIR%%/utils/create_unpackaged.pl
|
||||
|
|
@ -142,6 +143,8 @@ share/postgresql/contrib/postgis-2.2/uninstall_postgis.sql
|
|||
%%RASTER%%share/postgresql/extension/postgis--2.1.9--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis--2.2.0--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis--2.2.1--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis--2.2.2--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis--2.2.3--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis--%%PORTVERSION%%--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis--%%PORTVERSION%%--%%PORTVERSION%%next.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis--%%PORTVERSION%%.sql
|
||||
|
|
@ -194,6 +197,8 @@ share/postgresql/contrib/postgis-2.2/uninstall_postgis.sql
|
|||
%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.1.9--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.2.0--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.2.1--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.2.2--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--2.2.3--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%--%%PORTVERSION%%.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%--%%PORTVERSION%%next.sql
|
||||
%%RASTER%%share/postgresql/extension/postgis_tiger_geocoder--%%PORTVERSION%%.sql
|
||||
|
|
@ -221,6 +226,8 @@ share/postgresql/contrib/postgis-2.2/uninstall_postgis.sql
|
|||
%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.1.9--%%PORTVERSION%%.sql
|
||||
%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.0--%%PORTVERSION%%.sql
|
||||
%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.1--%%PORTVERSION%%.sql
|
||||
%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.2--%%PORTVERSION%%.sql
|
||||
%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--2.2.3--%%PORTVERSION%%.sql
|
||||
%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%--%%PORTVERSION%%.sql
|
||||
%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%--%%PORTVERSION%%next.sql
|
||||
%%RASTER%%%%TOPOLOGY%%share/postgresql/extension/postgis_topology--%%PORTVERSION%%.sql
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= owncloudclient
|
||||
PORTVERSION= 2.2.3
|
||||
PORTVERSION= 2.2.4
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= deskutils
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1471363065
|
||||
SHA256 (owncloud-client-v2.2.3_GH0.tar.gz) = e90aa30e10d738a75cbf472a89caa4668e2a95b6dfe8eb1602bc07bf596376cd
|
||||
SIZE (owncloud-client-v2.2.3_GH0.tar.gz) = 14257113
|
||||
TIMESTAMP = 1480459091
|
||||
SHA256 (owncloud-client-v2.2.4_GH0.tar.gz) = 416e8a003ba95387cb5e22fac909c2c2ee21765de413a26397027d36ad89e39b
|
||||
SIZE (owncloud-client-v2.2.4_GH0.tar.gz) = 14256271
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= artifactory
|
||||
PORTVERSION= 4.14.1
|
||||
PORTVERSION= 4.14.2
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= https://bintray.com/artifact/download/jfrog/artifactory/
|
||||
DISTNAME= jfrog-${PORTNAME}-oss-${PORTVERSION}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1479743359
|
||||
SHA256 (jfrog-artifactory-oss-4.14.1.zip) = 48deba9f045a0b3b796646043c2c01a26a673eb5706b3f9477cfc9292ddfef7e
|
||||
SIZE (jfrog-artifactory-oss-4.14.1.zip) = 41393806
|
||||
TIMESTAMP = 1480327698
|
||||
SHA256 (jfrog-artifactory-oss-4.14.2.zip) = 74ffcb027fc6d6a93acb8f454fe09a90907ed6f8ff7880c282d0ce7f2bef8865
|
||||
SIZE (jfrog-artifactory-oss-4.14.2.zip) = 41412238
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= cgit
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel www
|
||||
MASTER_SITES= http://git.zx2c4.com/cgit/snapshot/:cgit \
|
||||
https://www.kernel.org/pub/software/scm/git/:git
|
||||
|
|
@ -14,7 +15,7 @@ COMMENT= Fast, lightweight web frontend for Git repositories
|
|||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
GIT_VERSION= 2.10.2
|
||||
GIT_VERSION= 2.11.0
|
||||
USES= cpe gmake iconv shebangfix ssl tar:xz
|
||||
CPE_VENDOR= lars_hjemli
|
||||
SHEBANG_FILES= filters/html-converters/rst2html
|
||||
|
|
@ -22,7 +23,7 @@ SHEBANG_FILES= filters/html-converters/rst2html
|
|||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
|
||||
MAKE_ARGS+= CGIT_SCRIPT_PATH=${WWWDIR} CGIT_CONFIG=${PREFIX}/etc/cgitrc \
|
||||
prefix=${PREFIX} NO_GETTEXT=1 NO_LUA=1 NO_R_TO_GCC_LINKER=1
|
||||
prefix=${PREFIX} NO_GETTEXT=1 NO_LUA=1 NO_R_TO_GCC_LINKER=1 V=1
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
|
|
@ -41,8 +42,10 @@ post-patch:
|
|||
${WRKSRC}/git/Makefile
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${WWWDIR}/cgit.cgi
|
||||
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
@${STRIP_CMD} ${STAGEDIR}${WWWDIR}/cgit.cgi
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
TIMESTAMP = 1479922408
|
||||
TIMESTAMP = 1480538696
|
||||
SHA256 (cgit-1.1.tar.xz) = 0889af29be15fc981481caa09579f982b9740fe9fd2860ab87dff286f4635890
|
||||
SIZE (cgit-1.1.tar.xz) = 86268
|
||||
SHA256 (git-2.10.2.tar.xz) = 94802903dd707d85ca3b9a2be35e936a54ce86375f52c6a789efe7ce7e238671
|
||||
SIZE (git-2.10.2.tar.xz) = 4106108
|
||||
SHA256 (git-2.11.0.tar.xz) = 7e7e8d69d494892373b87007674be5820a4bc1ef596a0117d03ea3169119fd0b
|
||||
SIZE (git-2.11.0.tar.xz) = 4197984
|
||||
|
|
|
|||
|
|
@ -1,13 +1,12 @@
|
|||
---------------------------------------------------
|
||||
cgit has been successfully installed.
|
||||
|
||||
You probably want to add a 'Directory' section for cgit, along the lines of:
|
||||
To enable cgit in Apache, use something like the following:
|
||||
|
||||
<Directory "%%WWWDIR%%/">
|
||||
AllowOverride None
|
||||
Options +ExecCGI
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
Require all granted
|
||||
</Directory>
|
||||
|
||||
Documentation and sample configuration can be found
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ INSTALLS_ICONS= yes
|
|||
INSTALL_TARGET= install-strip
|
||||
MAKE_JOBS_UNSAFE= Build parallelization not implemented
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-${PORTVERSION}/main
|
||||
PORTSCOUT= ^\d+\.\d+.[1-9]\d*
|
||||
PORTSCOUT= limit:^\d+\.\d+\.[1-9]\d*
|
||||
|
||||
post-extract:
|
||||
.for tuple in ${GH_TUPLE}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Devel-StackTrace-AsHTML
|
||||
PORTVERSION= 0.14
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.15
|
||||
#PORTREVISION= 0
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:MIYAGAWA
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Devel-StackTrace-AsHTML-0.14.tar.gz) = 89056a3d5ec559c8fac35890f1ad50452ec18524ed4bfc245f9e3b0cbc49827a
|
||||
SIZE (Devel-StackTrace-AsHTML-0.14.tar.gz) = 53370
|
||||
TIMESTAMP = 1480491173
|
||||
SHA256 (Devel-StackTrace-AsHTML-0.15.tar.gz) = 6283dbe2197e2f20009cc4b449997742169cdd951bfc44cbc6e62c2a962d3147
|
||||
SIZE (Devel-StackTrace-AsHTML-0.15.tar.gz) = 17053
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= IO-FDPass
|
||||
PORTVERSION= 1.1
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (IO-FDPass-1.1.tar.gz) = ff3642dfd8e9cf2b4196c273cffbb2ccd5b55287e671ec6dd6083e8084546b10
|
||||
SIZE (IO-FDPass-1.1.tar.gz) = 6017
|
||||
TIMESTAMP = 1480491312
|
||||
SHA256 (IO-FDPass-1.2.tar.gz) = b776f4d0ded8918833560b0ab4bdc2b36a1fa62a4670ef6c227139311abb40da
|
||||
SIZE (IO-FDPass-1.2.tar.gz) = 6121
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Log-Any
|
||||
PORTVERSION= 1.032
|
||||
PORTVERSION= 1.045
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:DAGOLDEN
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Log-Any-1.032.tar.gz) = 808558fa42aa96365ed0af773973a5618b4ad50511d81fc7548f67133efdb956
|
||||
SIZE (Log-Any-1.032.tar.gz) = 39824
|
||||
TIMESTAMP = 1480491633
|
||||
SHA256 (Log-Any-1.045.tar.gz) = d95180c0c2d50d7d3a541e0c79d83ee6b4ad5787e1785b361fed450c2dec8400
|
||||
SIZE (Log-Any-1.045.tar.gz) = 40415
|
||||
|
|
|
|||
|
|
@ -10,15 +10,21 @@
|
|||
%%SITE_PERL%%/Log/Any/Adapter/Util.pm
|
||||
%%SITE_PERL%%/Log/Any/Manager.pm
|
||||
%%SITE_PERL%%/Log/Any/Proxy.pm
|
||||
%%SITE_PERL%%/Log/Any/Proxy/Null.pm
|
||||
%%SITE_PERL%%/Log/Any/Proxy/Test.pm
|
||||
%%SITE_PERL%%/Log/Any/Test.pm
|
||||
%%PERL5_MAN3%%/Log::Any.3.gz
|
||||
%%PERL5_MAN3%%/Log::Any::Adapter.3.gz
|
||||
%%PERL5_MAN3%%/Log::Any::Adapter::Base.3.gz
|
||||
%%PERL5_MAN3%%/Log::Any::Adapter::Development.3.gz
|
||||
%%PERL5_MAN3%%/Log::Any::Adapter::File.3.gz
|
||||
%%PERL5_MAN3%%/Log::Any::Adapter::Null.3.gz
|
||||
%%PERL5_MAN3%%/Log::Any::Adapter::Stderr.3.gz
|
||||
%%PERL5_MAN3%%/Log::Any::Adapter::Stdout.3.gz
|
||||
%%PERL5_MAN3%%/Log::Any::Adapter::Test.3.gz
|
||||
%%PERL5_MAN3%%/Log::Any::Adapter::Util.3.gz
|
||||
%%PERL5_MAN3%%/Log::Any::Manager.3.gz
|
||||
%%PERL5_MAN3%%/Log::Any::Proxy.3.gz
|
||||
%%PERL5_MAN3%%/Log::Any::Proxy::Null.3.gz
|
||||
%%PERL5_MAN3%%/Log::Any::Proxy::Test.3.gz
|
||||
%%PERL5_MAN3%%/Log::Any::Test.3.gz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Log-Contextual
|
||||
PORTVERSION= 0.006005
|
||||
PORTVERSION= 0.007000
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (Log-Contextual-0.006005.tar.gz) = 4ad7d5abd6eaa275b6b35a22ca163f8d97b28740c4e822e964d01dfcae4ab856
|
||||
SIZE (Log-Contextual-0.006005.tar.gz) = 32030
|
||||
TIMESTAMP = 1480491911
|
||||
SHA256 (Log-Contextual-0.007000.tar.gz) = 61d4d74f25153be706bb03f5a4d6983abb538ad91d474b74f135d1162472112d
|
||||
SIZE (Log-Contextual-0.007000.tar.gz) = 35067
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
%%PERL5_MAN3%%/Log::Contextual::Easy::Default.3.gz
|
||||
%%PERL5_MAN3%%/Log::Contextual::Easy::Package.3.gz
|
||||
%%PERL5_MAN3%%/Log::Contextual::Role::Router.3.gz
|
||||
%%PERL5_MAN3%%/Log::Contextual::Role::Router::HasLogger.3.gz
|
||||
%%PERL5_MAN3%%/Log::Contextual::Role::Router::SetLogger.3.gz
|
||||
%%PERL5_MAN3%%/Log::Contextual::Role::Router::WithLogger.3.gz
|
||||
%%PERL5_MAN3%%/Log::Contextual::Router.3.gz
|
||||
|
|
@ -12,6 +13,7 @@
|
|||
%%SITE_PERL%%/Log/Contextual/Easy/Default.pm
|
||||
%%SITE_PERL%%/Log/Contextual/Easy/Package.pm
|
||||
%%SITE_PERL%%/Log/Contextual/Role/Router.pm
|
||||
%%SITE_PERL%%/Log/Contextual/Role/Router/HasLogger.pm
|
||||
%%SITE_PERL%%/Log/Contextual/Role/Router/SetLogger.pm
|
||||
%%SITE_PERL%%/Log/Contextual/Role/Router/WithLogger.pm
|
||||
%%SITE_PERL%%/Log/Contextual/Router.pm
|
||||
|
|
|
|||
|
|
@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl module implementing ordered in-memory associative arrays
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ MAINTAINER= sunpoet@FreeBSD.org
|
|||
COMMENT= Data interchange format library
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
CFLAGS+= -DGOOGLE_PROTOBUF_NO_RTTI
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
@ -22,6 +23,6 @@ USES= autoreconf gmake libtool pathfix pkgconfig
|
|||
GH_ACCOUNT= google
|
||||
USE_GITHUB= yes
|
||||
|
||||
BROKEN_sparc64= Fails to compile: no atomic ops available for FreeBSD/sparc64
|
||||
BROKEN_sparc64= fails to compile: no atomic ops available
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -2,9 +2,8 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= phabricator
|
||||
PORTVERSION= 0.6.0
|
||||
PORTVERSION= 0.7.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sbz@FreeBSD.org
|
||||
|
|
@ -17,14 +16,25 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \
|
|||
${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
USE_GITHUB= yes
|
||||
|
||||
OPTIONS_DEFINE= TESTS
|
||||
GH_ACCOUNT= disqus
|
||||
GH_PROJECT= python-${PORTNAME}
|
||||
GH_TAGNAME= dac1219
|
||||
|
||||
PORTDOCS= CHANGES LICENSE README.rst
|
||||
|
||||
OPTIONS_DEFINE= DOCS TESTS
|
||||
|
||||
TESTS_DESC= Include test suite requirements
|
||||
TESTS_BUILD_DEPENDS= ${TEST_DEPENDS}
|
||||
|
||||
regression-test: build
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
do-test: build
|
||||
@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (phabricator-0.6.0.tar.gz) = 88bd46013199123f3d0e2681aa538bb65b0c622f89c5e3ec81744cc2b94388af
|
||||
SIZE (phabricator-0.6.0.tar.gz) = 19274
|
||||
TIMESTAMP = 1480537698
|
||||
SHA256 (disqus-python-phabricator-0.7.0-dac1219_GH0.tar.gz) = 27f5521c903e3d3a8c4bcd67e41b54cda83720753bdda3349744606e43820f4a
|
||||
SIZE (disqus-python-phabricator-0.7.0-dac1219_GH0.tar.gz) = 20646
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
Python Phabricator Bindings for Conduit API.
|
||||
|
||||
WWW: https://pypi.python.org/pypi/phabricator
|
||||
WWW: https://github.com/disqus/python-phabricator
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= simgear
|
||||
PORTVERSION= 2016.3.1
|
||||
PORTREVISION= 3
|
||||
PORTVERSION= 2016.4.2
|
||||
CATEGORIES= devel games
|
||||
MASTER_SITES= SF/flightgear/release-${PORTVERSION:R}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1473849925
|
||||
SHA256 (simgear-2016.3.1.tar.bz2) = ae46e1273673be41028ee912d1826e87185ab594053c493707f9dbdeea5159dd
|
||||
SIZE (simgear-2016.3.1.tar.bz2) = 1199016
|
||||
TIMESTAMP = 1479977489
|
||||
SHA256 (simgear-2016.4.2.tar.bz2) = d0a1c7b1f56c15868000805ab501db0540d09692dc5eba34e508e1ee04ed1c11
|
||||
SIZE (simgear-2016.4.2.tar.bz2) = 1200183
|
||||
|
|
|
|||
18
devel/simgear/files/patch-simgear-package-md5.h
Normal file
18
devel/simgear/files/patch-simgear-package-md5.h
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
--- simgear/package/md5.h.orig 2016-11-22 11:03:23.506026000 +0000
|
||||
+++ simgear/package/md5.h 2016-11-22 11:08:06.727103000 +0000
|
||||
@@ -23,6 +23,8 @@
|
||||
typedef unsigned char u_int8_t;
|
||||
typedef unsigned int u_int32_t;
|
||||
typedef unsigned __int64 u_int64_t;
|
||||
+#else
|
||||
+#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#define MD5_BLOCK_LENGTH 64
|
||||
@@ -49,4 +51,4 @@
|
||||
|
||||
|
||||
|
||||
-
|
||||
\ No newline at end of file
|
||||
+
|
||||
|
|
@ -1,26 +0,0 @@
|
|||
Backport commits b9deeb and a97c14 from upstream
|
||||
|
||||
--- simgear/sound/soundmgr_openal.cxx.orig 2016-10-21 11:49:23.424814177 +0000
|
||||
+++ simgear/sound/soundmgr_openal.cxx 2016-10-21 11:49:47.078812408 +0000
|
||||
@@ -757,14 +757,14 @@
|
||||
bool SGSoundMgr::is_sample_stopped(SGSoundSample *sample)
|
||||
{
|
||||
#ifdef ENABLE_SOUND
|
||||
- assert(sample->is_valid_source());
|
||||
- unsigned int source = sample->get_source();
|
||||
- int result;
|
||||
- alGetSourcei( source, AL_SOURCE_STATE, &result );
|
||||
- return (result == AL_STOPPED);
|
||||
-#else
|
||||
- return true;
|
||||
+ if ( sample->is_valid_source() ) {
|
||||
+ ALint source = sample->get_source();
|
||||
+ ALint result;
|
||||
+ alGetSourcei( source, AL_SOURCE_STATE, &result );
|
||||
+ return (result == AL_STOPPED);
|
||||
+ }
|
||||
#endif
|
||||
+ return true;
|
||||
}
|
||||
|
||||
void SGSoundMgr::update_sample_config( SGSoundSample *sample, SGVec3d& position, SGVec3f& orientation, SGVec3f& velocity )
|
||||
|
|
@ -126,6 +126,7 @@ include/simgear/math/leastsqs.hxx
|
|||
include/simgear/math/sg_geodesy.hxx
|
||||
include/simgear/math/sg_random.h
|
||||
include/simgear/math/sg_types.hxx
|
||||
include/simgear/math/simd.hxx
|
||||
include/simgear/misc/CSSBorder.hxx
|
||||
include/simgear/misc/ListDiff.hxx
|
||||
include/simgear/misc/ResourceManager.hxx
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= subversion
|
||||
PORTVERSION= 1.9.4
|
||||
PORTVERSION= 1.9.5
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES+= devel
|
||||
MASTER_SITES= APACHE/subversion
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (subversion19/subversion-1.9.4.tar.bz2) = 1267f9e2ab983f260623bee841e6c9cc458bf4bf776238ed5f100983f79e9299
|
||||
SIZE (subversion19/subversion-1.9.4.tar.bz2) = 7911473
|
||||
TIMESTAMP = 1480509767
|
||||
SHA256 (subversion19/subversion-1.9.5.tar.bz2) = 8a4fc68aff1d18dcb4dd9e460648d24d9e98657fbed496c582929c6b3ce555e5
|
||||
SIZE (subversion19/subversion-1.9.5.tar.bz2) = 7904861
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME?= subversion
|
||||
PORTVERSION= 1.8.16
|
||||
PORTVERSION= 1.8.17
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES+= devel
|
||||
MASTER_SITES= APACHE/subversion
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (subversion18/subversion-1.8.16.tar.bz2) = f18f6e8309270982135aae54d96958f9ca6b93f8a4e746dd634b1b5b84edb346
|
||||
SIZE (subversion18/subversion-1.8.16.tar.bz2) = 6919310
|
||||
TIMESTAMP = 1480510093
|
||||
SHA256 (subversion18/subversion-1.8.17.tar.bz2) = de119538d29a5f2c028984cb54a55a4af3e9c32fa9316331bcbe5719e474a090
|
||||
SIZE (subversion18/subversion-1.8.17.tar.bz2) = 6924354
|
||||
|
|
|
|||
|
|
@ -28,6 +28,8 @@ DATADIR= ${PREFIX}/share/advance
|
|||
|
||||
PORTDOCS= *
|
||||
|
||||
BROKEN_aarch64= Fails to compile: error in backend: Do not know how to split this operator's operand!
|
||||
|
||||
OPTIONS_DEFINE= DOCS FREETYPE SLANG
|
||||
OPTIONS_DEFINE_i386= ASM
|
||||
OPTIONS_DEFAULT= FREETYPE
|
||||
|
|
|
|||
|
|
@ -23,15 +23,17 @@ WRKSRC= ${WRKDIR}/${PORTNAME}/trunk
|
|||
|
||||
USES= python shebangfix
|
||||
SHEBANG_FILES= *.py mopelib/mopelib.py
|
||||
NO_ARCH= yes
|
||||
|
||||
PORTDOCS= index.html style.css
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
SUB_FILES= ${PORTNAME}.sh
|
||||
|
||||
DESKTOP_ENTRIES="duckmaze" "" "${PORTNAME}" \
|
||||
"${PORTNAME}" "Game;ArcadeGame;" ""
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-extract:
|
||||
${MV} ${WRKSRC}/doc/*.png ${WRKSRC}/images/
|
||||
|
||||
|
|
@ -56,6 +58,7 @@ do-install:
|
|||
${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \
|
||||
${STAGEDIR}${PREFIX}/share/pixmaps/
|
||||
|
||||
do-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= flightgear-data
|
||||
PORTVERSION= 2016.3.1
|
||||
PORTVERSION= 2016.4.2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/flightgear/release-${PORTVERSION:R}
|
||||
DISTNAME= FlightGear-${PORTVERSION}-data
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1473917720
|
||||
SHA256 (FlightGear-2016.3.1-data.tar.bz2) = 1eceb36f5b577bb8223ed1520e68179fb9292b95e63ffd9ad695dcc93b814d1c
|
||||
SIZE (FlightGear-2016.3.1-data.tar.bz2) = 1430257110
|
||||
TIMESTAMP = 1479977726
|
||||
SHA256 (FlightGear-2016.4.2-data.tar.bz2) = f2303d4c2c9884d4858c86e1d8470af87cc1798cda482c50acff0bd8e70a2f73
|
||||
SIZE (FlightGear-2016.4.2-data.tar.bz2) = 1645287169
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= flightgear
|
||||
PORTVERSION= 2016.3.1
|
||||
PORTREVISION= 4
|
||||
PORTVERSION= 2016.4.2
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= SF/flightgear/release-${PORTVERSION:R}
|
||||
|
||||
|
|
@ -53,6 +52,7 @@ QT5_USE= QT5=core,buildtools,gui,qmake,widgets
|
|||
# Chase devel/simgear compiler version
|
||||
.if ${COMPILER_TYPE} == gcc && ${COMPILER_VERSION} < 46
|
||||
USE_GCC= yes
|
||||
CXXFLAGS+= -D_GLIBCXX_USE_C99
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1473918171
|
||||
SHA256 (flightgear-2016.3.1.tar.bz2) = 501d2f59b8f9d221332044346bbbfe195e42d0195945f8bb0fec8b474bc79c31
|
||||
SIZE (flightgear-2016.3.1.tar.bz2) = 7542098
|
||||
TIMESTAMP = 1479977577
|
||||
SHA256 (flightgear-2016.4.2.tar.bz2) = c42f3b6e3f5f15fa0b9f5b56682d50319c648f45a4671d5b58d82f2468f793b7
|
||||
SIZE (flightgear-2016.4.2.tar.bz2) = 7558204
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- utils/CMakeLists.txt.orig 2016-03-04 21:48:12.374333305 +0000
|
||||
+++ utils/CMakeLists.txt 2016-03-04 21:48:56.931894245 +0000
|
||||
@@ -34,3 +34,7 @@
|
||||
--- utils/CMakeLists.txt.orig 2016-11-24 08:26:29.486200480 +0000
|
||||
+++ utils/CMakeLists.txt 2016-11-24 08:26:58.661198446 +0000
|
||||
@@ -30,3 +30,7 @@
|
||||
if(ENABLE_STGMERGE)
|
||||
add_subdirectory(stgmerge)
|
||||
endif()
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= bmpp
|
||||
PORTVERSION= 4.4.0
|
||||
PORTVERSION= 4.5.0
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= SF/dktools/dktools/dktools-${PORTVERSION}/src
|
||||
DISTNAME= dktools-${PORTVERSION}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1473848719
|
||||
SHA256 (dktools-4.4.0.tar.gz) = c7582eb26b8f87d6f31f0320a2281ba187fa0cd36cf1255bb2c43b7b2f0456b3
|
||||
SIZE (dktools-4.4.0.tar.gz) = 8964694
|
||||
TIMESTAMP = 1480558200
|
||||
SHA256 (dktools-4.5.0.tar.gz) = 4151db1307f4f115f1270849f7544f147e6acbdd5f383c00518916e1bb83cf64
|
||||
SIZE (dktools-4.5.0.tar.gz) = 9098807
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@ INSTALL_TARGET= install-strip
|
|||
DOCS= AUTHORS COPYING COPYING.GPL COPYING.LGPL ChangeLog NEWS \
|
||||
NOTES README THANKS
|
||||
|
||||
BROKEN_aarch64= Fails to compile: error in backend: Do not know how to split this operator's operand!
|
||||
|
||||
OPTIONS_DEFINE= X11 IMLIB2 FTGL SLANG DOCS
|
||||
OPTIONS_DEFAULT= X11 IMLIB2
|
||||
X11_DESC= X11 and OpenGL support
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= Geo-GDAL
|
||||
PORTVERSION= 2.1.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= graphics perl5
|
||||
MASTER_SITES= http://download.osgeo.org/gdal/${PORTVERSION}/ \
|
||||
ftp://ftp.remotesensing.org/pub/gdal/${PORTVERSION}/ \
|
||||
|
|
@ -28,6 +29,8 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's|(const char \*)""|(char \*)""|' ${WRKSRC}/gdal_wrap.cpp ${WRKSRC}/ogr_wrap.cpp
|
||||
|
||||
post-install:
|
||||
# Add %%SITE_ARCH%%/Geo/GNM.pm to PLIST if GNM is enabled
|
||||
@-${GREP} "GNM_ENABLED = yes" ${LOCALBASE}/share/gdal/GDALmake.opt && ${ECHO_CMD} "${SITE_ARCH_REL}/Geo/GNM.pm" >> ${TMPPLIST}
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/GDAL/Const/Const.so ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/*/*.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
PORTNAME= intellij
|
||||
PORTVERSION= 2016.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= java devel
|
||||
MASTER_SITES= https://download.jetbrains.com/idea/ \
|
||||
http://download.jetbrains.com/idea/
|
||||
|
|
@ -42,12 +43,9 @@ do-install:
|
|||
${STAGEDIR}${IDEA_HOME}/bin/fsnotifier64 \
|
||||
${STAGEDIR}${IDEA_HOME}/bin/libbreakgen.so \
|
||||
${STAGEDIR}${IDEA_HOME}/bin/libbreakgen64.so \
|
||||
${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-linux-amd64-0.10.jar \
|
||||
${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-linux-i386-0.10.jar \
|
||||
${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-osx-amd64-0.10.jar \
|
||||
${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-osx-i386-0.10.jar \
|
||||
${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-windows-amd64-0.10.jar \
|
||||
${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-windows-i386-0.10.jar
|
||||
${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-linux-*.jar \
|
||||
${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-osx-*.jar \
|
||||
${STAGEDIR}${IDEA_HOME}/plugins/gradle/lib/native-platform-windows-*.jar \
|
||||
# Remove the bundled native Pty4J support libraries, they are replaced
|
||||
# by java/intellij-pty4j
|
||||
@${RM} -r ${STAGEDIR}${IDEA_HOME}/lib/libpty
|
||||
|
|
|
|||
|
|
@ -10079,12 +10079,6 @@ share/applications/idea.desktop
|
|||
%%IDEA_HOME%%/plugins/gradle/lib/native-platform-0.11.jar
|
||||
%%IDEA_HOME%%/plugins/gradle/lib/native-platform-freebsd-amd64-0.11.jar
|
||||
%%IDEA_HOME%%/plugins/gradle/lib/native-platform-freebsd-i386-0.11.jar
|
||||
%%IDEA_HOME%%/plugins/gradle/lib/native-platform-linux-amd64-0.11.jar
|
||||
%%IDEA_HOME%%/plugins/gradle/lib/native-platform-linux-i386-0.11.jar
|
||||
%%IDEA_HOME%%/plugins/gradle/lib/native-platform-osx-amd64-0.11.jar
|
||||
%%IDEA_HOME%%/plugins/gradle/lib/native-platform-osx-i386-0.11.jar
|
||||
%%IDEA_HOME%%/plugins/gradle/lib/native-platform-windows-amd64-0.11.jar
|
||||
%%IDEA_HOME%%/plugins/gradle/lib/native-platform-windows-i386-0.11.jar
|
||||
%%IDEA_HOME%%/plugins/gradle/lib/objenesis-1.2.jar
|
||||
%%IDEA_HOME%%/plugins/gradle/lib/reflectasm-1.07.jar
|
||||
%%IDEA_HOME%%/plugins/gradle/lib/resources_en.jar
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ MAKE_ENV= MONO_SHARED_DIR="${MONO_SHARED_DIR}" \
|
|||
LC_ALL=C TZ=UTC
|
||||
|
||||
ONLY_FOR_ARCHS= i386 amd64 powerpc
|
||||
PORTSCOUT= ^\d+\.\d+.[1-9]\d*
|
||||
PORTSCOUT= limit:^\d+\.\d+\.[1-9]\d*
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rspamd
|
||||
PORTVERSION= 1.4.1.a1.24112016
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.4.2.a1.30112016
|
||||
CATEGORIES= mail
|
||||
PKGNAMESUFFIX= -devel
|
||||
|
||||
|
|
@ -21,10 +20,10 @@ BUILD_DEPENDS= ragel:devel/ragel
|
|||
|
||||
CONFLICTS_INSTALL= rspamd
|
||||
|
||||
RSPAMD_VERSION= 1.4.1
|
||||
RSPAMD_VERSION= 1.4.2
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= vstakhov
|
||||
GH_TAGNAME= 8ebc1e5
|
||||
GH_TAGNAME= cdecbbc
|
||||
|
||||
OPTIONS_DEFINE= GPERF REDIRECTOR HYPERSCAN
|
||||
GPERF_DESC= Google perf-tools profiling
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1480007900
|
||||
SHA256 (vstakhov-rspamd-1.4.1.a1.24112016-8ebc1e5_GH0.tar.gz) = 26cecd237192f23510627d04c33d0f893e40a1d474b9ffa262e3e1ed004540ec
|
||||
SIZE (vstakhov-rspamd-1.4.1.a1.24112016-8ebc1e5_GH0.tar.gz) = 2307809
|
||||
TIMESTAMP = 1480516706
|
||||
SHA256 (vstakhov-rspamd-1.4.2.a1.30112016-cdecbbc_GH0.tar.gz) = ed5e2dfa522bba2b688358aa7ed872e4b9c49e777ec200d25b6608009d6c69cc
|
||||
SIZE (vstakhov-rspamd-1.4.2.a1.30112016-cdecbbc_GH0.tar.gz) = 2315526
|
||||
|
|
|
|||
|
|
@ -87,12 +87,14 @@ lib/rspamd/librspamd-actrie.so
|
|||
%%DATADIR%%/rules/forwarding.lua
|
||||
%%DATADIR%%/rules/html.lua
|
||||
%%DATADIR%%/rules/http_headers.lua
|
||||
%%DATADIR%%/rules/mid.lua
|
||||
%%DATADIR%%/rules/misc.lua
|
||||
%%DATADIR%%/rules/regexp/compromised_hosts.lua
|
||||
%%DATADIR%%/rules/regexp/drugs.lua
|
||||
%%DATADIR%%/rules/regexp/fraud.lua
|
||||
%%DATADIR%%/rules/regexp/headers.lua
|
||||
%%DATADIR%%/rules/regexp/lotto.lua
|
||||
%%DATADIR%%/rules/regexp/misc.lua
|
||||
%%DATADIR%%/rules/regexp/upstream_spam_filters.lua
|
||||
%%DATADIR%%/rules/rspamd.classifiers.lua
|
||||
%%DATADIR%%/rules/rspamd.lua
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rspamd
|
||||
PORTVERSION= 1.4.0
|
||||
PORTVERSION= 1.4.1
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://rspamd.com/downloads/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1479731945
|
||||
SHA256 (rspamd-1.4.0.tar.xz) = 30c9acf93bdcc6c009524c8b2770931475929c6c9e948faa90d7412306055a1c
|
||||
SIZE (rspamd-1.4.0.tar.xz) = 1769860
|
||||
TIMESTAMP = 1480517320
|
||||
SHA256 (rspamd-1.4.1.tar.xz) = 11e39e4b44a85feaf546696d28a72ffc32e35c01a028a251d5175ba58343eb28
|
||||
SIZE (rspamd-1.4.1.tar.xz) = 1779492
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
--- CMakeLists.txt.orig 2016-07-03 20:55:47 UTC
|
||||
--- CMakeLists.txt.orig 2016-10-19 16:09:11 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -1223,6 +1223,21 @@ ELSE(WANT_SYSTEMD_UNITS MATCHES "ON")
|
||||
@@ -1261,6 +1261,23 @@ ELSE(WANT_SYSTEMD_UNITS MATCHES "ON")
|
||||
ENDIF(WANT_SYSTEMD_UNITS MATCHES "ON")
|
||||
IF(BUILD_PORT)
|
||||
INSTALL_IF_NOT_EXISTS(${MAIN_CONF} ${CONFDIR} "rspamd.conf" ".sample")
|
||||
|
|
@ -13,7 +13,9 @@
|
|||
+ INSTALL_IF_NOT_EXISTS("conf/2tld.inc" ${CONFDIR} "2tld.inc" ".sample")
|
||||
+ INSTALL_IF_NOT_EXISTS("conf/mime_types.inc" ${CONFDIR} "mime_types.inc" ".sample")
|
||||
+ INSTALL_IF_NOT_EXISTS("conf/composites.conf" ${CONFDIR} "composites.conf" ".sample")
|
||||
+ INSTALL_IF_NOT_EXISTS("conf/maillist.inc" ${CONFDIR} "maillist.inc" ".sample")
|
||||
+ INSTALL_IF_NOT_EXISTS("conf/metrics.conf" ${CONFDIR} "metrics.conf" ".sample")
|
||||
+ INSTALL_IF_NOT_EXISTS("conf/mid.inc" ${CONFDIR} "mid.inc" ".sample")
|
||||
+ INSTALL_IF_NOT_EXISTS("conf/modules.conf" ${CONFDIR} "modules.conf" ".sample")
|
||||
+ INSTALL_IF_NOT_EXISTS("conf/statistic.conf" ${CONFDIR} "statistic.conf" ".sample")
|
||||
+ INSTALL_IF_NOT_EXISTS("conf/surbl-whitelist.inc" ${CONFDIR} "surbl-whitelist.inc" ".sample")
|
||||
|
|
|
|||
|
|
@ -12,9 +12,9 @@ bin/rspamc
|
|||
@sample %%ETCDIR%%/composites.conf.sample
|
||||
@sample %%ETCDIR%%/dmarc_whitelist.inc.sample
|
||||
@sample %%ETCDIR%%/logging.inc.sample
|
||||
%%ETCDIR%%/maillist.inc
|
||||
@sample %%ETCDIR%%/maillist.inc.sample
|
||||
@sample %%ETCDIR%%/metrics.conf.sample
|
||||
%%ETCDIR%%/mid.inc
|
||||
@sample %%ETCDIR%%/mid.inc.sample
|
||||
@sample %%ETCDIR%%/modules.conf.sample
|
||||
%%ETCDIR%%/modules.d/chartable.conf
|
||||
%%ETCDIR%%/modules.d/dkim.conf
|
||||
|
|
@ -26,8 +26,8 @@ bin/rspamc
|
|||
%%ETCDIR%%/modules.d/hfilter.conf
|
||||
%%ETCDIR%%/modules.d/ip_score.conf
|
||||
%%ETCDIR%%/modules.d/maillist.conf
|
||||
%%ETCDIR%%/modules.d/mid.conf
|
||||
%%ETCDIR%%/modules.d/mime_types.conf
|
||||
%%ETCDIR%%/modules.d/mid.conf
|
||||
%%ETCDIR%%/modules.d/multimap.conf
|
||||
%%ETCDIR%%/modules.d/once_received.conf
|
||||
%%ETCDIR%%/modules.d/phishing.conf
|
||||
|
|
@ -49,9 +49,12 @@ bin/rspamc
|
|||
@sample %%ETCDIR%%/worker-fuzzy.inc.sample
|
||||
@sample %%ETCDIR%%/worker-normal.inc.sample
|
||||
@sample %%ETCDIR%%/rspamd.newsyslog.conf.sample
|
||||
etc/newsyslog.conf.d/rspamd.newsyslog.conf
|
||||
lib/rspamd/librspamd-actrie.so
|
||||
%%DATADIR%%/effective_tld_names.dat
|
||||
%%DATADIR%%/lua/antivirus.lua
|
||||
%%DATADIR%%/lua/asn.lua
|
||||
%%DATADIR%%/lua/clickhouse.lua
|
||||
%%DATADIR%%/lua/dcc.lua
|
||||
%%DATADIR%%/lua/dmarc.lua
|
||||
%%DATADIR%%/lua/dynamic_conf.lua
|
||||
|
|
@ -74,8 +77,8 @@ bin/rspamc
|
|||
%%DATADIR%%/lua/once_received.lua
|
||||
%%DATADIR%%/lua/phishing.lua
|
||||
%%DATADIR%%/lua/ratelimit.lua
|
||||
%%DATADIR%%/lua/rbl.lua
|
||||
%%DATADIR%%/lua/replies.lua
|
||||
%%DATADIR%%/lua/rbl.lua
|
||||
%%DATADIR%%/lua/rspamd_update.lua
|
||||
%%DATADIR%%/lua/settings.lua
|
||||
%%DATADIR%%/lua/spamassassin.lua
|
||||
|
|
@ -84,12 +87,14 @@ bin/rspamc
|
|||
%%DATADIR%%/rules/forwarding.lua
|
||||
%%DATADIR%%/rules/html.lua
|
||||
%%DATADIR%%/rules/http_headers.lua
|
||||
%%DATADIR%%/rules/mid.lua
|
||||
%%DATADIR%%/rules/misc.lua
|
||||
%%DATADIR%%/rules/regexp/compromised_hosts.lua
|
||||
%%DATADIR%%/rules/regexp/drugs.lua
|
||||
%%DATADIR%%/rules/regexp/fraud.lua
|
||||
%%DATADIR%%/rules/regexp/headers.lua
|
||||
%%DATADIR%%/rules/regexp/lotto.lua
|
||||
%%DATADIR%%/rules/regexp/misc.lua
|
||||
%%DATADIR%%/rules/regexp/upstream_spam_filters.lua
|
||||
%%DATADIR%%/rules/rspamd.classifiers.lua
|
||||
%%DATADIR%%/rules/rspamd.lua
|
||||
|
|
@ -110,19 +115,17 @@ bin/rspamc
|
|||
%%DATADIR%%/www/img/spinner.gif
|
||||
%%DATADIR%%/www/img/spinner.png
|
||||
%%DATADIR%%/www/index.html
|
||||
%%DATADIR%%/www/js/bootstrap.min.js
|
||||
%%DATADIR%%/www/js/d3.min.js
|
||||
%%DATADIR%%/www/js/d3evolution.min.js
|
||||
%%DATADIR%%/www/js/d3pie.min.js
|
||||
%%DATADIR%%/www/js/datatables.min.js
|
||||
%%DATADIR%%/www/js/humanize.min.js
|
||||
%%DATADIR%%/www/js/bootstrap.min.js
|
||||
%%DATADIR%%/www/js/d3.min.js
|
||||
%%DATADIR%%/www/js/jquery-3.1.1.min.js
|
||||
%%DATADIR%%/www/js/jquery.cookie.min.js
|
||||
%%DATADIR%%/www/js/rspamd.js
|
||||
%%DATADIR%%/www/plugins.txt
|
||||
%%DATADIR%%/www/react-index.html
|
||||
etc/newsyslog.conf.d/rspamd.newsyslog.conf
|
||||
lib/rspamd/librspamd-actrie.so
|
||||
man/man1/rspamadm.1.gz
|
||||
man/man1/rspamc.1.gz
|
||||
man/man8/rspamd.8.gz
|
||||
|
|
|
|||
20
multimedia/sabbu/files/patch-Source_util.cpp
Normal file
20
multimedia/sabbu/files/patch-Source_util.cpp
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
--- Source/util.cpp.orig 2005-08-11 14:32:00 UTC
|
||||
+++ Source/util.cpp
|
||||
@@ -523,7 +523,7 @@ char *sgettext (const char *msgid)
|
||||
char *msgval = gettext (msgid);
|
||||
if (msgval == msgid)
|
||||
{
|
||||
- msgval = strrchr (msgid, '|');
|
||||
+ msgval = strrchr ((char *) msgid, '|');
|
||||
if(!msgval)
|
||||
msgval = (char *) msgid;
|
||||
else
|
||||
@@ -536,7 +536,7 @@ char *sgettext (const char *msgid)
|
||||
|
||||
char *sgettext_strip(const char *msgid)
|
||||
{
|
||||
- char *msgval = strrchr(msgid, '|');
|
||||
+ char *msgval = strrchr((char *) msgid, '|');
|
||||
if(!msgval)
|
||||
return (char *) msgid;
|
||||
|
||||
|
|
@ -102,6 +102,7 @@
|
|||
SUBDIR += papyon
|
||||
SUBDIR += pebrot
|
||||
SUBDIR += pecl-stomp
|
||||
SUBDIR += pecl-stomp2
|
||||
SUBDIR += pidgin
|
||||
SUBDIR += pidgin-birthday-reminder
|
||||
SUBDIR += pidgin-bs
|
||||
|
|
|
|||
23
net-im/pecl-stomp2/Makefile
Normal file
23
net-im/pecl-stomp2/Makefile
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= stomp
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= net-im pear
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
PKGNAMESUFFIX= 2
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= dbaio@bsd.com.br
|
||||
COMMENT= PECL extension of stomp client
|
||||
|
||||
LICENSE= PHP301
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
PORTSCOUT= limit:^2.*
|
||||
|
||||
USES= php:ext tar:tgz
|
||||
IGNORE_WITH_PHP= 56
|
||||
CONFLICTS= pecl-stomp-1*
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
net-im/pecl-stomp2/distinfo
Normal file
3
net-im/pecl-stomp2/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1475963392
|
||||
SHA256 (PECL/stomp-2.0.0.tgz) = 7a51195b26e2178bcdacd4ae09023cf50c756964fea85bf3837ab0b2ea7fa727
|
||||
SIZE (PECL/stomp-2.0.0.tgz) = 23422
|
||||
5
net-im/pecl-stomp2/pkg-descr
Normal file
5
net-im/pecl-stomp2/pkg-descr
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
pecl-stomp allows php applications to communicate with any
|
||||
Stomp compliant Message Brokers through easy object oriented
|
||||
and procedural interfaces.
|
||||
|
||||
WWW: http://pecl.php.net/package/stomp
|
||||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= nagstamon
|
||||
PORTVERSION= 1.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-mgmt python
|
||||
MASTER_SITES= https://nagstamon.ifw-dresden.de/files/very_stable/ \
|
||||
LOCAL/ehaupt
|
||||
|
|
@ -13,7 +14,8 @@ COMMENT= Nagios status monitor for your desktop
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
RUN_DEPENDS= sox:audio/sox
|
||||
RUN_DEPENDS= sox:audio/sox \
|
||||
${PYTHON_PKGNAMEPREFIX}keyring>=1.3:security/py-keyring
|
||||
|
||||
USES= cpe python:2
|
||||
CPE_VENDOR= henri_wahl
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= prometheus
|
||||
PORTVERSION= 1.3.1
|
||||
PORTVERSION= 1.4.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= net-mgmt
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1478356328
|
||||
SHA256 (prometheus-prometheus-v1.3.1_GH0.tar.gz) = 6463369891cc9e748e1025a600bc948e95f276830c58b44689165d5d8de7f5f6
|
||||
SIZE (prometheus-prometheus-v1.3.1_GH0.tar.gz) = 4936157
|
||||
TIMESTAMP = 1480434055
|
||||
SHA256 (prometheus-prometheus-v1.4.1_GH0.tar.gz) = 9665fa6fd64442be5f68b78b8e69a4a7904876989bf76f9ec39315d7292b7fa2
|
||||
SIZE (prometheus-prometheus-v1.4.1_GH0.tar.gz) = 5147870
|
||||
|
|
|
|||
|
|
@ -40,8 +40,6 @@ OPTIONS_DEFAULT=
|
|||
COMWARE_DESC= Add experimental support for Comware devices
|
||||
SVN_DESC= Use Subversion instead of CVS
|
||||
|
||||
CONFLICTS= rancid-[0-9]*
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${PORT_OPTIONS:MCOMWARE}
|
||||
|
|
|
|||
|
|
@ -2,14 +2,14 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= zerotier
|
||||
PORTVERSION= 1.1.4
|
||||
PORTVERSION= 1.1.14
|
||||
CATEGORIES= net
|
||||
|
||||
MAINTAINER= corsmith@gmail.com
|
||||
COMMENT= Network virtualization everywhere
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.GPL-3
|
||||
|
||||
USES= gmake
|
||||
USE_RC_SUBR= zerotier
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (zerotier-ZeroTierOne-1.1.4_GH0.tar.gz) = 6ac38829db38b853d712db324928703e4fdc6bec786235e0dd2ddf3a69035c81
|
||||
SIZE (zerotier-ZeroTierOne-1.1.4_GH0.tar.gz) = 11822535
|
||||
TIMESTAMP = 1475533093
|
||||
SHA256 (zerotier-ZeroTierOne-1.1.14_GH0.tar.gz) = d206069ad21c665159cdececb0a20a21758849ad73d91234d709962b26f634af
|
||||
SIZE (zerotier-ZeroTierOne-1.1.14_GH0.tar.gz) = 11320427
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1478997789
|
||||
SHA256 (pkg_replace-20160411.tar.xz) = 437afb1370e3ca4c7f5c4621f532070338e966e261aabc54dc172c6834c5914b
|
||||
SIZE (pkg_replace-20160411.tar.xz) = 16372
|
||||
TIMESTAMP = 1480555711
|
||||
SHA256 (pkg_replace-20161113.tar.xz) = 437afb1370e3ca4c7f5c4621f532070338e966e261aabc54dc172c6834c5914b
|
||||
SIZE (pkg_replace-20161113.tar.xz) = 16372
|
||||
|
|
|
|||
|
|
@ -2,12 +2,11 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hdf5
|
||||
PORTVERSION= 1.8.17
|
||||
PORTVERSION= 1.8.18
|
||||
CATEGORIES= science archivers graphics
|
||||
MASTER_SITES= http://www.hdfgroup.org/ftp/HDF5/current/src/ \
|
||||
ftp://ftp.hdfgroup.org/HDF5/current/src/ \
|
||||
http://www.hdfgroup.org/ftp/HDF5/releases/${DISTNAME}/src/ \
|
||||
ftp://ftp.hdfgroup.org/HDF5/releases/${DISTNAME}/src/
|
||||
MASTER_SITES= https://support.hdfgroup.org/ftp/HDF5/current18/src/ \
|
||||
http://support.hdfgroup.org/ftp/HDF5/current18/src/ \
|
||||
ftp://ftp.hdfgroup.org/HDF5/current18/src/
|
||||
PKGNAMESUFFIX= -18
|
||||
|
||||
MAINTAINER= thierry@FreeBSD.org
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue