*/*: sync with upstream
Taken from: HardenedBSD
This commit is contained in:
parent
aa526dccd1
commit
f0364ab907
64 changed files with 404 additions and 179 deletions
11
audio/libsonic/files/patch-sonic.h
Normal file
11
audio/libsonic/files/patch-sonic.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
--- sonic.h.orig 2018-10-15 14:25:10 UTC
|
||||
+++ sonic.h
|
||||
@@ -189,8 +189,6 @@ struct sonicBitmapStruct {
|
||||
int numCols;
|
||||
};
|
||||
|
||||
-typedef struct sonicBitmapStruct* sonicBitmap;
|
||||
-
|
||||
/* Enable coomputation of a spectrogram on the fly. */
|
||||
void sonicComputeSpectrogram(sonicStream stream);
|
||||
|
||||
|
|
@ -13,7 +13,7 @@ WRKSRC_SUBDIR= src-qt5
|
|||
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
||||
|
||||
MAKE_JOBS_UNSAFE=yes
|
||||
USES= qmake qt:5 shebangfix tar:xz
|
||||
USES= compiler:c++11-lang gl qmake qt:5 shebangfix tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
USE_QT= core gui network svg linguist \
|
||||
buildtools x11extras widgets multimedia
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= fio
|
||||
PORTVERSION= 3.12
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= benchmarks
|
||||
MASTER_SITES= http://brick.kernel.dk/snaps/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
--- benchmarks/fio/files/patch-arch_arch-arm.h (nonexistent)
|
||||
+++ benchmarks/fio/files/patch-arch_arch-arm.h (working copy)
|
||||
@@ -0,0 +1,12 @@
|
||||
+--- arch/arch-arm.h.orig 2018-05-07 14:59:32 UTC
|
||||
++++ arch/arch-arm.h
|
||||
+@@ -6,7 +6,8 @@
|
||||
+ #if defined (__ARM_ARCH_4__) || defined (__ARM_ARCH_4T__) \
|
||||
+ || defined (__ARM_ARCH_5__) || defined (__ARM_ARCH_5T__) || defined (__ARM_ARCH_5E__)\
|
||||
+ || defined (__ARM_ARCH_5TE__) || defined (__ARM_ARCH_5TEJ__) \
|
||||
+- || defined(__ARM_ARCH_6__) || defined(__ARM_ARCH_6J__) || defined(__ARM_ARCH_6Z__) || defined(__ARM_ARCH_6ZK__)
|
||||
++ || defined(__ARM_ARCH_6__) || defined(__ARM_ARCH_6J__) || defined(__ARM_ARCH_6Z__) || defined(__ARM_ARCH_6ZK__) \
|
||||
++ || defined(__ARM_ARCH_6KZ__)
|
||||
+ #define nop __asm__ __volatile__("mov\tr0,r0\t@ nop\n\t")
|
||||
+ #define read_barrier() __asm__ __volatile__ ("" : : : "memory")
|
||||
+ #define write_barrier() __asm__ __volatile__ ("" : : : "memory")
|
||||
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cassandra-cpp-driver
|
||||
PORTVERSION= 2.9.0
|
||||
PORTVERSION= 2.10.0
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= gahr@FreeBSD.org
|
||||
|
|
@ -12,17 +12,13 @@ LICENSE= APACHE20
|
|||
|
||||
LIB_DEPENDS= libuv.so:devel/libuv
|
||||
|
||||
BROKEN_powerpc64= fails to compile: reader.h: warning: comparison is always true due to limited range of data type
|
||||
|
||||
USES= cmake:outsource compiler:c++11-lang pkgconfig pathfix ssl
|
||||
USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= datastax
|
||||
GH_PROJECT= cpp-driver
|
||||
|
||||
USES= cmake:outsource pkgconfig pathfix ssl
|
||||
CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR:STRING=lib \
|
||||
-DCASS_BUILD_STATIC:BOOL=ON
|
||||
|
||||
USE_LDCONFIG= yes
|
||||
CMAKE_ARGS= -DCMAKE_INSTALL_LIBDIR:STRING=lib -DCASS_BUILD_STATIC:BOOL=ON
|
||||
|
||||
PLIST_FILES= include/cassandra.h \
|
||||
lib/libcassandra.so \
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1523520254
|
||||
SHA256 (datastax-cpp-driver-2.9.0_GH0.tar.gz) = 9c61e58092b0ffc1b2bf783e66481565bd7c49424e94bd8d4a2a8936488dff25
|
||||
SIZE (datastax-cpp-driver-2.9.0_GH0.tar.gz) = 9178588
|
||||
TIMESTAMP = 1541004927
|
||||
SHA256 (datastax-cpp-driver-2.10.0_GH0.tar.gz) = 3ac2d0f03eeb22b893a9f6b5b124276936e19b194f8065d3683e0aa8bb4aecb4
|
||||
SIZE (datastax-cpp-driver-2.10.0_GH0.tar.gz) = 9366791
|
||||
|
|
|
|||
|
|
@ -1,11 +0,0 @@
|
|||
--- cmake/modules/CppDriver.cmake.orig 2018-06-23 19:55:39 UTC
|
||||
+++ cmake/modules/CppDriver.cmake
|
||||
@@ -372,6 +372,8 @@ macro(CassUseLibuv)
|
||||
|
||||
if (EXISTS "${LIBUV_INCLUDE_DIR}/uv-version.h")
|
||||
set(LIBUV_VERSION_HEADER_FILE "${LIBUV_INCLUDE_DIR}/uv-version.h")
|
||||
+ elseif (EXISTS "${LIBUV_INCLUDE_DIR}/uv/version.h")
|
||||
+ set(LIBUV_VERSION_HEADER_FILE "${LIBUV_INCLUDE_DIR}/uv/version.h")
|
||||
else()
|
||||
set(LIBUV_VERSION_HEADER_FILE "${LIBUV_INCLUDE_DIR}/uv.h")
|
||||
endif()
|
||||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate-utils
|
||||
PORTVERSION= 1.20.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.20.1
|
||||
CATEGORIES= deskutils mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1519700943
|
||||
SHA256 (mate/mate-utils-1.20.0.tar.xz) = f4c2ca4fe533538976412c0fab282a1c8e61f4987bc920d7a452b1131f9a4681
|
||||
SIZE (mate/mate-utils-1.20.0.tar.xz) = 6493640
|
||||
TIMESTAMP = 1541418546
|
||||
SHA256 (mate/mate-utils-1.20.1.tar.xz) = 6a1e0bba9c117f8ce81bb271d2182006524250fe9e31f2fc904f6403453020cf
|
||||
SIZE (mate/mate-utils-1.20.1.tar.xz) = 6484584
|
||||
|
|
|
|||
|
|
@ -558,8 +558,11 @@ share/locale/en_GB/LC_MESSAGES/mate-utils.mo
|
|||
share/locale/eo/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/es/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/es_AR/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/es_CL/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/es_CO/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/es_ES/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/es_MX/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/es_PR/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/et/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/eu/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/fa/LC_MESSAGES/mate-utils.mo
|
||||
|
|
@ -567,15 +570,20 @@ share/locale/fi/LC_MESSAGES/mate-utils.mo
|
|||
share/locale/fr/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/fr_CA/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/frp/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/fur/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/fy/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ga/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/gl/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/gu/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ha/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/he/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/hi/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/hr/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/hu/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/hy/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ia/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/id/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ig/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/is/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/it/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ja/LC_MESSAGES/mate-utils.mo
|
||||
|
|
@ -584,13 +592,16 @@ share/locale/ka/LC_MESSAGES/mate-utils.mo
|
|||
share/locale/kk/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/kn/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ko/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ks/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ku/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ku_IQ/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ky/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/li/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/lt/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/lv/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/mai/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/mg/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/mi/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/mk/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ml/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/mn/LC_MESSAGES/mate-utils.mo
|
||||
|
|
@ -601,6 +612,7 @@ share/locale/nds/LC_MESSAGES/mate-utils.mo
|
|||
share/locale/ne/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/nl/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/nn/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/nso/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/oc/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/or/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/pa/LC_MESSAGES/mate-utils.mo
|
||||
|
|
@ -612,6 +624,7 @@ share/locale/pt_BR/LC_MESSAGES/mate-utils.mo
|
|||
share/locale/ro/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ru/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/rw/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/sc/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/si/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/sk/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/sl/LC_MESSAGES/mate-utils.mo
|
||||
|
|
@ -622,7 +635,9 @@ share/locale/sv/LC_MESSAGES/mate-utils.mo
|
|||
share/locale/ta/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/te/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/th/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/tk/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/tr/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/tt/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ug/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/uk/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/ur/LC_MESSAGES/mate-utils.mo
|
||||
|
|
@ -630,9 +645,12 @@ share/locale/uz/LC_MESSAGES/mate-utils.mo
|
|||
share/locale/vi/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/wa/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/xh/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/yi/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/yo/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/mate-utils.mo
|
||||
share/locale/zu/LC_MESSAGES/mate-utils.mo
|
||||
share/mate-dict/sources/default.desktop
|
||||
share/mate-dict/sources/thai.desktop
|
||||
share/mate-dictionary/dictionary-applet-menu.xml
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mozo
|
||||
PORTVERSION= 1.20.0
|
||||
PORTVERSION= 1.20.1
|
||||
CATEGORIES= deskutils mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1519701445
|
||||
SHA256 (mate/mozo-1.20.0.tar.xz) = ef20df929fa89e33e818be5038cb222ed5022165a751435a53d2ddabda560884
|
||||
SIZE (mate/mozo-1.20.0.tar.xz) = 175684
|
||||
TIMESTAMP = 1541423902
|
||||
SHA256 (mate/mozo-1.20.1.tar.xz) = 377b7fb55c66f3b57593cb800ba997d437f8c8b59a4d402953221634f0e2339b
|
||||
SIZE (mate/mozo-1.20.1.tar.xz) = 175920
|
||||
|
|
|
|||
|
|
@ -1,19 +1,19 @@
|
|||
bin/mozo
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/MainWindow.py
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/MainWindow.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/MainWindow.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/MainWindow.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/MenuEditor.py
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/MenuEditor.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/MenuEditor.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/MenuEditor.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/__init__.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/__init__.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/__init__.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/config.py
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/config.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/config.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/config.%%PYTHON_PYOEXTENSION%%
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/util.py
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/util.pyc
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/util.pyo
|
||||
%%PYTHON_SITELIBDIR%%/Mozo/util.%%PYTHON_PYOEXTENSION%%
|
||||
man/man1/mozo.1.gz
|
||||
share/applications/mozo.desktop
|
||||
share/icons/hicolor/16x16/apps/mozo.png
|
||||
|
|
@ -28,6 +28,7 @@ share/locale/an/LC_MESSAGES/mozo.mo
|
|||
share/locale/ar/LC_MESSAGES/mozo.mo
|
||||
share/locale/as/LC_MESSAGES/mozo.mo
|
||||
share/locale/ast/LC_MESSAGES/mozo.mo
|
||||
share/locale/az/LC_MESSAGES/mozo.mo
|
||||
share/locale/be/LC_MESSAGES/mozo.mo
|
||||
share/locale/bg/LC_MESSAGES/mozo.mo
|
||||
share/locale/bn/LC_MESSAGES/mozo.mo
|
||||
|
|
@ -52,7 +53,9 @@ share/locale/es/LC_MESSAGES/mozo.mo
|
|||
share/locale/es_AR/LC_MESSAGES/mozo.mo
|
||||
share/locale/es_CL/LC_MESSAGES/mozo.mo
|
||||
share/locale/es_CO/LC_MESSAGES/mozo.mo
|
||||
share/locale/es_ES/LC_MESSAGES/mozo.mo
|
||||
share/locale/es_MX/LC_MESSAGES/mozo.mo
|
||||
share/locale/es_PR/LC_MESSAGES/mozo.mo
|
||||
share/locale/es_VE/LC_MESSAGES/mozo.mo
|
||||
share/locale/et/LC_MESSAGES/mozo.mo
|
||||
share/locale/eu/LC_MESSAGES/mozo.mo
|
||||
|
|
@ -66,12 +69,15 @@ share/locale/fy/LC_MESSAGES/mozo.mo
|
|||
share/locale/ga/LC_MESSAGES/mozo.mo
|
||||
share/locale/gl/LC_MESSAGES/mozo.mo
|
||||
share/locale/gu/LC_MESSAGES/mozo.mo
|
||||
share/locale/ha/LC_MESSAGES/mozo.mo
|
||||
share/locale/he/LC_MESSAGES/mozo.mo
|
||||
share/locale/hi/LC_MESSAGES/mozo.mo
|
||||
share/locale/hr/LC_MESSAGES/mozo.mo
|
||||
share/locale/hu/LC_MESSAGES/mozo.mo
|
||||
share/locale/hy/LC_MESSAGES/mozo.mo
|
||||
share/locale/ia/LC_MESSAGES/mozo.mo
|
||||
share/locale/id/LC_MESSAGES/mozo.mo
|
||||
share/locale/ig/LC_MESSAGES/mozo.mo
|
||||
share/locale/is/LC_MESSAGES/mozo.mo
|
||||
share/locale/it/LC_MESSAGES/mozo.mo
|
||||
share/locale/ja/LC_MESSAGES/mozo.mo
|
||||
|
|
@ -82,10 +88,12 @@ share/locale/ko/LC_MESSAGES/mozo.mo
|
|||
share/locale/ku/LC_MESSAGES/mozo.mo
|
||||
share/locale/ku_IQ/LC_MESSAGES/mozo.mo
|
||||
share/locale/ky/LC_MESSAGES/mozo.mo
|
||||
share/locale/li/LC_MESSAGES/mozo.mo
|
||||
share/locale/lt/LC_MESSAGES/mozo.mo
|
||||
share/locale/lv/LC_MESSAGES/mozo.mo
|
||||
share/locale/mai/LC_MESSAGES/mozo.mo
|
||||
share/locale/mg/LC_MESSAGES/mozo.mo
|
||||
share/locale/mi/LC_MESSAGES/mozo.mo
|
||||
share/locale/mk/LC_MESSAGES/mozo.mo
|
||||
share/locale/ml/LC_MESSAGES/mozo.mo
|
||||
share/locale/mn/LC_MESSAGES/mozo.mo
|
||||
|
|
@ -96,6 +104,7 @@ share/locale/nds/LC_MESSAGES/mozo.mo
|
|||
share/locale/ne/LC_MESSAGES/mozo.mo
|
||||
share/locale/nl/LC_MESSAGES/mozo.mo
|
||||
share/locale/nn/LC_MESSAGES/mozo.mo
|
||||
share/locale/nso/LC_MESSAGES/mozo.mo
|
||||
share/locale/oc/LC_MESSAGES/mozo.mo
|
||||
share/locale/or/LC_MESSAGES/mozo.mo
|
||||
share/locale/pa/LC_MESSAGES/mozo.mo
|
||||
|
|
@ -106,6 +115,8 @@ share/locale/pt/LC_MESSAGES/mozo.mo
|
|||
share/locale/pt_BR/LC_MESSAGES/mozo.mo
|
||||
share/locale/ro/LC_MESSAGES/mozo.mo
|
||||
share/locale/ru/LC_MESSAGES/mozo.mo
|
||||
share/locale/rw/LC_MESSAGES/mozo.mo
|
||||
share/locale/sc/LC_MESSAGES/mozo.mo
|
||||
share/locale/si/LC_MESSAGES/mozo.mo
|
||||
share/locale/sk/LC_MESSAGES/mozo.mo
|
||||
share/locale/sl/LC_MESSAGES/mozo.mo
|
||||
|
|
@ -116,12 +127,19 @@ share/locale/sv/LC_MESSAGES/mozo.mo
|
|||
share/locale/ta/LC_MESSAGES/mozo.mo
|
||||
share/locale/te/LC_MESSAGES/mozo.mo
|
||||
share/locale/th/LC_MESSAGES/mozo.mo
|
||||
share/locale/tk/LC_MESSAGES/mozo.mo
|
||||
share/locale/tr/LC_MESSAGES/mozo.mo
|
||||
share/locale/ug/LC_MESSAGES/mozo.mo
|
||||
share/locale/uk/LC_MESSAGES/mozo.mo
|
||||
share/locale/ur/LC_MESSAGES/mozo.mo
|
||||
share/locale/uz/LC_MESSAGES/mozo.mo
|
||||
share/locale/vi/LC_MESSAGES/mozo.mo
|
||||
share/locale/wa/LC_MESSAGES/mozo.mo
|
||||
share/locale/xh/LC_MESSAGES/mozo.mo
|
||||
share/locale/yi/LC_MESSAGES/mozo.mo
|
||||
share/locale/yo/LC_MESSAGES/mozo.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/mozo.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/mozo.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/mozo.mo
|
||||
share/locale/zu/LC_MESSAGES/mozo.mo
|
||||
%%DATADIR%%/mozo.ui
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
PORTNAME= heimdall
|
||||
PORTVERSION= 1.4.2
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= ehaupt@FreeBSD.org
|
||||
|
|
@ -13,10 +13,8 @@ COMMENT= Tool suite used to flash firmware onto Samsung mobile devices
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake
|
||||
USES= compiler:c++11-lang cmake
|
||||
USE_GITHUB= yes
|
||||
# does not compile with clang 6.0.0
|
||||
USE_GCC= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS GUI
|
||||
OPTIONS_DEFAULT=GUI
|
||||
|
|
|
|||
17
devel/heimdall/files/patch-libpit_source_libpit.h
Normal file
17
devel/heimdall/files/patch-libpit_source_libpit.h
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
--- libpit/source/libpit.h.orig 2017-05-11 18:34:25 UTC
|
||||
+++ libpit/source/libpit.h
|
||||
@@ -25,14 +25,6 @@
|
||||
#pragma warning(disable : 4996)
|
||||
#endif
|
||||
|
||||
-#if (!(defined _MSC_VER) || (_MSC_VER < 1700))
|
||||
-
|
||||
-#ifndef nullptr
|
||||
-#define nullptr 0
|
||||
-#endif
|
||||
-
|
||||
-#endif
|
||||
-
|
||||
// C/C++ Standard Library
|
||||
#include <cstring>
|
||||
#include <string>
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= jenkins
|
||||
PORTVERSION= 2.149
|
||||
PORTVERSION= 2.150
|
||||
CATEGORIES= devel java
|
||||
MASTER_SITES= http://mirrors.jenkins-ci.org/war/${PORTVERSION}/
|
||||
DISTNAME= jenkins
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1540831670
|
||||
SHA256 (jenkins/2.149/jenkins.war) = 9283a72b5560802134c52ea2c46608cfb9d2f6cdae7c5dd2f08da09fc7ae4eca
|
||||
SIZE (jenkins/2.149/jenkins.war) = 75915859
|
||||
TIMESTAMP = 1541441134
|
||||
SHA256 (jenkins/2.150/jenkins.war) = 90e827e570d013551157e78249b50806f5c3953f9845b634f5c0fc542bf54b9a
|
||||
SIZE (jenkins/2.150/jenkins.war) = 75906645
|
||||
|
|
|
|||
|
|
@ -15,7 +15,8 @@ BUILD_DEPENDS= ${LOCALBASE}/include/mdds-1.2/mdds/global.hpp:devel/mdds
|
|||
LIB_DEPENDS= libboost_system.so:devel/boost-libs
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= compiler:c++11-lib libtool pathfix pkgconfig tar:xz
|
||||
USES= compiler:c++11-lib libtool localbase:ldflags pathfix pkgconfig tar:xz
|
||||
USE_CXXSTD= c++11
|
||||
USE_LDCONFIG= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
|
|
@ -23,7 +24,5 @@ CONFIGURE_ARGS= --disable-spreadsheet-model --disable-werror \
|
|||
--with-boost="${LOCALBASE}" \
|
||||
--with-boost-system=boost_system \
|
||||
--disable-python
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -40,13 +40,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.13.1a0.2018.10.31
|
||||
ISCVERSION= 9.13.1a0.2018.11.02
|
||||
# XXX: Remove gitlab
|
||||
USE_GITLAB= yes
|
||||
GL_SITE= https://gitlab.isc.org
|
||||
GL_ACCOUNT= isc-projects
|
||||
GL_PROJECT= bind9
|
||||
GL_COMMIT= 97bb9b2be91af38b7d70aeac76581f5402776c73
|
||||
GL_COMMIT= d88efa7e40cbf244ca7886d8ddf0f0361ce8a518
|
||||
|
||||
CPE_VENDOR= isc
|
||||
CPE_VERSION= ${ISCVERSION:C/-.*//}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1540998998
|
||||
SHA256 (isc-projects-bind9-97bb9b2be91af38b7d70aeac76581f5402776c73_GL0.tar.gz) = c477c852f21ffa900b95d36d8d2fc3240139b3675ccc7321e0be9d0e47318ffe
|
||||
SIZE (isc-projects-bind9-97bb9b2be91af38b7d70aeac76581f5402776c73_GL0.tar.gz) = 7267166
|
||||
TIMESTAMP = 1541405974
|
||||
SHA256 (isc-projects-bind9-d88efa7e40cbf244ca7886d8ddf0f0361ce8a518_GL0.tar.gz) = b8794031fcf4552f7cd305c2787bc4c6389e8ce35915c6a01212dc8877f04bdd
|
||||
SIZE (isc-projects-bind9-d88efa7e40cbf244ca7886d8ddf0f0361ce8a518_GL0.tar.gz) = 7266983
|
||||
|
|
|
|||
|
|
@ -30,6 +30,9 @@ BROKEN_armv6 = fails to build: Child process terminated abnormally: Segmentatio
|
|||
BROKEN_armv7 = fails to build: Child process terminated abnormally: Segmentation fault
|
||||
BROKEN_powerpc64= fails to configure: checking for botan/botan.h... no
|
||||
|
||||
BROKEN_FreeBSD_12= fails with sig11
|
||||
BROKEN_FreeBSD_13= fails with sig11
|
||||
|
||||
USES= compiler:c++11-lang pathfix pkgconfig libtool python:3.4+ autoreconf ssl
|
||||
USE_CSTD= gnu99
|
||||
USE_CXXSTD= gnu++98
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@
|
|||
SUBDIR += emacs
|
||||
SUBDIR += emacs-devel
|
||||
SUBDIR += encryptpad
|
||||
SUBDIR += featherpad
|
||||
SUBDIR += fileobj
|
||||
SUBDIR += flim
|
||||
SUBDIR += focuswriter
|
||||
|
|
|
|||
25
editors/featherpad/Makefile
Normal file
25
editors/featherpad/Makefile
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Created by: Olivier Duchateau
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= featherpad
|
||||
PORTVERSION= 0.9.1
|
||||
DISTVERSIONPREFIX= V
|
||||
CATEGORIES= editors
|
||||
|
||||
MAINTAINER= jsm@FreeBSD.org
|
||||
COMMENT= Lightweight Qt5 plain-text editor
|
||||
|
||||
LICENSE= GPLv3
|
||||
|
||||
USES= compiler:c++11-lang desktop-file-utils pkgconfig qmake:outsource qt:5 gl
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= tsujan
|
||||
GH_PROJECT= FeatherPad
|
||||
|
||||
USE_QT= buildtools_build core gui printsupport network \
|
||||
svg widgets x11extras linguisttools
|
||||
USE_XORG= x11
|
||||
USE_GL= gl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
editors/featherpad/distinfo
Normal file
3
editors/featherpad/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1540720816
|
||||
SHA256 (tsujan-FeatherPad-V0.9.1_GH0.tar.gz) = caa704e4509bcc460b1113eabd42b9be7fcf8b494681fcaba7eb87ee6209350a
|
||||
SIZE (tsujan-FeatherPad-V0.9.1_GH0.tar.gz) = 590391
|
||||
4
editors/featherpad/pkg-descr
Normal file
4
editors/featherpad/pkg-descr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
FeatherPad is a lightweight Qt5 plain-text editor. It is independent of
|
||||
any desktop environment.
|
||||
|
||||
WWW: https://github.com/tsujan/FeatherPad
|
||||
16
editors/featherpad/pkg-plist
Normal file
16
editors/featherpad/pkg-plist
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
bin/featherpad
|
||||
bin/fpad
|
||||
share/applications/featherpad.desktop
|
||||
%%DATADIR%%/help
|
||||
%%DATADIR%%/translations/featherpad_cy.qm
|
||||
%%DATADIR%%/translations/featherpad_da.qm
|
||||
%%DATADIR%%/translations/featherpad_de.qm
|
||||
%%DATADIR%%/translations/featherpad_eo.qm
|
||||
%%DATADIR%%/translations/featherpad_es.qm
|
||||
%%DATADIR%%/translations/featherpad_fr.qm
|
||||
%%DATADIR%%/translations/featherpad_lt.qm
|
||||
%%DATADIR%%/translations/featherpad_pl.qm
|
||||
%%DATADIR%%/translations/featherpad_ru.qm
|
||||
%%DATADIR%%/translations/featherpad_tr.qm
|
||||
%%DATADIR%%/translations/featherpad_zh_CN.qm
|
||||
share/icons/hicolor/scalable/apps/featherpad.svg
|
||||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= pluma
|
||||
PORTVERSION= 1.20.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.20.2
|
||||
CATEGORIES= editors mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1523144240
|
||||
SHA256 (mate/pluma-1.20.1.tar.xz) = e346d447b376537eb7f8937a7b1cfd15eee983d516e3d0fafd019bdfaeff5925
|
||||
SIZE (mate/pluma-1.20.1.tar.xz) = 3414916
|
||||
TIMESTAMP = 1541426112
|
||||
SHA256 (mate/pluma-1.20.2.tar.xz) = fd43421d13ceeb0d8b316b127c738914f89c6449b588cccc4f4c26fae67f26e2
|
||||
SIZE (mate/pluma-1.20.2.tar.xz) = 3504720
|
||||
|
|
|
|||
|
|
@ -25,16 +25,16 @@ lib/pluma/plugins/changecase.plugin
|
|||
lib/pluma/plugins/docinfo.plugin
|
||||
lib/pluma/plugins/externaltools.plugin
|
||||
lib/pluma/plugins/externaltools/__init__.py
|
||||
lib/pluma/plugins/externaltools/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/externaltools/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/externaltools/__pycache__/filelookup.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/externaltools/__pycache__/filelookup.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/externaltools/__pycache__/linkparsing.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/externaltools/__pycache__/linkparsing.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/externaltools/__pycache__/manager.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/externaltools/__pycache__/manager.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/externaltools/__pycache__/outputpanel.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/externaltools/__pycache__/outputpanel.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/externaltools/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/externaltools/__pycache__/__init__.cpython-36.pyc
|
||||
lib/pluma/plugins/externaltools/__pycache__/filelookup.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/externaltools/__pycache__/filelookup.cpython-36.pyc
|
||||
lib/pluma/plugins/externaltools/__pycache__/linkparsing.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/externaltools/__pycache__/linkparsing.cpython-36.pyc
|
||||
lib/pluma/plugins/externaltools/__pycache__/manager.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/externaltools/__pycache__/manager.cpython-36.pyc
|
||||
lib/pluma/plugins/externaltools/__pycache__/outputpanel.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/externaltools/__pycache__/outputpanel.cpython-36.pyc
|
||||
lib/pluma/plugins/externaltools/capture.py
|
||||
lib/pluma/plugins/externaltools/filelookup.py
|
||||
lib/pluma/plugins/externaltools/functions.py
|
||||
|
|
@ -55,22 +55,22 @@ lib/pluma/plugins/libtrailsave.so
|
|||
lib/pluma/plugins/modelines.plugin
|
||||
lib/pluma/plugins/pythonconsole.plugin
|
||||
lib/pluma/plugins/pythonconsole/__init__.py
|
||||
lib/pluma/plugins/pythonconsole/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/pythonconsole/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/pythonconsole/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/pythonconsole/__pycache__/config.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/pythonconsole/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/pythonconsole/__pycache__/__init__.cpython-36.pyc
|
||||
lib/pluma/plugins/pythonconsole/__pycache__/config.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/pythonconsole/__pycache__/config.cpython-36.pyc
|
||||
lib/pluma/plugins/pythonconsole/config.py
|
||||
lib/pluma/plugins/pythonconsole/console.py
|
||||
lib/pluma/plugins/quickopen.plugin
|
||||
lib/pluma/plugins/quickopen/__init__.py
|
||||
lib/pluma/plugins/quickopen/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/quickopen/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/quickopen/__pycache__/popup.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/quickopen/__pycache__/popup.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/quickopen/__pycache__/virtualdirs.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/quickopen/__pycache__/virtualdirs.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/quickopen/__pycache__/windowhelper.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/quickopen/__pycache__/windowhelper.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/quickopen/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/quickopen/__pycache__/__init__.cpython-36.pyc
|
||||
lib/pluma/plugins/quickopen/__pycache__/popup.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/quickopen/__pycache__/popup.cpython-36.pyc
|
||||
lib/pluma/plugins/quickopen/__pycache__/virtualdirs.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/quickopen/__pycache__/virtualdirs.cpython-36.pyc
|
||||
lib/pluma/plugins/quickopen/__pycache__/windowhelper.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/quickopen/__pycache__/windowhelper.cpython-36.pyc
|
||||
lib/pluma/plugins/quickopen/popup.py
|
||||
lib/pluma/plugins/quickopen/virtualdirs.py
|
||||
lib/pluma/plugins/quickopen/windowhelper.py
|
||||
|
|
@ -89,30 +89,30 @@ lib/pluma/plugins/snippets/Snippet.py
|
|||
lib/pluma/plugins/snippets/SubstitutionParser.py
|
||||
lib/pluma/plugins/snippets/WindowHelper.py
|
||||
lib/pluma/plugins/snippets/__init__.py
|
||||
lib/pluma/plugins/snippets/__pycache__/Completion.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/Completion.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/Document.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/Document.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/Exporter.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/Exporter.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/Helper.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/Helper.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/Importer.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/Importer.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/LanguageManager.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/LanguageManager.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/Manager.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/Manager.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/Parser.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/Parser.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/Snippet.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/Snippet.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/SubstitutionParser.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/SubstitutionParser.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/WindowHelper.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/WindowHelper.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/Completion.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/Completion.cpython-36.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/Document.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/Document.cpython-36.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/Exporter.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/Exporter.cpython-36.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/Helper.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/Helper.cpython-36.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/Importer.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/Importer.cpython-36.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/LanguageManager.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/LanguageManager.cpython-36.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/Manager.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/Manager.cpython-36.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/Parser.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/Parser.cpython-36.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/Snippet.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/Snippet.cpython-36.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/SubstitutionParser.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/SubstitutionParser.cpython-36.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/WindowHelper.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/WindowHelper.cpython-36.pyc
|
||||
lib/pluma/plugins/snippets/__pycache__/__init__.cpython-36.%%PYTHON_PYOEXTENSION%%
|
||||
lib/pluma/plugins/snippets/__pycache__/__init__.cpython-36.pyc
|
||||
lib/pluma/plugins/sort.plugin
|
||||
lib/pluma/plugins/spell.plugin
|
||||
lib/pluma/plugins/taglist.plugin
|
||||
|
|
@ -386,15 +386,20 @@ share/locale/fa/LC_MESSAGES/pluma.mo
|
|||
share/locale/fi/LC_MESSAGES/pluma.mo
|
||||
share/locale/fr/LC_MESSAGES/pluma.mo
|
||||
share/locale/fr_CA/LC_MESSAGES/pluma.mo
|
||||
share/locale/fur/LC_MESSAGES/pluma.mo
|
||||
share/locale/fy/LC_MESSAGES/pluma.mo
|
||||
share/locale/ga/LC_MESSAGES/pluma.mo
|
||||
share/locale/gl/LC_MESSAGES/pluma.mo
|
||||
share/locale/gu/LC_MESSAGES/pluma.mo
|
||||
share/locale/ha/LC_MESSAGES/pluma.mo
|
||||
share/locale/he/LC_MESSAGES/pluma.mo
|
||||
share/locale/hi/LC_MESSAGES/pluma.mo
|
||||
share/locale/hr/LC_MESSAGES/pluma.mo
|
||||
share/locale/hu/LC_MESSAGES/pluma.mo
|
||||
share/locale/hy/LC_MESSAGES/pluma.mo
|
||||
share/locale/ia/LC_MESSAGES/pluma.mo
|
||||
share/locale/id/LC_MESSAGES/pluma.mo
|
||||
share/locale/ig/LC_MESSAGES/pluma.mo
|
||||
share/locale/is/LC_MESSAGES/pluma.mo
|
||||
share/locale/it/LC_MESSAGES/pluma.mo
|
||||
share/locale/ja/LC_MESSAGES/pluma.mo
|
||||
|
|
@ -403,10 +408,12 @@ share/locale/ka/LC_MESSAGES/pluma.mo
|
|||
share/locale/kk/LC_MESSAGES/pluma.mo
|
||||
share/locale/kn/LC_MESSAGES/pluma.mo
|
||||
share/locale/ko/LC_MESSAGES/pluma.mo
|
||||
share/locale/ks/LC_MESSAGES/pluma.mo
|
||||
share/locale/ku/LC_MESSAGES/pluma.mo
|
||||
share/locale/ku_IQ/LC_MESSAGES/pluma.mo
|
||||
share/locale/ky/LC_MESSAGES/pluma.mo
|
||||
share/locale/la/LC_MESSAGES/pluma.mo
|
||||
share/locale/li/LC_MESSAGES/pluma.mo
|
||||
share/locale/lt/LC_MESSAGES/pluma.mo
|
||||
share/locale/lv/LC_MESSAGES/pluma.mo
|
||||
share/locale/mai/LC_MESSAGES/pluma.mo
|
||||
|
|
@ -422,6 +429,7 @@ share/locale/nds/LC_MESSAGES/pluma.mo
|
|||
share/locale/ne/LC_MESSAGES/pluma.mo
|
||||
share/locale/nl/LC_MESSAGES/pluma.mo
|
||||
share/locale/nn/LC_MESSAGES/pluma.mo
|
||||
share/locale/nso/LC_MESSAGES/pluma.mo
|
||||
share/locale/oc/LC_MESSAGES/pluma.mo
|
||||
share/locale/or/LC_MESSAGES/pluma.mo
|
||||
share/locale/pa/LC_MESSAGES/pluma.mo
|
||||
|
|
@ -445,15 +453,20 @@ share/locale/te/LC_MESSAGES/pluma.mo
|
|||
share/locale/th/LC_MESSAGES/pluma.mo
|
||||
share/locale/tk/LC_MESSAGES/pluma.mo
|
||||
share/locale/tr/LC_MESSAGES/pluma.mo
|
||||
share/locale/tt/LC_MESSAGES/pluma.mo
|
||||
share/locale/ug/LC_MESSAGES/pluma.mo
|
||||
share/locale/uk/LC_MESSAGES/pluma.mo
|
||||
share/locale/ur/LC_MESSAGES/pluma.mo
|
||||
share/locale/uz/LC_MESSAGES/pluma.mo
|
||||
share/locale/vi/LC_MESSAGES/pluma.mo
|
||||
share/locale/wa/LC_MESSAGES/pluma.mo
|
||||
share/locale/xh/LC_MESSAGES/pluma.mo
|
||||
share/locale/yi/LC_MESSAGES/pluma.mo
|
||||
share/locale/yo/LC_MESSAGES/pluma.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/pluma.mo
|
||||
share/locale/zh_HK/LC_MESSAGES/pluma.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/pluma.mo
|
||||
share/locale/zu/LC_MESSAGES/pluma.mo
|
||||
%%DATADIR%%/icons/pluma-plugin.png
|
||||
%%DATADIR%%/plugins/docinfo/docinfo.ui
|
||||
%%DATADIR%%/plugins/externaltools/tools/build
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= ppsspp
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION?= 1.7.1
|
||||
DISTVERSION?= 1.7.2
|
||||
PORTREVISION?= 0
|
||||
CATEGORIES= emulators
|
||||
# XXX Get from Debian once #697821 lands
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
TIMESTAMP = 1541080274
|
||||
TIMESTAMP = 1541263050
|
||||
SHA256 (ppsspp.1) = 64a7cca4c3a5fc6ad5b63399edef9056b0c85ea68fed00fb7e97f4b2724e503b
|
||||
SIZE (ppsspp.1) = 1598
|
||||
SHA256 (hrydgard-ppsspp-v1.7.1_GH0.tar.gz) = 4c325d585407f65b7b4012c407e3e2f246e57e821f780c3af12aa2874356f2bd
|
||||
SIZE (hrydgard-ppsspp-v1.7.1_GH0.tar.gz) = 19484840
|
||||
SHA256 (hrydgard-ppsspp-v1.7.2_GH0.tar.gz) = 3882fdacfc80a6411ae82c419effed7012bd2d8f68dcfdb90aa8cef4e9ff07ab
|
||||
SIZE (hrydgard-ppsspp-v1.7.2_GH0.tar.gz) = 19484907
|
||||
SHA256 (hrydgard-glslang-29619b23_GH0.tar.gz) = d1779812444d1514701ae41e9f07ecf368a29a8ce43452ef17601494cd27e672
|
||||
SIZE (hrydgard-glslang-29619b23_GH0.tar.gz) = 2351816
|
||||
SHA256 (hrydgard-ppsspp-lang-f60be49_GH0.tar.gz) = 5dffccd8f5dcabcc37a8f7d3a634226f3591b79d8b483c6820720371e828dbbe
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ PORTNAME= aquaria
|
|||
DISTVERSIONPREFIX= OSE-v
|
||||
DISTVERSION= 1.002-22
|
||||
DISTVERSIONSUFFIX= -g84366ad
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= games
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
|
@ -26,7 +26,7 @@ USES= cmake lua:51 openal pkgconfig
|
|||
EXCLUDE= AL FTGL GL SDL* freetype2 glm glpng/png glpng/zlib \
|
||||
libogg-* libvorbis-* lua-* tinyxml2*
|
||||
EXTRACT_AFTER_ARGS=${EXCLUDE:S,^,--exclude ExternalLibs/,}
|
||||
CMAKE_ARGS= AQUARIA_DEFAULT_DATA_DIR:PATH="${DATADIR}"
|
||||
CMAKE_ARGS= -DAQUARIA_DEFAULT_DATA_DIR:PATH="${DATADIR}"
|
||||
CMAKE_OFF= AQUARIA_INTERNAL_FREETYPE \
|
||||
AQUARIA_INTERNAL_FTGL \
|
||||
AQUARIA_INTERNAL_LUA \
|
||||
|
|
|
|||
|
|
@ -18,9 +18,8 @@ COMMENT= Japanese enhancement of GNU groff
|
|||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BROKEN= fails to build
|
||||
|
||||
USES= iconv:wchar_t cpe gmake makeinfo shebangfix
|
||||
|
||||
SHEBANG_FILES= src/utils/afmtodit/afmtodit.pl \
|
||||
contrib/mm/mmroff.pl
|
||||
CPE_VENDOR= gnu
|
||||
|
|
|
|||
10
japanese/groff/files/patch-src-devices-grolbp-charset.h
Normal file
10
japanese/groff/files/patch-src-devices-grolbp-charset.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--- src/devices/grolbp/charset.h.orig 2000-02-27 01:42:07 UTC
|
||||
+++ src/devices/grolbp/charset.h
|
||||
@@ -1,6 +1,6 @@
|
||||
// Definition of the WP54 character set
|
||||
|
||||
-char symset[] = {
|
||||
+unsigned char symset[] = {
|
||||
0x57,0x50,0x35,0x34,0x00,0x41,0x76,0x61,0x6e,0x74,0x47,0x61,
|
||||
0x72,0x64,0x65,0x2d,0x42,0x6f,0x6f,0x6b,0x00,0x41,0x76,
|
||||
0x61,0x6e,0x74,0x47,0x61,0x72,0x64,0x65,0x2d,0x44,0x65,
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= duktape
|
||||
DISTVERSION= 2.2.1
|
||||
DISTVERSION= 2.3.0
|
||||
CATEGORIES= lang devel
|
||||
MASTER_SITES= http://duktape.org/
|
||||
PKGNAMESUFFIX= -lib
|
||||
|
|
@ -12,7 +12,7 @@ COMMENT= Embeddable Javascript engine (shared lib)
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
||||
|
||||
USES= tar:xz
|
||||
USES= gmake tar:xz
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAKEFILE= Makefile.sharedlibrary
|
||||
|
|
@ -21,9 +21,9 @@ do-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/src/duktape.h ${STAGEDIR}${PREFIX}/include
|
||||
${INSTALL_DATA} ${WRKSRC}/src/duk_config.h ${STAGEDIR}${PREFIX}/include
|
||||
.for l in libduktape.so libduktaped.so
|
||||
${INSTALL_LIB} ${WRKSRC}/${l}.202.20201 ${STAGEDIR}${PREFIX}/lib
|
||||
${RLN} ${STAGEDIR}${PREFIX}/lib/${l}.202.20201 ${STAGEDIR}${PREFIX}/lib/${l}
|
||||
${RLN} ${STAGEDIR}${PREFIX}/lib/${l}.202.20201 ${STAGEDIR}${PREFIX}/lib/${l}.202
|
||||
${INSTALL_LIB} ${WRKSRC}/${l}.203.20300 ${STAGEDIR}${PREFIX}/lib
|
||||
${RLN} ${STAGEDIR}${PREFIX}/lib/${l}.203.20300 ${STAGEDIR}${PREFIX}/lib/${l}
|
||||
${RLN} ${STAGEDIR}${PREFIX}/lib/${l}.203.20300 ${STAGEDIR}${PREFIX}/lib/${l}.203
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1524915862
|
||||
SHA256 (duktape-2.2.1.tar.xz) = 3abe2eed2553305262b892c98f550bb1a94cf4fd73b51dc5c176fe08e7ade7f2
|
||||
SIZE (duktape-2.2.1.tar.xz) = 966496
|
||||
TIMESTAMP = 1539089786
|
||||
SHA256 (duktape-2.3.0.tar.xz) = ed6e2f3ab2061628a7aeee27ccff16538ba6a151480cccf2e846bd061e45afe8
|
||||
SIZE (duktape-2.3.0.tar.xz) = 997572
|
||||
|
|
|
|||
|
|
@ -1,16 +1,11 @@
|
|||
--- Makefile.sharedlibrary.orig 2017-09-23 01:06:08 UTC
|
||||
--- Makefile.sharedlibrary.orig 2018-10-09 12:58:18 UTC
|
||||
+++ Makefile.sharedlibrary
|
||||
@@ -44,11 +44,11 @@ all: libduktape.so.$(REAL_VERSION) libdu
|
||||
# to $INSTALL_PREFIX/include on installation.
|
||||
@@ -52,7 +52,7 @@ INSTALL_PREFIX = /usr/local
|
||||
DUKTAPE_SRCDIR = ./src
|
||||
#DUKTAPE_SRCDIR = ./src-noline
|
||||
|
||||
libduktape.so.$(REAL_VERSION):
|
||||
- gcc -shared -fPIC -Wall -Wextra -Os -Wl,-soname,libduktape.so.$(SONAME_VERSION) \
|
||||
+ $(CC) -shared $(CFLAGS) -fPIC -Wall -Wextra -Wl,-soname,libduktape.so.$(SONAME_VERSION) \
|
||||
-o $@ $(DUKTAPE_SRCDIR)/duktape.c
|
||||
-CC = gcc
|
||||
+CC = cc
|
||||
|
||||
libduktaped.so.$(REAL_VERSION):
|
||||
- gcc -shared -fPIC -g -Wall -Wextra -Os -Wl,-soname,libduktaped.so.$(SONAME_VERSION) \
|
||||
+ $(CC) -shared $(CFLAGS) -fPIC -Wall -Wextra -Wl,-soname,libduktaped.so.$(SONAME_VERSION) \
|
||||
-o $@ $(DUKTAPE_SRCDIR)/duktape.c
|
||||
|
||||
# Symlinks depend on platform conventions.
|
||||
.PHONY: all
|
||||
all: libduktape.$(SO_REALNAME_SUFFIX) libduktaped.$(SO_REALNAME_SUFFIX)
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
include/duk_config.h
|
||||
include/duktape.h
|
||||
lib/libduktape.so
|
||||
lib/libduktape.so.202
|
||||
lib/libduktape.so.202.20201
|
||||
lib/libduktape.so.203
|
||||
lib/libduktape.so.203.20300
|
||||
lib/libduktaped.so
|
||||
lib/libduktaped.so.202
|
||||
lib/libduktaped.so.202.20201
|
||||
lib/libduktaped.so.203
|
||||
lib/libduktaped.so.203.20300
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@ TEST_ENV= ${MAKE_ENV} TEST_JOBS=${MAKE_JOBS_NUMBER} \
|
|||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Perl
|
||||
GH_PROJECT= perl5
|
||||
GH_TAGNAME= v5.29.4-24-g9eccdb0c88
|
||||
GH_TAGNAME= v5.29.4-34-g328d907979
|
||||
|
||||
OPTIONS_DEFINE= DEBUG GDBM PERL_64BITINT MULTIPLICITY SITECUSTOMIZE \
|
||||
THREADS PERL_MALLOC DTRACE DOT_INC
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1540998869
|
||||
SHA256 (perl/Perl-perl5-v5.29.4-24-g9eccdb0c88_GH0.tar.gz) = 721615304a8b32383303b3b95bf7c4c3e1605d0c5cbfad25a77ccf7496f5ce8c
|
||||
SIZE (perl/Perl-perl5-v5.29.4-24-g9eccdb0c88_GH0.tar.gz) = 19108900
|
||||
TIMESTAMP = 1541405822
|
||||
SHA256 (perl/Perl-perl5-v5.29.4-34-g328d907979_GH0.tar.gz) = 5965938e1291839059c2ce576a34167e8a579f6ab2873deafcbc4f189b1042f6
|
||||
SIZE (perl/Perl-perl5-v5.29.4-34-g328d907979_GH0.tar.gz) = 19102089
|
||||
|
|
|
|||
|
|
@ -12,8 +12,6 @@ COMMENT= FFT code and related stuff
|
|||
LICENSE= GPLv3+
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.txt
|
||||
|
||||
BROKEN_FreeBSD_10= Fails to build
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
USES= gmake
|
||||
|
|
|
|||
|
|
@ -69,6 +69,7 @@
|
|||
SUBDIR += epte
|
||||
SUBDIR += erd
|
||||
SUBDIR += erkale
|
||||
SUBDIR += esys-particle
|
||||
SUBDIR += fastcap
|
||||
SUBDIR += fasthenry
|
||||
SUBDIR += fisicalab
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ LICENSE= GPLv3
|
|||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_i386= error: static_assert failed "size_t is assumed to be the same size as unsigned long long"
|
||||
BROKEN_FreeBSD_10= /usr/include/c++/v1/memory:4004:35: error: no viable overloaded '='; __e->__weak_this_ = *this;
|
||||
|
||||
LIB_DEPENDS= libboost_serialization.so:devel/boost-libs \
|
||||
libcblas.so:math/cblas
|
||||
|
|
|
|||
25
science/esys-particle/Makefile
Normal file
25
science/esys-particle/Makefile
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= esys-particle
|
||||
DISTVERSION= 2.3.5
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= https://launchpad.net/esys-particle/trunk/${DISTVERSION}/+download/
|
||||
DISTNAME= ESyS-Particle-${DISTVERSION}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Particle-based numerical modelling software
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
|
||||
libmpi.so:net/mpich
|
||||
|
||||
USES= cmake:outsource fortran
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
LDFLAGS+= ${LOCALBASE}/lib/libboost_filesystem.so
|
||||
|
||||
pre-build:
|
||||
@${ECHO} "static int s_bzr_revision=-1;" > ${WRKSRC}/bzrversion.h
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
science/esys-particle/distinfo
Normal file
3
science/esys-particle/distinfo
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1541392871
|
||||
SHA256 (ESyS-Particle-2.3.5.tar.gz) = 97f53fd0056c8f90771e1e2ff91bcea67a419bc68fcd91c68f7df76339680888
|
||||
SIZE (ESyS-Particle-2.3.5.tar.gz) = 8197209
|
||||
22
science/esys-particle/files/patch-CMakeLists.txt
Normal file
22
science/esys-particle/files/patch-CMakeLists.txt
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
--- CMakeLists.txt.orig 2017-01-06 06:14:00 UTC
|
||||
+++ CMakeLists.txt
|
||||
@@ -2,8 +2,8 @@ PROJECT(Esys C CXX)
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
|
||||
|
||||
|
||||
-FIND_PACKAGE(Boost COMPONENTS system filesystem python thread REQUIRED)
|
||||
-INCLUDE(FindPythonLibs)
|
||||
+FIND_PACKAGE(Boost COMPONENTS system filesystem thread REQUIRED)
|
||||
+#INCLUDE(FindPythonLibs)
|
||||
|
||||
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR})
|
||||
INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/Foundation)
|
||||
@@ -25,7 +25,7 @@ ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/To
|
||||
ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/ntable")
|
||||
ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/tml")
|
||||
ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/ppa/src")
|
||||
-ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/Python")
|
||||
+#ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/Python")
|
||||
|
||||
|
||||
ADD_SUBDIRECTORY("${CMAKE_SOURCE_DIR}/Parallel")
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
--- Geometry/SphAggGougeBlock.hpp.orig 2018-11-05 04:51:07 UTC
|
||||
+++ Geometry/SphAggGougeBlock.hpp
|
||||
@@ -36,7 +36,7 @@ namespace esys {
|
||||
void SphAggGougeBlock::visitParticles(TmplVisitor& visitor) const
|
||||
{
|
||||
GougeBlock3D::visitParticles(visitor);
|
||||
- for(vector<SBG_ptr>::iterator it = m_grainParticleGen.begin();
|
||||
+ for(auto it = m_grainParticleGen.begin();
|
||||
it != m_grainParticleGen.end();
|
||||
it++)
|
||||
{
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
--- Tools/StressCalculator/Contact.cpp.orig 2018-11-05 04:44:17 UTC
|
||||
+++ Tools/StressCalculator/Contact.cpp
|
||||
@@ -18,7 +18,7 @@ namespace esys
|
||||
namespace lsm
|
||||
{
|
||||
bool ParticleData::s_is3d = true;
|
||||
- const double ParticleData::FOUR_THIRDS_PI = ((4.0/3.0)*M_PIl);
|
||||
+ const double ParticleData::FOUR_THIRDS_PI = ((4.0/3.0)*M_PI);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
--- Tools/dump2vtk/frame_vtk.cpp.orig 2018-11-05 04:45:11 UTC
|
||||
+++ Tools/dump2vtk/frame_vtk.cpp
|
||||
@@ -1276,7 +1276,7 @@ void writeMeshFile(const string& infilen
|
||||
string header,skip;
|
||||
int numMeshIG;
|
||||
|
||||
- while (datafile >> header != NULL){
|
||||
+ while (datafile >> header){
|
||||
if (header == "TMIG"){
|
||||
datafile >> numMeshIG;
|
||||
for(int ni=0;ni<numMeshIG;ni++){
|
||||
9
science/esys-particle/pkg-descr
Normal file
9
science/esys-particle/pkg-descr
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
ESyS-Particle is Open Source Software for particle-based numerical modelling
|
||||
using the Discrete Element Method (DEM); a widely adapted technique for
|
||||
modelling processes involving large deformations, granular flow and/or
|
||||
fragmentation. ESyS-Particle is best suited for execution on parallel
|
||||
supercomputers, clusters or multi-core PCs running a Linux-based operating
|
||||
system. The C++ DEM simulation engine implements spatial domain decomposition
|
||||
via the Message Passing Interface (MPI).
|
||||
|
||||
WWW: http://www.esys-particle.org/wiki/
|
||||
19
science/esys-particle/pkg-plist
Normal file
19
science/esys-particle/pkg-plist
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
bin/dump2geo
|
||||
bin/dump2vtk
|
||||
bin/fcconv
|
||||
bin/fracextract
|
||||
bin/grainextract
|
||||
bin/raw2tostress
|
||||
bin/rotextract
|
||||
bin/strainextract
|
||||
lib/libFields.so
|
||||
lib/libFoundation.so
|
||||
lib/libGeometry.so
|
||||
lib/libModel.so
|
||||
lib/libParallel.so
|
||||
lib/libTmlComm.so
|
||||
lib/libTmlMessage.so
|
||||
lib/libTmlType.so
|
||||
lib/liblibppa.so
|
||||
lib/libntable.so
|
||||
lib/libpis.so
|
||||
|
|
@ -14,8 +14,8 @@ PORTNAME= ksh93
|
|||
PORTVERSION= ${AST_COMMIT_DATE}
|
||||
CATEGORIES= shells
|
||||
PKGNAMESUFFIX= -devel
|
||||
HASH= 3cf23b9
|
||||
AST_COMMIT_DATE= 2018.11.01
|
||||
HASH= e922047
|
||||
AST_COMMIT_DATE= 2018.11.04
|
||||
|
||||
MAINTAINER= cy@FreeBSD.org
|
||||
COMMENT= Development branch of AT&T KornShell 93
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1541135835
|
||||
SHA256 (att-ast-2018.11.01-3cf23b9_GH0.tar.gz) = 503532785b512c9ab416450094860898b774a547816a6e90e9d79b37ab033d60
|
||||
SIZE (att-ast-2018.11.01-3cf23b9_GH0.tar.gz) = 15268048
|
||||
TIMESTAMP = 1541396416
|
||||
SHA256 (att-ast-2018.11.04-e922047_GH0.tar.gz) = 7d4faa5a8480a29c9381bb15e1d0eab6ec88eb96ca713356700ae0627ad2bbc3
|
||||
SIZE (att-ast-2018.11.04-e922047_GH0.tar.gz) = 15266877
|
||||
|
|
|
|||
|
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate-settings-daemon
|
||||
PORTVERSION= 1.20.1
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.20.3
|
||||
CATEGORIES= sysutils mate
|
||||
MASTER_SITES= MATE
|
||||
DIST_SUBDIR= mate
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1523143875
|
||||
SHA256 (mate/mate-settings-daemon-1.20.1.tar.xz) = 389e829c4bdc7ad9170a4ca9a6d68c90820d17d6b58a1618cd3bfb941d2eacc2
|
||||
SIZE (mate/mate-settings-daemon-1.20.1.tar.xz) = 793260
|
||||
TIMESTAMP = 1541416914
|
||||
SHA256 (mate/mate-settings-daemon-1.20.3.tar.xz) = 13f63f19ea61d1b24349c1c8d4e01ed1df27bd1c1ae8793ef0d034499e170e05
|
||||
SIZE (mate/mate-settings-daemon-1.20.3.tar.xz) = 798016
|
||||
|
|
|
|||
|
|
@ -89,14 +89,31 @@ share/locale/el/LC_MESSAGES/mate-settings-daemon.mo
|
|||
share/locale/en_AU/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/en_CA/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/en_GB/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/eo/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/es/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/es_AR/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/es_CL/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/es_CO/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/es_CR/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/es_DO/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/es_EC/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/es_ES/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/es_MX/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/es_NI/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/es_PA/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/es_PE/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/es_PR/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/es_SV/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/es_UY/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/es_VE/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/et/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/eu/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/fa/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/fi/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/fr/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/frp/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/fur/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/fy/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/ga/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/gl/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/gu/LC_MESSAGES/mate-settings-daemon.mo
|
||||
|
|
@ -136,6 +153,7 @@ share/locale/or/LC_MESSAGES/mate-settings-daemon.mo
|
|||
share/locale/pa/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/pl/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/pms/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/ps/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/pt/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/ro/LC_MESSAGES/mate-settings-daemon.mo
|
||||
|
|
@ -152,6 +170,7 @@ share/locale/ta/LC_MESSAGES/mate-settings-daemon.mo
|
|||
share/locale/te/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/th/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/tr/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/ug/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/uk/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/ur/LC_MESSAGES/mate-settings-daemon.mo
|
||||
share/locale/uz/LC_MESSAGES/mate-settings-daemon.mo
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
PORTNAME= systemsettings
|
||||
DISTVERSION= ${KDE_PLASMA_VERSION}
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= sysutils kde kde-plasma
|
||||
|
||||
MAINTAINER= kde@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -27,6 +27,8 @@ share/doc/HTML/pt/systemsettings/index.cache.bz2
|
|||
share/doc/HTML/pt/systemsettings/index.docbook
|
||||
share/doc/HTML/pt_BR/systemsettings/index.cache.bz2
|
||||
share/doc/HTML/pt_BR/systemsettings/index.docbook
|
||||
share/doc/HTML/ru/systemsettings/index.cache.bz2
|
||||
share/doc/HTML/ru/systemsettings/index.docbook
|
||||
share/doc/HTML/sv/systemsettings/index.cache.bz2
|
||||
share/doc/HTML/sv/systemsettings/index.docbook
|
||||
share/doc/HTML/uk/systemsettings/index.cache.bz2
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ COMMENT= Small HTTP server with support for GET, HEAD, POST, CGI, SSL, IPv6
|
|||
LICENSE= BSD2CLAUSE
|
||||
|
||||
USES= cpe ssl
|
||||
|
||||
CPE_VENDOR= acme
|
||||
|
||||
OPTIONS_DEFINE+= EXAMPLES
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ COMMENT= V8 JavaScript for client and server
|
|||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
BROKEN_FreeBSD_10= upstream has dropped support for FreeBSD 10.x
|
||||
BROKEN_powerpc64= fails to build: KeyError: 'action'
|
||||
ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386 powerpc64
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= i3
|
||||
DISTVERSION= 4.15
|
||||
DISTVERSION= 4.16
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= http://i3wm.org/downloads/
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1521566408
|
||||
SHA256 (i3-4.15.tar.bz2) = 217d524d1fbc85ae346b25f6848d1b7bcd2c23184ec88d29114bf5a621385326
|
||||
SIZE (i3-4.15.tar.bz2) = 1196263
|
||||
TIMESTAMP = 1541408929
|
||||
SHA256 (i3-4.16.tar.bz2) = cc60a5f518c5e37b4143b644a840bb2ad2a63ea7a771954c332cd5637db655b4
|
||||
SIZE (i3-4.16.tar.bz2) = 1213251
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate-base
|
||||
PORTVERSION= 1.20.0
|
||||
PORTVERSION= 1.20.3
|
||||
CATEGORIES= x11 mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= mate
|
||||
PORTVERSION= 1.20.0
|
||||
PORTVERSION= 1.20.3
|
||||
CATEGORIES= x11 mate
|
||||
|
||||
MAINTAINER= gnome@FreeBSD.org
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue