*/*: sync with upstream

Taken from: HardenedBSD
This commit is contained in:
Franco Fichtner 2019-08-21 07:23:55 +02:00
parent 8b6c8760c8
commit 213b8fb997
194 changed files with 13663 additions and 12546 deletions

View File

@ -192,6 +192,7 @@
SUBDIR += fomp-lv2
SUBDIR += foo-yc20
SUBDIR += forked-daapd
SUBDIR += fossmixer
SUBDIR += fpc-a52
SUBDIR += fpc-mad
SUBDIR += fpc-modplug

View File

@ -3,7 +3,7 @@
PORTNAME= fluidsynth
DISTVERSIONPREFIX= v
DISTVERSION= 2.0.5
DISTVERSION= 2.0.6
CATEGORIES= audio
MAINTAINER= multimedia@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1555664296
SHA256 (FluidSynth-fluidsynth-v2.0.5_GH0.tar.gz) = 69b244512883491e7e66b4d0151c61a0d6d867d4d2828c732563be0f78abcc51
SIZE (FluidSynth-fluidsynth-v2.0.5_GH0.tar.gz) = 1314553
TIMESTAMP = 1566311702
SHA256 (FluidSynth-fluidsynth-v2.0.6_GH0.tar.gz) = e97e63c1045e102465f1aa848f9d712c5528c58685b8d40062e4aaf6af7edb75
SIZE (FluidSynth-fluidsynth-v2.0.6_GH0.tar.gz) = 1315138

View File

@ -19,6 +19,6 @@ include/fluidsynth/version.h
include/fluidsynth/voice.h
lib/libfluidsynth.so
lib/libfluidsynth.so.2
lib/libfluidsynth.so.2.1.2
lib/libfluidsynth.so.2.1.3
libdata/pkgconfig/fluidsynth.pc
man/man1/fluidsynth.1.gz

73
audio/fossmixer/Makefile Normal file
View File

@ -0,0 +1,73 @@
# $FreeBSD$
PORTNAME= fossmixer
PORTVERSION= 0.0.2
CATEGORIES= audio
MASTER_SITES= https://downloads.sourceforge.net/project/detroit/
DISTNAME= detroit-0.2.1
EXTRACT_SUFX= .tar.xz
MAINTAINER= jani@lasipalatsi.fi
COMMENT= Graphical mixer application for OSS
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${LOCALBASE}/share/fonts/noto/NotoSans-Italic.ttf:x11-fonts/noto-basic \
${LOCALBASE}/share/fonts/noto/NotoSans-Regular.ttf:x11-fonts/noto-basic
LIB_DEPENDS= libao.so:audio/libao \
libportaudio.so:audio/portaudio \
libpulse-simple.so:audio/pulseaudio \
libiconv.so:converters/libiconv \
libltdl.so:devel/libltdl \
libfreetype.so:print/freetype2
USES= gettext-runtime gl perl5
USE_GL= gl
USE_PERL5= patch build
USE_XORG= x11 xext xrandr
WRKSRC= ${WRKDIR}/${DISTNAME}
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --disable-bob \
--disable-color \
--disable-coords \
--disable-draw \
--disable-image \
--disable-math \
--disable-menu \
--disable-remote \
--sysconfdir="${ETCDIR}" \
--with-libiconv="${LOCALBASE}" \
--with-libintl="${LOCALBASE}" \
--with-libltdl="${LOCALBASE}"
ALL_TARGET=
INSTALL_TARGET= install-strip
post-patch:
@(cd ${WRKSRC}/apps && ./build.sh fossmixer)
@for i in alsa flac samplerate gnutls openssl librsvg-2.0; do \
${REINPLACE_CMD} -e "s|$${i}|$${i}_EXCLUDE|g" ${WRKSRC}/configure ; \
done
@${REINPLACE_CMD} -e "s|^.*bobs.*$$||" ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e "s|@echo Compiling engine/$$< ; ||" ${WRKSRC}/engine/Makefile.in
post-install:
@for i in conf res; do \
if [ -e "${STAGEDIR}${PREFIX}/etc/fossmixer/fossmixer.$${i}" ]; then \
${MV} -f \
${STAGEDIR}${PREFIX}/etc/fossmixer/fossmixer.$${i} \
${STAGEDIR}${PREFIX}/etc/fossmixer/fossmixer.$${i}.sample ; \
fi ; \
done
@for i in NotoSans-Italic NotoSans-Regular; do \
${LN} -sf \
"${LOCALBASE}/share/fonts/noto/$${i}.ttf" \
"${STAGEDIR}${PREFIX}/share/detroit/fonts/$${i}.ttf" ; \
done
.include <bsd.port.mk>

3
audio/fossmixer/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1566072730
SHA256 (detroit-0.2.1.tar.xz) = 8916027b43806e1bce84e9823b5343f1091dd52f7fd80eb8ff299afc2ab72d8c
SIZE (detroit-0.2.1.tar.xz) = 22269292

View File

@ -0,0 +1,7 @@
FOSS Mixer is a graphical mixer application for FreeBSD to control OSS
audio backend. Mixer can be use to control audio levels, set recording
source, and it includes white noise generator for testing the audio
output. It is pretty much what mixer(1) does. FOSS Mixer does not need
third party user interface library, it runs on plain X11/OpenGL.
WWW: http://detroit.sourceforge.net/app_fossmixer.html

26
audio/fossmixer/pkg-plist Normal file
View File

@ -0,0 +1,26 @@
@sample %%ETCDIR%%/fossmixer.conf.sample
@sample %%ETCDIR%%/fossmixer.res.sample
bin/fossmixer
share/detroit/fonts/KEEPME
share/detroit/fonts/NotoSans-Italic.ttf
share/detroit/fonts/NotoSans-Regular.ttf
share/detroit/widgets/button_1_1.widget
share/detroit/widgets/button_2_1.widget
share/detroit/widgets/button_3_1.widget
share/detroit/widgets/knob_1_1.widget
share/detroit/widgets/knob_1_2.widget
share/detroit/widgets/knob_2_1.widget
share/detroit/widgets/knob_2_2.widget
share/detroit/widgets/knob_3_1.widget
share/detroit/widgets/knob_3_2.widget
share/detroit/widgets/lamp_1_1.widget
share/detroit/widgets/led_1_1.widget
share/detroit/widgets/led_2_1.widget
share/detroit/widgets/led_3_1.widget
share/detroit/widgets/slide_1_1.widget
share/detroit/widgets/slide_1_2.widget
share/detroit/widgets/slide_2_1.widget
share/detroit/widgets/slide_2_2.widget
share/detroit/widgets/slide_3_1.widget
share/detroit/widgets/slide_3_2.widget
share/fossmixer/fossmixer_bg.tga

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= noson-app
DISTVERSION= 3.11.10
DISTVERSION= 3.13.1
CATEGORIES= audio net
MAINTAINER= tcberner@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1564602879
SHA256 (janbar-noson-app-3.11.10_GH0.tar.gz) = 0e9baf91a1d4fc3e77077151c5cdf5c194fbd333ef65b1b9bf653082a9be6509
SIZE (janbar-noson-app-3.11.10_GH0.tar.gz) = 8404416
TIMESTAMP = 1566330399
SHA256 (janbar-noson-app-3.13.1_GH0.tar.gz) = 4eeef75f1d857274eface5033b9f6f935eeeff970be3703a8a8b29ce1d17a38e
SIZE (janbar-noson-app-3.13.1_GH0.tar.gz) = 8665535

View File

@ -72,6 +72,7 @@
SUBDIR += iwmbt-firmware
SUBDIR += java-simple-serial-connector
SUBDIR += jerm
SUBDIR += jpilot-picsnvideos
SUBDIR += kb
SUBDIR += kermit
SUBDIR += klog

View File

@ -4,7 +4,7 @@
PORTNAME= picsnvideos
PORTVERSION= 0.2
PORTREVISION= 6
CATEGORIES= palm comms graphics
CATEGORIES= comms graphics
MASTER_SITES= SF/${PORTNAME}/source%20code/${PORTVERSION}
PKGNAMEPREFIX= jpilot-

View File

@ -128,6 +128,7 @@
SUBDIR += ldb12
SUBDIR += ldb13
SUBDIR += ldb14
SUBDIR += ldb15
SUBDIR += leo_center
SUBDIR += leofs
SUBDIR += leveldb
@ -185,6 +186,7 @@
SUBDIR += mariadb104-server
SUBDIR += mariadb55-client
SUBDIR += mariadb55-server
SUBDIR += mdbconv
SUBDIR += mdbtools
SUBDIR += mdcached
SUBDIR += memcached
@ -520,6 +522,7 @@
SUBDIR += p5-Xapian
SUBDIR += p5-mysql-genocide
SUBDIR += p5-tokyotyrant
SUBDIR += palm-db-tools
SUBDIR += pear-DB
SUBDIR += pear-DBA
SUBDIR += pear-DBA_Relational

View File

@ -1,7 +1,7 @@
# Created by: Yarema <yds@CoolRat.org>
# $FreeBSD$
PORTREVISION= 2
PORTREVISION= 0
PKGNAMESUFFIX= -pgsql
COMMENT= PostgreSQL support for the Courier authentication library

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= mantis
PORTVERSION= 2.21.1
PORTVERSION= 2.21.2
PORTEPOCH= 1
CATEGORIES= databases www
MASTER_SITES= SF/mantisbt/mantis-stable/${PORTVERSION}

View File

@ -1,6 +1,6 @@
TIMESTAMP = 1560511812
SHA256 (mantisbt-2.21.1.tar.gz) = 6208d0347897a59e75a7c3e79713799bed6874a202518f5bb8d4a5c02bdb0fa4
SIZE (mantisbt-2.21.1.tar.gz) = 16763244
TIMESTAMP = 1566297812
SHA256 (mantisbt-2.21.2.tar.gz) = 378eaf4661750ce69ab97eb893875bb9a128126dac6e7b51be3154b5592df5e5
SIZE (mantisbt-2.21.2.tar.gz) = 16189564
SHA256 (mantisbt-plugins-Activity-99cf873396ebc3fec431c6746dae1a604768f322_GH0.tar.gz) = 7c9a2d08d98854c40e53ec5ae90aa84ea3849843e5dec8fceefd4cbfba6d4c88
SIZE (mantisbt-plugins-Activity-99cf873396ebc3fec431c6746dae1a604768f322_GH0.tar.gz) = 42861
SHA256 (mantisbt-plugins-Announce-v2.4.1_GH0.tar.gz) = b87b233afc70d61b4b6c1fdc574cbbd3f2997efdfd4b5cfde1cfebfb6097dbc3

View File

@ -324,10 +324,10 @@
%%WWWDIR%%/doc/ace-theme-license.txt
%%WWWDIR%%/doc/en-US/Admin_Guide/Admin_Guide.pdf
%%WWWDIR%%/doc/en-US/Admin_Guide/Admin_Guide.txt
%%WWWDIR%%/doc/en-US/Admin_Guide/html-desktop/Common_Content/css/brand.css
%%WWWDIR%%/doc/en-US/Admin_Guide/html-desktop/Common_Content/css/common.css
%%WWWDIR%%/doc/en-US/Admin_Guide/html-desktop/Common_Content/css/default.css
%%WWWDIR%%/doc/en-US/Admin_Guide/html-desktop/Common_Content/css/menu.css
%%WWWDIR%%/doc/en-US/Admin_Guide/html-desktop/Common_Content/css/pdf.css
%%WWWDIR%%/doc/en-US/Admin_Guide/html-desktop/Common_Content/css/epub.css
%%WWWDIR%%/doc/en-US/Admin_Guide/html-desktop/Common_Content/css/print.css
%%WWWDIR%%/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/1.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/1.svg
@ -433,121 +433,121 @@
%%WWWDIR%%/doc/en-US/Admin_Guide/html-desktop/Common_Content/images/yellow.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-desktop/images/mantis_logo.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-desktop/index.html
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/css/common.css
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/css/default.css
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/css/menu.css
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/css/pdf.css
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/css/print.css
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/1.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/1.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/10.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/10.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/11.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/11.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/12.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/12.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/13.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/13.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/14.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/14.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/15.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/15.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/16.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/16.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/17.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/17.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/18.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/18.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/19.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/19.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/2.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/2.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/20.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/20.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/21.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/21.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/22.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/22.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/23.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/23.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/24.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/24.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/25.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/25.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/26.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/26.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/27.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/27.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/28.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/28.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/29.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/29.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/3.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/3.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/30.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/30.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/31.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/31.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/32.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/32.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/33.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/33.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/34.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/34.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/35.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/35.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/36.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/36.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/37.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/37.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/38.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/38.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/39.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/39.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/4.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/4.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/40.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/40.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/5.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/5.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/6.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/6.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/7.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/7.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/8.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/8.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/9.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/9.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/dot.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/dot2.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/green.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/h1-bg.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/image_left.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/image_right.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/important.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/important.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/note.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/note.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/red.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/shine.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/stock-go-back.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/stock-go-forward.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/stock-go-up.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/stock-home.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/title_logo.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/title_logo.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/warning.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/warning.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/watermark-draft.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/Common_Content/images/yellow.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/images/mantis_logo.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single/index.html
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/css/brand.css
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/css/common.css
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/css/default.css
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/css/epub.css
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/css/print.css
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/1.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/1.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/10.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/10.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/11.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/11.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/12.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/12.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/13.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/13.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/14.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/14.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/15.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/15.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/16.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/16.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/17.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/17.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/18.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/18.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/19.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/19.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/2.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/2.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/20.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/20.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/21.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/21.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/22.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/22.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/23.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/23.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/24.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/24.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/25.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/25.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/26.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/26.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/27.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/27.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/28.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/28.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/29.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/29.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/3.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/3.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/30.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/30.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/31.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/31.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/32.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/32.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/33.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/33.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/34.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/34.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/35.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/35.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/36.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/36.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/37.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/37.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/38.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/38.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/39.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/39.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/4.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/4.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/40.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/40.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/5.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/5.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/6.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/6.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/7.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/7.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/8.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/8.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/9.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/9.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/dot.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/dot2.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/green.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/h1-bg.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/image_left.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/image_right.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/important.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/important.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/note.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/note.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/red.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/shine.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-go-back.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-go-forward.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-go-up.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/stock-home.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/title_logo.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/title_logo.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/warning.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/warning.svg
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/watermark-draft.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/Common_Content/images/yellow.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/images/mantis_logo.png
%%WWWDIR%%/doc/en-US/Admin_Guide/html-single-plain/index.html
%%WWWDIR%%/doc/en-US/Developers_Guide/Developers_Guide.pdf
%%WWWDIR%%/doc/en-US/Developers_Guide/Developers_Guide.txt
%%WWWDIR%%/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/brand.css
%%WWWDIR%%/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/common.css
%%WWWDIR%%/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/default.css
%%WWWDIR%%/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/menu.css
%%WWWDIR%%/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/pdf.css
%%WWWDIR%%/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/epub.css
%%WWWDIR%%/doc/en-US/Developers_Guide/html-desktop/Common_Content/css/print.css
%%WWWDIR%%/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/1.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-desktop/Common_Content/images/1.svg
@ -654,116 +654,116 @@
%%WWWDIR%%/doc/en-US/Developers_Guide/html-desktop/images/erd.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-desktop/images/mantis_logo.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-desktop/index.html
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/css/common.css
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/css/default.css
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/css/menu.css
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/css/pdf.css
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/css/print.css
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/1.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/1.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/10.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/10.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/11.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/11.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/12.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/12.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/13.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/13.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/14.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/14.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/15.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/15.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/16.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/16.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/17.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/17.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/18.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/18.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/19.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/19.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/2.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/2.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/20.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/20.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/21.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/21.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/22.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/22.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/23.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/23.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/24.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/24.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/25.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/25.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/26.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/26.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/27.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/27.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/28.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/28.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/29.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/29.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/3.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/3.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/30.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/30.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/31.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/31.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/32.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/32.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/33.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/33.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/34.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/34.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/35.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/35.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/36.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/36.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/37.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/37.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/38.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/38.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/39.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/39.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/4.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/4.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/40.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/40.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/5.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/5.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/6.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/6.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/7.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/7.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/8.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/8.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/9.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/9.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/dot.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/dot2.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/green.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/h1-bg.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/image_left.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/image_right.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/important.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/important.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/note.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/note.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/red.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/shine.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/stock-go-back.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/stock-go-forward.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/stock-go-up.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/stock-home.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/title_logo.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/title_logo.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/warning.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/warning.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/watermark-draft.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/Common_Content/images/yellow.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/images/erd.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/images/mantis_logo.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single/index.html
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/css/brand.css
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/css/common.css
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/css/default.css
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/css/epub.css
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/css/print.css
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/1.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/1.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/10.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/10.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/11.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/11.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/12.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/12.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/13.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/13.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/14.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/14.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/15.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/15.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/16.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/16.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/17.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/17.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/18.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/18.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/19.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/19.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/2.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/2.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/20.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/20.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/21.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/21.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/22.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/22.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/23.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/23.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/24.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/24.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/25.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/25.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/26.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/26.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/27.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/27.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/28.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/28.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/29.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/29.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/3.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/3.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/30.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/30.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/31.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/31.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/32.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/32.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/33.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/33.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/34.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/34.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/35.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/35.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/36.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/36.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/37.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/37.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/38.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/38.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/39.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/39.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/4.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/4.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/40.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/40.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/5.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/5.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/6.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/6.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/7.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/7.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/8.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/8.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/9.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/9.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/dot.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/dot2.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/green.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/h1-bg.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/image_left.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/image_right.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/important.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/important.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/note.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/note.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/red.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/shine.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/stock-go-back.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/stock-go-forward.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/stock-go-up.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/stock-home.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/title_logo.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/title_logo.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/warning.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/warning.svg
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/watermark-draft.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/Common_Content/images/yellow.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/images/erd.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/images/mantis_logo.png
%%WWWDIR%%/doc/en-US/Developers_Guide/html-single-plain/index.html
%%WWWDIR%%/doc/modern_my_view.png
%%WWWDIR%%/doc/modern_view_issue.png
%%WWWDIR%%/doc/modern_view_issues.png

View File

@ -3,7 +3,7 @@
PORTNAME= mdbconv
PORTVERSION= 1.6
CATEGORIES= palm databases
CATEGORIES= databases
MASTER_SITES= http://www.handmark.com/downloads/
DISTNAME= ${PORTNAME}freebsd3x

View File

@ -4,7 +4,7 @@
PORTNAME= palm-db-tools
DISTVERSION= 0_3_6
PORTREVISION= 1
CATEGORIES= palm
CATEGORIES= databases
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org

View File

@ -1270,6 +1270,7 @@
SUBDIR += libltdl
SUBDIR += liblxqt
SUBDIR += libmaa
SUBDIR += libmal
SUBDIR += libmatheval
SUBDIR += libmba
SUBDIR += libmill

View File

@ -4,7 +4,7 @@
PORTNAME= libmal
PORTVERSION= 0.44.1
PORTREVISION= 2
CATEGORIES= palm
CATEGORIES= devel
MASTER_SITES= http://www.jlogday.com/code/libmal/
MAINTAINER= ports@FreeBSD.org

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= Alien-Build
PORTVERSION= 1.79
PORTVERSION= 1.83
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1563303961
SHA256 (Alien-Build-1.79.tar.gz) = 7122932d72618cd5001bdbb1e7075231160b9dc346cf9078b78d1ea3fa8f14a3
SIZE (Alien-Build-1.79.tar.gz) = 266020
TIMESTAMP = 1566324277
SHA256 (Alien-Build-1.83.tar.gz) = 8076d4349cd250f1b18684b6b687b7ad146786cabc5451eb8edf3dd65dd7ca5a
SIZE (Alien-Build-1.83.tar.gz) = 269235

View File

@ -7,6 +7,9 @@
%%SITE_PERL%%/Alien/Build/CommandSequence.pm
%%SITE_PERL%%/Alien/Build/Interpolate.pm
%%SITE_PERL%%/Alien/Build/Interpolate/Default.pm
%%SITE_PERL%%/Alien/Build/Log.pm
%%SITE_PERL%%/Alien/Build/Log/Abbreviate.pm
%%SITE_PERL%%/Alien/Build/Log/Default.pm
%%SITE_PERL%%/Alien/Build/MM.pm
%%SITE_PERL%%/Alien/Build/Manual/Alien.pod
%%SITE_PERL%%/Alien/Build/Manual/AlienAuthor.pod
@ -67,6 +70,7 @@
%%SITE_PERL%%/Alien/Build/Plugin/Test/Mock.pm
%%SITE_PERL%%/Alien/Build/Util.pm
%%SITE_PERL%%/Alien/Build/Version/Basic.pm
%%SITE_PERL%%/Alien/Build/rc.pm
%%SITE_PERL%%/Alien/Role.pm
%%SITE_PERL%%/Test/Alien.pm
%%SITE_PERL%%/Test/Alien/Build.pm
@ -84,6 +88,9 @@
%%PERL5_MAN3%%/Alien::Build::CommandSequence.3.gz
%%PERL5_MAN3%%/Alien::Build::Interpolate.3.gz
%%PERL5_MAN3%%/Alien::Build::Interpolate::Default.3.gz
%%PERL5_MAN3%%/Alien::Build::Log.3.gz
%%PERL5_MAN3%%/Alien::Build::Log::Abbreviate.3.gz
%%PERL5_MAN3%%/Alien::Build::Log::Default.3.gz
%%PERL5_MAN3%%/Alien::Build::MM.3.gz
%%PERL5_MAN3%%/Alien::Build::Manual::Alien.3.gz
%%PERL5_MAN3%%/Alien::Build::Manual::AlienAuthor.3.gz
@ -144,6 +151,7 @@
%%PERL5_MAN3%%/Alien::Build::Plugin::Test::Mock.3.gz
%%PERL5_MAN3%%/Alien::Build::Util.3.gz
%%PERL5_MAN3%%/Alien::Build::Version::Basic.3.gz
%%PERL5_MAN3%%/Alien::Build::rc.3.gz
%%PERL5_MAN3%%/Alien::Role.3.gz
%%PERL5_MAN3%%/Test::Alien.3.gz
%%PERL5_MAN3%%/Test::Alien::Build.3.gz

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Data-Object
PORTVERSION= 0.98
PORTVERSION= 0.99
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1566229388
SHA256 (Data-Object-0.98.tar.gz) = 66df6b676eeecea887577a5fad9d616da62e00438e6a30c951a248ca9f18327f
SIZE (Data-Object-0.98.tar.gz) = 247433
TIMESTAMP = 1566324249
SHA256 (Data-Object-0.99.tar.gz) = f2297021410fc9797dd348666ebc19c4878da3ffa863f886e6cc1764b3f9fed6
SIZE (Data-Object-0.99.tar.gz) = 247504

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= FFI-Platypus
PORTVERSION= 0.94
PORTVERSION= 0.96
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1563897189
SHA256 (FFI-Platypus-0.94.tar.gz) = 212c6db7e69bac45acc251a096eb58ce849a906f1ccf9bdf53e6994a43b84bc9
SIZE (FFI-Platypus-0.94.tar.gz) = 277687
TIMESTAMP = 1566324251
SHA256 (FFI-Platypus-0.96.tar.gz) = 2d231409181e8ff9eefc8a631a64c9ace15eee7ca06b77ef575ebb66e70b5182
SIZE (FFI-Platypus-0.96.tar.gz) = 297898

View File

@ -9,7 +9,9 @@
%%SITE_ARCH%%/FFI/Platypus.pm
%%SITE_ARCH%%/FFI/Platypus/API.pm
%%SITE_ARCH%%/FFI/Platypus/Buffer.pm
%%SITE_ARCH%%/FFI/Platypus/Bundle.pm
%%SITE_ARCH%%/FFI/Platypus/Closure.pm
%%SITE_ARCH%%/FFI/Platypus/Constant.pm
%%SITE_ARCH%%/FFI/Platypus/DL.pm
%%SITE_ARCH%%/FFI/Platypus/Declare.pm
%%SITE_ARCH%%/FFI/Platypus/Function.pm
@ -18,6 +20,7 @@
%%SITE_ARCH%%/FFI/Platypus/Lang/ASM.pm
%%SITE_ARCH%%/FFI/Platypus/Lang/C.pm
%%SITE_ARCH%%/FFI/Platypus/Lang/Win32.pm
%%SITE_ARCH%%/FFI/Platypus/Legacy.pm
%%SITE_ARCH%%/FFI/Platypus/Memory.pm
%%SITE_ARCH%%/FFI/Platypus/Record.pm
%%SITE_ARCH%%/FFI/Platypus/Record/Meta.pm
@ -34,11 +37,15 @@
%%SITE_ARCH%%/FFI/Probe/Runner.pm
%%SITE_ARCH%%/FFI/Probe/Runner/Builder.pm
%%SITE_ARCH%%/FFI/Probe/Runner/Result.pm
%%SITE_ARCH%%/FFI/Temp.pm
%%SITE_ARCH%%/FFI/typemap
%%SITE_ARCH%%/auto/FFI/Platypus/Constant/Constant.txt
%%SITE_ARCH%%/auto/FFI/Platypus/Memory/Memory.txt
%%SITE_ARCH%%/auto/FFI/Platypus/Platypus.so
%%SITE_ARCH%%/auto/FFI/Platypus/Record/Meta/Meta.txt
%%SITE_ARCH%%/auto/share/dist/FFI-Platypus/config.pl
%%SITE_ARCH%%/auto/share/dist/FFI-Platypus/include/ffi_platypus_bundle.h
%%SITE_ARCH%%/auto/share/dist/FFI-Platypus/include/ffi_platypus_config.h
%%SITE_ARCH%%/auto/share/dist/FFI-Platypus/lib/libplfill.so
%%SITE_ARCH%%/auto/share/dist/FFI-Platypus/probe/bin/dlrun
%%SITE_ARCH%%/auto/share/dist/FFI-Platypus/probe/probe.pl
@ -54,7 +61,9 @@
%%PERL5_MAN3%%/FFI::Platypus.3.gz
%%PERL5_MAN3%%/FFI::Platypus::API.3.gz
%%PERL5_MAN3%%/FFI::Platypus::Buffer.3.gz
%%PERL5_MAN3%%/FFI::Platypus::Bundle.3.gz
%%PERL5_MAN3%%/FFI::Platypus::Closure.3.gz
%%PERL5_MAN3%%/FFI::Platypus::Constant.3.gz
%%PERL5_MAN3%%/FFI::Platypus::DL.3.gz
%%PERL5_MAN3%%/FFI::Platypus::Declare.3.gz
%%PERL5_MAN3%%/FFI::Platypus::Function.3.gz
@ -63,6 +72,7 @@
%%PERL5_MAN3%%/FFI::Platypus::Lang::ASM.3.gz
%%PERL5_MAN3%%/FFI::Platypus::Lang::C.3.gz
%%PERL5_MAN3%%/FFI::Platypus::Lang::Win32.3.gz
%%PERL5_MAN3%%/FFI::Platypus::Legacy.3.gz
%%PERL5_MAN3%%/FFI::Platypus::Memory.3.gz
%%PERL5_MAN3%%/FFI::Platypus::Record.3.gz
%%PERL5_MAN3%%/FFI::Platypus::Record::Meta.3.gz
@ -79,3 +89,4 @@
%%PERL5_MAN3%%/FFI::Probe::Runner.3.gz
%%PERL5_MAN3%%/FFI::Probe::Runner::Builder.3.gz
%%PERL5_MAN3%%/FFI::Probe::Runner::Result.3.gz
%%PERL5_MAN3%%/FFI::Temp.3.gz

View File

@ -8,11 +8,14 @@ CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= nick@foobar.org
MAINTAINER= mats@dufberg.se
COMMENT= Perl module for RCS archive manipulation
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-String-ShellQuote>1.00:textproc/p5-String-ShellQuote
.if !exists(/usr/bin/rcs)
RUN_DEPENDS+= rcs:devel/rcs57
.endif
USES= perl5
USE_PERL5= configure

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Term-Choose-Util
PORTVERSION= 0.074
PORTVERSION= 0.075
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1561988323
SHA256 (Term-Choose-Util-0.074.tar.gz) = 901aaa3f0432ded3129b4456d65483683e92f3fc83d7f10a05764aab87e56555
SIZE (Term-Choose-Util-0.074.tar.gz) = 20350
TIMESTAMP = 1566324253
SHA256 (Term-Choose-Util-0.075.tar.gz) = 8d1550dd52df96499582229ad94e9416601097147071aed95c072741f5047d5e
SIZE (Term-Choose-Util-0.075.tar.gz) = 20385

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Test2-Plugin-DBIProfile
PORTVERSION= 0.002001
PORTVERSION= 0.002002
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:EXODIST

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1566229308
SHA256 (Test2-Plugin-DBIProfile-0.002001.tar.gz) = e4f197c969c7241fc5ab1fff6962dcf994fc6c0cdcb0395bd04f57adcf99bc9a
SIZE (Test2-Plugin-DBIProfile-0.002001.tar.gz) = 11046
TIMESTAMP = 1566324255
SHA256 (Test2-Plugin-DBIProfile-0.002002.tar.gz) = 602f56e778b611bfaa3d64ec74290c8afb90e18dffe38a8b94d342b8e6ff46cb
SIZE (Test2-Plugin-DBIProfile-0.002002.tar.gz) = 11221

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= Types-Core
PORTVERSION= 0.2.4
PORTVERSION= 0.2.5
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:LAWALSH

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1566229404
SHA256 (Types-Core-0.2.4.tar.gz) = 8597e3896ccca24ea154764b8fa83ec8f3b73dac1b3bdf31c149030945c179dc
SIZE (Types-Core-0.2.4.tar.gz) = 19040
TIMESTAMP = 1566324259
SHA256 (Types-Core-0.2.5.tar.gz) = a8d406f3723f687e5df45e4c682401d7a9f415a1493796fa5fe913712beb494e
SIZE (Types-Core-0.2.5.tar.gz) = 19004

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= protozero
PORTVERSION= 1.6.7
PORTREVISION= 1
PORTVERSION= 1.6.8
DISTVERSIONPREFIX= v
CATEGORIES= devel

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1550755688
SHA256 (mapbox-protozero-v1.6.7_GH0.tar.gz) = d8031d8b14867e0e90a8df07977348abcfa10a58d42e214fc7a69fb0db0f8111
SIZE (mapbox-protozero-v1.6.7_GH0.tar.gz) = 1064755
TIMESTAMP = 1566241440
SHA256 (mapbox-protozero-v1.6.8_GH0.tar.gz) = 019a0f3789ad29d7e717cf2e0a7475b36dc180508867fb47e8c519885b431706
SIZE (mapbox-protozero-v1.6.8_GH0.tar.gz) = 1065280

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= aws-sdk-core
DISTVERSION= 2.11.335
DISTVERSION= 2.11.336
CATEGORIES= devel rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1566118076
SHA256 (rubygem/aws-sdk-core-2.11.335.gem) = 10ac291cc010a5481b624c758f7a2b74a0d7feb6aff6e3f81d169f7d52e559ac
SIZE (rubygem/aws-sdk-core-2.11.335.gem) = 1637888
TIMESTAMP = 1566324265
SHA256 (rubygem/aws-sdk-core-2.11.336.gem) = 0334d54b5985abfbdd533f45d6445931e75bf094fd296e2e7c3406327af286de
SIZE (rubygem/aws-sdk-core-2.11.336.gem) = 1637888

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= aws-sdk-resources
DISTVERSION= 2.11.335
DISTVERSION= 2.11.336
CATEGORIES= devel rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1566118078
SHA256 (rubygem/aws-sdk-resources-2.11.335.gem) = 446b874c93f5b0e4f0d748cf7899f3bff2ffc54b32a8b5664e1bafbd84586a7c
SIZE (rubygem/aws-sdk-resources-2.11.335.gem) = 48640
TIMESTAMP = 1566324267
SHA256 (rubygem/aws-sdk-resources-2.11.336.gem) = bc3ace24cb8913db36fbc20ecf3f2ede9bab8d7ba9006dbb0df6ab6af4843abe
SIZE (rubygem/aws-sdk-resources-2.11.336.gem) = 48640

View File

@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= aws-sdk
DISTVERSION= 2.11.335
DISTVERSION= 2.11.336
CATEGORIES= devel rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1566118074
SHA256 (rubygem/aws-sdk-2.11.335.gem) = 05ed3008c4513bafa86adc989506c2cf97e3ce933cd3b02b00a3253e4133e4d2
SIZE (rubygem/aws-sdk-2.11.335.gem) = 4608
TIMESTAMP = 1566324263
SHA256 (rubygem/aws-sdk-2.11.336.gem) = e351c8d45e9dd229544d65cb11331bfb38308bd3cad11d3bd25f01d788c4ea12
SIZE (rubygem/aws-sdk-2.11.336.gem) = 4608

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= devise
PORTVERSION= 4.6.2
PORTVERSION= 4.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -rails5
@ -13,11 +13,11 @@ COMMENT= Flexible authentication solution for Rails with Warden
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-bcrypt>=3.0:security/rubygem-bcrypt \
rubygem-orm_adapter>=0.1:devel/rubygem-orm_adapter \
RUN_DEPENDS= rubygem-bcrypt>=3.0<4:security/rubygem-bcrypt \
rubygem-orm_adapter>=0.1<1:devel/rubygem-orm_adapter \
rubygem-railties5>=4.1.0:www/rubygem-railties5 \
rubygem-responders-rails5>=0:www/rubygem-responders-rails5 \
rubygem-warden>=1.2.3:devel/rubygem-warden
rubygem-warden>=1.2.3<1.3:devel/rubygem-warden
USES= gem
USE_RUBY= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1561199710
SHA256 (rubygem/devise-4.6.2.gem) = 8e4d99335393140debd6c9aee96d949217d2a6dd1552a191a566395c83b96211
SIZE (rubygem/devise-4.6.2.gem) = 88064
TIMESTAMP = 1566324269
SHA256 (rubygem/devise-4.7.0.gem) = b0283431db29de160600fa421dfe24a5fd7d68d6894ae15f05ca891c34841161
SIZE (rubygem/devise-4.7.0.gem) = 88064

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= devise
PORTVERSION= 4.6.2
PORTVERSION= 4.7.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
@ -12,11 +12,11 @@ COMMENT= Flexible authentication solution for Rails with Warden
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
RUN_DEPENDS= rubygem-bcrypt>=3.0:security/rubygem-bcrypt \
rubygem-orm_adapter>=0.1:devel/rubygem-orm_adapter \
RUN_DEPENDS= rubygem-bcrypt>=3.0<4:security/rubygem-bcrypt \
rubygem-orm_adapter>=0.1<1:devel/rubygem-orm_adapter \
rubygem-railties50>=4.1.0:www/rubygem-railties50 \
rubygem-responders>=0:www/rubygem-responders \
rubygem-warden>=1.2.3:devel/rubygem-warden
rubygem-warden>=1.2.3<1.3:devel/rubygem-warden
USES= gem
USE_RUBY= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1561199710
SHA256 (rubygem/devise-4.6.2.gem) = 8e4d99335393140debd6c9aee96d949217d2a6dd1552a191a566395c83b96211
SIZE (rubygem/devise-4.6.2.gem) = 88064
TIMESTAMP = 1566324269
SHA256 (rubygem/devise-4.7.0.gem) = b0283431db29de160600fa421dfe24a5fd7d68d6894ae15f05ca891c34841161
SIZE (rubygem/devise-4.7.0.gem) = 88064

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= et-orbi
PORTVERSION= 1.2.1
PORTVERSION= 1.2.2
CATEGORIES= devel rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1557680316
SHA256 (rubygem/et-orbi-1.2.1.gem) = 4fbfe2bab5b4d7615258c6b0f49756558cb6013d0321b3a8eb454301c7928feb
SIZE (rubygem/et-orbi-1.2.1.gem) = 17408
TIMESTAMP = 1566324271
SHA256 (rubygem/et-orbi-1.2.2.gem) = 9d0847f2d14c6254852146e1a41212c41340b4d6b494025a1aa136e88fcd0e10
SIZE (rubygem/et-orbi-1.2.2.gem) = 17408

View File

@ -12,8 +12,8 @@ COMMENT= Time tools for flor and the floraison project
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-et-orbi>=1.1.8:devel/rubygem-et-orbi \
rubygem-raabro>=1.1:textproc/rubygem-raabro
RUN_DEPENDS= rubygem-et-orbi>=1.1.8<2:devel/rubygem-et-orbi \
rubygem-raabro>=1.1<2:textproc/rubygem-raabro
USES= gem
USE_RUBY= yes

View File

@ -13,8 +13,8 @@ COMMENT= Time tools for flor and the floraison project
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= rubygem-et-orbi>=1.1.8:devel/rubygem-et-orbi \
rubygem-raabro>=1.1:textproc/rubygem-raabro
RUN_DEPENDS= rubygem-et-orbi>=1.1.8<2:devel/rubygem-et-orbi \
rubygem-raabro>=1.1<2:textproc/rubygem-raabro
USES= gem
USE_RUBY= yes

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= jira-ruby
PORTVERSION= 1.7.0
PORTVERSION= 1.7.1
CATEGORIES= devel rubygems
MASTER_SITES= RG

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1563040214
SHA256 (rubygem/jira-ruby-1.7.0.gem) = 3944a01d39afef26b68cbd1a2c5a14a0a5c144321d8b1b3d4948e01e8e2691c5
SIZE (rubygem/jira-ruby-1.7.0.gem) = 62464
TIMESTAMP = 1566324273
SHA256 (rubygem/jira-ruby-1.7.1.gem) = 0513abd2f10586a74ecf6b80551f17c0ceb208162bb1c7709d6b5cd00b316341
SIZE (rubygem/jira-ruby-1.7.1.gem) = 62976

View File

@ -2,7 +2,7 @@
PORTNAME= simgear
PORTVERSION= 2018.3.2
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= devel games
MASTER_SITES= SF/flightgear/release-${PORTVERSION:R}
@ -14,16 +14,22 @@ LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib
RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib
LIB_DEPENDS= libboost_thread.so:devel/boost-libs \
libosg.so:graphics/osg
libosg.so:graphics/osg \
libexpat.so:textproc/expat2 \
libcurl.so:ftp/curl
USES= alias cmake compiler:c++11-lib cpe gl jpeg openal:al,alut \
tar:bzip2
USE_XORG= ice sm x11 xext xi xmu xt
USE_GL= gl glu glut
USE_LDCONFIG= yes
LDFLAGS_gcc= -losgDB
LDFLAGS+= ${LDFLAGS_${CHOSEN_COMPILER_TYPE}}
CMAKE_ARGS+= -DSYSTEM_EXPAT:BOOL=ON
post-patch:
# Avoid conflict with C++20 <version> by adding .txt suffix
@${MV} ${WRKSRC}/version ${WRKSRC}/version.txt

View File

@ -332,9 +332,11 @@ include/simgear/timing/timestamp.hxx
include/simgear/timing/timezone.h
include/simgear/version.h
include/simgear/xml/easyxml.hxx
lib/libSimGearCore.a
lib/libSimGearScene.a
lib/cmake/SimGear/SimGearConfig.cmake
lib/cmake/SimGear/SimGearConfigVersion.cmake
lib/cmake/SimGear/SimGearTargets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/SimGear/SimGearTargets.cmake
lib/libSimGearCore.so
lib/libSimGearCore.so.2018.3.2
lib/libSimGearScene.so
lib/libSimGearScene.so.2018.3.2

Binary file not shown.

View File

@ -3,6 +3,7 @@
PORTNAME= curlie
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= ftp net www
MAINTAINER= 0mp@FreeBSD.org
@ -11,6 +12,8 @@ COMMENT= Frontend to cURL that adds the ease of use of HTTPie
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= curl:ftp/curl
USES= go:modules
USE_GITHUB= yes
GH_ACCOUNT= rs

View File

@ -2,7 +2,7 @@
PORTNAME= flightgear-terragear
PORTVERSION= 20171007
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= games
MAINTAINER= mike.d.ft402@gmail.com
@ -10,7 +10,6 @@ COMMENT= Tools for building scenery for the FlightGear project
LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear
LIB_DEPENDS= libCGAL.so:math/cgal \
libgdal.so:graphics/gdal \
libmpfr.so:math/mpfr \
@ -20,8 +19,8 @@ LIB_DEPENDS= libCGAL.so:math/cgal \
libboost_chrono.so:devel/boost-libs \
libboost_date_time.so:devel/boost-libs \
libboost_atomic.so:devel/boost-libs \
libtiff.so:graphics/tiff
RUN_DEPENDS= ${LOCALBASE}/lib/libSimGearCore.a:devel/simgear
libtiff.so:graphics/tiff \
libSimGearCore.so:devel/simgear
USES= cmake compiler:c++11-lang

View File

@ -3,7 +3,7 @@
PORTNAME= flightgear
PORTVERSION= 2018.3.2
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= games
MASTER_SITES= SF/flightgear/release-${PORTVERSION:R}
@ -20,12 +20,12 @@ LIB_DEPENDS= libpng.so:graphics/png \
libspeex.so:audio/speex \
libspeexdsp.so:audio/speexdsp \
libcurl.so:ftp/curl \
libudev.so:devel/libudev-devd
libudev.so:devel/libudev-devd \
libexpat.so:textproc/expat2 \
libSimGearCore.so:devel/simgear
BUILD_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib \
${LOCALBASE}/lib/libSimGearCore.a:devel/simgear \
${LOCALBASE}/include/linux/input.h:devel/evdev-proto
RUN_DEPENDS= ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib \
${LOCALBASE}/lib/libSimGearCore.a:devel/simgear \
${LOCALBASE}/share/flightgear/version:games/flightgear-data
# Disable ninja, see https://sourceforge.net/p/flightgear/codetickets/2118/

View File

@ -199,6 +199,7 @@
SUBDIR += fpc-rsvg
SUBDIR += fpc-svgalib
SUBDIR += fracplanet
SUBDIR += fractgen
SUBDIR += fraqtive
SUBDIR += freeglut
SUBDIR += freeimage
@ -358,6 +359,7 @@
SUBDIR += imc
SUBDIR += imgtops
SUBDIR += imgv
SUBDIR += imgvtopgm
SUBDIR += imlib2
SUBDIR += imlib2-webp
SUBDIR += imlib2_loaders

View File

@ -0,0 +1,20 @@
# Created by: Thomas Dreibholz <dreibh@iem.uni-due.de>
# $FreeBSD$
PORTNAME= fractgen
PORTVERSION= 2.1.7
CATEGORIES= graphics
MASTER_SITES= https://www.uni-due.de/~be0001/fractalgenerator/download/
MAINTAINER= dreibh@iem.uni-due.de
COMMENT= Fractal Generator
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:xz cmake qt:5
USE_QT= core xml widgets printsupport buildtools_build qmake_build
CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/man
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1565194937
SHA256 (fractgen-2.1.7.tar.xz) = 733bc6d62afae87c39ad994f6b64caa8fbd5c004b94b45063452b5963278f33d
SIZE (fractgen-2.1.7.tar.xz) = 71852

View File

@ -0,0 +1,8 @@
FractGen is a simple Qt-based fractal generator program for Mandelbrot
fractals. The image size is only limited by virtual memory. It is possible
to zoom into images. Image parameters can be saved in XML files and loaded
from XML files. Calculated images can be exported as PNG files. The intention
of this program is to generate graphics to be post-processed by other image
tools, e.g. in order to generate nice screen backgrounds or book covers.
WWW: https://www.uni-due.de/~be0001/fractalgenerator/

View File

@ -0,0 +1,13 @@
%%DATADIR%%/examples/alpha01.fsf
%%DATADIR%%/examples/alpha02.fsf
%%DATADIR%%/examples/alpha03.fsf
%%DATADIR%%/examples/alpha04.fsf
%%DATADIR%%/examples/alpha05.fsf
%%DATADIR%%/examples/alpha06.fsf
%%DATADIR%%/examples/alpha07.fsf
%%DATADIR%%/examples/alpha08.fsf
%%DATADIR%%/examples/demo-fractal.fsf
%%DATADIR%%/examples/test1.fsf
%%DATADIR%%/examples/test2.fsf
bin/fractgen
man/man1/fractgen.1.gz

View File

@ -4,7 +4,7 @@
PORTNAME= imgvtopgm
PORTVERSION= 2.0
PORTREVISION= 5
CATEGORIES= palm graphics
CATEGORIES= graphics
MASTER_SITES= http://linuxmafia.com/pub/palmos/other-os/
MAINTAINER= ports@FreeBSD.org

View File

@ -14,6 +14,10 @@ COMMENT= Pixmap editor based on XPM library
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYRIGHT
BROKEN= 'sys/dir.h' file not found
DEPRECATED= No longer maintained
EXPIRATION_DATE= 2019-09-20
# requires rgb.txt
BUILD_DEPENDS= showrgb:x11/rgb \
xrdb:x11/xrdb

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= shotwell
PORTVERSION= 0.30.5
PORTVERSION= 0.30.6
CATEGORIES= graphics gnome
MASTER_SITES= GNOME

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1565775554
SHA256 (shotwell-0.30.5.tar.xz) = af8be0396509c7a0ad435c9562d8ed29a496b97aa6fba5fc472c390a08fca4a5
SIZE (shotwell-0.30.5.tar.xz) = 6455852
TIMESTAMP = 1566313723
SHA256 (shotwell-0.30.6.tar.xz) = b8560885948825401d9f4b728cf1a97ccb5da116d2d144c9695a6ceb4338ce48
SIZE (shotwell-0.30.6.tar.xz) = 6455932

View File

@ -2,13 +2,12 @@
# $FreeBSD$
PORTNAME= eclipse
PORTVERSION= 4.11
PORTREVISION= 1
PORTVERSION= 4.12
CATEGORIES= java devel
# Update to git-tag on git.eclipse.org
ECLIPSE_TAG= R4_11
ECLIPSE_TSTAMP= 20190321-0023
ECLIPSE_TAG= R4_12
ECLIPSE_TSTAMP= 20190617-0403
ECLIPSE_SUFX= ${ECLIPSE_TAG}.tar.xz
ECLIPSE_MODULES=jdt/eclipse.jdt \
@ -38,14 +37,15 @@ ECLIPSE_MODULES=jdt/eclipse.jdt \
equinox/rt.equinox.p2
# Each Eclipse module has its own MASTER_SITE
.for M in ${ECLIPSE_MODULES}
MASTER_SITES+= https://git.eclipse.org/c/${M}.git/snapshot/:${M:C/[\.\/]//g}
MASTER_SITES+= https://git.eclipse.org/c/${M}.git/snapshot/:${M:C/[\.\/]//g} \
https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/releases/download/${PORTVERSION}/:${M:C/[\.\/]//g}
DISTFILES+= ${M:C/.*\///}-${ECLIPSE_SUFX}:${M:C/[\.\/]//g}
.endfor
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= jonc@chen.org.nz
COMMENT= Eclipse IDE 2019-03
COMMENT= Eclipse IDE 2019-06
LICENSE= EPL
@ -62,8 +62,7 @@ USE_GITHUB= yes
GH_ACCOUNT= daemonblade
GH_PROJECT= eclipse-maven-repo
USE_JAVA= yes
JAVA_VERSION= 1.8
USE_JAVA= 8
DESKTOP_ENTRIES="Eclipse" \
"${COMMENT}" \
@ -74,7 +73,7 @@ DESKTOP_ENTRIES="Eclipse" \
SUB_FILES= ${PORTNAME}
MAVEN_ENV= MAVEN_OPTS=-Xmx1024m CC=${CC}
MAVEN_ENV= MAVEN_OPTS=-Xmx1024m CC=${CC} JAVA_HOME=${JAVA_HOME}
MAVEN_REPO= -Dmaven.repo.local=${WRKDIR}/${GH_PROJECT}-${PORTVERSION}
MAVEN_ECLIPSE= -Dnative=gtk.freebsd.${ARCH} -Dcomparator.repo=file://${WRKDIR}/${GH_PROJECT}-${PORTVERSION}/p2-stub -DforceContextQualifier=v${ECLIPSE_TSTAMP}

View File

@ -1,53 +1,53 @@
TIMESTAMP = 1554503098
SHA256 (eclipse/eclipse.jdt-R4_11.tar.xz) = 69cfb50655af18880880ef4292e2856ad12d847527553bb7d13f2a3443f566ce
SIZE (eclipse/eclipse.jdt-R4_11.tar.xz) = 37580
SHA256 (eclipse/eclipse.jdt.core-R4_11.tar.xz) = 903c7591a4698badbd279d09b2aefd3604820aba54cf2958e4fd5cfa0d806f24
SIZE (eclipse/eclipse.jdt.core-R4_11.tar.xz) = 8371984
SHA256 (eclipse/eclipse.jdt.core.binaries-R4_11.tar.xz) = ddcf1962d1b869c22cc31d0634d280e68b91a6c8f5561f64a5072e558460e7a2
SIZE (eclipse/eclipse.jdt.core.binaries-R4_11.tar.xz) = 34416600
SHA256 (eclipse/eclipse.jdt.debug-R4_11.tar.xz) = 028222dbe3d2ebc4002b3b362e0500a791e86ef9e4fca9a5d7a1bed97f9bc395
SIZE (eclipse/eclipse.jdt.debug-R4_11.tar.xz) = 1425276
SHA256 (eclipse/eclipse.jdt.ui-R4_11.tar.xz) = 28ca01db7a12183125b9794cd56bb0dd6b5ba449014bc8bfe9ac6991e63b5a77
SIZE (eclipse/eclipse.jdt.ui-R4_11.tar.xz) = 14117296
SHA256 (eclipse/eclipse.pde.build-R4_11.tar.xz) = 32496ccf12e630762fd59fd18ebc1bae9f96437f012aaeab5797ba29f6b2ddd7
SIZE (eclipse/eclipse.pde.build-R4_11.tar.xz) = 868176
SHA256 (eclipse/eclipse.pde.ui-R4_11.tar.xz) = 7ac38d3c2b52c030d7011395c94fe6dbdacc735a308911c1c0689388e54f6e87
SIZE (eclipse/eclipse.pde.ui-R4_11.tar.xz) = 29759352
SHA256 (eclipse/eclipse.platform-R4_11.tar.xz) = f9512fc71c40c37703b89617efdbd48f1fac4d4558e705b9a13596a567241a5d
SIZE (eclipse/eclipse.platform-R4_11.tar.xz) = 952108
SHA256 (eclipse/eclipse.platform.common-R4_11.tar.xz) = a3062ed00ebe342a98e1132449d42987e104b741e1b86201c456af47fdd004c3
SIZE (eclipse/eclipse.platform.common-R4_11.tar.xz) = 34049880
SHA256 (eclipse/eclipse.platform.debug-R4_11.tar.xz) = 2e2b675035e808b121a9cb38cd5c26e35a6f2c38853f9dbd9db37d5e2ef1b921
SIZE (eclipse/eclipse.platform.debug-R4_11.tar.xz) = 1369408
SHA256 (eclipse/eclipse.platform.releng-R4_11.tar.xz) = a550feae2316d591b0990460a053abc19dd87b80c86c351cce98bff33194ede9
SIZE (eclipse/eclipse.platform.releng-R4_11.tar.xz) = 411064
SHA256 (eclipse/eclipse.platform.releng.aggregator-R4_11.tar.xz) = c25d05c355585e5fcd6465a95899dd1eb6d2af92aab16d90bf0cdf3a6044c4fc
SIZE (eclipse/eclipse.platform.releng.aggregator-R4_11.tar.xz) = 690924
SHA256 (eclipse/eclipse.platform.resources-R4_11.tar.xz) = 59be5020229e5053909194c55d416a384b2cf00b7a578d8df50d80c6bb8c6948
SIZE (eclipse/eclipse.platform.resources-R4_11.tar.xz) = 857244
SHA256 (eclipse/eclipse.platform.runtime-R4_11.tar.xz) = 70b9ea7151ea5c60feea289f3a8b7fcd66619f46f2ef2fde0a7ae2a034355330
SIZE (eclipse/eclipse.platform.runtime-R4_11.tar.xz) = 432764
SHA256 (eclipse/eclipse.platform.swt-R4_11.tar.xz) = b779fe217ac503b28b83fa1104b17cd99e8b6086bdb31be3f9efbd2f4135bc96
SIZE (eclipse/eclipse.platform.swt-R4_11.tar.xz) = 3535864
SHA256 (eclipse/eclipse.platform.swt.binaries-R4_11.tar.xz) = 805b830cb1cc45895594c1ac5fb96173a968fa954a33cb90dacf57215b651796
SIZE (eclipse/eclipse.platform.swt.binaries-R4_11.tar.xz) = 1077336
SHA256 (eclipse/eclipse.platform.team-R4_11.tar.xz) = f4f36cb722f393e25626ea5131b4d9017f3d47d69f33f2982f7a6bdeda5b3dad
SIZE (eclipse/eclipse.platform.team-R4_11.tar.xz) = 4665536
SHA256 (eclipse/eclipse.platform.text-R4_11.tar.xz) = da6fad72804338e40efa7572bf162e7f88dac8dc8a14eb2fe4f733ed47b0c6be
SIZE (eclipse/eclipse.platform.text-R4_11.tar.xz) = 1247548
SHA256 (eclipse/eclipse.platform.ua-R4_11.tar.xz) = a879ef849eaf4585832bd8203f167a031c4f05c9916dc5138ed541eba4f0a870
SIZE (eclipse/eclipse.platform.ua-R4_11.tar.xz) = 4438264
SHA256 (eclipse/eclipse.platform.ui-R4_11.tar.xz) = 00e5235b09106bd2f23c01257d50330ff2ed7511bb4dbdbbbe21929e2f25dc85
SIZE (eclipse/eclipse.platform.ui-R4_11.tar.xz) = 6013124
SHA256 (eclipse/eclipse.platform.ui.tools-R4_11.tar.xz) = 4cc9941e49bb5f10b9155649165643e9afe5b758b2d3e0807c7c368797963b03
SIZE (eclipse/eclipse.platform.ui.tools-R4_11.tar.xz) = 316036
SHA256 (eclipse/rt.equinox.binaries-R4_11.tar.xz) = a4476629efbd4f5063ff42e0aebb9b75e0f40f667fa7a90152e6e1b14934e8f7
SIZE (eclipse/rt.equinox.binaries-R4_11.tar.xz) = 623604
SHA256 (eclipse/rt.equinox.bundles-R4_11.tar.xz) = 4b1cada1dcb6b4cddd65f96a85740fcfe053722e836351f0e2ab53a54d531bc9
SIZE (eclipse/rt.equinox.bundles-R4_11.tar.xz) = 1139768
SHA256 (eclipse/rt.equinox.framework-R4_11.tar.xz) = 39ea7af8cb7c56e6b4819902de00f498f881c6b66599d5a5b275f2bd32765480
SIZE (eclipse/rt.equinox.framework-R4_11.tar.xz) = 2812036
SHA256 (eclipse/rt.equinox.p2-R4_11.tar.xz) = 019ec06efb58a12417c0a1ae9ecfdc368ab8e4ad25364970bd112dc03b9a53c8
SIZE (eclipse/rt.equinox.p2-R4_11.tar.xz) = 45251216
SHA256 (eclipse/daemonblade-eclipse-maven-repo-4.11_GH0.tar.gz) = ab9e83997cccc02c235c8d3aa67db6f9963b25ede3d22d961d9292925a2f6bfa
SIZE (eclipse/daemonblade-eclipse-maven-repo-4.11_GH0.tar.gz) = 167655977
TIMESTAMP = 1564954773
SHA256 (eclipse/eclipse.jdt-R4_12.tar.xz) = 45ae25fb2da5f0dabb0a3e661cd7c0bdb7e64c11ef022ef69634b78b7c0d53e2
SIZE (eclipse/eclipse.jdt-R4_12.tar.xz) = 37540
SHA256 (eclipse/eclipse.jdt.core-R4_12.tar.xz) = 5e2397a22ac6b4c8c4335da21c51c53f391b7aa22287e8c2a0a51d32ca56a735
SIZE (eclipse/eclipse.jdt.core-R4_12.tar.xz) = 8454552
SHA256 (eclipse/eclipse.jdt.core.binaries-R4_12.tar.xz) = e7ff8a3148707694b14140abdaa40feca610694f3b729c0851abaab321063b7d
SIZE (eclipse/eclipse.jdt.core.binaries-R4_12.tar.xz) = 34416416
SHA256 (eclipse/eclipse.jdt.debug-R4_12.tar.xz) = a111fc4ff7f054a691cd27ae8999eac08d9a840a7dc44d09568573442ae1471a
SIZE (eclipse/eclipse.jdt.debug-R4_12.tar.xz) = 1431080
SHA256 (eclipse/eclipse.jdt.ui-R4_12.tar.xz) = 375bce94a24c56a9ae23d3c0029b169abc3281feb4217678fdab0903684f4762
SIZE (eclipse/eclipse.jdt.ui-R4_12.tar.xz) = 14583880
SHA256 (eclipse/eclipse.pde.build-R4_12.tar.xz) = 891a4bcc90cd96514f318eee9eaf96fc15159d77d1fc409ed249906acb68022e
SIZE (eclipse/eclipse.pde.build-R4_12.tar.xz) = 868404
SHA256 (eclipse/eclipse.pde.ui-R4_12.tar.xz) = cd075169014eaa1869c961bd1d5142289963639cbc7ba6d77807f94db660bea0
SIZE (eclipse/eclipse.pde.ui-R4_12.tar.xz) = 29767800
SHA256 (eclipse/eclipse.platform-R4_12.tar.xz) = ddf3a506a37cf8d9a3710075b3317e672e6be3c7b862d4040fdfbec79dd4ea8e
SIZE (eclipse/eclipse.platform-R4_12.tar.xz) = 1371240
SHA256 (eclipse/eclipse.platform.common-R4_12.tar.xz) = 135bae9bde971e0d554baef0f7d5490856d328872aba4cbd6f4de6dd9ec45716
SIZE (eclipse/eclipse.platform.common-R4_12.tar.xz) = 34509332
SHA256 (eclipse/eclipse.platform.debug-R4_12.tar.xz) = 73794b36665ff3d5e91a9192580b0d13adf7465c84ecb348968ca1b442102b7e
SIZE (eclipse/eclipse.platform.debug-R4_12.tar.xz) = 1372736
SHA256 (eclipse/eclipse.platform.releng-R4_12.tar.xz) = b881cdf06b04a8b540a4eb78284f6bdbf0dc6609558a4ab47ab985f0b806bece
SIZE (eclipse/eclipse.platform.releng-R4_12.tar.xz) = 410360
SHA256 (eclipse/eclipse.platform.releng.aggregator-R4_12.tar.xz) = c7fe65208ca7e534305ea02b9121af7f1610aeb06d2699ccadd1df7aa0326d65
SIZE (eclipse/eclipse.platform.releng.aggregator-R4_12.tar.xz) = 693384
SHA256 (eclipse/eclipse.platform.resources-R4_12.tar.xz) = 5f52c24383d93097e4afbe4e7bd6219a503d3fb53d5753bef1e6788459f81790
SIZE (eclipse/eclipse.platform.resources-R4_12.tar.xz) = 856912
SHA256 (eclipse/eclipse.platform.runtime-R4_12.tar.xz) = 249076673934470080f0978561f88bce094e0c5d020e9e310925f8cd0a0d79ee
SIZE (eclipse/eclipse.platform.runtime-R4_12.tar.xz) = 432824
SHA256 (eclipse/eclipse.platform.swt-R4_12.tar.xz) = e32661c3d7d1593fb38a3d0c19d015cf0e257cd25c80c74acbd95e2c5e7c0a29
SIZE (eclipse/eclipse.platform.swt-R4_12.tar.xz) = 3526948
SHA256 (eclipse/eclipse.platform.swt.binaries-R4_12.tar.xz) = 29959c650f57cc6fa93f301a3d4a3e4648ecfeeedcb9ad665f7bb35672f44d5d
SIZE (eclipse/eclipse.platform.swt.binaries-R4_12.tar.xz) = 579236
SHA256 (eclipse/eclipse.platform.team-R4_12.tar.xz) = a4dae95b11dcdfec3f7481582be72ce5145e91096d6f2b654958a0afea601bab
SIZE (eclipse/eclipse.platform.team-R4_12.tar.xz) = 4633400
SHA256 (eclipse/eclipse.platform.text-R4_12.tar.xz) = 5ce41cb1f01f4fd1960f6f12e8e4e78dd8140b45657ac911be8deedfc6ce9953
SIZE (eclipse/eclipse.platform.text-R4_12.tar.xz) = 1248060
SHA256 (eclipse/eclipse.platform.ua-R4_12.tar.xz) = 28a705e7ea2a0bb9739bfba031373215601c61e75f7d99e0635b5f08f30f8d98
SIZE (eclipse/eclipse.platform.ua-R4_12.tar.xz) = 4510416
SHA256 (eclipse/eclipse.platform.ui-R4_12.tar.xz) = dbd4e45afe474d149cc5a5bfd767a68caa3a24fe106004a55fca18e412a7f92a
SIZE (eclipse/eclipse.platform.ui-R4_12.tar.xz) = 5937024
SHA256 (eclipse/eclipse.platform.ui.tools-R4_12.tar.xz) = 610cfc9ac0e57114ddd6985a5a1ce0179f54397d2a2295de29166ece08af2daf
SIZE (eclipse/eclipse.platform.ui.tools-R4_12.tar.xz) = 318476
SHA256 (eclipse/rt.equinox.binaries-R4_12.tar.xz) = b439a66d4a28aad2bb4ea6ae5adddf39a95c9d1c348923c258f42c683f1ffb7f
SIZE (eclipse/rt.equinox.binaries-R4_12.tar.xz) = 624016
SHA256 (eclipse/rt.equinox.bundles-R4_12.tar.xz) = 4e0a2c72e0f459231fc51607b03598274902e04b308d3028ba9d30b57cb8a81d
SIZE (eclipse/rt.equinox.bundles-R4_12.tar.xz) = 1141852
SHA256 (eclipse/rt.equinox.framework-R4_12.tar.xz) = 8d154acf89d503cdd6ee8a83854a4a69d14f15430089a71f80bcb3a603d32b55
SIZE (eclipse/rt.equinox.framework-R4_12.tar.xz) = 2813400
SHA256 (eclipse/rt.equinox.p2-R4_12.tar.xz) = c3972cb745756fbea87ca0098803c538d1fc300637bbc1062fe359f0ca72dbc8
SIZE (eclipse/rt.equinox.p2-R4_12.tar.xz) = 48502480
SHA256 (eclipse/daemonblade-eclipse-maven-repo-4.12_GH0.tar.gz) = 43093df29b4ecbbabe8806ca24f1dcc4fa53b2b0d85a59d2664fc8f3fe8d8e90
SIZE (eclipse/daemonblade-eclipse-maven-repo-4.12_GH0.tar.gz) = 182037029

View File

@ -5,11 +5,11 @@ diff -ru eclipse-platform-parent/pom.xml eclipse-platform-parent/pom.xml
'eclipiserun-repo' repository, such as for computing .api-descriptions and
generating API Tools reports.
-->
- <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.11-I-builds/</eclipserun-repo>
+ <eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.11/</eclipserun-repo>
- <eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.12-I-builds/</eclipserun-repo>
+ <eclipserun-repo>https://download.eclipse.org/eclipse/updates/4.12/</eclipserun-repo>
- <comparator.repo>http://download.eclipse.org/eclipse/updates/4.11-I-builds</comparator.repo>
+ <comparator.repo>http://download.eclipse.org/eclipse/updates/4.11</comparator.repo>
- <comparator.repo>https://download.eclipse.org/eclipse/updates/4.12-I-builds</comparator.repo>
+ <comparator.repo>https://download.eclipse.org/eclipse/updates/4.12</comparator.repo>
<!--
NOTE: this EMF and ECF URL must match exactly what is in the eclipse-sdk-prereqs.target file.
@ -17,10 +17,10 @@ diff -ru eclipse-platform-parent/pom.xml eclipse-platform-parent/pom.xml
it).
And, of course, in the PDE target file, the URL is expected to be the actual URL, not a variable.
-->
- <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/builds/milestone/S201903030654/</emf-repo.url>
+ <emf-repo.url>http://download.eclipse.org/modeling/emf/emf/builds/release/2.17/</emf-repo.url>
- <emf-repo.url>https://download.eclipse.org/modeling/emf/emf/builds/milestone/S201905280646</emf-repo.url>
+ <emf-repo.url>https://download.eclipse.org/modeling/emf/emf/builds/release/2.18</emf-repo.url>
<ecf-repo.url>http://download.eclipse.org/rt/ecf/3.14.4/site.p2/</ecf-repo.url>
<ecf-repo.url>https://download.eclipse.org/rt/ecf/3.14.5/site.p2/</ecf-repo.url>
@@ -262,14 +262,14 @@
</target>
@ -41,12 +41,3 @@ diff -ru eclipse-platform-parent/pom.xml eclipse-platform-parent/pom.xml
</environment>
<environment>
<os>win32</os>
@@ -639,7 +639,7 @@
For maintenance streams should always be "M-builds".
Ideally, this value would be provided by the environment, see bug 489789.
-->
- <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.11-I-builds</eclipse-p2-repo.url>
+ <eclipse-p2-repo.url>http://download.eclipse.org/eclipse/updates/4.11</eclipse-p2-repo.url>
</properties>
<repositories>
<repository>

View File

@ -2,11 +2,11 @@ diff -ru eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target eclipse.
--- eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target 0000-00-00 00:00:00.000000000 +0000
+++ eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target 0000-00-00 00:00:00.000000000 +0000
@@ -167,7 +167,7 @@
<unit id="org.eclipse.emf.edit" version="2.14.0.v20180823-0456"/>
<unit id="org.eclipse.emf.edit" version="2.15.0.v20190528-0725"/>
<unit id="org.eclipse.emf.databinding" version="1.5.0.v20180706-1146"/>
<unit id="org.eclipse.emf.databinding.edit" version="1.5.0.v20180823-0456"/>
- <repository location="http://download.eclipse.org/modeling/emf/emf/builds/milestone/S201903030654/"/>
+ <repository location="http://download.eclipse.org/modeling/emf/emf/builds/release/2.17/"/>
<unit id="org.eclipse.emf.databinding.edit" version="1.6.0.v20190323-1031"/>
- <repository location="https://download.eclipse.org/modeling/emf/emf/builds/milestone/S201905280646"/>
+ <repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.18"/>
</location>
<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">

View File

@ -98,22 +98,20 @@ diff -ru eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/mai
org.eclipse.equinox.p2.reconciler.tests.platform.archive.win32-x86_64=\${basedir}\\\\eclipse-platform-${buildId}-win32-x86_64.zip
org.eclipse.equinox.p2.reconciler.tests.platform.archive.macosx-x86_64=\${basedir}/eclipse-platform-${buildId}-macosx-cocoa-x86_64.tar.gz
-org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.linux-x86_64=\${basedir}/eclipse-platform-4.10-linux-gtk-x86_64.tar.gz
+org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.freebsd-x86_64=\${basedir}/eclipse-platform-4.10-freebsd-gtk-amd64.tar.gz
org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.win32-x86_64=\${basedir}\\\\eclipse-platform-4.10-win32-x86_64.zip
org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.macosx-x86_64=\${basedir}/eclipse-platform-4.10-macosx-cocoa-x86_64.tar.gz
-org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.linux-x86_64=\${basedir}/eclipse-platform-4.11-linux-gtk-x86_64.tar.gz
+org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.freebsd-amd64=\${basedir}/eclipse-platform-4.11-freebsd-gtk-amd64.tar.gz
org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.win32-x86_64=\${basedir}\\\\eclipse-platform-4.11-win32-x86_64.zip
org.eclipse.equinox.p2.reconciler.tests.lastrelease.platform.archive.macosx-x86_64=\${basedir}/eclipse-platform-4.11-macosx-cocoa-x86_64.tar.gz
diff -ru eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/getPreviousRelease.sh eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/getPreviousRelease.sh
--- eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/getPreviousRelease.sh 0000-00-00 00:00:00.000000000 +0000
+++ eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/getPreviousRelease.sh 0000-00-00 00:00:00.000000000 +0000
@@ -7,10 +7,10 @@
@@ -8,9 +8,9 @@
mkdir -p workarea/${buildId}/eclipse-testing
-#cp /home/files/buildzips/oxygen/R/R-4.10-201812060815/eclipse-SDK-4.10-linux-gtk-x86_64.tar.gz ./workarea/${buildId}/eclipse-testing/
-cp /home/files/buildzips/oxygen/R/R-4.10-201812060815/eclipse-platform-4.10-linux-gtk-x86_64.tar.gz ./workarea/${buildId}/eclipse-testing/platformLocation/
+#cp /home/files/buildzips/oxygen/R/R-4.10-201812060815/eclipse-SDK-4.10-freebsd-gtk-amd64.tar.gz ./workarea/${buildId}/eclipse-testing/
+cp /home/files/buildzips/oxygen/R/R-4.10-201812060815/eclipse-platform-4.10-freebsd-gtk-amd64.tar.gz ./workarea/${buildId}/eclipse-testing/platformLocation/
#cp /home/files/buildzips/oxygen/R/R-4.11-201903070500/eclipse-SDK-4.11-linux-gtk-x86_64.tar.gz ./workarea/${buildId}/eclipse-testing/
-cp /home/files/buildzips/oxygen/R/R-4.11-201903070500/eclipse-platform-4.11-linux-gtk-x86_64.tar.gz ./workarea/${buildId}/eclipse-testing/platformLocation/
+cp /home/files/buildzips/oxygen/R/R-4.11-201903070500/eclipse-platform-4.11-freebsd-gtk-amd64.tar.gz ./workarea/${buildId}/eclipse-testing/platformLocation/
-cp ../../eclipse-SDK-${buildId}-linux-gtk-x86_64.tar.gz workarea/${buildId}/eclipse-testing/
+cp ../../eclipse-SDK-${buildId}-freebsd-gtk-amd64.tar.gz workarea/${buildId}/eclipse-testing/

View File

@ -1,7 +1,7 @@
diff -ru eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java
--- eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java 0000-00-00 00:00:00.000000000 +0000
+++ eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java 0000-00-00 00:00:00.000000000 +0000
@@ -59,7 +59,7 @@
@@ -63,7 +63,7 @@
//XXX This is not synchronized
private Map<Bundle,Log> logs = new HashMap<>(5);

View File

@ -13,7 +13,7 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/.classpath_gtk eclipse.pla
diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java
--- eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java 0000-00-00 00:00:00.000000000 +0000
+++ eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/common/org/eclipse/swt/internal/Library.java 0000-00-00 00:00:00.000000000 +0000
@@ -68,12 +68,12 @@
@@ -69,12 +69,12 @@
static String arch() {
String osArch = System.getProperty("os.arch"); //$NON-NLS-1$
if (osArch.equals ("i386") || osArch.equals ("i686")) return "x86"; //$NON-NLS-1$ $NON-NLS-2$ $NON-NLS-3$
@ -88,7 +88,7 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library
"linux.x86")
if [ "${CC}" = "" ]; then
export CC=gcc
@@ -194,7 +202,7 @@
@@ -194,7 +199,7 @@
# For 64-bit CPUs, we have a switch
@ -97,7 +97,7 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library
SWT_PTR_CFLAGS=-DJNI64
if [ -d /lib64 ]; then
XLIB64=-L/usr/X11R6/lib64
@@ -205,6 +213,11 @@
@@ -205,6 +210,11 @@
XLIB64="${XLIB64} -L/usr/lib64"
SWT_LFLAGS=-m64
export SWT_LFLAGS
@ -109,13 +109,6 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library
fi
export SWT_PTR_CFLAGS
fi
@@ -364,4 +377,4 @@
elif [ "${GTK_VERSION}" = "3.0" -o "${GTK_VERSION}" = "" ]; then
export GTK_VERSION="3.0"
func_build_gtk3 "$@"
-fi
\ No newline at end of file
+fi
diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak
--- eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak 0000-00-00 00:00:00.000000000 +0000
+++ eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/gtk/library/make_linux.mak 0000-00-00 00:00:00.000000000 +0000
@ -185,20 +178,6 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/META-INF/p2.inf eclipse.pl
requires.5.range = [$version$,$version$]
-requires.5.filter = (&(osgi.os=linux)(osgi.ws=gtk)(osgi.arch=ppc64le)(!(org.eclipse.swt.buildtime=true)))
+requires.5.filter = (&(osgi.os=freebsd)(osgi.ws=gtk)(osgi.arch=powerpc64)(!(org.eclipse.swt.buildtime=true)))
diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml
--- eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml 0000-00-00 00:00:00.000000000 +0000
+++ eclipse.platform.swt/bundles/org.eclipse.swt/buildFragment.xml 0000-00-00 00:00:00.000000000 +0000
@@ -237,8 +237,9 @@
<condition property="is64" value="true">
<or>
<equals arg1="${swt.arch}" arg2="x86_64"/>
+ <equals arg1="${swt.arch}" arg2="amd64"/>
<equals arg1="${swt.arch}" arg2="ia64"/>
- <equals arg1="${swt.arch}" arg2="ppc64le"/>
+ <equals arg1="${swt.arch}" arg2="powerpc64"/>
<equals arg1="${swt.arch}" arg2="s390x"/>
<equals arg1="${swt.arch}" arg2="sparcv9"/>
<equals arg1="${swt.arch}" arg2="aarch64"/>
diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml
--- eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml 0000-00-00 00:00:00.000000000 +0000
+++ eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml 0000-00-00 00:00:00.000000000 +0000
@ -231,7 +210,7 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml eclipse.platf
<filename regex="[0-9][0-9][0-9][0-9]."/>
<filename regex="${swt_version}." negate="true"/>
<exclude name="**/.git/**"/>
@@ -122,13 +122,13 @@
@@ -115,13 +115,13 @@
trust="true"
outputproperty="m_linux_x86_64_output"
command="hostname"/>
@ -247,7 +226,7 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml eclipse.platf
command="hostname"/>
<sshexec host="${m_mac}"
username="swtbuild"
@@ -152,10 +152,10 @@
@@ -139,10 +139,10 @@
<matches pattern="x${m_linux_x86_64_output}*" string="x${m_linux_x86_64}"/>
</and>
</condition>
@ -261,20 +240,6 @@ diff -ru eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml eclipse.platf
</and>
</condition>
<condition property="m_mac_test" value="${success_msg}" else="${fail_msg}">
@@ -169,11 +169,11 @@
<echo></echo>
<echo>${m_linux_x86} - ${m_linux_x86_test}</echo>
<echo>${m_linux_x86_64} - ${m_linux_x86_64_test}</echo>
- <echo>${m_linux_ppc64le} - ${m_linux_ppc64le_test}</echo>
+ <echo>${m_linux_powerpc64} - ${m_linux_powerpc64_test}</echo>
<echo>${m_mac} - ${m_mac_test}</echo>
<echo>-------------------------</echo>
<condition property="m_fail">
- <matches pattern="Fail" string="${m_linux_x86_test} ${m_linux_x86_64_test} ${m_linux_ppc64le_test} ${m_mac_test}"/>
+ <matches pattern="Fail" string="${m_linux_x86_test} ${m_linux_x86_64_test} ${m_linux_powerpc64_test} ${m_mac_test}"/>
</condition>
<fail if="m_fail" message="Failed"/>
</target>
diff -ru eclipse.platform.swt/bundles/org.eclipse.swt.tools/Oomph/platformSwt.setup eclipse.platform.swt/bundles/org.eclipse.swt.tools/Oomph/platformSwt.setup
--- eclipse.platform.swt/bundles/org.eclipse.swt.tools/Oomph/platformSwt.setup 0000-00-00 00:00:00.000000000 +0000
+++ eclipse.platform.swt/bundles/org.eclipse.swt.tools/Oomph/platformSwt.setup 0000-00-00 00:00:00.000000000 +0000

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