diff --git a/archivers/Makefile b/archivers/Makefile index 592013336e93..c751f692ab0a 100644 --- a/archivers/Makefile +++ b/archivers/Makefile @@ -55,6 +55,7 @@ SUBDIR += lcab SUBDIR += lha SUBDIR += lha-ac + SUBDIR += lhasa SUBDIR += libarc SUBDIR += libarchive SUBDIR += libcabinet diff --git a/archivers/lhasa/Makefile b/archivers/lhasa/Makefile new file mode 100644 index 000000000000..9cf50308214d --- /dev/null +++ b/archivers/lhasa/Makefile @@ -0,0 +1,34 @@ +# Created by: Carsten Larsen +# $FreeBSD$ + +PORTNAME= lhasa +PORTVERSION= 0.3.1 +CATEGORIES= archivers +MASTER_SITES= https://soulsphere.org/projects/lhasa/ \ + http://suyai.innolan.net/ + +MAINTAINER= cs@innolan.dk +COMMENT= Command line tool and library for parsing LHA archives + +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= autoreconf pathfix libtool +PATHFIX_MAKEFILEIN= Makefile.am +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +CONFIGURE_ARGS= --disable-silent-rules \ + --program-suffix=sa +INSTALL_TARGET= install-strip + +PORTDOCS= ChangeLog README AUTHORS TODO NEWS + +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ +.endfor + +.include diff --git a/archivers/lhasa/distinfo b/archivers/lhasa/distinfo new file mode 100644 index 000000000000..50a197e54cc3 --- /dev/null +++ b/archivers/lhasa/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1468768769 +SHA256 (lhasa-0.3.1.tar.gz) = 3fb08e5f85a9b9dd023922896be9157d5fb5c0448424681810aaa2b0558a5f24 +SIZE (lhasa-0.3.1.tar.gz) = 2933084 diff --git a/archivers/lhasa/pkg-descr b/archivers/lhasa/pkg-descr new file mode 100644 index 000000000000..a1dc5954c657 --- /dev/null +++ b/archivers/lhasa/pkg-descr @@ -0,0 +1,12 @@ +Lhasa is a command line tool and library for parsing LHA archives. + +Currently it is only possible to decompress archives. Compressing +LHA archives may be an enhancement for future versions. The aim is +to be compatible with as many different variants of the LHA file +format as possible, including LArc (.lzs) and PMarc (.pma). + +The command line tool aims to be interface-compatible with Unix LHA +tool (command line syntax and output), for backwards compatibility +with tools that expect particular output. + +WWW: http://fragglet.github.io/lhasa/ diff --git a/archivers/lhasa/pkg-plist b/archivers/lhasa/pkg-plist new file mode 100644 index 000000000000..b60ef622a4b6 --- /dev/null +++ b/archivers/lhasa/pkg-plist @@ -0,0 +1,12 @@ +bin/lhasa +include/liblhasa-1.0/lha_decoder.h +include/liblhasa-1.0/lha_file_header.h +include/liblhasa-1.0/lha_input_stream.h +include/liblhasa-1.0/lha_reader.h +include/liblhasa-1.0/lhasa.h +lib/liblhasa.a +lib/liblhasa.so +lib/liblhasa.so.0 +lib/liblhasa.so.0.0.0 +libdata/pkgconfig/liblhasa.pc +man/man1/lhasa.1.gz diff --git a/archivers/xarchiver/Makefile b/archivers/xarchiver/Makefile index 382cb5d67f7b..b99bf7b55164 100644 --- a/archivers/xarchiver/Makefile +++ b/archivers/xarchiver/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xarchiver -PORTVERSION= 0.5.4.6 +PORTVERSION= 0.5.4.7 DISTVERSIONPREFIX= ${PORTNAME}- CATEGORIES= archivers @@ -11,6 +11,8 @@ COMMENT= Desktop-agnostic GTK+2 frontend to various archiving tools LICENSE= GPLv2 +LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 RUN_DEPENDS= xdg-open:devel/xdg-utils \ 7zr:archivers/p7zip \ zip:archivers/zip \ @@ -20,13 +22,16 @@ USE_GITHUB= yes GH_ACCOUNT= ib USES= desktop-file-utils gmake pkgconfig tar:bzip2 -USE_GNOME= glib20 gtk20 intltool +USE_GNOME= cairo glib20 intltool GNU_CONFIGURE= yes INSTALLS_ICONS= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_GROUP= FORMATS OPTIONS_GROUP_FORMATS= ARJ LZO RAR +OPTIONS_SINGLE= GTK +OPTIONS_SINGLE_GTK= GTK2 GTK3 +OPTIONS_DEFAULT= GTK2 OPTIONS_SUB= yes FORMATS_DESC= Additional compression formats support @@ -39,6 +44,10 @@ LZO_RUN_DEPENDS= lzop:archivers/lzop RAR_RUN_DEPENDS= unrar:archivers/unrar \ rar:archivers/rar +GTK2_CONFIGURE_ENABLE= gtk2 +GTK2_USE= GNOME=gtk20 +GTK3_USE= GNOME=gtk30 + NLS_USES= gettext NLS_CPPFLAGS+= -I${LOCALBASE}/include NLS_LDFLAGS+= -L${LOCALBASE}/lib diff --git a/archivers/xarchiver/distinfo b/archivers/xarchiver/distinfo index 37bc81b844c9..dbe946b15d3a 100644 --- a/archivers/xarchiver/distinfo +++ b/archivers/xarchiver/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1464767537 -SHA256 (ib-xarchiver-xarchiver-0.5.4.6_GH0.tar.gz) = 5199670b435e9a25d33c6101b99f7bd64375377920d389a9a566d9ba72cc9f8b -SIZE (ib-xarchiver-xarchiver-0.5.4.6_GH0.tar.gz) = 983292 +TIMESTAMP = 1469123437 +SHA256 (ib-xarchiver-xarchiver-0.5.4.7_GH0.tar.gz) = 124eeccd819419c3d8f2935a78a3ad0ad47174bf7ef641441341e3aa32ea8f11 +SIZE (ib-xarchiver-xarchiver-0.5.4.7_GH0.tar.gz) = 986042 diff --git a/astro/rmap/Makefile b/astro/rmap/Makefile index c5ca8a05d63f..b4f18c5b19cb 100644 --- a/astro/rmap/Makefile +++ b/astro/rmap/Makefile @@ -3,7 +3,7 @@ PORTNAME= rmap PORTVERSION= 1.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= astro geography MASTER_SITES= http://rmap.sourceforge.net/ diff --git a/audio/enscribe/Makefile b/audio/enscribe/Makefile index 8b2db5d5f797..bd858037fe80 100644 --- a/audio/enscribe/Makefile +++ b/audio/enscribe/Makefile @@ -3,7 +3,7 @@ PORTNAME= enscribe PORTVERSION= 0.1.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio graphics MASTER_SITES= http://www.coppercloudmusic.com/enscribe/ diff --git a/audio/libxmp/Makefile b/audio/libxmp/Makefile index 7222cb21185f..81e8f1bea4fb 100644 --- a/audio/libxmp/Makefile +++ b/audio/libxmp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libxmp -PORTVERSION= 4.3.13 +PORTVERSION= 4.4.0 CATEGORIES= audio MASTER_SITES= SF/xmp/${PORTNAME}/${PORTVERSION} diff --git a/audio/libxmp/distinfo b/audio/libxmp/distinfo index 326f07f3f76c..ec83d4dde84b 100644 --- a/audio/libxmp/distinfo +++ b/audio/libxmp/distinfo @@ -1,2 +1,3 @@ -SHA256 (libxmp-4.3.13.tar.gz) = 57a31e623dac12ad168fbd46cf1e0aeda93512ed52812665018b21d0e71633b9 -SIZE (libxmp-4.3.13.tar.gz) = 631587 +TIMESTAMP = 1469121818 +SHA256 (libxmp-4.4.0.tar.gz) = 1488dd953fd30384fb946745111824ad14a5c2ed82d76af671ac9cd733ac5c82 +SIZE (libxmp-4.4.0.tar.gz) = 615536 diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile index 91ef2aeaa23d..ea89be9029c6 100644 --- a/audio/mp3plot/Makefile +++ b/audio/mp3plot/Makefile @@ -3,7 +3,7 @@ PORTNAME= mp3plot DISTVERSION= 0.6.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio MASTER_SITES= http://p.outlyer.net/mp3plot/files/ diff --git a/audio/squeezeboxserver/Makefile b/audio/squeezeboxserver/Makefile index ca891949062f..4a049411bc38 100644 --- a/audio/squeezeboxserver/Makefile +++ b/audio/squeezeboxserver/Makefile @@ -155,7 +155,7 @@ post-patch: -e 's/default-character-set/character-set-server/'\ -e 's/default-collation/collation-server/' ${WRKSRC}/MySQL/my.tt # table_open_cache was known as table_cache in MySQL 5.1.2 and earlier - @if [ "$(MYSQL_VER)" != "50" ] ; then \ + @if [ "${MYSQL_VER}" != "50" ] ; then \ ${REINPLACE_CMD} \ -e 's/table_cache/table_open_cache/' ${WRKSRC}/MySQL/my.tt ;\ fi diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile index 20c877e8271b..5e640d72be76 100644 --- a/audio/xmp/Makefile +++ b/audio/xmp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xmp -PORTVERSION= 4.0.11 +PORTVERSION= 4.1.0 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= SF diff --git a/audio/xmp/distinfo b/audio/xmp/distinfo index 0cad86b21fac..5d376da9c027 100644 --- a/audio/xmp/distinfo +++ b/audio/xmp/distinfo @@ -1,2 +1,3 @@ -SHA256 (xmp-4.0.11.tar.gz) = ba09beefb9bc67cd01bba96e6c79c4896f9d99161ea41ddbfee0e25db09e7991 -SIZE (xmp-4.0.11.tar.gz) = 208002 +TIMESTAMP = 1469121844 +SHA256 (xmp-4.1.0.tar.gz) = 1dbd61074783545ac7bef5b5daa772fd2110764cb70f937af8c3fad30f73289e +SIZE (xmp-4.1.0.tar.gz) = 210435 diff --git a/benchmarks/iozone/Makefile b/benchmarks/iozone/Makefile index 9aaecece418c..8c50bbd717f8 100644 --- a/benchmarks/iozone/Makefile +++ b/benchmarks/iozone/Makefile @@ -3,11 +3,12 @@ PORTNAME= iozone DISTVERSION= 3_434 +PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= http://www.iozone.org/src/current/ DISTNAME= ${PORTNAME}${DISTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= jpaetzel@FreeBSD.org COMMENT= Performance Test of Sequential File I/O WRKSRC= ${WRKDIR}/${DISTNAME}/src/current diff --git a/benchmarks/iozone/files/patch-iozone.c b/benchmarks/iozone/files/patch-iozone.c index 489ac7f26725..d1cef785089b 100644 --- a/benchmarks/iozone/files/patch-iozone.c +++ b/benchmarks/iozone/files/patch-iozone.c @@ -1,38 +1,462 @@ -Fix warnings from modern compilers -- formats, use of 0 instead of NULL. -Also remove redundant casts and fix printf-formatting. - - -mi ---- iozone.c 2015-10-20 14:12:13.000000000 +0000 +--- iozone.c.orig 2015-10-20 14:12:13 UTC +++ iozone.c -@@ -8679,5 +8679,5 @@ +@@ -360,7 +360,7 @@ typedef off_t off64_t; + #ifndef SCO_Unixware_gcc + #ifndef UWIN + #ifndef __DragonFly__ +-typedef long long off64_t; ++typedef long off64_t; + #endif + #endif + #endif +@@ -1918,7 +1918,7 @@ char **argv; + #ifdef NO_PRINT_LLD + sscanf(optarg,"%ld",&kilobytes64); + #else +- sscanf(optarg,"%lld",&kilobytes64); ++ sscanf(optarg,"%ld",&kilobytes64); + #endif + if(optarg[strlen(optarg)-1]=='k' || + optarg[strlen(optarg)-1]=='K'){ +@@ -1942,7 +1942,7 @@ char **argv; + #ifdef NO_PRINT_LLD + sprintf(splash[splash_line++],"\tFile size set to %ld kB\n",kilobytes64); + #else +- sprintf(splash[splash_line++],"\tFile size set to %lld kB\n",kilobytes64); ++ sprintf(splash[splash_line++],"\tFile size set to %ld kB\n",kilobytes64); + #endif + sflag++; + break; +@@ -2316,7 +2316,7 @@ char **argv; + #ifdef NO_PRINT_LLD + sprintf(splash[splash_line++],"\tUsing minimum file size of %ld kilobytes.\n",minimum_file_size); + #else +- sprintf(splash[splash_line++],"\tUsing minimum file size of %lld kilobytes.\n",minimum_file_size); ++ sprintf(splash[splash_line++],"\tUsing minimum file size of %ld kilobytes.\n",minimum_file_size); + #endif + break; + case 'g': /* Set maximum file size for auto mode */ +@@ -2339,7 +2339,7 @@ char **argv; + #ifdef NO_PRINT_LLD + sprintf(splash[splash_line++],"\tUsing maximum file size of %ld kilobytes.\n",maximum_file_size); + #else +- sprintf(splash[splash_line++],"\tUsing maximum file size of %lld kilobytes.\n",maximum_file_size); ++ sprintf(splash[splash_line++],"\tUsing maximum file size of %ld kilobytes.\n",maximum_file_size); + #endif + break; + case 'z': /* Set no cross over */ +@@ -2447,7 +2447,7 @@ char **argv; + #ifdef NO_PRINT_LLD + sscanf(subarg,"%ld",&burst_size_kb_64); + #else +- sscanf(subarg,"%lld",&burst_size_kb_64); ++ sscanf(subarg,"%ld",&burst_size_kb_64); + #endif + if(subarg[strlen(subarg)-1]=='k' || + subarg[strlen(subarg)-1]=='K'){ +@@ -3108,7 +3108,7 @@ char **argv; + printf("\tBurst size set to %ld Kbytes.\n\tBurst sleep duration set to %ld msec\n", + burst_size_kb_64, burst_sleep_duration_msec); + #else +- printf("\tBurst size set to %lld Kbytes.\n\tBurst sleep duration set to %lld msec\n", ++ printf("\tBurst size set to %ld Kbytes.\n\tBurst sleep duration set to %lld msec\n", + burst_size_kb_64, burst_sleep_duration_msec); + #endif + if(!rflag) +@@ -3345,7 +3345,7 @@ long long reclength; + if(!silent) printf("%8ld",reclen/1024); + } + #else +- if(!silent) printf("%16lld",kilobytes64); ++ if(!silent) printf("%16ld",kilobytes64); + if(r_traj_flag || w_traj_flag) + { + if(!silent) printf("%8lld",(long long )0); +@@ -3403,7 +3403,7 @@ long long reclength; + printf("\n\tiozone %ld %ld ", kilobytes64, goodrecl); + printf("\t(i.e. record size = %ld bytes)\n", goodrecl); + #else +- printf("\n\tiozone %lld %lld ", kilobytes64, goodrecl); ++ printf("\n\tiozone %ld %lld ", kilobytes64, goodrecl); + printf("\t(i.e. record size = %lld bytes)\n", goodrecl); + #endif + } +@@ -3543,7 +3543,7 @@ void auto_test() + printf("Error: record length %ld is greater than filesize %ld kB\n ", + min_rec_size,min_file_size); + #else +- printf("Error: record length %lld is greater than filesize %lld kB\n ", ++ printf("Error: record length %lld is greater than filesize %ld kB\n ", + min_rec_size,min_file_size); + #endif + exit(23); +@@ -3738,7 +3738,7 @@ throughput_test() + if(!silent) printf("\tEach %s writes a %ld kByte file in telemetry controlled records\n", + port,kilobytes64); + #else +- if(!silent) printf("\tEach %s writes a %lld kByte file in telemetry controlled records\n", ++ if(!silent) printf("\tEach %s writes a %ld kByte file in telemetry controlled records\n", + port,kilobytes64); + #endif + } +@@ -3748,7 +3748,7 @@ throughput_test() + if(!silent) printf("\tEach %s writes a %ld kByte file in %ld kbyte records\n", + port,kilobytes64,reclen/1024); + #else +- if(!silent) printf("\tEach %s writes a %lld kByte file in %lld kByte records\n", ++ if(!silent) printf("\tEach %s writes a %ld kByte file in %lld kByte records\n", + port,kilobytes64,reclen/1024); + #endif + } +@@ -7182,8 +7182,8 @@ char sverify; + printf("where %8.8lx loop %ld\n",where,i); + #else + printf("Error in file: Found ?%llx? Expecting ?%llx? addr %lx\n",*where, (long long)((pattern_buf<<32)|pattern_buf),((long)where)); +- printf("Error in file: Position %lld \n",file_position); +- printf("Record # %lld Record size %lld kb \n",recnum,recsize/1024); ++ printf("Error in file: Position %ld \n",file_position); ++ printf("Record # %ld Record size %lld kb \n",recnum,recsize/1024); + printf("where %px loop %lld\n",where,(long long)i); + #endif + return(1); +@@ -7226,9 +7226,9 @@ char sverify; + printf("Error in file: Position %ld \n",file_position); + printf("Record # %ld Record size %ld kb \n",recnum,recsize/1024); + #else +- printf("Error in file: Position %lld %lld %lld \n",i,j,k); +- printf("Error in file: Position %lld \n",file_position); +- printf("Record # %lld Record size %lld kb \n",recnum,recsize/1024); ++ printf("Error in file: Position %ld %lld %lld \n",i,j,k); ++ printf("Error in file: Position %ld \n",file_position); ++ printf("Record # %ld Record size %lld kb \n",recnum,recsize/1024); + #endif + printf("Found pattern: Char >>%c<< Expecting >>%c<<\n", *where2,*pattern_ptr); + printf("Found pattern: Hex >>%x<< Expecting >>%x<<\n", *where2,*pattern_ptr); +@@ -7835,9 +7835,9 @@ long long *data2; + else + fprintf(rwqfd,"%10.1ld %10.0f %10.1ld\n",(traj_offset)/1024,((qtime_stop-qtime_start-time_res))*1000000,reclen); + #else +- fprintf(wqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((qtime_stop-qtime_start-time_res))*1000000,reclen); ++ fprintf(wqfd,"%10.1ld %10.0f %10.1lld\n",(traj_offset)/1024,((qtime_stop-qtime_start-time_res))*1000000,reclen); + else +- fprintf(rwqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((qtime_stop-qtime_start-time_res))*1000000,reclen); ++ fprintf(rwqfd,"%10.1ld %10.0f %10.1lld\n",(traj_offset)/1024,((qtime_stop-qtime_start-time_res))*1000000,reclen); + #endif + } + w_traj_ops_completed++; +@@ -8331,7 +8331,7 @@ long long *data1,*data2; + printf("\nError freading block %lu %lx\n", i, + (unsigned long long)buffer); + #else +- printf("\nError freading block %llu %llx\n", i, ++ printf("\nError freading block %ld %llx\n", i, + (unsigned long long)buffer); + #endif + #else +@@ -8678,7 +8678,7 @@ long long *data1,*data2; + } if(r_traj_flag) { - traj_offset=get_traj(r_traj_fd, (long long *)&traj_size,(float *)&compute_time, (long)0); + traj_offset=get_traj(r_traj_fd, &traj_size, &compute_time, 0); reclen=traj_size; #if defined(Windows) -@@ -14765,5 +14765,5 @@ + if(unbuffered) +@@ -8749,7 +8749,7 @@ long long *data1,*data2; + printf("\nError reading block %ld %lx\n", i, + (unsigned long long)nbuff); + #else +- printf("\nError reading block %lld %llx\n", i, ++ printf("\nError reading block %ld %llx\n", i, + (unsigned long long)nbuff); + #endif + #else +@@ -8798,9 +8798,9 @@ long long *data1,*data2; + else + fprintf(rrqfd,"%10.1ld %10.0f %10.1ld\n",(traj_offset)/1024,(qtime_stop-qtime_start-time_res)*1000000,reclen); + #else +- fprintf(rqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,(qtime_stop-qtime_start-time_res)*1000000,reclen); ++ fprintf(rqfd,"%10.1ld %10.0f %10.1lld\n",(traj_offset)/1024,(qtime_stop-qtime_start-time_res)*1000000,reclen); + else +- fprintf(rrqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,(qtime_stop-qtime_start-time_res)*1000000,reclen); ++ fprintf(rrqfd,"%10.1ld %10.0f %10.1lld\n",(traj_offset)/1024,(qtime_stop-qtime_start-time_res)*1000000,reclen); + #endif + } + r_traj_ops_completed++; +@@ -9226,7 +9226,7 @@ long long *data1, *data2; + printf("\nError reading block at %ld\n", + offset64); + #else +- printf("\nError reading block at %lld\n", ++ printf("\nError reading block at %ld\n", + offset64); + #endif + perror("read"); +@@ -9350,7 +9350,7 @@ long long *data1, *data2; + printf("\nError writing block at %ld\n", + offset64); + #else +- printf("\nError writing block at %lld\n", ++ printf("\nError writing block at %ld\n", + offset64); + #endif + if(wval==-1) +@@ -9667,7 +9667,7 @@ long long *data1,*data2; + #ifdef NO_PRINT_LLD + printf("\nError reading block %ld\n", i); + #else +- printf("\nError reading block %lld\n", i); ++ printf("\nError reading block %ld\n", i); + #endif + perror("read"); + exit(79); +@@ -10272,8 +10272,8 @@ long long *data1, *data2; + printf("\nError reading block %ld, fd= %d Filename %s Read returned %ld\n", i, fd,filename,uu); + printf("\nSeeked to %ld Reclen = %ld\n", savepos64,reclen); + #else +- printf("\nError reading block %lld, fd= %d Filename %s Read returned %lld\n", i, fd,filename,uu); +- printf("\nSeeked to %lld Reclen = %lld\n", savepos64,reclen); ++ printf("\nError reading block %ld, fd= %d Filename %s Read returned %lld\n", i, fd,filename,uu); ++ printf("\nSeeked to %ld Reclen = %lld\n", savepos64,reclen); + #endif + perror("read"); + exit(88); +@@ -11799,7 +11799,7 @@ long long who; + #ifdef NO_PRINT_LLD + if(!silent) printf(" %c%ld%c",'"',rec_size/1024,'"'); + #else +- if(!silent) printf(" %c%lld%c",'"',rec_size/1024,'"'); ++ if(!silent) printf(" %c%ld%c",'"',rec_size/1024,'"'); + #endif + } + if(!silent) printf("\n"); +@@ -11817,7 +11817,7 @@ long long who; + #ifdef NO_PRINT_LLD + if(!silent) printf("%c%ld%c ",'"',current_file_size,'"'); + #else +- if(!silent) printf("%c%lld%c ",'"',current_file_size,'"'); ++ if(!silent) printf("%c%ld%c ",'"',current_file_size,'"'); + #endif + for(i=0;i<=max_y;i++){ + if(report_array[0][i] != current_file_size){ +@@ -11832,7 +11832,7 @@ long long who; + #ifdef NO_PRINT_LLD + if(!silent) printf("%c%ld%c ",'"',current_file_size,'"'); + #else +- if(!silent) printf("%c%lld%c ",'"',current_file_size,'"'); ++ if(!silent) printf("%c%ld%c ",'"',current_file_size,'"'); + #endif + } + if(bif_flag) +@@ -11840,7 +11840,7 @@ long long who; + #ifdef NO_PRINT_LLD + if(!silent) printf(" %ld ",report_array[who][i]); + #else +- if(!silent) printf(" %lld ",report_array[who][i]); ++ if(!silent) printf(" %ld ",report_array[who][i]); + #endif + } + if(bif_flag) +@@ -12029,7 +12029,7 @@ long long who; + #ifdef NO_PRINT_LLD + if(!silent) printf(" %c%ld%c",'"',rec_size/1024,'"'); + #else +- if(!silent) printf(" %c%lld%c",'"',rec_size/1024,'"'); ++ if(!silent) printf(" %c%ld%c",'"',rec_size/1024,'"'); + #endif + } + if(!silent) printf("\n"); +@@ -12047,7 +12047,7 @@ long long who; + #ifdef NO_PRINT_LLD + if(!silent) printf("%c%ld%c ",'"',current_file_size,'"'); + #else +- if(!silent) printf("%c%lld%c ",'"',current_file_size,'"'); ++ if(!silent) printf("%c%ld%c ",'"',current_file_size,'"'); + #endif + for (i = 0; i <= max_y; i++) { + if (report_array[0][i] != current_file_size) { +@@ -12062,7 +12062,7 @@ long long who; + #ifdef NO_PRINT_LLD + if(!silent) printf("%c%ld%c ",'"',current_file_size,'"'); + #else +- if(!silent) printf("%c%lld%c ",'"',current_file_size,'"'); ++ if(!silent) printf("%c%ld%c ",'"',current_file_size,'"'); + #endif + } + if (bif_flag) +@@ -13061,7 +13061,7 @@ printf("Desired rate %g Actual rate %g + #ifdef NO_PRINT_LLD + fprintf(thread_wqfd,"%10.1ld %10.0f %10.1ld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #else +- fprintf(thread_wqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ++ fprintf(thread_wqfd,"%10.1ld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #endif + } + w_traj_ops_completed++; +@@ -13715,7 +13715,7 @@ printf("Desired rate %g Actual rate %g + #ifdef NO_PRINT_LLD + fprintf(thread_wqfd,"%10.1ld %10.0f %10.1ld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #else +- fprintf(thread_wqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ++ fprintf(thread_wqfd,"%10.1ld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #endif + } + w_traj_ops_completed++; +@@ -14325,7 +14325,7 @@ printf("Desired rate %g Actual rate %g + #ifdef NO_PRINT_LLD + fprintf(thread_rwqfd,"%10.1ld %10.0f %10.1ld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #else +- fprintf(thread_rwqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ++ fprintf(thread_rwqfd,"%10.1ld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #endif + } + if(rlocking) +@@ -14764,7 +14764,7 @@ thread_read_test(x) + } if(r_traj_flag) { - traj_offset=get_traj(r_traj_fd, (long long *)&traj_size,(float *)&delay,(long)0); + traj_offset=get_traj(r_traj_fd, &traj_size, &delay, 0); reclen=traj_size; #if defined(Windows) -@@ -15318,5 +15318,5 @@ + if(unbuffered) +@@ -14840,7 +14840,7 @@ thread_read_test(x) + printf("\nError reading block %ld, fd= %d\n", i, + fd); + #else +- printf("\nError reading block %lld, fd= %d\n", i, ++ printf("\nError reading block %ld, fd= %d\n", i, + fd); + #endif + perror("read"); +@@ -14914,7 +14914,7 @@ printf("Desired rate %g Actual rate %g + #ifdef NO_PRINT_LLD + fprintf(thread_rqfd,"%10.1ld %10.0f %10.1ld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #else +- fprintf(thread_rqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ++ fprintf(thread_rqfd,"%10.1ld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #endif + } + +@@ -15317,7 +15317,7 @@ thread_pread_test(x) + } if(r_traj_flag) { - traj_offset=get_traj(r_traj_fd, (long long *)&traj_size,(float *)&delay,(long)0); + traj_offset=get_traj(r_traj_fd, &traj_size, &delay, 0); reclen=traj_size; I_LSEEK(fd,traj_offset,SEEK_SET); -@@ -15878,5 +15878,5 @@ + } +@@ -15375,7 +15375,7 @@ thread_pread_test(x) + printf("\nError preading block %ld, fd= %d\n", i, + fd); + #else +- printf("\nError preading block %lld, fd= %d\n", i, ++ printf("\nError preading block %ld, fd= %d\n", i, + fd); + #endif + perror("pread"); +@@ -15449,7 +15449,7 @@ printf("Desired rate %g Actual rate %g + #ifdef NO_PRINT_LLD + fprintf(thread_rqfd,"%10.1ld %10.0f %10.1ld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #else +- fprintf(thread_rqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ++ fprintf(thread_rqfd,"%10.1ld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #endif + } + +@@ -15877,7 +15877,7 @@ thread_rread_test(x) + } if(r_traj_flag) { - traj_offset=get_traj(r_traj_fd, (long long *)&traj_size,(float *)&delay,(long)0); + traj_offset=get_traj(r_traj_fd, &traj_size, &delay, 0); reclen=traj_size; #if defined(Windows) -@@ -18745,11 +18745,5 @@ + if(unbuffered) +@@ -15953,7 +15953,7 @@ thread_rread_test(x) + printf("\nError writing block %ld, fd= %d\n", i, + fd); + #else +- printf("\nError writing block %lld, fd= %d\n", i, ++ printf("\nError writing block %ld, fd= %d\n", i, + fd); + #endif + perror("read"); +@@ -16027,7 +16027,7 @@ printf("Desired rate %g Actual rate %g + #ifdef NO_PRINT_LLD + fprintf(thread_rrqfd,"%10.1ld %10.0f %10.1ld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #else +- fprintf(thread_rrqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ++ fprintf(thread_rrqfd,"%10.1ld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #endif + } + +@@ -16503,7 +16503,7 @@ thread_reverse_read_test(x) + #ifdef NO_PRINT_LLD + printf("\nError reading block %ld\n", i); + #else +- printf("\nError reading block %lld\n", i); ++ printf("\nError reading block %ld\n", i); + #endif + perror("read"); + if (!no_unlink) +@@ -16585,7 +16585,7 @@ printf("Desired rate %g Actual rate %g + #ifdef NO_PRINT_LLD + fprintf(thread_revqfd,"%10.1ld %10.0f %10.1ld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #else +- fprintf(thread_revqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ++ fprintf(thread_revqfd,"%10.1ld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #endif + } + } +@@ -17013,7 +17013,7 @@ thread_stride_read_test(x) + #ifdef NO_PRINT_LLD + printf("\nError reading block %ld, fd= %d\n", i, fd); + #else +- printf("\nError reading block %lld, fd= %d\n", i, fd); ++ printf("\nError reading block %ld, fd= %d\n", i, fd); + #endif + perror("read"); + if (!no_unlink) +@@ -17130,7 +17130,7 @@ printf("Desired rate %g Actual rate %g + #ifdef NO_PRINT_LLD + fprintf(thread_strqfd,"%10.1ld %10.0f %10.1ld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #else +- fprintf(thread_strqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ++ fprintf(thread_strqfd,"%10.1ld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #endif + } + } +@@ -17736,7 +17736,7 @@ thread_ranread_test(x) + printf("\nError reading block at %ld\n", + offset); + #else +- printf("\nError reading block at %lld\n", ++ printf("\nError reading block at %ld\n", + offset); + #endif + perror("ranread"); +@@ -17814,7 +17814,7 @@ printf("Desired rate %g Actual rate %g + #ifdef NO_PRINT_LLD + fprintf(thread_randrfd,"%10.1ld %10.0f %10.1ld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #else +- fprintf(thread_randrfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ++ fprintf(thread_randrfd,"%10.1ld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #endif + } + } +@@ -18492,7 +18492,7 @@ printf("Desired rate %g Actual rate %g + #ifdef NO_PRINT_LLD + fprintf(thread_randwqfd,"%10.1ld %10.0f %10.1ld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #else +- fprintf(thread_randwqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ++ fprintf(thread_randwqfd,"%10.1ld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #endif + } + w_traj_ops_completed++; +@@ -18744,13 +18744,7 @@ void *x; + pthread_attr_t attr; int xx; int *yy; -#ifdef _64BIT_ARCH_ @@ -45,7 +469,9 @@ Also remove redundant casts and fix printf-formatting. + intptr_t meme = (intptr_t)x; yy=(int *)x; -@@ -18770,6 +18764,6 @@ + +@@ -18769,8 +18763,8 @@ void *x; + printf("Thread create failed. Returned %d Errno = %d\n",xx,errno); if(debug1 ) { - printf("\nthread created has an id of %lx\n",ts); @@ -54,101 +480,157 @@ Also remove redundant casts and fix printf-formatting. + printf("meme %lld\n", (long long)meme); } return((long long)meme); -@@ -22167,5 +22161,5 @@ + } +@@ -22166,7 +22160,7 @@ become_client() + fprintf(newstdout,"Child %d running thread_write_test\n",(int)chid); fflush(newstdout); } - thread_write_test((long)0); + thread_write_test(NULL); break; #ifdef HAVE_PREAD -@@ -22176,5 +22170,5 @@ + case THREAD_PWRITE_TEST : +@@ -22175,7 +22169,7 @@ become_client() + fprintf(newstdout,"Child %d running thread_pwrite_test\n",(int)chid); fflush(newstdout); } - thread_pwrite_test((long)0); + thread_pwrite_test(NULL); break; #endif -@@ -22185,5 +22179,5 @@ + case THREAD_REWRITE_TEST : +@@ -22184,7 +22178,7 @@ become_client() + fprintf(newstdout,"Child %d running thread_rewrite_test\n",(int)chid); fflush(newstdout); } - thread_rwrite_test((long)0); + thread_rwrite_test(NULL); break; case THREAD_READ_TEST : -@@ -22193,5 +22187,5 @@ + if(cdebug>=1) +@@ -22192,7 +22186,7 @@ become_client() + fprintf(newstdout,"Child %d running thread_read_test\n",(int)chid); fflush(newstdout); } - thread_read_test((long)0); + thread_read_test(NULL); break; #ifdef HAVE_PREAD -@@ -22202,5 +22196,5 @@ + case THREAD_PREAD_TEST : +@@ -22201,7 +22195,7 @@ become_client() + fprintf(newstdout,"Child %d running thread_read_test\n",(int)chid); fflush(newstdout); } - thread_pread_test((long)0); + thread_pread_test(NULL); break; #endif -@@ -22211,5 +22205,5 @@ + case THREAD_REREAD_TEST : +@@ -22210,7 +22204,7 @@ become_client() + fprintf(newstdout,"Child %d running thread_reread_test\n",(int)chid); fflush(newstdout); } - thread_rread_test((long)0); + thread_rread_test(NULL); break; case THREAD_STRIDE_TEST : -@@ -22219,5 +22213,5 @@ + if(cdebug>=1) +@@ -22218,7 +22212,7 @@ become_client() + fprintf(newstdout,"Child %d running thread_stride_read_test\n",(int)chid); fflush(newstdout); } - thread_stride_read_test((long)0); + thread_stride_read_test(NULL); break; case THREAD_RANDOM_READ_TEST : -@@ -22227,5 +22221,5 @@ + if(cdebug>=1) +@@ -22226,7 +22220,7 @@ become_client() + fprintf(newstdout,"Child %d running random read test\n",(int)chid); fflush(newstdout); } - thread_ranread_test((long)0); + thread_ranread_test(NULL); break; case THREAD_RANDOM_WRITE_TEST : -@@ -22235,5 +22229,5 @@ + if(cdebug>=1) +@@ -22234,7 +22228,7 @@ become_client() + fprintf(newstdout,"Child %d running random write test\n",(int)chid); fflush(newstdout); } - thread_ranwrite_test((long)0); + thread_ranwrite_test(NULL); break; case THREAD_REVERSE_READ_TEST : -@@ -22243,5 +22237,5 @@ + if(cdebug>=1) +@@ -22242,7 +22236,7 @@ become_client() + fprintf(newstdout,"Child %d running reverse read test\n",(int)chid); fflush(newstdout); } - thread_reverse_read_test((long)0); + thread_reverse_read_test(NULL); break; case THREAD_RANDOM_MIX_TEST : -@@ -22251,5 +22245,5 @@ + if(cdebug>=1) +@@ -22250,7 +22244,7 @@ become_client() + fprintf(newstdout,"Child %d running mixed workload test\n",(int)chid); fflush(newstdout); } - thread_mix_test((long)0); + thread_mix_test(NULL); break; case THREAD_FWRITE_TEST : -@@ -22259,5 +22253,5 @@ + if(cdebug>=1) +@@ -22258,7 +22252,7 @@ become_client() + fprintf(newstdout,"Child %d running thread_fwrite_test\n",(int)chid); fflush(newstdout); } - thread_fwrite_test((long)0); + thread_fwrite_test(NULL); break; case THREAD_FREAD_TEST : -@@ -22267,5 +22261,5 @@ + if(cdebug>=1) +@@ -22266,7 +22260,7 @@ become_client() + fprintf(newstdout,"Child %d running thread_fread_test\n",(int)chid); fflush(newstdout); } - thread_fread_test((long)0); + thread_fread_test(NULL); break; case THREAD_CLEANUP_TEST : -@@ -22275,5 +22269,5 @@ + if(cdebug>=1) +@@ -22274,7 +22268,7 @@ become_client() + fprintf(newstdout,"Child %d running cleanup\n",(int)chid); fflush(newstdout); } - thread_cleanup_test((long)0); + thread_cleanup_test(NULL); break; }; + if(cdebug>=1) +@@ -23009,7 +23003,7 @@ char *shell; + #ifdef _HPUX_SOURCE + strcpy(shell,"remsh"); + #else +- strcpy(shell,"rsh"); ++ strcpy(shell,"ssh"); + #endif + return; + } +@@ -25030,7 +25024,7 @@ void * thread_fwrite_test( x) + #ifdef NO_PRINT_LLD + fprintf(thread_wqfd,"%10.1ld %10.0f %10.1ld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #else +- fprintf(thread_wqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ++ fprintf(thread_wqfd,"%10.1ld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #endif + } + w_traj_ops_completed++; +@@ -25489,7 +25483,7 @@ void * thread_fread_test( x) + #ifdef NO_PRINT_LLD + fprintf(thread_wqfd,"%10.1ld %10.0f %10.1ld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #else +- fprintf(thread_wqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ++ fprintf(thread_wqfd,"%10.1ld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); + #endif + } + w_traj_ops_completed++; diff --git a/benchmarks/iozone/files/patch-libasync.c b/benchmarks/iozone/files/patch-libasync.c index e81ed4a93f5b..d92ce96d0f2a 100644 --- a/benchmarks/iozone/files/patch-libasync.c +++ b/benchmarks/iozone/files/patch-libasync.c @@ -1,14 +1,7 @@ -The bulk of this patch eliminates the gratutious differences between -LP64, LARGEFILE64 and normal cases. The differences are dealt with -in one location and the rest of the code need not differ. - -Most of the other changes deal with printf-formats (%zd for ssize_t -and the like) and other warnings. - - -mi ---- libasync.c 2015-10-20 14:12:13.000000000 +0000 +--- libasync.c.orig 2015-10-20 14:12:13 UTC +++ libasync.c -@@ -97,4 +97,13 @@ +@@ -96,6 +96,15 @@ + #include #include + @@ -22,7 +15,9 @@ and the like) and other warnings. + #if defined(solaris) || defined(linux) || defined(SCO_Unixware_gcc) || defined(__NetBSD__) #else -@@ -133,9 +142,13 @@ + #include +@@ -132,11 +141,15 @@ + #include /* For the BSD string functions */ #endif -void mbcopy(char *source, char *dest, size_t len); @@ -37,7 +32,9 @@ and the like) and other warnings. +# endif #endif #if defined(OSFV5) -@@ -151,13 +164,14 @@ + #include +@@ -150,15 +163,16 @@ extern int one; + * cache, pointed to by async_init(gc) will be of * this structure type. */ -char version[] = "Libasync Version $Revision: 3.25 $"; @@ -57,7 +54,9 @@ and the like) and other warnings. + struct aiocb myaiocb; #endif long long fd; /* File descriptor */ -@@ -192,6 +205,6 @@ + long long size; /* Size of the transfer */ +@@ -191,8 +205,8 @@ struct cache { + long long max_depth; extern int errno; -struct cache_ent *alloc_cache(); @@ -66,33 +65,37 @@ and the like) and other warnings. +static struct cache_ent *incache(); void async_init(); void end_async(); -@@ -275,5 +288,5 @@ + int async_suspend(); +@@ -274,7 +288,7 @@ async_suspend(struct cache_ent *ce) + #ifdef __LP64__ const struct aiocb * const cblist[1] = {&ce->myaiocb}; #else - const struct aiocb64 * const cblist[1] = {&ce->myaiocb64}; + const struct aiocb64 * const cblist[1] = {&ce->myaiocb}; #endif #else -@@ -348,87 +361,26 @@ + const struct aiocb * const cblist[1] = {&ce->myaiocb}; +@@ -347,89 +361,28 @@ long long depth; + */ if((ce=(struct cache_ent *)incache(gc,fd,offset,size))) { -#ifdef _LARGEFILE64_SOURCE -#ifdef __LP64__ - while((ret=aio_error(&ce->myaiocb))== EINPROGRESS) - { - async_suspend(ce); - } --#else -- while((ret=aio_error64(&ce->myaiocb64))== EINPROGRESS) +- while((ret=aio_error(&ce->myaiocb))== EINPROGRESS) - { - async_suspend(ce); - } --#endif -#else -- while((ret=aio_error(&ce->myaiocb))== EINPROGRESS) +- while((ret=aio_error64(&ce->myaiocb64))== EINPROGRESS) - { - async_suspend(ce); - } +-#endif +-#else + while((ret=aio_error(&ce->myaiocb))== EINPROGRESS) + { + async_suspend(ce); + } -#endif if(ret) { @@ -117,12 +120,12 @@ and the like) and other warnings. { -#ifdef _LARGEFILE64_SOURCE -#ifdef __LP64__ - mbcopy((char *)ce->myaiocb.aio_buf,(char *)ubuffer,(size_t)retval); +- mbcopy((char *)ce->myaiocb.aio_buf,(char *)ubuffer,(size_t)retval); -#else - mbcopy((char *)ce->myaiocb64.aio_buf,(char *)ubuffer,(size_t)retval); -#endif -#else -- mbcopy((char *)ce->myaiocb.aio_buf,(char *)ubuffer,(size_t)retval); + mbcopy((char *)ce->myaiocb.aio_buf,(char *)ubuffer,(size_t)retval); -#endif } -#ifdef _LARGEFILE64_SOURCE @@ -166,28 +169,32 @@ and the like) and other warnings. -#endif ); } -@@ -444,13 +396,5 @@ + ce->direct=0; +@@ -443,21 +396,13 @@ long long depth; + del_read++; first_ce=alloc_cache(gc,fd,offset,size,(long long)LIO_READ); again: -#ifdef _LARGEFILE64_SOURCE -#ifdef __LP64__ - ret=aio_read(&first_ce->myaiocb); +- ret=aio_read(&first_ce->myaiocb); -#else - ret=aio_read64(&first_ce->myaiocb64); -#endif -#else -- ret=aio_read(&first_ce->myaiocb); + ret=aio_read(&first_ce->myaiocb); -#endif if(ret!=0) { -@@ -458,5 +402,5 @@ + if(errno==EAGAIN) goto again; else - printf("error returned from aio_read(). Ret %d errno %d\n",ret,errno); + printf("error returned from aio_read(). Ret %zd errno %d\n",ret,errno); } } -@@ -483,13 +427,5 @@ + if(stride==0) /* User does not want read-ahead */ +@@ -482,15 +427,7 @@ again: + if((ce=incache(gc,fd,r_offset,a_size))) continue; ce=alloc_cache(gc,fd,r_offset,a_size,(long long)LIO_READ); -#ifdef _LARGEFILE64_SOURCE @@ -201,7 +208,9 @@ and the like) and other warnings. -#endif if(ret!=0) { -@@ -501,81 +437,25 @@ + takeoff_cache(gc,ce); +@@ -500,83 +437,27 @@ again: + out: if(del_read) /* Wait for the first read to complete */ { -#ifdef _LARGEFILE64_SOURCE @@ -248,15 +257,11 @@ and the like) and other warnings. -#ifdef _LARGEFILE64_SOURCE -#ifdef __LP64__ - printf("aio_return error2: fd %d offset %lld buffer %lx size %d Opcode %d\n", -+ printf("aio_return error2: ret %zd %d\n",retval,errno); -+ printf("aio_return error2: fd %d offset %lld buffer %p size %zd Opcode %d\n", - first_ce->myaiocb.aio_fildes, +- first_ce->myaiocb.aio_fildes, - first_ce->myaiocb.aio_offset, - (long)(first_ce->myaiocb.aio_buf), -+ (long long)first_ce->myaiocb.aio_offset, -+ first_ce->myaiocb.aio_buf, - first_ce->myaiocb.aio_nbytes, - first_ce->myaiocb.aio_lio_opcode +- first_ce->myaiocb.aio_nbytes, +- first_ce->myaiocb.aio_lio_opcode -#else - printf("aio_return error2: fd %d offset %lld buffer %lx size %d Opcode %d\n", - first_ce->myaiocb64.aio_fildes, @@ -267,11 +272,15 @@ and the like) and other warnings. -#endif -#else - printf("aio_return error2: fd %d offset %d buffer %lx size %d Opcode %d\n", -- first_ce->myaiocb.aio_fildes, ++ printf("aio_return error2: ret %zd %d\n",retval,errno); ++ printf("aio_return error2: fd %d offset %lld buffer %p size %zd Opcode %d\n", + first_ce->myaiocb.aio_fildes, - first_ce->myaiocb.aio_offset, - (long)(first_ce->myaiocb.aio_buf), -- first_ce->myaiocb.aio_nbytes, -- first_ce->myaiocb.aio_lio_opcode ++ (long long)first_ce->myaiocb.aio_offset, ++ first_ce->myaiocb.aio_buf, + first_ce->myaiocb.aio_nbytes, + first_ce->myaiocb.aio_lio_opcode -#endif ); } @@ -279,23 +288,27 @@ and the like) and other warnings. { -#ifdef _LARGEFILE64_SOURCE -#ifdef __LP64__ -- mbcopy((char *)first_ce->myaiocb.aio_buf,(char *)ubuffer,(size_t)retval); + mbcopy((char *)first_ce->myaiocb.aio_buf,(char *)ubuffer,(size_t)retval); -#else - mbcopy((char *)first_ce->myaiocb64.aio_buf,(char *)ubuffer,(size_t)retval); -#endif -#else - mbcopy((char *)first_ce->myaiocb.aio_buf,(char *)ubuffer,(size_t)retval); +- mbcopy((char *)first_ce->myaiocb.aio_buf,(char *)ubuffer,(size_t)retval); -#endif } first_ce->direct=0; -@@ -602,5 +482,5 @@ + takeoff_cache(gc,first_ce); +@@ -601,7 +482,7 @@ long long fd,size,op; + off64_t offset; { struct cache_ent *ce; - long temp; + intptr_t temp; ce=(struct cache_ent *)malloc((size_t)sizeof(struct cache_ent)); if(ce == (struct cache_ent *)0) -@@ -610,31 +490,11 @@ + { +@@ -609,56 +490,22 @@ off64_t offset; + exit(175); } bzero(ce,sizeof(struct cache_ent)); -#ifdef _LARGEFILE64_SOURCE @@ -330,15 +343,15 @@ and the like) and other warnings. + if(ce->myaiocb.aio_buf == NULL) { printf("Malloc failed\n"); -@@ -642,22 +502,8 @@ + exit(176); } /*bzero(ce->myaiocb.aio_buf,(size_t)size);*/ -#ifdef _LARGEFILE64_SOURCE -#ifdef __LP64__ -- ce->myaiocb.aio_reqprio=0; -- ce->myaiocb.aio_nbytes=(size_t)size; -- ce->myaiocb.aio_sigevent.sigev_notify=SIGEV_NONE; -- ce->myaiocb.aio_lio_opcode=(int)op; + ce->myaiocb.aio_reqprio=0; + ce->myaiocb.aio_nbytes=(size_t)size; + ce->myaiocb.aio_sigevent.sigev_notify=SIGEV_NONE; + ce->myaiocb.aio_lio_opcode=(int)op; -#else - ce->myaiocb64.aio_reqprio=0; - ce->myaiocb64.aio_nbytes=(size_t)size; @@ -346,21 +359,25 @@ and the like) and other warnings. - ce->myaiocb64.aio_lio_opcode=(int)op; -#endif -#else - ce->myaiocb.aio_reqprio=0; - ce->myaiocb.aio_nbytes=(size_t)size; - ce->myaiocb.aio_sigevent.sigev_notify=SIGEV_NONE; - ce->myaiocb.aio_lio_opcode=(int)op; +- ce->myaiocb.aio_reqprio=0; +- ce->myaiocb.aio_nbytes=(size_t)size; +- ce->myaiocb.aio_sigevent.sigev_notify=SIGEV_NONE; +- ce->myaiocb.aio_lio_opcode=(int)op; -#endif ce->fd=(int)fd; ce->forward=0; -@@ -688,6 +534,4 @@ + ce->back=gc->tail; +@@ -687,8 +534,6 @@ off64_t offset; + return(0); } move=gc->head; -#ifdef _LARGEFILE64_SOURCE -#ifdef __LP64__ while(move) { -@@ -699,26 +543,4 @@ + if((move->fd == fd) && (move->myaiocb.aio_offset==(off64_t)offset) && +@@ -698,28 +543,6 @@ off64_t offset; + } move=move->forward; } -#else @@ -387,51 +404,55 @@ and the like) and other warnings. -#endif return(0); } -@@ -805,24 +627,8 @@ + +@@ -804,26 +627,10 @@ struct cache *gc; + ce=gc->head; if(ce==0) return; -#ifdef _LARGEFILE64_SOURCE -#ifdef __LP64__ -- while((ret = aio_cancel(0,&ce->myaiocb))==AIO_NOTCANCELED) + while((ret = aio_cancel(0,&ce->myaiocb))==AIO_NOTCANCELED) -#else - while((ret = aio_cancel64(0,&ce->myaiocb64))==AIO_NOTCANCELED) -#endif -#else - while((ret = aio_cancel(0,&ce->myaiocb))==AIO_NOTCANCELED) +- while((ret = aio_cancel(0,&ce->myaiocb))==AIO_NOTCANCELED) -#endif ; -#ifdef _LARGEFILE64_SOURCE -#ifdef __LP64__ -- ret = aio_return(&ce->myaiocb); + ret = aio_return(&ce->myaiocb); -#else - ret = aio_return64(&ce->myaiocb64); -#endif -#else - ret = aio_return(&ce->myaiocb); +- ret = aio_return(&ce->myaiocb); -#endif ce->direct=0; takeoff_cache(gc,ce); /* remove from cache */ -@@ -865,98 +671,27 @@ + } +@@ -864,100 +671,29 @@ long long depth; + */ if((ce=(struct cache_ent *)incache(gc,fd,offset,size))) { -#ifdef _LARGEFILE64_SOURCE -#ifdef __LP64__ - while((ret=aio_error(&ce->myaiocb))== EINPROGRESS) - { - async_suspend(ce); - } --#else -- while((ret=aio_error64(&ce->myaiocb64))== EINPROGRESS) +- while((ret=aio_error(&ce->myaiocb))== EINPROGRESS) - { - async_suspend(ce); - } --#endif -#else -- while((ret=aio_error(&ce->myaiocb))== EINPROGRESS) +- while((ret=aio_error64(&ce->myaiocb64))== EINPROGRESS) - { - async_suspend(ce); - } +-#endif +-#else + while((ret=aio_error(&ce->myaiocb))== EINPROGRESS) + { + async_suspend(ce); + } -#endif if(ret) - printf("aio_error 3: ret %d %d\n",ret,errno); @@ -518,7 +539,9 @@ and the like) and other warnings. -#endif ); } -@@ -974,22 +709,8 @@ + ce->direct=1; +@@ -973,30 +709,16 @@ long long depth; + first_ce=alloc_cache(gc,fd,offset,size,(long long)LIO_READ); /* allocate buffer */ /*printf("allocated buffer/read %x offset %d\n",first_ce->myaiocb.aio_buf,offset);*/ again: -#ifdef _LARGEFILE64_SOURCE @@ -541,22 +564,24 @@ and the like) and other warnings. -#endif if(ret!=0) { -@@ -997,5 +718,5 @@ + if(errno==EAGAIN) goto again; else - printf("error returned from aio_read(). Ret %d errno %d\n",ret,errno); + printf("error returned from aio_read(). Ret %zd errno %d\n",ret,errno); } } -@@ -1022,22 +743,8 @@ + if(stride==0) /* User does not want read-ahead */ +@@ -1021,24 +743,10 @@ again: + if((ce=incache(gc,fd,r_offset,a_size))) continue; ce=alloc_cache(gc,fd,r_offset,a_size,(long long)LIO_READ); -#ifdef _LARGEFILE64_SOURCE -#ifdef __LP64__ -- ce->oldbuf=ce->myaiocb.aio_buf; -- ce->oldfd=ce->myaiocb.aio_fildes; -- ce->oldsize=ce->myaiocb.aio_nbytes; -- ret=aio_read(&ce->myaiocb); + ce->oldbuf=ce->myaiocb.aio_buf; + ce->oldfd=ce->myaiocb.aio_fildes; + ce->oldsize=ce->myaiocb.aio_nbytes; + ret=aio_read(&ce->myaiocb); -#else - ce->oldbuf=ce->myaiocb64.aio_buf; - ce->oldfd=ce->myaiocb64.aio_fildes; @@ -564,14 +589,16 @@ and the like) and other warnings. - ret=aio_read64(&ce->myaiocb64); -#endif -#else - ce->oldbuf=ce->myaiocb.aio_buf; - ce->oldfd=ce->myaiocb.aio_fildes; - ce->oldsize=ce->myaiocb.aio_nbytes; - ret=aio_read(&ce->myaiocb); +- ce->oldbuf=ce->myaiocb.aio_buf; +- ce->oldfd=ce->myaiocb.aio_fildes; +- ce->oldsize=ce->myaiocb.aio_nbytes; +- ret=aio_read(&ce->myaiocb); -#endif if(ret!=0) { -@@ -1049,39 +756,10 @@ + takeoff_cache(gc,ce); +@@ -1048,97 +756,33 @@ again: + out: if(del_read) /* Wait for the first read to complete */ { -#ifdef _LARGEFILE64_SOURCE @@ -612,18 +639,18 @@ and the like) and other warnings. + printf("aio_error 4: ret %zd %d\n",ret,errno); if(first_ce->oldbuf != first_ce->myaiocb.aio_buf || first_ce->oldfd != first_ce->myaiocb.aio_fildes || -@@ -1089,55 +767,20 @@ + first_ce->oldsize != first_ce->myaiocb.aio_nbytes) printf("It changed in flight2\n"); retval=aio_return(&first_ce->myaiocb); -#endif -#ifdef _LARGEFILE64_SOURCE -#ifdef __LP64__ -- if(retval < first_ce->myaiocb.aio_nbytes) + if(retval < first_ce->myaiocb.aio_nbytes) -#else - if(retval < first_ce->myaiocb64.aio_nbytes) -#endif -#else - if(retval < first_ce->myaiocb.aio_nbytes) +- if(retval < first_ce->myaiocb.aio_nbytes) -#endif { - printf("aio_return error5: ret %d %d\n",retval,errno); @@ -674,7 +701,9 @@ and the like) and other warnings. + *ubuffer= NULL; first_ce->direct=1; /* do not delete the buffer */ takeoff_cache(gc,first_ce); -@@ -1218,30 +861,14 @@ + putoninuse(gc,first_ce); +@@ -1217,32 +861,16 @@ long long depth; + size_t ret; ce=allocate_write_buffer(gc,fd,offset,size,(long long)LIO_WRITE,depth,0LL,(char *)0,(char *)0); ce->direct=0; /* not direct. Lib supplies buffer and must free it */ -#ifdef _LARGEFILE64_SOURCE @@ -708,7 +737,9 @@ and the like) and other warnings. -#endif if(ret==-1) { -@@ -1259,11 +886,11 @@ + if(errno==EAGAIN) +@@ -1258,13 +886,13 @@ again: + } else { - printf("Error in aio_write: ret %d errno %d count %lld\n",ret,errno,gc->w_count); @@ -726,14 +757,18 @@ and the like) and other warnings. + ce->myaiocb.aio_nbytes); */ exit(177); -@@ -1289,5 +916,5 @@ + } +@@ -1288,7 +916,7 @@ long long direct; + char *buffer,*free_addr; { struct cache_ent *ce; - long temp; + intptr_t temp; if(fd==0LL) { -@@ -1304,44 +931,10 @@ + printf("Setting up write buffer insane\n"); +@@ -1303,46 +931,12 @@ char *buffer,*free_addr; + exit(179); } bzero(ce,sizeof(struct cache_ent)); -#ifdef _LARGEFILE64_SOURCE @@ -780,7 +815,9 @@ and the like) and other warnings. + temp = (intptr_t)ce->real_address; temp = (temp+page_size) & ~(page_size-1); ce->myaiocb.aio_buf=(volatile void *)temp; -@@ -1353,27 +946,12 @@ + } +@@ -1352,29 +946,14 @@ char *buffer,*free_addr; + ce->real_address=(char *)free_addr; } if(ce->myaiocb.aio_buf == 0) -#endif @@ -790,10 +827,10 @@ and the like) and other warnings. } -#ifdef _LARGEFILE64_SOURCE -#ifdef __LP64__ -- ce->myaiocb.aio_reqprio=0; -- ce->myaiocb.aio_nbytes=(size_t)size; -- ce->myaiocb.aio_sigevent.sigev_notify=SIGEV_NONE; -- ce->myaiocb.aio_lio_opcode=(int)op; + ce->myaiocb.aio_reqprio=0; + ce->myaiocb.aio_nbytes=(size_t)size; + ce->myaiocb.aio_sigevent.sigev_notify=SIGEV_NONE; + ce->myaiocb.aio_lio_opcode=(int)op; -#else - ce->myaiocb64.aio_reqprio=0; - ce->myaiocb64.aio_nbytes=(size_t)size; @@ -801,21 +838,25 @@ and the like) and other warnings. - ce->myaiocb64.aio_lio_opcode=(int)op; -#endif -#else - ce->myaiocb.aio_reqprio=0; - ce->myaiocb.aio_nbytes=(size_t)size; - ce->myaiocb.aio_sigevent.sigev_notify=SIGEV_NONE; - ce->myaiocb.aio_lio_opcode=(int)op; +- ce->myaiocb.aio_reqprio=0; +- ce->myaiocb.aio_nbytes=(size_t)size; +- ce->myaiocb.aio_sigevent.sigev_notify=SIGEV_NONE; +- ce->myaiocb.aio_lio_opcode=(int)op; -#endif ce->fd=(int)fd; return(ce); -@@ -1409,5 +987,5 @@ + } +@@ -1408,7 +987,7 @@ struct cache *gc; + { while(gc->w_head) { - /*printf("async_write_finish: Waiting for buffer %x to finish\n",gc->w_head->myaiocb64.aio_buf);*/ + /*printf("async_write_finish: Waiting for buffer %x to finish\n",gc->w_head->myaiocb.aio_buf);*/ async_wait_for_write(gc); } -@@ -1423,5 +1001,6 @@ + } +@@ -1422,7 +1001,8 @@ async_wait_for_write(gc) + struct cache *gc; { struct cache_ent *ce; - size_t ret,retval; @@ -823,7 +864,9 @@ and the like) and other warnings. + int retval; if(gc->w_head==0) return; -@@ -1432,67 +1011,26 @@ + ce=gc->w_head; +@@ -1431,69 +1011,28 @@ struct cache *gc; + ce->forward=0; if(ce==gc->w_tail) gc->w_tail=0; - /*printf("Wait for buffer %x offset %lld size %d to finish\n", @@ -838,10 +881,10 @@ and the like) and other warnings. */ -#ifdef _LARGEFILE64_SOURCE -#ifdef __LP64__ -- while((ret=aio_error(&ce->myaiocb))== EINPROGRESS) -- { -- async_suspend(ce); -- } + while((ret=aio_error(&ce->myaiocb))== EINPROGRESS) + { + async_suspend(ce); + } -#else - while((ret=aio_error64(&ce->myaiocb64))== EINPROGRESS) - { @@ -849,10 +892,10 @@ and the like) and other warnings. - } -#endif -#else - while((ret=aio_error(&ce->myaiocb))== EINPROGRESS) - { - async_suspend(ce); - } +- while((ret=aio_error(&ce->myaiocb))== EINPROGRESS) +- { +- async_suspend(ce); +- } -#endif if(ret) { @@ -899,7 +942,9 @@ and the like) and other warnings. + if(retval < 0) { printf("aio_return error: %d\n",errno); -@@ -1534,19 +1072,11 @@ + } +@@ -1533,21 +1072,13 @@ char *free_addr; + ce->direct=0; /* have library de-allocate the buffer */ async_put_on_write_queue(gc,ce); /* - printf("awnc: fd %d offset %lld, size %d\n",ce->myaiocb64.aio_fildes, @@ -922,7 +967,9 @@ and the like) and other warnings. -#endif if(ret==-1) { -@@ -1564,26 +1094,10 @@ + if(errno==EAGAIN) +@@ -1563,28 +1094,12 @@ again: + } else { - printf("Error in aio_write: ret %d errno %d\n",ret,errno); @@ -953,7 +1000,9 @@ and the like) and other warnings. -#endif exit(182); } -@@ -1596,5 +1110,6 @@ + } +@@ -1595,7 +1110,8 @@ again: + } void mbcopy(source, dest, len) -char *source,*dest; @@ -961,3 +1010,4 @@ and the like) and other warnings. +char *dest; size_t len; { + int i; diff --git a/benchmarks/iozone/files/patch-pit_server.c b/benchmarks/iozone/files/patch-pit__server.c similarity index 70% rename from benchmarks/iozone/files/patch-pit_server.c rename to benchmarks/iozone/files/patch-pit__server.c index 2c39554996b4..c6c31aeab10f 100644 --- a/benchmarks/iozone/files/patch-pit_server.c +++ b/benchmarks/iozone/files/patch-pit__server.c @@ -1,12 +1,15 @@ ---- pit_server.c 2015-10-20 14:12:13.000000000 +0000 +--- pit_server.c.orig 2015-10-20 14:12:13 UTC +++ pit_server.c -@@ -171,5 +171,4 @@ +@@ -170,7 +170,6 @@ int main( int argc, + if(need < 1) { USAGE; - exit; } /* -@@ -311,6 +310,6 @@ + ** Open both a TCP and UDP socket, for both IPv4 & IPv6, on which to receive +@@ -310,8 +309,8 @@ static int openSckt( const char *service + " ai_family = %d (PF_INET = %d, PF_INET6 = %d)\n" " ai_socktype = %d (SOCK_STREAM = %d, SOCK_DGRAM = %d)\n" " ai_protocol = %d (IPPROTO_TCP = %d, IPPROTO_UDP = %d)\n" - " ai_addrlen = %d (sockaddr_in = %lu, " @@ -15,7 +18,9 @@ + "sockaddr_in6 = %zu)\n", ai->ai_flags, ai->ai_family, -@@ -621,6 +620,6 @@ + PF_INET, +@@ -620,8 +619,8 @@ static void pit( int tSckt[ ], + fprintf( stderr, "Sockaddr info for new TCP client:\n" " sa_family = %d (AF_INET = %d, AF_INET6 = %d)\n" - " addr len = %d (sockaddr_in = %lu, " @@ -24,14 +29,18 @@ + "sockaddr_in6 = %zu)\n", sadr->sa_family, AF_INET, -@@ -729,5 +728,5 @@ + AF_INET6, +@@ -728,7 +727,7 @@ static void pit( int tSckt[ ], + { ssize_t rBytes = count; fprintf( stderr, - "%s: UDP datagram received (%ld bytes).\n", + "%s: UDP datagram received (%zd bytes).\n", pgmName, count ); -@@ -746,6 +745,6 @@ + while ( count > 0 ) +@@ -745,8 +744,8 @@ static void pit( int tSckt[ ], + fprintf( stderr, "Remote client's sockaddr info:\n" " sa_family = %d (AF_INET = %d, AF_INET6 = %d)\n" - " addr len = %d (sockaddr_in = %lu, " @@ -40,3 +49,4 @@ + "sockaddr_in6 = %zu)\n", sadr->sa_family, AF_INET, + AF_INET6, diff --git a/biology/ariadne/Makefile b/biology/ariadne/Makefile index 09092dcfe03e..ed721afb8791 100644 --- a/biology/ariadne/Makefile +++ b/biology/ariadne/Makefile @@ -22,7 +22,7 @@ MAKE_JOBS_UNSAFE= yes post-patch: @${REINPLACE_CMD} -e 's|CFLAGS =|CFLAGS +=| ; \ - s|-c $(OPTIMISE)|-c $(CFLAGS) $(OPTIMIZE)|g' \ + s|-c $$(OPTIMISE)|-c ${CFLAGS} ${OPTIMIZE}|g' \ ${WRKSRC}/Makefile do-install: diff --git a/biology/emboss/Makefile b/biology/emboss/Makefile index 447981d0fb28..f7830d8cdc94 100644 --- a/biology/emboss/Makefile +++ b/biology/emboss/Makefile @@ -3,7 +3,7 @@ PORTNAME= emboss PORTVERSION= 6.6.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= biology MASTER_SITES= ftp://emboss.open-bio.org/pub/EMBOSS/ DISTNAME= ${PORTNAME:tu}-${PORTVERSION} diff --git a/cad/pcb/Makefile b/cad/pcb/Makefile index a26591800ede..641d1f3b4773 100644 --- a/cad/pcb/Makefile +++ b/cad/pcb/Makefile @@ -3,7 +3,7 @@ PORTNAME= pcb PORTVERSION= 20140316 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/comms/librs232/Makefile b/comms/librs232/Makefile index dddb37efc3bd..d4331478f54c 100644 --- a/comms/librs232/Makefile +++ b/comms/librs232/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= librs232 -PORTVERSION= 20151219 +PORTVERSION= 20160710 CATEGORIES= comms DISTNAME= RS-232 MASTER_SITES= http://www.teuniz.net/RS-232/ @@ -9,10 +9,10 @@ MASTER_SITES= http://www.teuniz.net/RS-232/ MAINTAINER= kevlo@FreeBSD.org COMMENT= Simple serial library -LICENSE= GPLv2 +LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/gpl.txt -WRKSRC= ${WRKDIR} +WRKSRC= ${WRKDIR}/${DISTNAME} OPTIONS_DEFINE= DOCS EXAMPLES diff --git a/comms/librs232/distinfo b/comms/librs232/distinfo index 32fb377f8f01..e8853bbc70b9 100644 --- a/comms/librs232/distinfo +++ b/comms/librs232/distinfo @@ -1,2 +1,3 @@ -SHA256 (RS-232.tar.gz) = b540a0d706a50c33900dddcb3c078319ca66198f2d183ddb6b54f3a34974693f -SIZE (RS-232.tar.gz) = 30558 +TIMESTAMP = 1469002472 +SHA256 (RS-232.tar.gz) = 56e8b7354e9a697b27d94046c1ca09632a109b35b8404899cf28c887c637e9d9 +SIZE (RS-232.tar.gz) = 30607 diff --git a/comms/linrad/Makefile b/comms/linrad/Makefile index 191433fbdf30..95d993077546 100644 --- a/comms/linrad/Makefile +++ b/comms/linrad/Makefile @@ -61,7 +61,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/help.lir ${STAGEDIR}${DATADIR}/help.lir ${INSTALL_SCRIPT} -m0555 ${FILESDIR}/linrad ${STAGEDIR}${PREFIX}/bin/linrad # Some day we may want the svga version as well. -# ${INSTALL_PROGRAM} -m0555 ${WRKSRC}/${PORTNAME} $(STAGEDIR}${PREFIX}/bin/${PORTNAME}.svga +# ${INSTALL_PROGRAM} -m0555 ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}.svga ${INSTALL_PROGRAM} -m0555 ${WRKSRC}/${BINFILE} ${STAGEDIR}${PREFIX}/bin/x${PORTNAME} ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${LINRAD_DOCFILES} diff --git a/converters/Makefile b/converters/Makefile index a112bc20a4eb..661f9d1f5de9 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -4,6 +4,7 @@ COMMENT = Character code converters SUBDIR += R-cran-RJSONIO + SUBDIR += R-cran-base64enc SUBDIR += R-cran-jsonlite SUBDIR += R-cran-rjson SUBDIR += aish diff --git a/converters/R-cran-base64enc/Makefile b/converters/R-cran-base64enc/Makefile new file mode 100644 index 000000000000..d1db04ecf04a --- /dev/null +++ b/converters/R-cran-base64enc/Makefile @@ -0,0 +1,16 @@ +# Created by: TAKATSU Tomonari +# $FreeBSD$ + +PORTNAME= base64enc +DISTVERSION= 0.1-3 +CATEGORIES= converters +DISTNAME= ${PORTNAME}_${DISTVERSION} + +MAINTAINER= tota@FreeBSD.org +COMMENT= Tools for base64 encoding + +LICENSE= GPLv2+ + +USES= cran:auto-plist,compiles + +.include diff --git a/converters/R-cran-base64enc/distinfo b/converters/R-cran-base64enc/distinfo new file mode 100644 index 000000000000..03ff4aecd766 --- /dev/null +++ b/converters/R-cran-base64enc/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1469103381 +SHA256 (base64enc_0.1-3.tar.gz) = 6d856d8a364bcdc499a0bf38bfd283b7c743d08f0b288174fba7dbf0a04b688d +SIZE (base64enc_0.1-3.tar.gz) = 7833 diff --git a/converters/R-cran-base64enc/pkg-descr b/converters/R-cran-base64enc/pkg-descr new file mode 100644 index 000000000000..70201ead18f8 --- /dev/null +++ b/converters/R-cran-base64enc/pkg-descr @@ -0,0 +1,4 @@ +This package provides tools for handling base64 encoding. It is +more flexible than the orphaned base64 package. + +WWW: https://cran.r-project.org/web/packages/base64enc/ diff --git a/converters/tuc/Makefile b/converters/tuc/Makefile index 33f40579b297..7f6909db4c20 100644 --- a/converters/tuc/Makefile +++ b/converters/tuc/Makefile @@ -16,6 +16,6 @@ PLIST_FILES= bin/tuc \ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tuc ${STAGEDIR}${PREFIX}/bin - $(INSTALL_MAN) ${WRKSRC}/tuc.1 ${STAGEDIR}${PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/tuc.1 ${STAGEDIR}${PREFIX}/man/man1 .include diff --git a/databases/cego/Makefile b/databases/cego/Makefile index ae830167e8ee..6ec07ae21085 100644 --- a/databases/cego/Makefile +++ b/databases/cego/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cego -PORTVERSION= 2.30.17 +PORTVERSION= 2.30.19 CATEGORIES= databases MASTER_SITES= http://www.lemke-it.com/ diff --git a/databases/cego/distinfo b/databases/cego/distinfo index 233c463726ac..bec9e6efa2fe 100644 --- a/databases/cego/distinfo +++ b/databases/cego/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1468559487 -SHA256 (cego-2.30.17.tar.gz) = 6d398d23238b4e12f803afea594d21d94bc6a92a4957d8410598d2f389806c3d -SIZE (cego-2.30.17.tar.gz) = 1402038 +TIMESTAMP = 1468866550 +SHA256 (cego-2.30.19.tar.gz) = 333ec8fd54293dbb6b56488ad8bb7152f547713bf231a5bd5a4056a8bb02ce29 +SIZE (cego-2.30.19.tar.gz) = 1402590 diff --git a/databases/elixir-exredis/Makefile b/databases/elixir-exredis/Makefile index cbbf9cb0c25f..89a002498612 100644 --- a/databases/elixir-exredis/Makefile +++ b/databases/elixir-exredis/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exredis -PORTVERSION= 0.2.4 +PORTVERSION= 0.2.5 CATEGORIES= databases PKGNAMEPREFIX= elixir- diff --git a/databases/elixir-exredis/distinfo b/databases/elixir-exredis/distinfo index 85a6d5959f98..21a832bb7dae 100644 --- a/databases/elixir-exredis/distinfo +++ b/databases/elixir-exredis/distinfo @@ -1,2 +1,3 @@ -SHA256 (artemeff-exredis-0.2.4_GH0.tar.gz) = 43b935525263fdf607e8ab222dc24c563776dc5669a6e731ad92040bf32faeaa -SIZE (artemeff-exredis-0.2.4_GH0.tar.gz) = 11055 +TIMESTAMP = 1469002474 +SHA256 (artemeff-exredis-0.2.5_GH0.tar.gz) = d479177061b7d056fdc33d688c24971addeefb2f878bbb32704a4f9ea0ebe666 +SIZE (artemeff-exredis-0.2.5_GH0.tar.gz) = 11313 diff --git a/databases/postgresql91-docs/Makefile b/databases/postgresql91-docs/Makefile index 3c7ef2a692b1..7bd08788b348 100644 --- a/databases/postgresql91-docs/Makefile +++ b/databases/postgresql91-docs/Makefile @@ -32,7 +32,7 @@ do-build: ${MAKE_CMD} -C ${WRKSRC} html do-install: - @ $(MKDIR) ${STAGEDIR}${PGDOCSDIR} + @ ${MKDIR} ${STAGEDIR}${PGDOCSDIR} ( cd ${WRKSRC}/doc/src/sgml/html && \ ${COPYTREE_SHARE} . ${STAGEDIR}${PGDOCSDIR} ) diff --git a/databases/pypy-gdbm/Makefile b/databases/pypy-gdbm/Makefile index 95e3e13c1664..a38e3b78b8bc 100644 --- a/databases/pypy-gdbm/Makefile +++ b/databases/pypy-gdbm/Makefile @@ -8,6 +8,8 @@ CATEGORIES= databases python MAINTAINER= python@FreeBSD.org COMMENT= PyPy bindings to the GNU dbm library +LICENSE= GPLv2+ + LIB_DEPENDS= libgdbm.so:databases/gdbm CFFI_NAME= ffi diff --git a/deskutils/Makefile b/deskutils/Makefile index c052b41e6347..c59d36837cd4 100644 --- a/deskutils/Makefile +++ b/deskutils/Makefile @@ -28,6 +28,7 @@ SUBDIR += conduit SUBDIR += conkyemail SUBDIR += conkyforecast + SUBDIR += copyq SUBDIR += countdown SUBDIR += cycle SUBDIR += dailystrips diff --git a/deskutils/copyq/Makefile b/deskutils/copyq/Makefile new file mode 100644 index 000000000000..f27e3e5af058 --- /dev/null +++ b/deskutils/copyq/Makefile @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= copyq +PORTVERSION= 2.7.1 +DISTVERSIONPREFIX= v +CATEGORIES= deskutils + +MAINTAINER= kris@ixsystems.com +COMMENT= Qt5 based clipboard manager + +LICENSE= GPLv3 + +USE_XORG+= x11 xfixes xtst +USE_QT5= core gui network svg multimedia imageformats \ + buildtools_build x11extras concurrent widgets xml \ + script +USE_GL+= gl +USES= qmake + +PLIST_FILES= bin/copyq + +USE_GITHUB= yes +GH_ACCOUNT= hluk +GH_PROJECT= CopyQ + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/copyq ${STAGEDIR}${PREFIX}/bin/copyq + +.include diff --git a/deskutils/copyq/distinfo b/deskutils/copyq/distinfo new file mode 100644 index 000000000000..23d321d83cff --- /dev/null +++ b/deskutils/copyq/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1469125509 +SHA256 (hluk-CopyQ-v2.7.1_GH0.tar.gz) = 4b8efd6e4041a0aa5f3361eb3aef93f51b5919c14502138e9f4a0b756b290d91 +SIZE (hluk-CopyQ-v2.7.1_GH0.tar.gz) = 1490106 diff --git a/deskutils/copyq/pkg-descr b/deskutils/copyq/pkg-descr new file mode 100644 index 000000000000..325552469ba1 --- /dev/null +++ b/deskutils/copyq/pkg-descr @@ -0,0 +1,3 @@ +CopyQ is advanced clipboard manager with editing and scripting features. + +WWW: https://github.com/hluk/CopyQ diff --git a/devel/Makefile b/devel/Makefile index 421f4652a71c..254cf642ce5f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -454,6 +454,7 @@ SUBDIR += elixir-lager_logger SUBDIR += elixir-msgpax SUBDIR += elixir-nadia + SUBDIR += elixir-nimble_csv SUBDIR += elixir-paratize SUBDIR += elixir-plug SUBDIR += elixir-poison @@ -461,6 +462,7 @@ SUBDIR += elixir-red_black_tree SUBDIR += elixir-sorted_set SUBDIR += elixir-timex + SUBDIR += elixir-tirexs SUBDIR += elixir-tzdata SUBDIR += embb SUBDIR += epl.el diff --git a/devel/R-cran-tibble/Makefile b/devel/R-cran-tibble/Makefile index 74b0332530c5..ebf694dc5766 100644 --- a/devel/R-cran-tibble/Makefile +++ b/devel/R-cran-tibble/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tibble -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= devel DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,10 +11,11 @@ COMMENT= Simple Data Frames LICENSE= MIT -RUN_DEPENDS= R-cran-assertthat>0:math/R-cran-assertthat \ +BUILD_DEPENDS= R-cran-assertthat>0:math/R-cran-assertthat \ R-cran-lazyeval>0.0.10:math/R-cran-lazyeval \ R-cran-Rcpp>0:devel/R-cran-Rcpp +RUN_DEPENDS:= ${BUILD_DEPENDS} -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/devel/R-cran-tibble/distinfo b/devel/R-cran-tibble/distinfo index ee2b8391f30f..ca8ba106d385 100644 --- a/devel/R-cran-tibble/distinfo +++ b/devel/R-cran-tibble/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1466077159 -SHA256 (tibble_1.0.tar.gz) = c61285cc07dc9182b7a631c648eaf6f8994f5fde0f603736ada2c2da6b55b180 -SIZE (tibble_1.0.tar.gz) = 38038 +TIMESTAMP = 1468893805 +SHA256 (tibble_1.1.tar.gz) = 10ea18890e5514faa4c2c05fa231a6e2bbb7689f3800850cead214306414c88e +SIZE (tibble_1.1.tar.gz) = 46526 diff --git a/devel/adacurses/Makefile b/devel/adacurses/Makefile index 6735373ab0a4..dbdb188973b1 100644 --- a/devel/adacurses/Makefile +++ b/devel/adacurses/Makefile @@ -3,7 +3,7 @@ PORTNAME= adacurses PORTVERSION= 20150808 -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= ftp://invisible-island.net/AdaCurses/ DISTNAME= AdaCurses-${PORTVERSION} @@ -13,7 +13,7 @@ COMMENT= Ada95 bindings for ncurses LICENSE= MIT -USES= ada gmake tar:tgz +USES= ada gmake ncurses:port tar:tgz GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-ada-include=${PREFIX}/include/adacurses \ --with-ada-objects=${PREFIX}/lib/adacurses \ @@ -26,21 +26,16 @@ OPTIONS_DEFINE= DOCS MAKE_JOBS_UNSAFE= yes -.include - -.if ${OPSYS} == FreeBSD && ${OSREL:R} >= 11 -# PR 199109 The base ncurses has suffered a regression which prevents -# adacurses from building on -CURRENT. The PR is not getting any attention -# and I'm sick of never-ending fallout messages so bring back ports ncurses -# for the FreeBSD 11 users. -USES+= ncurses:port -.else -USES+= ncurses -.endif - post-patch: @${REINPLACE_CMD} -e '/(INSTALL_PROG)/d' -e 's|@ADAGEN_LDFLAGS@||' \ ${WRKSRC}/gen/Makefile.in + @${REINPLACE_CMD} -e '/pragma Linker_Options/d' \ + ${WRKSRC}/gen/terminal_interface-curses.ads.m4 \ + ${WRKSRC}/gen/terminal_interface-curses-menus.ads.m4 \ + ${WRKSRC}/gen/terminal_interface-curses-forms.ads.m4 \ + ${WRKSRC}/gen/terminal_interface-curses-panels.ads.m4 + @${REINPLACE_CMD} -e 's|@LIBS@|@LIBS@ -lmenu -lform -lpanel|' \ + ${WRKSRC}/samples/Makefile.in post-install: ${INSTALL_SCRIPT} ${WRKSRC}/gen/adacurses-config \ @@ -48,9 +43,9 @@ post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gnat ${SED} "s|@PREFIX@|${PREFIX}|g" ${FILESDIR}/adacurses.gpr.in > \ ${STAGEDIR}${PREFIX}/lib/gnat/adacurses.gpr -.if ${PORT_OPTIONS:MDOCS} + +do-install-DOCS-on: (cd ${WRKSRC}/doc && ${SETENV} ${MAKE_ENV} \ ${MAKE_CMD} ${MAKE_ARGS} THIS=${PORTNAME} install.html) -.endif .include diff --git a/devel/adacurses/files/adacurses.gpr.in b/devel/adacurses/files/adacurses.gpr.in index 083fcb92836c..44aa935830f5 100644 --- a/devel/adacurses/files/adacurses.gpr.in +++ b/devel/adacurses/files/adacurses.gpr.in @@ -2,14 +2,56 @@ library project ADACURSES is for Languages use ("Ada"); + type Link_Style is ("dynamic", "static"); + type Capability is ("yes", "no"); + + Ncurses_Link : Link_Style := external ("NCURSES_LINK", "dynamic"); + Add_Menu : Capability := external ("NCURSES_MENU", "no"); + Add_Form : Capability := external ("NCURSES_FORM", "no"); + Add_Panel : Capability := external ("NCURSES_PANEL", "no"); + for Source_Dirs use ("../../include/adacurses"); for Library_Dir use "../../lib/adacurses"; for Library_Name use "AdaCurses"; for Library_Kind use "static"; for Externally_Built use "True"; + D_Base_Flags := ("-L@PREFIX@/lib", "-Wl,-R,@PREFIX@/lib", + "-lncurses", "-ltinfo"); + S_Base_Flags := ("@PREFIX@/lib/libncurses.a", "@PREFIX@/lib/libtinfo.a"); + + D_Menu_Flags := (); + S_Menu_Flags := (); + D_Form_Flags := (); + S_Form_Flags := (); + D_Panel_Flags := (); + S_Panel_Flags := (); + + case Add_Menu is + when "no" => null; + when "yes" => D_Menu_Flags := ("-lmenu"); + S_Menu_Flags := ("@PREFIX@/lib/libmenu.a"); + end case; + case Add_Form is + when "no" => null; + when "yes" => D_Form_Flags := ("-lform"); + S_Form_Flags := ("@PREFIX@/lib/libform.a"); + end case; + case Add_Panel is + when "no" => null; + when "yes" => D_Panel_Flags := ("-lpanel"); + S_Panel_Flags := ("@PREFIX@/lib/libpanel.a"); + end case; + package Linker is - for Linker_Options use ("-L@PREFIX@/lib", "-Wl,-R,@PREFIX@/lib"); + case Ncurses_Link is + when "dynamic" => + for Linker_Options use + D_Base_Flags & D_Menu_Flags & D_Form_Flags & D_Panel_Flags; + when "static" => + for Linker_Options use + S_Base_Flags & S_Menu_Flags & S_Form_Flags & S_Panel_Flags; + end case; end Linker; end ADACURSES; diff --git a/devel/arduino-mk/Makefile b/devel/arduino-mk/Makefile index d87d1bb89e44..909ed6c0243a 100644 --- a/devel/arduino-mk/Makefile +++ b/devel/arduino-mk/Makefile @@ -34,7 +34,7 @@ NEW_BOARDS_TXT= ${PREFIX}/arduino/hardware/arduino/boards.txt INSLIST= AnalogInOutSerial Blink BlinkWithoutDelay Fade HelloWorld \ WebServer master_reader toneMelody post-patch: - @ARDUINO="`$(ARDUINO_CMD)`" && \ + @ARDUINO="`${ARDUINO_CMD}`" && \ ${REINPLACE_CMD} -e "s|%%ARDUINO%%|$${ARDUINO}|g" \ ${WRKSRC}/arduino-mk/Arduino.mk @${REINPLACE_CMD} -e "s|'${OLD_BOARDS_TXT}'|'${NEW_BOARDS_TXT}'|g" \ diff --git a/devel/avro-c/Makefile b/devel/avro-c/Makefile index 1cefb5021ecf..545051972e58 100644 --- a/devel/avro-c/Makefile +++ b/devel/avro-c/Makefile @@ -3,6 +3,7 @@ PORTNAME= avro PORTVERSION= 1.8.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= APACHE/${PORTNAME}/stable PKGNAMESUFFIX= -c @@ -11,13 +12,24 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= vg@FreeBSD.org COMMENT= Data serialization system for ANSI C +LIB_DEPENDS= libjansson.so:devel/jansson \ + libsnappy.so:archivers/snappy + USES= cmake pkgconfig USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${DISTNAME}/lang/c -pre-configure: +.include + +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1003000 +CONFIGURE_ENV+= PKG_CONFIG_PATH=${FILESDIR} +.endif + +post-patch: + @${REINPLACE_CMD} '/add_subdirectory(docs)/d' \ + ${WRKSRC}/CMakeLists.txt @${REINPLACE_CMD} 's|/bin/bash|/bin/sh|g' \ ${WRKSRC}/version.sh -.include +.include diff --git a/devel/avro-c/files/patch-src_CMakeLists.txt b/devel/avro-c/files/patch-src_CMakeLists.txt index cf8c7abbbb42..81cddb617e6d 100644 --- a/devel/avro-c/files/patch-src_CMakeLists.txt +++ b/devel/avro-c/files/patch-src_CMakeLists.txt @@ -1,6 +1,6 @@ --- src/CMakeLists.txt.orig 2016-05-15 00:38:52 UTC +++ src/CMakeLists.txt -@@ -82,12 +82,14 @@ source_group(Avro FILES ${AVRO_SRC}) +@@ -82,12 +82,12 @@ source_group(Avro FILES ${AVRO_SRC}) # The version.sh script gives us a SOVERSION that uses colon as a # separator; we need periods. @@ -11,8 +11,6 @@ target_link_libraries(avro-static ${JANSSON_LIBRARIES} ${CODEC_LIBRARIES} ${THREADS_LIBRARIES}) set_target_properties(avro-static PROPERTIES OUTPUT_NAME avro) -+include_directories(/usr/local/include) -+ if (NOT WIN32) # TODO: Create Windows DLLs. See http://www.cmake.org/Wiki/BuildingWinDLL add_library(avro-shared SHARED ${AVRO_SRC}) @@ -21,7 +19,7 @@ configure_file(avro-c.pc.in avro-c.pc) install(FILES ${CMAKE_CURRENT_BINARY_DIR}/avro-c.pc - DESTINATION lib/pkgconfig) -+ DESTINATION ${CMAKE_INSTALL_PREFIX}/libdata/pkgconfig) ++ DESTINATION libdata/pkgconfig) add_executable(avrocat avrocat.c) target_link_libraries(avrocat avro-static) diff --git a/devel/avro-c/files/patch-src_codec.c b/devel/avro-c/files/patch-src_codec.c new file mode 100644 index 000000000000..ae74d17ef796 --- /dev/null +++ b/devel/avro-c/files/patch-src_codec.c @@ -0,0 +1,12 @@ +--- src/codec.c.orig 2016-05-15 00:38:52 UTC ++++ src/codec.c +@@ -21,6 +21,9 @@ + # if defined(__APPLE__) + # include + # define __bswap_32 OSSwapInt32 ++# elif defined(__FreeBSD__) ++# include ++# define __bswap_32 bswap32 + # else + # include + # endif diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile index c0b6be342612..463478797729 100644 --- a/devel/cdecl/Makefile +++ b/devel/cdecl/Makefile @@ -14,7 +14,7 @@ CONFLICTS= cutils-[0-9]* USES= readline USE_CSTD= c89 ALL_TARGET= ${PORTNAME} -MAKE_ENV+= STAGEDIR=$(STAGEDIR) +MAKE_ENV+= STAGEDIR=${STAGEDIR} PLIST_FILES= bin/cdecl bin/c++decl man/man1/cdecl.1.gz man/man1/c++decl.1.gz PORTDOCS= testset testset++ diff --git a/devel/cvsgraph/Makefile b/devel/cvsgraph/Makefile index 9f73e424e69d..7f63be6c571c 100644 --- a/devel/cvsgraph/Makefile +++ b/devel/cvsgraph/Makefile @@ -3,7 +3,7 @@ PORTNAME= cvsgraph PORTVERSION= 1.7.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= devel graphics MASTER_SITES= http://www.akhphd.au.dk/~bertho/cvsgraph/release/ diff --git a/devel/dwarves/Makefile b/devel/dwarves/Makefile index bd2aae5f6e90..ec0daf9c046e 100644 --- a/devel/dwarves/Makefile +++ b/devel/dwarves/Makefile @@ -14,13 +14,13 @@ MAINTAINER= cem@FreeBSD.org COMMENT= Debugging Information Manipulation Tools LICENSE= GPLv2 -LICENSE_FILE_GPLv2= $(WRKSRC)/COPYING +LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LIB_DEPENDS= libargp.so:devel/argp-standalone \ libdw.so:devel/elfutils PATCH_DEPENDS= gnulib>=0:devel/gnulib -WRKSRC= $(WRKDIR)/dwarves-b52386d +WRKSRC= ${WRKDIR}/dwarves-b52386d USES= cmake:outsource localbase tar:bzip2 USE_LDCONFIG= yes @@ -29,11 +29,11 @@ CMAKE_VERBOSE= 1 post-patch: @${CP} -a \ - $(LOCALBASE)/share/gnulib/lib/gettext.h \ - $(LOCALBASE)/share/gnulib/lib/obstack.c \ - $(LOCALBASE)/share/gnulib/lib/obstack.h \ - $(WRKSRC)/ + ${LOCALBASE}/share/gnulib/lib/gettext.h \ + ${LOCALBASE}/share/gnulib/lib/obstack.c \ + ${LOCALBASE}/share/gnulib/lib/obstack.h \ + ${WRKSRC}/ @${REINPLACE_CMD} -e 's|_GL_ATTRIBUTE_PURE|__attribute__((__pure__))|g' \ - $(WRKSRC)/obstack.h $(WRKSRC)/obstack.c + ${WRKSRC}/obstack.h ${WRKSRC}/obstack.c .include diff --git a/devel/dwarves/files/patch-dutil.h b/devel/dwarves/files/patch-dutil.h index 10de39577e4e..5b413fe052dc 100644 --- a/devel/dwarves/files/patch-dutil.h +++ b/devel/dwarves/files/patch-dutil.h @@ -7,13 +7,13 @@ +#if 0 #include +#else -+# if defined(__LP64__) ++# if __SIZEOF_LONG__ == 8 +# define __BITS_PER_LONG 64 -+# elif defined(__ILP32__) ++# elif __SIZEOF_LONG__ == 4 +# define __BITS_PER_LONG 32 +# else +# error What are you -+# endif /* __LP64__ */ ++# endif +#endif #include "rbtree.h" diff --git a/devel/elixir-exprotobuf/Makefile b/devel/elixir-exprotobuf/Makefile index b253458d1a16..8587ecdeddad 100644 --- a/devel/elixir-exprotobuf/Makefile +++ b/devel/elixir-exprotobuf/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= exprotobuf -DISTVERSION= 1.0.0 +DISTVERSION= 1.0.1 CATEGORIES= devel PKGNAMEPREFIX= elixir- diff --git a/devel/elixir-exprotobuf/distinfo b/devel/elixir-exprotobuf/distinfo index 0a8ec5ae257a..89928db80fcc 100644 --- a/devel/elixir-exprotobuf/distinfo +++ b/devel/elixir-exprotobuf/distinfo @@ -1,2 +1,3 @@ -SHA256 (bitwalker-exprotobuf-1.0.0_GH0.tar.gz) = c99907645fa75cbf67723a6f5c29c672ec1595bae296fbc698af1737c1b76680 -SIZE (bitwalker-exprotobuf-1.0.0_GH0.tar.gz) = 21081 +TIMESTAMP = 1468994366 +SHA256 (bitwalker-exprotobuf-1.0.1_GH0.tar.gz) = d4e7e7ed1b5624c3cd3c225238c267aaeefa89325488de037aa02662a87a85e5 +SIZE (bitwalker-exprotobuf-1.0.1_GH0.tar.gz) = 21613 diff --git a/devel/elixir-nimble_csv/Makefile b/devel/elixir-nimble_csv/Makefile new file mode 100644 index 000000000000..875b3844ab5b --- /dev/null +++ b/devel/elixir-nimble_csv/Makefile @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= nimble_csv +PORTVERSION= 0.1.0 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= CSV parsing and dumping library for Elixir + +LICENSE= APACHE20 + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= plataformatec + +MIX_REWRITE= yes + +.include diff --git a/devel/elixir-nimble_csv/distinfo b/devel/elixir-nimble_csv/distinfo new file mode 100644 index 000000000000..746229055080 --- /dev/null +++ b/devel/elixir-nimble_csv/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1469007729 +SHA256 (plataformatec-nimble_csv-v0.1.0_GH0.tar.gz) = cf3fb18786dac4ca5c805b307dfdfc5557eb04ec14269d8fd7242f0d26c742ac +SIZE (plataformatec-nimble_csv-v0.1.0_GH0.tar.gz) = 5257 diff --git a/devel/elixir-nimble_csv/pkg-descr b/devel/elixir-nimble_csv/pkg-descr new file mode 100644 index 000000000000..787b65ed37d9 --- /dev/null +++ b/devel/elixir-nimble_csv/pkg-descr @@ -0,0 +1,3 @@ +A simple and fast CSV parsing and dumping library for Elixir. + +WWW: https://github.com/plataformatec/nimble_csv diff --git a/devel/elixir-nimble_csv/pkg-plist b/devel/elixir-nimble_csv/pkg-plist new file mode 100644 index 000000000000..8413d0729344 --- /dev/null +++ b/devel/elixir-nimble_csv/pkg-plist @@ -0,0 +1,6 @@ +lib/elixir/lib/nimble_csv/ebin/Elixir.NimbleCSV.ParseError.beam +lib/elixir/lib/nimble_csv/ebin/Elixir.NimbleCSV.RFC4180.beam +lib/elixir/lib/nimble_csv/ebin/Elixir.NimbleCSV.beam +lib/elixir/lib/nimble_csv/ebin/nimble_csv.app +lib/elixir/lib/nimble_csv/lib/nimble_csv.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/devel/elixir-tirexs/Makefile b/devel/elixir-tirexs/Makefile new file mode 100644 index 000000000000..ec1ad4314e1b --- /dev/null +++ b/devel/elixir-tirexs/Makefile @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= tirexs +PORTVERSION= 0.8.3 +DISTVERSIONPREFIX= v +CATEGORIES= devel +PKGNAMEPREFIX= elixir- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= ElasticSearch client library for Elixir + +LICENSE= APACHE20 + +USES= elixir +USE_GITHUB= yes +GH_ACCOUNT= Zatvobor + +MIX_BUILD_DEPS= devel/elixir-exjsx +MIX_RUN_DEPS:= ${MIX_BUILD_DEPS} + +.include diff --git a/devel/elixir-tirexs/distinfo b/devel/elixir-tirexs/distinfo new file mode 100644 index 000000000000..2fc201d03aa8 --- /dev/null +++ b/devel/elixir-tirexs/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1468942286 +SHA256 (Zatvobor-tirexs-v0.8.3_GH0.tar.gz) = 6583858cfbeafbe41de4506fbb7e987b34e8bf5b8947ddd2c103f0ff7d4388dc +SIZE (Zatvobor-tirexs-v0.8.3_GH0.tar.gz) = 41028 diff --git a/devel/elixir-tirexs/files/patch-mix.exs b/devel/elixir-tirexs/files/patch-mix.exs new file mode 100644 index 000000000000..ca6807500c71 --- /dev/null +++ b/devel/elixir-tirexs/files/patch-mix.exs @@ -0,0 +1,14 @@ +--- mix.exs.orig 2016-07-14 15:23:49 UTC ++++ mix.exs +@@ -8,10 +8,9 @@ defmodule Tirexs.Mixfile do + version: "0.8.3", + source_url: github, + homepage_url: github, +- elixir: "~> 1.2.0", ++ elixir: "~> 1.3.0", + description: description, + package: package, +- deps: deps, + docs: [extras: ["README.md", "CONTRIBUTING.md"]] + ] + end diff --git a/devel/elixir-tirexs/pkg-descr b/devel/elixir-tirexs/pkg-descr new file mode 100644 index 000000000000..441e13a7cfc2 --- /dev/null +++ b/devel/elixir-tirexs/pkg-descr @@ -0,0 +1,3 @@ +An Elixir flavored HTTP client and DSL library for ElasticSearch. + +WWW: https://github.com/Zatvobor/tirexs diff --git a/devel/elixir-tirexs/pkg-plist b/devel/elixir-tirexs/pkg-plist new file mode 100644 index 000000000000..61923c08ba45 --- /dev/null +++ b/devel/elixir-tirexs/pkg-plist @@ -0,0 +1,58 @@ +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Bulk.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.DSL.Behaviour.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.DSL.Logic.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.DSL.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.ENV.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.ElasticSearch.Settings.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.HTTP.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Index.Logic.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Index.Settings.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Logger.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Manage.Aliases.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Mapping.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.MultiGet.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Percolator.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Query.Filter.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Query.Logic.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Query.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Resources.APIs.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Resources.Document.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Resources.Indices.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Resources.Search.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Resources.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Search.Aggs.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Search.Rescore.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Search.Suggest.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Search.Warmer.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.Search.beam +lib/elixir/lib/tirexs/ebin/Elixir.Tirexs.beam +lib/elixir/lib/tirexs/ebin/tirexs.app +lib/elixir/lib/tirexs/lib/tirexs.ex +lib/elixir/lib/tirexs/lib/tirexs/bulk.ex +lib/elixir/lib/tirexs/lib/tirexs/dsl.ex +lib/elixir/lib/tirexs/lib/tirexs/dsl/behaviour.ex +lib/elixir/lib/tirexs/lib/tirexs/dsl/logic.ex +lib/elixir/lib/tirexs/lib/tirexs/elastic_search/settings.ex +lib/elixir/lib/tirexs/lib/tirexs/env.ex +lib/elixir/lib/tirexs/lib/tirexs/http.ex +lib/elixir/lib/tirexs/lib/tirexs/index/logic.ex +lib/elixir/lib/tirexs/lib/tirexs/index/settings.ex +lib/elixir/lib/tirexs/lib/tirexs/logger.ex +lib/elixir/lib/tirexs/lib/tirexs/manage/aliases.ex +lib/elixir/lib/tirexs/lib/tirexs/mapping.ex +lib/elixir/lib/tirexs/lib/tirexs/multi_get.ex +lib/elixir/lib/tirexs/lib/tirexs/percolator.ex +lib/elixir/lib/tirexs/lib/tirexs/query.ex +lib/elixir/lib/tirexs/lib/tirexs/query/filter.ex +lib/elixir/lib/tirexs/lib/tirexs/query/logic.ex +lib/elixir/lib/tirexs/lib/tirexs/resources.ex +lib/elixir/lib/tirexs/lib/tirexs/resources/apis.ex +lib/elixir/lib/tirexs/lib/tirexs/resources/document.ex +lib/elixir/lib/tirexs/lib/tirexs/resources/indices.ex +lib/elixir/lib/tirexs/lib/tirexs/resources/search.ex +lib/elixir/lib/tirexs/lib/tirexs/search.ex +lib/elixir/lib/tirexs/lib/tirexs/search/aggs.ex +lib/elixir/lib/tirexs/lib/tirexs/search/rescore.ex +lib/elixir/lib/tirexs/lib/tirexs/search/suggest.ex +lib/elixir/lib/tirexs/lib/tirexs/search/warmer.ex +%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/devel/lfcbase/Makefile b/devel/lfcbase/Makefile index bd88f52f7e06..eaf047667fc5 100644 --- a/devel/lfcbase/Makefile +++ b/devel/lfcbase/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lfcbase -PORTVERSION= 1.8.7 +PORTVERSION= 1.8.9 CATEGORIES= devel MASTER_SITES= http://www.lemke-it.com/ diff --git a/devel/lfcbase/distinfo b/devel/lfcbase/distinfo index f1fc06a6ca5f..3063d5304201 100644 --- a/devel/lfcbase/distinfo +++ b/devel/lfcbase/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1468602398 -SHA256 (lfcbase-1.8.7.tar.gz) = 62d41e1add4bc7af1fc31393335dc14d15a760f850a3cbef3ce4a668a57a1f21 -SIZE (lfcbase-1.8.7.tar.gz) = 607400 +TIMESTAMP = 1468866517 +SHA256 (lfcbase-1.8.9.tar.gz) = 2db4de32467ae960b2ec35e276c9ff3ac9d43acb6ada0dcac378f52bf9513acd +SIZE (lfcbase-1.8.9.tar.gz) = 607466 diff --git a/devel/libfastjson/Makefile b/devel/libfastjson/Makefile index 0f01605974b9..0070fc2be165 100644 --- a/devel/libfastjson/Makefile +++ b/devel/libfastjson/Makefile @@ -19,7 +19,7 @@ USES= autoreconf libtool pkgconfig INSTALL_TARGET= install-strip post-patch: - ${REINPLACE_CMD} -e 's|$(libdir)/pkgconfig|$(libdir)data/pkgconfig|' \ + ${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(libdir)data/pkgconfig|' \ ${WRKSRC}/Makefile.am .include diff --git a/devel/m17n-lib/Makefile b/devel/m17n-lib/Makefile index 04142bca9adb..7fd1c733bdd7 100644 --- a/devel/m17n-lib/Makefile +++ b/devel/m17n-lib/Makefile @@ -3,6 +3,7 @@ PORTNAME= m17n-lib PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= devel textproc MASTER_SITES= SAVANNAH/m17n diff --git a/devel/py-cluster/Makefile b/devel/py-cluster/Makefile index fc4098cd00bc..58fac5ab4356 100644 --- a/devel/py-cluster/Makefile +++ b/devel/py-cluster/Makefile @@ -12,6 +12,8 @@ COMMENT= Create several groups (clusters) of objects from a list in Python LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE +PORTSCOUT= skipv:regression + USE_GITHUB= yes GH_ACCOUNT= exhuma GH_PROJECT= python-cluster diff --git a/devel/py-cuisine/Makefile b/devel/py-cuisine/Makefile index afc2952f2fdf..a9527ec1f17b 100644 --- a/devel/py-cuisine/Makefile +++ b/devel/py-cuisine/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cuisine -PORTVERSION= 0.7.12 +PORTVERSION= 0.7.13 #PORTEPOCH= 0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP diff --git a/devel/py-cuisine/distinfo b/devel/py-cuisine/distinfo index 48c56f6a1155..02254e0382b2 100644 --- a/devel/py-cuisine/distinfo +++ b/devel/py-cuisine/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1465879312 -SHA256 (cuisine-0.7.12.tar.gz) = 1afc6de0955960928aa345f9d5e2c2b09bf3a3d7f1f8e3661cb0262895d5489b -SIZE (cuisine-0.7.12.tar.gz) = 21282 +TIMESTAMP = 1469101914 +SHA256 (cuisine-0.7.13.tar.gz) = da6e08297297fb0b5f5e0d29c63b74b97ca8d57c1ea471579e5a3dcb3909d845 +SIZE (cuisine-0.7.13.tar.gz) = 21268 diff --git a/devel/py-cuisine/files/patch-src_cuisine.py b/devel/py-cuisine/files/patch-src_cuisine.py deleted file mode 100644 index ec61d464d4bc..000000000000 --- a/devel/py-cuisine/files/patch-src_cuisine.py +++ /dev/null @@ -1,11 +0,0 @@ ---- src/cuisine.py.orig 2016-06-14 07:05:16 UTC -+++ src/cuisine.py -@@ -1315,7 +1315,7 @@ def package_install_pkgng(package, updat - def package_ensure_pkgng(package, update=False): - # I am gonna have to do something different here - status = run("pkg info %s ; true" % package) -- if status.stderr.find("No package(s) matching") != -1 or status.find(package) == -1: -+ if status.find("No package(s) matching") != -1 or status.find(package) == -1: - package_install_pkgng(package, update) - return False - else: diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index c7843a3ec0e6..c6c067d95860 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -16,7 +16,7 @@ MAKEFILE= Makefile.FreeBSD USES= alias tar:bzip2 USE_GNOME= gtk12 -MAKE_ARGS= STAGEDIR="$(STAGEDIR)" +MAKE_ARGS= STAGEDIR="${STAGEDIR}" pre-configure: @${CP} ${FILESDIR}/mntent* ${WRKSRC} diff --git a/editors/openoffice-4/Makefile b/editors/openoffice-4/Makefile index d7230f0cbcf2..9d250d0b6f75 100644 --- a/editors/openoffice-4/Makefile +++ b/editors/openoffice-4/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION} -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= editors java MASTER_SITES= APACHE/openoffice/${PORTVERSION}/source \ http://tools.openoffice.org/unowinreg_prebuild/680/:unoreg \ diff --git a/editors/openoffice-4/distinfo b/editors/openoffice-4/distinfo index d92be10d32f2..dd2b668d62e7 100644 --- a/editors/openoffice-4/distinfo +++ b/editors/openoffice-4/distinfo @@ -1,6 +1,7 @@ +TIMESTAMP = 1469002349 SHA256 (openoffice/apache-openoffice-4.1.2-r1709696-src.tar.bz2) = 2e06774424eb564559f9e6d63ff79aa00522b210067717c5a8cfb54b3b7f1812 SIZE (openoffice/apache-openoffice-4.1.2-r1709696-src.tar.bz2) = 219041975 -SHA256 (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150707.tar.gz) = 966a8333c83a18ddd84401389006d6e0b52b8175924b808b54b88211669985fa -SIZE (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150707.tar.gz) = 28957004 SHA256 (openoffice/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c SIZE (openoffice/unowinreg.dll) = 6144 +SHA256 (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150707.tar.gz) = 966a8333c83a18ddd84401389006d6e0b52b8175924b808b54b88211669985fa +SIZE (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150707.tar.gz) = 28957004 diff --git a/editors/openoffice-4/files/patch-CVE-2016-1513 b/editors/openoffice-4/files/patch-CVE-2016-1513 new file mode 100644 index 000000000000..5d5370810c1f --- /dev/null +++ b/editors/openoffice-4/files/patch-CVE-2016-1513 @@ -0,0 +1,26 @@ +--- tools/source/generic/poly2.cxx.orig 2014-02-25 08:20:50 UTC ++++ tools/source/generic/poly2.cxx +@@ -196,8 +196,9 @@ void PolyPolygon::Insert( const Polygon& + + void PolyPolygon::Remove( sal_uInt16 nPos ) + { +- DBG_CHKTHIS( PolyPolygon, NULL ); +- DBG_ASSERT( nPos < Count(), "PolyPolygon::Remove(): nPos >= nSize" ); ++ DBG_CHKTHIS( PolyPolygon, NULL ); ++ DBG_ASSERT( nPos < Count(), "PolyPolygon::Remove(): nPos >= nSize" ); ++ if ( nPos >= Count() ) return; // not removable + + if ( mpImplPolyPolygon->mnRefCount > 1 ) + { +@@ -216,8 +217,9 @@ void PolyPolygon::Remove( sal_uInt16 nPo + + void PolyPolygon::Replace( const Polygon& rPoly, sal_uInt16 nPos ) + { +- DBG_CHKTHIS( PolyPolygon, NULL ); +- DBG_ASSERT( nPos < Count(), "PolyPolygon::Replace(): nPos >= nSize" ); ++ DBG_CHKTHIS( PolyPolygon, NULL ); ++ DBG_ASSERT( nPos < Count(), "PolyPolygon::Replace(): nPos >= nSize" ); ++ if ( nPos >= Count() ) return; // not replaceable + + if ( mpImplPolyPolygon->mnRefCount > 1 ) + { diff --git a/editors/openoffice-devel/Makefile b/editors/openoffice-devel/Makefile index a09269f37e8f..3068c05d704b 100644 --- a/editors/openoffice-devel/Makefile +++ b/editors/openoffice-devel/Makefile @@ -3,7 +3,7 @@ PORTNAME= apache-openoffice PORTVERSION= ${AOOVERSION1}.${AOOVERSION2}.${SVNREVISION} -PORTREVISION= 2 +#PORTREVISION= 1 PORTEPOCH= 4 CATEGORIES= editors java MASTER_SITES= https://dist.apache.org/repos/dist/dev/openoffice/${AOOVERSION}-${AOORC}-r${SVNREVISION}/source/ \ @@ -102,7 +102,7 @@ AOOVERSION2= 2 AOOVERSION3= 0 # From solenv/inc/minor.mk SOURCEREVISION LAST_MINOR BUILD AOOTAG= AOO420m1\(Build:9800\) -SVNREVISION= 1749607 +SVNREVISION= 1753426 #AOORC=rc3 EXTSRC= ApacheOpenOffice.ext_sources.${AOOVERSION1}.x.x.20150707.tar.gz diff --git a/editors/openoffice-devel/distinfo b/editors/openoffice-devel/distinfo index 0accdb27ddf0..9b697c9739a0 100644 --- a/editors/openoffice-devel/distinfo +++ b/editors/openoffice-devel/distinfo @@ -1,6 +1,6 @@ TIMESTAMP = 1466695719 -SHA256 (openoffice/apache-openoffice-r1749607-src.tar.xz) = a17f9a23b914013ca463ad1cab86dba9edc32b1e09a67ea125a1212257772bcd -SIZE (openoffice/apache-openoffice-r1749607-src.tar.xz) = 215075176 +SHA256 (openoffice/apache-openoffice-r1753426-src.tar.xz) = 1091e0e34cb47cc5686984b46cf8091a55bd75f522b6439a3f2869b3a2ebc79a +SIZE (openoffice/apache-openoffice-r1753426-src.tar.xz) = 215069876 SHA256 (openoffice/unowinreg.dll) = f563e522922133db9340b0306711c2d8767cc3481dd9e7d9b0d059906d12653c SIZE (openoffice/unowinreg.dll) = 6144 SHA256 (openoffice/ApacheOpenOffice.ext_sources.4.x.x.20150707.tar.gz) = 966a8333c83a18ddd84401389006d6e0b52b8175924b808b54b88211669985fa diff --git a/editors/thoteditor/Makefile b/editors/thoteditor/Makefile index 258c2f4500a8..d3f13da7493f 100644 --- a/editors/thoteditor/Makefile +++ b/editors/thoteditor/Makefile @@ -14,7 +14,7 @@ COMMENT= Structured document editor, offering a graphical WYSIWYG interface THOT_SUBDIR= Target USES= gmake motif -WRKSRC= $(WRKDIR)/Thot/$(THOT_SUBDIR) +WRKSRC= ${WRKDIR}/Thot/${THOT_SUBDIR} GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-thot --enable-plugin --without-insure --without-amaya \ --disable-java --disable-intr --disable-jit --disable-math \ @@ -37,7 +37,7 @@ post-patch: ${WRKDIR}/Thot/thotlib/include/sysdep.h do-configure: - (cd $(WRKSRC);../configure $(CONFIGURE_ARGS)) + (cd ${WRKSRC};../configure ${CONFIGURE_ARGS}) post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/thot/doc diff --git a/emulators/bsvc/Makefile b/emulators/bsvc/Makefile index ab991a755811..e76ae1e0fdab 100644 --- a/emulators/bsvc/Makefile +++ b/emulators/bsvc/Makefile @@ -34,6 +34,6 @@ post-patch: s/strstream\.h/strstream/; \ s/fstream\.h/fstream/' \{\} \; @${FIND} ${WRKSRC} -name Makefile -exec \ - ${REINPLACE_CMD} -e 's/make/$(MAKE)/' \{\} \; + ${REINPLACE_CMD} -e 's/make/${MAKE}/' \{\} \; .include diff --git a/emulators/fceux/Makefile b/emulators/fceux/Makefile index b7a5be2ed8c1..72b40e0497ad 100644 --- a/emulators/fceux/Makefile +++ b/emulators/fceux/Makefile @@ -4,7 +4,7 @@ PORTNAME= fceux PORTVERSION= 2.2.2 DISTVERSIONSUFFIX= .src -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators MASTER_SITES= SF/fceultra/Source%20Code/${PORTVERSION}%20src/ diff --git a/emulators/virtualbox-ose/Makefile b/emulators/virtualbox-ose/Makefile index 3d73896b46bb..efad4cbc6c18 100644 --- a/emulators/virtualbox-ose/Makefile +++ b/emulators/virtualbox-ose/Makefile @@ -257,7 +257,7 @@ post-patch: @${ECHO} 'VBOX_PATH_GSOAP = ${PREFIX}/lib/gsoap' >> ${WRKSRC}/LocalConfig.kmk @${ECHO} 'VBOX_PATH_GSOAP_BIN = ${PREFIX}/bin' >> ${WRKSRC}/LocalConfig.kmk @${ECHO} 'VBOX_PATH_GSOAP_IMPORT = ${PREFIX}/share/gsoap/import' >> ${WRKSRC}/LocalConfig.kmk - @${ECHO} 'VBOX_GCC_PEDANTIC_CXX = -Wshadow $(VBOX_GCC_WARN) -Wno-long-long' >> ${WRKSRC}/LocalConfig.kmk + @${ECHO} 'VBOX_GCC_PEDANTIC_CXX = -Wshadow $$(VBOX_GCC_WARN) -Wno-long-long' >> ${WRKSRC}/LocalConfig.kmk .endif .if ${PORT_OPTIONS:MR0LOGGING} @${ECHO} 'VBOX_WITH_R0_LOGGING = 1' >> ${WRKSRC}/LocalConfig.kmk diff --git a/finance/beanie/Makefile b/finance/beanie/Makefile index f4737caac255..43fa1529b135 100644 --- a/finance/beanie/Makefile +++ b/finance/beanie/Makefile @@ -19,7 +19,7 @@ LATE_INSTALL_ARGS= BEANIEROOT="${STAGEDIR}${PREFIX}/beanie" MAKE_JOBS_UNSAFE= yes post-patch: - @${CP} ${WRKSRC}/beanie.mk.sample $(WRKSRC)/beanie.mk + @${CP} ${WRKSRC}/beanie.mk.sample ${WRKSRC}/beanie.mk @${CP} ${WRKSRC}/tmac/lhead.sample.r ${WRKSRC}/tmac/lhead.r .include diff --git a/games/Makefile b/games/Makefile index b2c376506467..528a4b243046 100644 --- a/games/Makefile +++ b/games/Makefile @@ -671,6 +671,7 @@ SUBDIR += openmortal SUBDIR += openmsx SUBDIR += openmw + SUBDIR += openomf SUBDIR += openpref SUBDIR += openra SUBDIR += opensfx diff --git a/games/blockrage/Makefile b/games/blockrage/Makefile index 0acc519991b4..2c19e4b2213f 100644 --- a/games/blockrage/Makefile +++ b/games/blockrage/Makefile @@ -37,7 +37,7 @@ post-patch: 's|prefix=/usr/local|prefix=${PREFIX}|; \ s|MYCC=gcc|MYCC?=${CC}|; \ s|-s -O2 -Wall||; \ - s|sdl-config|$(SDL_CONFIG)|; \ + s|sdl-config|${SDL_CONFIG}|; \ s|MAKE=make|MAKE=${MAKE}|' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|gcc -s|${CC}|' \ diff --git a/games/gemdropx/Makefile b/games/gemdropx/Makefile index ba5bb6c4e74c..a11146a7394c 100644 --- a/games/gemdropx/Makefile +++ b/games/gemdropx/Makefile @@ -29,10 +29,10 @@ DESKTOP_ENTRIES="Gem Drop X" "" "${PORTNAME}" \ post-patch: @${REINPLACE_CMD} \ - -e 's|sdl-config|$(SDL_CONFIG)| ; \ + -e 's|sdl-config|${SDL_CONFIG}| ; \ s|CC=gcc|CC?=${CC}| ; \ s|CXX=gcc|CXX?=${CC}| ; \ - s|CFLAGS=-Wall $(SDL_CFLAGS)|CFLAGS+=-w $(SDL_CFLAGS)|' \ + s|CFLAGS=-Wall ${SDL_CFLAGS}|CFLAGS+=-w ${SDL_CFLAGS}|' \ ${WRKSRC}/Makefile @${FIND} ${WRKDIR} -name .xvpics | ${XARGS} ${RM} -rf diff --git a/games/legend-of-edgar/Makefile b/games/legend-of-edgar/Makefile index 69ccba1883c4..935712d29316 100644 --- a/games/legend-of-edgar/Makefile +++ b/games/legend-of-edgar/Makefile @@ -38,7 +38,7 @@ post-patch: s|/share/games/edgar/|/share/edgar/|; \ s|/share/man/|/man/|; \ s|-Wall ||; \ - s|sdl-config|$(SDL_CONFIG)|; \ + s|sdl-config|${SDL_CONFIG}|; \ s|-s ||' \ ${WRKSRC}/makefile @${REINPLACE_CMD} -e 's|SDL/SDL|${LOCALBASE}/include/SDL/SDL|g' \ diff --git a/games/miscom/Makefile b/games/miscom/Makefile index a905dc3753aa..b783c274d841 100644 --- a/games/miscom/Makefile +++ b/games/miscom/Makefile @@ -30,7 +30,7 @@ OPTIONS_DEFINE= DOCS .include .if ${ARCH} == "i386" -CFLAGS+= -DSOUNDSDIR='\"$(DATADIR)\"' -DSOUND_SUPPORT -DMORE_SOUNDBUF +CFLAGS+= -DSOUNDSDIR='\"${DATADIR}\"' -DSOUND_SUPPORT -DMORE_SOUNDBUF .endif do-install: diff --git a/games/mkhexgrid/Makefile b/games/mkhexgrid/Makefile index 751ca2040d01..355017b20978 100644 --- a/games/mkhexgrid/Makefile +++ b/games/mkhexgrid/Makefile @@ -3,7 +3,7 @@ PORTNAME= mkhexgrid PORTVERSION= 0.1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= http://www.nomic.net/~uckelman/mkhexgrid/releases/ \ http://aaron.daltons.ca/freebsd/ diff --git a/games/netwalk/Makefile b/games/netwalk/Makefile index 00fe1737c256..1bfaa7781f84 100644 --- a/games/netwalk/Makefile +++ b/games/netwalk/Makefile @@ -35,7 +35,7 @@ post-patch: @${REINPLACE_CMD} -e \ 's|CC = gcc|CC = ${CC}|; \ s|CFLAGS=-Wall -O2 -fomit-frame-pointer|CFLAGS+= -fomit-frame-pointer|; \ - s|sdl-config|$(SDL_CONFIG)|; \ + s|sdl-config|${SDL_CONFIG}|; \ s|PREFIX = /usr|PREFIX = ${PREFIX}|' \ ${WRKSRC}/Makefile diff --git a/games/openbor/Makefile b/games/openbor/Makefile index ad25f2e31226..2d037ccd11ae 100644 --- a/games/openbor/Makefile +++ b/games/openbor/Makefile @@ -21,7 +21,7 @@ MAKE_ENV= BUILD_LINUX=1 SDKPATH="${LOCALBASE}" \ GCC_TARGET="${CONFIGURE_TARGET:S/amd64/x86_64/}" MAKE_ARGS= CC="${CC}" LIBRARIES="${LOCALBASE}/lib" \ TARGET_ARCH=${ARCH:S/i386/x86/} ARCHFLAGS="" \ - TARGET_FINAL='$(TARGET)' BUILD_MMX="" + TARGET_FINAL='${TARGET}' BUILD_MMX="" LDFLAGS+= -Wl,--as-needed PLIST_FILES= bin/${PORTNAME} \ share/pixmaps/${PORTNAME}.png diff --git a/games/openlierox/Makefile b/games/openlierox/Makefile index 07a6579f7342..081d6daa4292 100644 --- a/games/openlierox/Makefile +++ b/games/openlierox/Makefile @@ -3,7 +3,7 @@ PORTNAME= openlierox DISTVERSION= 0.58_rc3 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/OpenLieroX%20${DISTVERSION:C/_/%20/} diff --git a/games/openomf/Makefile b/games/openomf/Makefile new file mode 100644 index 000000000000..e828192120d0 --- /dev/null +++ b/games/openomf/Makefile @@ -0,0 +1,52 @@ +# Created by: Stas Timokhin +# $FreeBSD$ + +PORTNAME= openomf +PORTVERSION= 0.6.5 +CATEGORIES= games +MASTER_SITES= http://www.omf2097.com/pub/files/omf/:data +DISTFILES+= omf2097.rar:data +EXTRACT_ONLY= ${DISTFILE_shadow} ${DISTFILE_libdumb} \ + ${GH_ACCOUNT}-${GH_PROJECT}-${DISTVERSIONFULL}-${GH_TAGNAME_SANITIZED}_GH0.tar.gz + +MAINTAINER= devel@stasyan.com +COMMENT= Rewritten engine for One Must Fall 2097 + +LIB_DEPENDS= libconfuse.so:devel/libconfuse \ + libpng.so:graphics/png \ + libargtable2.so:devel/argtable \ + libopenal.so:audio/openal \ + libenet.so:net/enet +EXTRACT_DEPENDS= unrar:archivers/unrar + +USE_GITHUB= yes +GH_TUPLE= omf2097:openomf:c36c421 \ + omf2097:libShadowDive:b2c34a6:shadow \ + kode54:dumb:238f23c:libdumb + +USES= cmake compiler:c++11-lang gettext +USE_SDL= sdl2 + +DESKTOP_ENTRIES="OpenOMF" "" \ + "${PREFIX}/share/openomf/openomf_icon.png " \ + "openomf" "Game;ArcadeGame;" false + +post-extract: + ${RMDIR} ${WRKSRC}/external/libShadowDive + ${LN} -s ${WRKSRC_shadow} ${WRKSRC}/external/libShadowDive + ${LN} -s ${WRKSRC_libdumb}/dumb ${WRKSRC}/external/dumb + ${MKDIR} ${WRKDIR}/omf + cd ${WRKDIR}/omf && unrar e -idq ${DISTDIR}/omf2097.rar + +post-patch: + ${REINPLACE_CMD} -e 's,%%PREFIX%%,"${PREFIX}",g' \ + ${WRKSRC}/src/resources/pathmanager.c + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/openomf ${STAGEDIR}${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/resources/openomf_icon.png ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/resources/openomf.bk ${STAGEDIR}${DATADIR} + (cd ${WRKDIR}/omf && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) + +.include diff --git a/games/openomf/distinfo b/games/openomf/distinfo new file mode 100644 index 000000000000..78596da2f57f --- /dev/null +++ b/games/openomf/distinfo @@ -0,0 +1,8 @@ +SHA256 (omf2097.rar) = bc2ce50b8ea282b61e9685e883436e9cb4bcf7bacec0a58f0a685f20289f8a13 +SIZE (omf2097.rar) = 6345106 +SHA256 (omf2097-openomf-0.6.5-c36c421_GH0.tar.gz) = e8837884e6813f42c4fc0b7864f65c343f8831f1e66247cb82e7bfcb2cc06f08 +SIZE (omf2097-openomf-0.6.5-c36c421_GH0.tar.gz) = 259458 +SHA256 (omf2097-libShadowDive-b2c34a6_GH0.tar.gz) = 47e33af4f03539c39045eba2ad150ff88195f326c8d8f82d31b82738da5731da +SIZE (omf2097-libShadowDive-b2c34a6_GH0.tar.gz) = 113591 +SHA256 (kode54-dumb-238f23c_GH0.tar.gz) = d49d1a211b5eb3fd446bcd4a7ba7710b056e0579ad7bfa1d7a7ea99956f79c91 +SIZE (kode54-dumb-238f23c_GH0.tar.gz) = 178894 diff --git a/games/openomf/files/patch-CMakeLists.txt b/games/openomf/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..9e046cc0c01e --- /dev/null +++ b/games/openomf/files/patch-CMakeLists.txt @@ -0,0 +1,23 @@ +--- CMakeLists.txt.orig 2016-01-10 17:37:25 UTC ++++ CMakeLists.txt +@@ -67,6 +67,7 @@ ENDIF() + find_package(SDL2) + find_package(enet) + find_package(confuse) ++find_package(Gettext) + + # Check functions and generate platform configuration file + CHECK_SYMBOL_EXISTS(strdup "string.h" HAVE_STD_STRDUP) +@@ -320,10 +321,10 @@ ENDIF() + # Handle module playback libraries + IF(USE_SUBMODULES) + set(CORELIBS ${CORELIBS} dumb) +- set(COREINCS ${COREINCS} ${DUMB_INCLUDE_DIR}) ++ set(COREINCS ${DUMB_INCLUDE_DIR} ${COREINCS} ) + ELSEIF(USE_DUMB) + set(CORELIBS ${CORELIBS} ${DUMB_LIBRARY}) +- set(COREINCS ${COREINCS} ${DUMB_INCLUDE_DIR}) ++ set(COREINCS ${DUMB_INCLUDE_DIR} ${COREINCS}) + ENDIF() + IF(USE_MODPLUG) + set(CORELIBS ${CORELIBS} ${MODPLUG_LIBRARY}) diff --git a/games/openomf/files/patch-src_main.c b/games/openomf/files/patch-src_main.c new file mode 100644 index 000000000000..7a27405be42c --- /dev/null +++ b/games/openomf/files/patch-src_main.c @@ -0,0 +1,11 @@ +--- src/main.c.orig 2016-01-10 17:37:25 UTC ++++ src/main.c +@@ -156,7 +156,7 @@ int main(int argc, char *argv[]) { + INFO("Running on platform: %s", SDL_GetPlatform()); + + #ifndef STANDALONE_SERVER +- if(SDL_InitSubSystem(SDL_INIT_JOYSTICK|SDL_INIT_GAMECONTROLLER|SDL_INIT_HAPTIC)) { ++ if(SDL_InitSubSystem(SDL_INIT_JOYSTICK|SDL_INIT_GAMECONTROLLER)) { + err_msgbox("SDL2 Initialization failed: %s", SDL_GetError()); + goto exit_2; + } diff --git a/games/openomf/files/patch-src_resources_pathmanager.c b/games/openomf/files/patch-src_resources_pathmanager.c new file mode 100644 index 000000000000..7e9ec87edaed --- /dev/null +++ b/games/openomf/files/patch-src_resources_pathmanager.c @@ -0,0 +1,16 @@ +--- src/resources/pathmanager.c.orig 2016-01-10 17:37:25 UTC ++++ src/resources/pathmanager.c +@@ -85,11 +85,11 @@ int pm_init() { + local_path_build(RESOURCE_PATH, bin_base_dir, "resources\\"); + local_path_build(PLUGIN_PATH, bin_base_dir, "plugins\\"); + m_ok = 1; +- } else if(!strcasecmp(SDL_GetPlatform(), "Linux")) { ++ } else if(!strcasecmp(SDL_GetPlatform(), "FreeBSD")) { + // on linux, the resources will be in ../share/games/openomf, relative to the binary + // so if openomf is installed to /usr/local/bin, + // the resources will be in /usr/local/share/games/openomf +- local_path_build(RESOURCE_PATH, bin_base_dir, "../share/games/openomf/"); ++ local_path_build(RESOURCE_PATH, %%PREFIX%%, "/share/openomf/"); + local_path_build(PLUGIN_PATH, bin_base_dir, "../lib/openomf/"); + m_ok = 1; + } else if(!strcasecmp(SDL_GetPlatform(), "Mac OS X")) { diff --git a/games/openomf/pkg-descr b/games/openomf/pkg-descr new file mode 100644 index 000000000000..bbf3267de2ff --- /dev/null +++ b/games/openomf/pkg-descr @@ -0,0 +1,4 @@ +OpenOMF is a Open Source remake of "One Must Fall 2097" by Diversions +Entertainment. + +WWW: http://www.openomf.org/ diff --git a/games/openomf/pkg-plist b/games/openomf/pkg-plist new file mode 100644 index 000000000000..05c83afc117f --- /dev/null +++ b/games/openomf/pkg-plist @@ -0,0 +1,95 @@ +bin/openomf +%%DATADIR%%/ALTPALS.DAT +%%DATADIR%%/ARENA0.BK +%%DATADIR%%/ARENA0.PSM +%%DATADIR%%/ARENA1.BK +%%DATADIR%%/ARENA1.PSM +%%DATADIR%%/ARENA2.BK +%%DATADIR%%/ARENA2.PSM +%%DATADIR%%/ARENA3.BK +%%DATADIR%%/ARENA3.PSM +%%DATADIR%%/ARENA4.BK +%%DATADIR%%/ARENA4.PSM +%%DATADIR%%/CHARSMAL.DAT +%%DATADIR%%/CREDITS.BK +%%DATADIR%%/DOS4GW.EXE +%%DATADIR%%/END.BK +%%DATADIR%%/END.PSM +%%DATADIR%%/END1.BK +%%DATADIR%%/END2.BK +%%DATADIR%%/ENGLISH.DAT +%%DATADIR%%/FIGHTR0.AF +%%DATADIR%%/FIGHTR1.AF +%%DATADIR%%/FIGHTR10.AF +%%DATADIR%%/FIGHTR2.AF +%%DATADIR%%/FIGHTR3.AF +%%DATADIR%%/FIGHTR4.AF +%%DATADIR%%/FIGHTR5.AF +%%DATADIR%%/FIGHTR6.AF +%%DATADIR%%/FIGHTR7.AF +%%DATADIR%%/FIGHTR8.AF +%%DATADIR%%/FIGHTR9.AF +%%DATADIR%%/FILE0001.EXE +%%DATADIR%%/FILE_ID.DIZ +%%DATADIR%%/GERMAN.DAT +%%DATADIR%%/GRAPHCHR.DAT +%%DATADIR%%/HELPME.DOC +%%DATADIR%%/HELPME.EXE +%%DATADIR%%/INTRO.BK +%%DATADIR%%/KATUSHAI.BK +%%DATADIR%%/KATUSHAI.PIC +%%DATADIR%%/KATUSHAI.TRN +%%DATADIR%%/LICENSE.DOC +%%DATADIR%%/MAIN.BK +%%DATADIR%%/MANUAL.DOC +%%DATADIR%%/MASTER.DAT +%%DATADIR%%/MDRV000R.MUS +%%DATADIR%%/MDRV001R.MUS +%%DATADIR%%/MDRV003R.MUS +%%DATADIR%%/MDRV004R.MUS +%%DATADIR%%/MDRV005R.MUS +%%DATADIR%%/MECHLAB.BK +%%DATADIR%%/MELEE.BK +%%DATADIR%%/MENU.PSM +%%DATADIR%%/MODEMS.TXT +%%DATADIR%%/NETARENA.EXE +%%DATADIR%%/NETARENA.PCX +%%DATADIR%%/NETEPIC.BBS +%%DATADIR%%/NETEPIC.PCX +%%DATADIR%%/NETFONT1.PCX +%%DATADIR%%/NETFONT2.PCX +%%DATADIR%%/NETIPX.EXE +%%DATADIR%%/NETMEGA.PCX +%%DATADIR%%/NETMODEM.EXE +%%DATADIR%%/NETSET.PCX +%%DATADIR%%/NETTERM.EXE +%%DATADIR%%/NETTERM.INT +%%DATADIR%%/NEWSROOM.BK +%%DATADIR%%/NORTH_AM.BK +%%DATADIR%%/NORTH_AM.PIC +%%DATADIR%%/NORTH_AM.TRN +%%DATADIR%%/OMF-END.BIN +%%DATADIR%%/OMF.EXE +%%DATADIR%%/OMF.ICO +%%DATADIR%%/OMF.PIF +%%DATADIR%%/OMF_END.BIN +%%DATADIR%%/ORDER.DOC +%%DATADIR%%/ORDER.EXE +%%DATADIR%%/ORDER_DE.DOC +%%DATADIR%%/ORDER_UK.DOC +%%DATADIR%%/PLAYERS.PIC +%%DATADIR%%/RANDOM.DAT +%%DATADIR%%/SETUP.BOX +%%DATADIR%%/SETUP.CFG +%%DATADIR%%/SETUP.EXE +%%DATADIR%%/SETUP.INT +%%DATADIR%%/SOUNDS.DAT +%%DATADIR%%/VS.BK +%%DATADIR%%/WAR.BK +%%DATADIR%%/WAR.PIC +%%DATADIR%%/WAR.TRN +%%DATADIR%%/WORLD.BK +%%DATADIR%%/WORLD.PIC +%%DATADIR%%/WORLD.TRN +%%DATADIR%%/openomf.bk +%%DATADIR%%/openomf_icon.png diff --git a/games/ufoai/Makefile b/games/ufoai/Makefile index 20f604ac7856..097234a23e8b 100644 --- a/games/ufoai/Makefile +++ b/games/ufoai/Makefile @@ -97,7 +97,7 @@ post-extract: post-build: @cd ${WRKSRC} && ${MAKE_CMD} lang -.if $(PORT_OPTIONS:MUFORADIANT) +.if ${PORT_OPTIONS:MUFORADIANT} @cd ${WRKSRC} && ${MAKE_CMD} uforadiant .endif diff --git a/games/vodovod/Makefile b/games/vodovod/Makefile index ab66352bd53f..8ab97147e308 100644 --- a/games/vodovod/Makefile +++ b/games/vodovod/Makefile @@ -42,7 +42,7 @@ post-patch: @${REINPLACE_CMD} -e 's|PREFIX=/usr|PREFIX=${PREFIX}|' \ -e 's|CC = g++|CC ?= g++|' \ -e 's|CC|CXX|' \ - -e 's|sdl-config|$(SDL_CONFIG)|' \ + -e 's|sdl-config|${SDL_CONFIG}|' \ -e '/^MY_CFLAGS/ s| = | = ${CXXFLAGS} |' \ ${WRKSRC}/Makefile diff --git a/graphics/a2png/Makefile b/graphics/a2png/Makefile index 72390196fd6d..982118e40ad6 100644 --- a/graphics/a2png/Makefile +++ b/graphics/a2png/Makefile @@ -3,7 +3,7 @@ PORTNAME= a2png PORTVERSION= 0.1.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= SF diff --git a/graphics/dataplot/Makefile b/graphics/dataplot/Makefile index 6d6b20c20c27..5917a926a7dc 100644 --- a/graphics/dataplot/Makefile +++ b/graphics/dataplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= dataplot PORTVERSION= 20132012 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= ftp://ftp.nist.gov/pub/dataplot/unix/:source \ LOCAL/beech:source \ diff --git a/graphics/fly/Makefile b/graphics/fly/Makefile index d9047edd647d..0548df5740e6 100644 --- a/graphics/fly/Makefile +++ b/graphics/fly/Makefile @@ -3,7 +3,7 @@ PORTNAME= fly PORTVERSION= 2.0.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://fossies.org/unix/www/ \ http://martin.gleeson.com/fly/dist/ diff --git a/graphics/g2/Makefile b/graphics/g2/Makefile index 6fd1fdb58c3f..ec417067b41b 100644 --- a/graphics/g2/Makefile +++ b/graphics/g2/Makefile @@ -3,7 +3,7 @@ PORTNAME= g2 PORTVERSION= 0.40 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= SUNSITE/libs/graphics diff --git a/graphics/gdchart/Makefile b/graphics/gdchart/Makefile index 04ecfce848d1..0aa4bb94a5b8 100644 --- a/graphics/gdchart/Makefile +++ b/graphics/gdchart/Makefile @@ -3,7 +3,7 @@ PORTNAME= gdchart PORTVERSION= 0.11.5 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= http://www.fred.net/brv/chart/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ diff --git a/graphics/gdtclft/Makefile b/graphics/gdtclft/Makefile index 20e29be86cbd..b1ac60441c4e 100644 --- a/graphics/gdtclft/Makefile +++ b/graphics/gdtclft/Makefile @@ -3,7 +3,7 @@ PORTNAME= Gdtclft PORTVERSION= 2.2.5 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= graphics tcl MASTER_SITES= http://BSDforge.com/projects/source/graphics/gdtclft/ DISTNAME= ${PORTNAME}${PORTVERSION} diff --git a/graphics/grads/Makefile b/graphics/grads/Makefile index 66ab482861d8..24d92f64146b 100644 --- a/graphics/grads/Makefile +++ b/graphics/grads/Makefile @@ -3,7 +3,7 @@ PORTNAME= grads PORTVERSION= 1.9b4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics science math MASTER_SITES= ftp://grads.iges.org/grads/1.9/:src \ ftp://cola.gmu.edu/grads/1.9/:src \ diff --git a/graphics/libgphoto2/Makefile b/graphics/libgphoto2/Makefile index 1909c2c3a6a1..d02ff0b697a9 100644 --- a/graphics/libgphoto2/Makefile +++ b/graphics/libgphoto2/Makefile @@ -3,6 +3,7 @@ PORTNAME= libgphoto2 PORTVERSION= 2.5.10 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION} diff --git a/graphics/libpuzzle/Makefile b/graphics/libpuzzle/Makefile index 0bfc5d5c0dcb..8631d08431da 100644 --- a/graphics/libpuzzle/Makefile +++ b/graphics/libpuzzle/Makefile @@ -2,7 +2,7 @@ PORTNAME= libpuzzle PORTVERSION= 0.11 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= graphics MASTER_SITES= ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/ diff --git a/graphics/libsixel/Makefile b/graphics/libsixel/Makefile index f4c24b74e49e..08a15605d2e1 100644 --- a/graphics/libsixel/Makefile +++ b/graphics/libsixel/Makefile @@ -2,6 +2,7 @@ PORTNAME= libsixel PORTVERSION= 1.6.1 +PORTREVISION= 1 DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= graphics diff --git a/graphics/lua-gd/Makefile b/graphics/lua-gd/Makefile index fa00e35349a4..983550b1e32c 100644 --- a/graphics/lua-gd/Makefile +++ b/graphics/lua-gd/Makefile @@ -3,7 +3,7 @@ PORTNAME= lua-gd PORTVERSION= 2.0.33r2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://files.luaforge.net/releases/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}forLua5.1/ diff --git a/graphics/mapserver/Makefile b/graphics/mapserver/Makefile index ed167da594e3..bf55fc1fee75 100644 --- a/graphics/mapserver/Makefile +++ b/graphics/mapserver/Makefile @@ -3,7 +3,7 @@ PORTNAME= mapserver PORTVERSION= 7.0.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics www geography MASTER_SITES= http://download.osgeo.org/mapserver/ diff --git a/graphics/mscgen/Makefile b/graphics/mscgen/Makefile index d1b96cb3f8a4..3481dc6a552f 100644 --- a/graphics/mscgen/Makefile +++ b/graphics/mscgen/Makefile @@ -3,7 +3,7 @@ PORTNAME= mscgen PORTVERSION= 0.20 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://www.mcternan.me.uk/mscgen/software/ \ http://romain.blogreen.org/distfiles/ diff --git a/graphics/php-libpuzzle/Makefile b/graphics/php-libpuzzle/Makefile index f5c1c3c96a12..2f0539e4e143 100644 --- a/graphics/php-libpuzzle/Makefile +++ b/graphics/php-libpuzzle/Makefile @@ -3,7 +3,7 @@ PORTNAME= libpuzzle PORTVERSION= 0.11 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://download.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/release/ \ ftp://ftp.pureftpd.org/pub/pure-ftpd/misc/libpuzzle/releases/ diff --git a/graphics/php5-ffmpeg/Makefile b/graphics/php5-ffmpeg/Makefile index a5513b738e26..84572d0179fe 100644 --- a/graphics/php5-ffmpeg/Makefile +++ b/graphics/php5-ffmpeg/Makefile @@ -3,6 +3,7 @@ PORTNAME= ffmpeg PORTVERSION= 0.6.0.20120114 +PORTREVISION= 1 DISTVERSIONPREFIX= php- CATEGORIES= graphics MASTER_SITES= LOCAL/sunpoet diff --git a/graphics/phplot/Makefile b/graphics/phplot/Makefile index 8f7f3fd496a0..e377a4139925 100644 --- a/graphics/phplot/Makefile +++ b/graphics/phplot/Makefile @@ -3,6 +3,7 @@ PORTNAME= phplot PORTVERSION= 6.2.0 +PORTREVISION= 1 CATEGORIES= graphics www MASTER_SITES= SF \ SF/${PORTNAME}/Manual/20130511:source2 diff --git a/graphics/png2html/Makefile b/graphics/png2html/Makefile index 62c630a9aa06..f2eb7f606932 100644 --- a/graphics/png2html/Makefile +++ b/graphics/png2html/Makefile @@ -3,7 +3,7 @@ PORTNAME= png2html PORTVERSION= 1.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= http://www.engr.mun.ca/~holden/ diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile index 4261845503c4..1bbb67c2776b 100644 --- a/graphics/pstoedit/Makefile +++ b/graphics/pstoedit/Makefile @@ -3,7 +3,7 @@ PORTNAME= pstoedit PORTVERSION= 3.70 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics print MASTER_SITES= SF diff --git a/graphics/py-gd/Makefile b/graphics/py-gd/Makefile index 8cdc87730133..e3dba8c5667c 100644 --- a/graphics/py-gd/Makefile +++ b/graphics/py-gd/Makefile @@ -3,6 +3,7 @@ PORTNAME= gd PORTVERSION= 0.59 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/graphics/raster3d/Makefile b/graphics/raster3d/Makefile index 892e66d73302..91277314d173 100644 --- a/graphics/raster3d/Makefile +++ b/graphics/raster3d/Makefile @@ -3,7 +3,7 @@ PORTNAME= raster3d PORTVERSION= 3.0.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics biology MASTER_SITES= http://skuld.bmsc.washington.edu/${PORTNAME}/ DISTNAME= Raster3D_${PORTVERSION:R}-${PORTVERSION:E} diff --git a/graphics/rayshade/Makefile b/graphics/rayshade/Makefile index 7a6c2cf2a93b..64cd2b149ef8 100644 --- a/graphics/rayshade/Makefile +++ b/graphics/rayshade/Makefile @@ -20,7 +20,7 @@ LICENSE_NAME= Rayshade license LICENSE_FILE= ${WRKSRC}/Doc/Copyright LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept -BUILD_DEPENDS= $(LOCALBASE)/lib/librle.a:graphics/urt +BUILD_DEPENDS= ${LOCALBASE}/lib/librle.a:graphics/urt WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION:R} diff --git a/graphics/repng2jpeg/Makefile b/graphics/repng2jpeg/Makefile index 3f03bb8649ea..d2a2fd122442 100644 --- a/graphics/repng2jpeg/Makefile +++ b/graphics/repng2jpeg/Makefile @@ -3,6 +3,7 @@ PORTNAME= repng2jpeg PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://bsdforge.com/projects/source/graphics/repng2jpeg/ diff --git a/graphics/ruby-gd/Makefile b/graphics/ruby-gd/Makefile index 0ec133b7c1ab..3910ab0d39d2 100644 --- a/graphics/ruby-gd/Makefile +++ b/graphics/ruby-gd/Makefile @@ -3,7 +3,7 @@ PORTNAME= gd PORTVERSION= 0.8.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics ruby MASTER_SITES= ftp://ftp.jp.vim.org/pub/distfiles/ruby/ \ http://www.mmnt.net/db/0/8/ftp.jp.vim.org/pub/distfiles/ruby/ diff --git a/graphics/rubygem-gd2/Makefile b/graphics/rubygem-gd2/Makefile index 3c0b204fc549..469aa9ae9cc8 100644 --- a/graphics/rubygem-gd2/Makefile +++ b/graphics/rubygem-gd2/Makefile @@ -3,7 +3,7 @@ PORTNAME= gd2 PORTVERSION= 1.1.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics rubygems MASTER_SITES= RG diff --git a/graphics/sane-epkowa/Makefile b/graphics/sane-epkowa/Makefile index 9d0562e452d2..ddcf2e198e44 100644 --- a/graphics/sane-epkowa/Makefile +++ b/graphics/sane-epkowa/Makefile @@ -75,7 +75,7 @@ CONFIGURE_ARGS+=--prefix=${PREFIX} LDFLAGS="-L${PREFIX}/lib -lgetline" CPPFLAGS= .include -.if $(PORTVERSION) != "2.15.0" +.if ${PORTVERSION} != "2.15.0" do-patch: # nothing to do do-build: diff --git a/graphics/scr2png/Makefile b/graphics/scr2png/Makefile index ae0ab3378c7c..b89d51518256 100644 --- a/graphics/scr2png/Makefile +++ b/graphics/scr2png/Makefile @@ -3,7 +3,7 @@ PORTNAME= scr2png PORTVERSION= 1.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= LOCAL/nik diff --git a/graphics/zimg/Makefile b/graphics/zimg/Makefile index 7cb78655cafc..bdd87dbb4400 100644 --- a/graphics/zimg/Makefile +++ b/graphics/zimg/Makefile @@ -3,7 +3,7 @@ PORTNAME= zimg PORTVERSION= 5.0.0 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/irc/hexchat/Makefile b/irc/hexchat/Makefile index 40825be1e55b..a721c6a2f289 100644 --- a/irc/hexchat/Makefile +++ b/irc/hexchat/Makefile @@ -2,25 +2,30 @@ # $FreeBSD$ PORTNAME= hexchat -PORTVERSION= 2.10.2 +PORTVERSION= 2.12.1 CATEGORIES= irc gnome ipv6 MASTER_SITES= http://dl.hexchat.net/${PORTNAME}/ -MAINTAINER= serio.jeffrey@gmail.com +MAINTAINER= pkubaj@anongoth.pl COMMENT= IRC chat program with GTK and Text Frontend -LICENSE= GPLv2 +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libproxy.so:net/libproxy +LIB_DEPENDS= libproxy.so:net/libproxy \ + libfontconfig.so:x11-fonts/fontconfig \ + libdbus-1.so:devel/dbus \ + libfreetype.so:print/freetype2 -USES= gmake desktop-file-utils libtool pkgconfig tar:xz -USE_GNOME= gtk20 intltool libxml2 +USES= gmake desktop-file-utils libtool pkgconfig tar:xz ssl +USE_GNOME= cairo gtk20 intltool libxml2 +USE_XORG= x11 GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-openssl --enable-gtkfe --disable-sysinfo \ - --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig + --with-pkgconfigdir=${LOCALBASE}/libdata/pkgconfig \ + LUA=lua-${LUA_VER} INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -USE_OPENSSL= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lX11 @@ -29,7 +34,7 @@ SUB_FILES= pkg-message PORTDOCS= * -OPTIONS_DEFINE= CA_BUNDLE CANBERRA DBUS DOAT DOCS FISHLIM NLS NOTIFY \ +OPTIONS_DEFINE= CA_BUNDLE CANBERRA DBUS DOAT DOCS FISHLIM LUA NLS NOTIFY \ PERL PYTHON SOCKS TEXTFE OPTIONS_DEFAULT= CA_BUNDLE CANBERRA DBUS NOTIFY PERL PYTHON @@ -45,21 +50,27 @@ SOCKS_DESC= SOCKS proxy support, FORBIDDEN in FreeBSD 10+ CA_BUNDLE_RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss CANBERRA_LIB_DEPENDS= libcanberra.so:audio/libcanberra -CANBERRA_CONFIGURE_ENABLE= libcanberra +CANBERRA_CONFIGURE_ENABLE=libcanberra DBUS_LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib DBUS_CONFIGURE_ENABLE= dbus +DBUS_USE= GNOME=gconf2 DOAT_CONFIGURE_ENABLE= doat -FISHLIM_CONFIGURE_ENABLE= fishlim +FISHLIM_CONFIGURE_ENABLE=fishlim +LUA_CONFIGURE_ENABLE= lua +LUA_USES= lua +LUA_USE= GCC=any NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext NLS_USES_OFF= gettext-tools # doesn't build otherwise NOTIFY_RUN_DEPENDS= notify-send:devel/libnotify -NOTIFY_CONFIGURE_ENABLE= libnotify +NOTIFY_CONFIGURE_ENABLE=libnotify PERL_CONFIGURE_ENABLE= perl -PYTHON_CONFIGURE_ENABLE= python +PERL_USES= perl5 +PYTHON_CONFIGURE_ENABLE=python +PYTHON_USES= python SOCKS_LIB_DEPENDS= libsocks.so:net/dante SOCKS_CONFIGURE_ENABLE= socks -TEXTFE_CONFIGURE_ENABLE= textfe +TEXTFE_CONFIGURE_ENABLE=textfe .include @@ -73,28 +84,16 @@ CA_BUNDLE= "${LOCALBASE}/share/certs/ca-root-nss.crt" CA_BUNDLE= NULL .endif -.if ${PORT_OPTIONS:MPYTHON} -USES+= python -.endif - -.if ${PORT_OPTIONS:MPERL} -USES+= perl5 -.endif - -.if ${PORT_OPTIONS:MDBUS} -USE_GNOME+= gconf2 -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%CA_BUNDLE%%|${CA_BUNDLE}|' \ ${WRKSRC}/src/common/server.c post-install: - ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ + ${LN} -sf ../share/icons/hicolor/48x48/apps/${PORTNAME}.png \ ${STAGEDIR}${PREFIX}/share/pixmaps/ -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/*.md ${STAGEDIR}${DOCSDIR} -.endif .include diff --git a/irc/hexchat/distinfo b/irc/hexchat/distinfo index 4ed169e71114..abd75fcb158a 100644 --- a/irc/hexchat/distinfo +++ b/irc/hexchat/distinfo @@ -1,2 +1,3 @@ -SHA256 (hexchat-2.10.2.tar.xz) = 87ebf365c576656fa3f23f51d319b3a6d279e4a932f2f8961d891dd5a5e1b52c -SIZE (hexchat-2.10.2.tar.xz) = 1529732 +TIMESTAMP = 1468413582 +SHA256 (hexchat-2.12.1.tar.xz) = 5201b0c6d17dcb8c2cb79e9c39681f8e052999ba8f7b5986d5c1e7dc68fa7c6b +SIZE (hexchat-2.12.1.tar.xz) = 1585532 diff --git a/japanese/Makefile b/japanese/Makefile index af187fa0e000..441a589d10ff 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -65,6 +65,7 @@ SUBDIR += font-ayu20 SUBDIR += font-elisa10 SUBDIR += font-elisa8 + SUBDIR += font-genshingothic SUBDIR += font-ipa SUBDIR += font-ipa-uigothic SUBDIR += font-ipaex diff --git a/japanese/font-genshingothic/Makefile b/japanese/font-genshingothic/Makefile new file mode 100644 index 000000000000..0fd08684f144 --- /dev/null +++ b/japanese/font-genshingothic/Makefile @@ -0,0 +1,46 @@ +# $FreeBSD$ + +PORTNAME= genshingothic +PORTVERSION= 20150607 +#PORTREVISION= 0 +CATEGORIES= japanese x11-fonts +MASTER_SITES= SOURCEFORGE_JP +MASTER_SITE_SUBDIR=users/8/8634 +PKGNAMEPREFIX= ja-font- + +MAINTAINER= ume@FreeBSD.org +COMMENT= GenShinGothic Japanese TrueType fonts + +LICENSE= OFL11 + +USES= 7z fonts:fc +FONTNAME= genshingothic +NO_ARCH= yes +NO_BUILD= yes +PKGINSTALL= ${WRKDIR}/pkg-install +PKGDEINSTALL= ${WRKDIR}/pkg-install +SUB_FILES= pkg-install +NO_WRKSUBDIR= yes +PORTDOCS= * + +OPTIONS_DEFINE= DOCS + +do-install: + ${MKDIR} ${STAGEDIR}${FONTSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} *.ttf ${STAGEDIR}${FONTSDIR} + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail \ + ${STAGEDIR}${PREFIX}/etc/fonts/conf.d + ${INSTALL_DATA} ${FILESDIR}/20-unhint-${PORTNAME}.conf \ + ${FILESDIR}/62-fonts-${PORTNAME}.conf \ + ${STAGEDIR}${PREFIX}/etc/fonts/conf.avail + ${LN} -s -f ../conf.avail/20-unhint-${PORTNAME}.conf \ + ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/20-unhint-${PORTNAME}.conf + ${LN} -s -f ../conf.avail/62-fonts-${PORTNAME}.conf \ + ${STAGEDIR}${PREFIX}/etc/fonts/conf.d/62-fonts-${PORTNAME}.conf + +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} \ + "! -name *\.ttf" + +.include diff --git a/japanese/font-genshingothic/distinfo b/japanese/font-genshingothic/distinfo new file mode 100644 index 000000000000..ef2e035f5e34 --- /dev/null +++ b/japanese/font-genshingothic/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1469085683 +SHA256 (genshingothic-20150607.7z) = df357a6c0fc469698a8b13a43b4a9b924f074c6cc83c98c63db0afbcb6fac603 +SIZE (genshingothic-20150607.7z) = 16803266 diff --git a/japanese/font-genshingothic/files/20-unhint-genshingothic.conf b/japanese/font-genshingothic/files/20-unhint-genshingothic.conf new file mode 100644 index 000000000000..85839b97e462 --- /dev/null +++ b/japanese/font-genshingothic/files/20-unhint-genshingothic.conf @@ -0,0 +1,75 @@ + + + + + + + + Gen Shin Gothic Bold + + + Gen Shin Gothic ExtraLight + + + Gen Shin Gothic Heavy + + + Gen Shin Gothic Light + + + Gen Shin Gothic Medium + + + Gen Shin Gothic Normal + + + Gen Shin Gothic Regular + + + Gen Shin Gothic Monospace Bold + + + Gen Shin Gothic Monospace ExtraLight + + + Gen Shin Gothic Monospace Heavy + + + Gen Shin Gothic Monospace Light + + + Gen Shin Gothic Monospace Medium + + + Gen Shin Gothic Monospace Normal + + + Gen Shin Gothic Monospace Regular + + + Gen Shin Gothic P Bold + + + Gen Shin Gothic P ExtraLight + + + Gen Shin Gothic P Heavy + + + Gen Shin Gothic P Light + + + Gen Shin Gothic P Medium + + + Gen Shin Gothic P Normal + + + Gen Shin Gothic P Regular + + + + false + + + diff --git a/japanese/font-genshingothic/files/62-fonts-genshingothic.conf b/japanese/font-genshingothic/files/62-fonts-genshingothic.conf new file mode 100644 index 000000000000..84edab824627 --- /dev/null +++ b/japanese/font-genshingothic/files/62-fonts-genshingothic.conf @@ -0,0 +1,36 @@ + + + + + + sans-serif + + Gen Shin Gothic Regular + Gen Shin Gothic Normal + Gen Shin Gothic Medium + Gen Shin Gothic Light + Gen Shin Gothic Bold + Gen Shin Gothic ExtraLight + Gen Shin Gothic Heavy + Gen Shin Gothic P Regular + Gen Shin Gothic P Normal + Gen Shin Gothic P Medium + Gen Shin Gothic P Light + Gen Shin Gothic P Bold + Gen Shin Gothic P ExtraLight + Gen Shin Gothic P Heavy + + + + monospace + + Gen Shin Gothic Monospace Regular + Gen Shin Gothic Monospace Normal + Gen Shin Gothic Monospace Medium + Gen Shin Gothic Monospace Light + Gen Shin Gothic Monospace Bold + Gen Shin Gothic Monospace ExtraLight + Gen Shin Gothic Monospace Heavy + + + diff --git a/japanese/font-genshingothic/files/pkg-install.in b/japanese/font-genshingothic/files/pkg-install.in new file mode 100644 index 000000000000..2a0359cb5a93 --- /dev/null +++ b/japanese/font-genshingothic/files/pkg-install.in @@ -0,0 +1,124 @@ +#!/bin/sh +# $FreeBSD$ + +catfontsdir() +{ + while read _IN + do + case "${_IN}" in + *"-adobe-gen shin gothic"*|[0-9]*|"") ;; + *) echo ${_IN} ;; + esac + done +} + +ROMA="" +BOLD="ds=y" +ITAL="ai=0.15" +OBLI="ai=0.15" +RITA="ai=0.08" +ROBL="ai=0.08" + +make_xlfd() +{ + _enc=$1 + _file=$2 + _vendor=$3 + _fname=$4 + _poc=$5 + _weight=$6 + + case "${_poc}:${_enc}" in + p:jisx0201.1976-*) PFIX="bw=0.5" ;; + c:jisx0201.1976-*) PFIX="bw=0.5" ;; + p:*) PFIX="" ;; + c:*) PFIX="" ;; + esac + + set -- "" ${_weight}-r \ + ${ITAL} ${_weight}-i \ + ${OBLI} ${_weight}-o \ + ${RITA} ${_weight}-ri \ + ${ROBL} ${_weight}-ro + while [ $# != 0 ]; do + _prefix="${PFIX}:$1"; shift + _variant=$1; shift + [ ${index_type} = "scale" -a ${_prefix} != ":" ] && continue + printf "%s:%s -%s-%s-%s-normal--0-0-0-0-%s-0-%s\n" \ + $_prefix $_file $_vendor "$_fname" $_variant $_poc $_enc + done | sed -e 's,::,:,g' -e 's,^:,,' +} + +addentries() +{ + for ENC in iso8859-1 iso10646-1 jisx0201.1976-0 jisx0208.1983-0 jisx0208.1990-0 jisx0208.1997-0 jisx0213.2004-1 + do + make_xlfd $ENC GenShinGothic-ExtraLight.ttf adobe "gen shin gothic" p thin + make_xlfd $ENC GenShinGothic-Light.ttf adobe "gen shin gothic" p extralight + make_xlfd $ENC GenShinGothic-Normal.ttf adobe "gen shin gothic" p light + make_xlfd $ENC GenShinGothic-Regular.ttf adobe "gen shin gothic" p book + make_xlfd $ENC GenShinGothic-Medium.ttf adobe "gen shin gothic" p medium + make_xlfd $ENC GenShinGothic-Bold.ttf adobe "gen shin gothic" p bold + make_xlfd $ENC GenShinGothic-Heavy.ttf adobe "gen shin gothic" p black + + make_xlfd $ENC GenShinGothic-P-ExtraLight.ttf adobe "gen shin gothic p" p thin + make_xlfd $ENC GenShinGothic-P-Light.ttf adobe "gen shin gothic p" p extralight + make_xlfd $ENC GenShinGothic-P-Normal.ttf adobe "gen shin gothic p" p light + make_xlfd $ENC GenShinGothic-P-Regular.ttf adobe "gen shin gothic p" p book + make_xlfd $ENC GenShinGothic-P-Medium.ttf adobe "gen shin gothic p" p medium + make_xlfd $ENC GenShinGothic-P-Bold.ttf adobe "gen shin gothic p" p bold + make_xlfd $ENC GenShinGothic-P-Heavy.ttf adobe "gen shin gothic p" p black + + make_xlfd $ENC GenShinGothic-Monospace-ExtraLight.ttf adobe "gen shin gothic monospace" c thin + make_xlfd $ENC GenShinGothic-Monospace-Light.ttf adobe "gen shin gothic monospace" c extralight + make_xlfd $ENC GenShinGothic-Monospace-Normal.ttf adobe "gen shin gothic monospace" c light + make_xlfd $ENC GenShinGothic-Monospace-Regular.ttf adobe "gen shin gothic monospace" c book + make_xlfd $ENC GenShinGothic-Monospace-Medium.ttf adobe "gen shin gothic monospace" c medium + make_xlfd $ENC GenShinGothic-Monospace-Bold.ttf adobe "gen shin gothic monospace" c bold + make_xlfd $ENC GenShinGothic-Monospace-Heavy.ttf adobe "gen shin gothic monospace" c black + done +} + +nfonts() +{ + _L=0; while read _IN; do _L=$((${_L}+1)); done; echo ${_L} +} + +install_fontsdir() +{ + index_type=${1:-"dir"} + index="fonts.${index_type}" + tmpfile="${index}.tmp" + touch ${index} + (catfontsdir < ${index}; addentries ${index_type}) > ${tmpfile} + nfonts < ${tmpfile} > ${index} + cat ${tmpfile} >> ${index} + rm -f ${tmpfile} +} + +deinstall_fontsdir() +{ + index_type=${1:-"dir"} + index="fonts.${index_type}" + tmpfile="${index}.tmp" + catfontsdir < ${index} > ${tmpfile} + nfonts < ${tmpfile} > ${index} + cat ${tmpfile} >> ${index} + rm -f ${tmpfile} + if [ -r ${index} -a $(wc -l < ${index}) = 1 ]; then + rm -f ${index} + fi +} + +case "$2" in +POST-INSTALL) + cd %%FONTSDIR%% + install_fontsdir dir + install_fontsdir scale + ;; +POST-DEINSTALL) + cd %%FONTSDIR%% + deinstall_fontsdir dir + deinstall_fontsdir scale + ;; +esac diff --git a/japanese/font-genshingothic/pkg-descr b/japanese/font-genshingothic/pkg-descr new file mode 100644 index 000000000000..938f16f7733c --- /dev/null +++ b/japanese/font-genshingothic/pkg-descr @@ -0,0 +1,3 @@ +GenShinGothic Japanese TrueType fonts + +WWW: http://jikasei.me/font/genshin/ diff --git a/japanese/font-genshingothic/pkg-plist b/japanese/font-genshingothic/pkg-plist new file mode 100644 index 000000000000..dc8bcaddbcc2 --- /dev/null +++ b/japanese/font-genshingothic/pkg-plist @@ -0,0 +1,23 @@ +etc/fonts/conf.avail/20-unhint-genshingothic.conf +etc/fonts/conf.avail/62-fonts-genshingothic.conf +%%FONTSDIR%%/GenShinGothic-Bold.ttf +%%FONTSDIR%%/GenShinGothic-ExtraLight.ttf +%%FONTSDIR%%/GenShinGothic-Heavy.ttf +%%FONTSDIR%%/GenShinGothic-Light.ttf +%%FONTSDIR%%/GenShinGothic-Medium.ttf +%%FONTSDIR%%/GenShinGothic-Monospace-Bold.ttf +%%FONTSDIR%%/GenShinGothic-Monospace-ExtraLight.ttf +%%FONTSDIR%%/GenShinGothic-Monospace-Heavy.ttf +%%FONTSDIR%%/GenShinGothic-Monospace-Light.ttf +%%FONTSDIR%%/GenShinGothic-Monospace-Medium.ttf +%%FONTSDIR%%/GenShinGothic-Monospace-Normal.ttf +%%FONTSDIR%%/GenShinGothic-Monospace-Regular.ttf +%%FONTSDIR%%/GenShinGothic-Normal.ttf +%%FONTSDIR%%/GenShinGothic-P-Bold.ttf +%%FONTSDIR%%/GenShinGothic-P-ExtraLight.ttf +%%FONTSDIR%%/GenShinGothic-P-Heavy.ttf +%%FONTSDIR%%/GenShinGothic-P-Light.ttf +%%FONTSDIR%%/GenShinGothic-P-Medium.ttf +%%FONTSDIR%%/GenShinGothic-P-Normal.ttf +%%FONTSDIR%%/GenShinGothic-P-Regular.ttf +%%FONTSDIR%%/GenShinGothic-Regular.ttf diff --git a/japanese/font-nasu/Makefile b/japanese/font-nasu/Makefile index 5bd129e50b34..3a5bc6053182 100644 --- a/japanese/font-nasu/Makefile +++ b/japanese/font-nasu/Makefile @@ -2,7 +2,7 @@ PORTNAME= nasu PORTVERSION= 20141215 -#PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= japanese x11-fonts MASTER_SITES= SOURCEFORGE_JP MASTER_SITE_SUBDIR=users/7/7587 @@ -14,10 +14,13 @@ COMMENT= Nasu Japanese TrueType fonts LICENSE= APACHE20 -USES= fonts zip +USES= fonts:fc zip FONTNAME= nasu NO_ARCH= yes NO_BUILD= yes +PKGINSTALL= ${WRKDIR}/pkg-install +PKGDEINSTALL= ${WRKDIR}/pkg-install +SUB_FILES= pkg-install WRKSRC= ${WRKDIR}/${DISTNAME:C/-//} PORTDOCS= * diff --git a/japanese/font-nasu/files/pkg-install.in b/japanese/font-nasu/files/pkg-install.in new file mode 100644 index 000000000000..5d1c3f4ee568 --- /dev/null +++ b/japanese/font-nasu/files/pkg-install.in @@ -0,0 +1,105 @@ +#!/bin/sh +# $FreeBSD$ + +catfontsdir() +{ + while read _IN + do + case "${_IN}" in + *-adobe-nasu-*|*-adobe-nasum-*|[0-9]*|"") ;; + *) echo ${_IN} ;; + esac + done +} + +ROMA="" +BOLD="ds=y" +ITAL="ai=0.15" +OBLI="ai=0.15" +RITA="ai=0.08" +ROBL="ai=0.08" + +make_xlfd() +{ + _enc=$1 + _file=$2 + _vendor=$3 + _fname=$4 + _poc=$5 + _weight=$6 + + case "${_poc}:${_enc}" in + p:jisx0201.1976-*) PFIX="bw=0.5" ;; + c:jisx0201.1976-*) PFIX="bw=0.5" ;; + p:*) PFIX="" ;; + c:*) PFIX="" ;; + esac + + set -- "" ${_weight}-r \ + ${ITAL} ${_weight}-i \ + ${OBLI} ${_weight}-o \ + ${RITA} ${_weight}-ri \ + ${ROBL} ${_weight}-ro + while [ $# != 0 ]; do + _prefix="${PFIX}:$1"; shift + _variant=$1; shift + [ ${index_type} = "scale" -a ${_prefix} != ":" ] && continue + printf "%s:%s -%s-%s-%s-normal--0-0-0-0-%s-0-%s\n" \ + $_prefix $_file $_vendor "$_fname" $_variant $_poc $_enc + done | sed -e 's,::,:,g' -e 's,^:,,' +} + +addentries() +{ + for ENC in iso8859-1 iso10646-1 jisx0201.1976-0 jisx0208.1983-0 jisx0208.1990-0 jisx0208.1997-0 jisx0213.2004-1 + do + make_xlfd $ENC Nasu-Regular-20141215.ttf adobe "nasu" p medium + make_xlfd $ENC Nasu-Bold-20141215.ttf adobe "nasu" p bold + make_xlfd $ENC NasuM-Regular-20141215.ttf adobe "nasum" c medium + make_xlfd $ENC NasuM-Bold-20141215.ttf adobe "nasum" c bold + done +} + +nfonts() +{ + _L=0; while read _IN; do _L=$((${_L}+1)); done; echo ${_L} +} + +install_fontsdir() +{ + index_type=${1:-"dir"} + index="fonts.${index_type}" + tmpfile="${index}.tmp" + touch ${index} + (catfontsdir < ${index}; addentries ${index_type}) > ${tmpfile} + nfonts < ${tmpfile} > ${index} + cat ${tmpfile} >> ${index} + rm -f ${tmpfile} +} + +deinstall_fontsdir() +{ + index_type=${1:-"dir"} + index="fonts.${index_type}" + tmpfile="${index}.tmp" + catfontsdir < ${index} > ${tmpfile} + nfonts < ${tmpfile} > ${index} + cat ${tmpfile} >> ${index} + rm -f ${tmpfile} + if [ -r ${index} -a $(wc -l < ${index}) = 1 ]; then + rm -f ${index} + fi +} + +case "$2" in +POST-INSTALL) + cd %%FONTSDIR%% + install_fontsdir dir + install_fontsdir scale + ;; +POST-DEINSTALL) + cd %%FONTSDIR%% + deinstall_fontsdir dir + deinstall_fontsdir scale + ;; +esac diff --git a/japanese/kinput2/Makefile b/japanese/kinput2/Makefile index 6dfb5e35e81a..afdcd779ef7f 100644 --- a/japanese/kinput2/Makefile +++ b/japanese/kinput2/Makefile @@ -32,23 +32,23 @@ WNN6_DESC= Wnn6 support WNN6_LIB_DEPENDS= libwnn6.so:japanese/Wnn6-lib WNN6_CONF= '\#define UseWnn' \ '\#define UseWnn6' \ - WNNINCDIR=$(LOCALBASE)/include/wnn6/wnn \ - WNNLIB="-L$(LOCALBASE)/lib -lwnn6 -lcrypt" + WNNINCDIR=${LOCALBASE}/include/wnn6/wnn \ + WNNLIB="-L${LOCALBASE}/lib -lwnn6 -lcrypt" WNN6_PLIST_FILES= ${WNN_PLIST_FILES} WNN7_DESC= Wnn7 support WNN7_LIB_DEPENDS= libwnn7.so:japanese/Wnn7-lib WNN7_CONF= '\#define UseWnn' \ '\#define UseWnn6' \ - WNNINCDIR=$(LOCALBASE)/include/wnn7/wnn \ - WNNLIB="-L$(LOCALBASE)/lib -lwnn7 -lcrypt" + WNNINCDIR=${LOCALBASE}/include/wnn7/wnn \ + WNNLIB="-L${LOCALBASE}/lib -lwnn7 -lcrypt" WNN7_PLIST_FILES= ${WNN_PLIST_FILES} FREEWNN_DESC= FreeWnn support FREEWNN_LIB_DEPENDS= libwnn.so:japanese/FreeWnn-lib FREEWNN_CONF= '\#define UseWnn' \ - WNNINCDIR=$(LOCALBASE)/include/wnn \ - WNNLIB="-L$(LOCALBASE)/lib -lwnn -lcrypt" + WNNINCDIR=${LOCALBASE}/include/wnn \ + WNNLIB="-L${LOCALBASE}/lib -lwnn -lcrypt" FREEWNN_PLIST_FILES= ${WNN_PLIST_FILES} SJ3_DESC= SJ3 support diff --git a/japanese/xtr/Makefile b/japanese/xtr/Makefile index bfde14b68430..d641811f8584 100644 --- a/japanese/xtr/Makefile +++ b/japanese/xtr/Makefile @@ -23,7 +23,7 @@ OPTIONS_DEFINE= DOCS post-extract: @${ECHO_MSG} "===> Converting Kanji code for ${DISTNAME}" - @(cd ${WRKSRC} && $(SH) EUCsetup ) + @(cd ${WRKSRC} && ${SH} EUCsetup ) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/xtr ${STAGEDIR}${PREFIX}/bin/xtr diff --git a/lang/fpc/Makefile b/lang/fpc/Makefile index 11a414029e02..5d2391c4dacf 100644 --- a/lang/fpc/Makefile +++ b/lang/fpc/Makefile @@ -4,7 +4,7 @@ PORTNAME= fpc DISTVERSIONPREFIX= release_ DISTVERSION= 3_0_0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= lang MASTER_SITES= http://leaf.dragonflybsd.org/~marino/dports-src/:DragonFlybootstrap \ LOCAL/acm/freepascal/:bootstrap \ diff --git a/lang/php55-extensions/Makefile b/lang/php55-extensions/Makefile index 28612be5a954..99aa82e39add 100644 --- a/lang/php55-extensions/Makefile +++ b/lang/php55-extensions/Makefile @@ -10,7 +10,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT= "meta-port" to install PHP extensions USES= metaport php -PHP_DEFAULT= 5.5 +PHP_VER= 55 IGNORE_WITH_PHP=56 70 OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA \ diff --git a/lang/php55/Makefile b/lang/php55/Makefile index 4000feecd63b..b762c68723e0 100644 --- a/lang/php55/Makefile +++ b/lang/php55/Makefile @@ -11,6 +11,9 @@ DISTNAME= php-${PORTVERSION} MAINTAINER= ale@FreeBSD.org COMMENT= PHP Scripting Language +DEPRECATED= EOL upstream since 10 Jul 2016 +EXPIRATION_DATE= 2016-08-20 + LICENSE= PHP301 USES+= tar:bzip2 cpe @@ -94,7 +97,7 @@ IGNORE= doesn't install the Apache module anymore:\ .if defined(PKGNAMEPREFIX) USES+= php -PHP_DEFAULT= 5.5 +PHP_VER= 55 IGNORE_WITH_PHP=53 54 5 USE_APACHE= 22+ .include "${PORTSDIR}/Mk/bsd.apache.mk" diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext index 210c6ec59c53..94d9d683c75a 100644 --- a/lang/php55/Makefile.ext +++ b/lang/php55/Makefile.ext @@ -2,7 +2,7 @@ COMMENT= The ${PHP_MODNAME} shared extension for php USES+= php:ext PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} -PHP_DEFAULT= 5.5 +PHP_VER= 55 IGNORE_WITH_PHP= 56 70 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} diff --git a/lang/php56-extensions/Makefile b/lang/php56-extensions/Makefile index 11220cac519e..4b6e4555ae7b 100644 --- a/lang/php56-extensions/Makefile +++ b/lang/php56-extensions/Makefile @@ -10,7 +10,7 @@ MAINTAINER= ale@FreeBSD.org COMMENT= "meta-port" to install PHP extensions USES= metaport php -PHP_DEFAULT= 5.6 +PHP_VER= 56 IGNORE_WITH_PHP= 55 70 OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA \ diff --git a/lang/php70-extensions/Makefile b/lang/php70-extensions/Makefile index f7313fa36246..10096df8f281 100644 --- a/lang/php70-extensions/Makefile +++ b/lang/php70-extensions/Makefile @@ -10,7 +10,7 @@ MAINTAINER= miwi@FreeBSD.org COMMENT= "meta-port" to install PHP extensions USES= metaport php -PHP_DEFAULT= 7.0 +PHP_VER= 70 IGNORE_WITH_PHP= 55 56 OPTIONS_DEFINE= BCMATH BZ2 CALENDAR CTYPE CURL DBA \ diff --git a/lang/php70/Makefile b/lang/php70/Makefile index 5dcd655ac98e..991001a54e15 100644 --- a/lang/php70/Makefile +++ b/lang/php70/Makefile @@ -84,7 +84,7 @@ CONFIGURE_ARGS+=--enable-fpm \ .if defined(PKGNAMEPREFIX) USES+= php -PHP_DEFAULT= 7.0 +PHP_VER= 70 IGNORE_WITH_PHP= 55 56 USE_APACHE= 22+ .include "${PORTSDIR}/Mk/bsd.apache.mk" diff --git a/lang/php70/Makefile.ext b/lang/php70/Makefile.ext index 2d1b83128c47..aa3d3c58977b 100644 --- a/lang/php70/Makefile.ext +++ b/lang/php70/Makefile.ext @@ -2,7 +2,7 @@ COMMENT= The ${PHP_MODNAME} shared extension for php USES+= php:ext PHP_MODNAME= ${PKGNAMESUFFIX:S/-//} -PHP_DEFAULT= 7.0 +PHP_VER= 70 IGNORE_WITH_PHP= 55 56 EXTSUBDIR= ${DISTNAME}/ext/${PHP_MODNAME} diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile index 4dc8887572fe..3665e7531e8e 100644 --- a/lang/pypy/Makefile +++ b/lang/pypy/Makefile @@ -1,11 +1,11 @@ # Created by: David Naylor # $FreeBSD$ -PORTNAME= pypy -PORTVERSION= 5.1.1 # Also update bsd.pypy.cffi.mk +PORTNAME?= pypy +PORTVERSION?= 5.3.1 # Also update bsd.pypy.cffi.mk CATEGORIES= lang python MASTER_SITES= https://bitbucket.org/pypy/pypy/downloads/ -DISTVERSIONSUFFIX= -src +DISTNAME?= ${PORTNAME}2-v${PORTVERSION}-src MAINTAINER= python@FreeBSD.org COMMENT= Fast, compliant implementation of the Python language @@ -28,26 +28,34 @@ PYPY_DESC= Use PyPy to translate (fastest, highest memory usage) PYPY_MINMEM_DESC= Use PyPy to translate (lowest memory usage) TRANS_DESC= Translation method LOCALBASE?= /usr/local -.if exists(${LOCALBASE}/bin/pypy) +.if exists(${LOCALBASE}/bin/pypy) || ${PORTNAME} != pypy OPTIONS_DEFAULT= PYPY_MINMEM OPTIONS_SINGLE_TRANS+= PYPY PYPY_MINMEM .else OPTIONS_SLAVE= PYTHON .endif -CONFLICTS_INSTALL= pypy3-[0-9]* +CONFLICTS_INSTALL?= pypy3-[0-9]* ALL_TARGET= pypy-c -BUILD_WRKSRC= ${WRKDIR}/build/usession-release-${PORTVERSION:C/0\.0/0/}-0/testing_1 +BUILD_WRKSRC?= ${WRKDIR}/build/usession-release-pypy2.7-v${PORTVERSION}-0/testing_1 MAKE_ENV+= PYPY_LOCALBASE=${LOCALBASE} USE_LDCONFIG= ${PREFIX}/${PYPY_DIR}/bin USES= gettext-runtime gmake tar:bzip2 +.if ${PORTNAME} != pypy +PYPY_BUILD_DEPENDS= pypy:lang/pypy +PYPY_MINMEM_DEPENDS= pypy:lang/pypy +.endif PYPY_VARS= PYTHON_CMD=${LOCALBASE}/bin/pypy PYPY_MINMEM_VARS= PYTHON_CMD="${SETENV} PYPY_GC_MAX_DELTA=200MB ${LOCALBASE}/bin/pypy --jit loop_longevity=300" PYTHON_USES= python:2,build -.include ".${CURDIR}/bsd.pypy.mk" +DISTINFO_FILE= ${.CURDIR}/distinfo +MASTERDIR?= ${.CURDIR} +PLIST= ${.CURDIR}/pkg-plist + +.include "${MASTERDIR}/bsd.pypy.mk" .include .if ${ARCH} == "i386" || ${ARCH} == "armv6" @@ -75,6 +83,9 @@ do-install: --without-gdbm --without-sqlite3 --without-tk ${EXTRACT_CMD} -C ${STAGEDIR}${PREFIX} -xf ${WRKDIR}/build/${PYPY_DIR}.tar.bz2 ${LN} -fs ../${PYPY_DIR}/bin/pypy ${STAGEDIR}${PREFIX}/bin/pypy +.for cffi in curses resource audioop syslog pwdgrp + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${PYPY_DIR}/lib_pypy/_${cffi}_cffi.pypy-${PYPY_CFFI_VER}.so +.endfor do-test: # See https://bitbucket.org/pypy/buildbot/src/default/bot2/pypybuildbot/builds.py?at=default#builds.py-386 diff --git a/lang/pypy/bsd.pypy.cffi.mk b/lang/pypy/bsd.pypy.cffi.mk index 4e91f964c76f..cd68a1530475 100644 --- a/lang/pypy/bsd.pypy.cffi.mk +++ b/lang/pypy/bsd.pypy.cffi.mk @@ -10,7 +10,7 @@ PLIST_FILES= %%PYPY_DIR%%/lib_pypy/${CFFI_MODULE}_cffi.pypy-%%PYPY_CFFI_VER%%.so CFFI_MODULE?= _${PORTNAME} -PYTHON_PORTVERSION= 5.1.1 +PYTHON_PORTVERSION?= 5.3.1 PYTHON_PKGNAMEPREFIX= pypy- PYTHON_CMD= ${LOCALBASE}/bin/pypy diff --git a/lang/pypy/bsd.pypy.mk b/lang/pypy/bsd.pypy.mk index 9174f525b287..4b5c0d319077 100644 --- a/lang/pypy/bsd.pypy.mk +++ b/lang/pypy/bsd.pypy.mk @@ -1,7 +1,9 @@ # $FreeBSD$ +.if !defined(LICENSE) LICENSE= MIT PSFL LICENSE_COMB= multi +.endif USES+= compiler:c11 diff --git a/lang/pypy/distinfo b/lang/pypy/distinfo index 1425a9ba0037..f8dee0944fea 100644 --- a/lang/pypy/distinfo +++ b/lang/pypy/distinfo @@ -1,2 +1,3 @@ -SHA256 (pypy-5.1.1-src.tar.bz2) = ca3d943d7fbd78bb957ee9e5833ada4bb8506ac99a41b7628790e286a65ed2be -SIZE (pypy-5.1.1-src.tar.bz2) = 17328934 +TIMESTAMP = 1468993501 +SHA256 (pypy2-v5.3.1-src.tar.bz2) = 31a52bab584abf3a0f0defd1bf9a29131dab08df43885e7eeddfc7dc9b71836e +SIZE (pypy2-v5.3.1-src.tar.bz2) = 17361760 diff --git a/lang/pypy/pkg-plist b/lang/pypy/pkg-plist index 39cbad5f6d0e..4e945919b5b4 100644 --- a/lang/pypy/pkg-plist +++ b/lang/pypy/pkg-plist @@ -6,10 +6,18 @@ bin/pypy %%PYPY_DIR%%/include/PyPy.h %%PYPY_DIR%%/include/Python.h %%PYPY_DIR%%/include/README +%%PYPY_DIR%%/include/_numpypy/numpy/__multiarray_api.h +%%PYPY_DIR%%/include/_numpypy/numpy/arrayobject.h +%%PYPY_DIR%%/include/_numpypy/numpy/ndarraytypes.h +%%PYPY_DIR%%/include/_numpypy/numpy/npy_3kcompat.h +%%PYPY_DIR%%/include/_numpypy/numpy/npy_common.h +%%PYPY_DIR%%/include/_numpypy/numpy/old_defines.h %%PYPY_DIR%%/include/abstract.h %%PYPY_DIR%%/include/boolobject.h %%PYPY_DIR%%/include/bufferobject.h +%%PYPY_DIR%%/include/bytearrayobject.h %%PYPY_DIR%%/include/bytesobject.h +%%PYPY_DIR%%/include/cStringIO.h %%PYPY_DIR%%/include/ceval.h %%PYPY_DIR%%/include/code.h %%PYPY_DIR%%/include/compile.h @@ -26,15 +34,11 @@ bin/pypy %%PYPY_DIR%%/include/intobject.h %%PYPY_DIR%%/include/listobject.h %%PYPY_DIR%%/include/longintrepr.h +%%PYPY_DIR%%/include/longobject.h +%%PYPY_DIR%%/include/memoryobject.h %%PYPY_DIR%%/include/methodobject.h %%PYPY_DIR%%/include/missing.h %%PYPY_DIR%%/include/modsupport.h -%%PYPY_DIR%%/include/numpy/__multiarray_api.h -%%PYPY_DIR%%/include/numpy/arrayobject.h -%%PYPY_DIR%%/include/numpy/ndarraytypes.h -%%PYPY_DIR%%/include/numpy/npy_3kcompat.h -%%PYPY_DIR%%/include/numpy/npy_common.h -%%PYPY_DIR%%/include/numpy/old_defines.h %%PYPY_DIR%%/include/object.h %%PYPY_DIR%%/include/patchlevel.h %%PYPY_DIR%%/include/pycapsule.h @@ -2084,7 +2088,7 @@ bin/pypy %%PYPY_DIR%%/lib_pypy/_pypy_testcapi.py %%PYPY_DIR%%/lib_pypy/_pypy_wait.py %%PYPY_DIR%%/lib_pypy/_resource_build.py -%%PYPY_DIR%%/lib_pypy/_resource_cffi.pypy-41.so +%%PYPY_DIR%%/lib_pypy/_resource_cffi.pypy-%%PYPY_CFFI_VER%%.so %%PYPY_DIR%%/lib_pypy/_scproxy.py %%PYPY_DIR%%/lib_pypy/_sha.py %%PYPY_DIR%%/lib_pypy/_sha256.py diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index e18c58efcd95..b71ecda3048c 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -14,7 +14,7 @@ PORTNAME= dovecot PORTVERSION= 2.2.25 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ PKGNAMESUFFIX= 2 @@ -27,13 +27,14 @@ LICENSE_COMB= dual CONFLICTS= dovecot-1.[0-9]* -USES= cpe iconv libtool +USES= cpe iconv libtool ssl USE_RC_SUBR= dovecot GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var \ --with-statedir=/var/db/dovecot \ --without-shadow \ + --with-ssl=openssl \ --with-docs USE_LDCONFIG= ${PREFIX}/lib/dovecot @@ -42,8 +43,8 @@ INSTALL_TARGET= install-strip USERS= dovecot dovenull GROUPS= ${USERS} -OPTIONS_DEFINE= KQUEUE LIBWRAP LZ4 SSL VPOPMAIL DOCS EXAMPLES -OPTIONS_DEFAULT=KQUEUE SSL GSSAPI_NONE +OPTIONS_DEFINE= KQUEUE LIBWRAP LZ4 VPOPMAIL DOCS EXAMPLES +OPTIONS_DEFAULT=KQUEUE GSSAPI_NONE OPTIONS_SUB= yes OPTIONS_GROUP= DB FTS @@ -110,9 +111,6 @@ SOLR_LIB_DEPENDS= libexpat.so:textproc/expat2 SQLITE_USES= sqlite:3 SQLITE_CONFIGURE_WITH= sqlite -SSL_USES= ssl -SSL_CONFIGURE_WITH= ssl=openssl - TEXTCAT_CONFIGURE_WITH= textcat TEXTCAT_LIB_DEPENDS= libtextcat.so:textproc/libtextcat diff --git a/mail/dovecot2/pkg-plist b/mail/dovecot2/pkg-plist index 37c0bb0d6bd0..76bb785cc8b7 100644 --- a/mail/dovecot2/pkg-plist +++ b/mail/dovecot2/pkg-plist @@ -620,7 +620,7 @@ lib/dovecot/lib95_imap_stats_plugin.a lib/dovecot/lib95_imap_stats_plugin.so lib/dovecot/lib99_welcome_plugin.a lib/dovecot/lib99_welcome_plugin.so -%%SSL%%lib/dovecot/libdcrypt_openssl.so +lib/dovecot/libdcrypt_openssl.so lib/dovecot/libdovecot-compression.a lib/dovecot/libdovecot-compression.so lib/dovecot/libdovecot-compression.so.0 @@ -769,6 +769,6 @@ share/aclocal/dovecot.m4 %%LUCENE%%lib/dovecot/lib21_fts_lucene_plugin.so %%SOLR%%lib/dovecot/lib21_fts_solr_plugin.a %%SOLR%%lib/dovecot/lib21_fts_solr_plugin.so -%%SSL%%lib/dovecot/libssl_iostream_openssl.a -%%SSL%%lib/dovecot/libssl_iostream_openssl.so +lib/dovecot/libssl_iostream_openssl.a +lib/dovecot/libssl_iostream_openssl.so @postunexec echo "If you are removing dovecot2 permanently, you should 'rm -rf /var/db/dovecot' to clear out any remaining data." diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index a4d4964a49bf..aa588640fe88 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -7,7 +7,7 @@ PORTNAME= dspam PORTVERSION= 3.10.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} diff --git a/mail/libpst/Makefile b/mail/libpst/Makefile index 37fa00e46150..114b6326d344 100644 --- a/mail/libpst/Makefile +++ b/mail/libpst/Makefile @@ -3,6 +3,7 @@ PORTNAME= libpst PORTVERSION= 0.6.66 +PORTREVISION= 1 CATEGORIES= mail converters MASTER_SITES= http://www.five-ten-sg.com/libpst/packages/ \ http://fossies.org/unix/privat/ \ diff --git a/math/PDL/Makefile b/math/PDL/Makefile index bbd83f75b6e2..1be0c1d4cbd0 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -3,6 +3,7 @@ PORTNAME= PDL PORTVERSION= 2.015 +PORTREVISION= 1 CATEGORIES= math perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:CHM diff --git a/math/R-cran-memisc/Makefile b/math/R-cran-memisc/Makefile index 97584412099c..0971bc8511d4 100644 --- a/math/R-cran-memisc/Makefile +++ b/math/R-cran-memisc/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= memisc -DISTVERSION= 0.99.6 +DISTVERSION= 0.99.7-1 CATEGORIES= math DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -11,6 +11,6 @@ COMMENT= Provides an infrastructure for the management of survey data LICENSE= GPLv2 -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/math/R-cran-memisc/distinfo b/math/R-cran-memisc/distinfo index dd32a6b18bd9..8052a1e03445 100644 --- a/math/R-cran-memisc/distinfo +++ b/math/R-cran-memisc/distinfo @@ -1,2 +1,3 @@ -SHA256 (memisc_0.99.6.tar.gz) = acdaaeeb6f3db033cd065d8bdb8313ab516935aa34f420990879864a3e784c5e -SIZE (memisc_0.99.6.tar.gz) = 1184630 +TIMESTAMP = 1468902003 +SHA256 (memisc_0.99.7-1.tar.gz) = 0f4a93b2dcb85522a58ccdf7e44c6551c5b9b0e5bb3964f001b37159536f8269 +SIZE (memisc_0.99.7-1.tar.gz) = 1229200 diff --git a/math/geogebra/Makefile b/math/geogebra/Makefile index fbf4fb0f17a9..a171d6cd977a 100644 --- a/math/geogebra/Makefile +++ b/math/geogebra/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= geogebra -PORTVERSION= 5.0.236.0 +PORTVERSION= 5.0.260.0 CATEGORIES= math java MASTER_SITES= http://download.geogebra.org/installers/5.0/ \ http://freebsd.uzsolt.hu/src/ @@ -27,7 +27,7 @@ ONLY_FOR_ARCHS= i386 amd64 SUB_FILES= geogebra.desktop CONFLICTS= math/geogebra-i18n-[0-9]* NO_BUILD= yes -USES= tar:bzip2 desktop-file-utils shared-mime-info shebangfix +USES= tar:bzip2 desktop-file-utils shebangfix WRKSRC= ${WRKDIR}/${DISTNAME} JAVADIR= jre1.7.0_45-i686 diff --git a/math/geogebra/distinfo b/math/geogebra/distinfo index d0d2ef06d6cb..b06d17770a93 100644 --- a/math/geogebra/distinfo +++ b/math/geogebra/distinfo @@ -1,4 +1,5 @@ -SHA256 (GeoGebra-Linux-Portable-5.0.236.0.tar.bz2) = 0573b5ceb1b1a10803c10b6a9a3cb3b295a6424b6e0b9050bc55afa1a51720f9 -SIZE (GeoGebra-Linux-Portable-5.0.236.0.tar.bz2) = 100763477 +TIMESTAMP = 1468855653 +SHA256 (GeoGebra-Linux-Portable-5.0.260.0.tar.bz2) = eded1c6ca4e2165c58dc4d6da0f5d67c9285319b2d8c1e9cfcc04aeb8826bab4 +SIZE (GeoGebra-Linux-Portable-5.0.260.0.tar.bz2) = 101000893 SHA256 (geogebra.png) = e97122d77209e2c235f5afcee8f783c1e933d14062851ac73a4ed7a6520c5614 SIZE (geogebra.png) = 4018 diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 9d432deadb39..c56198409e54 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -2,6 +2,7 @@ PORTNAME= gnuplot PORTVERSION= 5.0.3 +PORTREVISION= 1 CATEGORIES= math graphics MASTER_SITES= SF diff --git a/math/ploticus/Makefile b/math/ploticus/Makefile index 2d9b8b193414..c8ba20bd227b 100644 --- a/math/ploticus/Makefile +++ b/math/ploticus/Makefile @@ -3,7 +3,7 @@ PORTNAME= ploticus PORTVERSION= 2.40 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= math MASTER_SITES= SF DISTNAME= pl${PORTVERSION:S/.//}src diff --git a/math/plplot/Makefile b/math/plplot/Makefile index 6b5340e6a673..733659a21596 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -3,7 +3,7 @@ PORTNAME= plplot PORTVERSION= 5.11.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math science MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}%20Source diff --git a/misc/Makefile b/misc/Makefile index 9075592a92ae..fa5faf1a4519 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -76,6 +76,7 @@ SUBDIR += elixir-uuid SUBDIR += elscreen SUBDIR += erlang-mimerl + SUBDIR += erlang-mimetypes SUBDIR += esniper SUBDIR += estic SUBDIR += excel-writer diff --git a/misc/R-cran-mime/Makefile b/misc/R-cran-mime/Makefile index eff7ff3b6271..ca23c5cfd33a 100644 --- a/misc/R-cran-mime/Makefile +++ b/misc/R-cran-mime/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mime -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= misc DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -11,6 +11,6 @@ COMMENT= Map Filenames to MIME Types LICENSE= GPLv2 -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/misc/R-cran-mime/distinfo b/misc/R-cran-mime/distinfo index c47b705b76b3..37cd9d8fa7f2 100644 --- a/misc/R-cran-mime/distinfo +++ b/misc/R-cran-mime/distinfo @@ -1,2 +1,3 @@ -SHA256 (mime_0.4.tar.gz) = d790c7e38371d03774a7d53f75aed3151835b1aebbb663b0fe828b221e6bac90 -SIZE (mime_0.4.tar.gz) = 12545 +TIMESTAMP = 1468901872 +SHA256 (mime_0.5.tar.gz) = fcc72115afb0eb43237da872754464f37ae9ae097f332ec7984149b5e3a82145 +SIZE (mime_0.5.tar.gz) = 12634 diff --git a/misc/erlang-mimetypes/Makefile b/misc/erlang-mimetypes/Makefile new file mode 100644 index 000000000000..0b1a4d642eb7 --- /dev/null +++ b/misc/erlang-mimetypes/Makefile @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= mimetypes +PORTVERSION= 1.0 +CATEGORIES= misc +PKGNAMEPREFIX= erlang- + +MAINTAINER= olgeni@FreeBSD.org +COMMENT= Erlang MIME types library + +LICENSE= BSD3CLAUSE + +USES= erlang:rebar +USE_GITHUB= yes +GH_ACCOUNT= spawngrid + +.include diff --git a/misc/erlang-mimetypes/distinfo b/misc/erlang-mimetypes/distinfo new file mode 100644 index 000000000000..532cfda28864 --- /dev/null +++ b/misc/erlang-mimetypes/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1469003310 +SHA256 (spawngrid-mimetypes-1.0_GH0.tar.gz) = 9e8c377f82f958393e0a040d167a3a0143f2c61fb38f51aaf7a5db3630564def +SIZE (spawngrid-mimetypes-1.0_GH0.tar.gz) = 126619 diff --git a/misc/erlang-mimetypes/pkg-descr b/misc/erlang-mimetypes/pkg-descr new file mode 100644 index 000000000000..6239cd611418 --- /dev/null +++ b/misc/erlang-mimetypes/pkg-descr @@ -0,0 +1,3 @@ +Erlang library to fetch MIME extension/name mappings. + +WWW: https://github.com/spawngrid/mimetypes diff --git a/misc/erlang-mimetypes/pkg-plist b/misc/erlang-mimetypes/pkg-plist new file mode 100644 index 000000000000..96d290969758 --- /dev/null +++ b/misc/erlang-mimetypes/pkg-plist @@ -0,0 +1,20 @@ +lib/erlang/lib/mimetypes-%%VERSION%%/ebin/mimetypes.app +lib/erlang/lib/mimetypes-%%VERSION%%/ebin/mimetypes.beam +lib/erlang/lib/mimetypes-%%VERSION%%/ebin/mimetypes_app.beam +lib/erlang/lib/mimetypes-%%VERSION%%/ebin/mimetypes_disp.beam +lib/erlang/lib/mimetypes-%%VERSION%%/ebin/mimetypes_loader.beam +lib/erlang/lib/mimetypes-%%VERSION%%/ebin/mimetypes_map.beam +lib/erlang/lib/mimetypes-%%VERSION%%/ebin/mimetypes_parse.beam +lib/erlang/lib/mimetypes-%%VERSION%%/ebin/mimetypes_scan.beam +lib/erlang/lib/mimetypes-%%VERSION%%/ebin/mimetypes_sup.beam +lib/erlang/lib/mimetypes-%%VERSION%%/priv/mime.types +lib/erlang/lib/mimetypes-%%VERSION%%/src/mimetypes.app.src +lib/erlang/lib/mimetypes-%%VERSION%%/src/mimetypes.erl +lib/erlang/lib/mimetypes-%%VERSION%%/src/mimetypes_app.erl +lib/erlang/lib/mimetypes-%%VERSION%%/src/mimetypes_loader.erl +lib/erlang/lib/mimetypes-%%VERSION%%/src/mimetypes_parse.erl +lib/erlang/lib/mimetypes-%%VERSION%%/src/mimetypes_parse.yrl +lib/erlang/lib/mimetypes-%%VERSION%%/src/mimetypes_scan.erl +lib/erlang/lib/mimetypes-%%VERSION%%/src/mimetypes_scan.xrl +lib/erlang/lib/mimetypes-%%VERSION%%/src/mimetypes_sup.erl +%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/misc/freeguide/Makefile b/misc/freeguide/Makefile index 163e11954f53..45a5ab24932d 100644 --- a/misc/freeguide/Makefile +++ b/misc/freeguide/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= SF/${PORTNAME}-tv/${PORTNAME}-source/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Interactive TV guide which will create personalized TV listings -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/doc/COPYING RUN_DEPENDS= tv_cat:textproc/p5-xmltv @@ -35,7 +35,7 @@ post-patch: ${WRKSRC}/install/linux/freeguide do-install: - @(cd ${BUILD_WRKSRC}; \ + @(cd ${BUILD_WRKSRC} && \ ${ANT} ${MAKE_ARGS} ${INSTALL_TARGET}) .include diff --git a/misc/freeguide/files/patch-build.xml b/misc/freeguide/files/patch-build.xml index bed03a6e6c9b..68f88b8961fe 100644 --- a/misc/freeguide/files/patch-build.xml +++ b/misc/freeguide/files/patch-build.xml @@ -1,5 +1,5 @@ ---- build.xml.orig 2010-07-24 11:24:51.000000000 +0200 -+++ build.xml 2010-07-24 11:29:57.000000000 +0200 +--- build.xml.orig 2014-10-22 19:25:23 UTC ++++ build.xml @@ -200,8 +200,8 @@ diff --git a/misc/ini_file_manager/Makefile b/misc/ini_file_manager/Makefile index df9b1deb4921..905d68543ffe 100644 --- a/misc/ini_file_manager/Makefile +++ b/misc/ini_file_manager/Makefile @@ -3,7 +3,7 @@ PORTNAME= ini_file_manager PORTVERSION= 03 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://sourceforge.net/projects/${SFPATH}/ DISTNAME= ini-files-${PORTVERSION} @@ -21,8 +21,6 @@ PORTEXAMPLES= example.gpr test_config.adb runme.sh OPTIONS_DEFINE= DOCS EXAMPLES -.include - post-extract: ${CP} ${FILESDIR}/construct.gpr ${WRKSRC} ${MKDIR} ${WRKSRC}/src @@ -43,15 +41,15 @@ do-install: ${STAGEDIR}${PREFIX}/include/ini_file_manager ${INSTALL_DATA} ${WRKSRC}/lib/* \ ${STAGEDIR}${PREFIX}/lib/ini_file_manager -.if ${PORT_OPTIONS:MDOCS} + +do-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/ini_file_manager.txt ${STAGEDIR}${DOCSDIR} -.endif -.if ${PORT_OPTIONS:MEXAMPLES} + +do-install-EXAMPLES-on: ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_SCRIPT} ${WRKSRC}/runme.sh ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/test_config.adb \ ${FILESDIR}/example.gpr ${STAGEDIR}${EXAMPLESDIR} -.endif .include diff --git a/misc/ini_file_manager/files/ini_file_manager.gpr b/misc/ini_file_manager/files/ini_file_manager.gpr index 4da291c2da1c..699e1cceba77 100644 --- a/misc/ini_file_manager/files/ini_file_manager.gpr +++ b/misc/ini_file_manager/files/ini_file_manager.gpr @@ -3,5 +3,6 @@ project Ini_File_Manager is for Library_Name use "inifiles"; for Source_Dirs use ("../../include/ini_file_manager"); for Library_Dir use "../../lib/ini_file_manager"; + for Library_Kind use "static"; for Externally_Built use "true"; end Ini_File_Manager; diff --git a/misc/zoneinfo/Makefile b/misc/zoneinfo/Makefile index daf17603ccb1..21287b64232b 100644 --- a/misc/zoneinfo/Makefile +++ b/misc/zoneinfo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= zoneinfo -DISTVERSION= 2016d +DISTVERSION= 2016f CATEGORIES= misc MASTER_SITES= ftp://ftp.iana.org/tz/releases/ \ ftp://munnari.oz.au/pub/ @@ -11,8 +11,9 @@ DISTNAME= tzdata${DISTVERSION} MAINTAINER= edwin@mavetju.org COMMENT= Updated timezone definitions -WRKSRC= ${WRKDIR} +NO_WRKSUBDIR= yes PREFIX= /usr +NO_ARCH= yes TZFILES= africa antarctica asia australasia etcetera europe \ factory northamerica southamerica systemv @@ -50,14 +51,6 @@ do-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/zoneinfo ${CP} -R -p ${WRKSRC}/zoneinfo/ ${STAGEDIR}${PREFIX}/share/zoneinfo ${INSTALL_DATA} ${WRKSRC}/zone.tab ${STAGEDIR}${PREFIX}/share/zoneinfo - @if [ -f /var/db/zoneinfo -a -O /var/db/zoneinfo -a \ - -G /var/db/zoneinfo -a \ - -f /usr/share/zoneinfo/$$(cat /var/db/zoneinfo) ]; then \ - tzsetup -r; \ - echo "/etc/localtime is updated."; \ - else \ - ${CAT} ${PKGMESSAGE}; \ - fi test-patches: .for M in ${MISSING} diff --git a/misc/zoneinfo/distinfo b/misc/zoneinfo/distinfo index 23208780b965..987e4930fda6 100644 --- a/misc/zoneinfo/distinfo +++ b/misc/zoneinfo/distinfo @@ -1,2 +1,3 @@ -SHA256 (tzdata2016d.tar.gz) = d9554dfba0efd76053582bd89e8c7036ef12eee14fdd506675b08a5b59f0a1b4 -SIZE (tzdata2016d.tar.gz) = 312481 +TIMESTAMP = 1469094101 +SHA256 (tzdata2016f.tar.gz) = ed8c951008d12f1db55a11e96fc055718c6571233327d9de16a7f8475e2502b0 +SIZE (tzdata2016f.tar.gz) = 313286 diff --git a/misc/zoneinfo/pkg-install b/misc/zoneinfo/pkg-install new file mode 100644 index 000000000000..129bbea8b0fa --- /dev/null +++ b/misc/zoneinfo/pkg-install @@ -0,0 +1,14 @@ +#!/bin/sh + +if [ "$2" != "PRE-INSTALL" ]; then + exit 0 +fi + +if [ -f /var/db/zoneinfo -a -O /var/db/zoneinfo -a -G /var/db/zoneinfo ]; then + if [ -f /usr/share/zoneinfo/$(cat /var/db/zoneinfo) ]; then + tzsetup -r + echo "/etc/localtime is updated." + fi +else + echo "Now run tzsetup(8) again to install the right file to /etc/localtime." +fi diff --git a/misc/zoneinfo/pkg-message b/misc/zoneinfo/pkg-message deleted file mode 100644 index 1cfd5c44751f..000000000000 --- a/misc/zoneinfo/pkg-message +++ /dev/null @@ -1 +0,0 @@ -Now run tzsetup(8) again to install the right file to /etc/localtime. diff --git a/multimedia/kissdx/Makefile b/multimedia/kissdx/Makefile index 77ad8c7132c1..2a1e5fba55fb 100644 --- a/multimedia/kissdx/Makefile +++ b/multimedia/kissdx/Makefile @@ -3,7 +3,7 @@ PORTNAME= kissdx PORTVERSION= 0.13.10a -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= multimedia net MASTER_SITES= http://paragi.dk/kiss/ diff --git a/multimedia/libsmacker/Makefile b/multimedia/libsmacker/Makefile index 8ca3c5af08e0..16f7c909db19 100644 --- a/multimedia/libsmacker/Makefile +++ b/multimedia/libsmacker/Makefile @@ -3,7 +3,7 @@ PORTNAME= libsmacker PORTVERSION= 1.0 CATEGORIES= multimedia -MASTER_SITES= SF/${PORTNAME}/$(DISTNAME)/ +MASTER_SITES= SF/${PORTNAME}/${DISTNAME}/ MAINTAINER= kennedy.greg@gmail.com COMMENT= C library for decoding .smk Smacker Video files diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index 164d5eb7379b..2889d2bad347 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -97,7 +97,7 @@ pre-configure: ${WRKSRC}/lib/Makefile.in @${FIND} ${WRKSRC} -type f -name Makefile.in | \ ${XARGS} -n 10 ${REINPLACE_CMD} -e \ - 's|-I$(top_srcdir)/lib/mp4v2||; \ + 's|-I$$(top_srcdir)/lib/mp4v2||; \ s|$$(top_builddir)/lib/mp4v2/libmp4v2.la||; \ s|$$(top_srcdir)/lib/mp4v2/libmp4v2.la||; \ s|@LIBS@|@LIBS@ -lmp4v2|; \ diff --git a/multimedia/mplayer-skins/Makefile b/multimedia/mplayer-skins/Makefile index cc08180e9789..87706f6bea24 100644 --- a/multimedia/mplayer-skins/Makefile +++ b/multimedia/mplayer-skins/Makefile @@ -49,7 +49,7 @@ PORT_OPTIONS+= ${ALLSKINS} post-build-script: DISTFILES+= ${DEFAULT_FILE}${EXTRACT_SUFX} .for f in ${ALLSKINS} -.if $(PORT_OPTIONS:M${f}) +.if ${PORT_OPTIONS:M${f}} PLIST_SUB+= ${f}="" WITHOUT_SKIN_${f}="@comment " DISTFILES+= ${${f}_FILE}${EXTRACT_SUFX} .else diff --git a/multimedia/oggvideotools/Makefile b/multimedia/oggvideotools/Makefile index 474af3450e73..f170e4d2e0b8 100644 --- a/multimedia/oggvideotools/Makefile +++ b/multimedia/oggvideotools/Makefile @@ -3,6 +3,7 @@ PORTNAME= oggvideotools PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} diff --git a/multimedia/vdr-plugin-epgsearch/Makefile b/multimedia/vdr-plugin-epgsearch/Makefile index 98594bcb86d3..dbbd8d7536a8 100644 --- a/multimedia/vdr-plugin-epgsearch/Makefile +++ b/multimedia/vdr-plugin-epgsearch/Makefile @@ -19,7 +19,7 @@ USES= pkgconfig tar:bzip2 PATCH_STRIP= -p1 PORTDOCS= COPYING README HISTORY WRKSRC= ${WRKDIR}/vdr-plugin-${PLUGIN} -MAKE_ARGS+= INCLUDES="-I$(LOCALBASE)/include -I$(LOCALBASE)/include/vdr -I${WRKSRC}" +MAKE_ARGS+= INCLUDES="-I${LOCALBASE}/include -I${LOCALBASE}/include/vdr -I${WRKSRC}" .include "${.CURDIR}/../vdr/Makefile.plugins" diff --git a/multimedia/vdr/Makefile b/multimedia/vdr/Makefile index 8c4b71e344c6..8440231a5e70 100644 --- a/multimedia/vdr/Makefile +++ b/multimedia/vdr/Makefile @@ -30,12 +30,12 @@ CPE_VENDOR= tvdr SHEBANG_FILES= svdrpsend DIST_SUBDIR= vdr PORTDOCS= COPYING INSTALL MANUAL README HISTORY -CONFDIR= $(ETCDIR) +CONFDIR= ${ETCDIR} USE_CSTD= gnu89 MAKE_ARGS+= CC="${CC}" MAKE_ARGS+= CXX="${CXX}" MAKE_ARGS+= VDR_USER=${VDR_USER} -MAKE_ARGS+= CONFDIR=$(CONFDIR) +MAKE_ARGS+= CONFDIR=${CONFDIR} MAKE_ARGS+= OSTYPE=FreeBSD MAKE_ARGS+= LIRC_DEVICE=/var/run/lirc/lircd MAKE_ARGS+= LIBDIR=../../lib diff --git a/net-im/jabber/Makefile b/net-im/jabber/Makefile index ecd1c0028d3d..fad5f2abb058 100644 --- a/net-im/jabber/Makefile +++ b/net-im/jabber/Makefile @@ -102,7 +102,7 @@ post-patch: 's|locale, LOCALEDIR)|locale)|' \ ${WRKSRC}/jabberd/lib/messages.cc @${REINPLACE_CMD} -e \ - 's|"$(localedir)|"$$(DESTDIR)$(localedir)|' \ + 's|"$$(localedir)|"$$(DESTDIR)$$(localedir)|' \ ${WRKSRC}/po/Makefile.in @${LN} -s jabberd.8.in ${WRKSRC}/man/jabberd14.8.in diff --git a/net-im/pidgin-skypeweb/Makefile b/net-im/pidgin-skypeweb/Makefile index 92278aeb2b6f..fda3862ba2a7 100644 --- a/net-im/pidgin-skypeweb/Makefile +++ b/net-im/pidgin-skypeweb/Makefile @@ -2,7 +2,8 @@ # $FreeBSD$ PORTNAME= pidgin-skypeweb -PORTVERSION= 1.1 +PORTVERSION= 1.2 +DISTVERSIONPREFIX= v PORTEPOCH= 1 CATEGORIES= net-im @@ -14,13 +15,14 @@ LICENSE_FILE= ${WRKSRC}/gpl3.txt BUILD_DEPENDS= pidgin:net-im/pidgin RUN_DEPENDS= pidgin:net-im/pidgin -LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib +LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ + libpurple.so:net-im/libpurple USE_GITHUB= yes GH_ACCOUNT= EionRobb GH_PROJECT= skype4pidgin -USES= cmake dos2unix pkgconfig +USES= cmake dos2unix gettext-runtime pkgconfig USE_GNOME= glib20 USE_LDCONFIG= yes LDFLAGS+= -L${LOCALBASE}/lib @@ -38,8 +40,4 @@ DOS2UNIX_FILES= gpl3.txt \ CONFLICTS_INSTALL= pidgin-skype-* WRKSRC_SUBDIR= skypeweb -post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps/pidgin/emotes/skype - ${INSTALL_DATA} ${WRKSRC}/theme ${STAGEDIR}${PREFIX}/share/pixmaps/pidgin/emotes/skype - .include diff --git a/net-im/pidgin-skypeweb/distinfo b/net-im/pidgin-skypeweb/distinfo index 800710172d22..795b0631eb2a 100644 --- a/net-im/pidgin-skypeweb/distinfo +++ b/net-im/pidgin-skypeweb/distinfo @@ -1,2 +1,3 @@ -SHA256 (EionRobb-skype4pidgin-1.1_GH0.tar.gz) = e1c3c07fa2ed82500b8a14045bd5d59e893002dbbeb66ade7ad6dc042be39700 -SIZE (EionRobb-skype4pidgin-1.1_GH0.tar.gz) = 321761 +TIMESTAMP = 1469036072 +SHA256 (EionRobb-skype4pidgin-v1.2_GH0.tar.gz) = a04c595965a161304aee8cfe10a450b24618cd4d4bba632820dffcf9ff98414c +SIZE (EionRobb-skype4pidgin-v1.2_GH0.tar.gz) = 323263 diff --git a/net-mgmt/icinga-classicweb/Makefile b/net-mgmt/icinga-classicweb/Makefile index 6164cb84384a..cd45131d0a0f 100644 --- a/net-mgmt/icinga-classicweb/Makefile +++ b/net-mgmt/icinga-classicweb/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= icinga-classicweb -PORTREVISION= 1 +PORTREVISION= 2 DISTNAME= icinga-${PORTVERSION} MAINTAINER= lme@FreeBSD.org diff --git a/net-mgmt/mrtg/Makefile b/net-mgmt/mrtg/Makefile index 9abafa1ddd8d..27f3471d5ce4 100644 --- a/net-mgmt/mrtg/Makefile +++ b/net-mgmt/mrtg/Makefile @@ -3,7 +3,7 @@ PORTNAME= mrtg PORTVERSION= 2.17.4 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= net-mgmt ipv6 MASTER_SITES= http://oss.oetiker.ch/mrtg/pub/ \ diff --git a/net-mgmt/nagios/Makefile b/net-mgmt/nagios/Makefile index 166ffed50191..c821b3431437 100644 --- a/net-mgmt/nagios/Makefile +++ b/net-mgmt/nagios/Makefile @@ -3,7 +3,7 @@ PORTNAME= nagios PORTVERSION= 3.5.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-3.x/${PORTNAME}-${PORTVERSION} diff --git a/net-mgmt/nagios4/Makefile b/net-mgmt/nagios4/Makefile index 81c42e117b4f..0273aea98478 100644 --- a/net-mgmt/nagios4/Makefile +++ b/net-mgmt/nagios4/Makefile @@ -3,7 +3,7 @@ PORTNAME= nagios PORTVERSION= 4.1.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-4.x/${PORTNAME}-${PORTVERSION} PKGNAMESUFFIX= 4 diff --git a/net-mgmt/xymon-server/Makefile b/net-mgmt/xymon-server/Makefile index a1d74df40208..96a481cd62e7 100644 --- a/net-mgmt/xymon-server/Makefile +++ b/net-mgmt/xymon-server/Makefile @@ -69,7 +69,7 @@ LIB_DEPENDS+= libnetsnmp.so:net-mgmt/net-snmp post-patch: ${REINPLACE_CMD} -e 's|web-build client|web-build|' ${WRKSRC}/build/Makefile.rules ${REINPLACE_CMD} -e 's|install-docs install-client|install-docs|' ${WRKSRC}/build/Makefile.rules - ${REINPLACE_CMD} -e 's|$(INSTALLETCDIR)/protocols.cfg|$(INSTALLETCDIR)/protocols.cfg.DIST|' ${WRKSRC}/xymonnet/Makefile + ${REINPLACE_CMD} -e 's|$$(INSTALLETCDIR)/protocols.cfg|$$(INSTALLETCDIR)/protocols.cfg.DIST|' ${WRKSRC}/xymonnet/Makefile ${REINPLACE_CMD} -e 's|TRACEROUTE="traceroute"|TRACEROUTE="mtr -c 2 -n --report"|' ${WRKSRC}/xymond/etcfiles/xymonserver.cfg.DIST ${RM} ${WRKSRC}/docs/manpages/man1/xymonping.1.html ${RM} ${WRKSRC}/xymonnet/xymonping.1 diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile index c4fa58b91367..122eb9c14e10 100644 --- a/net-p2p/amule-devel/Makefile +++ b/net-p2p/amule-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= amule PORTVERSION= 10933 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= http://amule.sourceforge.net/tarballs/ PKGNAMESUFFIX= -devel diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile index 779dc37b18fe..e29fdb303d2c 100644 --- a/net-p2p/amule/Makefile +++ b/net-p2p/amule/Makefile @@ -3,7 +3,7 @@ PORTNAME= amule PORTVERSION= 2.3.1 -PORTREVISION= 14 +PORTREVISION= 15 CATEGORIES= net-p2p MASTER_SITES= SF/${PORTNAME}/aMule/${PORTVERSION} DISTNAME= aMule-${PORTVERSION} diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index f864b2e470cb..2efb97a0d9d6 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -3,6 +3,7 @@ PORTNAME= mldonkey PORTVERSION= 3.1.5 +PORTREVISION= 1 CATEGORIES+= net-p2p MASTER_SITES= SF diff --git a/net/Makefile b/net/Makefile index a05055b2678a..a9d91f250372 100644 --- a/net/Makefile +++ b/net/Makefile @@ -362,6 +362,7 @@ SUBDIR += libunp SUBDIR += libutp SUBDIR += libvncserver + SUBDIR += libwebsockets SUBDIR += libzapojit SUBDIR += libzmq2 SUBDIR += libzmq3 diff --git a/net/asterisk11/Makefile b/net/asterisk11/Makefile index a2d28c8c0ba7..189fade32446 100644 --- a/net/asterisk11/Makefile +++ b/net/asterisk11/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= asterisk -PORTVERSION= 11.22.0 -PORTREVISION= 3 +PORTVERSION= 11.23.0 CATEGORIES= net MASTER_SITES= http://downloads.asterisk.org/pub/telephony/%SUBDIR%/:DEFAULT,g729 MASTER_SITE_SUBDIR= asterisk/ \ diff --git a/net/asterisk11/distinfo b/net/asterisk11/distinfo index 0cedfb48581a..e7bd60f0db54 100644 --- a/net/asterisk11/distinfo +++ b/net/asterisk11/distinfo @@ -1,5 +1,6 @@ -SHA256 (asterisk-11.22.0.tar.gz) = 590c361f8926e08eeaf320a35985cd39a2ea651ec3e94fb62484a7179c32f527 -SIZE (asterisk-11.22.0.tar.gz) = 35101090 +TIMESTAMP = 1469124591 +SHA256 (asterisk-11.23.0.tar.gz) = 052a70aaf70c6f746bf283a68c71db85b8e60e09c361f1b783b6f01ecfc52cc7 +SIZE (asterisk-11.23.0.tar.gz) = 35110947 SHA256 (asterisk-core-sounds-en-g729-1.5.tar.gz) = 8b28a59cfa53b59c76e0a191704f0708e3d83acffab8c5e6f25dfc599f0123f9 SIZE (asterisk-core-sounds-en-g729-1.5.tar.gz) = 1551123 SHA256 (asterisk-moh-opsound-g729-2.03.tar.gz) = 0147ca9a97f0c550227aacb7793499057c4d2c64e021c95f93722f27d5549585 diff --git a/net/asterisk11/files/patch-apps_app__queue.c b/net/asterisk11/files/patch-apps_app__queue.c deleted file mode 100644 index 9eeef4a9b827..000000000000 --- a/net/asterisk11/files/patch-apps_app__queue.c +++ /dev/null @@ -1,11 +0,0 @@ ---- apps/app_queue.c.orig 2016-03-29 19:25:17 UTC -+++ apps/app_queue.c -@@ -3641,7 +3641,7 @@ static int can_ring_entry(struct queue_e - return 0; - } - -- if (call->member->in_call && call->lastqueue->wrapuptime) { -+ if (call->member->in_call && call->lastqueue && call->lastqueue->wrapuptime) { - ast_debug(1, "%s is in call, so not available (wrapuptime %d)\n", - call->interface, call->lastqueue->wrapuptime); - return 0; diff --git a/net/crtmpserver/Makefile b/net/crtmpserver/Makefile index 41b95718f3a1..3c448cf1ee6b 100644 --- a/net/crtmpserver/Makefile +++ b/net/crtmpserver/Makefile @@ -36,8 +36,8 @@ post-patch: .endif pre-install: - @${SH} $(WRKSRC)/fixConfFile.sh "${WRKSRC}/builders/cmake/crtmpserver/crtmpserver.lua" "${PREFIX}" "${WRKSRC}" - @${SH} $(WRKSRC)/fixConfFile.sh "${WRKSRC}/builders/cmake/crtmpserver/all.debug.lua" "${PREFIX}" "${WRKSRC}" + @${SH} ${WRKSRC}/fixConfFile.sh "${WRKSRC}/builders/cmake/crtmpserver/crtmpserver.lua" "${PREFIX}" "${WRKSRC}" + @${SH} ${WRKSRC}/fixConfFile.sh "${WRKSRC}/builders/cmake/crtmpserver/all.debug.lua" "${PREFIX}" "${WRKSRC}" post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/var/log/crtmpserver diff --git a/net/dgd/Makefile b/net/dgd/Makefile index 2a6047397fb2..ad4ae8971126 100644 --- a/net/dgd/Makefile +++ b/net/dgd/Makefile @@ -26,7 +26,7 @@ WRKSRC= ${BASE_WRKSRC}/src PATCH_WRKSRC= ${BASE_WRKSRC} ALL_TARGET= install MAKE_JOBS_UNSAFE= yes -MAKE_ENV+= EXTRA_DEFINES="$(EXTRA_DEFINES)" +MAKE_ENV+= EXTRA_DEFINES="${EXTRA_DEFINES}" PORTDOCS= * diff --git a/net/ldapscripts/Makefile b/net/ldapscripts/Makefile index 53e312d9ab11..c7ac6cb194ce 100644 --- a/net/ldapscripts/Makefile +++ b/net/ldapscripts/Makefile @@ -12,12 +12,15 @@ COMMENT= Scripts to manage posix accounts in an OpenLDAP directory LICENSE= GPLv2 -RUN_DEPENDS= ldapadd:net/openldap${OPENLDAP_VER}-client \ - ldapsearch:net/openldap${OPENLDAP_VER}-client \ - ldapdelete:net/openldap${OPENLDAP_VER}-client \ - ldapmodify:net/openldap${OPENLDAP_VER}-client \ - ldapmodrdn:net/openldap${OPENLDAP_VER}-client \ - ldappasswd:net/openldap${OPENLDAP_VER}-client +RUN_DEPENDS= ldapadd:net/openldap${OPENLDAP_VER}${OPENLDAP_FLAVOUR}-client \ + ldapsearch:net/openldap${OPENLDAP_VER}${OPENLDAP_FLAVOUR}-client \ + ldapdelete:net/openldap${OPENLDAP_VER}${OPENLDAP_FLAVOUR}-client \ + ldapmodify:net/openldap${OPENLDAP_VER}${OPENLDAP_FLAVOUR}-client \ + ldapmodrdn:net/openldap${OPENLDAP_VER}${OPENLDAP_FLAVOUR}-client \ + ldappasswd:net/openldap${OPENLDAP_VER}${OPENLDAP_FLAVOUR}-client + +OPTIONS_DEFINE= SASL +SASL_VARS= OPENLDAP_FLAVOUR=-sasl WANT_OPENLDAP_SASL=yes NO_ARCH= yes USE_OPENLDAP= yes diff --git a/net/libwebsockets/Makefile b/net/libwebsockets/Makefile new file mode 100644 index 000000000000..9c0cd98e3fdf --- /dev/null +++ b/net/libwebsockets/Makefile @@ -0,0 +1,55 @@ +# Created by: Iblis Lin +# $FreeBSD$ + +PORTNAME= libwebsockets +PORTVERSION= 2.0.2 +DISTVERSIONPREFIX= v +CATEGORIES= net +MASTER_SITES= GITHUB + +MAINTAINER= iblis@hs.ntnu.edu.tw +COMMENT= C library for lightweight websocket clients and servers + +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= warmcat + +USES= cmake pkgconfig ssl +USE_LDCONFIG= yes + +CMAKE_ARGS= -DLWS_WITHOUT_TESTAPPS=ON \ + -DLWS_WITHOUT_TEST_SERVER=ON \ + -DLWS_WITHOUT_TEST_SERVER_EXTPOLL=ON \ + -DLWS_WITHOUT_TEST_PING=ON \ + -DLWS_WITHOUT_TEST_ECHO=ON \ + -DLWS_WITHOUT_TEST_CLIENT=ON \ + -DLWS_WITHOUT_TEST_FRAGGLE=ON + +OPTIONS_DEFINE= HTTP2 HTTP_PROXY IPV6 LIBEV LIBUV UNIX_SOCK WEBSERVER +OPTIONS_SUB= yes + +HTTP_PROXY_DESC= HTTP proxy support +LIBUV_DESC= Asynchronous I/O support via libuv +UNIX_SOCK_DESC= Unix domain socket support + +HTTP2_CMAKE_ON= -DLWS_WITH_HTTP2=ON + +HTTP_PROXY_CMAKE_ON= -DLWS_WITH_HTTP_PROXY=ON -DLIBHUBBUB_LIBRARIES=${PREFIX}/lib/libhubbub.so +HTTP_PROXY_LIB_DEPENDS= libhubbub.so:www/libhubbub + +IPV6_CMAKE_ON= -DLWS_IPV6=ON + +LIBEV_CMAKE_ON= -DLWS_WITH_LIBEV=ON +LIBEV_LIB_DEPENDS= libev.so:devel/libev + +LIBUV_CMAKE_ON= -DLWS_WITH_LIBUV=ON +LIBUV_LIB_DEPENDS= libuv.so:devel/libuv + +UNIX_SOCK_CMAKE_ON= -DLWS_UNIX_SOCK=ON + +WEBSERVER_CMAKE_ON= -DLWS_WITH_LWSWS=ON +WEBSERVER_LIB_DEPENDS= libuv.so:devel/libuv + +.include diff --git a/net/libwebsockets/distinfo b/net/libwebsockets/distinfo new file mode 100644 index 000000000000..265195712f9a --- /dev/null +++ b/net/libwebsockets/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1468814124 +SHA256 (warmcat-libwebsockets-v2.0.2_GH0.tar.gz) = 43865604debd06686ac4d8d0783976c4e10dd519ccd5c94e1b53878ec6178a59 +SIZE (warmcat-libwebsockets-v2.0.2_GH0.tar.gz) = 2998706 diff --git a/net/libwebsockets/files/patch-CMakeLists.txt b/net/libwebsockets/files/patch-CMakeLists.txt new file mode 100644 index 000000000000..38d66b1ec540 --- /dev/null +++ b/net/libwebsockets/files/patch-CMakeLists.txt @@ -0,0 +1,20 @@ +--- CMakeLists.txt.orig 2016-06-06 11:59:30 UTC ++++ CMakeLists.txt +@@ -602,7 +602,7 @@ if (CMAKE_COMPILER_IS_GNUCC OR CMAKE_COM + set(VISIBILITY_FLAG -fvisibility=hidden) + endif() + if (UNIX) +- set(CMAKE_C_FLAGS "-Wall -Werror ${VISIBILITY_FLAG} ${CMAKE_C_FLAGS}" ) ++ set(CMAKE_C_FLAGS "-Wall ${VISIBILITY_FLAG} ${CMAKE_C_FLAGS}" ) + else(UNIX) + set(CMAKE_C_FLAGS "-Wall ${VISIBILITY_FLAG} ${CMAKE_C_FLAGS}" ) + endif(UNIX) +@@ -1316,7 +1316,7 @@ Cflags: -I\${includedir}" + ) + + install(FILES "${PROJECT_BINARY_DIR}/libwebsockets.pc" +- DESTINATION lib${LIB_SUFFIX}/pkgconfig) ++ DESTINATION libdata/pkgconfig) + endif(UNIX) + + # diff --git a/net/libwebsockets/pkg-descr b/net/libwebsockets/pkg-descr new file mode 100644 index 000000000000..512450f37b1b --- /dev/null +++ b/net/libwebsockets/pkg-descr @@ -0,0 +1,5 @@ +Libwebsockets is a lightweight pure C library built to use minimal CPU and +memory resources, and provide fast throughput in both directions as client +or server. + +WWW: https://libwebsockets.org/ diff --git a/net/libwebsockets/pkg-plist b/net/libwebsockets/pkg-plist new file mode 100644 index 000000000000..379c12e34421 --- /dev/null +++ b/net/libwebsockets/pkg-plist @@ -0,0 +1,14 @@ +@comment $FreeBSD$ +%%WEBSERVER%%bin/lwsws +include/libwebsockets.h +include/lws_config.h +lib/cmake/libwebsockets/LibwebsocketsConfig.cmake +lib/cmake/libwebsockets/LibwebsocketsConfigVersion.cmake +lib/cmake/libwebsockets/LibwebsocketsTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/libwebsockets/LibwebsocketsTargets.cmake +lib/libwebsockets.a +lib/libwebsockets.so +lib/libwebsockets.so.8 +libdata/pkgconfig/libwebsockets.pc +%%WEBSERVER%%%%DATADIR%%-test-server/server-status/lwsws-logo.png +%%WEBSERVER%%%%DATADIR%%-test-server/server-status/server-status.html diff --git a/net/mosquitto/Makefile b/net/mosquitto/Makefile index a78e144b0874..a476e7c0fdbd 100644 --- a/net/mosquitto/Makefile +++ b/net/mosquitto/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mosquitto -PORTVERSION= 1.4.4 -PORTREVISION= 1 +PORTVERSION= 1.4.9 CATEGORIES= net MASTER_SITES= http://mosquitto.org/files/source/ @@ -15,7 +14,7 @@ LICENSE= BSD3CLAUSE LIB_DEPENDS= libcares.so:dns/c-ares BUILD_DEPENDS= xsltproc:textproc/libxslt -USES= cmake python:2 +USES= cmake ssl NOCONFIGURE= yes USE_RC_SUBR= mosquitto USE_LDCONFIG= yes @@ -23,6 +22,12 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} USERS= nobody +OPTIONS_DEFINE= WS + +WS_DESC= MQTT over Websockets support +WS_LIB_DEPENDS= libwebsockets.so:net/libwebsockets +WS_CMAKE_ON= -DWITH_WEBSOCKETS=ON + post-patch: # do not run ldconfig in stage dir ${REINPLACE_CMD} -e '/ldconfig/d' ${WRKSRC}/src/CMakeLists.txt \ diff --git a/net/mosquitto/distinfo b/net/mosquitto/distinfo index 6ea89b56d864..e5826266672b 100644 --- a/net/mosquitto/distinfo +++ b/net/mosquitto/distinfo @@ -1,2 +1,3 @@ -SHA256 (mosquitto-1.4.4.tar.gz) = c643c7123708aadcd29287dda7b5ce7c910f75b02956a8fc4fe65ad2ea767a5f -SIZE (mosquitto-1.4.4.tar.gz) = 325077 +TIMESTAMP = 1468823152 +SHA256 (mosquitto-1.4.9.tar.gz) = 1df3ae07de40b80a74cd37a7b026895c544cdd3b42c9e0719ae91623aa98c58b +SIZE (mosquitto-1.4.9.tar.gz) = 325712 diff --git a/net/mosquitto/files/patch-CMakeLists.txt b/net/mosquitto/files/patch-CMakeLists.txt index 798cbed7df8b..95adb3358232 100644 --- a/net/mosquitto/files/patch-CMakeLists.txt +++ b/net/mosquitto/files/patch-CMakeLists.txt @@ -1,8 +1,8 @@ ---- CMakeLists.txt.orig 2015-05-07 13:21:22 UTC +--- CMakeLists.txt.orig 2016-06-02 21:20:22 UTC +++ CMakeLists.txt @@ -13,6 +13,9 @@ cmake_minimum_required(VERSION 2.8) - set (VERSION 1.4.2) + set (VERSION 1.4.9) +include_directories(/usr/local/include) +link_directories(/usr/local/lib) @@ -14,8 +14,8 @@ set (CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${LIBDIR}") set (INCLUDEDIR include) set (DATAROOTDIR share) -- set (MANDIR ${DATAROOTDIR}/man) -+ set (MANDIR man) - set (SHAREDIR ${DATAROOTDIR}/mosquitto) +- set (MANDIR "${DATAROOTDIR}/man") ++ set (MANDIR "man") + set (SHAREDIR "${DATAROOTDIR}/mosquitto") endif (WIN32) diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile index b4b9b850285d..aecea4ea29bf 100644 --- a/net/netatalk3/Makefile +++ b/net/netatalk3/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= netatalk -PORTVERSION= 3.1.8 +PORTVERSION= 3.1.9 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SF @@ -16,8 +16,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libgcrypt.so:security/libgcrypt \ libevent.so:devel/libevent2 -USE_BDB= 5+ -USES= iconv gmake pkgconfig perl5 libtool tar:bzip2 +USES= iconv gmake pkgconfig perl5 libtool tar:bzip2 bdb:5+ ssl GNU_CONFIGURE= yes USE_LDCONFIG= yes USE_RC_SUBR= netatalk @@ -30,7 +29,8 @@ CONFIGURE_ARGS+= --with-pkgconfdir=${PREFIX}/etc \ --localstatedir=/var \ --disable-bundled-libevent \ --with-libevent-header=${LOCALBASE}/include \ - --with-libevent-lib=${LOCALBASE}/lib + --with-libevent-lib=${LOCALBASE}/lib \ + --with-ssl-dir=${OPENSSLBASE} OPTIONS_DEFINE=PAM KRB5 LDAP SENDFILE KERBEROS DBUS MYSQL ACL TCPWRAP OPTIONS_DEFAULT=KERBEROS DBUS TCPWRAP diff --git a/net/netatalk3/distinfo b/net/netatalk3/distinfo index 07304c325b5d..ef636d050374 100644 --- a/net/netatalk3/distinfo +++ b/net/netatalk3/distinfo @@ -1,2 +1,3 @@ -SHA256 (netatalk-3.1.8.tar.bz2) = 34668d5f53b780e9f143c2d7ee06ebc1c2bd7758c60ca483c8b08da27dcc4d4c -SIZE (netatalk-3.1.8.tar.bz2) = 1802404 +TIMESTAMP = 1469020005 +SHA256 (netatalk-3.1.9.tar.bz2) = 70db9c82e9e92bbf2083b9b322e58d2a8ddea9f09ac5204c18998439b7feb0d0 +SIZE (netatalk-3.1.9.tar.bz2) = 1801139 diff --git a/net/netatalk3/files/patch-config_Makefile.in b/net/netatalk3/files/patch-config_Makefile.in index dd71e0aa3a38..fc87e9eea82e 100644 --- a/net/netatalk3/files/patch-config_Makefile.in +++ b/net/netatalk3/files/patch-config_Makefile.in @@ -1,6 +1,6 @@ ---- config/Makefile.in.orig 2013-10-28 11:49:55.000000000 -0400 -+++ config/Makefile.in 2013-11-11 11:05:05.000000000 -0500 -@@ -790,8 +790,8 @@ install-data-local: install-config-files +--- config/Makefile.in.orig 2016-06-22 09:01:44 UTC ++++ config/Makefile.in +@@ -820,8 +820,8 @@ install-data-local: install-config-files uninstall-local: @for f in $(CONFFILES) $(GENFILES); do \ @@ -11,7 +11,7 @@ done rm -f $(DESTDIR)$(pkgconfdir)/dbus-session.conf rm -f $(DESTDIR)$(localstatedir)/netatalk/README -@@ -801,21 +801,16 @@ uninstall-local: +@@ -831,21 +831,16 @@ uninstall-local: install-config-files: $(CONFFILES) $(GENFILES) $(mkinstalldirs) $(DESTDIR)$(pkgconfdir) @for f in $(CONFFILES) ; do \ diff --git a/net/netatalk3/files/patch-etc_apfd_Makefile.in b/net/netatalk3/files/patch-etc_afpd_Makefile.in similarity index 74% rename from net/netatalk3/files/patch-etc_apfd_Makefile.in rename to net/netatalk3/files/patch-etc_afpd_Makefile.in index 572d277c6bb1..3a51c0f0cdb9 100644 --- a/net/netatalk3/files/patch-etc_apfd_Makefile.in +++ b/net/netatalk3/files/patch-etc_afpd_Makefile.in @@ -1,6 +1,6 @@ ---- etc/afpd/Makefile.in.orig 2014-08-27 02:22:37.000000000 -0400 -+++ etc/afpd/Makefile.in 2014-09-07 11:59:30.000000000 -0400 -@@ -181,7 +181,7 @@ AM_V_at = $(am__v_at_@AM_V@) +--- etc/afpd/Makefile.in.orig 2016-06-22 09:01:44 UTC ++++ etc/afpd/Makefile.in +@@ -186,7 +186,7 @@ AM_V_at = $(am__v_at_@AM_V@) am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) am__v_at_0 = @ am__v_at_1 = @@ -9,7 +9,7 @@ depcomp = $(SHELL) $(top_srcdir)/depcomp am__depfiles_maybe = depfiles am__mv = mv -f -@@ -459,7 +459,7 @@ afpd_SOURCES = afp_config.c afp_dsi.c af +@@ -468,7 +468,7 @@ afpd_SOURCES = afp_config.c afp_dsi.c af $(am__append_7) afpd_LDADD = $(top_builddir)/libatalk/libatalk.la @LIBGCRYPT_LIBS@ \ @QUOTA_LIBS@ @WRAP_LIBS@ @LIBADD_DL@ @ACL_LIBS@ @PTHREAD_LIBS@ \ diff --git a/net/netatalk3/files/patch-etc_afpd_volume.c b/net/netatalk3/files/patch-etc_afpd_volume.c new file mode 100644 index 000000000000..5fecade00436 --- /dev/null +++ b/net/netatalk3/files/patch-etc_afpd_volume.c @@ -0,0 +1,14 @@ +--- etc/afpd/volume.c.orig 2016-07-20 13:19:58 UTC ++++ etc/afpd/volume.c +@@ -380,7 +380,11 @@ static int getvolparams(const AFPObj *ob + ashort |= VOLPBIT_ATTR_UNIXPRIV; + if (vol->v_flags & AFPVOL_TM) + ashort |= VOLPBIT_ATTR_TM; ++#ifdef HAVE_LDAP + if (!ldap_config_valid || vol->v_flags & AFPVOL_NONETIDS) ++#else ++ if (vol->v_flags & AFPVOL_NONETIDS) ++#endif + ashort |= VOLPBIT_ATTR_NONETIDS; + if (obj->afp_version >= 32) { + if (vol->v_vfs_ea) diff --git a/net/netatalk3/files/patch-etc_cnid__dbd_cnid__metad.c b/net/netatalk3/files/patch-etc_cnid__dbd_cnid__metad.c new file mode 100644 index 000000000000..e5788547b681 --- /dev/null +++ b/net/netatalk3/files/patch-etc_cnid__dbd_cnid__metad.c @@ -0,0 +1,10 @@ +--- etc/cnid_dbd/cnid_metad.c.orig 2016-06-06 11:21:51 UTC ++++ etc/cnid_dbd/cnid_metad.c +@@ -39,6 +39,7 @@ + #include + #include + #include ++#include + #include + #include + #include diff --git a/net/netatalk3/files/patch-etc_cnid_dbd_cnid_metad.c b/net/netatalk3/files/patch-etc_cnid_dbd_cnid_metad.c deleted file mode 100644 index e83a11997d16..000000000000 --- a/net/netatalk3/files/patch-etc_cnid_dbd_cnid_metad.c +++ /dev/null @@ -1,10 +0,0 @@ ---- etc/cnid_dbd/cnid_metad.c.orig 2011-07-30 18:28:32.000000000 -0400 -+++ etc/cnid_dbd/cnid_metad.c 2011-07-30 18:29:01.000000000 -0400 -@@ -39,6 +39,7 @@ - #include - #include - #include -+#include - #include - #include - #include diff --git a/net/netatalk3/files/patch-include_atalk_acl.h b/net/netatalk3/files/patch-include_atalk_acl.h deleted file mode 100644 index 22d69aa3c152..000000000000 --- a/net/netatalk3/files/patch-include_atalk_acl.h +++ /dev/null @@ -1,10 +0,0 @@ ---- include/atalk/acl.h.orig 2014-07-28 11:01:46.000000000 -0400 -+++ include/atalk/acl.h 2014-07-28 11:01:58.000000000 -0400 -@@ -61,6 +61,7 @@ extern int remove_acl_vfs(const char *na - #else /* HAVE_ACLS=no */ - - #define O_NETATALK_ACL 0 -+#define O_IGNORE 0 - #define chmod_acl chmod - - #endif /* HAVE_ACLS */ diff --git a/net/netatalk3/files/patch-libatalk_vfs_extattr.c b/net/netatalk3/files/patch-libatalk_vfs_extattr.c index f804823dd74d..02f7382f820e 100644 --- a/net/netatalk3/files/patch-libatalk_vfs_extattr.c +++ b/net/netatalk3/files/patch-libatalk_vfs_extattr.c @@ -1,6 +1,6 @@ ---- libatalk/vfs/extattr.c.orig 2014-06-03 01:40:44.000000000 -0400 -+++ libatalk/vfs/extattr.c 2014-06-07 14:09:11.000000000 -0400 -@@ -193,6 +193,8 @@ ssize_t sys_fgetxattr (int filedes, cons +--- libatalk/vfs/extattr.c.orig 2016-06-22 08:57:37 UTC ++++ libatalk/vfs/extattr.c +@@ -194,6 +194,8 @@ ssize_t sys_fgetxattr (int filedes, cons const char *attrname = ((s=strchr(name, '.')) == NULL) ? name : s + 1; if((retval=extattr_get_fd(filedes, attrnamespace, attrname, NULL, 0)) >= 0) { diff --git a/net/ntpa/Makefile b/net/ntpa/Makefile index b35e2e1297e3..6cbac5c8e17f 100644 --- a/net/ntpa/Makefile +++ b/net/ntpa/Makefile @@ -20,6 +20,7 @@ WEBFILES_DESC= Install web files GRAPH_DESC= Graph generation (requires Cairo) PGSQL_DESC= PostgreSQL Connector MYSQL_DESC= MySQL Connector (GPL) +DATABASE_DESC= Database provider GRAPH_LIB_DEPENDS= libgdiplus.so:x11-toolkits/libgdiplus \ libcairo.so:graphics/cairo \ @@ -41,8 +42,6 @@ GROUPS= ntpa SUB_FILES= ntpad ntpav ntpac WRKSRC= ${WRKDIR}/anguist-ntpa-9204e1e36b8d -.include - pre-install: @${MKDIR} ${WRKSRC}/script ${MV} ${WRKDIR}/ntpad ${WRKSRC}/script/ntpa diff --git a/net/ntpa/pkg-descr b/net/ntpa/pkg-descr index aac73979659a..6a35af0a9b52 100644 --- a/net/ntpa/pkg-descr +++ b/net/ntpa/pkg-descr @@ -1,8 +1,8 @@ NTP Analyzer is a tool dedicated to analyze the operation of time servers. -NTP Analyzer works by collecting data from the ntp daemon. Graphs -and web pages can then be generated to visualize the activities of -hosts and peers. +NTP Analyzer collects data from ntp daemons and can be configured +to generate graphs and web pages to visualize the activities of +supervised hosts and peers. WWW: https://bitbucket.org/anguist/ntpa diff --git a/net/ntpa/pkg-message b/net/ntpa/pkg-message index 9ba7eb9b12e3..7829eceee428 100644 --- a/net/ntpa/pkg-message +++ b/net/ntpa/pkg-message @@ -1,6 +1,6 @@ ************************************************************************ NTP Analyzer has been installed. If this is the first time remember to -create a MySQL or PostgreeSQL user and database first. +create a MySQL or PostgreSQL user and database first. ************************************************************************ diff --git a/net/p5-Geo-IP/Makefile b/net/p5-Geo-IP/Makefile index 8e47bf46a401..00c085dfe64e 100644 --- a/net/p5-Geo-IP/Makefile +++ b/net/p5-Geo-IP/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= Geo-IP -PORTVERSION= 1.45 +PORTVERSION= 1.50 CATEGORIES= net geography perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -19,4 +19,7 @@ CONFIGURE_ARGS= INC="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" USES= perl5 USE_PERL5= configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Geo/IP/IP.so + .include diff --git a/net/p5-Geo-IP/distinfo b/net/p5-Geo-IP/distinfo index a9ff1a6472d9..6e2a69abc9b8 100644 --- a/net/p5-Geo-IP/distinfo +++ b/net/p5-Geo-IP/distinfo @@ -1,2 +1,3 @@ -SHA256 (Geo-IP-1.45.tar.gz) = 0eb765c238dde4a29d5c863d475c72078e5361deab2cfc168b9285bc049e3662 -SIZE (Geo-IP-1.45.tar.gz) = 134181 +TIMESTAMP = 1469115325 +SHA256 (Geo-IP-1.50.tar.gz) = f91fea704e096e9ad2c821f43e1fea325f2737331738d9b136371b51334d262b +SIZE (Geo-IP-1.50.tar.gz) = 145419 diff --git a/net/p5-Geo-IP/pkg-descr b/net/p5-Geo-IP/pkg-descr index e3c2b5acb6f6..4ff99dda6885 100644 --- a/net/p5-Geo-IP/pkg-descr +++ b/net/p5-Geo-IP/pkg-descr @@ -1,17 +1,9 @@ -This module a simple file-based database. This database simply contains -IP blocks as keys, and countries as values. The data contains all -public IP addresses and should be more -complete and accurate than reverse DNS lookups. +This module looks up the country of an IP or hostname, using the free +GeoIP Legacy file-based database. This database should be more complete +and accurate than reverse DNS lookups. This module can be used to automatically select the geographically closest mirror, or to analyze your web server logs to determine the countries of your visiters. -To install, see the INSTALL file. - -Copyright (c) 2002, MaxMind.com - -All rights reserved. This package is free software; you can redistribute it -and/or modify it under the same terms as Perl itself. - WWW: http://search.cpan.org/dist/Geo-IP/ diff --git a/net/p5-Geo-IP/pkg-plist b/net/p5-Geo-IP/pkg-plist index ebf5fac028de..18de342c4a36 100644 --- a/net/p5-Geo-IP/pkg-plist +++ b/net/p5-Geo-IP/pkg-plist @@ -1,8 +1,6 @@ -%%PERL5_MAN3%%/Geo::IP.3.gz -%%PERL5_MAN3%%/Geo::IP::Record.3.gz -%%PERL5_MAN3%%/Geo::Mirror.3.gz %%SITE_ARCH%%/Geo/IP.pm %%SITE_ARCH%%/Geo/IP/Record.pm %%SITE_ARCH%%/Geo/IP/Record.pod -%%SITE_ARCH%%/Geo/Mirror.pm %%SITE_ARCH%%/auto/Geo/IP/IP.so +%%PERL5_MAN3%%/Geo::IP.3.gz +%%PERL5_MAN3%%/Geo::IP::Record.3.gz diff --git a/net/samba42/Makefile b/net/samba42/Makefile index b1fc59962670..18392f2bc8e6 100644 --- a/net/samba42/Makefile +++ b/net/samba42/Makefile @@ -477,7 +477,7 @@ pre-configure: # XXX: Gross hack to allow build newer Samba while old one is installed. # This implies that LINKFLAGS_PYEMBED contains flags which are already -# used in other parts of LINKFLAGS, namely -L$(LOCALBASE)/lib and -pthread +# used in other parts of LINKFLAGS, namely -L${LOCALBASE}/lib and -pthread post-configure: -${REINPLACE_CMD} -e 's|LINKFLAGS_PYEMBED.*|LINKFLAGS_PYEMBED = []|' \ ${CONFIGURE_WRKSRC}/bin/c4che/default.cache.py diff --git a/net/samba43/Makefile b/net/samba43/Makefile index b96f0e51feb8..99fadc28619e 100644 --- a/net/samba43/Makefile +++ b/net/samba43/Makefile @@ -477,7 +477,7 @@ pre-configure: # XXX: Gross hack to allow build newer Samba while old one is installed. # This implies that LINKFLAGS_PYEMBED contains flags which are already -# used in other parts of LINKFLAGS, namely -L$(LOCALBASE)/lib and -pthread +# used in other parts of LINKFLAGS, namely -L${LOCALBASE}/lib and -pthread post-configure: -${REINPLACE_CMD} -e 's|LINKFLAGS_PYEMBED.*|LINKFLAGS_PYEMBED = []|' \ ${CONFIGURE_WRKSRC}/bin/c4che/default.cache.py diff --git a/net/samba44/Makefile b/net/samba44/Makefile index e017657f3eb7..0b50f31c7b31 100644 --- a/net/samba44/Makefile +++ b/net/samba44/Makefile @@ -463,7 +463,7 @@ pre-configure: # XXX: Gross hack to allow build newer Samba while old one is installed. # This implies that LINKFLAGS_PYEMBED contains flags which are already -# used in other parts of LINKFLAGS, namely -L$(LOCALBASE)/lib and -pthread +# used in other parts of LINKFLAGS, namely -L${LOCALBASE}/lib and -pthread post-configure: -${REINPLACE_CMD} -e 's|LINKFLAGS_PYEMBED.*|LINKFLAGS_PYEMBED = []|' \ ${CONFIGURE_WRKSRC}/bin/c4che/default.cache.py diff --git a/net/tiny-network-utilities/Makefile b/net/tiny-network-utilities/Makefile index cf71004b2d58..7ff77903d147 100644 --- a/net/tiny-network-utilities/Makefile +++ b/net/tiny-network-utilities/Makefile @@ -23,7 +23,7 @@ NO_ARCH= yes FILES_EXEC= tiny-dhcp-server tiny-udp-proxy tiny-udp-anti-nat FILES_LIB= net_checksums tiny_utils -PLIST_FILES= $(FILES_EXEC:%=bin/%) $(FILES_LIB:%=${PYTHON_SITELIBDIR}/%.py) +PLIST_FILES= ${FILES_EXEC:%=bin/%} ${FILES_LIB:%=${PYTHON_SITELIBDIR}/%.py} .include diff --git a/ports-mgmt/synth/Makefile b/ports-mgmt/synth/Makefile index b28b95842ebb..36c260920d2c 100644 --- a/ports-mgmt/synth/Makefile +++ b/ports-mgmt/synth/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= synth -PORTVERSION= 1.41 +PORTVERSION= 1.42 DISTVERSIONPREFIX= v CATEGORIES= ports-mgmt @@ -12,14 +12,16 @@ COMMENT= Custom package repository builder for FreeBSD and DragonFly LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/License.txt -BUILD_DEPENDS= ${GPR}/ini_file_manager.gpr:misc/ini_file_manager \ +BUILD_DEPENDS= ${LOCALBASE}/lib/libncurses.a:devel/ncurses \ + ${GPR}/ini_file_manager.gpr:misc/ini_file_manager \ ${GPR}/adacurses.gpr:devel/adacurses -USES= ada:6 ncurses:port +USES= ada:6 USE_GITHUB= yes GH_ACCOUNT= jrmarino GPR= ${LOCALBASE}/lib/gnat +MAKE_ENV= NCURSES_LINK=static post-extract: @${REINPLACE_CMD} -e "s|/usr/local|${LOCALBASE}|" \ diff --git a/ports-mgmt/synth/distinfo b/ports-mgmt/synth/distinfo index 2bd459618b47..0a52f828f7a5 100644 --- a/ports-mgmt/synth/distinfo +++ b/ports-mgmt/synth/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1466440794 -SHA256 (jrmarino-synth-v1.41_GH0.tar.gz) = 2a94fa4caf0e54214257dcff3c50e8174a1a33182d869b04c893bdf4b7635c31 -SIZE (jrmarino-synth-v1.41_GH0.tar.gz) = 101507 +TIMESTAMP = 1469058852 +SHA256 (jrmarino-synth-v1.42_GH0.tar.gz) = a54911b461e07e83d5f98b7890c22d4673e3907817bfd01363126d6336320b5b +SIZE (jrmarino-synth-v1.42_GH0.tar.gz) = 102061 diff --git a/print/asprint/Makefile b/print/asprint/Makefile index 9ba1b914d0de..46e8e38a9b1e 100644 --- a/print/asprint/Makefile +++ b/print/asprint/Makefile @@ -17,6 +17,6 @@ ALL_TARGET= asprint MAKEFILE= makefile do-install: - ${INSTALL_PROGRAM} $(WRKSRC)/asprint ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/asprint ${STAGEDIR}${PREFIX}/bin .include diff --git a/print/splix/Makefile b/print/splix/Makefile index fbf555ebc98d..030d4f39406d 100644 --- a/print/splix/Makefile +++ b/print/splix/Makefile @@ -69,8 +69,8 @@ do-install: ${MKDIR} ${STAGEDIR}${BIN_DEST_DIR} .for MODEL in ${MODELS} ${MKDIR} ${STAGEDIR}${DEST_DIR_${MODEL}} -.for PPD in $(PPD_${MODEL}) - ${INSTALL_DATA} ${WRKSRC}/ppd/${PPD}.ppd ${STAGEDIR}$(DEST_DIR_${MODEL}) +.for PPD in ${PPD_${MODEL}} + ${INSTALL_DATA} ${WRKSRC}/ppd/${PPD}.ppd ${STAGEDIR}${DEST_DIR_${MODEL}} .endfor .endfor diff --git a/print/texlive-base/Makefile b/print/texlive-base/Makefile index e0c7a6b878f0..e0d3b5cfc57a 100644 --- a/print/texlive-base/Makefile +++ b/print/texlive-base/Makefile @@ -2,7 +2,7 @@ PORTNAME= texlive PORTVERSION= 20150521 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= print MASTER_SITES= TEX_CTAN/systems/texlive/Source/ PKGNAMESUFFIX= -base diff --git a/russian/ircd-hybrid/Makefile b/russian/ircd-hybrid/Makefile index 2e9a8d07d877..30f95f63d8a8 100644 --- a/russian/ircd-hybrid/Makefile +++ b/russian/ircd-hybrid/Makefile @@ -26,7 +26,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc/ircd-hybrid-ru USERS= ircdru GROUPS= ircdru -PLIST_SUB= USR=$(USERS) GRP=$(GROUPS) +PLIST_SUB= USR=${USERS} GRP=${GROUPS} .if defined(WITH_SMALL_NET) CONFIGURE_ARGS+=-enable-small-net diff --git a/science/R-cran-som/Makefile b/science/R-cran-som/Makefile index 16e444b7b54b..8f2a74204a73 100644 --- a/science/R-cran-som/Makefile +++ b/science/R-cran-som/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= som -DISTVERSION= 0.3-5 -PORTREVISION= 9 +DISTVERSION= 0.3-5.1 CATEGORIES= science DISTNAME= ${PORTNAME}_${DISTVERSION} @@ -12,6 +11,6 @@ COMMENT= Self-Organizing Map LICENSE= GPLv3 -USES= cran:auto-plist +USES= cran:auto-plist,compiles .include diff --git a/science/R-cran-som/distinfo b/science/R-cran-som/distinfo index d0a8ce9d532c..c1273bea98ea 100644 --- a/science/R-cran-som/distinfo +++ b/science/R-cran-som/distinfo @@ -1,2 +1,3 @@ -SHA256 (som_0.3-5.tar.gz) = f7672afaaffcf41a8b2dd50e4c76b3a640ea2ad099f18b5dfcf00389abf6ba07 -SIZE (som_0.3-5.tar.gz) = 248967 +TIMESTAMP = 1468901640 +SHA256 (som_0.3-5.1.tar.gz) = a6f4c0e5b36656b7a8ea144b057e3d7642a8b71972da387a7133f3dd65507fb9 +SIZE (som_0.3-5.1.tar.gz) = 209169 diff --git a/security/calife/Makefile b/security/calife/Makefile index ccea78d19121..e3ab89d100fc 100644 --- a/security/calife/Makefile +++ b/security/calife/Makefile @@ -20,10 +20,10 @@ CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc CONFIGURE_ARGS+= --with-pam do-install: - $(INSTALL_PROGRAM) ${WRKSRC}/calife ${STAGEDIR}${PREFIX}/bin/calife - $(INSTALL_MAN) ${WRKSRC}/calife.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 - $(INSTALL_MAN) ${WRKSRC}/calife.auth.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 - $(INSTALL_DATA) ${WRKSRC}/calife.auth-dist ${STAGEDIR}${PREFIX}/etc/calife.auth.sample + ${INSTALL_PROGRAM} ${WRKSRC}/calife ${STAGEDIR}${PREFIX}/bin/calife + ${INSTALL_MAN} ${WRKSRC}/calife.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/calife.auth.5 ${STAGEDIR}${MAN5PREFIX}/man/man5 + ${INSTALL_DATA} ${WRKSRC}/calife.auth-dist ${STAGEDIR}${PREFIX}/etc/calife.auth.sample ${INSTALL_DATA} ${WRKSRC}/pam/freebsd9 ${STAGEDIR}${PREFIX}/etc/pam.d/calife.sample .include diff --git a/security/krb5-114/Makefile b/security/krb5-114/Makefile index b9d7df6ee228..9e8836d60923 100644 --- a/security/krb5-114/Makefile +++ b/security/krb5-114/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= krb5 -PORTVERSION= 1.14.2 +PORTVERSION= 1.14.3 CATEGORIES= security MASTER_SITES= http://web.mit.edu/kerberos/dist/${PORTNAME}/${PORTVERSION:C/^[0-9]*\.[0-9]*/&X/:C/X\.[0-9]*$//:C/X//}/ .if !defined(MASTERDIR) @@ -26,7 +26,7 @@ USE_LDCONFIG= yes USE_CSTD= gnu99 GNU_CONFIGURE= yes USES= cpe gettext gmake perl5 libtool:build \ - gssapi:bootstrap,mit pkgconfig:both + gssapi:bootstrap,mit pkgconfig:both ssl CONFIGURE_ARGS?= --enable-shared --without-system-verto \ --disable-rpath --localstatedir="${PREFIX}/var" CONFIGURE_ENV= INSTALL="${INSTALL}" INSTALL_LIB="${INSTALL_LIB}" YACC="${YACC}" @@ -51,7 +51,6 @@ PREFIX= ${KRB5_HOME} CPPFLAGS+= -I${LOCALBASE}/include -I${OPENSSLINC} LDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB} -USE_OPENSSL= yes USE_RC_SUBR= kpropd .include diff --git a/security/krb5-114/distinfo b/security/krb5-114/distinfo index f16672420335..2df3f3864ec4 100644 --- a/security/krb5-114/distinfo +++ b/security/krb5-114/distinfo @@ -1,2 +1,3 @@ -SHA256 (krb5-1.14.2.tar.gz) = 6bcad7e6778d1965e4ce4af21d2efdc15b274c5ce5c69031c58e4c954cda8b27 -SIZE (krb5-1.14.2.tar.gz) = 12264762 +TIMESTAMP = 1469146014 +SHA256 (krb5-1.14.3.tar.gz) = cd4620d520cf0df0dd8791309912df2bb20fcba76790b9fba4e25c1da08ff2c9 +SIZE (krb5-1.14.3.tar.gz) = 12279888 diff --git a/security/linux-c6-openssl-compat/Makefile b/security/linux-c6-openssl-compat/Makefile index 7ffff4649c77..8b3a4dc8c92d 100644 --- a/security/linux-c6-openssl-compat/Makefile +++ b/security/linux-c6-openssl-compat/Makefile @@ -10,7 +10,10 @@ DISTNAME= openssl098e-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= OpenSSL toolkit (Linux CentOS ${LINUX_DIST_VER}) -CONFLICTS= linux-openssl-[0-9]* linux-f10-openssl-[0-9]* +LICENSE= OpenSSL +LICENSE_FILE= ${WRKSRC}/usr/share/doc/openssl098e-${PORTVERSION}/LICENSE + +CONFLICTS= linux-f10-openssl-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 diff --git a/security/linux-c6-openssl-compat/pkg-descr b/security/linux-c6-openssl-compat/pkg-descr deleted file mode 100644 index 23038abb305b..000000000000 --- a/security/linux-c6-openssl-compat/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -asdf - -WWW: http://xmj.me diff --git a/security/luasec/Makefile b/security/luasec/Makefile index 7c7160dc8c26..5788e06a6fff 100644 --- a/security/luasec/Makefile +++ b/security/luasec/Makefile @@ -16,7 +16,7 @@ GH_ACCOUNT= brunoos ALL_TARGET= bsd LIBDIR= -L${LUA_LIBDIR} -L${WRKSRC}/src/luasocket MAKE_ENV+= INCDIR="-I${LUA_INCDIR} -I${WRKSRC}/src" LUAPATH=${LUA_MODSHAREDIR} \ - CPATH=${LUA_MODLIBDIR} LD=$(CC) + CPATH=${LUA_MODLIBDIR} LD=${CC} USES= lua:51 USE_OPENSSL= yes CFLAGS+= -DOPENSSL_NO_SSL3 diff --git a/security/openssl-devel/Makefile b/security/openssl-devel/Makefile index 6ddb5a65ab81..70f8c1d38863 100644 --- a/security/openssl-devel/Makefile +++ b/security/openssl-devel/Makefile @@ -118,13 +118,13 @@ post-patch: post-configure: ${REINPLACE_CMD} \ -e 's|^MANDIR=.*$$|MANDIR=$$(PREFIX)/man|' \ - -e 's|LIBVERSION=[^ ]* |LIBVERSION=$(OPENSSL_SHLIBVER) |' \ - -e 's|$$(SHLIB_MAJOR).$$(SHLIB_MINOR)|$(OPENSSL_SHLIBVER)|g' \ + -e 's|LIBVERSION=[^ ]* |LIBVERSION=${OPENSSL_SHLIBVER} |' \ + -e 's|$$(SHLIB_MAJOR).$$(SHLIB_MINOR)|${OPENSSL_SHLIBVER}|g' \ -e 's|$$(LIBDIR)/pkgconfig|libdata/pkgconfig|g' \ -e 's| install_html_docs$$||' \ ${WRKSRC}/Makefile ${REINPLACE_CMD} \ - -e 's|^LIBVERSION=$$|LIBVERSION=$(OPENSSL_SHLIBVER) |' \ + -e 's|^LIBVERSION=$$|LIBVERSION=${OPENSSL_SHLIBVER} |' \ ${WRKSRC}/Makefile.shared post-install-SHARED-on: diff --git a/security/putty/Makefile b/security/putty/Makefile index 852ecb87982a..472f5f4bfad3 100644 --- a/security/putty/Makefile +++ b/security/putty/Makefile @@ -44,7 +44,7 @@ MAKE_ARGS+= GTK_CONFIG=: .if ${PORT_OPTIONS:MGSSAPI} _COMPAT= -DSTATIC_GSSAPI USES+= gssapi:base,flags -MAKE_ARGS+= KRB5CONFIG=$(KRB5CONFIG) +MAKE_ARGS+= KRB5CONFIG=${KRB5CONFIG} .else _COMPAT= -DNO_GSSAPI .endif diff --git a/security/tripwire/Makefile b/security/tripwire/Makefile index 95ef6d43c133..1c2624d6aa8a 100644 --- a/security/tripwire/Makefile +++ b/security/tripwire/Makefile @@ -139,11 +139,10 @@ make-pkg-install: @ ${ECHO_CMD} 'esac' >> ${PKGPOSTINSTALL} @ ${ECHO_CMD} PACKAGE_INSTALLER=yes >> ${PKGPOSTINSTALL} @ ${ECHO_CMD} POLICYSRC=/tmp/$$$$.tmp >> ${PKGPOSTINSTALL} - @ ${ECHO_CMD} PREFIX="$(PREFIX)" >> ${PKGPOSTINSTALL} + @ ${ECHO_CMD} PREFIX="${PREFIX}" >> ${PKGPOSTINSTALL} @ ${ECHO_CMD} DO_NOT_CONFIG=yes >> ${PKGPOSTINSTALL} @ ${ECHO_CMD} TW_CLOBBER="false" >> ${PKGPOSTINSTALL} @ ${ECHO_CMD} TW_PROMPT="false" >> ${PKGPOSTINSTALL} - @ ${ECHO_CMD} sysconfdir="$(sysconfdir)" >> ${PKGPOSTINSTALL} @ ${ECHO_CMD} prefix=${PREFIX} >> ${PKGPOSTINSTALL} @ ${ECHO_CMD} sysconfdir=${TWCFG} >> ${PKGPOSTINSTALL} @ ${ECHO_CMD} path_to_vi="/usr/bin/vi" >> ${PKGPOSTINSTALL} diff --git a/security/unicornscan/Makefile b/security/unicornscan/Makefile index 57a9eb3b0b9e..a2b7815a905e 100644 --- a/security/unicornscan/Makefile +++ b/security/unicornscan/Makefile @@ -19,6 +19,8 @@ CFLAGS+= -DWITH_LONGOPTS SUB_FILES= pkg-message +MAKE_JOBS_UNSAFE= yes + post-patch: @${REINPLACE_CMD} -e 's|/usr/local/share|${PREFIX}/etc|' \ ${WRKSRC}/fconf/unicorn.conf diff --git a/security/yubico-piv-tool/Makefile b/security/yubico-piv-tool/Makefile index fc8b2a8956d6..f19d50562dd2 100644 --- a/security/yubico-piv-tool/Makefile +++ b/security/yubico-piv-tool/Makefile @@ -18,9 +18,9 @@ USES= libtool pathfix pkgconfig USE_LDCONFIG= yes USE_OPENSSL= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= OPENSSL_CFLAGS="$(OPENSSL_CFLAGS)" \ - OPENSSL_LIBS="-L$(OPENSSLLIB) -lcrypto" -OPENSSL_CFLAGS= -I$(OPENSSLINC) +CONFIGURE_ENV= OPENSSL_CFLAGS="${OPENSSL_CFLAGS}" \ + OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" +OPENSSL_CFLAGS= -I${OPENSSLINC} PLIST_FILES= bin/yubico-piv-tool \ include/ykcs11/ykcs11-version.h \ diff --git a/shells/rc/Makefile b/shells/rc/Makefile index ace71399ad91..073a32d3a18b 100644 --- a/shells/rc/Makefile +++ b/shells/rc/Makefile @@ -18,6 +18,6 @@ OPTIONS_DEFINE= READLINE READLINE_USES= readline READLINE_CONFIGURE_WITH=--with-readline -READLINE_MAKE_ARGS_OFF= CFLAGS="$(CFLAGS) -static" +READLINE_MAKE_ARGS_OFF= CFLAGS="${CFLAGS} -static" .include diff --git a/sysutils/Makefile b/sysutils/Makefile index 5b4cb7357b81..35a345635de3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -169,6 +169,7 @@ SUBDIR += consolehm SUBDIR += consolekit SUBDIR += consul + SUBDIR += consul-alerts SUBDIR += contractor SUBDIR += copytape SUBDIR += coreutils diff --git a/sysutils/bacula-docs/Makefile b/sysutils/bacula-docs/Makefile index 4f6eb22c770b..06f76b834ae2 100644 --- a/sysutils/bacula-docs/Makefile +++ b/sysutils/bacula-docs/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= bacula -PORTVERSION= 7.2.0 +PORTVERSION= 7.4.2 CATEGORIES= sysutils MASTER_SITES= SF PKGNAMESUFFIX= -docs diff --git a/sysutils/bacula-docs/distinfo b/sysutils/bacula-docs/distinfo index e362599b71a6..eac89a892f5c 100644 --- a/sysutils/bacula-docs/distinfo +++ b/sysutils/bacula-docs/distinfo @@ -1,2 +1,2 @@ -SHA256 (bacula-docs-7.2.0.tar.bz2) = d17d5cd888c59a29c15d467843c279fa0e15accb8a911cec360fbe5d69971937 -SIZE (bacula-docs-7.2.0.tar.bz2) = 42744334 +SHA256 (bacula-docs-7.4.2.tar.bz2) = ac37224c68ded3883ba1f87140b7c228046d0adbeea00639e5815825208eba9b +SIZE (bacula-docs-7.4.2.tar.bz2) = 44498002 diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index d42b272104dd..ea00e1331c39 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= bacula -DISTVERSION= 7.4.0 -PORTREVISION= 2 +DISTVERSION= 7.4.2 CATEGORIES?= sysutils MASTER_SITES= SF/bacula/bacula/${PORTVERSION} PKGNAMEPREFIX?= # diff --git a/sysutils/bacula-server/distinfo b/sysutils/bacula-server/distinfo index 090e3f9911e3..df17a06c4579 100644 --- a/sysutils/bacula-server/distinfo +++ b/sysutils/bacula-server/distinfo @@ -1,2 +1,3 @@ -SHA256 (bacula-7.4.0.tar.gz) = fe850b783523edb19fb4dbfa8c44752d20955121b71a52b0740a9e765bfd73cb -SIZE (bacula-7.4.0.tar.gz) = 3314218 +TIMESTAMP = 1469108764 +SHA256 (bacula-7.4.2.tar.gz) = 0c5f7fe1d35fc2aa4ffba73e977b710b955b1fe3e45ab90c67b47b279152ad67 +SIZE (bacula-7.4.2.tar.gz) = 3311355 diff --git a/sysutils/bacula-server/files/patch-src_console_Makefile.in b/sysutils/bacula-server/files/patch-src_console_Makefile.in index 4b59666d296a..d41747a16d07 100644 --- a/sysutils/bacula-server/files/patch-src_console_Makefile.in +++ b/sysutils/bacula-server/files/patch-src_console_Makefile.in @@ -1,20 +1,5 @@ --- src/console/Makefile.in.orig 2015-08-13 13:52:24 UTC +++ src/console/Makefile.in -@@ -48,12 +48,12 @@ all: Makefile bconsole @STATIC_CONS@ - - - bconsole: Makefile $(CONSOBJS) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) -- $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) $(CONS_LDFLAGS) -L../lib -L../cats -o $@ $(CONSOBJS) \ -+ $(LIBTOOL_LINK) $(CXX) -L../lib -L../cats $(LDFLAGS) $(CONS_LDFLAGS) -o $@ $(CONSOBJS) \ - $(DLIB) $(CONS_LIBS) -lbaccfg -lbac -lm $(LIBS) $(GETTEXT_LIBS) \ - $(OPENSSL_LIBS) - - static-bconsole: Makefile $(CONSOBJS) ../lib/libbac.a ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) -- $(LIBTOOL_LINK) $(CXX) -static $(LDFLAGS) $(CONS_LDFLAGS) -L../lib -L../cats -o $@ $(CONSOBJS) \ -+ $(LIBTOOL_LINK) $(CXX) -static -L../lib -L../cats $(LDFLAGS) $(CONS_LDFLAGS) -o $@ $(CONSOBJS) \ - $(DLIB) $(CONS_LIBS) -lbaccfg -lbac -lm $(LIBS) $(GETTEXT_LIBS) \ - $(OPENSSL_LIBS) - strip $@ @@ -121,7 +121,7 @@ uninstall: depend: @$(MV) Makefile Makefile.bak diff --git a/sysutils/bacula-server/files/patch-src_dird_Makefile.in b/sysutils/bacula-server/files/patch-src_dird_Makefile.in index 1254a5e508e3..132291431a90 100644 --- a/sysutils/bacula-server/files/patch-src_dird_Makefile.in +++ b/sysutils/bacula-server/files/patch-src_dird_Makefile.in @@ -1,23 +1,6 @@ --- src/dird/Makefile.in.orig 2015-08-13 13:52:24 UTC +++ src/dird/Makefile.in -@@ -65,14 +65,14 @@ bacula-dir: Makefile $(SVROBJS) ../lib/l - ../cats/libbacsql$(DEFAULT_ARCHIVE_TYPE) \ - ../cats/libbaccats$(DEFAULT_ARCHIVE_TYPE) ../findlib/libbacfind$(DEFAULT_ARCHIVE_TYPE) - @echo "Linking $@ ..." -- $(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) $(LDFLAGS) -L../lib -L../cats -L../findlib -o $@ $(SVROBJS) \ -+ $(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) -L../lib -L../cats -L../findlib $(LDFLAGS) -o $@ $(SVROBJS) \ - -lbacfind -lbacsql -lbaccats -lbaccfg -lbac -lm $(DLIB) $(DB_LIBS) $(LIBS) \ - $(WRAPLIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) $(CAP_LIBS) - - static-bacula-dir: Makefile $(SVROBJS) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) \ - ../cats/libbacsql$(DEFAULT_ARCHIVE_TYPE) \ - ../cats/libbaccats$(DEFAULT_ARCHIVE_TYPE) ../findlib/libbacfind$(DEFAULT_ARCHIVE_TYPE) -- $(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) $(LDFLAGS) -static -L../lib -L../cats -L../findlib -o $@ $(SVROBJS) \ -+ $(LIBTOOL_LINK) $(CXX) $(WLDFLAGS) -static -L../lib -L../cats -L../findlib $(LDFLAGS) -o $@ $(SVROBJS) \ - -lbacfind -lbacsql -lbaccats -lbaccfg -lbac -lm $(DLIB) $(DB_LIBS) $(LIBS) \ - $(WRAPLIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) $(CAP_LIBS) - strip $@ -@@ -137,7 +137,7 @@ uninstall: +@@ -140,7 +140,7 @@ uninstall: depend: @$(MV) Makefile Makefile.bak @$(SED) "/^# DO NOT DELETE:/,$$ d" Makefile.bak > Makefile diff --git a/sysutils/bacula-server/files/patch-src_tools_Makefile.in b/sysutils/bacula-server/files/patch-src_tools_Makefile.in index 623f7c488976..ba2f1c1ff041 100644 --- a/sysutils/bacula-server/files/patch-src_tools_Makefile.in +++ b/sysutils/bacula-server/files/patch-src_tools_Makefile.in @@ -1,6 +1,6 @@ ---- src/tools/Makefile.in.orig 2015-08-13 13:52:24 UTC -+++ src/tools/Makefile.in -@@ -57,26 +57,26 @@ all: Makefile $(TOOLS) gigaslam grow +--- src/tools/Makefile.in.orig 2016-07-06 19:03:41.000000000 +0000 ++++ src/tools/Makefile.in 2016-07-21 14:48:28.406720193 +0000 +@@ -58,26 +58,26 @@ @echo " " bsmtp: Makefile bsmtp.o ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) @@ -20,7 +20,7 @@ ../cats/libbacsql$(DEFAULT_ARCHIVE_TYPE) ../cats/libbaccats$(DEFAULT_ARCHIVE_TYPE) $(DIRCONFOBJS) - $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) -L../lib -L../cats -o $@ dbcheck.o $(DIRCONFOBJS) \ + $(LIBTOOL_LINK) $(CXX) -L../lib -L../cats $(LDFLAGS) -o $@ dbcheck.o $(DIRCONFOBJS) \ - -lbaccats -lbacsql -lbaccfg -lbac -lm $(DB_LIBS) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) + -lbaccats -lbacsql -lbaccfg -lbac -lm $(ZLIBS) $(DB_LIBS) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) fstype: Makefile fstype.o ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) ../findlib/libbacfind$(DEFAULT_ARCHIVE_TYPE) - $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) -L../lib -L../findlib -o $@ fstype.o -lbacfind -lbac -lm \ @@ -33,7 +33,7 @@ $(DLIB) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) dird_conf.o: ../dird/dird_conf.c -@@ -94,29 +94,29 @@ timelimit: timelimit.o +@@ -95,29 +95,29 @@ testfind: Makefile ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) ../lib/libbaccfg$(DEFAULT_ARCHIVE_TYPE) \ ../findlib/libbacfind$(DEFAULT_ARCHIVE_TYPE) $(FINDOBJS) @@ -60,16 +60,16 @@ ../cats/libbaccats$(DEFAULT_ARCHIVE_TYPE) bbatch.o - $(LIBTOOL_LINK) $(CXX) -g $(LDFLAGS) -L../cats -L. -L../lib -o $@ bbatch.o \ + $(LIBTOOL_LINK) $(CXX) -g -L../cats -L. -L../lib $(LDFLAGS) -o $@ bbatch.o \ - -lbaccats -lbacsql -lbac -lm $(DB_LIBS) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) + -lbaccats -lbacsql -lbac -lm $(ZLIBS) $(DB_LIBS) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) bvfs_test: Makefile ../findlib/libbacfind$(DEFAULT_ARCHIVE_TYPE) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) \ ../cats/libbacsql$(DEFAULT_ARCHIVE_TYPE) ../cats/libbaccats$(DEFAULT_ARCHIVE_TYPE) bvfs_test.o - $(LIBTOOL_LINK) $(CXX) -g $(LDFLAGS) -L../cats -L. -L../lib -L../findlib -o $@ bvfs_test.o \ + $(LIBTOOL_LINK) $(CXX) -g -L../cats -L. -L../lib -L../findlib $(LDFLAGS) -o $@ bvfs_test.o \ - -lbaccats -lbacsql -lbacfind -lbac -lm $(DB_LIBS) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) + -lbaccats -lbacsql -lbacfind -lbac -lm $(ZLIBS) $(DB_LIBS) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) cats_test.o: cats_test.c -@@ -124,7 +124,7 @@ cats_test.o: cats_test.c +@@ -125,7 +125,7 @@ $(NO_ECHO)$(CXX) $(DEFS) $(DEBUG) -c $(CPPFLAGS) -I$(srcdir) -I$(basedir) $(DINCLUDE) $(CFLAGS) $< cats_test: Makefile ../findlib/libbacfind$(DEFAULT_ARCHIVE_TYPE) ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) ../cats/libbacsql$(DEFAULT_ARCHIVE_TYPE) cats_test.o @@ -78,7 +78,7 @@ -lbaccats -lbacsql -lbacfind -lbac -lm $(DB_LIBS) $(LIBS) $(GETTEXT_LIBS) $(OPENSSL_LIBS) gigaslam.o: gigaslam.c -@@ -134,13 +134,13 @@ gigaslam: gigaslam.o +@@ -135,13 +135,13 @@ $(LIBTOOL_LINK) $(CXX) $(LDFLAGS) -o $@ gigaslam.o grow: Makefile grow.o ../lib/libbac$(DEFAULT_ARCHIVE_TYPE) @@ -94,7 +94,7 @@ Makefile: $(srcdir)/Makefile.in $(topdir)/config.status cd $(topdir) \ -@@ -197,7 +197,7 @@ uninstall: +@@ -198,7 +198,7 @@ depend: @$(MV) Makefile Makefile.bak @$(SED) "/^# DO NOT DELETE:/,$$ d" Makefile.bak > Makefile diff --git a/sysutils/bbcp/Makefile b/sysutils/bbcp/Makefile index 509c4590c222..ee749c966efb 100644 --- a/sysutils/bbcp/Makefile +++ b/sysutils/bbcp/Makefile @@ -22,7 +22,7 @@ BUILD_WRKSRC= ${WRKSRC}/src OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's|g++|$(CXX)|' -e 's|gcc|$(CC)|' \ + @${REINPLACE_CMD} -e 's|g++|${CXX}|' -e 's|gcc|${CC}|' \ ${WRKSRC}/src/Makefile do-install: diff --git a/sysutils/consul-alerts/Makefile b/sysutils/consul-alerts/Makefile new file mode 100644 index 000000000000..08dc0b98a0fa --- /dev/null +++ b/sysutils/consul-alerts/Makefile @@ -0,0 +1,51 @@ +# $FreeBSD$ + +PORTNAME= consul-alerts +PORTVERSION= 0.3.3 +DISTVERSIONPREFIX= v +CATEGORIES= sysutils + +MAINTAINER= john@pcbsd.org +COMMENT= Simple daemon to send notifications based on Consul health checks + +LICENSE= GPLv2+ + +BUILD_DEPENDS= ${LOCALBASE}/bin/go:lang/go + +USES= compiler + +USE_GITHUB= yes +GH_ACCOUNT= AcalephStorage + +PLIST_FILES= ${PREFIX}/bin/consul-alerts + +USE_RC_SUBR= consul-alerts + +STRIP= + +post-patch: + @${MKDIR} ${WRKSRC}/src/github.com/AcalephStorage/consul-alerts +.for src in .buildkite .buildkite-release .gitignore .travis.yml \ + check-handler.go consul consul-alerts.go Dockerfile \ + event-handler.go Godeps health-handler.go leader-election.go \ + LICENSE Makefile notifier provision README.md send-notifs.go \ + Vagrantfile watchers.go + @${MV} ${WRKSRC}/${src} \ + ${WRKSRC}/src/github.com/AcalephStorage/consul-alerts +.endfor + +do-build: + @cd ${WRKSRC}/src/github.com/AcalephStorage/consul-alerts; \ + ${SETENV} ${BUILD_ENV} GOPATH=${WRKSRC} go build -v -x \ + -ldflags "-X main.GitDescribe=v${PORTVERSION}" -o bin/consul-alerts + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/github.com/AcalephStorage/consul-alerts/bin/consul-alerts ${STAGEDIR}${PREFIX}/bin/consul-alerts + +.include + +.if ${COMPILER_TYPE} == clang +BUILD_ENV= CC=clang +.endif + +.include diff --git a/sysutils/consul-alerts/distinfo b/sysutils/consul-alerts/distinfo new file mode 100644 index 000000000000..cc672173477b --- /dev/null +++ b/sysutils/consul-alerts/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1468785601 +SHA256 (AcalephStorage-consul-alerts-v0.3.3_GH0.tar.gz) = a71acd454fadd193900d484e76437f68b96d91d6331c7ddee40dc3a6f8e52706 +SIZE (AcalephStorage-consul-alerts-v0.3.3_GH0.tar.gz) = 206900 diff --git a/sysutils/consul-alerts/files/consul-alerts.in b/sysutils/consul-alerts/files/consul-alerts.in new file mode 100644 index 000000000000..b98dda641de7 --- /dev/null +++ b/sysutils/consul-alerts/files/consul-alerts.in @@ -0,0 +1,32 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: consul-alerts +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add the following lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# consul_alerts_enable (bool): Set to NO by default. +# Set it to YES to enable consul-alerts +# consul_alerts_env (string): Set environment variables used with consul-alerts +# Default is "". + +. /etc/rc.subr + +name=consul_alerts +rcvar=consul_alerts_enable + +load_rc_config $name + +: ${consul_alerts_enable:="NO"} +: ${consul_alerts_env:=""} + +pidfile=/var/run/consul-alerts.pid +procname="%%PREFIX%%/bin/consul-alerts" +command="/usr/sbin/daemon" +command_args="-f -p ${pidfile} /usr/bin/env ${consul_alerts_env} ${procname} start ${consul_alerts_args}" + +run_rc_command "$1" diff --git a/sysutils/consul-alerts/pkg-descr b/sysutils/consul-alerts/pkg-descr new file mode 100644 index 000000000000..a35912f4e147 --- /dev/null +++ b/sysutils/consul-alerts/pkg-descr @@ -0,0 +1,7 @@ +A highly available daemon to send notifications and reminders based on +Consul health checks. Including profile selection based on service, +check, or host that enables specific handlers and reminder intervals. +consul-alerts makes use of consul services to provide leader election +and automatic failover amongst multiple instances. + +URL: https://github.com/AcalephStorage/consul-alerts diff --git a/sysutils/eventlog/Makefile b/sysutils/eventlog/Makefile index 72735d572ea0..a58532538445 100644 --- a/sysutils/eventlog/Makefile +++ b/sysutils/eventlog/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 0.2.12 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/3.2.2/source/ -DISTFILES= $(PORTNAME)_$(PORTVERSION).tar.gz +DISTFILES= ${PORTNAME}_${PORTVERSION}.tar.gz MAINTAINER= cy@FreeBSD.org COMMENT= Replacement of the simple syslog() API providing structure to messages diff --git a/sysutils/file/Makefile b/sysutils/file/Makefile index 69f8fbef3125..c91a8d1a4182 100644 --- a/sysutils/file/Makefile +++ b/sysutils/file/Makefile @@ -25,7 +25,7 @@ check regression-test test: build @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} check post-patch: - @${REINPLACE_CMD} -e 's|$(datadir)/misc|$(datadir)/${PORTNAME}|g' \ + @${REINPLACE_CMD} -e 's|$$(datadir)/misc|$$(datadir)/${PORTNAME}|g' \ ${WRKSRC}/configure .include diff --git a/sysutils/gkrellm2/Makefile b/sysutils/gkrellm2/Makefile index 7db1992e9a0b..c7518e5a7520 100644 --- a/sysutils/gkrellm2/Makefile +++ b/sysutils/gkrellm2/Makefile @@ -50,7 +50,7 @@ PORTDOCS= COPYRIGHT CREDITS README Themes.html ALL_TARGET= freebsd -MAKE_ENV+= INSTALLROOT=${PREFIX} INSTALL_PREFIX=$(STAGEDIR) \ +MAKE_ENV+= INSTALLROOT=${PREFIX} INSTALL_PREFIX=${STAGEDIR} \ PKGCONFIGDIR=${PREFIX}/libdata/pkgconfig \ SINSTALLDIR=${PREFIX}/sbin \ MANDIR=${MAN1PREFIX}/man/man1 SMANDIR=${MANPREFIX}/man/man8 \ diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index 8e5310465ae3..8ecd2aa64668 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lsof -DISTVERSION= 4.90C +DISTVERSION= 4.90E PORTEPOCH= 8 CATEGORIES= sysutils MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/ \ diff --git a/sysutils/lsof/distinfo b/sysutils/lsof/distinfo index 882eedc08c95..4479a46456fb 100644 --- a/sysutils/lsof/distinfo +++ b/sysutils/lsof/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1468268192 -SHA256 (lsof_4.90C.freebsd.tar.bz2) = 68f71e8454684d3845af701c62242b6f8507aafa5dc413f4710152ac43795f03 -SIZE (lsof_4.90C.freebsd.tar.bz2) = 486881 +TIMESTAMP = 1469013350 +SHA256 (lsof_4.90E.freebsd.tar.bz2) = 146dac5c819f414b3218b6236d69792a72acdbe3da145613989ef27084c44317 +SIZE (lsof_4.90E.freebsd.tar.bz2) = 487890 diff --git a/sysutils/pfstat/Makefile b/sysutils/pfstat/Makefile index cfb4eb30e178..5e7f8dc77f25 100644 --- a/sysutils/pfstat/Makefile +++ b/sysutils/pfstat/Makefile @@ -3,7 +3,7 @@ PORTNAME= pfstat PORTVERSION= 2.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils net MASTER_SITES= http://www.benzedrine.cx/ diff --git a/sysutils/py-stdiff/Makefile b/sysutils/py-stdiff/Makefile index 2cb8aaf06136..2a4a5a598144 100644 --- a/sysutils/py-stdiff/Makefile +++ b/sysutils/py-stdiff/Makefile @@ -17,7 +17,7 @@ PORTDOCS= * post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} - $(INSTALL_MAN) ${WRKSRC}/INSTALL.txt ${STAGEDIR}/${DOCSDIR}/ - $(INSTALL_MAN) ${WRKSRC}/LICENSE.txt ${STAGEDIR}/${DOCSDIR}/ + ${INSTALL_MAN} ${WRKSRC}/INSTALL.txt ${STAGEDIR}/${DOCSDIR}/ + ${INSTALL_MAN} ${WRKSRC}/LICENSE.txt ${STAGEDIR}/${DOCSDIR}/ (cd ${WRKSRC}/ && ${COPYTREE_SHARE} docs ${STAGEDIR}${DOCSDIR}/) .include diff --git a/sysutils/sd-agent/Makefile b/sysutils/sd-agent/Makefile index 0f28ac47b683..c1d9e25ae84a 100644 --- a/sysutils/sd-agent/Makefile +++ b/sysutils/sd-agent/Makefile @@ -9,7 +9,7 @@ COMMENT= Server Density Agent for FreeBSD LICENSE= BSD3CLAUSE -RUN_DEPENDS= $(LOCALBASE)/sbin/sysinfo:sysutils/sysinfo +RUN_DEPENDS= ${LOCALBASE}/sbin/sysinfo:sysutils/sysinfo USERS= sd-agent GROUPS= sd-agent @@ -20,23 +20,23 @@ GH_ACCOUNT= serverdensity USES= python shebangfix SHEBANG_FILES= agent.py -USE_RC_SUBR= $(PORTNAME) -SUB_LIST+= RCNAME=$(PORTNAME:S/-/_/g) +USE_RC_SUBR= ${PORTNAME} +SUB_LIST+= RCNAME=${PORTNAME:S/-/_/g} NO_ARCH= yes -INSTALLDIR= $(STAGEDIR)$(PREFIX)/libexec/$(PORTNAME) +INSTALLDIR= ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} FLIST= agent.py checks.py daemon.py logtail.py minjson.py pep8.sh plugins.py sd-deploy.py do-build:: - $(SED) -i .bak 's,%%PREFIX%%,$(PREFIX),' $(WRKSRC)/agent.py + ${SED} -i .bak 's,%%PREFIX%%,${PREFIX},' ${WRKSRC}/agent.py do-install:: - $(MKDIR) $(INSTALLDIR)/plugins -.for f in $(FLIST) - $(INSTALL_SCRIPT) $(WRKSRC)/$f $(INSTALLDIR) + ${MKDIR} ${INSTALLDIR}/plugins +.for f in ${FLIST} + ${INSTALL_SCRIPT} ${WRKSRC}/$f ${INSTALLDIR} .endfor - $(MKDIR) $(STAGEDIR)$(ETCDIR) - $(INSTALL_DATA) $(WRKSRC)/config.cfg $(STAGEDIR)$(ETCDIR)/config.cfg.sample + ${MKDIR} ${STAGEDIR}${ETCDIR} + ${INSTALL_DATA} ${WRKSRC}/config.cfg ${STAGEDIR}${ETCDIR}/config.cfg.sample .include diff --git a/sysutils/syslog-ng-devel/Makefile b/sysutils/syslog-ng-devel/Makefile index 18fb756d3ad4..06b1d44d0509 100644 --- a/sysutils/syslog-ng-devel/Makefile +++ b/sysutils/syslog-ng-devel/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 3.7.3 PORTREVISION= 1 PKGNAMESUFFIX= -devel CATEGORIES= sysutils -DISTVERSION= $(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/) +DISTVERSION= ${PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/} DISTFILES= syslog-ng-${DISTVERSION}.tar.gz MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/ @@ -21,7 +21,7 @@ LIB_DEPENDS= libevtlog.so:sysutils/eventlog \ CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ syslog-ng-devel-[0-9]* -WRKSRC= $(WRKDIR)/$(PORTNAME)-$(DISTVERSION) +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= TCP_WRAPPERS SQL SPOOF IPV6 SMTP JSON GEOIP DOCS REDIS JAVA PYTHON diff --git a/sysutils/syslog-ng-incubator/Makefile b/sysutils/syslog-ng-incubator/Makefile index 24df89c52e40..c5f99db0f3d9 100644 --- a/sysutils/syslog-ng-incubator/Makefile +++ b/sysutils/syslog-ng-incubator/Makefile @@ -12,7 +12,7 @@ DISTFILES= syslog-ng-incubator-${PORTVERSION}.tar.xz MAINTAINER= cy@FreeBSD.org COMMENT= The syslog-ng module incubator -WRKSRC= $(WRKDIR)/$(PORTNAME)-$(PORTVERSION) +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} MAKE_JOBS_UNSAFE= yes diff --git a/sysutils/syslog-ng36/Makefile b/sysutils/syslog-ng36/Makefile index c16aac6c46e9..8e85b075b4cd 100644 --- a/sysutils/syslog-ng36/Makefile +++ b/sysutils/syslog-ng36/Makefile @@ -7,7 +7,7 @@ PORTVERSION= 3.6.4 PKGNAMESUFFIX= 36 .endif CATEGORIES= sysutils -DISTVERSION= $(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/) +DISTVERSION= ${PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/} DISTFILES= syslog-ng-${DISTVERSION}.tar.gz MASTER_SITES= https://github.com/balabit/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/ \ http://www.balabit.com/downloads/files/syslog-ng/open-source-edition/${DISTVERSION}/source/ \ @@ -23,7 +23,7 @@ LIB_DEPENDS= libevtlog.so:sysutils/eventlog \ CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ syslog-ng-devel-[0-9]* -WRKSRC= $(WRKDIR)/$(PORTNAME)-$(DISTVERSION) +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= TCP_WRAPPERS SQL SPOOF IPV6 SMTP JSON GEOIP DOCS REDIS OPENSSL diff --git a/sysutils/syslog-ng37/Makefile b/sysutils/syslog-ng37/Makefile index f1729e30af90..822a6becf91f 100644 --- a/sysutils/syslog-ng37/Makefile +++ b/sysutils/syslog-ng37/Makefile @@ -8,7 +8,7 @@ PORTREVISION= 4 PKGNAMESUFFIX= 37 .endif CATEGORIES= sysutils -DISTVERSION= $(PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/) +DISTVERSION= ${PORTVERSION:S/a/alpha/:S/b/beta/:S/r/rc/} #DISTFILES= syslog-ng-${DISTVERSION}.tar.gz #MASTER_SITES= https://github.com/balabit/syslog-ng/releases/download/syslog-ng-${DISTVERSION}/ DISTFILES= syslog-ng-${DISTVERSION}_with_man.tar.gz @@ -26,7 +26,7 @@ BUILD_DEPENDS= xsltproc:textproc/libxslt \ CONFLICTS?= syslog-ng-[0-9]* syslog-ng[0-9]-[0-9]* \ syslog-ng[0-9][0-9]-[0-9]* \ syslog-ng-devel-[0-9]* -WRKSRC= $(WRKDIR)/$(PORTNAME)-$(DISTVERSION) +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= TCP_WRAPPERS SQL SPOOF IPV6 SMTP JSON GEOIP DOCS REDIS JAVA PYTHON diff --git a/textproc/modlogan/Makefile b/textproc/modlogan/Makefile index 6707b15bae48..deeb962a0a84 100644 --- a/textproc/modlogan/Makefile +++ b/textproc/modlogan/Makefile @@ -3,7 +3,7 @@ PORTNAME= modlogan PORTVERSION= 0.8.13 -PORTREVISION= 16 +PORTREVISION= 17 CATEGORIES= textproc www MASTER_SITES= http://www.mirrorservice.org/sites/www.ibiblio.org/gentoo/distfiles/ diff --git a/www/Makefile b/www/Makefile index e47954ff018c..31c86ad67d94 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1631,6 +1631,7 @@ SUBDIR += py-imdbpy SUBDIR += py-jonpy SUBDIR += py-jswebkit + SUBDIR += py-kallithea SUBDIR += py-mechanize SUBDIR += py-meld SUBDIR += py-meld3 diff --git a/www/analog/Makefile b/www/analog/Makefile index d687ee6747ee..a324dae2667d 100644 --- a/www/analog/Makefile +++ b/www/analog/Makefile @@ -3,7 +3,7 @@ PORTNAME= analog PORTVERSION= 6.0 -PORTREVISION= 10 +PORTREVISION= 11 PORTEPOCH= 1 CATEGORIES= www MASTER_SITES= http://www.analog.cx/ \ diff --git a/www/asterisk-stat/Makefile b/www/asterisk-stat/Makefile index 1874b66e2842..9379be33f3f3 100644 --- a/www/asterisk-stat/Makefile +++ b/www/asterisk-stat/Makefile @@ -3,7 +3,7 @@ PORTNAME= asterisk-stat PORTVERSION= 2.0.1 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES= www MASTER_SITES= http://ftp.iij.ad.jp/pub/FreeBSD/distfiles/ DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g} diff --git a/www/awffull/Makefile b/www/awffull/Makefile index 1757fcc1201a..ef27c077dfb4 100644 --- a/www/awffull/Makefile +++ b/www/awffull/Makefile @@ -3,7 +3,7 @@ PORTNAME= awffull PORTVERSION= 3.10.2 -PORTREVISION= 15 +PORTREVISION= 16 CATEGORIES?= www MASTER_SITES= https://launchpadlibrarian.net/20395993/ diff --git a/www/http-analyze/Makefile b/www/http-analyze/Makefile index 96f1a1415b2f..b4665b4ee739 100644 --- a/www/http-analyze/Makefile +++ b/www/http-analyze/Makefile @@ -3,7 +3,7 @@ PORTNAME= http-analyze PORTVERSION= 2.4.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= ftp://ftp.rent-a-guru.de/pub/ DIST_SUBDIR= ${PORTNAME} diff --git a/www/lighttpd-mod_geoip/Makefile b/www/lighttpd-mod_geoip/Makefile index 6cc51a99f0df..dddef4ba2498 100644 --- a/www/lighttpd-mod_geoip/Makefile +++ b/www/lighttpd-mod_geoip/Makefile @@ -26,10 +26,10 @@ _BUILDING_LIGHTTPD_MODULE= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/lighttpd - @${INSTALL_LIB} ${WRKSRC}/src/.libs/${PORTNAME}.so \ + ${INSTALL_LIB} ${WRKSRC}/src/.libs/${PORTNAME}.so \ ${STAGEDIR}${PREFIX}/lib/lighttpd @${MKDIR} ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d - @${INSTALL_DATA} ${WRKSRC}/doc/config/conf.d/geoip.conf \ + ${INSTALL_DATA} ${WRKSRC}/doc/config/conf.d/geoip.conf \ ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d/geoip.conf.sample .include "${MASTERDIR}/Makefile" diff --git a/www/lighttpd-mod_h264_streaming/Makefile b/www/lighttpd-mod_h264_streaming/Makefile index 675b881f1b51..707e486cd892 100644 --- a/www/lighttpd-mod_h264_streaming/Makefile +++ b/www/lighttpd-mod_h264_streaming/Makefile @@ -8,15 +8,15 @@ DISTNAME= lighttpd-${PORTVERSION} COMMENT= H264 streaming module for lighttpd -BUILD_DEPENDS= ${LOCALBASE}/sbin/lighttpd:www/lighttpd -RUN_DEPENDS= ${LOCALBASE}/sbin/lighttpd:www/lighttpd - LICENSE= CCPL.BY-NC-SA.30 LICENSE_NAME= Creative Commons Attribution-NonCommercial-ShareAlike 3.0 \ Unported License LICENSE_FILE= ${FILESDIR}/COPYING.mod_h264_streaming -LICENSE_DISTFILES= ${PATCHFILES} LICENSE_PERMS= dist-mirror pkg-mirror +LICENSE_DISTFILES= ${PATCHFILES} + +BUILD_DEPENDS= ${LOCALBASE}/sbin/lighttpd:www/lighttpd +RUN_DEPENDS= ${LOCALBASE}/sbin/lighttpd:www/lighttpd MASTERDIR= ${.CURDIR}/../lighttpd DESCR= ${.CURDIR}/pkg-descr @@ -34,10 +34,10 @@ _BUILDING_LIGHTTPD_MODULE= yes do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/lighttpd - @${INSTALL_LIB} ${WRKSRC}/src/.libs/${PORTNAME}.so \ + ${INSTALL_LIB} ${WRKSRC}/src/.libs/${PORTNAME}.so \ ${STAGEDIR}${PREFIX}/lib/lighttpd @${MKDIR} ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d - @${INSTALL_DATA} ${FILESDIR}/h264_streaming.conf \ + ${INSTALL_DATA} ${FILESDIR}/h264_streaming.conf \ ${STAGEDIR}${PREFIX}/etc/lighttpd/conf.d/h264_streaming.conf.sample .include "${MASTERDIR}/Makefile" diff --git a/www/mgstat/Makefile b/www/mgstat/Makefile index 798d3f373504..61b53c76422d 100644 --- a/www/mgstat/Makefile +++ b/www/mgstat/Makefile @@ -3,7 +3,7 @@ PORTNAME= mgstat PORTVERSION= 0.12 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= www MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ diff --git a/www/mod_clamav/Makefile b/www/mod_clamav/Makefile index 21e3ee024b24..f000b829675b 100644 --- a/www/mod_clamav/Makefile +++ b/www/mod_clamav/Makefile @@ -38,7 +38,7 @@ post-patch: do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR} - $(APXS) -S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR} \ + ${APXS} -S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR} \ -i -n 'clamav' ${WRKSRC}/.libs/mod_clamav.so ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/${MODULENAME}.so diff --git a/www/mod_encoding/Makefile b/www/mod_encoding/Makefile index 7f332f9421c0..ebd622f9d430 100644 --- a/www/mod_encoding/Makefile +++ b/www/mod_encoding/Makefile @@ -48,7 +48,7 @@ CONFIGURE_ENV+= ac_cv_lib_iconv_iconv=no \ do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR} - $(APXS) -S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR} \ + ${APXS} -S LIBEXECDIR=${STAGEDIR}${PREFIX}/${APACHEMODDIR} \ -i -n ${MODULENAME} ${WRKSRC}/${MODULENAME}.la ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${APACHEMODDIR}/${MODULENAME}.so diff --git a/www/mod_http2-devel/Makefile b/www/mod_http2-devel/Makefile index 33fc6bc90032..fa8638eca35d 100644 --- a/www/mod_http2-devel/Makefile +++ b/www/mod_http2-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mod_http2-devel -PORTVERSION= 1.5.12 +PORTVERSION= 1.5.13 DISTVERSIONPREFIX= v CATEGORIES= www diff --git a/www/mod_http2-devel/distinfo b/www/mod_http2-devel/distinfo index a71c5bd5c4da..a4d7a8195be1 100644 --- a/www/mod_http2-devel/distinfo +++ b/www/mod_http2-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1468163162 -SHA256 (icing-mod_h2-v1.5.12_GH0.tar.gz) = 7dbcf3a41b30b33d7064c018348216957201118ada2485e92f3dd448898a5cae -SIZE (icing-mod_h2-v1.5.12_GH0.tar.gz) = 183416 +TIMESTAMP = 1469105465 +SHA256 (icing-mod_h2-v1.5.13_GH0.tar.gz) = b0ae84a282357013aab72b1a13112d93940ab4c7cf1cb101f4c0bf52a2132258 +SIZE (icing-mod_h2-v1.5.13_GH0.tar.gz) = 183847 diff --git a/www/netstiff/Makefile b/www/netstiff/Makefile index 46f576ff79be..3dbb460296b5 100644 --- a/www/netstiff/Makefile +++ b/www/netstiff/Makefile @@ -10,22 +10,28 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Powerful web page update checker -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/LICENSE -NO_BUILD= yes -USE_RUBY= yes USES= shebangfix SHEBANG_FILES= ${WRKSRC}/${PORTNAME} +USE_RUBY= yes +NO_BUILD= yes +NO_ARCH= yes WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} -PORTDOCS= ChangeLog LICENSE THANKSTO + +PORTDOCS= ChangeLog THANKSTO PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz +OPTIONS_DEFINE= DOCS + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1 +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index 50c8412f731a..9234768cf3e6 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -3,6 +3,7 @@ PORTNAME= nginx PORTVERSION= 1.11.2 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= LOCAL/osa diff --git a/www/owncloud/Makefile b/www/owncloud/Makefile index 618a4ed57f1b..512675e19122 100644 --- a/www/owncloud/Makefile +++ b/www/owncloud/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= owncloud -PORTVERSION= 9.0.4 +PORTVERSION= 9.1.0 CATEGORIES= www MASTER_SITES= http://download.owncloud.org/community/ diff --git a/www/owncloud/distinfo b/www/owncloud/distinfo index b58cd1d1e317..b64a2693783c 100644 --- a/www/owncloud/distinfo +++ b/www/owncloud/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1468976370 -SHA256 (owncloud-9.0.4.tar.bz2) = ab71e8648c918629f6551333c45dd3b79d90f1dc0171d3def0a443bdc238a669 -SIZE (owncloud-9.0.4.tar.bz2) = 28521439 +TIMESTAMP = 1469152672 +SHA256 (owncloud-9.1.0.tar.bz2) = 26df5f51ae87f83dba93c130a1929278afe69f9426b877e3c5064034bec28ee3 +SIZE (owncloud-9.1.0.tar.bz2) = 29055490 diff --git a/www/owncloud/pkg-plist b/www/owncloud/pkg-plist index 73a5e7f21007..d63279cdcbb4 100644 --- a/www/owncloud/pkg-plist +++ b/www/owncloud/pkg-plist @@ -163,8 +163,6 @@ %%WWWDIR%%/3rdparty/doctrine/dbal/README.md %%WWWDIR%%/3rdparty/doctrine/dbal/SECURITY.md %%WWWDIR%%/3rdparty/doctrine/dbal/UPGRADE.md -%%WWWDIR%%/3rdparty/doctrine/dbal/bin/doctrine-dbal -%%WWWDIR%%/3rdparty/doctrine/dbal/bin/doctrine-dbal.php %%WWWDIR%%/3rdparty/doctrine/dbal/composer.json %%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/ArrayStatement.php %%WWWDIR%%/3rdparty/doctrine/dbal/lib/Doctrine/DBAL/Cache/CacheException.php @@ -610,123 +608,6 @@ %%WWWDIR%%/3rdparty/ircmaxell/password-compat/LICENSE.md %%WWWDIR%%/3rdparty/ircmaxell/password-compat/composer.json %%WWWDIR%%/3rdparty/ircmaxell/password-compat/lib/password.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/AbstractMixer.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Factory.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Generator.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Mixer.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Mixer/Hash.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/CAPICOM.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/MTRand.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/MicroTime.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/OpenSSL.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/Rand.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/Random.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/URandom.php -%%WWWDIR%%/3rdparty/ircmaxell/random-lib/lib/RandomLib/Source/UniqID.php -%%WWWDIR%%/3rdparty/ircmaxell/security-lib/.gitignore -%%WWWDIR%%/3rdparty/ircmaxell/security-lib/README.md -%%WWWDIR%%/3rdparty/ircmaxell/security-lib/composer.json -%%WWWDIR%%/3rdparty/ircmaxell/security-lib/composer.lock -%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/AbstractFactory.php -%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BaseConverter.php -%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BigMath.php -%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BigMath/BCMath.php -%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BigMath/GMP.php -%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/BigMath/PHPMath.php -%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/Enum.php -%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/Hash.php -%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/Strength.php -%%WWWDIR%%/3rdparty/ircmaxell/security-lib/lib/SecurityLib/composer.json -%%WWWDIR%%/3rdparty/ircmaxell/security-lib/phpunit.xml.dist -%%WWWDIR%%/3rdparty/james-heinrich/getid3/.gitattributes -%%WWWDIR%%/3rdparty/james-heinrich/getid3/.gitignore -%%WWWDIR%%/3rdparty/james-heinrich/getid3/README.md -%%WWWDIR%%/3rdparty/james-heinrich/getid3/changelog.txt -%%WWWDIR%%/3rdparty/james-heinrich/getid3/composer.json -%%WWWDIR%%/3rdparty/james-heinrich/getid3/dependencies.txt -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/extension.cache.dbm.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/extension.cache.mysql.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/extension.cache.sqlite3.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/getid3.lib.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/getid3.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.archive.gzip.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.archive.rar.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.archive.szip.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.archive.tar.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.archive.zip.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.asf.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.bink.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.flv.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.matroska.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.mpeg.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.nsv.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.quicktime.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.real.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.riff.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.swf.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio-video.ts.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.aa.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.aac.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.ac3.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.amr.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.au.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.avr.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.bonk.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.dss.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.dts.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.flac.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.la.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.lpac.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.midi.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.mod.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.monkey.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.mp3.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.mpc.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.ogg.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.optimfrog.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.rkau.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.shorten.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.tta.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.voc.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.vqf.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.audio.wavpack.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.graphic.bmp.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.graphic.efax.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.graphic.gif.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.graphic.jpg.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.graphic.pcd.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.graphic.png.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.graphic.svg.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.graphic.tiff.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.misc.cue.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.misc.exe.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.misc.iso.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.misc.msoffice.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.misc.par2.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.misc.pdf.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.tag.apetag.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.tag.id3v1.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.tag.id3v2.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.tag.lyrics3.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/module.tag.xmp.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/write.apetag.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/write.id3v1.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/write.id3v2.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/write.lyrics3.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/write.metaflac.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/write.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/write.real.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/getid3/write.vorbiscomment.php -%%WWWDIR%%/3rdparty/james-heinrich/getid3/license.txt -%%WWWDIR%%/3rdparty/james-heinrich/getid3/licenses/licence.gpl-10.txt -%%WWWDIR%%/3rdparty/james-heinrich/getid3/licenses/licence.gpl-20.txt -%%WWWDIR%%/3rdparty/james-heinrich/getid3/licenses/licence.gpl-30.txt -%%WWWDIR%%/3rdparty/james-heinrich/getid3/licenses/licence.lgpl-30.txt -%%WWWDIR%%/3rdparty/james-heinrich/getid3/licenses/licence.mpl-20.txt -%%WWWDIR%%/3rdparty/james-heinrich/getid3/licenses/license.commercial.txt -%%WWWDIR%%/3rdparty/james-heinrich/getid3/readme.txt -%%WWWDIR%%/3rdparty/james-heinrich/getid3/structure.txt %%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/LICENSE.md %%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/AstAnalyzer.php %%WWWDIR%%/3rdparty/jeremeamia/SuperClosure/src/Analyzer/ClosureAnalyzer.php @@ -891,6 +772,17 @@ %%WWWDIR%%/3rdparty/league/flysystem/src/Util.php %%WWWDIR%%/3rdparty/league/flysystem/src/Util/ContentListingFormatter.php %%WWWDIR%%/3rdparty/league/flysystem/src/Util/MimeType.php +%%WWWDIR%%/3rdparty/league/flysystem/src/Util/StreamHasher.php +%%WWWDIR%%/3rdparty/lukasreschke/id3parser/.gitignore +%%WWWDIR%%/3rdparty/lukasreschke/id3parser/README.md +%%WWWDIR%%/3rdparty/lukasreschke/id3parser/composer.json +%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/ID3Parser.php +%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v1.php +%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/getID3/Tags/getid3_id3v2.php +%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/getID3/getid3.php +%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/getID3/getid3_exception.php +%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/getID3/getid3_handler.php +%%WWWDIR%%/3rdparty/lukasreschke/id3parser/src/getID3/getid3_lib.php %%WWWDIR%%/3rdparty/mcnetic/zipstreamer/COPYING %%WWWDIR%%/3rdparty/mcnetic/zipstreamer/MANUAL.md %%WWWDIR%%/3rdparty/mcnetic/zipstreamer/README.md @@ -1094,7 +986,6 @@ %%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Unserializer.php %%WWWDIR%%/3rdparty/nikic/php-parser/lib/PhpParser/Unserializer/XML.php %%WWWDIR%%/3rdparty/nikic/php-parser/lib/bootstrap.php -%%WWWDIR%%/3rdparty/paragonie/random_compat/.gitignore %%WWWDIR%%/3rdparty/paragonie/random_compat/LICENSE %%WWWDIR%%/3rdparty/paragonie/random_compat/composer.json %%WWWDIR%%/3rdparty/paragonie/random_compat/lib/byte_safe_strings.php @@ -1104,10 +995,10 @@ %%WWWDIR%%/3rdparty/paragonie/random_compat/lib/random_bytes_com_dotnet.php %%WWWDIR%%/3rdparty/paragonie/random_compat/lib/random_bytes_dev_urandom.php %%WWWDIR%%/3rdparty/paragonie/random_compat/lib/random_bytes_libsodium.php +%%WWWDIR%%/3rdparty/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php %%WWWDIR%%/3rdparty/paragonie/random_compat/lib/random_bytes_mcrypt.php %%WWWDIR%%/3rdparty/paragonie/random_compat/lib/random_bytes_openssl.php %%WWWDIR%%/3rdparty/paragonie/random_compat/lib/random_int.php -%%WWWDIR%%/3rdparty/paragonie/random_compat/phpunit.xml.dist %%WWWDIR%%/3rdparty/patches.txt %%WWWDIR%%/3rdparty/patchwork/jsqueeze/LICENSE.ASL20 %%WWWDIR%%/3rdparty/patchwork/jsqueeze/LICENSE.GPLv2 @@ -2123,7 +2014,6 @@ %%WWWDIR%%/3rdparty/rackspace/php-opencloud/lib/php-opencloud.php %%WWWDIR%%/3rdparty/rackspace/php-opencloud/phpunit.xml.dist %%WWWDIR%%/3rdparty/react/promise/.gitignore -%%WWWDIR%%/3rdparty/react/promise/CHANGELOG.md %%WWWDIR%%/3rdparty/react/promise/LICENSE %%WWWDIR%%/3rdparty/react/promise/src/CancellablePromiseInterface.php %%WWWDIR%%/3rdparty/react/promise/src/Deferred.php @@ -2411,12 +2301,6 @@ %%WWWDIR%%/3rdparty/sabre/uri/composer.json %%WWWDIR%%/3rdparty/sabre/uri/lib/Version.php %%WWWDIR%%/3rdparty/sabre/uri/lib/functions.php -%%WWWDIR%%/3rdparty/sabre/uri/tests/BuildTest.php -%%WWWDIR%%/3rdparty/sabre/uri/tests/NormalizeTest.php -%%WWWDIR%%/3rdparty/sabre/uri/tests/ResolveTest.php -%%WWWDIR%%/3rdparty/sabre/uri/tests/SplitTest.php -%%WWWDIR%%/3rdparty/sabre/uri/tests/phpcs/ruleset.xml -%%WWWDIR%%/3rdparty/sabre/uri/tests/phpunit.xml.dist %%WWWDIR%%/3rdparty/sabre/vobject/.gitignore %%WWWDIR%%/3rdparty/sabre/vobject/ChangeLog.md %%WWWDIR%%/3rdparty/sabre/vobject/LICENSE @@ -2874,23 +2758,14 @@ @owner %%OWNCLOUD_USERNAME%% @group %%OWNCLOUD_GROUPNAME%% %%WWWDIR%%/apps/activity/appinfo/app.php -%%WWWDIR%%/apps/activity/appinfo/application.php %%WWWDIR%%/apps/activity/appinfo/database.xml %%WWWDIR%%/apps/activity/appinfo/info.xml -%%WWWDIR%%/apps/activity/appinfo/install.php %%WWWDIR%%/apps/activity/appinfo/routes.php %%WWWDIR%%/apps/activity/appinfo/signature.json %%WWWDIR%%/apps/activity/appinfo/update.php -%%WWWDIR%%/apps/activity/controller/activities.php -%%WWWDIR%%/apps/activity/controller/endpoint.php -%%WWWDIR%%/apps/activity/controller/feed.php -%%WWWDIR%%/apps/activity/controller/ocsendpoint.php -%%WWWDIR%%/apps/activity/controller/settings.php %%WWWDIR%%/apps/activity/css/settings.css %%WWWDIR%%/apps/activity/css/style.css %%WWWDIR%%/apps/activity/docs/endpoint-v2.md -%%WWWDIR%%/apps/activity/extension/files.php -%%WWWDIR%%/apps/activity/extension/files_sharing.php %%WWWDIR%%/apps/activity/img/activity-dark.png %%WWWDIR%%/apps/activity/img/activity-dark.svg %%WWWDIR%%/apps/activity/img/activity.png @@ -3033,39 +2908,45 @@ %%WWWDIR%%/apps/activity/l10n/zh_CN.json %%WWWDIR%%/apps/activity/l10n/zh_TW.js %%WWWDIR%%/apps/activity/l10n/zh_TW.json -%%WWWDIR%%/apps/activity/lib/api.php -%%WWWDIR%%/apps/activity/lib/backgroundjob/emailnotification.php -%%WWWDIR%%/apps/activity/lib/backgroundjob/expireactivities.php -%%WWWDIR%%/apps/activity/lib/consumer.php -%%WWWDIR%%/apps/activity/lib/data.php -%%WWWDIR%%/apps/activity/lib/datahelper.php -%%WWWDIR%%/apps/activity/lib/exception/invalidfilterexception.php -%%WWWDIR%%/apps/activity/lib/fileshooks.php -%%WWWDIR%%/apps/activity/lib/fileshooksstatic.php -%%WWWDIR%%/apps/activity/lib/formatter/baseformatter.php -%%WWWDIR%%/apps/activity/lib/formatter/cloudidformatter.php -%%WWWDIR%%/apps/activity/lib/formatter/fileformatter.php -%%WWWDIR%%/apps/activity/lib/formatter/iformatter.php -%%WWWDIR%%/apps/activity/lib/formatter/userformatter.php -%%WWWDIR%%/apps/activity/lib/grouphelper.php -%%WWWDIR%%/apps/activity/lib/hooks.php -%%WWWDIR%%/apps/activity/lib/mailqueuehandler.php -%%WWWDIR%%/apps/activity/lib/navigation.php -%%WWWDIR%%/apps/activity/lib/parameter/collection.php -%%WWWDIR%%/apps/activity/lib/parameter/factory.php -%%WWWDIR%%/apps/activity/lib/parameter/iparameter.php -%%WWWDIR%%/apps/activity/lib/parameter/parameter.php -%%WWWDIR%%/apps/activity/lib/plaintextparser.php -%%WWWDIR%%/apps/activity/lib/usersettings.php -%%WWWDIR%%/apps/activity/lib/viewinfocache.php +%%WWWDIR%%/apps/activity/lib/Api.php +%%WWWDIR%%/apps/activity/lib/AppInfo/Application.php +%%WWWDIR%%/apps/activity/lib/BackgroundJob/EmailNotification.php +%%WWWDIR%%/apps/activity/lib/BackgroundJob/ExpireActivities.php +%%WWWDIR%%/apps/activity/lib/Consumer.php +%%WWWDIR%%/apps/activity/lib/Controller/Activities.php +%%WWWDIR%%/apps/activity/lib/Controller/EndPoint.php +%%WWWDIR%%/apps/activity/lib/Controller/Feed.php +%%WWWDIR%%/apps/activity/lib/Controller/OCSEndPoint.php +%%WWWDIR%%/apps/activity/lib/Controller/Settings.php +%%WWWDIR%%/apps/activity/lib/Data.php +%%WWWDIR%%/apps/activity/lib/DataHelper.php +%%WWWDIR%%/apps/activity/lib/Exception/InvalidFilterException.php +%%WWWDIR%%/apps/activity/lib/Extension/Files.php +%%WWWDIR%%/apps/activity/lib/Extension/Files_Sharing.php +%%WWWDIR%%/apps/activity/lib/FilesHooks.php +%%WWWDIR%%/apps/activity/lib/FilesHooksStatic.php +%%WWWDIR%%/apps/activity/lib/Formatter/BaseFormatter.php +%%WWWDIR%%/apps/activity/lib/Formatter/CloudIDFormatter.php +%%WWWDIR%%/apps/activity/lib/Formatter/FileFormatter.php +%%WWWDIR%%/apps/activity/lib/Formatter/IFormatter.php +%%WWWDIR%%/apps/activity/lib/Formatter/UserFormatter.php +%%WWWDIR%%/apps/activity/lib/GroupHelper.php +%%WWWDIR%%/apps/activity/lib/Hooks.php +%%WWWDIR%%/apps/activity/lib/MailQueueHandler.php +%%WWWDIR%%/apps/activity/lib/Navigation.php +%%WWWDIR%%/apps/activity/lib/Parameter/Collection.php +%%WWWDIR%%/apps/activity/lib/Parameter/Factory.php +%%WWWDIR%%/apps/activity/lib/Parameter/IParameter.php +%%WWWDIR%%/apps/activity/lib/Parameter/Parameter.php +%%WWWDIR%%/apps/activity/lib/PlainTextParser.php +%%WWWDIR%%/apps/activity/lib/UserSettings.php +%%WWWDIR%%/apps/activity/lib/ViewInfoCache.php %%WWWDIR%%/apps/activity/personal.php %%WWWDIR%%/apps/activity/templates/email.notification.php %%WWWDIR%%/apps/activity/templates/personal.php %%WWWDIR%%/apps/activity/templates/rss.php %%WWWDIR%%/apps/activity/templates/stream.app.navigation.php %%WWWDIR%%/apps/activity/templates/stream.body.php -%%WWWDIR%%/apps/comments/activity/extension.php -%%WWWDIR%%/apps/comments/activity/listener.php %%WWWDIR%%/apps/comments/appinfo/app.php %%WWWDIR%%/apps/comments/appinfo/info.xml %%WWWDIR%%/apps/comments/appinfo/signature.json @@ -3128,6 +3009,8 @@ %%WWWDIR%%/apps/comments/l10n/fa.json %%WWWDIR%%/apps/comments/l10n/fi_FI.js %%WWWDIR%%/apps/comments/l10n/fi_FI.json +%%WWWDIR%%/apps/comments/l10n/fil.js +%%WWWDIR%%/apps/comments/l10n/fil.json %%WWWDIR%%/apps/comments/l10n/fr.js %%WWWDIR%%/apps/comments/l10n/fr.json %%WWWDIR%%/apps/comments/l10n/gl.js @@ -3234,125 +3117,120 @@ %%WWWDIR%%/apps/comments/l10n/zh_HK.json %%WWWDIR%%/apps/comments/l10n/zh_TW.js %%WWWDIR%%/apps/comments/l10n/zh_TW.json +%%WWWDIR%%/apps/comments/lib/Activity/Extension.php +%%WWWDIR%%/apps/comments/lib/Activity/Listener.php %%WWWDIR%%/apps/dav/appinfo/app.php -%%WWWDIR%%/apps/dav/appinfo/application.php %%WWWDIR%%/apps/dav/appinfo/database.xml %%WWWDIR%%/apps/dav/appinfo/info.xml -%%WWWDIR%%/apps/dav/appinfo/install.php %%WWWDIR%%/apps/dav/appinfo/register_command.php %%WWWDIR%%/apps/dav/appinfo/signature.json -%%WWWDIR%%/apps/dav/appinfo/update.php %%WWWDIR%%/apps/dav/appinfo/v1/caldav.php %%WWWDIR%%/apps/dav/appinfo/v1/carddav.php %%WWWDIR%%/apps/dav/appinfo/v1/publicwebdav.php %%WWWDIR%%/apps/dav/appinfo/v1/webdav.php %%WWWDIR%%/apps/dav/appinfo/v2/remote.php -%%WWWDIR%%/apps/dav/command/createaddressbook.php -%%WWWDIR%%/apps/dav/command/createcalendar.php -%%WWWDIR%%/apps/dav/command/migrateaddressbooks.php -%%WWWDIR%%/apps/dav/command/migratecalendars.php -%%WWWDIR%%/apps/dav/command/syncbirthdaycalendar.php -%%WWWDIR%%/apps/dav/command/syncsystemaddressbook.php -%%WWWDIR%%/apps/dav/lib/caldav/birthdayservice.php -%%WWWDIR%%/apps/dav/lib/caldav/caldavbackend.php -%%WWWDIR%%/apps/dav/lib/caldav/calendar.php -%%WWWDIR%%/apps/dav/lib/caldav/calendarhome.php -%%WWWDIR%%/apps/dav/lib/caldav/calendarroot.php -%%WWWDIR%%/apps/dav/lib/caldav/schedule/imipplugin.php -%%WWWDIR%%/apps/dav/lib/carddav/addressbook.php -%%WWWDIR%%/apps/dav/lib/carddav/addressbookimpl.php -%%WWWDIR%%/apps/dav/lib/carddav/addressbookroot.php -%%WWWDIR%%/apps/dav/lib/carddav/carddavbackend.php -%%WWWDIR%%/apps/dav/lib/carddav/contactsmanager.php -%%WWWDIR%%/apps/dav/lib/carddav/converter.php -%%WWWDIR%%/apps/dav/lib/carddav/imageexportplugin.php -%%WWWDIR%%/apps/dav/lib/carddav/plugin.php -%%WWWDIR%%/apps/dav/lib/carddav/syncjob.php -%%WWWDIR%%/apps/dav/lib/carddav/syncservice.php -%%WWWDIR%%/apps/dav/lib/carddav/useraddressbooks.php -%%WWWDIR%%/apps/dav/lib/carddav/xml/groups.php -%%WWWDIR%%/apps/dav/lib/comments/commentnode.php -%%WWWDIR%%/apps/dav/lib/comments/commentsplugin.php -%%WWWDIR%%/apps/dav/lib/comments/entitycollection.php -%%WWWDIR%%/apps/dav/lib/comments/entitytypecollection.php -%%WWWDIR%%/apps/dav/lib/comments/rootcollection.php -%%WWWDIR%%/apps/dav/lib/connector/legacydavacl.php -%%WWWDIR%%/apps/dav/lib/connector/publicauth.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/appenabledplugin.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/auth.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/blocklegacyclientplugin.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/checksumlist.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/commentpropertiesplugin.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/copyetagheaderplugin.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/custompropertiesbackend.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/davaclplugin.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/directory.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/dummygetresponseplugin.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/exception/entitytoolarge.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/exception/filelocked.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/exception/forbidden.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/exception/invalidpath.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/exception/unsupportedmediatype.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/exceptionloggerplugin.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/fakelockerplugin.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/file.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/filesplugin.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/filesreportplugin.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/lockplugin.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/maintenanceplugin.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/node.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/objecttree.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/principal.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/quotaplugin.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/server.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/serverfactory.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/sharesplugin.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/sharetypelist.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/taglist.php -%%WWWDIR%%/apps/dav/lib/connector/sabre/tagsplugin.php -%%WWWDIR%%/apps/dav/lib/dav/groupprincipalbackend.php -%%WWWDIR%%/apps/dav/lib/dav/sharing/backend.php -%%WWWDIR%%/apps/dav/lib/dav/sharing/ishareable.php -%%WWWDIR%%/apps/dav/lib/dav/sharing/plugin.php -%%WWWDIR%%/apps/dav/lib/dav/sharing/xml/invite.php -%%WWWDIR%%/apps/dav/lib/dav/sharing/xml/sharerequest.php -%%WWWDIR%%/apps/dav/lib/dav/systemprincipalbackend.php -%%WWWDIR%%/apps/dav/lib/files/browsererrorpageplugin.php -%%WWWDIR%%/apps/dav/lib/files/custompropertiesbackend.php -%%WWWDIR%%/apps/dav/lib/files/fileshome.php -%%WWWDIR%%/apps/dav/lib/files/rootcollection.php -%%WWWDIR%%/apps/dav/lib/files/sharing/publiclinkcheckplugin.php -%%WWWDIR%%/apps/dav/lib/hookmanager.php -%%WWWDIR%%/apps/dav/lib/migration/addressbookadapter.php -%%WWWDIR%%/apps/dav/lib/migration/calendaradapter.php -%%WWWDIR%%/apps/dav/lib/migration/migrateaddressbooks.php -%%WWWDIR%%/apps/dav/lib/migration/migratecalendars.php -%%WWWDIR%%/apps/dav/lib/migration/nothingtodoexception.php -%%WWWDIR%%/apps/dav/lib/rootcollection.php -%%WWWDIR%%/apps/dav/lib/server.php -%%WWWDIR%%/apps/dav/lib/systemtag/systemtagmappingnode.php -%%WWWDIR%%/apps/dav/lib/systemtag/systemtagnode.php -%%WWWDIR%%/apps/dav/lib/systemtag/systemtagplugin.php -%%WWWDIR%%/apps/dav/lib/systemtag/systemtagsbyidcollection.php -%%WWWDIR%%/apps/dav/lib/systemtag/systemtagsobjectmappingcollection.php -%%WWWDIR%%/apps/dav/lib/systemtag/systemtagsobjecttypecollection.php -%%WWWDIR%%/apps/dav/lib/systemtag/systemtagsrelationscollection.php +%%WWWDIR%%/apps/dav/bin/chunkperf.php +%%WWWDIR%%/apps/dav/lib/AppInfo/Application.php +%%WWWDIR%%/apps/dav/lib/CalDAV/BirthdayService.php +%%WWWDIR%%/apps/dav/lib/CalDAV/CalDavBackend.php +%%WWWDIR%%/apps/dav/lib/CalDAV/Calendar.php +%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarHome.php +%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarObject.php +%%WWWDIR%%/apps/dav/lib/CalDAV/CalendarRoot.php +%%WWWDIR%%/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php +%%WWWDIR%%/apps/dav/lib/CardDAV/AddressBook.php +%%WWWDIR%%/apps/dav/lib/CardDAV/AddressBookImpl.php +%%WWWDIR%%/apps/dav/lib/CardDAV/AddressBookRoot.php +%%WWWDIR%%/apps/dav/lib/CardDAV/CardDavBackend.php +%%WWWDIR%%/apps/dav/lib/CardDAV/ContactsManager.php +%%WWWDIR%%/apps/dav/lib/CardDAV/Converter.php +%%WWWDIR%%/apps/dav/lib/CardDAV/ImageExportPlugin.php +%%WWWDIR%%/apps/dav/lib/CardDAV/Plugin.php +%%WWWDIR%%/apps/dav/lib/CardDAV/SyncJob.php +%%WWWDIR%%/apps/dav/lib/CardDAV/SyncService.php +%%WWWDIR%%/apps/dav/lib/CardDAV/UserAddressBooks.php +%%WWWDIR%%/apps/dav/lib/CardDAV/Xml/Groups.php +%%WWWDIR%%/apps/dav/lib/Command/CreateAddressBook.php +%%WWWDIR%%/apps/dav/lib/Command/CreateCalendar.php +%%WWWDIR%%/apps/dav/lib/Command/SyncBirthdayCalendar.php +%%WWWDIR%%/apps/dav/lib/Command/SyncSystemAddressBook.php +%%WWWDIR%%/apps/dav/lib/Comments/CommentNode.php +%%WWWDIR%%/apps/dav/lib/Comments/CommentsPlugin.php +%%WWWDIR%%/apps/dav/lib/Comments/EntityCollection.php +%%WWWDIR%%/apps/dav/lib/Comments/EntityTypeCollection.php +%%WWWDIR%%/apps/dav/lib/Comments/RootCollection.php +%%WWWDIR%%/apps/dav/lib/Connector/LegacyDAVACL.php +%%WWWDIR%%/apps/dav/lib/Connector/PublicAuth.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/AppEnabledPlugin.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/Auth.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/BlockLegacyClientPlugin.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/ChecksumList.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/CommentPropertiesPlugin.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/CopyEtagHeaderPlugin.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/CustomPropertiesBackend.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/DavAclPlugin.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/Directory.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/DummyGetResponsePlugin.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/Exception/EntityTooLarge.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/Exception/FileLocked.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/Exception/Forbidden.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/Exception/InvalidPath.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/Exception/PasswordLoginForbidden.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/Exception/UnsupportedMediaType.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/ExceptionLoggerPlugin.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/FakeLockerPlugin.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/File.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/FilesPlugin.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/FilesReportPlugin.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/LockPlugin.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/MaintenancePlugin.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/Node.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/ObjectTree.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/Principal.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/QuotaPlugin.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/Server.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/ServerFactory.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/ShareTypeList.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/SharesPlugin.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/TagList.php +%%WWWDIR%%/apps/dav/lib/Connector/Sabre/TagsPlugin.php +%%WWWDIR%%/apps/dav/lib/DAV/GroupPrincipalBackend.php +%%WWWDIR%%/apps/dav/lib/DAV/Sharing/Backend.php +%%WWWDIR%%/apps/dav/lib/DAV/Sharing/IShareable.php +%%WWWDIR%%/apps/dav/lib/DAV/Sharing/Plugin.php +%%WWWDIR%%/apps/dav/lib/DAV/Sharing/Xml/Invite.php +%%WWWDIR%%/apps/dav/lib/DAV/Sharing/Xml/ShareRequest.php +%%WWWDIR%%/apps/dav/lib/DAV/SystemPrincipalBackend.php +%%WWWDIR%%/apps/dav/lib/Files/BrowserErrorPagePlugin.php +%%WWWDIR%%/apps/dav/lib/Files/CustomPropertiesBackend.php +%%WWWDIR%%/apps/dav/lib/Files/FilesHome.php +%%WWWDIR%%/apps/dav/lib/Files/RootCollection.php +%%WWWDIR%%/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php +%%WWWDIR%%/apps/dav/lib/HookManager.php +%%WWWDIR%%/apps/dav/lib/Migration/Classification.php +%%WWWDIR%%/apps/dav/lib/Migration/GenerateBirthdays.php +%%WWWDIR%%/apps/dav/lib/RootCollection.php +%%WWWDIR%%/apps/dav/lib/Server.php +%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagMappingNode.php +%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagNode.php +%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagPlugin.php +%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagsByIdCollection.php +%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagsObjectMappingCollection.php +%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagsObjectTypeCollection.php +%%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagsRelationsCollection.php +%%WWWDIR%%/apps/dav/lib/Upload/AssemblyStream.php +%%WWWDIR%%/apps/dav/lib/Upload/FutureFile.php +%%WWWDIR%%/apps/dav/lib/Upload/RootCollection.php +%%WWWDIR%%/apps/dav/lib/Upload/UploadFolder.php +%%WWWDIR%%/apps/dav/lib/Upload/UploadHome.php %%WWWDIR%%/apps/dav/templates/exception.php %%WWWDIR%%/apps/encryption/appinfo/app.php -%%WWWDIR%%/apps/encryption/appinfo/application.php %%WWWDIR%%/apps/encryption/appinfo/info.xml %%WWWDIR%%/apps/encryption/appinfo/register_command.php %%WWWDIR%%/apps/encryption/appinfo/routes.php %%WWWDIR%%/apps/encryption/appinfo/signature.json -%%WWWDIR%%/apps/encryption/command/enablemasterkey.php -%%WWWDIR%%/apps/encryption/command/migratekeys.php -%%WWWDIR%%/apps/encryption/controller/recoverycontroller.php -%%WWWDIR%%/apps/encryption/controller/settingscontroller.php -%%WWWDIR%%/apps/encryption/controller/statuscontroller.php %%WWWDIR%%/apps/encryption/css/settings-admin.css %%WWWDIR%%/apps/encryption/css/settings-personal.css -%%WWWDIR%%/apps/encryption/hooks/contracts/ihook.php -%%WWWDIR%%/apps/encryption/hooks/userhooks.php %%WWWDIR%%/apps/encryption/img/app.svg %%WWWDIR%%/apps/encryption/js/encryption.js %%WWWDIR%%/apps/encryption/js/settings-admin.js @@ -3377,6 +3255,8 @@ %%WWWDIR%%/apps/encryption/l10n/da.json %%WWWDIR%%/apps/encryption/l10n/de.js %%WWWDIR%%/apps/encryption/l10n/de.json +%%WWWDIR%%/apps/encryption/l10n/de_AT.js +%%WWWDIR%%/apps/encryption/l10n/de_AT.json %%WWWDIR%%/apps/encryption/l10n/de_DE.js %%WWWDIR%%/apps/encryption/l10n/de_DE.json %%WWWDIR%%/apps/encryption/l10n/el.js @@ -3477,21 +3357,29 @@ %%WWWDIR%%/apps/encryption/l10n/zh_HK.json %%WWWDIR%%/apps/encryption/l10n/zh_TW.js %%WWWDIR%%/apps/encryption/l10n/zh_TW.json -%%WWWDIR%%/apps/encryption/lib/crypto/crypt.php -%%WWWDIR%%/apps/encryption/lib/crypto/decryptall.php -%%WWWDIR%%/apps/encryption/lib/crypto/encryptall.php -%%WWWDIR%%/apps/encryption/lib/crypto/encryption.php -%%WWWDIR%%/apps/encryption/lib/exceptions/multikeydecryptexception.php -%%WWWDIR%%/apps/encryption/lib/exceptions/multikeyencryptexception.php -%%WWWDIR%%/apps/encryption/lib/exceptions/privatekeymissingexception.php -%%WWWDIR%%/apps/encryption/lib/exceptions/publickeymissingexception.php -%%WWWDIR%%/apps/encryption/lib/hookmanager.php -%%WWWDIR%%/apps/encryption/lib/keymanager.php -%%WWWDIR%%/apps/encryption/lib/migration.php -%%WWWDIR%%/apps/encryption/lib/recovery.php -%%WWWDIR%%/apps/encryption/lib/session.php -%%WWWDIR%%/apps/encryption/lib/users/setup.php -%%WWWDIR%%/apps/encryption/lib/util.php +%%WWWDIR%%/apps/encryption/lib/AppInfo/Application.php +%%WWWDIR%%/apps/encryption/lib/Command/EnableMasterKey.php +%%WWWDIR%%/apps/encryption/lib/Command/MigrateKeys.php +%%WWWDIR%%/apps/encryption/lib/Controller/RecoveryController.php +%%WWWDIR%%/apps/encryption/lib/Controller/SettingsController.php +%%WWWDIR%%/apps/encryption/lib/Controller/StatusController.php +%%WWWDIR%%/apps/encryption/lib/Crypto/Crypt.php +%%WWWDIR%%/apps/encryption/lib/Crypto/DecryptAll.php +%%WWWDIR%%/apps/encryption/lib/Crypto/EncryptAll.php +%%WWWDIR%%/apps/encryption/lib/Crypto/Encryption.php +%%WWWDIR%%/apps/encryption/lib/Exceptions/MultiKeyDecryptException.php +%%WWWDIR%%/apps/encryption/lib/Exceptions/MultiKeyEncryptException.php +%%WWWDIR%%/apps/encryption/lib/Exceptions/PrivateKeyMissingException.php +%%WWWDIR%%/apps/encryption/lib/Exceptions/PublicKeyMissingException.php +%%WWWDIR%%/apps/encryption/lib/HookManager.php +%%WWWDIR%%/apps/encryption/lib/Hooks/Contracts/IHook.php +%%WWWDIR%%/apps/encryption/lib/Hooks/UserHooks.php +%%WWWDIR%%/apps/encryption/lib/KeyManager.php +%%WWWDIR%%/apps/encryption/lib/Migration.php +%%WWWDIR%%/apps/encryption/lib/Recovery.php +%%WWWDIR%%/apps/encryption/lib/Session.php +%%WWWDIR%%/apps/encryption/lib/Users/Setup.php +%%WWWDIR%%/apps/encryption/lib/Util.php %%WWWDIR%%/apps/encryption/settings/settings-admin.php %%WWWDIR%%/apps/encryption/settings/settings-personal.php %%WWWDIR%%/apps/encryption/templates/altmail.php @@ -3669,10 +3557,25 @@ %%WWWDIR%%/apps/external/templates/frame.php %%WWWDIR%%/apps/external/templates/settings.php %%WWWDIR%%/apps/federatedfilesharing/appinfo/app.php +%%WWWDIR%%/apps/federatedfilesharing/appinfo/database.xml %%WWWDIR%%/apps/federatedfilesharing/appinfo/info.xml %%WWWDIR%%/apps/federatedfilesharing/appinfo/signature.json +%%WWWDIR%%/apps/federatedfilesharing/css/3rdparty/gs-share/style.css +%%WWWDIR%%/apps/federatedfilesharing/css/settings-personal.css +%%WWWDIR%%/apps/federatedfilesharing/img/social-diaspora.svg +%%WWWDIR%%/apps/federatedfilesharing/img/social-facebook.svg +%%WWWDIR%%/apps/federatedfilesharing/img/social-gnu.svg +%%WWWDIR%%/apps/federatedfilesharing/img/social-googleplus.svg +%%WWWDIR%%/apps/federatedfilesharing/img/social-twitter.svg +%%WWWDIR%%/apps/federatedfilesharing/js/3rdparty/gs-share/gs-share.js +%%WWWDIR%%/apps/federatedfilesharing/js/settings-admin.js +%%WWWDIR%%/apps/federatedfilesharing/js/settings-personal.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/ar.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/ar.json %%WWWDIR%%/apps/federatedfilesharing/l10n/ast.js %%WWWDIR%%/apps/federatedfilesharing/l10n/ast.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/az.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/az.json %%WWWDIR%%/apps/federatedfilesharing/l10n/bg_BG.js %%WWWDIR%%/apps/federatedfilesharing/l10n/bg_BG.json %%WWWDIR%%/apps/federatedfilesharing/l10n/ca.js @@ -3697,6 +3600,8 @@ %%WWWDIR%%/apps/federatedfilesharing/l10n/et_EE.json %%WWWDIR%%/apps/federatedfilesharing/l10n/eu.js %%WWWDIR%%/apps/federatedfilesharing/l10n/eu.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/fa.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/fa.json %%WWWDIR%%/apps/federatedfilesharing/l10n/fi_FI.js %%WWWDIR%%/apps/federatedfilesharing/l10n/fi_FI.json %%WWWDIR%%/apps/federatedfilesharing/l10n/fr.js @@ -3711,12 +3616,22 @@ %%WWWDIR%%/apps/federatedfilesharing/l10n/hu_HU.json %%WWWDIR%%/apps/federatedfilesharing/l10n/id.js %%WWWDIR%%/apps/federatedfilesharing/l10n/id.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/is.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/is.json %%WWWDIR%%/apps/federatedfilesharing/l10n/it.js %%WWWDIR%%/apps/federatedfilesharing/l10n/it.json %%WWWDIR%%/apps/federatedfilesharing/l10n/ja.js %%WWWDIR%%/apps/federatedfilesharing/l10n/ja.json %%WWWDIR%%/apps/federatedfilesharing/l10n/ko.js %%WWWDIR%%/apps/federatedfilesharing/l10n/ko.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/lb.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/lb.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/lt_LT.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/lt_LT.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/lv.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/lv.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/mk.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/mk.json %%WWWDIR%%/apps/federatedfilesharing/l10n/nb_NO.js %%WWWDIR%%/apps/federatedfilesharing/l10n/nb_NO.json %%WWWDIR%%/apps/federatedfilesharing/l10n/nl.js @@ -3729,6 +3644,8 @@ %%WWWDIR%%/apps/federatedfilesharing/l10n/pt_BR.json %%WWWDIR%%/apps/federatedfilesharing/l10n/pt_PT.js %%WWWDIR%%/apps/federatedfilesharing/l10n/pt_PT.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/ro.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/ro.json %%WWWDIR%%/apps/federatedfilesharing/l10n/ru.js %%WWWDIR%%/apps/federatedfilesharing/l10n/ru.json %%WWWDIR%%/apps/federatedfilesharing/l10n/sk_SK.js @@ -3739,6 +3656,8 @@ %%WWWDIR%%/apps/federatedfilesharing/l10n/sq.json %%WWWDIR%%/apps/federatedfilesharing/l10n/sr.js %%WWWDIR%%/apps/federatedfilesharing/l10n/sr.json +%%WWWDIR%%/apps/federatedfilesharing/l10n/sr@latin.js +%%WWWDIR%%/apps/federatedfilesharing/l10n/sr@latin.json %%WWWDIR%%/apps/federatedfilesharing/l10n/sv.js %%WWWDIR%%/apps/federatedfilesharing/l10n/sv.json %%WWWDIR%%/apps/federatedfilesharing/l10n/th_TH.js @@ -3751,31 +3670,38 @@ %%WWWDIR%%/apps/federatedfilesharing/l10n/zh_CN.json %%WWWDIR%%/apps/federatedfilesharing/l10n/zh_TW.js %%WWWDIR%%/apps/federatedfilesharing/l10n/zh_TW.json -%%WWWDIR%%/apps/federatedfilesharing/lib/addresshandler.php -%%WWWDIR%%/apps/federatedfilesharing/lib/discoverymanager.php -%%WWWDIR%%/apps/federatedfilesharing/lib/federatedshareprovider.php -%%WWWDIR%%/apps/federatedfilesharing/lib/notifications.php -%%WWWDIR%%/apps/federatedfilesharing/lib/tokenhandler.php -%%WWWDIR%%/apps/federation/api/ocsauthapi.php +%%WWWDIR%%/apps/federatedfilesharing/lib/AddressHandler.php +%%WWWDIR%%/apps/federatedfilesharing/lib/AppInfo/Application.php +%%WWWDIR%%/apps/federatedfilesharing/lib/BackgroundJob/RetryJob.php +%%WWWDIR%%/apps/federatedfilesharing/lib/DiscoveryManager.php +%%WWWDIR%%/apps/federatedfilesharing/lib/FederatedShareProvider.php +%%WWWDIR%%/apps/federatedfilesharing/lib/Notifications.php +%%WWWDIR%%/apps/federatedfilesharing/lib/Notifier.php +%%WWWDIR%%/apps/federatedfilesharing/lib/RequestHandler.php +%%WWWDIR%%/apps/federatedfilesharing/lib/TokenHandler.php +%%WWWDIR%%/apps/federatedfilesharing/settings-admin.php +%%WWWDIR%%/apps/federatedfilesharing/settings-personal.php +%%WWWDIR%%/apps/federatedfilesharing/templates/settings-admin.php +%%WWWDIR%%/apps/federatedfilesharing/templates/settings-personal.php %%WWWDIR%%/apps/federation/appinfo/app.php -%%WWWDIR%%/apps/federation/appinfo/application.php %%WWWDIR%%/apps/federation/appinfo/database.xml %%WWWDIR%%/apps/federation/appinfo/info.xml -%%WWWDIR%%/apps/federation/appinfo/install.php %%WWWDIR%%/apps/federation/appinfo/register_command.php %%WWWDIR%%/apps/federation/appinfo/routes.php %%WWWDIR%%/apps/federation/appinfo/signature.json -%%WWWDIR%%/apps/federation/appinfo/update.php -%%WWWDIR%%/apps/federation/backgroundjob/getsharedsecret.php -%%WWWDIR%%/apps/federation/backgroundjob/requestsharedsecret.php -%%WWWDIR%%/apps/federation/command/syncfederationaddressbooks.php -%%WWWDIR%%/apps/federation/controller/settingscontroller.php %%WWWDIR%%/apps/federation/css/settings-admin.css -%%WWWDIR%%/apps/federation/dav/fedauth.php %%WWWDIR%%/apps/federation/img/app.svg %%WWWDIR%%/apps/federation/js/settings-admin.js +%%WWWDIR%%/apps/federation/l10n/ar.js +%%WWWDIR%%/apps/federation/l10n/ar.json +%%WWWDIR%%/apps/federation/l10n/bg_BG.js +%%WWWDIR%%/apps/federation/l10n/bg_BG.json +%%WWWDIR%%/apps/federation/l10n/ca.js +%%WWWDIR%%/apps/federation/l10n/ca.json %%WWWDIR%%/apps/federation/l10n/cs_CZ.js %%WWWDIR%%/apps/federation/l10n/cs_CZ.json +%%WWWDIR%%/apps/federation/l10n/da.js +%%WWWDIR%%/apps/federation/l10n/da.json %%WWWDIR%%/apps/federation/l10n/de.js %%WWWDIR%%/apps/federation/l10n/de.json %%WWWDIR%%/apps/federation/l10n/de_DE.js @@ -3796,38 +3722,65 @@ %%WWWDIR%%/apps/federation/l10n/fr.json %%WWWDIR%%/apps/federation/l10n/he.js %%WWWDIR%%/apps/federation/l10n/he.json +%%WWWDIR%%/apps/federation/l10n/hu_HU.js +%%WWWDIR%%/apps/federation/l10n/hu_HU.json +%%WWWDIR%%/apps/federation/l10n/id.js +%%WWWDIR%%/apps/federation/l10n/id.json +%%WWWDIR%%/apps/federation/l10n/is.js +%%WWWDIR%%/apps/federation/l10n/is.json %%WWWDIR%%/apps/federation/l10n/it.js %%WWWDIR%%/apps/federation/l10n/it.json %%WWWDIR%%/apps/federation/l10n/ja.js %%WWWDIR%%/apps/federation/l10n/ja.json +%%WWWDIR%%/apps/federation/l10n/ko.js +%%WWWDIR%%/apps/federation/l10n/ko.json +%%WWWDIR%%/apps/federation/l10n/lb.js +%%WWWDIR%%/apps/federation/l10n/lb.json %%WWWDIR%%/apps/federation/l10n/nb_NO.js %%WWWDIR%%/apps/federation/l10n/nb_NO.json %%WWWDIR%%/apps/federation/l10n/nl.js %%WWWDIR%%/apps/federation/l10n/nl.json +%%WWWDIR%%/apps/federation/l10n/oc.js +%%WWWDIR%%/apps/federation/l10n/oc.json +%%WWWDIR%%/apps/federation/l10n/pl.js +%%WWWDIR%%/apps/federation/l10n/pl.json %%WWWDIR%%/apps/federation/l10n/pt_BR.js %%WWWDIR%%/apps/federation/l10n/pt_BR.json %%WWWDIR%%/apps/federation/l10n/pt_PT.js %%WWWDIR%%/apps/federation/l10n/pt_PT.json +%%WWWDIR%%/apps/federation/l10n/ro.js +%%WWWDIR%%/apps/federation/l10n/ro.json %%WWWDIR%%/apps/federation/l10n/ru.js %%WWWDIR%%/apps/federation/l10n/ru.json %%WWWDIR%%/apps/federation/l10n/sl.js %%WWWDIR%%/apps/federation/l10n/sl.json %%WWWDIR%%/apps/federation/l10n/sq.js %%WWWDIR%%/apps/federation/l10n/sq.json +%%WWWDIR%%/apps/federation/l10n/sr.js +%%WWWDIR%%/apps/federation/l10n/sr.json %%WWWDIR%%/apps/federation/l10n/sv.js %%WWWDIR%%/apps/federation/l10n/sv.json %%WWWDIR%%/apps/federation/l10n/th_TH.js %%WWWDIR%%/apps/federation/l10n/th_TH.json +%%WWWDIR%%/apps/federation/l10n/tr.js +%%WWWDIR%%/apps/federation/l10n/tr.json %%WWWDIR%%/apps/federation/l10n/uk.js %%WWWDIR%%/apps/federation/l10n/uk.json %%WWWDIR%%/apps/federation/l10n/zh_CN.js %%WWWDIR%%/apps/federation/l10n/zh_CN.json -%%WWWDIR%%/apps/federation/lib/dbhandler.php -%%WWWDIR%%/apps/federation/lib/hooks.php -%%WWWDIR%%/apps/federation/lib/syncfederationaddressbooks.php -%%WWWDIR%%/apps/federation/lib/syncjob.php -%%WWWDIR%%/apps/federation/lib/trustedservers.php -%%WWWDIR%%/apps/federation/middleware/addservermiddleware.php +%%WWWDIR%%/apps/federation/lib/API/OCSAuthAPI.php +%%WWWDIR%%/apps/federation/lib/AppInfo/Application.php +%%WWWDIR%%/apps/federation/lib/BackgroundJob/GetSharedSecret.php +%%WWWDIR%%/apps/federation/lib/BackgroundJob/RequestSharedSecret.php +%%WWWDIR%%/apps/federation/lib/Command/SyncFederationAddressBooks.php +%%WWWDIR%%/apps/federation/lib/Controller/SettingsController.php +%%WWWDIR%%/apps/federation/lib/DAV/FedAuth.php +%%WWWDIR%%/apps/federation/lib/DbHandler.php +%%WWWDIR%%/apps/federation/lib/Hooks.php +%%WWWDIR%%/apps/federation/lib/Middleware/AddServerMiddleware.php +%%WWWDIR%%/apps/federation/lib/SyncFederationAddressBooks.php +%%WWWDIR%%/apps/federation/lib/SyncJob.php +%%WWWDIR%%/apps/federation/lib/TrustedServers.php %%WWWDIR%%/apps/federation/settings/settings-admin.php %%WWWDIR%%/apps/federation/templates/settings-admin.php %%WWWDIR%%/apps/files/admin.php @@ -3836,18 +3789,11 @@ %%WWWDIR%%/apps/files/ajax/list.php %%WWWDIR%%/apps/files/ajax/upload.php %%WWWDIR%%/apps/files/appinfo/app.php -%%WWWDIR%%/apps/files/appinfo/application.php %%WWWDIR%%/apps/files/appinfo/info.xml -%%WWWDIR%%/apps/files/appinfo/install.php %%WWWDIR%%/apps/files/appinfo/register_command.php %%WWWDIR%%/apps/files/appinfo/routes.php %%WWWDIR%%/apps/files/appinfo/signature.json %%WWWDIR%%/apps/files/appinfo/update.php -%%WWWDIR%%/apps/files/command/deleteorphanedfiles.php -%%WWWDIR%%/apps/files/command/scan.php -%%WWWDIR%%/apps/files/command/transferownership.php -%%WWWDIR%%/apps/files/controller/apicontroller.php -%%WWWDIR%%/apps/files/controller/viewcontroller.php %%WWWDIR%%/apps/files/css/detailsView.css %%WWWDIR%%/apps/files/css/files.css %%WWWDIR%%/apps/files/css/mobile.css @@ -3882,7 +3828,6 @@ %%WWWDIR%%/apps/files/js/filesummary.js %%WWWDIR%%/apps/files/js/jquery-visibility.js %%WWWDIR%%/apps/files/js/jquery.fileupload.js -%%WWWDIR%%/apps/files/js/jquery.iframe-transport.js %%WWWDIR%%/apps/files/js/keyboardshortcuts.js %%WWWDIR%%/apps/files/js/mainfileinfodetailview.js %%WWWDIR%%/apps/files/js/navigation.js @@ -4026,8 +3971,6 @@ %%WWWDIR%%/apps/files/l10n/nb_NO.json %%WWWDIR%%/apps/files/l10n/nds.js %%WWWDIR%%/apps/files/l10n/nds.json -%%WWWDIR%%/apps/files/l10n/ne.js -%%WWWDIR%%/apps/files/l10n/ne.json %%WWWDIR%%/apps/files/l10n/nl.js %%WWWDIR%%/apps/files/l10n/nl.json %%WWWDIR%%/apps/files/l10n/nn_NO.js @@ -4036,8 +3979,6 @@ %%WWWDIR%%/apps/files/l10n/nqo.json %%WWWDIR%%/apps/files/l10n/oc.js %%WWWDIR%%/apps/files/l10n/oc.json -%%WWWDIR%%/apps/files/l10n/or_IN.js -%%WWWDIR%%/apps/files/l10n/or_IN.json %%WWWDIR%%/apps/files/l10n/pa.js %%WWWDIR%%/apps/files/l10n/pa.json %%WWWDIR%%/apps/files/l10n/pl.js @@ -4090,29 +4031,31 @@ %%WWWDIR%%/apps/files/l10n/uk.json %%WWWDIR%%/apps/files/l10n/ur_PK.js %%WWWDIR%%/apps/files/l10n/ur_PK.json -%%WWWDIR%%/apps/files/l10n/uz.js -%%WWWDIR%%/apps/files/l10n/uz.json %%WWWDIR%%/apps/files/l10n/vi.js %%WWWDIR%%/apps/files/l10n/vi.json %%WWWDIR%%/apps/files/l10n/xgettextfiles -%%WWWDIR%%/apps/files/l10n/yo.js -%%WWWDIR%%/apps/files/l10n/yo.json %%WWWDIR%%/apps/files/l10n/zh_CN.js %%WWWDIR%%/apps/files/l10n/zh_CN.json %%WWWDIR%%/apps/files/l10n/zh_HK.js %%WWWDIR%%/apps/files/l10n/zh_HK.json %%WWWDIR%%/apps/files/l10n/zh_TW.js %%WWWDIR%%/apps/files/l10n/zh_TW.json -%%WWWDIR%%/apps/files/lib/activity.php -%%WWWDIR%%/apps/files/lib/activityhelper.php -%%WWWDIR%%/apps/files/lib/app.php -%%WWWDIR%%/apps/files/lib/backgroundjob/cleanupfilelocks.php -%%WWWDIR%%/apps/files/lib/backgroundjob/deleteorphaneditems.php -%%WWWDIR%%/apps/files/lib/backgroundjob/scanfiles.php -%%WWWDIR%%/apps/files/lib/capabilities.php -%%WWWDIR%%/apps/files/lib/helper.php +%%WWWDIR%%/apps/files/lib/Activity.php +%%WWWDIR%%/apps/files/lib/ActivityHelper.php +%%WWWDIR%%/apps/files/lib/App.php +%%WWWDIR%%/apps/files/lib/AppInfo/Application.php +%%WWWDIR%%/apps/files/lib/BackgroundJob/CleanupFileLocks.php +%%WWWDIR%%/apps/files/lib/BackgroundJob/DeleteOrphanedItems.php +%%WWWDIR%%/apps/files/lib/BackgroundJob/ScanFiles.php +%%WWWDIR%%/apps/files/lib/Capabilities.php +%%WWWDIR%%/apps/files/lib/Command/DeleteOrphanedFiles.php +%%WWWDIR%%/apps/files/lib/Command/Scan.php +%%WWWDIR%%/apps/files/lib/Command/TransferOwnership.php +%%WWWDIR%%/apps/files/lib/Controller/ApiController.php +%%WWWDIR%%/apps/files/lib/Controller/ViewController.php +%%WWWDIR%%/apps/files/lib/Helper.php +%%WWWDIR%%/apps/files/lib/Service/TagService.php %%WWWDIR%%/apps/files/list.php -%%WWWDIR%%/apps/files/service/tagservice.php %%WWWDIR%%/apps/files/simplelist.php %%WWWDIR%%/apps/files/templates/admin.php %%WWWDIR%%/apps/files/templates/appnavigation.php @@ -4959,7 +4902,9 @@ %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/LICENSE %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/README.md %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Abstract.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/AppIdentity.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/AssertionCredentials.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/ComputeEngine.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/Exception.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/LoginTicket.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Auth/OAuth2.php @@ -4969,6 +4914,7 @@ %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Exception.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/File.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Memcache.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Cache/Null.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Client.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Collection.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Config.php @@ -4983,17 +4929,115 @@ %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Exception.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/Stream.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/IO/cacerts.pem +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Abstract.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Exception.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/File.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Null.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Logger/Psr.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Model.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdExchangeBuyer.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdExchangeSeller.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdSense.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AdSenseHost.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Admin.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Analytics.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AndroidEnterprise.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AndroidPublisher.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/AppState.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Appengine.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Appsactivity.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Audit.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Autoscaler.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Bigquery.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Blogger.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Books.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Calendar.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/CivicInfo.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Classroom.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/CloudMonitoring.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/CloudUserAccounts.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudbilling.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Clouddebugger.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudlatencytest.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudresourcemanager.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudsearch.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Cloudtrace.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Compute.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Computeaccounts.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Container.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Coordinate.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Customsearch.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/DataTransfer.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Dataflow.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Datastore.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/DeploymentManager.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Dfareporting.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Directory.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Dns.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/DoubleClickBidManager.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Doubleclicksearch.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Drive.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Exception.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Fitness.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Freebase.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Fusiontables.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Games.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/GamesConfiguration.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/GamesManagement.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Genomics.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Gmail.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/GroupsMigration.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Groupssettings.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/IdentityToolkit.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Licensing.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Logging.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Manager.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/MapsEngine.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Mirror.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Oauth2.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Pagespeedonline.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Partners.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Playmoviespartner.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Plus.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/PlusDomains.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Prediction.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Proximitybeacon.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Pubsub.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/QPXExpress.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Replicapool.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Replicapoolupdater.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Reports.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Reseller.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Resource.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Resourceviews.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/SQLAdmin.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Script.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/ShoppingContent.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/SiteVerification.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Spectrum.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Storage.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Storagetransfer.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/TagManager.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Taskqueue.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Tasks.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Translate.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Urlshortener.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Webfonts.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/Webmasters.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/YouTube.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/YouTubeAnalytics.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Service/YouTubeReporting.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Signer/Abstract.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Signer/P12.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Exception.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Retryable.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Task/Runner.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Utils.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Utils/URITemplate.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Abstract.php %%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/Verifier/Pem.php +%%WWWDIR%%/apps/files_external/3rdparty/google-api-php-client/src/Google/autoload.php %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/.gitignore %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/LICENSE.txt %%WWWDIR%%/apps/files_external/3rdparty/icewind/smb/README.md @@ -5058,32 +5102,18 @@ %%WWWDIR%%/apps/files_external/ajax/oauth1.php %%WWWDIR%%/apps/files_external/ajax/oauth2.php %%WWWDIR%%/apps/files_external/appinfo/app.php -%%WWWDIR%%/apps/files_external/appinfo/application.php %%WWWDIR%%/apps/files_external/appinfo/database.xml %%WWWDIR%%/apps/files_external/appinfo/info.xml %%WWWDIR%%/apps/files_external/appinfo/register_command.php %%WWWDIR%%/apps/files_external/appinfo/routes.php %%WWWDIR%%/apps/files_external/appinfo/signature.json %%WWWDIR%%/apps/files_external/appinfo/update.php -%%WWWDIR%%/apps/files_external/command/applicable.php -%%WWWDIR%%/apps/files_external/command/backends.php -%%WWWDIR%%/apps/files_external/command/config.php -%%WWWDIR%%/apps/files_external/command/create.php -%%WWWDIR%%/apps/files_external/command/delete.php -%%WWWDIR%%/apps/files_external/command/export.php -%%WWWDIR%%/apps/files_external/command/import.php -%%WWWDIR%%/apps/files_external/command/listcommand.php -%%WWWDIR%%/apps/files_external/command/option.php -%%WWWDIR%%/apps/files_external/command/verify.php -%%WWWDIR%%/apps/files_external/controller/ajaxcontroller.php -%%WWWDIR%%/apps/files_external/controller/globalstoragescontroller.php -%%WWWDIR%%/apps/files_external/controller/storagescontroller.php -%%WWWDIR%%/apps/files_external/controller/userglobalstoragescontroller.php -%%WWWDIR%%/apps/files_external/controller/userstoragescontroller.php %%WWWDIR%%/apps/files_external/css/external.css %%WWWDIR%%/apps/files_external/css/settings.css %%WWWDIR%%/apps/files_external/img/app.svg %%WWWDIR%%/apps/files_external/js/app.js +%%WWWDIR%%/apps/files_external/js/dropbox.js +%%WWWDIR%%/apps/files_external/js/gdrive.js %%WWWDIR%%/apps/files_external/js/mountsfilelist.js %%WWWDIR%%/apps/files_external/js/oauth1.js %%WWWDIR%%/apps/files_external/js/oauth2.js @@ -5143,6 +5173,8 @@ %%WWWDIR%%/apps/files_external/l10n/fa.json %%WWWDIR%%/apps/files_external/l10n/fi_FI.js %%WWWDIR%%/apps/files_external/l10n/fi_FI.json +%%WWWDIR%%/apps/files_external/l10n/fil.js +%%WWWDIR%%/apps/files_external/l10n/fil.json %%WWWDIR%%/apps/files_external/l10n/fr.js %%WWWDIR%%/apps/files_external/l10n/fr.json %%WWWDIR%%/apps/files_external/l10n/gl.js @@ -5251,73 +5283,91 @@ %%WWWDIR%%/apps/files_external/l10n/zh_HK.json %%WWWDIR%%/apps/files_external/l10n/zh_TW.js %%WWWDIR%%/apps/files_external/l10n/zh_TW.json -%%WWWDIR%%/apps/files_external/lib/amazons3.php -%%WWWDIR%%/apps/files_external/lib/api.php -%%WWWDIR%%/apps/files_external/lib/auth/amazons3/accesskey.php -%%WWWDIR%%/apps/files_external/lib/auth/authmechanism.php -%%WWWDIR%%/apps/files_external/lib/auth/builtin.php -%%WWWDIR%%/apps/files_external/lib/auth/iuserprovided.php -%%WWWDIR%%/apps/files_external/lib/auth/nullmechanism.php -%%WWWDIR%%/apps/files_external/lib/auth/oauth1/oauth1.php -%%WWWDIR%%/apps/files_external/lib/auth/oauth2/oauth2.php -%%WWWDIR%%/apps/files_external/lib/auth/openstack/openstack.php -%%WWWDIR%%/apps/files_external/lib/auth/openstack/rackspace.php -%%WWWDIR%%/apps/files_external/lib/auth/password/password.php -%%WWWDIR%%/apps/files_external/lib/auth/password/sessioncredentials.php -%%WWWDIR%%/apps/files_external/lib/auth/publickey/rsa.php -%%WWWDIR%%/apps/files_external/lib/backend/amazons3.php -%%WWWDIR%%/apps/files_external/lib/backend/backend.php -%%WWWDIR%%/apps/files_external/lib/backend/dav.php -%%WWWDIR%%/apps/files_external/lib/backend/dropbox.php -%%WWWDIR%%/apps/files_external/lib/backend/ftp.php -%%WWWDIR%%/apps/files_external/lib/backend/google.php -%%WWWDIR%%/apps/files_external/lib/backend/legacybackend.php -%%WWWDIR%%/apps/files_external/lib/backend/local.php -%%WWWDIR%%/apps/files_external/lib/backend/owncloud.php -%%WWWDIR%%/apps/files_external/lib/backend/sftp.php -%%WWWDIR%%/apps/files_external/lib/backend/sftp_key.php -%%WWWDIR%%/apps/files_external/lib/backend/smb.php -%%WWWDIR%%/apps/files_external/lib/backend/smb_oc.php -%%WWWDIR%%/apps/files_external/lib/backend/swift.php +%%WWWDIR%%/apps/files_external/lib/AppInfo/Application.php +%%WWWDIR%%/apps/files_external/lib/Command/Applicable.php +%%WWWDIR%%/apps/files_external/lib/Command/Backends.php +%%WWWDIR%%/apps/files_external/lib/Command/Config.php +%%WWWDIR%%/apps/files_external/lib/Command/Create.php +%%WWWDIR%%/apps/files_external/lib/Command/Delete.php +%%WWWDIR%%/apps/files_external/lib/Command/Export.php +%%WWWDIR%%/apps/files_external/lib/Command/Import.php +%%WWWDIR%%/apps/files_external/lib/Command/ListCommand.php +%%WWWDIR%%/apps/files_external/lib/Command/Option.php +%%WWWDIR%%/apps/files_external/lib/Command/Verify.php +%%WWWDIR%%/apps/files_external/lib/Config/ConfigAdapter.php +%%WWWDIR%%/apps/files_external/lib/Controller/AjaxController.php +%%WWWDIR%%/apps/files_external/lib/Controller/GlobalStoragesController.php +%%WWWDIR%%/apps/files_external/lib/Controller/StoragesController.php +%%WWWDIR%%/apps/files_external/lib/Controller/UserGlobalStoragesController.php +%%WWWDIR%%/apps/files_external/lib/Controller/UserStoragesController.php +%%WWWDIR%%/apps/files_external/lib/Lib/Api.php +%%WWWDIR%%/apps/files_external/lib/Lib/Auth/AmazonS3/AccessKey.php +%%WWWDIR%%/apps/files_external/lib/Lib/Auth/AuthMechanism.php +%%WWWDIR%%/apps/files_external/lib/Lib/Auth/Builtin.php +%%WWWDIR%%/apps/files_external/lib/Lib/Auth/IUserProvided.php +%%WWWDIR%%/apps/files_external/lib/Lib/Auth/NullMechanism.php +%%WWWDIR%%/apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php +%%WWWDIR%%/apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php +%%WWWDIR%%/apps/files_external/lib/Lib/Auth/OpenStack/OpenStack.php +%%WWWDIR%%/apps/files_external/lib/Lib/Auth/OpenStack/Rackspace.php +%%WWWDIR%%/apps/files_external/lib/Lib/Auth/Password/Password.php +%%WWWDIR%%/apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php +%%WWWDIR%%/apps/files_external/lib/Lib/Auth/PublicKey/RSA.php +%%WWWDIR%%/apps/files_external/lib/Lib/Backend/AmazonS3.php +%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Backend.php +%%WWWDIR%%/apps/files_external/lib/Lib/Backend/DAV.php +%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Dropbox.php +%%WWWDIR%%/apps/files_external/lib/Lib/Backend/FTP.php +%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Google.php +%%WWWDIR%%/apps/files_external/lib/Lib/Backend/LegacyBackend.php +%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Local.php +%%WWWDIR%%/apps/files_external/lib/Lib/Backend/OwnCloud.php +%%WWWDIR%%/apps/files_external/lib/Lib/Backend/SFTP.php +%%WWWDIR%%/apps/files_external/lib/Lib/Backend/SFTP_Key.php +%%WWWDIR%%/apps/files_external/lib/Lib/Backend/SMB.php +%%WWWDIR%%/apps/files_external/lib/Lib/Backend/SMB_OC.php +%%WWWDIR%%/apps/files_external/lib/Lib/Backend/Swift.php +%%WWWDIR%%/apps/files_external/lib/Lib/Config/IAuthMechanismProvider.php +%%WWWDIR%%/apps/files_external/lib/Lib/Config/IBackendProvider.php +%%WWWDIR%%/apps/files_external/lib/Lib/DefinitionParameter.php +%%WWWDIR%%/apps/files_external/lib/Lib/DependencyTrait.php +%%WWWDIR%%/apps/files_external/lib/Lib/FrontendDefinitionTrait.php +%%WWWDIR%%/apps/files_external/lib/Lib/IdentifierTrait.php +%%WWWDIR%%/apps/files_external/lib/Lib/InsufficientDataForMeaningfulAnswerException.php +%%WWWDIR%%/apps/files_external/lib/Lib/LegacyDependencyCheckPolyfill.php +%%WWWDIR%%/apps/files_external/lib/Lib/MissingDependency.php +%%WWWDIR%%/apps/files_external/lib/Lib/PersonalMount.php +%%WWWDIR%%/apps/files_external/lib/Lib/PriorityTrait.php +%%WWWDIR%%/apps/files_external/lib/Lib/SessionStorageWrapper.php +%%WWWDIR%%/apps/files_external/lib/Lib/Storage/AmazonS3.php +%%WWWDIR%%/apps/files_external/lib/Lib/Storage/Dropbox.php +%%WWWDIR%%/apps/files_external/lib/Lib/Storage/FTP.php +%%WWWDIR%%/apps/files_external/lib/Lib/Storage/Google.php +%%WWWDIR%%/apps/files_external/lib/Lib/Storage/OwnCloud.php +%%WWWDIR%%/apps/files_external/lib/Lib/Storage/SFTP.php +%%WWWDIR%%/apps/files_external/lib/Lib/Storage/SMB.php +%%WWWDIR%%/apps/files_external/lib/Lib/Storage/StreamWrapper.php +%%WWWDIR%%/apps/files_external/lib/Lib/Storage/Swift.php +%%WWWDIR%%/apps/files_external/lib/Lib/StorageConfig.php +%%WWWDIR%%/apps/files_external/lib/Lib/StorageModifierTrait.php +%%WWWDIR%%/apps/files_external/lib/Lib/VisibilityTrait.php +%%WWWDIR%%/apps/files_external/lib/Migration/DummyUserSession.php +%%WWWDIR%%/apps/files_external/lib/Migration/StorageMigrator.php +%%WWWDIR%%/apps/files_external/lib/NotFoundException.php +%%WWWDIR%%/apps/files_external/lib/Service/BackendService.php +%%WWWDIR%%/apps/files_external/lib/Service/DBConfigService.php +%%WWWDIR%%/apps/files_external/lib/Service/GlobalLegacyStoragesService.php +%%WWWDIR%%/apps/files_external/lib/Service/GlobalStoragesService.php +%%WWWDIR%%/apps/files_external/lib/Service/ImportLegacyStoragesService.php +%%WWWDIR%%/apps/files_external/lib/Service/LegacyStoragesService.php +%%WWWDIR%%/apps/files_external/lib/Service/StoragesService.php +%%WWWDIR%%/apps/files_external/lib/Service/UserGlobalStoragesService.php +%%WWWDIR%%/apps/files_external/lib/Service/UserLegacyStoragesService.php +%%WWWDIR%%/apps/files_external/lib/Service/UserStoragesService.php +%%WWWDIR%%/apps/files_external/lib/Service/UserTrait.php %%WWWDIR%%/apps/files_external/lib/config.php -%%WWWDIR%%/apps/files_external/lib/config/configadapter.php -%%WWWDIR%%/apps/files_external/lib/definitionparameter.php -%%WWWDIR%%/apps/files_external/lib/dependencytrait.php -%%WWWDIR%%/apps/files_external/lib/dropbox.php -%%WWWDIR%%/apps/files_external/lib/frontenddefinitiontrait.php -%%WWWDIR%%/apps/files_external/lib/ftp.php -%%WWWDIR%%/apps/files_external/lib/google.php -%%WWWDIR%%/apps/files_external/lib/identifiertrait.php -%%WWWDIR%%/apps/files_external/lib/insufficientdataformeaningfulanswerexception.php -%%WWWDIR%%/apps/files_external/lib/legacydependencycheckpolyfill.php -%%WWWDIR%%/apps/files_external/lib/missingdependency.php -%%WWWDIR%%/apps/files_external/lib/notfoundexception.php -%%WWWDIR%%/apps/files_external/lib/owncloud.php -%%WWWDIR%%/apps/files_external/lib/personalmount.php -%%WWWDIR%%/apps/files_external/lib/prioritytrait.php -%%WWWDIR%%/apps/files_external/lib/sessionstoragewrapper.php -%%WWWDIR%%/apps/files_external/lib/sftp.php -%%WWWDIR%%/apps/files_external/lib/smb.php -%%WWWDIR%%/apps/files_external/lib/storageconfig.php -%%WWWDIR%%/apps/files_external/lib/storagemodifiertrait.php -%%WWWDIR%%/apps/files_external/lib/streamwrapper.php -%%WWWDIR%%/apps/files_external/lib/swift.php -%%WWWDIR%%/apps/files_external/lib/visibilitytrait.php %%WWWDIR%%/apps/files_external/list.php -%%WWWDIR%%/apps/files_external/migration/dummyusersession.php -%%WWWDIR%%/apps/files_external/migration/storagemigrator.php %%WWWDIR%%/apps/files_external/personal.php -%%WWWDIR%%/apps/files_external/service/backendservice.php -%%WWWDIR%%/apps/files_external/service/dbconfigservice.php -%%WWWDIR%%/apps/files_external/service/globallegacystoragesservice.php -%%WWWDIR%%/apps/files_external/service/globalstoragesservice.php -%%WWWDIR%%/apps/files_external/service/importlegacystoragesservice.php -%%WWWDIR%%/apps/files_external/service/legacystoragesservice.php -%%WWWDIR%%/apps/files_external/service/storagesservice.php -%%WWWDIR%%/apps/files_external/service/userglobalstoragesservice.php -%%WWWDIR%%/apps/files_external/service/userlegacystoragesservice.php -%%WWWDIR%%/apps/files_external/service/userstoragesservice.php -%%WWWDIR%%/apps/files_external/service/usertrait.php %%WWWDIR%%/apps/files_external/settings.php %%WWWDIR%%/apps/files_external/templates/list.php %%WWWDIR%%/apps/files_external/templates/settings.php @@ -5325,7 +5375,6 @@ %%WWWDIR%%/apps/files_pdfviewer/appinfo/info.xml %%WWWDIR%%/apps/files_pdfviewer/appinfo/routes.php %%WWWDIR%%/apps/files_pdfviewer/appinfo/signature.json -%%WWWDIR%%/apps/files_pdfviewer/appinfo/version %%WWWDIR%%/apps/files_pdfviewer/controller/displaycontroller.php %%WWWDIR%%/apps/files_pdfviewer/css/style.css %%WWWDIR%%/apps/files_pdfviewer/css/viewer.css @@ -5704,40 +5753,23 @@ %%WWWDIR%%/apps/files_sharing/ajax/external.php %%WWWDIR%%/apps/files_sharing/ajax/publicpreview.php %%WWWDIR%%/apps/files_sharing/ajax/shareinfo.php -%%WWWDIR%%/apps/files_sharing/api/local.php -%%WWWDIR%%/apps/files_sharing/api/ocssharewrapper.php -%%WWWDIR%%/apps/files_sharing/api/remote.php -%%WWWDIR%%/apps/files_sharing/api/server2server.php -%%WWWDIR%%/apps/files_sharing/api/share20ocs.php -%%WWWDIR%%/apps/files_sharing/api/sharees.php %%WWWDIR%%/apps/files_sharing/appinfo/app.php -%%WWWDIR%%/apps/files_sharing/appinfo/application.php %%WWWDIR%%/apps/files_sharing/appinfo/database.xml %%WWWDIR%%/apps/files_sharing/appinfo/info.xml -%%WWWDIR%%/apps/files_sharing/appinfo/install.php %%WWWDIR%%/apps/files_sharing/appinfo/routes.php %%WWWDIR%%/apps/files_sharing/appinfo/signature.json %%WWWDIR%%/apps/files_sharing/appinfo/update.php -%%WWWDIR%%/apps/files_sharing/css/3rdparty/gs-share/style.css %%WWWDIR%%/apps/files_sharing/css/404.css %%WWWDIR%%/apps/files_sharing/css/authenticate.css %%WWWDIR%%/apps/files_sharing/css/mobile.css %%WWWDIR%%/apps/files_sharing/css/public.css -%%WWWDIR%%/apps/files_sharing/css/settings-personal.css %%WWWDIR%%/apps/files_sharing/css/sharedfilelist.css %%WWWDIR%%/apps/files_sharing/css/sharetabview.css %%WWWDIR%%/apps/files_sharing/img/app.svg -%%WWWDIR%%/apps/files_sharing/img/social-diaspora.svg -%%WWWDIR%%/apps/files_sharing/img/social-facebook.svg -%%WWWDIR%%/apps/files_sharing/img/social-gnu.svg -%%WWWDIR%%/apps/files_sharing/img/social-googleplus.svg -%%WWWDIR%%/apps/files_sharing/img/social-twitter.svg -%%WWWDIR%%/apps/files_sharing/js/3rdparty/gs-share/gs-share.js %%WWWDIR%%/apps/files_sharing/js/app.js +%%WWWDIR%%/apps/files_sharing/js/authenticate.js %%WWWDIR%%/apps/files_sharing/js/external.js %%WWWDIR%%/apps/files_sharing/js/public.js -%%WWWDIR%%/apps/files_sharing/js/settings-admin.js -%%WWWDIR%%/apps/files_sharing/js/settings-personal.js %%WWWDIR%%/apps/files_sharing/js/share.js %%WWWDIR%%/apps/files_sharing/js/sharedfilelist.js %%WWWDIR%%/apps/files_sharing/js/sharetabview.js @@ -5793,6 +5825,8 @@ %%WWWDIR%%/apps/files_sharing/l10n/fa.json %%WWWDIR%%/apps/files_sharing/l10n/fi_FI.js %%WWWDIR%%/apps/files_sharing/l10n/fi_FI.json +%%WWWDIR%%/apps/files_sharing/l10n/fil.js +%%WWWDIR%%/apps/files_sharing/l10n/fil.json %%WWWDIR%%/apps/files_sharing/l10n/fr.js %%WWWDIR%%/apps/files_sharing/l10n/fr.json %%WWWDIR%%/apps/files_sharing/l10n/gl.js @@ -5907,46 +5941,47 @@ %%WWWDIR%%/apps/files_sharing/l10n/zh_HK.json %%WWWDIR%%/apps/files_sharing/l10n/zh_TW.js %%WWWDIR%%/apps/files_sharing/l10n/zh_TW.json -%%WWWDIR%%/apps/files_sharing/lib/activity.php -%%WWWDIR%%/apps/files_sharing/lib/cache.php -%%WWWDIR%%/apps/files_sharing/lib/capabilities.php -%%WWWDIR%%/apps/files_sharing/lib/controllers/externalsharescontroller.php -%%WWWDIR%%/apps/files_sharing/lib/controllers/sharecontroller.php -%%WWWDIR%%/apps/files_sharing/lib/deleteorphanedsharesjob.php -%%WWWDIR%%/apps/files_sharing/lib/exceptions/brokenpath.php -%%WWWDIR%%/apps/files_sharing/lib/exceptions/s2sexception.php -%%WWWDIR%%/apps/files_sharing/lib/expiresharesjob.php -%%WWWDIR%%/apps/files_sharing/lib/external/cache.php -%%WWWDIR%%/apps/files_sharing/lib/external/manager.php -%%WWWDIR%%/apps/files_sharing/lib/external/mount.php -%%WWWDIR%%/apps/files_sharing/lib/external/mountprovider.php -%%WWWDIR%%/apps/files_sharing/lib/external/scanner.php -%%WWWDIR%%/apps/files_sharing/lib/external/storage.php -%%WWWDIR%%/apps/files_sharing/lib/helper.php -%%WWWDIR%%/apps/files_sharing/lib/hooks.php -%%WWWDIR%%/apps/files_sharing/lib/isharedstorage.php -%%WWWDIR%%/apps/files_sharing/lib/maintainer.php -%%WWWDIR%%/apps/files_sharing/lib/middleware/sharingcheckmiddleware.php -%%WWWDIR%%/apps/files_sharing/lib/migration.php -%%WWWDIR%%/apps/files_sharing/lib/mountprovider.php -%%WWWDIR%%/apps/files_sharing/lib/notifier.php -%%WWWDIR%%/apps/files_sharing/lib/scanner.php +%%WWWDIR%%/apps/files_sharing/lib/API/OCSShareWrapper.php +%%WWWDIR%%/apps/files_sharing/lib/API/Remote.php +%%WWWDIR%%/apps/files_sharing/lib/API/Share20OCS.php +%%WWWDIR%%/apps/files_sharing/lib/API/Sharees.php +%%WWWDIR%%/apps/files_sharing/lib/Activity.php +%%WWWDIR%%/apps/files_sharing/lib/AppInfo/Application.php +%%WWWDIR%%/apps/files_sharing/lib/Cache.php +%%WWWDIR%%/apps/files_sharing/lib/Capabilities.php +%%WWWDIR%%/apps/files_sharing/lib/Controllers/ExternalSharesController.php +%%WWWDIR%%/apps/files_sharing/lib/Controllers/ShareController.php +%%WWWDIR%%/apps/files_sharing/lib/DeleteOrphanedSharesJob.php +%%WWWDIR%%/apps/files_sharing/lib/Exceptions/BrokenPath.php +%%WWWDIR%%/apps/files_sharing/lib/Exceptions/S2SException.php +%%WWWDIR%%/apps/files_sharing/lib/ExpireSharesJob.php +%%WWWDIR%%/apps/files_sharing/lib/External/Cache.php +%%WWWDIR%%/apps/files_sharing/lib/External/Manager.php +%%WWWDIR%%/apps/files_sharing/lib/External/Mount.php +%%WWWDIR%%/apps/files_sharing/lib/External/MountProvider.php +%%WWWDIR%%/apps/files_sharing/lib/External/Scanner.php +%%WWWDIR%%/apps/files_sharing/lib/External/Storage.php +%%WWWDIR%%/apps/files_sharing/lib/External/Watcher.php +%%WWWDIR%%/apps/files_sharing/lib/Helper.php +%%WWWDIR%%/apps/files_sharing/lib/Hooks.php +%%WWWDIR%%/apps/files_sharing/lib/ISharedStorage.php +%%WWWDIR%%/apps/files_sharing/lib/Maintainer.php +%%WWWDIR%%/apps/files_sharing/lib/Middleware/SharingCheckMiddleware.php +%%WWWDIR%%/apps/files_sharing/lib/Migration.php +%%WWWDIR%%/apps/files_sharing/lib/MountProvider.php +%%WWWDIR%%/apps/files_sharing/lib/Scanner.php +%%WWWDIR%%/apps/files_sharing/lib/SharedMount.php +%%WWWDIR%%/apps/files_sharing/lib/SharedPropagator.php +%%WWWDIR%%/apps/files_sharing/lib/Updater.php %%WWWDIR%%/apps/files_sharing/lib/share/file.php %%WWWDIR%%/apps/files_sharing/lib/share/folder.php -%%WWWDIR%%/apps/files_sharing/lib/sharedmount.php -%%WWWDIR%%/apps/files_sharing/lib/sharedpropagator.php %%WWWDIR%%/apps/files_sharing/lib/sharedstorage.php -%%WWWDIR%%/apps/files_sharing/lib/updater.php %%WWWDIR%%/apps/files_sharing/list.php %%WWWDIR%%/apps/files_sharing/public.php -%%WWWDIR%%/apps/files_sharing/settings-admin.php -%%WWWDIR%%/apps/files_sharing/settings-personal.php %%WWWDIR%%/apps/files_sharing/templates/authenticate.php %%WWWDIR%%/apps/files_sharing/templates/list.php %%WWWDIR%%/apps/files_sharing/templates/part.404.php %%WWWDIR%%/apps/files_sharing/templates/public.php -%%WWWDIR%%/apps/files_sharing/templates/settings-admin.php -%%WWWDIR%%/apps/files_sharing/templates/settings-personal.php %%WWWDIR%%/apps/files_texteditor/appinfo/app.php %%WWWDIR%%/apps/files_texteditor/appinfo/application.php %%WWWDIR%%/apps/files_texteditor/appinfo/info.xml @@ -6229,6 +6264,8 @@ %%WWWDIR%%/apps/files_texteditor/l10n/hu_HU.js %%WWWDIR%%/apps/files_texteditor/l10n/hu_HU.json %%WWWDIR%%/apps/files_texteditor/l10n/hu_HU.php +%%WWWDIR%%/apps/files_texteditor/l10n/hy.js +%%WWWDIR%%/apps/files_texteditor/l10n/hy.json %%WWWDIR%%/apps/files_texteditor/l10n/hy.php %%WWWDIR%%/apps/files_texteditor/l10n/ia.php %%WWWDIR%%/apps/files_texteditor/l10n/id.js @@ -6330,16 +6367,12 @@ %%WWWDIR%%/apps/files_trashbin/ajax/preview.php %%WWWDIR%%/apps/files_trashbin/ajax/undelete.php %%WWWDIR%%/apps/files_trashbin/appinfo/app.php -%%WWWDIR%%/apps/files_trashbin/appinfo/application.php %%WWWDIR%%/apps/files_trashbin/appinfo/database.xml %%WWWDIR%%/apps/files_trashbin/appinfo/info.xml -%%WWWDIR%%/apps/files_trashbin/appinfo/install.php %%WWWDIR%%/apps/files_trashbin/appinfo/register_command.php %%WWWDIR%%/apps/files_trashbin/appinfo/routes.php %%WWWDIR%%/apps/files_trashbin/appinfo/signature.json %%WWWDIR%%/apps/files_trashbin/appinfo/update.php -%%WWWDIR%%/apps/files_trashbin/command/cleanup.php -%%WWWDIR%%/apps/files_trashbin/command/expire.php %%WWWDIR%%/apps/files_trashbin/css/trash.css %%WWWDIR%%/apps/files_trashbin/img/app.svg %%WWWDIR%%/apps/files_trashbin/js/app.js @@ -6398,6 +6431,8 @@ %%WWWDIR%%/apps/files_trashbin/l10n/fa.json %%WWWDIR%%/apps/files_trashbin/l10n/fi_FI.js %%WWWDIR%%/apps/files_trashbin/l10n/fi_FI.json +%%WWWDIR%%/apps/files_trashbin/l10n/fil.js +%%WWWDIR%%/apps/files_trashbin/l10n/fil.json %%WWWDIR%%/apps/files_trashbin/l10n/fr.js %%WWWDIR%%/apps/files_trashbin/l10n/fr.json %%WWWDIR%%/apps/files_trashbin/l10n/gl.js @@ -6500,29 +6535,27 @@ %%WWWDIR%%/apps/files_trashbin/l10n/zh_HK.json %%WWWDIR%%/apps/files_trashbin/l10n/zh_TW.js %%WWWDIR%%/apps/files_trashbin/l10n/zh_TW.json -%%WWWDIR%%/apps/files_trashbin/lib/backgroundjob/expiretrash.php -%%WWWDIR%%/apps/files_trashbin/lib/capabilities.php -%%WWWDIR%%/apps/files_trashbin/lib/exceptions/copyrecursiveexception.php -%%WWWDIR%%/apps/files_trashbin/lib/expiration.php -%%WWWDIR%%/apps/files_trashbin/lib/helper.php -%%WWWDIR%%/apps/files_trashbin/lib/hooks.php -%%WWWDIR%%/apps/files_trashbin/lib/storage.php -%%WWWDIR%%/apps/files_trashbin/lib/trashbin.php +%%WWWDIR%%/apps/files_trashbin/lib/AppInfo/Application.php +%%WWWDIR%%/apps/files_trashbin/lib/BackgroundJob/ExpireTrash.php +%%WWWDIR%%/apps/files_trashbin/lib/Capabilities.php +%%WWWDIR%%/apps/files_trashbin/lib/Command/CleanUp.php +%%WWWDIR%%/apps/files_trashbin/lib/Command/Expire.php +%%WWWDIR%%/apps/files_trashbin/lib/Exceptions/CopyRecursiveException.php +%%WWWDIR%%/apps/files_trashbin/lib/Expiration.php +%%WWWDIR%%/apps/files_trashbin/lib/Helper.php +%%WWWDIR%%/apps/files_trashbin/lib/Hooks.php +%%WWWDIR%%/apps/files_trashbin/lib/Storage.php +%%WWWDIR%%/apps/files_trashbin/lib/Trashbin.php %%WWWDIR%%/apps/files_trashbin/list.php %%WWWDIR%%/apps/files_trashbin/templates/index.php %%WWWDIR%%/apps/files_versions/ajax/getVersions.php %%WWWDIR%%/apps/files_versions/ajax/preview.php %%WWWDIR%%/apps/files_versions/ajax/rollbackVersion.php %%WWWDIR%%/apps/files_versions/appinfo/app.php -%%WWWDIR%%/apps/files_versions/appinfo/application.php %%WWWDIR%%/apps/files_versions/appinfo/info.xml -%%WWWDIR%%/apps/files_versions/appinfo/install.php %%WWWDIR%%/apps/files_versions/appinfo/register_command.php %%WWWDIR%%/apps/files_versions/appinfo/routes.php %%WWWDIR%%/apps/files_versions/appinfo/signature.json -%%WWWDIR%%/apps/files_versions/appinfo/update.php -%%WWWDIR%%/apps/files_versions/command/cleanup.php -%%WWWDIR%%/apps/files_versions/command/expire.php %%WWWDIR%%/apps/files_versions/css/versions.css %%WWWDIR%%/apps/files_versions/download.php %%WWWDIR%%/apps/files_versions/img/app.svg @@ -6668,11 +6701,14 @@ %%WWWDIR%%/apps/files_versions/l10n/zh_HK.json %%WWWDIR%%/apps/files_versions/l10n/zh_TW.js %%WWWDIR%%/apps/files_versions/l10n/zh_TW.json -%%WWWDIR%%/apps/files_versions/lib/backgroundjob/expireversions.php -%%WWWDIR%%/apps/files_versions/lib/capabilities.php -%%WWWDIR%%/apps/files_versions/lib/expiration.php -%%WWWDIR%%/apps/files_versions/lib/hooks.php -%%WWWDIR%%/apps/files_versions/lib/storage.php +%%WWWDIR%%/apps/files_versions/lib/AppInfo/Application.php +%%WWWDIR%%/apps/files_versions/lib/BackgroundJob/ExpireVersions.php +%%WWWDIR%%/apps/files_versions/lib/Capabilities.php +%%WWWDIR%%/apps/files_versions/lib/Command/CleanUp.php +%%WWWDIR%%/apps/files_versions/lib/Command/Expire.php +%%WWWDIR%%/apps/files_versions/lib/Expiration.php +%%WWWDIR%%/apps/files_versions/lib/Hooks.php +%%WWWDIR%%/apps/files_versions/lib/Storage.php %%WWWDIR%%/apps/files_videoplayer/appinfo/app.php %%WWWDIR%%/apps/files_videoplayer/appinfo/info.xml %%WWWDIR%%/apps/files_videoplayer/appinfo/signature.json @@ -6714,7 +6750,6 @@ %%WWWDIR%%/apps/firstrunwizard/appinfo/info.xml %%WWWDIR%%/apps/firstrunwizard/appinfo/routes.php %%WWWDIR%%/apps/firstrunwizard/appinfo/signature.json -%%WWWDIR%%/apps/firstrunwizard/appinfo/version %%WWWDIR%%/apps/firstrunwizard/css/colorbox.css %%WWWDIR%%/apps/firstrunwizard/css/firstrunwizard.css %%WWWDIR%%/apps/firstrunwizard/img/app.svg @@ -6759,7 +6794,6 @@ %%WWWDIR%%/apps/firstrunwizard/l10n/el.js %%WWWDIR%%/apps/firstrunwizard/l10n/el.json %%WWWDIR%%/apps/firstrunwizard/l10n/el.php -%%WWWDIR%%/apps/firstrunwizard/l10n/en@pirate.php %%WWWDIR%%/apps/firstrunwizard/l10n/en_GB.js %%WWWDIR%%/apps/firstrunwizard/l10n/en_GB.json %%WWWDIR%%/apps/firstrunwizard/l10n/en_GB.php @@ -6806,6 +6840,8 @@ %%WWWDIR%%/apps/firstrunwizard/l10n/id.js %%WWWDIR%%/apps/firstrunwizard/l10n/id.json %%WWWDIR%%/apps/firstrunwizard/l10n/id.php +%%WWWDIR%%/apps/firstrunwizard/l10n/is.js +%%WWWDIR%%/apps/firstrunwizard/l10n/is.json %%WWWDIR%%/apps/firstrunwizard/l10n/is.php %%WWWDIR%%/apps/firstrunwizard/l10n/it.js %%WWWDIR%%/apps/firstrunwizard/l10n/it.json @@ -6906,6 +6942,7 @@ %%WWWDIR%%/apps/gallery/appinfo/info.xml %%WWWDIR%%/apps/gallery/appinfo/routes.php %%WWWDIR%%/apps/gallery/appinfo/signature.json +%%WWWDIR%%/apps/gallery/build/after_failure.sh %%WWWDIR%%/apps/gallery/build/documentation/docpublisher.sh %%WWWDIR%%/apps/gallery/build/documentation/index.html %%WWWDIR%%/apps/gallery/build/documentation/reports/index.html @@ -6941,6 +6978,7 @@ %%WWWDIR%%/apps/gallery/css/share.css %%WWWDIR%%/apps/gallery/css/slideshow.css %%WWWDIR%%/apps/gallery/css/styles.css +%%WWWDIR%%/apps/gallery/css/upload.css %%WWWDIR%%/apps/gallery/documentation/developers.md %%WWWDIR%%/apps/gallery/environment/environment.php %%WWWDIR%%/apps/gallery/environment/environmentexception.php @@ -6982,6 +7020,7 @@ %%WWWDIR%%/apps/gallery/js/slideshowcontrols.js %%WWWDIR%%/apps/gallery/js/slideshowzoomablepreview.js %%WWWDIR%%/apps/gallery/js/thumbnail.js +%%WWWDIR%%/apps/gallery/js/upload-helper.js %%WWWDIR%%/apps/gallery/js/vendor/bigshot/LICENSE.txt %%WWWDIR%%/apps/gallery/js/vendor/bigshot/README.txt %%WWWDIR%%/apps/gallery/js/vendor/bigshot/bigshot-compressed.js @@ -6995,7 +7034,14 @@ %%WWWDIR%%/apps/gallery/js/vendor/eventsource-polyfill/LICENSE %%WWWDIR%%/apps/gallery/js/vendor/eventsource-polyfill/README.md %%WWWDIR%%/apps/gallery/js/vendor/eventsource-polyfill/dist/eventsource.js +%%WWWDIR%%/apps/gallery/js/vendor/jquery-touch-events/README.md +%%WWWDIR%%/apps/gallery/js/vendor/jquery-touch-events/src/1.0.1/jquery.mobile-events.js +%%WWWDIR%%/apps/gallery/js/vendor/jquery-touch-events/src/1.0.1/jquery.mobile-events.min.js +%%WWWDIR%%/apps/gallery/js/vendor/jquery.ui.touch-punch-custom.js +%%WWWDIR%%/apps/gallery/js/vendor/jqueryui-touch-punch/README.md +%%WWWDIR%%/apps/gallery/js/vendor/jqueryui-touch-punch/jquery.ui.touch-punch.js %%WWWDIR%%/apps/gallery/js/vendor/modified-eventsource-polyfill/eventsource-polyfill.js +%%WWWDIR%%/apps/gallery/js/vendor/owncloud/newfilemenu.js %%WWWDIR%%/apps/gallery/js/vendor/owncloud/share.js %%WWWDIR%%/apps/gallery/l10n/.tx/config %%WWWDIR%%/apps/gallery/l10n/af_ZA.php @@ -7097,7 +7143,6 @@ %%WWWDIR%%/apps/gallery/l10n/pa.php %%WWWDIR%%/apps/gallery/l10n/pl.js %%WWWDIR%%/apps/gallery/l10n/pl.json -%%WWWDIR%%/apps/gallery/l10n/pl.php %%WWWDIR%%/apps/gallery/l10n/pt_BR.js %%WWWDIR%%/apps/gallery/l10n/pt_BR.json %%WWWDIR%%/apps/gallery/l10n/pt_PT.js @@ -7117,7 +7162,6 @@ %%WWWDIR%%/apps/gallery/l10n/sr@latin.php %%WWWDIR%%/apps/gallery/l10n/sv.js %%WWWDIR%%/apps/gallery/l10n/sv.json -%%WWWDIR%%/apps/gallery/l10n/sv.php %%WWWDIR%%/apps/gallery/l10n/ta_LK.php %%WWWDIR%%/apps/gallery/l10n/th_TH.js %%WWWDIR%%/apps/gallery/l10n/th_TH.json @@ -7168,10 +7212,12 @@ %%WWWDIR%%/apps/gallery/utility/eventsource.php %%WWWDIR%%/apps/gallery/vendor/autoload.php %%WWWDIR%%/apps/gallery/vendor/composer/ClassLoader.php +%%WWWDIR%%/apps/gallery/vendor/composer/LICENSE %%WWWDIR%%/apps/gallery/vendor/composer/autoload_classmap.php %%WWWDIR%%/apps/gallery/vendor/composer/autoload_namespaces.php %%WWWDIR%%/apps/gallery/vendor/composer/autoload_psr4.php %%WWWDIR%%/apps/gallery/vendor/composer/autoload_real.php +%%WWWDIR%%/apps/gallery/vendor/composer/autoload_static.php %%WWWDIR%%/apps/gallery/vendor/composer/installed.json %%WWWDIR%%/apps/gallery/vendor/symfony/yaml/.gitignore %%WWWDIR%%/apps/gallery/vendor/symfony/yaml/CHANGELOG.md @@ -7216,12 +7262,10 @@ %%WWWDIR%%/apps/gallery/vendor/symfony/yaml/phpunit.xml.dist %%WWWDIR%%/apps/notifications/COPYING %%WWWDIR%%/apps/notifications/appinfo/app.php -%%WWWDIR%%/apps/notifications/appinfo/application.php %%WWWDIR%%/apps/notifications/appinfo/database.xml %%WWWDIR%%/apps/notifications/appinfo/info.xml %%WWWDIR%%/apps/notifications/appinfo/routes.php %%WWWDIR%%/apps/notifications/appinfo/signature.json -%%WWWDIR%%/apps/notifications/controller/endpointcontroller.php %%WWWDIR%%/apps/notifications/css/styles.css %%WWWDIR%%/apps/notifications/docs/notification-workflow.md %%WWWDIR%%/apps/notifications/docs/ocs-endpoint-v1.md @@ -7233,18 +7277,18 @@ %%WWWDIR%%/apps/notifications/img/sample-new.png %%WWWDIR%%/apps/notifications/js/app.js %%WWWDIR%%/apps/notifications/js/notification.js -%%WWWDIR%%/apps/notifications/lib/app.php -%%WWWDIR%%/apps/notifications/lib/capabilities.php -%%WWWDIR%%/apps/notifications/lib/handler.php +%%WWWDIR%%/apps/notifications/lib/App.php +%%WWWDIR%%/apps/notifications/lib/AppInfo/Application.php +%%WWWDIR%%/apps/notifications/lib/Capabilities.php +%%WWWDIR%%/apps/notifications/lib/Controller/EndpointController.php +%%WWWDIR%%/apps/notifications/lib/Handler.php %%WWWDIR%%/apps/provisioning_api/appinfo/info.xml %%WWWDIR%%/apps/provisioning_api/appinfo/routes.php %%WWWDIR%%/apps/provisioning_api/appinfo/signature.json %%WWWDIR%%/apps/provisioning_api/img/app.svg -%%WWWDIR%%/apps/provisioning_api/lib/apps.php -%%WWWDIR%%/apps/provisioning_api/lib/groups.php -%%WWWDIR%%/apps/provisioning_api/lib/users.php -%%WWWDIR%%/apps/systemtags/activity/extension.php -%%WWWDIR%%/apps/systemtags/activity/listener.php +%%WWWDIR%%/apps/provisioning_api/lib/Apps.php +%%WWWDIR%%/apps/provisioning_api/lib/Groups.php +%%WWWDIR%%/apps/provisioning_api/lib/Users.php %%WWWDIR%%/apps/systemtags/appinfo/app.php %%WWWDIR%%/apps/systemtags/appinfo/info.xml %%WWWDIR%%/apps/systemtags/appinfo/signature.json @@ -7279,6 +7323,8 @@ %%WWWDIR%%/apps/systemtags/l10n/da.json %%WWWDIR%%/apps/systemtags/l10n/de.js %%WWWDIR%%/apps/systemtags/l10n/de.json +%%WWWDIR%%/apps/systemtags/l10n/de_AT.js +%%WWWDIR%%/apps/systemtags/l10n/de_AT.json %%WWWDIR%%/apps/systemtags/l10n/de_DE.js %%WWWDIR%%/apps/systemtags/l10n/de_DE.json %%WWWDIR%%/apps/systemtags/l10n/el.js @@ -7399,6 +7445,8 @@ %%WWWDIR%%/apps/systemtags/l10n/zh_HK.json %%WWWDIR%%/apps/systemtags/l10n/zh_TW.js %%WWWDIR%%/apps/systemtags/l10n/zh_TW.json +%%WWWDIR%%/apps/systemtags/lib/Activity/Extension.php +%%WWWDIR%%/apps/systemtags/lib/Activity/Listener.php %%WWWDIR%%/apps/systemtags/list.php %%WWWDIR%%/apps/systemtags/templates/list.php %%WWWDIR%%/apps/templateeditor/app/templateeditor.php @@ -7406,7 +7454,6 @@ %%WWWDIR%%/apps/templateeditor/appinfo/info.xml %%WWWDIR%%/apps/templateeditor/appinfo/routes.php %%WWWDIR%%/apps/templateeditor/appinfo/signature.json -%%WWWDIR%%/apps/templateeditor/appinfo/version %%WWWDIR%%/apps/templateeditor/controller/adminsettingscontroller.php %%WWWDIR%%/apps/templateeditor/css/settings-admin.css %%WWWDIR%%/apps/templateeditor/http/mailtemplateresponse.php @@ -7581,11 +7628,9 @@ %%WWWDIR%%/apps/templateeditor/templates/settings-admin.php %%WWWDIR%%/apps/updatenotification/admin.php %%WWWDIR%%/apps/updatenotification/appinfo/app.php -%%WWWDIR%%/apps/updatenotification/appinfo/application.php %%WWWDIR%%/apps/updatenotification/appinfo/info.xml %%WWWDIR%%/apps/updatenotification/appinfo/routes.php %%WWWDIR%%/apps/updatenotification/appinfo/signature.json -%%WWWDIR%%/apps/updatenotification/controller/admincontroller.php %%WWWDIR%%/apps/updatenotification/js/admin.js %%WWWDIR%%/apps/updatenotification/js/notification.js %%WWWDIR%%/apps/updatenotification/l10n/ar.js @@ -7648,6 +7693,8 @@ %%WWWDIR%%/apps/updatenotification/l10n/ja.json %%WWWDIR%%/apps/updatenotification/l10n/ko.js %%WWWDIR%%/apps/updatenotification/l10n/ko.json +%%WWWDIR%%/apps/updatenotification/l10n/lb.js +%%WWWDIR%%/apps/updatenotification/l10n/lb.json %%WWWDIR%%/apps/updatenotification/l10n/lt_LT.js %%WWWDIR%%/apps/updatenotification/l10n/lt_LT.json %%WWWDIR%%/apps/updatenotification/l10n/mk.js @@ -7664,6 +7711,8 @@ %%WWWDIR%%/apps/updatenotification/l10n/pt_BR.json %%WWWDIR%%/apps/updatenotification/l10n/pt_PT.js %%WWWDIR%%/apps/updatenotification/l10n/pt_PT.json +%%WWWDIR%%/apps/updatenotification/l10n/ro.js +%%WWWDIR%%/apps/updatenotification/l10n/ro.json %%WWWDIR%%/apps/updatenotification/l10n/ru.js %%WWWDIR%%/apps/updatenotification/l10n/ru.json %%WWWDIR%%/apps/updatenotification/l10n/sk_SK.js @@ -7686,14 +7735,17 @@ %%WWWDIR%%/apps/updatenotification/l10n/zh_CN.json %%WWWDIR%%/apps/updatenotification/l10n/zh_TW.js %%WWWDIR%%/apps/updatenotification/l10n/zh_TW.json -%%WWWDIR%%/apps/updatenotification/lib/resettokenbackgroundjob.php -%%WWWDIR%%/apps/updatenotification/lib/updatechecker.php +%%WWWDIR%%/apps/updatenotification/lib/AppInfo/Application.php +%%WWWDIR%%/apps/updatenotification/lib/Controller/AdminController.php +%%WWWDIR%%/apps/updatenotification/lib/Notification/BackgroundJob.php +%%WWWDIR%%/apps/updatenotification/lib/Notification/Notifier.php +%%WWWDIR%%/apps/updatenotification/lib/ResetTokenBackgroundJob.php +%%WWWDIR%%/apps/updatenotification/lib/UpdateChecker.php %%WWWDIR%%/apps/updatenotification/templates/admin.php %%WWWDIR%%/apps/user_external/appinfo/app.php %%WWWDIR%%/apps/user_external/appinfo/database.xml %%WWWDIR%%/apps/user_external/appinfo/info.xml %%WWWDIR%%/apps/user_external/appinfo/signature.json -%%WWWDIR%%/apps/user_external/appinfo/version %%WWWDIR%%/apps/user_external/img/app.svg %%WWWDIR%%/apps/user_external/lib/base.php %%WWWDIR%%/apps/user_external/lib/ftp.php @@ -7714,18 +7766,7 @@ %%WWWDIR%%/apps/user_ldap/appinfo/register_command.php %%WWWDIR%%/apps/user_ldap/appinfo/routes.php %%WWWDIR%%/apps/user_ldap/appinfo/signature.json -%%WWWDIR%%/apps/user_ldap/appinfo/update.php -%%WWWDIR%%/apps/user_ldap/command/checkuser.php -%%WWWDIR%%/apps/user_ldap/command/createemptyconfig.php -%%WWWDIR%%/apps/user_ldap/command/deleteconfig.php -%%WWWDIR%%/apps/user_ldap/command/search.php -%%WWWDIR%%/apps/user_ldap/command/setconfig.php -%%WWWDIR%%/apps/user_ldap/command/showconfig.php -%%WWWDIR%%/apps/user_ldap/command/showremnants.php -%%WWWDIR%%/apps/user_ldap/command/testconfig.php %%WWWDIR%%/apps/user_ldap/css/settings.css -%%WWWDIR%%/apps/user_ldap/group_ldap.php -%%WWWDIR%%/apps/user_ldap/group_proxy.php %%WWWDIR%%/apps/user_ldap/img/app.svg %%WWWDIR%%/apps/user_ldap/img/copy.png %%WWWDIR%%/apps/user_ldap/img/copy.svg @@ -7905,8 +7946,6 @@ %%WWWDIR%%/apps/user_ldap/l10n/nb_NO.json %%WWWDIR%%/apps/user_ldap/l10n/nds.js %%WWWDIR%%/apps/user_ldap/l10n/nds.json -%%WWWDIR%%/apps/user_ldap/l10n/ne.js -%%WWWDIR%%/apps/user_ldap/l10n/ne.json %%WWWDIR%%/apps/user_ldap/l10n/nl.js %%WWWDIR%%/apps/user_ldap/l10n/nl.json %%WWWDIR%%/apps/user_ldap/l10n/nn_NO.js @@ -7915,8 +7954,6 @@ %%WWWDIR%%/apps/user_ldap/l10n/nqo.json %%WWWDIR%%/apps/user_ldap/l10n/oc.js %%WWWDIR%%/apps/user_ldap/l10n/oc.json -%%WWWDIR%%/apps/user_ldap/l10n/or_IN.js -%%WWWDIR%%/apps/user_ldap/l10n/or_IN.json %%WWWDIR%%/apps/user_ldap/l10n/pa.js %%WWWDIR%%/apps/user_ldap/l10n/pa.json %%WWWDIR%%/apps/user_ldap/l10n/pl.js @@ -7969,41 +8006,49 @@ %%WWWDIR%%/apps/user_ldap/l10n/uk.json %%WWWDIR%%/apps/user_ldap/l10n/ur_PK.js %%WWWDIR%%/apps/user_ldap/l10n/ur_PK.json -%%WWWDIR%%/apps/user_ldap/l10n/uz.js -%%WWWDIR%%/apps/user_ldap/l10n/uz.json %%WWWDIR%%/apps/user_ldap/l10n/vi.js %%WWWDIR%%/apps/user_ldap/l10n/vi.json -%%WWWDIR%%/apps/user_ldap/l10n/yo.js -%%WWWDIR%%/apps/user_ldap/l10n/yo.json %%WWWDIR%%/apps/user_ldap/l10n/zh_CN.js %%WWWDIR%%/apps/user_ldap/l10n/zh_CN.json %%WWWDIR%%/apps/user_ldap/l10n/zh_HK.js %%WWWDIR%%/apps/user_ldap/l10n/zh_HK.json %%WWWDIR%%/apps/user_ldap/l10n/zh_TW.js %%WWWDIR%%/apps/user_ldap/l10n/zh_TW.json -%%WWWDIR%%/apps/user_ldap/lib/access.php -%%WWWDIR%%/apps/user_ldap/lib/backendutility.php -%%WWWDIR%%/apps/user_ldap/lib/configuration.php -%%WWWDIR%%/apps/user_ldap/lib/connection.php -%%WWWDIR%%/apps/user_ldap/lib/filesystemhelper.php -%%WWWDIR%%/apps/user_ldap/lib/helper.php -%%WWWDIR%%/apps/user_ldap/lib/ildapwrapper.php -%%WWWDIR%%/apps/user_ldap/lib/jobs.php -%%WWWDIR%%/apps/user_ldap/lib/jobs/cleanup.php -%%WWWDIR%%/apps/user_ldap/lib/ldap.php -%%WWWDIR%%/apps/user_ldap/lib/ldaputility.php -%%WWWDIR%%/apps/user_ldap/lib/logwrapper.php -%%WWWDIR%%/apps/user_ldap/lib/mapping/abstractmapping.php -%%WWWDIR%%/apps/user_ldap/lib/mapping/groupmapping.php -%%WWWDIR%%/apps/user_ldap/lib/mapping/usermapping.php -%%WWWDIR%%/apps/user_ldap/lib/proxy.php -%%WWWDIR%%/apps/user_ldap/lib/user/deletedusersindex.php -%%WWWDIR%%/apps/user_ldap/lib/user/iusertools.php -%%WWWDIR%%/apps/user_ldap/lib/user/manager.php -%%WWWDIR%%/apps/user_ldap/lib/user/offlineuser.php -%%WWWDIR%%/apps/user_ldap/lib/user/user.php -%%WWWDIR%%/apps/user_ldap/lib/wizard.php -%%WWWDIR%%/apps/user_ldap/lib/wizardresult.php +%%WWWDIR%%/apps/user_ldap/lib/Access.php +%%WWWDIR%%/apps/user_ldap/lib/BackendUtility.php +%%WWWDIR%%/apps/user_ldap/lib/Command/CheckUser.php +%%WWWDIR%%/apps/user_ldap/lib/Command/CreateEmptyConfig.php +%%WWWDIR%%/apps/user_ldap/lib/Command/DeleteConfig.php +%%WWWDIR%%/apps/user_ldap/lib/Command/Search.php +%%WWWDIR%%/apps/user_ldap/lib/Command/SetConfig.php +%%WWWDIR%%/apps/user_ldap/lib/Command/ShowConfig.php +%%WWWDIR%%/apps/user_ldap/lib/Command/ShowRemnants.php +%%WWWDIR%%/apps/user_ldap/lib/Command/TestConfig.php +%%WWWDIR%%/apps/user_ldap/lib/Configuration.php +%%WWWDIR%%/apps/user_ldap/lib/Connection.php +%%WWWDIR%%/apps/user_ldap/lib/FilesystemHelper.php +%%WWWDIR%%/apps/user_ldap/lib/Group_LDAP.php +%%WWWDIR%%/apps/user_ldap/lib/Group_Proxy.php +%%WWWDIR%%/apps/user_ldap/lib/Helper.php +%%WWWDIR%%/apps/user_ldap/lib/ILDAPWrapper.php +%%WWWDIR%%/apps/user_ldap/lib/Jobs/CleanUp.php +%%WWWDIR%%/apps/user_ldap/lib/Jobs/UpdateGroups.php +%%WWWDIR%%/apps/user_ldap/lib/LDAP.php +%%WWWDIR%%/apps/user_ldap/lib/LDAPUtility.php +%%WWWDIR%%/apps/user_ldap/lib/LogWrapper.php +%%WWWDIR%%/apps/user_ldap/lib/Mapping/AbstractMapping.php +%%WWWDIR%%/apps/user_ldap/lib/Mapping/GroupMapping.php +%%WWWDIR%%/apps/user_ldap/lib/Mapping/UserMapping.php +%%WWWDIR%%/apps/user_ldap/lib/Proxy.php +%%WWWDIR%%/apps/user_ldap/lib/User/DeletedUsersIndex.php +%%WWWDIR%%/apps/user_ldap/lib/User/IUserTools.php +%%WWWDIR%%/apps/user_ldap/lib/User/Manager.php +%%WWWDIR%%/apps/user_ldap/lib/User/OfflineUser.php +%%WWWDIR%%/apps/user_ldap/lib/User/User.php +%%WWWDIR%%/apps/user_ldap/lib/User_LDAP.php +%%WWWDIR%%/apps/user_ldap/lib/User_Proxy.php +%%WWWDIR%%/apps/user_ldap/lib/Wizard.php +%%WWWDIR%%/apps/user_ldap/lib/WizardResult.php %%WWWDIR%%/apps/user_ldap/settings.php %%WWWDIR%%/apps/user_ldap/templates/part.settingcontrols.php %%WWWDIR%%/apps/user_ldap/templates/part.wizard-groupfilter.php @@ -8012,8 +8057,6 @@ %%WWWDIR%%/apps/user_ldap/templates/part.wizard-userfilter.php %%WWWDIR%%/apps/user_ldap/templates/part.wizardcontrols.php %%WWWDIR%%/apps/user_ldap/templates/settings.php -%%WWWDIR%%/apps/user_ldap/user_ldap.php -%%WWWDIR%%/apps/user_ldap/user_proxy.php %%WWWDIR%%/apps/user_ldap/vendor/ui-multiselect/MIT-LICENSE %%WWWDIR%%/apps/user_ldap/vendor/ui-multiselect/jquery.multiselect.css %%WWWDIR%%/apps/user_ldap/vendor/ui-multiselect/src/jquery.multiselect.js @@ -8022,70 +8065,80 @@ @owner @group %%WWWDIR%%/console.php +%%WWWDIR%%/core/Application.php +%%WWWDIR%%/core/Command/App/CheckCode.php +%%WWWDIR%%/core/Command/App/Disable.php +%%WWWDIR%%/core/Command/App/Enable.php +%%WWWDIR%%/core/Command/App/GetPath.php +%%WWWDIR%%/core/Command/App/ListApps.php +%%WWWDIR%%/core/Command/Background/Ajax.php +%%WWWDIR%%/core/Command/Background/Base.php +%%WWWDIR%%/core/Command/Background/Cron.php +%%WWWDIR%%/core/Command/Background/WebCron.php +%%WWWDIR%%/core/Command/Base.php +%%WWWDIR%%/core/Command/Check.php +%%WWWDIR%%/core/Command/Config/App/DeleteConfig.php +%%WWWDIR%%/core/Command/Config/App/GetConfig.php +%%WWWDIR%%/core/Command/Config/App/SetConfig.php +%%WWWDIR%%/core/Command/Config/Import.php +%%WWWDIR%%/core/Command/Config/ListConfigs.php +%%WWWDIR%%/core/Command/Config/System/DeleteConfig.php +%%WWWDIR%%/core/Command/Config/System/GetConfig.php +%%WWWDIR%%/core/Command/Config/System/SetConfig.php +%%WWWDIR%%/core/Command/Db/ConvertType.php +%%WWWDIR%%/core/Command/Db/GenerateChangeScript.php +%%WWWDIR%%/core/Command/Encryption/ChangeKeyStorageRoot.php +%%WWWDIR%%/core/Command/Encryption/DecryptAll.php +%%WWWDIR%%/core/Command/Encryption/Disable.php +%%WWWDIR%%/core/Command/Encryption/Enable.php +%%WWWDIR%%/core/Command/Encryption/EncryptAll.php +%%WWWDIR%%/core/Command/Encryption/ListModules.php +%%WWWDIR%%/core/Command/Encryption/SetDefaultModule.php +%%WWWDIR%%/core/Command/Encryption/ShowKeyStorageRoot.php +%%WWWDIR%%/core/Command/Encryption/Status.php +%%WWWDIR%%/core/Command/Integrity/CheckApp.php +%%WWWDIR%%/core/Command/Integrity/CheckCore.php +%%WWWDIR%%/core/Command/Integrity/SignApp.php +%%WWWDIR%%/core/Command/Integrity/SignCore.php +%%WWWDIR%%/core/Command/L10n/CreateJs.php +%%WWWDIR%%/core/Command/Log/Manage.php +%%WWWDIR%%/core/Command/Log/OwnCloud.php +%%WWWDIR%%/core/Command/Maintenance/DataFingerprint.php +%%WWWDIR%%/core/Command/Maintenance/Install.php +%%WWWDIR%%/core/Command/Maintenance/Mimetype/UpdateDB.php +%%WWWDIR%%/core/Command/Maintenance/Mimetype/UpdateJS.php +%%WWWDIR%%/core/Command/Maintenance/Mode.php +%%WWWDIR%%/core/Command/Maintenance/Repair.php +%%WWWDIR%%/core/Command/Maintenance/SingleUser.php +%%WWWDIR%%/core/Command/Maintenance/UpdateHtaccess.php +%%WWWDIR%%/core/Command/Security/ImportCertificate.php +%%WWWDIR%%/core/Command/Security/ListCertificates.php +%%WWWDIR%%/core/Command/Security/RemoveCertificate.php +%%WWWDIR%%/core/Command/Status.php +%%WWWDIR%%/core/Command/TwoFactorAuth/Disable.php +%%WWWDIR%%/core/Command/TwoFactorAuth/Enable.php +%%WWWDIR%%/core/Command/Upgrade.php +%%WWWDIR%%/core/Command/User/Add.php +%%WWWDIR%%/core/Command/User/Delete.php +%%WWWDIR%%/core/Command/User/Disable.php +%%WWWDIR%%/core/Command/User/Enable.php +%%WWWDIR%%/core/Command/User/LastSeen.php +%%WWWDIR%%/core/Command/User/Report.php +%%WWWDIR%%/core/Command/User/ResetPassword.php +%%WWWDIR%%/core/Controller/AvatarController.php +%%WWWDIR%%/core/Controller/LoginController.php +%%WWWDIR%%/core/Controller/LostController.php +%%WWWDIR%%/core/Controller/OccController.php +%%WWWDIR%%/core/Controller/SetupController.php +%%WWWDIR%%/core/Controller/TokenController.php +%%WWWDIR%%/core/Controller/TwoFactorChallengeController.php +%%WWWDIR%%/core/Controller/UserController.php +%%WWWDIR%%/core/Middleware/TwoFactorMiddleware.php +%%WWWDIR%%/core/Tags/Controller.php %%WWWDIR%%/core/ajax/appconfig.php %%WWWDIR%%/core/ajax/preview.php %%WWWDIR%%/core/ajax/share.php %%WWWDIR%%/core/ajax/update.php -%%WWWDIR%%/core/application.php -%%WWWDIR%%/core/command/app/checkcode.php -%%WWWDIR%%/core/command/app/disable.php -%%WWWDIR%%/core/command/app/enable.php -%%WWWDIR%%/core/command/app/getpath.php -%%WWWDIR%%/core/command/app/listapps.php -%%WWWDIR%%/core/command/background/ajax.php -%%WWWDIR%%/core/command/background/base.php -%%WWWDIR%%/core/command/background/cron.php -%%WWWDIR%%/core/command/background/webcron.php -%%WWWDIR%%/core/command/base.php -%%WWWDIR%%/core/command/check.php -%%WWWDIR%%/core/command/config/app/deleteconfig.php -%%WWWDIR%%/core/command/config/app/getconfig.php -%%WWWDIR%%/core/command/config/app/setconfig.php -%%WWWDIR%%/core/command/config/import.php -%%WWWDIR%%/core/command/config/listconfigs.php -%%WWWDIR%%/core/command/config/system/deleteconfig.php -%%WWWDIR%%/core/command/config/system/getconfig.php -%%WWWDIR%%/core/command/config/system/setconfig.php -%%WWWDIR%%/core/command/db/converttype.php -%%WWWDIR%%/core/command/db/generatechangescript.php -%%WWWDIR%%/core/command/encryption/changekeystorageroot.php -%%WWWDIR%%/core/command/encryption/decryptall.php -%%WWWDIR%%/core/command/encryption/disable.php -%%WWWDIR%%/core/command/encryption/enable.php -%%WWWDIR%%/core/command/encryption/encryptall.php -%%WWWDIR%%/core/command/encryption/listmodules.php -%%WWWDIR%%/core/command/encryption/setdefaultmodule.php -%%WWWDIR%%/core/command/encryption/showkeystorageroot.php -%%WWWDIR%%/core/command/encryption/status.php -%%WWWDIR%%/core/command/integrity/checkapp.php -%%WWWDIR%%/core/command/integrity/checkcore.php -%%WWWDIR%%/core/command/integrity/signapp.php -%%WWWDIR%%/core/command/integrity/signcore.php -%%WWWDIR%%/core/command/l10n/createjs.php -%%WWWDIR%%/core/command/log/manage.php -%%WWWDIR%%/core/command/log/owncloud.php -%%WWWDIR%%/core/command/maintenance/install.php -%%WWWDIR%%/core/command/maintenance/mimetype/updatedb.php -%%WWWDIR%%/core/command/maintenance/mimetype/updatejs.php -%%WWWDIR%%/core/command/maintenance/mode.php -%%WWWDIR%%/core/command/maintenance/repair.php -%%WWWDIR%%/core/command/maintenance/singleuser.php -%%WWWDIR%%/core/command/maintenance/updatehtaccess.php -%%WWWDIR%%/core/command/security/importcertificate.php -%%WWWDIR%%/core/command/security/listcertificates.php -%%WWWDIR%%/core/command/security/removecertificate.php -%%WWWDIR%%/core/command/status.php -%%WWWDIR%%/core/command/upgrade.php -%%WWWDIR%%/core/command/user/add.php -%%WWWDIR%%/core/command/user/delete.php -%%WWWDIR%%/core/command/user/lastseen.php -%%WWWDIR%%/core/command/user/report.php -%%WWWDIR%%/core/command/user/resetpassword.php -%%WWWDIR%%/core/controller/avatarcontroller.php -%%WWWDIR%%/core/controller/lostcontroller.php -%%WWWDIR%%/core/controller/occcontroller.php -%%WWWDIR%%/core/controller/setupcontroller.php -%%WWWDIR%%/core/controller/usercontroller.php %%WWWDIR%%/core/css/apps.css %%WWWDIR%%/core/css/fixes.css %%WWWDIR%%/core/css/fonts.css @@ -8113,6 +8166,7 @@ %%WWWDIR%%/core/css/styles.css %%WWWDIR%%/core/css/systemtags.css %%WWWDIR%%/core/css/tooltip.css +%%WWWDIR%%/core/css/update.css %%WWWDIR%%/core/doc/admin/_images/add_storage.png %%WWWDIR%%/core/doc/admin/_images/admin_filehandling-1.png %%WWWDIR%%/core/doc/admin/_images/admin_filehandling-2.png @@ -8395,11 +8449,8 @@ %%WWWDIR%%/core/doc/admin/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.woff %%WWWDIR%%/core/doc/admin/_static/bootstrap-3.1.0/js/bootstrap.js %%WWWDIR%%/core/doc/admin/_static/bootstrap-3.1.0/js/bootstrap.min.js -%%WWWDIR%%/core/doc/admin/_static/bootstrap-responsive.css %%WWWDIR%%/core/doc/admin/_static/bootstrap-sphinx.css %%WWWDIR%%/core/doc/admin/_static/bootstrap-sphinx.js -%%WWWDIR%%/core/doc/admin/_static/bootstrap.css -%%WWWDIR%%/core/doc/admin/_static/bootstrap.js %%WWWDIR%%/core/doc/admin/_static/comment-bright.png %%WWWDIR%%/core/doc/admin/_static/comment-close.png %%WWWDIR%%/core/doc/admin/_static/comment.png @@ -8419,10 +8470,7 @@ %%WWWDIR%%/core/doc/admin/_static/fonts/fontawesome-webfont.svg %%WWWDIR%%/core/doc/admin/_static/fonts/fontawesome-webfont.ttf %%WWWDIR%%/core/doc/admin/_static/fonts/fontawesome-webfont.woff -%%WWWDIR%%/core/doc/admin/_static/img/glyphicons-halflings-white.png -%%WWWDIR%%/core/doc/admin/_static/img/glyphicons-halflings.png %%WWWDIR%%/core/doc/admin/_static/img/logo_owncloud.svg -%%WWWDIR%%/core/doc/admin/_static/img/note.svg %%WWWDIR%%/core/doc/admin/_static/img/note_pencil.svg %%WWWDIR%%/core/doc/admin/_static/img/social/diaspora.png %%WWWDIR%%/core/doc/admin/_static/img/social/diaspora.svg @@ -8439,7 +8487,6 @@ %%WWWDIR%%/core/doc/admin/_static/img/social/twitter.svg %%WWWDIR%%/core/doc/admin/_static/img/social/twitterround.png %%WWWDIR%%/core/doc/admin/_static/img/social/youtube.svg -%%WWWDIR%%/core/doc/admin/_static/img/todo.svg %%WWWDIR%%/core/doc/admin/_static/img/warning.svg %%WWWDIR%%/core/doc/admin/_static/jquery-1.11.1.js %%WWWDIR%%/core/doc/admin/_static/jquery.js @@ -8463,7 +8510,6 @@ %%WWWDIR%%/core/doc/admin/_static/social/twitter.svg %%WWWDIR%%/core/doc/admin/_static/social/twitterround.png %%WWWDIR%%/core/doc/admin/_static/social/youtube.svg -%%WWWDIR%%/core/doc/admin/_static/style.css %%WWWDIR%%/core/doc/admin/_static/styles.css %%WWWDIR%%/core/doc/admin/_static/underscore-1.3.1.js %%WWWDIR%%/core/doc/admin/_static/underscore.js @@ -8627,6 +8673,7 @@ %%WWWDIR%%/core/doc/user/_images/files_versioning.png %%WWWDIR%%/core/doc/user/_images/gallery-1.png %%WWWDIR%%/core/doc/user/_images/gallery-2.png +%%WWWDIR%%/core/doc/user/_images/hidden_files.png %%WWWDIR%%/core/doc/user/_images/kdes.png %%WWWDIR%%/core/doc/user/_images/kdes1.png %%WWWDIR%%/core/doc/user/_images/kdes2.png @@ -8644,6 +8691,9 @@ %%WWWDIR%%/core/doc/user/_images/osx_webdav2.png %%WWWDIR%%/core/doc/user/_images/personal_settings.png %%WWWDIR%%/core/doc/user/_images/quota1.png +%%WWWDIR%%/core/doc/user/_images/settings_devices.png +%%WWWDIR%%/core/doc/user/_images/settings_devices_add.png +%%WWWDIR%%/core/doc/user/_images/settings_sessions.png %%WWWDIR%%/core/doc/user/_images/users-overlays-sharepoint.png %%WWWDIR%%/core/doc/user/_images/users-overlays-win-net-drive.png %%WWWDIR%%/core/doc/user/_images/video_player_2.png @@ -8676,6 +8726,7 @@ %%WWWDIR%%/core/doc/user/_sources/pim/sync_osx.txt %%WWWDIR%%/core/doc/user/_sources/pim/sync_thunderbird.txt %%WWWDIR%%/core/doc/user/_sources/pim/troubleshooting.txt +%%WWWDIR%%/core/doc/user/_sources/session_management.txt %%WWWDIR%%/core/doc/user/_sources/userpreferences.txt %%WWWDIR%%/core/doc/user/_sources/webinterface.txt %%WWWDIR%%/core/doc/user/_sources/whats_new.txt @@ -8693,11 +8744,8 @@ %%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/fonts/glyphicons-halflings-regular.woff %%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/js/bootstrap.js %%WWWDIR%%/core/doc/user/_static/bootstrap-3.1.0/js/bootstrap.min.js -%%WWWDIR%%/core/doc/user/_static/bootstrap-responsive.css %%WWWDIR%%/core/doc/user/_static/bootstrap-sphinx.css %%WWWDIR%%/core/doc/user/_static/bootstrap-sphinx.js -%%WWWDIR%%/core/doc/user/_static/bootstrap.css -%%WWWDIR%%/core/doc/user/_static/bootstrap.js %%WWWDIR%%/core/doc/user/_static/comment-bright.png %%WWWDIR%%/core/doc/user/_static/comment-close.png %%WWWDIR%%/core/doc/user/_static/comment.png @@ -8717,10 +8765,7 @@ %%WWWDIR%%/core/doc/user/_static/fonts/fontawesome-webfont.svg %%WWWDIR%%/core/doc/user/_static/fonts/fontawesome-webfont.ttf %%WWWDIR%%/core/doc/user/_static/fonts/fontawesome-webfont.woff -%%WWWDIR%%/core/doc/user/_static/img/glyphicons-halflings-white.png -%%WWWDIR%%/core/doc/user/_static/img/glyphicons-halflings.png %%WWWDIR%%/core/doc/user/_static/img/logo_owncloud.svg -%%WWWDIR%%/core/doc/user/_static/img/note.svg %%WWWDIR%%/core/doc/user/_static/img/note_pencil.svg %%WWWDIR%%/core/doc/user/_static/img/social/diaspora.png %%WWWDIR%%/core/doc/user/_static/img/social/diaspora.svg @@ -8737,7 +8782,6 @@ %%WWWDIR%%/core/doc/user/_static/img/social/twitter.svg %%WWWDIR%%/core/doc/user/_static/img/social/twitterround.png %%WWWDIR%%/core/doc/user/_static/img/social/youtube.svg -%%WWWDIR%%/core/doc/user/_static/img/todo.svg %%WWWDIR%%/core/doc/user/_static/img/warning.svg %%WWWDIR%%/core/doc/user/_static/jquery-1.11.1.js %%WWWDIR%%/core/doc/user/_static/jquery.js @@ -8761,7 +8805,6 @@ %%WWWDIR%%/core/doc/user/_static/social/twitter.svg %%WWWDIR%%/core/doc/user/_static/social/twitterround.png %%WWWDIR%%/core/doc/user/_static/social/youtube.svg -%%WWWDIR%%/core/doc/user/_static/style.css %%WWWDIR%%/core/doc/user/_static/styles.css %%WWWDIR%%/core/doc/user/_static/underscore-1.3.1.js %%WWWDIR%%/core/doc/user/_static/underscore.js @@ -8799,6 +8842,7 @@ %%WWWDIR%%/core/doc/user/pim/troubleshooting.html %%WWWDIR%%/core/doc/user/search.html %%WWWDIR%%/core/doc/user/searchindex.js +%%WWWDIR%%/core/doc/user/session_management.html %%WWWDIR%%/core/doc/user/userpreferences.html %%WWWDIR%%/core/doc/user/webinterface.html %%WWWDIR%%/core/doc/user/whats_new.html @@ -8823,6 +8867,7 @@ %%WWWDIR%%/core/img/actions/checkbox-disabled-white.svg %%WWWDIR%%/core/img/actions/checkbox-disabled.png %%WWWDIR%%/core/img/actions/checkbox-disabled.svg +%%WWWDIR%%/core/img/actions/checkbox-mixed-disabled.svg %%WWWDIR%%/core/img/actions/checkbox-mixed-white.png %%WWWDIR%%/core/img/actions/checkbox-mixed-white.svg %%WWWDIR%%/core/img/actions/checkbox-mixed.png @@ -8851,6 +8896,8 @@ %%WWWDIR%%/core/img/actions/delete.svg %%WWWDIR%%/core/img/actions/details.png %%WWWDIR%%/core/img/actions/details.svg +%%WWWDIR%%/core/img/actions/download-white.png +%%WWWDIR%%/core/img/actions/download-white.svg %%WWWDIR%%/core/img/actions/download.png %%WWWDIR%%/core/img/actions/download.svg %%WWWDIR%%/core/img/actions/edit.png @@ -8956,6 +9003,7 @@ %%WWWDIR%%/core/img/actions/view-previous.png %%WWWDIR%%/core/img/actions/view-previous.svg %%WWWDIR%%/core/img/appstore.svg +%%WWWDIR%%/core/img/background.jpg %%WWWDIR%%/core/img/breadcrumb.png %%WWWDIR%%/core/img/breadcrumb.svg %%WWWDIR%%/core/img/default-app-icon.svg @@ -9010,6 +9058,7 @@ %%WWWDIR%%/core/img/googleplay.png %%WWWDIR%%/core/img/image-optimization.sh %%WWWDIR%%/core/img/loading-dark.gif +%%WWWDIR%%/core/img/loading-small-dark.gif %%WWWDIR%%/core/img/loading-small.gif %%WWWDIR%%/core/img/loading.gif %%WWWDIR%%/core/img/logo-icon-175px.png @@ -9032,17 +9081,17 @@ %%WWWDIR%%/core/img/places/music.svg %%WWWDIR%%/core/img/places/picture.png %%WWWDIR%%/core/img/places/picture.svg -%%WWWDIR%%/core/img/rating/s0.png -%%WWWDIR%%/core/img/rating/s1.png -%%WWWDIR%%/core/img/rating/s10.png -%%WWWDIR%%/core/img/rating/s2.png -%%WWWDIR%%/core/img/rating/s3.png -%%WWWDIR%%/core/img/rating/s4.png -%%WWWDIR%%/core/img/rating/s5.png -%%WWWDIR%%/core/img/rating/s6.png -%%WWWDIR%%/core/img/rating/s7.png -%%WWWDIR%%/core/img/rating/s8.png -%%WWWDIR%%/core/img/rating/s9.png +%%WWWDIR%%/core/img/rating/s0.svg +%%WWWDIR%%/core/img/rating/s1.svg +%%WWWDIR%%/core/img/rating/s10.svg +%%WWWDIR%%/core/img/rating/s2.svg +%%WWWDIR%%/core/img/rating/s3.svg +%%WWWDIR%%/core/img/rating/s4.svg +%%WWWDIR%%/core/img/rating/s5.svg +%%WWWDIR%%/core/img/rating/s6.svg +%%WWWDIR%%/core/img/rating/s7.svg +%%WWWDIR%%/core/img/rating/s8.svg +%%WWWDIR%%/core/img/rating/s9.svg %%WWWDIR%%/core/js/apps.js %%WWWDIR%%/core/js/backgroundjobs.js %%WWWDIR%%/core/js/compatibility.js @@ -9080,6 +9129,7 @@ %%WWWDIR%%/core/js/shareconfigmodel.js %%WWWDIR%%/core/js/sharedialogexpirationview.js %%WWWDIR%%/core/js/sharedialoglinkshareview.js +%%WWWDIR%%/core/js/sharedialogmailview.js %%WWWDIR%%/core/js/sharedialogresharerinfoview.js %%WWWDIR%%/core/js/sharedialogshareelistview.js %%WWWDIR%%/core/js/sharedialogview.js @@ -9246,8 +9296,6 @@ %%WWWDIR%%/core/l10n/nb_NO.json %%WWWDIR%%/core/l10n/nds.js %%WWWDIR%%/core/l10n/nds.json -%%WWWDIR%%/core/l10n/ne.js -%%WWWDIR%%/core/l10n/ne.json %%WWWDIR%%/core/l10n/nl.js %%WWWDIR%%/core/l10n/nl.json %%WWWDIR%%/core/l10n/nn_NO.js @@ -9256,8 +9304,6 @@ %%WWWDIR%%/core/l10n/nqo.json %%WWWDIR%%/core/l10n/oc.js %%WWWDIR%%/core/l10n/oc.json -%%WWWDIR%%/core/l10n/or_IN.js -%%WWWDIR%%/core/l10n/or_IN.json %%WWWDIR%%/core/l10n/pa.js %%WWWDIR%%/core/l10n/pa.json %%WWWDIR%%/core/l10n/pl.js @@ -9310,13 +9356,9 @@ %%WWWDIR%%/core/l10n/uk.json %%WWWDIR%%/core/l10n/ur_PK.js %%WWWDIR%%/core/l10n/ur_PK.json -%%WWWDIR%%/core/l10n/uz.js -%%WWWDIR%%/core/l10n/uz.json %%WWWDIR%%/core/l10n/vi.js %%WWWDIR%%/core/l10n/vi.json %%WWWDIR%%/core/l10n/xgettextfiles -%%WWWDIR%%/core/l10n/yo.js -%%WWWDIR%%/core/l10n/yo.json %%WWWDIR%%/core/l10n/zh_CN.js %%WWWDIR%%/core/l10n/zh_CN.json %%WWWDIR%%/core/l10n/zh_HK.js @@ -9337,7 +9379,6 @@ %%WWWDIR%%/core/skeleton/Photos/Squirrel.jpg %%WWWDIR%%/core/skeleton/ownCloud Manual.pdf %%WWWDIR%%/core/strings.php -%%WWWDIR%%/core/tags/controller.php %%WWWDIR%%/core/templates/403.php %%WWWDIR%%/core/templates/404.php %%WWWDIR%%/core/templates/altmail.php @@ -9362,8 +9403,11 @@ %%WWWDIR%%/core/templates/message.html %%WWWDIR%%/core/templates/singleuser.user.php %%WWWDIR%%/core/templates/tags.html +%%WWWDIR%%/core/templates/twofactorselectchallenge.php +%%WWWDIR%%/core/templates/twofactorshowchallenge.php %%WWWDIR%%/core/templates/untrustedDomain.php %%WWWDIR%%/core/templates/update.admin.php +%%WWWDIR%%/core/templates/update.use-cli.php %%WWWDIR%%/core/templates/update.user.php %%WWWDIR%%/core/vendor/.gitignore %%WWWDIR%%/core/vendor/backbone/.bower.json @@ -9377,10 +9421,6 @@ %%WWWDIR%%/core/vendor/bootstrap/js/tooltip.js %%WWWDIR%%/core/vendor/davclient.js/LICENSE %%WWWDIR%%/core/vendor/davclient.js/lib/client.js -%%WWWDIR%%/core/vendor/es6-promise/.bower.json -%%WWWDIR%%/core/vendor/es6-promise/.npmignore -%%WWWDIR%%/core/vendor/es6-promise/.release.json -%%WWWDIR%%/core/vendor/es6-promise/.spmignore %%WWWDIR%%/core/vendor/es6-promise/LICENSE %%WWWDIR%%/core/vendor/es6-promise/dist/es6-promise.js %%WWWDIR%%/core/vendor/handlebars/.bower.json @@ -9391,7 +9431,6 @@ %%WWWDIR%%/core/vendor/jcrop/css/jquery.Jcrop.css %%WWWDIR%%/core/vendor/jcrop/js/jquery.Jcrop.js %%WWWDIR%%/core/vendor/jquery-migrate/.bower.json -%%WWWDIR%%/core/vendor/jquery-migrate/component.json %%WWWDIR%%/core/vendor/jquery-migrate/jquery-migrate.js %%WWWDIR%%/core/vendor/jquery-migrate/jquery-migrate.min.js %%WWWDIR%%/core/vendor/jquery-ui/MIT-LICENSE.txt @@ -9401,9 +9440,9 @@ %%WWWDIR%%/core/vendor/jquery-ui/ui/jquery-ui.custom.js %%WWWDIR%%/core/vendor/jquery/.bower.json %%WWWDIR%%/core/vendor/jquery/MIT-LICENSE.txt -%%WWWDIR%%/core/vendor/jquery/jquery.js -%%WWWDIR%%/core/vendor/jquery/jquery.min.js -%%WWWDIR%%/core/vendor/jquery/jquery.min.map +%%WWWDIR%%/core/vendor/jquery/dist/jquery.js +%%WWWDIR%%/core/vendor/jquery/dist/jquery.min.js +%%WWWDIR%%/core/vendor/jquery/dist/jquery.min.map %%WWWDIR%%/core/vendor/jsTimezoneDetect/.bower.json %%WWWDIR%%/core/vendor/jsTimezoneDetect/LICENCE.txt %%WWWDIR%%/core/vendor/jsTimezoneDetect/jstz.js @@ -9439,6 +9478,14 @@ %%WWWDIR%%/l10n/rm-old.sh %%WWWDIR%%/lib/autoloader.php %%WWWDIR%%/lib/base.php +%%WWWDIR%%/lib/composer/autoload.php +%%WWWDIR%%/lib/composer/composer/ClassLoader.php +%%WWWDIR%%/lib/composer/composer/LICENSE +%%WWWDIR%%/lib/composer/composer/autoload_classmap.php +%%WWWDIR%%/lib/composer/composer/autoload_namespaces.php +%%WWWDIR%%/lib/composer/composer/autoload_psr4.php +%%WWWDIR%%/lib/composer/composer/autoload_real.php +%%WWWDIR%%/lib/composer/composer/installed.json %%WWWDIR%%/lib/l10n/ach.js %%WWWDIR%%/lib/l10n/ach.json %%WWWDIR%%/lib/l10n/ady.js @@ -9575,8 +9622,6 @@ %%WWWDIR%%/lib/l10n/nb_NO.json %%WWWDIR%%/lib/l10n/nds.js %%WWWDIR%%/lib/l10n/nds.json -%%WWWDIR%%/lib/l10n/ne.js -%%WWWDIR%%/lib/l10n/ne.json %%WWWDIR%%/lib/l10n/nl.js %%WWWDIR%%/lib/l10n/nl.json %%WWWDIR%%/lib/l10n/nn_NO.js @@ -9585,8 +9630,6 @@ %%WWWDIR%%/lib/l10n/nqo.json %%WWWDIR%%/lib/l10n/oc.js %%WWWDIR%%/lib/l10n/oc.json -%%WWWDIR%%/lib/l10n/or_IN.js -%%WWWDIR%%/lib/l10n/or_IN.json %%WWWDIR%%/lib/l10n/pa.js %%WWWDIR%%/lib/l10n/pa.json %%WWWDIR%%/lib/l10n/pl.js @@ -9639,639 +9682,672 @@ %%WWWDIR%%/lib/l10n/uk.json %%WWWDIR%%/lib/l10n/ur_PK.js %%WWWDIR%%/lib/l10n/ur_PK.json -%%WWWDIR%%/lib/l10n/uz.js -%%WWWDIR%%/lib/l10n/uz.json %%WWWDIR%%/lib/l10n/vi.js %%WWWDIR%%/lib/l10n/vi.json -%%WWWDIR%%/lib/l10n/yo.js -%%WWWDIR%%/lib/l10n/yo.json %%WWWDIR%%/lib/l10n/zh_CN.js %%WWWDIR%%/lib/l10n/zh_CN.json %%WWWDIR%%/lib/l10n/zh_HK.js %%WWWDIR%%/lib/l10n/zh_HK.json %%WWWDIR%%/lib/l10n/zh_TW.js %%WWWDIR%%/lib/l10n/zh_TW.json -%%WWWDIR%%/lib/private/activity/event.php -%%WWWDIR%%/lib/private/activitymanager.php -%%WWWDIR%%/lib/private/allconfig.php -%%WWWDIR%%/lib/private/api.php -%%WWWDIR%%/lib/private/app.php -%%WWWDIR%%/lib/private/app/appmanager.php -%%WWWDIR%%/lib/private/app/codechecker/abstractcheck.php -%%WWWDIR%%/lib/private/app/codechecker/codechecker.php -%%WWWDIR%%/lib/private/app/codechecker/deprecationcheck.php -%%WWWDIR%%/lib/private/app/codechecker/emptycheck.php -%%WWWDIR%%/lib/private/app/codechecker/icheck.php -%%WWWDIR%%/lib/private/app/codechecker/infochecker.php -%%WWWDIR%%/lib/private/app/codechecker/nodevisitor.php -%%WWWDIR%%/lib/private/app/codechecker/privatecheck.php -%%WWWDIR%%/lib/private/app/codechecker/strongcomparisoncheck.php -%%WWWDIR%%/lib/private/app/dependencyanalyzer.php -%%WWWDIR%%/lib/private/app/infoparser.php -%%WWWDIR%%/lib/private/app/platform.php -%%WWWDIR%%/lib/private/app/platformrepository.php -%%WWWDIR%%/lib/private/appconfig.php -%%WWWDIR%%/lib/private/appframework/app.php -%%WWWDIR%%/lib/private/appframework/core/api.php -%%WWWDIR%%/lib/private/appframework/db/db.php -%%WWWDIR%%/lib/private/appframework/dependencyinjection/dicontainer.php -%%WWWDIR%%/lib/private/appframework/http.php -%%WWWDIR%%/lib/private/appframework/http/dispatcher.php -%%WWWDIR%%/lib/private/appframework/http/output.php -%%WWWDIR%%/lib/private/appframework/http/request.php -%%WWWDIR%%/lib/private/appframework/middleware/middlewaredispatcher.php -%%WWWDIR%%/lib/private/appframework/middleware/security/corsmiddleware.php -%%WWWDIR%%/lib/private/appframework/middleware/security/exceptions/appnotenabledexception.php -%%WWWDIR%%/lib/private/appframework/middleware/security/exceptions/crosssiterequestforgeryexception.php -%%WWWDIR%%/lib/private/appframework/middleware/security/exceptions/notadminexception.php -%%WWWDIR%%/lib/private/appframework/middleware/security/exceptions/notloggedinexception.php -%%WWWDIR%%/lib/private/appframework/middleware/security/exceptions/securityexception.php -%%WWWDIR%%/lib/private/appframework/middleware/security/securitymiddleware.php -%%WWWDIR%%/lib/private/appframework/middleware/sessionmiddleware.php -%%WWWDIR%%/lib/private/appframework/routing/routeactionhandler.php -%%WWWDIR%%/lib/private/appframework/routing/routeconfig.php -%%WWWDIR%%/lib/private/appframework/utility/controllermethodreflector.php -%%WWWDIR%%/lib/private/appframework/utility/simplecontainer.php -%%WWWDIR%%/lib/private/appframework/utility/timefactory.php -%%WWWDIR%%/lib/private/apphelper.php -%%WWWDIR%%/lib/private/archive.php -%%WWWDIR%%/lib/private/archive/tar.php -%%WWWDIR%%/lib/private/archive/zip.php -%%WWWDIR%%/lib/private/avatar.php -%%WWWDIR%%/lib/private/avatarmanager.php -%%WWWDIR%%/lib/private/backgroundjob/job.php -%%WWWDIR%%/lib/private/backgroundjob/joblist.php -%%WWWDIR%%/lib/private/backgroundjob/legacy/queuedjob.php -%%WWWDIR%%/lib/private/backgroundjob/legacy/regularjob.php -%%WWWDIR%%/lib/private/backgroundjob/queuedjob.php -%%WWWDIR%%/lib/private/backgroundjob/timedjob.php -%%WWWDIR%%/lib/private/cache/cappedmemorycache.php -%%WWWDIR%%/lib/private/cache/file.php -%%WWWDIR%%/lib/private/capabilitiesmanager.php -%%WWWDIR%%/lib/private/command/asyncbus.php -%%WWWDIR%%/lib/private/command/callablejob.php -%%WWWDIR%%/lib/private/command/closurejob.php -%%WWWDIR%%/lib/private/command/commandjob.php -%%WWWDIR%%/lib/private/command/fileaccess.php -%%WWWDIR%%/lib/private/command/queuebus.php -%%WWWDIR%%/lib/private/comments/comment.php -%%WWWDIR%%/lib/private/comments/manager.php -%%WWWDIR%%/lib/private/comments/managerfactory.php -%%WWWDIR%%/lib/private/config.php -%%WWWDIR%%/lib/private/console/application.php -%%WWWDIR%%/lib/private/console/timestampformatter.php -%%WWWDIR%%/lib/private/contactsmanager.php -%%WWWDIR%%/lib/private/databaseexception.php -%%WWWDIR%%/lib/private/databasesetupexception.php -%%WWWDIR%%/lib/private/datetimeformatter.php -%%WWWDIR%%/lib/private/datetimezone.php -%%WWWDIR%%/lib/private/db.php -%%WWWDIR%%/lib/private/db/adapter.php -%%WWWDIR%%/lib/private/db/adaptermysql.php -%%WWWDIR%%/lib/private/db/adapteroci8.php -%%WWWDIR%%/lib/private/db/adapterpgsql.php -%%WWWDIR%%/lib/private/db/adaptersqlite.php -%%WWWDIR%%/lib/private/db/connection.php -%%WWWDIR%%/lib/private/db/connectionfactory.php -%%WWWDIR%%/lib/private/db/mdb2schemamanager.php -%%WWWDIR%%/lib/private/db/mdb2schemareader.php -%%WWWDIR%%/lib/private/db/mdb2schemawriter.php -%%WWWDIR%%/lib/private/db/migrationexception.php -%%WWWDIR%%/lib/private/db/migrator.php -%%WWWDIR%%/lib/private/db/mysqlmigrator.php -%%WWWDIR%%/lib/private/db/nocheckmigrator.php -%%WWWDIR%%/lib/private/db/ocsqliteplatform.php -%%WWWDIR%%/lib/private/db/oracleconnection.php -%%WWWDIR%%/lib/private/db/oraclemigrator.php -%%WWWDIR%%/lib/private/db/pgsqltools.php -%%WWWDIR%%/lib/private/db/querybuilder/compositeexpression.php -%%WWWDIR%%/lib/private/db/querybuilder/expressionbuilder/expressionbuilder.php -%%WWWDIR%%/lib/private/db/querybuilder/expressionbuilder/mysqlexpressionbuilder.php -%%WWWDIR%%/lib/private/db/querybuilder/expressionbuilder/ociexpressionbuilder.php -%%WWWDIR%%/lib/private/db/querybuilder/expressionbuilder/pgsqlexpressionbuilder.php -%%WWWDIR%%/lib/private/db/querybuilder/literal.php -%%WWWDIR%%/lib/private/db/querybuilder/parameter.php -%%WWWDIR%%/lib/private/db/querybuilder/querybuilder.php -%%WWWDIR%%/lib/private/db/querybuilder/queryfunction.php -%%WWWDIR%%/lib/private/db/querybuilder/quotehelper.php -%%WWWDIR%%/lib/private/db/sqlitemigrator.php -%%WWWDIR%%/lib/private/db/sqlitesessioninit.php -%%WWWDIR%%/lib/private/db/statementwrapper.php -%%WWWDIR%%/lib/private/defaults.php -%%WWWDIR%%/lib/private/diagnostics/event.php -%%WWWDIR%%/lib/private/diagnostics/eventlogger.php -%%WWWDIR%%/lib/private/diagnostics/nulleventlogger.php -%%WWWDIR%%/lib/private/diagnostics/nullquerylogger.php -%%WWWDIR%%/lib/private/diagnostics/query.php -%%WWWDIR%%/lib/private/diagnostics/querylogger.php -%%WWWDIR%%/lib/private/encryption/decryptall.php -%%WWWDIR%%/lib/private/encryption/encryptionwrapper.php -%%WWWDIR%%/lib/private/encryption/exceptions/decryptionfailedexception.php -%%WWWDIR%%/lib/private/encryption/exceptions/emptyencryptiondataexception.php -%%WWWDIR%%/lib/private/encryption/exceptions/encryptionfailedexception.php -%%WWWDIR%%/lib/private/encryption/exceptions/encryptionheaderkeyexistsexception.php -%%WWWDIR%%/lib/private/encryption/exceptions/encryptionheadertolargeexception.php -%%WWWDIR%%/lib/private/encryption/exceptions/modulealreadyexistsexception.php -%%WWWDIR%%/lib/private/encryption/exceptions/moduledoesnotexistsexception.php -%%WWWDIR%%/lib/private/encryption/exceptions/unknowncipherexception.php -%%WWWDIR%%/lib/private/encryption/file.php -%%WWWDIR%%/lib/private/encryption/hookmanager.php -%%WWWDIR%%/lib/private/encryption/keys/storage.php -%%WWWDIR%%/lib/private/encryption/manager.php -%%WWWDIR%%/lib/private/encryption/update.php -%%WWWDIR%%/lib/private/encryption/util.php -%%WWWDIR%%/lib/private/eventsource.php -%%WWWDIR%%/lib/private/filechunking.php -%%WWWDIR%%/lib/private/files.php -%%WWWDIR%%/lib/private/files/cache/cache.php -%%WWWDIR%%/lib/private/files/cache/cacheentry.php -%%WWWDIR%%/lib/private/files/cache/failedcache.php -%%WWWDIR%%/lib/private/files/cache/homecache.php -%%WWWDIR%%/lib/private/files/cache/homepropagator.php -%%WWWDIR%%/lib/private/files/cache/movefromcachetrait.php -%%WWWDIR%%/lib/private/files/cache/propagator.php -%%WWWDIR%%/lib/private/files/cache/scanner.php -%%WWWDIR%%/lib/private/files/cache/storage.php -%%WWWDIR%%/lib/private/files/cache/updater.php -%%WWWDIR%%/lib/private/files/cache/watcher.php -%%WWWDIR%%/lib/private/files/cache/wrapper/cachejail.php -%%WWWDIR%%/lib/private/files/cache/wrapper/cachepermissionsmask.php -%%WWWDIR%%/lib/private/files/cache/wrapper/cachewrapper.php -%%WWWDIR%%/lib/private/files/config/cachedmountinfo.php -%%WWWDIR%%/lib/private/files/config/mountprovidercollection.php -%%WWWDIR%%/lib/private/files/config/usermountcache.php -%%WWWDIR%%/lib/private/files/config/usermountcachelistener.php -%%WWWDIR%%/lib/private/files/fileinfo.php -%%WWWDIR%%/lib/private/files/filesystem.php -%%WWWDIR%%/lib/private/files/mount/manager.php -%%WWWDIR%%/lib/private/files/mount/mountpoint.php -%%WWWDIR%%/lib/private/files/mount/moveablemount.php -%%WWWDIR%%/lib/private/files/node/file.php -%%WWWDIR%%/lib/private/files/node/folder.php -%%WWWDIR%%/lib/private/files/node/hookconnector.php -%%WWWDIR%%/lib/private/files/node/node.php -%%WWWDIR%%/lib/private/files/node/nonexistingfile.php -%%WWWDIR%%/lib/private/files/node/nonexistingfolder.php -%%WWWDIR%%/lib/private/files/node/root.php -%%WWWDIR%%/lib/private/files/objectstore/homeobjectstorestorage.php -%%WWWDIR%%/lib/private/files/objectstore/noopscanner.php -%%WWWDIR%%/lib/private/files/objectstore/objectstorestorage.php -%%WWWDIR%%/lib/private/files/objectstore/swift.php -%%WWWDIR%%/lib/private/files/storage/common.php -%%WWWDIR%%/lib/private/files/storage/commontest.php -%%WWWDIR%%/lib/private/files/storage/dav.php -%%WWWDIR%%/lib/private/files/storage/failedstorage.php -%%WWWDIR%%/lib/private/files/storage/flysystem.php -%%WWWDIR%%/lib/private/files/storage/home.php -%%WWWDIR%%/lib/private/files/storage/local.php -%%WWWDIR%%/lib/private/files/storage/localtempfiletrait.php -%%WWWDIR%%/lib/private/files/storage/polyfill/copydirectory.php -%%WWWDIR%%/lib/private/files/storage/storage.php -%%WWWDIR%%/lib/private/files/storage/storagefactory.php -%%WWWDIR%%/lib/private/files/storage/temporary.php -%%WWWDIR%%/lib/private/files/storage/wrapper/availability.php -%%WWWDIR%%/lib/private/files/storage/wrapper/encryption.php -%%WWWDIR%%/lib/private/files/storage/wrapper/jail.php -%%WWWDIR%%/lib/private/files/storage/wrapper/permissionsmask.php -%%WWWDIR%%/lib/private/files/storage/wrapper/quota.php -%%WWWDIR%%/lib/private/files/storage/wrapper/wrapper.php -%%WWWDIR%%/lib/private/files/stream/close.php -%%WWWDIR%%/lib/private/files/stream/dir.php -%%WWWDIR%%/lib/private/files/stream/encryption.php -%%WWWDIR%%/lib/private/files/stream/oc.php -%%WWWDIR%%/lib/private/files/stream/quota.php -%%WWWDIR%%/lib/private/files/stream/staticstream.php -%%WWWDIR%%/lib/private/files/type/detection.php -%%WWWDIR%%/lib/private/files/type/loader.php -%%WWWDIR%%/lib/private/files/type/templatemanager.php -%%WWWDIR%%/lib/private/files/utils/scanner.php -%%WWWDIR%%/lib/private/files/view.php -%%WWWDIR%%/lib/private/forbiddenexception.php -%%WWWDIR%%/lib/private/group.php -%%WWWDIR%%/lib/private/group/backend.php -%%WWWDIR%%/lib/private/group/database.php -%%WWWDIR%%/lib/private/group/dummy.php -%%WWWDIR%%/lib/private/group/example.php -%%WWWDIR%%/lib/private/group/group.php -%%WWWDIR%%/lib/private/group/interface.php -%%WWWDIR%%/lib/private/group/manager.php -%%WWWDIR%%/lib/private/group/metadata.php -%%WWWDIR%%/lib/private/helper.php -%%WWWDIR%%/lib/private/hintexception.php -%%WWWDIR%%/lib/private/hook.php -%%WWWDIR%%/lib/private/hooks/basicemitter.php -%%WWWDIR%%/lib/private/hooks/emitter.php -%%WWWDIR%%/lib/private/hooks/emittertrait.php -%%WWWDIR%%/lib/private/hooks/forwardingemitter.php -%%WWWDIR%%/lib/private/hooks/legacyemitter.php -%%WWWDIR%%/lib/private/hooks/publicemitter.php -%%WWWDIR%%/lib/private/http/client/client.php -%%WWWDIR%%/lib/private/http/client/clientservice.php -%%WWWDIR%%/lib/private/http/client/response.php -%%WWWDIR%%/lib/private/httphelper.php -%%WWWDIR%%/lib/private/image.php -%%WWWDIR%%/lib/private/installer.php -%%WWWDIR%%/lib/private/integritycheck/checker.php -%%WWWDIR%%/lib/private/integritycheck/exceptions/invalidsignatureexception.php -%%WWWDIR%%/lib/private/integritycheck/helpers/applocator.php -%%WWWDIR%%/lib/private/integritycheck/helpers/environmenthelper.php -%%WWWDIR%%/lib/private/integritycheck/helpers/fileaccesshelper.php -%%WWWDIR%%/lib/private/integritycheck/iterator/excludefilebynamefilteriterator.php -%%WWWDIR%%/lib/private/integritycheck/iterator/excludefoldersbypathfilteriterator.php -%%WWWDIR%%/lib/private/json.php -%%WWWDIR%%/lib/private/l10n/factory.php -%%WWWDIR%%/lib/private/l10n/l10n.php -%%WWWDIR%%/lib/private/l10n/string.php -%%WWWDIR%%/lib/private/largefilehelper.php +%%WWWDIR%%/lib/private/Activity/Event.php +%%WWWDIR%%/lib/private/Activity/Manager.php +%%WWWDIR%%/lib/private/AllConfig.php +%%WWWDIR%%/lib/private/App/AppManager.php +%%WWWDIR%%/lib/private/App/CodeChecker/AbstractCheck.php +%%WWWDIR%%/lib/private/App/CodeChecker/CodeChecker.php +%%WWWDIR%%/lib/private/App/CodeChecker/DeprecationCheck.php +%%WWWDIR%%/lib/private/App/CodeChecker/EmptyCheck.php +%%WWWDIR%%/lib/private/App/CodeChecker/ICheck.php +%%WWWDIR%%/lib/private/App/CodeChecker/InfoChecker.php +%%WWWDIR%%/lib/private/App/CodeChecker/NodeVisitor.php +%%WWWDIR%%/lib/private/App/CodeChecker/PrivateCheck.php +%%WWWDIR%%/lib/private/App/CodeChecker/StrongComparisonCheck.php +%%WWWDIR%%/lib/private/App/DependencyAnalyzer.php +%%WWWDIR%%/lib/private/App/InfoParser.php +%%WWWDIR%%/lib/private/App/Platform.php +%%WWWDIR%%/lib/private/App/PlatformRepository.php +%%WWWDIR%%/lib/private/AppConfig.php +%%WWWDIR%%/lib/private/AppFramework/App.php +%%WWWDIR%%/lib/private/AppFramework/Core/API.php +%%WWWDIR%%/lib/private/AppFramework/Db/Db.php +%%WWWDIR%%/lib/private/AppFramework/DependencyInjection/DIContainer.php +%%WWWDIR%%/lib/private/AppFramework/Http.php +%%WWWDIR%%/lib/private/AppFramework/Http/Dispatcher.php +%%WWWDIR%%/lib/private/AppFramework/Http/Output.php +%%WWWDIR%%/lib/private/AppFramework/Http/Request.php +%%WWWDIR%%/lib/private/AppFramework/Middleware/MiddlewareDispatcher.php +%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/CORSMiddleware.php +%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/AppNotEnabledException.php +%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/CrossSiteRequestForgeryException.php +%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotAdminException.php +%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/NotLoggedInException.php +%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/Exceptions/SecurityException.php +%%WWWDIR%%/lib/private/AppFramework/Middleware/Security/SecurityMiddleware.php +%%WWWDIR%%/lib/private/AppFramework/Middleware/SessionMiddleware.php +%%WWWDIR%%/lib/private/AppFramework/Routing/RouteActionHandler.php +%%WWWDIR%%/lib/private/AppFramework/Routing/RouteConfig.php +%%WWWDIR%%/lib/private/AppFramework/Utility/ControllerMethodReflector.php +%%WWWDIR%%/lib/private/AppFramework/Utility/SimpleContainer.php +%%WWWDIR%%/lib/private/AppFramework/Utility/TimeFactory.php +%%WWWDIR%%/lib/private/AppHelper.php +%%WWWDIR%%/lib/private/Archive/Archive.php +%%WWWDIR%%/lib/private/Archive/TAR.php +%%WWWDIR%%/lib/private/Archive/ZIP.php +%%WWWDIR%%/lib/private/Authentication/Exceptions/InvalidTokenException.php +%%WWWDIR%%/lib/private/Authentication/Exceptions/LoginRequiredException.php +%%WWWDIR%%/lib/private/Authentication/Exceptions/PasswordLoginForbiddenException.php +%%WWWDIR%%/lib/private/Authentication/Exceptions/PasswordlessTokenException.php +%%WWWDIR%%/lib/private/Authentication/Exceptions/TwoFactorAuthRequiredException.php +%%WWWDIR%%/lib/private/Authentication/Exceptions/UserAlreadyLoggedInException.php +%%WWWDIR%%/lib/private/Authentication/Token/DefaultToken.php +%%WWWDIR%%/lib/private/Authentication/Token/DefaultTokenCleanupJob.php +%%WWWDIR%%/lib/private/Authentication/Token/DefaultTokenMapper.php +%%WWWDIR%%/lib/private/Authentication/Token/DefaultTokenProvider.php +%%WWWDIR%%/lib/private/Authentication/Token/IProvider.php +%%WWWDIR%%/lib/private/Authentication/Token/IToken.php +%%WWWDIR%%/lib/private/Authentication/TwoFactorAuth/Manager.php +%%WWWDIR%%/lib/private/Avatar.php +%%WWWDIR%%/lib/private/AvatarManager.php +%%WWWDIR%%/lib/private/BackgroundJob/Job.php +%%WWWDIR%%/lib/private/BackgroundJob/JobList.php +%%WWWDIR%%/lib/private/BackgroundJob/Legacy/QueuedJob.php +%%WWWDIR%%/lib/private/BackgroundJob/Legacy/RegularJob.php +%%WWWDIR%%/lib/private/BackgroundJob/QueuedJob.php +%%WWWDIR%%/lib/private/BackgroundJob/TimedJob.php +%%WWWDIR%%/lib/private/Cache/CappedMemoryCache.php +%%WWWDIR%%/lib/private/Cache/File.php +%%WWWDIR%%/lib/private/CapabilitiesManager.php +%%WWWDIR%%/lib/private/Command/AsyncBus.php +%%WWWDIR%%/lib/private/Command/CallableJob.php +%%WWWDIR%%/lib/private/Command/ClosureJob.php +%%WWWDIR%%/lib/private/Command/CommandJob.php +%%WWWDIR%%/lib/private/Command/FileAccess.php +%%WWWDIR%%/lib/private/Command/QueueBus.php +%%WWWDIR%%/lib/private/Comments/Comment.php +%%WWWDIR%%/lib/private/Comments/Manager.php +%%WWWDIR%%/lib/private/Comments/ManagerFactory.php +%%WWWDIR%%/lib/private/Config.php +%%WWWDIR%%/lib/private/Console/Application.php +%%WWWDIR%%/lib/private/Console/TimestampFormatter.php +%%WWWDIR%%/lib/private/ContactsManager.php +%%WWWDIR%%/lib/private/DB/Adapter.php +%%WWWDIR%%/lib/private/DB/AdapterMySQL.php +%%WWWDIR%%/lib/private/DB/AdapterOCI8.php +%%WWWDIR%%/lib/private/DB/AdapterPgSql.php +%%WWWDIR%%/lib/private/DB/AdapterSqlite.php +%%WWWDIR%%/lib/private/DB/Connection.php +%%WWWDIR%%/lib/private/DB/ConnectionFactory.php +%%WWWDIR%%/lib/private/DB/MDB2SchemaManager.php +%%WWWDIR%%/lib/private/DB/MDB2SchemaReader.php +%%WWWDIR%%/lib/private/DB/MDB2SchemaWriter.php +%%WWWDIR%%/lib/private/DB/MigrationException.php +%%WWWDIR%%/lib/private/DB/Migrator.php +%%WWWDIR%%/lib/private/DB/MySQLMigrator.php +%%WWWDIR%%/lib/private/DB/NoCheckMigrator.php +%%WWWDIR%%/lib/private/DB/OCSqlitePlatform.php +%%WWWDIR%%/lib/private/DB/OracleConnection.php +%%WWWDIR%%/lib/private/DB/OracleMigrator.php +%%WWWDIR%%/lib/private/DB/PgSqlTools.php +%%WWWDIR%%/lib/private/DB/PostgreSqlMigrator.php +%%WWWDIR%%/lib/private/DB/QueryBuilder/CompositeExpression.php +%%WWWDIR%%/lib/private/DB/QueryBuilder/ExpressionBuilder/ExpressionBuilder.php +%%WWWDIR%%/lib/private/DB/QueryBuilder/ExpressionBuilder/MySqlExpressionBuilder.php +%%WWWDIR%%/lib/private/DB/QueryBuilder/ExpressionBuilder/OCIExpressionBuilder.php +%%WWWDIR%%/lib/private/DB/QueryBuilder/ExpressionBuilder/PgSqlExpressionBuilder.php +%%WWWDIR%%/lib/private/DB/QueryBuilder/Literal.php +%%WWWDIR%%/lib/private/DB/QueryBuilder/Parameter.php +%%WWWDIR%%/lib/private/DB/QueryBuilder/QueryBuilder.php +%%WWWDIR%%/lib/private/DB/QueryBuilder/QueryFunction.php +%%WWWDIR%%/lib/private/DB/QueryBuilder/QuoteHelper.php +%%WWWDIR%%/lib/private/DB/SQLiteMigrator.php +%%WWWDIR%%/lib/private/DB/SQLiteSessionInit.php +%%WWWDIR%%/lib/private/DatabaseException.php +%%WWWDIR%%/lib/private/DatabaseSetupException.php +%%WWWDIR%%/lib/private/DateTimeFormatter.php +%%WWWDIR%%/lib/private/DateTimeZone.php +%%WWWDIR%%/lib/private/Diagnostics/Event.php +%%WWWDIR%%/lib/private/Diagnostics/EventLogger.php +%%WWWDIR%%/lib/private/Diagnostics/NullEventLogger.php +%%WWWDIR%%/lib/private/Diagnostics/NullQueryLogger.php +%%WWWDIR%%/lib/private/Diagnostics/Query.php +%%WWWDIR%%/lib/private/Diagnostics/QueryLogger.php +%%WWWDIR%%/lib/private/Encryption/DecryptAll.php +%%WWWDIR%%/lib/private/Encryption/EncryptionWrapper.php +%%WWWDIR%%/lib/private/Encryption/Exceptions/DecryptionFailedException.php +%%WWWDIR%%/lib/private/Encryption/Exceptions/EmptyEncryptionDataException.php +%%WWWDIR%%/lib/private/Encryption/Exceptions/EncryptionFailedException.php +%%WWWDIR%%/lib/private/Encryption/Exceptions/EncryptionHeaderKeyExistsException.php +%%WWWDIR%%/lib/private/Encryption/Exceptions/EncryptionHeaderToLargeException.php +%%WWWDIR%%/lib/private/Encryption/Exceptions/ModuleAlreadyExistsException.php +%%WWWDIR%%/lib/private/Encryption/Exceptions/ModuleDoesNotExistsException.php +%%WWWDIR%%/lib/private/Encryption/Exceptions/UnknownCipherException.php +%%WWWDIR%%/lib/private/Encryption/File.php +%%WWWDIR%%/lib/private/Encryption/HookManager.php +%%WWWDIR%%/lib/private/Encryption/Keys/Storage.php +%%WWWDIR%%/lib/private/Encryption/Manager.php +%%WWWDIR%%/lib/private/Encryption/Update.php +%%WWWDIR%%/lib/private/Encryption/Util.php +%%WWWDIR%%/lib/private/Files/Cache/Cache.php +%%WWWDIR%%/lib/private/Files/Cache/CacheEntry.php +%%WWWDIR%%/lib/private/Files/Cache/FailedCache.php +%%WWWDIR%%/lib/private/Files/Cache/HomeCache.php +%%WWWDIR%%/lib/private/Files/Cache/HomePropagator.php +%%WWWDIR%%/lib/private/Files/Cache/MoveFromCacheTrait.php +%%WWWDIR%%/lib/private/Files/Cache/Propagator.php +%%WWWDIR%%/lib/private/Files/Cache/Scanner.php +%%WWWDIR%%/lib/private/Files/Cache/Storage.php +%%WWWDIR%%/lib/private/Files/Cache/Updater.php +%%WWWDIR%%/lib/private/Files/Cache/Watcher.php +%%WWWDIR%%/lib/private/Files/Cache/Wrapper/CacheJail.php +%%WWWDIR%%/lib/private/Files/Cache/Wrapper/CachePermissionsMask.php +%%WWWDIR%%/lib/private/Files/Cache/Wrapper/CacheWrapper.php +%%WWWDIR%%/lib/private/Files/Config/CachedMountInfo.php +%%WWWDIR%%/lib/private/Files/Config/LazyStorageMountInfo.php +%%WWWDIR%%/lib/private/Files/Config/MountProviderCollection.php +%%WWWDIR%%/lib/private/Files/Config/UserMountCache.php +%%WWWDIR%%/lib/private/Files/Config/UserMountCacheListener.php +%%WWWDIR%%/lib/private/Files/FileInfo.php +%%WWWDIR%%/lib/private/Files/Filesystem.php +%%WWWDIR%%/lib/private/Files/Mount/CacheMountProvider.php +%%WWWDIR%%/lib/private/Files/Mount/LocalHomeMountProvider.php +%%WWWDIR%%/lib/private/Files/Mount/Manager.php +%%WWWDIR%%/lib/private/Files/Mount/MountPoint.php +%%WWWDIR%%/lib/private/Files/Mount/MoveableMount.php +%%WWWDIR%%/lib/private/Files/Mount/ObjectHomeMountProvider.php +%%WWWDIR%%/lib/private/Files/Node/File.php +%%WWWDIR%%/lib/private/Files/Node/Folder.php +%%WWWDIR%%/lib/private/Files/Node/HookConnector.php +%%WWWDIR%%/lib/private/Files/Node/LazyRoot.php +%%WWWDIR%%/lib/private/Files/Node/Node.php +%%WWWDIR%%/lib/private/Files/Node/NonExistingFile.php +%%WWWDIR%%/lib/private/Files/Node/NonExistingFolder.php +%%WWWDIR%%/lib/private/Files/Node/Root.php +%%WWWDIR%%/lib/private/Files/ObjectStore/HomeObjectStoreStorage.php +%%WWWDIR%%/lib/private/Files/ObjectStore/Mapper.php +%%WWWDIR%%/lib/private/Files/ObjectStore/NoopScanner.php +%%WWWDIR%%/lib/private/Files/ObjectStore/ObjectStoreStorage.php +%%WWWDIR%%/lib/private/Files/ObjectStore/Swift.php +%%WWWDIR%%/lib/private/Files/Storage/Common.php +%%WWWDIR%%/lib/private/Files/Storage/CommonTest.php +%%WWWDIR%%/lib/private/Files/Storage/DAV.php +%%WWWDIR%%/lib/private/Files/Storage/FailedStorage.php +%%WWWDIR%%/lib/private/Files/Storage/Flysystem.php +%%WWWDIR%%/lib/private/Files/Storage/Home.php +%%WWWDIR%%/lib/private/Files/Storage/Local.php +%%WWWDIR%%/lib/private/Files/Storage/LocalTempFileTrait.php +%%WWWDIR%%/lib/private/Files/Storage/PolyFill/CopyDirectory.php +%%WWWDIR%%/lib/private/Files/Storage/Storage.php +%%WWWDIR%%/lib/private/Files/Storage/StorageFactory.php +%%WWWDIR%%/lib/private/Files/Storage/Temporary.php +%%WWWDIR%%/lib/private/Files/Storage/Wrapper/Availability.php +%%WWWDIR%%/lib/private/Files/Storage/Wrapper/Encoding.php +%%WWWDIR%%/lib/private/Files/Storage/Wrapper/Encryption.php +%%WWWDIR%%/lib/private/Files/Storage/Wrapper/Jail.php +%%WWWDIR%%/lib/private/Files/Storage/Wrapper/PermissionsMask.php +%%WWWDIR%%/lib/private/Files/Storage/Wrapper/Quota.php +%%WWWDIR%%/lib/private/Files/Storage/Wrapper/Wrapper.php +%%WWWDIR%%/lib/private/Files/Stream/Close.php +%%WWWDIR%%/lib/private/Files/Stream/Dir.php +%%WWWDIR%%/lib/private/Files/Stream/Encryption.php +%%WWWDIR%%/lib/private/Files/Stream/OC.php +%%WWWDIR%%/lib/private/Files/Stream/Quota.php +%%WWWDIR%%/lib/private/Files/Stream/StaticStream.php +%%WWWDIR%%/lib/private/Files/Type/Detection.php +%%WWWDIR%%/lib/private/Files/Type/Loader.php +%%WWWDIR%%/lib/private/Files/Type/TemplateManager.php +%%WWWDIR%%/lib/private/Files/Utils/Scanner.php +%%WWWDIR%%/lib/private/Files/View.php +%%WWWDIR%%/lib/private/ForbiddenException.php +%%WWWDIR%%/lib/private/Group/Backend.php +%%WWWDIR%%/lib/private/Group/Database.php +%%WWWDIR%%/lib/private/Group/Group.php +%%WWWDIR%%/lib/private/Group/Manager.php +%%WWWDIR%%/lib/private/Group/MetaData.php +%%WWWDIR%%/lib/private/HTTPHelper.php +%%WWWDIR%%/lib/private/HintException.php +%%WWWDIR%%/lib/private/Hooks/BasicEmitter.php +%%WWWDIR%%/lib/private/Hooks/Emitter.php +%%WWWDIR%%/lib/private/Hooks/EmitterTrait.php +%%WWWDIR%%/lib/private/Hooks/ForwardingEmitter.php +%%WWWDIR%%/lib/private/Hooks/LegacyEmitter.php +%%WWWDIR%%/lib/private/Hooks/PublicEmitter.php +%%WWWDIR%%/lib/private/Http/Client/Client.php +%%WWWDIR%%/lib/private/Http/Client/ClientService.php +%%WWWDIR%%/lib/private/Http/Client/Response.php +%%WWWDIR%%/lib/private/Installer.php +%%WWWDIR%%/lib/private/IntegrityCheck/Checker.php +%%WWWDIR%%/lib/private/IntegrityCheck/Exceptions/InvalidSignatureException.php +%%WWWDIR%%/lib/private/IntegrityCheck/Helpers/AppLocator.php +%%WWWDIR%%/lib/private/IntegrityCheck/Helpers/EnvironmentHelper.php +%%WWWDIR%%/lib/private/IntegrityCheck/Helpers/FileAccessHelper.php +%%WWWDIR%%/lib/private/IntegrityCheck/Iterator/ExcludeFileByNameFilterIterator.php +%%WWWDIR%%/lib/private/IntegrityCheck/Iterator/ExcludeFoldersByPathFilterIterator.php +%%WWWDIR%%/lib/private/L10N/Factory.php +%%WWWDIR%%/lib/private/L10N/L10N.php +%%WWWDIR%%/lib/private/LargeFileHelper.php +%%WWWDIR%%/lib/private/Lock/AbstractLockingProvider.php +%%WWWDIR%%/lib/private/Lock/DBLockingProvider.php +%%WWWDIR%%/lib/private/Lock/MemcacheLockingProvider.php +%%WWWDIR%%/lib/private/Lock/NoopLockingProvider.php +%%WWWDIR%%/lib/private/Log.php +%%WWWDIR%%/lib/private/Log/ErrorHandler.php +%%WWWDIR%%/lib/private/Log/Errorlog.php +%%WWWDIR%%/lib/private/Log/Owncloud.php +%%WWWDIR%%/lib/private/Log/Rotate.php +%%WWWDIR%%/lib/private/Log/Syslog.php +%%WWWDIR%%/lib/private/Mail/Mailer.php +%%WWWDIR%%/lib/private/Mail/Message.php +%%WWWDIR%%/lib/private/Memcache/APC.php +%%WWWDIR%%/lib/private/Memcache/APCu.php +%%WWWDIR%%/lib/private/Memcache/ArrayCache.php +%%WWWDIR%%/lib/private/Memcache/CADTrait.php +%%WWWDIR%%/lib/private/Memcache/CASTrait.php +%%WWWDIR%%/lib/private/Memcache/Cache.php +%%WWWDIR%%/lib/private/Memcache/Factory.php +%%WWWDIR%%/lib/private/Memcache/Memcached.php +%%WWWDIR%%/lib/private/Memcache/NullCache.php +%%WWWDIR%%/lib/private/Memcache/Redis.php +%%WWWDIR%%/lib/private/Memcache/XCache.php +%%WWWDIR%%/lib/private/Migration/BackgroundRepair.php +%%WWWDIR%%/lib/private/NaturalSort.php +%%WWWDIR%%/lib/private/NaturalSort_DefaultCollator.php +%%WWWDIR%%/lib/private/NavigationManager.php +%%WWWDIR%%/lib/private/NeedsUpdateException.php +%%WWWDIR%%/lib/private/NotSquareException.php +%%WWWDIR%%/lib/private/Notification/Action.php +%%WWWDIR%%/lib/private/Notification/Manager.php +%%WWWDIR%%/lib/private/Notification/Notification.php +%%WWWDIR%%/lib/private/OCS/Cloud.php +%%WWWDIR%%/lib/private/OCS/Config.php +%%WWWDIR%%/lib/private/OCS/CoreCapabilities.php +%%WWWDIR%%/lib/private/OCS/Exception.php +%%WWWDIR%%/lib/private/OCS/Person.php +%%WWWDIR%%/lib/private/OCS/PrivateData.php +%%WWWDIR%%/lib/private/OCS/Provider.php +%%WWWDIR%%/lib/private/OCS/Result.php +%%WWWDIR%%/lib/private/OCSClient.php +%%WWWDIR%%/lib/private/Preview.php +%%WWWDIR%%/lib/private/Preview/BMP.php +%%WWWDIR%%/lib/private/Preview/Bitmap.php +%%WWWDIR%%/lib/private/Preview/Font.php +%%WWWDIR%%/lib/private/Preview/GIF.php +%%WWWDIR%%/lib/private/Preview/Illustrator.php +%%WWWDIR%%/lib/private/Preview/Image.php +%%WWWDIR%%/lib/private/Preview/JPEG.php +%%WWWDIR%%/lib/private/Preview/MP3.php +%%WWWDIR%%/lib/private/Preview/MSOffice2003.php +%%WWWDIR%%/lib/private/Preview/MSOffice2007.php +%%WWWDIR%%/lib/private/Preview/MSOfficeDoc.php +%%WWWDIR%%/lib/private/Preview/MarkDown.php +%%WWWDIR%%/lib/private/Preview/Movie.php +%%WWWDIR%%/lib/private/Preview/Office.php +%%WWWDIR%%/lib/private/Preview/OpenDocument.php +%%WWWDIR%%/lib/private/Preview/PDF.php +%%WWWDIR%%/lib/private/Preview/PNG.php +%%WWWDIR%%/lib/private/Preview/Photoshop.php +%%WWWDIR%%/lib/private/Preview/Postscript.php +%%WWWDIR%%/lib/private/Preview/Provider.php +%%WWWDIR%%/lib/private/Preview/SVG.php +%%WWWDIR%%/lib/private/Preview/StarOffice.php +%%WWWDIR%%/lib/private/Preview/TIFF.php +%%WWWDIR%%/lib/private/Preview/TXT.php +%%WWWDIR%%/lib/private/Preview/XBitmap.php +%%WWWDIR%%/lib/private/PreviewManager.php +%%WWWDIR%%/lib/private/RedisFactory.php +%%WWWDIR%%/lib/private/Repair.php +%%WWWDIR%%/lib/private/Repair/AssetCache.php +%%WWWDIR%%/lib/private/Repair/AvatarPermissions.php +%%WWWDIR%%/lib/private/Repair/CleanTags.php +%%WWWDIR%%/lib/private/Repair/Collation.php +%%WWWDIR%%/lib/private/Repair/DropOldJobs.php +%%WWWDIR%%/lib/private/Repair/DropOldTables.php +%%WWWDIR%%/lib/private/Repair/FillETags.php +%%WWWDIR%%/lib/private/Repair/InnoDB.php +%%WWWDIR%%/lib/private/Repair/OldGroupMembershipShares.php +%%WWWDIR%%/lib/private/Repair/Preview.php +%%WWWDIR%%/lib/private/Repair/RemoveGetETagEntries.php +%%WWWDIR%%/lib/private/Repair/RemoveOldShares.php +%%WWWDIR%%/lib/private/Repair/RemoveRootShares.php +%%WWWDIR%%/lib/private/Repair/RepairInvalidShares.php +%%WWWDIR%%/lib/private/Repair/RepairLegacyStorages.php +%%WWWDIR%%/lib/private/Repair/RepairMimeTypes.php +%%WWWDIR%%/lib/private/Repair/SearchLuceneTables.php +%%WWWDIR%%/lib/private/Repair/SharePropagation.php +%%WWWDIR%%/lib/private/Repair/SqliteAutoincrement.php +%%WWWDIR%%/lib/private/Repair/UpdateCertificateStore.php +%%WWWDIR%%/lib/private/Repair/UpdateOutdatedOcsIds.php +%%WWWDIR%%/lib/private/RepairException.php +%%WWWDIR%%/lib/private/Route/CachingRouter.php +%%WWWDIR%%/lib/private/Route/Route.php +%%WWWDIR%%/lib/private/Route/Router.php +%%WWWDIR%%/lib/private/Search.php +%%WWWDIR%%/lib/private/Search/Provider/File.php +%%WWWDIR%%/lib/private/Search/Result/Audio.php +%%WWWDIR%%/lib/private/Search/Result/File.php +%%WWWDIR%%/lib/private/Search/Result/Folder.php +%%WWWDIR%%/lib/private/Search/Result/Image.php +%%WWWDIR%%/lib/private/Security/CSP/ContentSecurityPolicy.php +%%WWWDIR%%/lib/private/Security/CSP/ContentSecurityPolicyManager.php +%%WWWDIR%%/lib/private/Security/CSRF/CsrfToken.php +%%WWWDIR%%/lib/private/Security/CSRF/CsrfTokenGenerator.php +%%WWWDIR%%/lib/private/Security/CSRF/CsrfTokenManager.php +%%WWWDIR%%/lib/private/Security/CSRF/TokenStorage/SessionStorage.php +%%WWWDIR%%/lib/private/Security/Certificate.php +%%WWWDIR%%/lib/private/Security/CertificateManager.php +%%WWWDIR%%/lib/private/Security/CredentialsManager.php +%%WWWDIR%%/lib/private/Security/Crypto.php +%%WWWDIR%%/lib/private/Security/Hasher.php +%%WWWDIR%%/lib/private/Security/SecureRandom.php +%%WWWDIR%%/lib/private/Security/TrustedDomainHelper.php +%%WWWDIR%%/lib/private/Server.php +%%WWWDIR%%/lib/private/ServerContainer.php +%%WWWDIR%%/lib/private/ServerNotAvailableException.php +%%WWWDIR%%/lib/private/ServiceUnavailableException.php +%%WWWDIR%%/lib/private/Session/CryptoSessionData.php +%%WWWDIR%%/lib/private/Session/CryptoWrapper.php +%%WWWDIR%%/lib/private/Session/Internal.php +%%WWWDIR%%/lib/private/Session/Memory.php +%%WWWDIR%%/lib/private/Session/Session.php +%%WWWDIR%%/lib/private/Setup.php +%%WWWDIR%%/lib/private/Setup/AbstractDatabase.php +%%WWWDIR%%/lib/private/Setup/MySQL.php +%%WWWDIR%%/lib/private/Setup/OCI.php +%%WWWDIR%%/lib/private/Setup/PostgreSQL.php +%%WWWDIR%%/lib/private/Setup/Sqlite.php +%%WWWDIR%%/lib/private/Share/Constants.php +%%WWWDIR%%/lib/private/Share/Helper.php +%%WWWDIR%%/lib/private/Share/MailNotifications.php +%%WWWDIR%%/lib/private/Share/SearchResultSorter.php +%%WWWDIR%%/lib/private/Share/Share.php +%%WWWDIR%%/lib/private/Share20/DefaultShareProvider.php +%%WWWDIR%%/lib/private/Share20/Exception/BackendError.php +%%WWWDIR%%/lib/private/Share20/Exception/InvalidShare.php +%%WWWDIR%%/lib/private/Share20/Exception/ProviderException.php +%%WWWDIR%%/lib/private/Share20/Hooks.php +%%WWWDIR%%/lib/private/Share20/Manager.php +%%WWWDIR%%/lib/private/Share20/ProviderFactory.php +%%WWWDIR%%/lib/private/Share20/Share.php +%%WWWDIR%%/lib/private/Streamer.php +%%WWWDIR%%/lib/private/SubAdmin.php +%%WWWDIR%%/lib/private/SystemConfig.php +%%WWWDIR%%/lib/private/SystemTag/ManagerFactory.php +%%WWWDIR%%/lib/private/SystemTag/SystemTag.php +%%WWWDIR%%/lib/private/SystemTag/SystemTagManager.php +%%WWWDIR%%/lib/private/SystemTag/SystemTagObjectMapper.php +%%WWWDIR%%/lib/private/TagManager.php +%%WWWDIR%%/lib/private/Tagging/Tag.php +%%WWWDIR%%/lib/private/Tagging/TagMapper.php +%%WWWDIR%%/lib/private/Tags.php +%%WWWDIR%%/lib/private/TempManager.php +%%WWWDIR%%/lib/private/Template/Base.php +%%WWWDIR%%/lib/private/Template/CSSResourceLocator.php +%%WWWDIR%%/lib/private/Template/JSResourceLocator.php +%%WWWDIR%%/lib/private/Template/ResourceLocator.php +%%WWWDIR%%/lib/private/Template/ResourceNotFoundException.php +%%WWWDIR%%/lib/private/Template/TemplateFileLocator.php +%%WWWDIR%%/lib/private/TemplateLayout.php +%%WWWDIR%%/lib/private/URLGenerator.php +%%WWWDIR%%/lib/private/Updater.php +%%WWWDIR%%/lib/private/Updater/VersionCheck.php +%%WWWDIR%%/lib/private/User/Backend.php +%%WWWDIR%%/lib/private/User/Database.php +%%WWWDIR%%/lib/private/User/LoginException.php +%%WWWDIR%%/lib/private/User/Manager.php +%%WWWDIR%%/lib/private/User/NoUserException.php +%%WWWDIR%%/lib/private/User/Session.php +%%WWWDIR%%/lib/private/User/User.php +%%WWWDIR%%/lib/private/legacy/api.php +%%WWWDIR%%/lib/private/legacy/app.php +%%WWWDIR%%/lib/private/legacy/db.php +%%WWWDIR%%/lib/private/legacy/db/statementwrapper.php +%%WWWDIR%%/lib/private/legacy/defaults.php +%%WWWDIR%%/lib/private/legacy/eventsource.php +%%WWWDIR%%/lib/private/legacy/filechunking.php +%%WWWDIR%%/lib/private/legacy/files.php +%%WWWDIR%%/lib/private/legacy/group.php +%%WWWDIR%%/lib/private/legacy/group/backend.php +%%WWWDIR%%/lib/private/legacy/group/database.php +%%WWWDIR%%/lib/private/legacy/group/example.php +%%WWWDIR%%/lib/private/legacy/group/interface.php +%%WWWDIR%%/lib/private/legacy/helper.php +%%WWWDIR%%/lib/private/legacy/hook.php +%%WWWDIR%%/lib/private/legacy/image.php +%%WWWDIR%%/lib/private/legacy/json.php %%WWWDIR%%/lib/private/legacy/l10n.php -%%WWWDIR%%/lib/private/lock/abstractlockingprovider.php -%%WWWDIR%%/lib/private/lock/dblockingprovider.php -%%WWWDIR%%/lib/private/lock/memcachelockingprovider.php -%%WWWDIR%%/lib/private/lock/nooplockingprovider.php -%%WWWDIR%%/lib/private/log.php -%%WWWDIR%%/lib/private/log/errorhandler.php -%%WWWDIR%%/lib/private/log/errorlog.php -%%WWWDIR%%/lib/private/log/owncloud.php -%%WWWDIR%%/lib/private/log/rotate.php -%%WWWDIR%%/lib/private/log/syslog.php -%%WWWDIR%%/lib/private/mail/mailer.php -%%WWWDIR%%/lib/private/mail/message.php -%%WWWDIR%%/lib/private/memcache/apc.php -%%WWWDIR%%/lib/private/memcache/apcu.php -%%WWWDIR%%/lib/private/memcache/arraycache.php -%%WWWDIR%%/lib/private/memcache/cache.php -%%WWWDIR%%/lib/private/memcache/cadtrait.php -%%WWWDIR%%/lib/private/memcache/castrait.php -%%WWWDIR%%/lib/private/memcache/factory.php -%%WWWDIR%%/lib/private/memcache/memcached.php -%%WWWDIR%%/lib/private/memcache/nullcache.php -%%WWWDIR%%/lib/private/memcache/redis.php -%%WWWDIR%%/lib/private/memcache/xcache.php -%%WWWDIR%%/lib/private/naturalsort.php -%%WWWDIR%%/lib/private/naturalsort_defaultcollator.php -%%WWWDIR%%/lib/private/navigationmanager.php -%%WWWDIR%%/lib/private/needsupdateexception.php -%%WWWDIR%%/lib/private/notification/action.php -%%WWWDIR%%/lib/private/notification/manager.php -%%WWWDIR%%/lib/private/notification/notification.php -%%WWWDIR%%/lib/private/notsquareexception.php -%%WWWDIR%%/lib/private/ocs.php -%%WWWDIR%%/lib/private/ocs/cloud.php -%%WWWDIR%%/lib/private/ocs/config.php -%%WWWDIR%%/lib/private/ocs/corecapabilities.php -%%WWWDIR%%/lib/private/ocs/exception.php -%%WWWDIR%%/lib/private/ocs/person.php -%%WWWDIR%%/lib/private/ocs/privatedata.php -%%WWWDIR%%/lib/private/ocs/result.php -%%WWWDIR%%/lib/private/ocsclient.php -%%WWWDIR%%/lib/private/preview.php -%%WWWDIR%%/lib/private/preview/bitmap.php -%%WWWDIR%%/lib/private/preview/bmp.php -%%WWWDIR%%/lib/private/preview/font.php -%%WWWDIR%%/lib/private/preview/gif.php -%%WWWDIR%%/lib/private/preview/illustrator.php -%%WWWDIR%%/lib/private/preview/image.php -%%WWWDIR%%/lib/private/preview/jpeg.php -%%WWWDIR%%/lib/private/preview/markdown.php -%%WWWDIR%%/lib/private/preview/movie.php -%%WWWDIR%%/lib/private/preview/mp3.php -%%WWWDIR%%/lib/private/preview/msoffice2003.php -%%WWWDIR%%/lib/private/preview/msoffice2007.php -%%WWWDIR%%/lib/private/preview/msofficedoc.php -%%WWWDIR%%/lib/private/preview/office.php -%%WWWDIR%%/lib/private/preview/opendocument.php -%%WWWDIR%%/lib/private/preview/pdf.php -%%WWWDIR%%/lib/private/preview/photoshop.php -%%WWWDIR%%/lib/private/preview/png.php -%%WWWDIR%%/lib/private/preview/postscript.php -%%WWWDIR%%/lib/private/preview/provider.php -%%WWWDIR%%/lib/private/preview/staroffice.php -%%WWWDIR%%/lib/private/preview/svg.php -%%WWWDIR%%/lib/private/preview/tiff.php -%%WWWDIR%%/lib/private/preview/txt.php -%%WWWDIR%%/lib/private/preview/xbitmap.php -%%WWWDIR%%/lib/private/previewmanager.php -%%WWWDIR%%/lib/private/releasenotes.php -%%WWWDIR%%/lib/private/repair.php -%%WWWDIR%%/lib/private/repair/assetcache.php -%%WWWDIR%%/lib/private/repair/avatarpermissions.php -%%WWWDIR%%/lib/private/repair/brokenupdaterrepair.php -%%WWWDIR%%/lib/private/repair/cleantags.php -%%WWWDIR%%/lib/private/repair/collation.php -%%WWWDIR%%/lib/private/repair/copyrewritebasetoconfig.php -%%WWWDIR%%/lib/private/repair/dropoldjobs.php -%%WWWDIR%%/lib/private/repair/dropoldtables.php -%%WWWDIR%%/lib/private/repair/encryptioncompatibility.php -%%WWWDIR%%/lib/private/repair/filletags.php -%%WWWDIR%%/lib/private/repair/innodb.php -%%WWWDIR%%/lib/private/repair/oldgroupmembershipshares.php -%%WWWDIR%%/lib/private/repair/preview.php -%%WWWDIR%%/lib/private/repair/removegetetagentries.php -%%WWWDIR%%/lib/private/repair/repairinvalidshares.php -%%WWWDIR%%/lib/private/repair/repairlegacystorages.php -%%WWWDIR%%/lib/private/repair/repairmimetypes.php -%%WWWDIR%%/lib/private/repair/searchlucenetables.php -%%WWWDIR%%/lib/private/repair/sqliteautoincrement.php -%%WWWDIR%%/lib/private/repair/updatecertificatestore.php -%%WWWDIR%%/lib/private/repair/updateoutdatedocsids.php -%%WWWDIR%%/lib/private/repairexception.php -%%WWWDIR%%/lib/private/repairstep.php -%%WWWDIR%%/lib/private/response.php -%%WWWDIR%%/lib/private/route/cachingrouter.php -%%WWWDIR%%/lib/private/route/route.php -%%WWWDIR%%/lib/private/route/router.php -%%WWWDIR%%/lib/private/search.php -%%WWWDIR%%/lib/private/search/provider/file.php -%%WWWDIR%%/lib/private/search/result/audio.php -%%WWWDIR%%/lib/private/search/result/file.php -%%WWWDIR%%/lib/private/search/result/folder.php -%%WWWDIR%%/lib/private/search/result/image.php -%%WWWDIR%%/lib/private/security/certificate.php -%%WWWDIR%%/lib/private/security/certificatemanager.php -%%WWWDIR%%/lib/private/security/credentialsmanager.php -%%WWWDIR%%/lib/private/security/crypto.php -%%WWWDIR%%/lib/private/security/csp/contentsecuritypolicy.php -%%WWWDIR%%/lib/private/security/csp/contentsecuritypolicymanager.php -%%WWWDIR%%/lib/private/security/csrf/csrftoken.php -%%WWWDIR%%/lib/private/security/csrf/csrftokengenerator.php -%%WWWDIR%%/lib/private/security/csrf/csrftokenmanager.php -%%WWWDIR%%/lib/private/security/csrf/tokenstorage/sessionstorage.php -%%WWWDIR%%/lib/private/security/hasher.php -%%WWWDIR%%/lib/private/security/securerandom.php -%%WWWDIR%%/lib/private/security/trusteddomainhelper.php -%%WWWDIR%%/lib/private/server.php -%%WWWDIR%%/lib/private/servercontainer.php -%%WWWDIR%%/lib/private/servernotavailableexception.php -%%WWWDIR%%/lib/private/serviceunavailableexception.php -%%WWWDIR%%/lib/private/session/cryptosessiondata.php -%%WWWDIR%%/lib/private/session/cryptowrapper.php -%%WWWDIR%%/lib/private/session/internal.php -%%WWWDIR%%/lib/private/session/memory.php -%%WWWDIR%%/lib/private/session/session.php -%%WWWDIR%%/lib/private/setup.php -%%WWWDIR%%/lib/private/setup/abstractdatabase.php -%%WWWDIR%%/lib/private/setup/mysql.php -%%WWWDIR%%/lib/private/setup/oci.php -%%WWWDIR%%/lib/private/setup/postgresql.php -%%WWWDIR%%/lib/private/setup/sqlite.php -%%WWWDIR%%/lib/private/share/constants.php -%%WWWDIR%%/lib/private/share/helper.php -%%WWWDIR%%/lib/private/share/hooks.php -%%WWWDIR%%/lib/private/share/mailnotifications.php -%%WWWDIR%%/lib/private/share/searchresultsorter.php -%%WWWDIR%%/lib/private/share/share.php -%%WWWDIR%%/lib/private/share20/defaultshareprovider.php -%%WWWDIR%%/lib/private/share20/exception/backenderror.php -%%WWWDIR%%/lib/private/share20/exception/invalidshare.php -%%WWWDIR%%/lib/private/share20/exception/providerexception.php -%%WWWDIR%%/lib/private/share20/manager.php -%%WWWDIR%%/lib/private/share20/providerfactory.php -%%WWWDIR%%/lib/private/share20/share.php -%%WWWDIR%%/lib/private/streamer.php -%%WWWDIR%%/lib/private/subadmin.php -%%WWWDIR%%/lib/private/systemconfig.php -%%WWWDIR%%/lib/private/systemtag/managerfactory.php -%%WWWDIR%%/lib/private/systemtag/systemtag.php -%%WWWDIR%%/lib/private/systemtag/systemtagmanager.php -%%WWWDIR%%/lib/private/systemtag/systemtagobjectmapper.php -%%WWWDIR%%/lib/private/tagging/tag.php -%%WWWDIR%%/lib/private/tagging/tagmapper.php -%%WWWDIR%%/lib/private/tagmanager.php -%%WWWDIR%%/lib/private/tags.php -%%WWWDIR%%/lib/private/template.php -%%WWWDIR%%/lib/private/template/base.php -%%WWWDIR%%/lib/private/template/cssresourcelocator.php -%%WWWDIR%%/lib/private/template/functions.php -%%WWWDIR%%/lib/private/template/jsresourcelocator.php -%%WWWDIR%%/lib/private/template/resourcelocator.php -%%WWWDIR%%/lib/private/template/resourcenotfoundexception.php -%%WWWDIR%%/lib/private/template/templatefilelocator.php -%%WWWDIR%%/lib/private/templatelayout.php -%%WWWDIR%%/lib/private/tempmanager.php -%%WWWDIR%%/lib/private/updater.php -%%WWWDIR%%/lib/private/urlgenerator.php -%%WWWDIR%%/lib/private/user.php -%%WWWDIR%%/lib/private/user/backend.php -%%WWWDIR%%/lib/private/user/database.php -%%WWWDIR%%/lib/private/user/interface.php -%%WWWDIR%%/lib/private/user/loginexception.php -%%WWWDIR%%/lib/private/user/manager.php -%%WWWDIR%%/lib/private/user/nouserexception.php -%%WWWDIR%%/lib/private/user/session.php -%%WWWDIR%%/lib/private/user/user.php -%%WWWDIR%%/lib/private/util.php -%%WWWDIR%%/lib/public/activity/iconsumer.php -%%WWWDIR%%/lib/public/activity/ievent.php -%%WWWDIR%%/lib/public/activity/iextension.php -%%WWWDIR%%/lib/public/activity/imanager.php -%%WWWDIR%%/lib/public/api.php -%%WWWDIR%%/lib/public/app.php -%%WWWDIR%%/lib/public/app/iappmanager.php -%%WWWDIR%%/lib/public/app/managerevent.php -%%WWWDIR%%/lib/public/appframework/apicontroller.php -%%WWWDIR%%/lib/public/appframework/app.php -%%WWWDIR%%/lib/public/appframework/controller.php -%%WWWDIR%%/lib/public/appframework/db/doesnotexistexception.php -%%WWWDIR%%/lib/public/appframework/db/entity.php -%%WWWDIR%%/lib/public/appframework/db/mapper.php -%%WWWDIR%%/lib/public/appframework/db/multipleobjectsreturnedexception.php -%%WWWDIR%%/lib/public/appframework/http.php -%%WWWDIR%%/lib/public/appframework/http/contentsecuritypolicy.php -%%WWWDIR%%/lib/public/appframework/http/datadisplayresponse.php -%%WWWDIR%%/lib/public/appframework/http/datadownloadresponse.php -%%WWWDIR%%/lib/public/appframework/http/dataresponse.php -%%WWWDIR%%/lib/public/appframework/http/downloadresponse.php -%%WWWDIR%%/lib/public/appframework/http/emptycontentsecuritypolicy.php -%%WWWDIR%%/lib/public/appframework/http/icallbackresponse.php -%%WWWDIR%%/lib/public/appframework/http/ioutput.php -%%WWWDIR%%/lib/public/appframework/http/jsonresponse.php -%%WWWDIR%%/lib/public/appframework/http/notfoundresponse.php -%%WWWDIR%%/lib/public/appframework/http/ocsresponse.php -%%WWWDIR%%/lib/public/appframework/http/redirectresponse.php -%%WWWDIR%%/lib/public/appframework/http/response.php -%%WWWDIR%%/lib/public/appframework/http/streamresponse.php -%%WWWDIR%%/lib/public/appframework/http/templateresponse.php -%%WWWDIR%%/lib/public/appframework/iapi.php -%%WWWDIR%%/lib/public/appframework/iappcontainer.php -%%WWWDIR%%/lib/public/appframework/middleware.php -%%WWWDIR%%/lib/public/appframework/ocscontroller.php -%%WWWDIR%%/lib/public/appframework/queryexception.php -%%WWWDIR%%/lib/public/appframework/utility/icontrollermethodreflector.php -%%WWWDIR%%/lib/public/appframework/utility/itimefactory.php -%%WWWDIR%%/lib/public/authentication/iapachebackend.php -%%WWWDIR%%/lib/public/autoloadnotallowedexception.php -%%WWWDIR%%/lib/public/backgroundjob.php -%%WWWDIR%%/lib/public/backgroundjob/ijob.php -%%WWWDIR%%/lib/public/backgroundjob/ijoblist.php -%%WWWDIR%%/lib/public/capabilities/icapability.php -%%WWWDIR%%/lib/public/command/ibus.php -%%WWWDIR%%/lib/public/command/icommand.php -%%WWWDIR%%/lib/public/comments/commentsevent.php -%%WWWDIR%%/lib/public/comments/icomment.php -%%WWWDIR%%/lib/public/comments/icommentsmanager.php -%%WWWDIR%%/lib/public/comments/icommentsmanagerfactory.php -%%WWWDIR%%/lib/public/comments/illegalidchangeexception.php -%%WWWDIR%%/lib/public/comments/messagetoolongexception.php -%%WWWDIR%%/lib/public/comments/notfoundexception.php -%%WWWDIR%%/lib/public/config.php -%%WWWDIR%%/lib/public/console/consoleevent.php -%%WWWDIR%%/lib/public/constants.php -%%WWWDIR%%/lib/public/contacts.php -%%WWWDIR%%/lib/public/contacts/imanager.php -%%WWWDIR%%/lib/public/db.php -%%WWWDIR%%/lib/public/db/querybuilder/icompositeexpression.php -%%WWWDIR%%/lib/public/db/querybuilder/iexpressionbuilder.php -%%WWWDIR%%/lib/public/db/querybuilder/iliteral.php -%%WWWDIR%%/lib/public/db/querybuilder/iparameter.php -%%WWWDIR%%/lib/public/db/querybuilder/iquerybuilder.php -%%WWWDIR%%/lib/public/db/querybuilder/iqueryfunction.php -%%WWWDIR%%/lib/public/defaults.php -%%WWWDIR%%/lib/public/diagnostics/ievent.php -%%WWWDIR%%/lib/public/diagnostics/ieventlogger.php -%%WWWDIR%%/lib/public/diagnostics/iquery.php -%%WWWDIR%%/lib/public/diagnostics/iquerylogger.php -%%WWWDIR%%/lib/public/encryption/exceptions/genericencryptionexception.php -%%WWWDIR%%/lib/public/encryption/iencryptionmodule.php -%%WWWDIR%%/lib/public/encryption/ifile.php -%%WWWDIR%%/lib/public/encryption/imanager.php -%%WWWDIR%%/lib/public/encryption/keys/istorage.php -%%WWWDIR%%/lib/public/files.php -%%WWWDIR%%/lib/public/files/alreadyexistsexception.php -%%WWWDIR%%/lib/public/files/cache/icache.php -%%WWWDIR%%/lib/public/files/cache/icacheentry.php -%%WWWDIR%%/lib/public/files/cache/ipropagator.php -%%WWWDIR%%/lib/public/files/cache/iscanner.php -%%WWWDIR%%/lib/public/files/cache/iupdater.php -%%WWWDIR%%/lib/public/files/cache/iwatcher.php -%%WWWDIR%%/lib/public/files/config/icachedmountinfo.php -%%WWWDIR%%/lib/public/files/config/imountprovider.php -%%WWWDIR%%/lib/public/files/config/imountprovidercollection.php -%%WWWDIR%%/lib/public/files/config/iusermountcache.php -%%WWWDIR%%/lib/public/files/entitytoolargeexception.php -%%WWWDIR%%/lib/public/files/file.php -%%WWWDIR%%/lib/public/files/fileinfo.php -%%WWWDIR%%/lib/public/files/filenametoolongexception.php -%%WWWDIR%%/lib/public/files/folder.php -%%WWWDIR%%/lib/public/files/forbiddenexception.php -%%WWWDIR%%/lib/public/files/ihomestorage.php -%%WWWDIR%%/lib/public/files/imimetypedetector.php -%%WWWDIR%%/lib/public/files/imimetypeloader.php -%%WWWDIR%%/lib/public/files/invalidcharacterinpathexception.php -%%WWWDIR%%/lib/public/files/invalidcontentexception.php -%%WWWDIR%%/lib/public/files/invalidpathexception.php -%%WWWDIR%%/lib/public/files/irootfolder.php -%%WWWDIR%%/lib/public/files/locknotacquiredexception.php -%%WWWDIR%%/lib/public/files/mount/imountmanager.php -%%WWWDIR%%/lib/public/files/mount/imountpoint.php -%%WWWDIR%%/lib/public/files/node.php -%%WWWDIR%%/lib/public/files/notenoughspaceexception.php -%%WWWDIR%%/lib/public/files/notfoundexception.php -%%WWWDIR%%/lib/public/files/notpermittedexception.php -%%WWWDIR%%/lib/public/files/objectstore/iobjectstore.php -%%WWWDIR%%/lib/public/files/reservedwordexception.php -%%WWWDIR%%/lib/public/files/storage.php -%%WWWDIR%%/lib/public/files/storage/ilockingstorage.php -%%WWWDIR%%/lib/public/files/storage/istorage.php -%%WWWDIR%%/lib/public/files/storage/istoragefactory.php -%%WWWDIR%%/lib/public/files/storageauthexception.php -%%WWWDIR%%/lib/public/files/storagebadconfigexception.php -%%WWWDIR%%/lib/public/files/storageconnectionexception.php -%%WWWDIR%%/lib/public/files/storageinvalidexception.php -%%WWWDIR%%/lib/public/files/storagenotavailableexception.php -%%WWWDIR%%/lib/public/files/storagetimeoutexception.php -%%WWWDIR%%/lib/public/groupinterface.php -%%WWWDIR%%/lib/public/http/client/iclient.php -%%WWWDIR%%/lib/public/http/client/iclientservice.php -%%WWWDIR%%/lib/public/http/client/iresponse.php -%%WWWDIR%%/lib/public/iaddressbook.php -%%WWWDIR%%/lib/public/iappconfig.php -%%WWWDIR%%/lib/public/iavatar.php -%%WWWDIR%%/lib/public/iavatarmanager.php -%%WWWDIR%%/lib/public/icache.php -%%WWWDIR%%/lib/public/icachefactory.php -%%WWWDIR%%/lib/public/icertificate.php -%%WWWDIR%%/lib/public/icertificatemanager.php -%%WWWDIR%%/lib/public/iconfig.php -%%WWWDIR%%/lib/public/icontainer.php -%%WWWDIR%%/lib/public/idatetimeformatter.php -%%WWWDIR%%/lib/public/idatetimezone.php -%%WWWDIR%%/lib/public/idb.php -%%WWWDIR%%/lib/public/idbconnection.php -%%WWWDIR%%/lib/public/ieventsource.php -%%WWWDIR%%/lib/public/igroup.php -%%WWWDIR%%/lib/public/igroupmanager.php -%%WWWDIR%%/lib/public/ihelper.php -%%WWWDIR%%/lib/public/iimage.php -%%WWWDIR%%/lib/public/il10n.php -%%WWWDIR%%/lib/public/ilogger.php -%%WWWDIR%%/lib/public/image.php -%%WWWDIR%%/lib/public/imemcache.php -%%WWWDIR%%/lib/public/imemcachettl.php -%%WWWDIR%%/lib/public/inavigationmanager.php -%%WWWDIR%%/lib/public/ipreview.php -%%WWWDIR%%/lib/public/irequest.php -%%WWWDIR%%/lib/public/isearch.php -%%WWWDIR%%/lib/public/iservercontainer.php -%%WWWDIR%%/lib/public/isession.php -%%WWWDIR%%/lib/public/itagmanager.php -%%WWWDIR%%/lib/public/itags.php -%%WWWDIR%%/lib/public/itempmanager.php -%%WWWDIR%%/lib/public/iurlgenerator.php -%%WWWDIR%%/lib/public/iuser.php -%%WWWDIR%%/lib/public/iuserbackend.php -%%WWWDIR%%/lib/public/iusermanager.php -%%WWWDIR%%/lib/public/iusersession.php -%%WWWDIR%%/lib/public/json.php -%%WWWDIR%%/lib/public/l10n/ifactory.php -%%WWWDIR%%/lib/public/lock/ilockingprovider.php -%%WWWDIR%%/lib/public/lock/lockedexception.php -%%WWWDIR%%/lib/public/mail/imailer.php -%%WWWDIR%%/lib/public/notification/iaction.php -%%WWWDIR%%/lib/public/notification/iapp.php -%%WWWDIR%%/lib/public/notification/imanager.php -%%WWWDIR%%/lib/public/notification/inotification.php -%%WWWDIR%%/lib/public/notification/inotifier.php -%%WWWDIR%%/lib/public/preconditionnotmetexception.php -%%WWWDIR%%/lib/public/preview/iprovider.php -%%WWWDIR%%/lib/public/response.php -%%WWWDIR%%/lib/public/route/iroute.php -%%WWWDIR%%/lib/public/route/irouter.php -%%WWWDIR%%/lib/public/sabrepluginevent.php -%%WWWDIR%%/lib/public/sabrepluginexception.php -%%WWWDIR%%/lib/public/search/pagedprovider.php -%%WWWDIR%%/lib/public/search/provider.php -%%WWWDIR%%/lib/public/search/result.php -%%WWWDIR%%/lib/public/security/icontentsecuritypolicymanager.php -%%WWWDIR%%/lib/public/security/icredentialsmanager.php -%%WWWDIR%%/lib/public/security/icrypto.php -%%WWWDIR%%/lib/public/security/ihasher.php -%%WWWDIR%%/lib/public/security/isecurerandom.php -%%WWWDIR%%/lib/public/security/stringutils.php -%%WWWDIR%%/lib/public/share.php -%%WWWDIR%%/lib/public/share/exceptions/genericshareexception.php -%%WWWDIR%%/lib/public/share/exceptions/sharenotfound.php -%%WWWDIR%%/lib/public/share/imanager.php -%%WWWDIR%%/lib/public/share/iproviderfactory.php -%%WWWDIR%%/lib/public/share/ishare.php -%%WWWDIR%%/lib/public/share/ishareprovider.php -%%WWWDIR%%/lib/public/share_backend.php -%%WWWDIR%%/lib/public/share_backend_collection.php -%%WWWDIR%%/lib/public/share_backend_file_dependent.php -%%WWWDIR%%/lib/public/systemtag/isystemtag.php -%%WWWDIR%%/lib/public/systemtag/isystemtagmanager.php -%%WWWDIR%%/lib/public/systemtag/isystemtagmanagerfactory.php -%%WWWDIR%%/lib/public/systemtag/isystemtagobjectmapper.php -%%WWWDIR%%/lib/public/systemtag/managerevent.php -%%WWWDIR%%/lib/public/systemtag/mapperevent.php -%%WWWDIR%%/lib/public/systemtag/tagalreadyexistsexception.php -%%WWWDIR%%/lib/public/systemtag/tagnotfoundexception.php -%%WWWDIR%%/lib/public/template.php -%%WWWDIR%%/lib/public/user.php -%%WWWDIR%%/lib/public/userinterface.php -%%WWWDIR%%/lib/public/util.php +%%WWWDIR%%/lib/private/legacy/l10n/string.php +%%WWWDIR%%/lib/private/legacy/ocs.php +%%WWWDIR%%/lib/private/legacy/ocs/cloud.php +%%WWWDIR%%/lib/private/legacy/ocs/config.php +%%WWWDIR%%/lib/private/legacy/ocs/person.php +%%WWWDIR%%/lib/private/legacy/ocs/privatedata.php +%%WWWDIR%%/lib/private/legacy/ocs/result.php +%%WWWDIR%%/lib/private/legacy/response.php +%%WWWDIR%%/lib/private/legacy/template.php +%%WWWDIR%%/lib/private/legacy/template/functions.php +%%WWWDIR%%/lib/private/legacy/user.php +%%WWWDIR%%/lib/private/legacy/user/backend.php +%%WWWDIR%%/lib/private/legacy/user/interface.php +%%WWWDIR%%/lib/private/legacy/util.php +%%WWWDIR%%/lib/public/API.php +%%WWWDIR%%/lib/public/Activity/IConsumer.php +%%WWWDIR%%/lib/public/Activity/IEvent.php +%%WWWDIR%%/lib/public/Activity/IExtension.php +%%WWWDIR%%/lib/public/Activity/IManager.php +%%WWWDIR%%/lib/public/App.php +%%WWWDIR%%/lib/public/App/IAppManager.php +%%WWWDIR%%/lib/public/App/ManagerEvent.php +%%WWWDIR%%/lib/public/AppFramework/ApiController.php +%%WWWDIR%%/lib/public/AppFramework/App.php +%%WWWDIR%%/lib/public/AppFramework/Controller.php +%%WWWDIR%%/lib/public/AppFramework/Db/DoesNotExistException.php +%%WWWDIR%%/lib/public/AppFramework/Db/Entity.php +%%WWWDIR%%/lib/public/AppFramework/Db/Mapper.php +%%WWWDIR%%/lib/public/AppFramework/Db/MultipleObjectsReturnedException.php +%%WWWDIR%%/lib/public/AppFramework/Http.php +%%WWWDIR%%/lib/public/AppFramework/Http/ContentSecurityPolicy.php +%%WWWDIR%%/lib/public/AppFramework/Http/DataDisplayResponse.php +%%WWWDIR%%/lib/public/AppFramework/Http/DataDownloadResponse.php +%%WWWDIR%%/lib/public/AppFramework/Http/DataResponse.php +%%WWWDIR%%/lib/public/AppFramework/Http/DownloadResponse.php +%%WWWDIR%%/lib/public/AppFramework/Http/EmptyContentSecurityPolicy.php +%%WWWDIR%%/lib/public/AppFramework/Http/ICallbackResponse.php +%%WWWDIR%%/lib/public/AppFramework/Http/IOutput.php +%%WWWDIR%%/lib/public/AppFramework/Http/JSONResponse.php +%%WWWDIR%%/lib/public/AppFramework/Http/NotFoundResponse.php +%%WWWDIR%%/lib/public/AppFramework/Http/OCSResponse.php +%%WWWDIR%%/lib/public/AppFramework/Http/RedirectResponse.php +%%WWWDIR%%/lib/public/AppFramework/Http/Response.php +%%WWWDIR%%/lib/public/AppFramework/Http/StreamResponse.php +%%WWWDIR%%/lib/public/AppFramework/Http/TemplateResponse.php +%%WWWDIR%%/lib/public/AppFramework/IApi.php +%%WWWDIR%%/lib/public/AppFramework/IAppContainer.php +%%WWWDIR%%/lib/public/AppFramework/Middleware.php +%%WWWDIR%%/lib/public/AppFramework/OCSController.php +%%WWWDIR%%/lib/public/AppFramework/QueryException.php +%%WWWDIR%%/lib/public/AppFramework/Utility/IControllerMethodReflector.php +%%WWWDIR%%/lib/public/AppFramework/Utility/ITimeFactory.php +%%WWWDIR%%/lib/public/Authentication/IApacheBackend.php +%%WWWDIR%%/lib/public/Authentication/TwoFactorAuth/IProvider.php +%%WWWDIR%%/lib/public/AutoloadNotAllowedException.php +%%WWWDIR%%/lib/public/BackgroundJob.php +%%WWWDIR%%/lib/public/BackgroundJob/IJob.php +%%WWWDIR%%/lib/public/BackgroundJob/IJobList.php +%%WWWDIR%%/lib/public/Capabilities/ICapability.php +%%WWWDIR%%/lib/public/Command/IBus.php +%%WWWDIR%%/lib/public/Command/ICommand.php +%%WWWDIR%%/lib/public/Comments/CommentsEntityEvent.php +%%WWWDIR%%/lib/public/Comments/CommentsEvent.php +%%WWWDIR%%/lib/public/Comments/IComment.php +%%WWWDIR%%/lib/public/Comments/ICommentsManager.php +%%WWWDIR%%/lib/public/Comments/ICommentsManagerFactory.php +%%WWWDIR%%/lib/public/Comments/IllegalIDChangeException.php +%%WWWDIR%%/lib/public/Comments/MessageTooLongException.php +%%WWWDIR%%/lib/public/Comments/NotFoundException.php +%%WWWDIR%%/lib/public/Config.php +%%WWWDIR%%/lib/public/Console/ConsoleEvent.php +%%WWWDIR%%/lib/public/Constants.php +%%WWWDIR%%/lib/public/Contacts.php +%%WWWDIR%%/lib/public/Contacts/IManager.php +%%WWWDIR%%/lib/public/DB.php +%%WWWDIR%%/lib/public/DB/QueryBuilder/ICompositeExpression.php +%%WWWDIR%%/lib/public/DB/QueryBuilder/IExpressionBuilder.php +%%WWWDIR%%/lib/public/DB/QueryBuilder/ILiteral.php +%%WWWDIR%%/lib/public/DB/QueryBuilder/IParameter.php +%%WWWDIR%%/lib/public/DB/QueryBuilder/IQueryBuilder.php +%%WWWDIR%%/lib/public/DB/QueryBuilder/IQueryFunction.php +%%WWWDIR%%/lib/public/Defaults.php +%%WWWDIR%%/lib/public/Diagnostics/IEvent.php +%%WWWDIR%%/lib/public/Diagnostics/IEventLogger.php +%%WWWDIR%%/lib/public/Diagnostics/IQuery.php +%%WWWDIR%%/lib/public/Diagnostics/IQueryLogger.php +%%WWWDIR%%/lib/public/Encryption/Exceptions/GenericEncryptionException.php +%%WWWDIR%%/lib/public/Encryption/IEncryptionModule.php +%%WWWDIR%%/lib/public/Encryption/IFile.php +%%WWWDIR%%/lib/public/Encryption/IManager.php +%%WWWDIR%%/lib/public/Encryption/Keys/IStorage.php +%%WWWDIR%%/lib/public/Files.php +%%WWWDIR%%/lib/public/Files/AlreadyExistsException.php +%%WWWDIR%%/lib/public/Files/Cache/ICache.php +%%WWWDIR%%/lib/public/Files/Cache/ICacheEntry.php +%%WWWDIR%%/lib/public/Files/Cache/IPropagator.php +%%WWWDIR%%/lib/public/Files/Cache/IScanner.php +%%WWWDIR%%/lib/public/Files/Cache/IUpdater.php +%%WWWDIR%%/lib/public/Files/Cache/IWatcher.php +%%WWWDIR%%/lib/public/Files/Config/ICachedMountInfo.php +%%WWWDIR%%/lib/public/Files/Config/IHomeMountProvider.php +%%WWWDIR%%/lib/public/Files/Config/IMountProvider.php +%%WWWDIR%%/lib/public/Files/Config/IMountProviderCollection.php +%%WWWDIR%%/lib/public/Files/Config/IUserMountCache.php +%%WWWDIR%%/lib/public/Files/EntityTooLargeException.php +%%WWWDIR%%/lib/public/Files/File.php +%%WWWDIR%%/lib/public/Files/FileInfo.php +%%WWWDIR%%/lib/public/Files/FileNameTooLongException.php +%%WWWDIR%%/lib/public/Files/Folder.php +%%WWWDIR%%/lib/public/Files/ForbiddenException.php +%%WWWDIR%%/lib/public/Files/IHomeStorage.php +%%WWWDIR%%/lib/public/Files/IMimeTypeDetector.php +%%WWWDIR%%/lib/public/Files/IMimeTypeLoader.php +%%WWWDIR%%/lib/public/Files/IRootFolder.php +%%WWWDIR%%/lib/public/Files/InvalidCharacterInPathException.php +%%WWWDIR%%/lib/public/Files/InvalidContentException.php +%%WWWDIR%%/lib/public/Files/InvalidPathException.php +%%WWWDIR%%/lib/public/Files/LockNotAcquiredException.php +%%WWWDIR%%/lib/public/Files/Mount/IMountManager.php +%%WWWDIR%%/lib/public/Files/Mount/IMountPoint.php +%%WWWDIR%%/lib/public/Files/Node.php +%%WWWDIR%%/lib/public/Files/NotEnoughSpaceException.php +%%WWWDIR%%/lib/public/Files/NotFoundException.php +%%WWWDIR%%/lib/public/Files/NotPermittedException.php +%%WWWDIR%%/lib/public/Files/ObjectStore/IObjectStore.php +%%WWWDIR%%/lib/public/Files/ReservedWordException.php +%%WWWDIR%%/lib/public/Files/Storage.php +%%WWWDIR%%/lib/public/Files/Storage/ILockingStorage.php +%%WWWDIR%%/lib/public/Files/Storage/IStorage.php +%%WWWDIR%%/lib/public/Files/Storage/IStorageFactory.php +%%WWWDIR%%/lib/public/Files/StorageAuthException.php +%%WWWDIR%%/lib/public/Files/StorageBadConfigException.php +%%WWWDIR%%/lib/public/Files/StorageConnectionException.php +%%WWWDIR%%/lib/public/Files/StorageInvalidException.php +%%WWWDIR%%/lib/public/Files/StorageNotAvailableException.php +%%WWWDIR%%/lib/public/Files/StorageTimeoutException.php +%%WWWDIR%%/lib/public/Files/UnseekableException.php +%%WWWDIR%%/lib/public/GroupInterface.php +%%WWWDIR%%/lib/public/Http/Client/IClient.php +%%WWWDIR%%/lib/public/Http/Client/IClientService.php +%%WWWDIR%%/lib/public/Http/Client/IResponse.php +%%WWWDIR%%/lib/public/IAddressBook.php +%%WWWDIR%%/lib/public/IAppConfig.php +%%WWWDIR%%/lib/public/IAvatar.php +%%WWWDIR%%/lib/public/IAvatarManager.php +%%WWWDIR%%/lib/public/ICache.php +%%WWWDIR%%/lib/public/ICacheFactory.php +%%WWWDIR%%/lib/public/ICertificate.php +%%WWWDIR%%/lib/public/ICertificateManager.php +%%WWWDIR%%/lib/public/IConfig.php +%%WWWDIR%%/lib/public/IContainer.php +%%WWWDIR%%/lib/public/IDBConnection.php +%%WWWDIR%%/lib/public/IDateTimeFormatter.php +%%WWWDIR%%/lib/public/IDateTimeZone.php +%%WWWDIR%%/lib/public/IDb.php +%%WWWDIR%%/lib/public/IEventSource.php +%%WWWDIR%%/lib/public/IGroup.php +%%WWWDIR%%/lib/public/IGroupManager.php +%%WWWDIR%%/lib/public/IHelper.php +%%WWWDIR%%/lib/public/IImage.php +%%WWWDIR%%/lib/public/IL10N.php +%%WWWDIR%%/lib/public/ILogger.php +%%WWWDIR%%/lib/public/IMemcache.php +%%WWWDIR%%/lib/public/IMemcacheTTL.php +%%WWWDIR%%/lib/public/INavigationManager.php +%%WWWDIR%%/lib/public/IPreview.php +%%WWWDIR%%/lib/public/IRequest.php +%%WWWDIR%%/lib/public/ISearch.php +%%WWWDIR%%/lib/public/IServerContainer.php +%%WWWDIR%%/lib/public/ISession.php +%%WWWDIR%%/lib/public/ITagManager.php +%%WWWDIR%%/lib/public/ITags.php +%%WWWDIR%%/lib/public/ITempManager.php +%%WWWDIR%%/lib/public/IURLGenerator.php +%%WWWDIR%%/lib/public/IUser.php +%%WWWDIR%%/lib/public/IUserBackend.php +%%WWWDIR%%/lib/public/IUserManager.php +%%WWWDIR%%/lib/public/IUserSession.php +%%WWWDIR%%/lib/public/Image.php +%%WWWDIR%%/lib/public/JSON.php +%%WWWDIR%%/lib/public/L10N/IFactory.php +%%WWWDIR%%/lib/public/Lock/ILockingProvider.php +%%WWWDIR%%/lib/public/Lock/LockedException.php +%%WWWDIR%%/lib/public/Mail/IMailer.php +%%WWWDIR%%/lib/public/Migration/IOutput.php +%%WWWDIR%%/lib/public/Migration/IRepairStep.php +%%WWWDIR%%/lib/public/Notification/IAction.php +%%WWWDIR%%/lib/public/Notification/IApp.php +%%WWWDIR%%/lib/public/Notification/IManager.php +%%WWWDIR%%/lib/public/Notification/INotification.php +%%WWWDIR%%/lib/public/Notification/INotifier.php +%%WWWDIR%%/lib/public/PreConditionNotMetException.php +%%WWWDIR%%/lib/public/Preview/IProvider.php +%%WWWDIR%%/lib/public/Response.php +%%WWWDIR%%/lib/public/Route/IRoute.php +%%WWWDIR%%/lib/public/Route/IRouter.php +%%WWWDIR%%/lib/public/SabrePluginEvent.php +%%WWWDIR%%/lib/public/SabrePluginException.php +%%WWWDIR%%/lib/public/Search/PagedProvider.php +%%WWWDIR%%/lib/public/Search/Provider.php +%%WWWDIR%%/lib/public/Search/Result.php +%%WWWDIR%%/lib/public/Security/IContentSecurityPolicyManager.php +%%WWWDIR%%/lib/public/Security/ICredentialsManager.php +%%WWWDIR%%/lib/public/Security/ICrypto.php +%%WWWDIR%%/lib/public/Security/IHasher.php +%%WWWDIR%%/lib/public/Security/ISecureRandom.php +%%WWWDIR%%/lib/public/Security/StringUtils.php +%%WWWDIR%%/lib/public/Session/Exceptions/SessionNotAvailableException.php +%%WWWDIR%%/lib/public/Share.php +%%WWWDIR%%/lib/public/Share/Exceptions/GenericShareException.php +%%WWWDIR%%/lib/public/Share/Exceptions/IllegalIDChangeException.php +%%WWWDIR%%/lib/public/Share/Exceptions/ShareNotFound.php +%%WWWDIR%%/lib/public/Share/IManager.php +%%WWWDIR%%/lib/public/Share/IProviderFactory.php +%%WWWDIR%%/lib/public/Share/IShare.php +%%WWWDIR%%/lib/public/Share/IShareProvider.php +%%WWWDIR%%/lib/public/Share_Backend.php +%%WWWDIR%%/lib/public/Share_Backend_Collection.php +%%WWWDIR%%/lib/public/Share_Backend_File_Dependent.php +%%WWWDIR%%/lib/public/SystemTag/ISystemTag.php +%%WWWDIR%%/lib/public/SystemTag/ISystemTagManager.php +%%WWWDIR%%/lib/public/SystemTag/ISystemTagManagerFactory.php +%%WWWDIR%%/lib/public/SystemTag/ISystemTagObjectMapper.php +%%WWWDIR%%/lib/public/SystemTag/ManagerEvent.php +%%WWWDIR%%/lib/public/SystemTag/MapperEvent.php +%%WWWDIR%%/lib/public/SystemTag/TagAlreadyExistsException.php +%%WWWDIR%%/lib/public/SystemTag/TagNotFoundException.php +%%WWWDIR%%/lib/public/Template.php +%%WWWDIR%%/lib/public/User.php +%%WWWDIR%%/lib/public/UserInterface.php +%%WWWDIR%%/lib/public/Util.php @(%%OWNCLOUD_USERNAME%%,%%OWNCLOUD_GROUPNAME%%,750) %%WWWDIR%%/occ %%WWWDIR%%/ocs-provider/index.php -%%WWWDIR%%/ocs-provider/provider.php %%WWWDIR%%/ocs/providers.php %%WWWDIR%%/ocs/routes.php %%WWWDIR%%/ocs/v1.php @@ -10284,23 +10360,20 @@ %%WWWDIR%%/resources/config/ca-bundle.crt %%WWWDIR%%/resources/config/mimetypealiases.dist.json %%WWWDIR%%/resources/config/mimetypemapping.dist.json -%%WWWDIR%%/resources/updater-fixes/apps/encryption/lib/crypto/encryption.php -%%WWWDIR%%/resources/updater-fixes/composer.json -%%WWWDIR%%/resources/updater-fixes/composer.lock -%%WWWDIR%%/resources/updater-fixes/composer/LICENSE -%%WWWDIR%%/resources/updater-fixes/composer/autoload_classmap.php -%%WWWDIR%%/resources/updater-fixes/composer/installed.json -%%WWWDIR%%/resources/updater-fixes/icewind/streams/src/DirectoryFilter.php -%%WWWDIR%%/resources/updater-fixes/icewind/streams/src/DirectoryWrapper.php -%%WWWDIR%%/resources/updater-fixes/icewind/streams/src/RetryWrapper.php -%%WWWDIR%%/resources/updater-fixes/icewind/streams/src/SeekableWrapper.php -%%WWWDIR%%/resources/updater-fixes/sabre/dav/CHANGELOG.md -%%WWWDIR%%/resources/updater-fixes/sabre/dav/composer.json -%%WWWDIR%%/resources/updater-fixes/sabre/dav/lib/CalDAV/Plugin.php -%%WWWDIR%%/resources/updater-fixes/sabre/dav/lib/CardDAV/Backend/PDO.php -%%WWWDIR%%/resources/updater-fixes/sabre/dav/lib/DAV/CorePlugin.php -%%WWWDIR%%/resources/updater-fixes/sabre/dav/lib/DAV/Version.php %%WWWDIR%%/robots.txt +%%WWWDIR%%/settings/Application.php +%%WWWDIR%%/settings/ChangePassword/Controller.php +%%WWWDIR%%/settings/Controller/AppSettingsController.php +%%WWWDIR%%/settings/Controller/AuthSettingsController.php +%%WWWDIR%%/settings/Controller/CertificateController.php +%%WWWDIR%%/settings/Controller/CheckSetupController.php +%%WWWDIR%%/settings/Controller/EncryptionController.php +%%WWWDIR%%/settings/Controller/GroupsController.php +%%WWWDIR%%/settings/Controller/LogSettingsController.php +%%WWWDIR%%/settings/Controller/MailSettingsController.php +%%WWWDIR%%/settings/Controller/SecuritySettingsController.php +%%WWWDIR%%/settings/Controller/UsersController.php +%%WWWDIR%%/settings/Middleware/SubadminMiddleware.php %%WWWDIR%%/settings/admin.php %%WWWDIR%%/settings/ajax/disableapp.php %%WWWDIR%%/settings/ajax/enableapp.php @@ -10312,17 +10385,6 @@ %%WWWDIR%%/settings/ajax/togglesubadmins.php %%WWWDIR%%/settings/ajax/uninstallapp.php %%WWWDIR%%/settings/ajax/updateapp.php -%%WWWDIR%%/settings/application.php -%%WWWDIR%%/settings/changepassword/controller.php -%%WWWDIR%%/settings/controller/appsettingscontroller.php -%%WWWDIR%%/settings/controller/certificatecontroller.php -%%WWWDIR%%/settings/controller/checksetupcontroller.php -%%WWWDIR%%/settings/controller/encryptioncontroller.php -%%WWWDIR%%/settings/controller/groupscontroller.php -%%WWWDIR%%/settings/controller/logsettingscontroller.php -%%WWWDIR%%/settings/controller/mailsettingscontroller.php -%%WWWDIR%%/settings/controller/securitysettingscontroller.php -%%WWWDIR%%/settings/controller/userscontroller.php %%WWWDIR%%/settings/css/settings.css %%WWWDIR%%/settings/help.php %%WWWDIR%%/settings/img/admin.png @@ -10338,6 +10400,9 @@ %%WWWDIR%%/settings/img/users.svg %%WWWDIR%%/settings/js/admin.js %%WWWDIR%%/settings/js/apps.js +%%WWWDIR%%/settings/js/authtoken.js +%%WWWDIR%%/settings/js/authtoken_collection.js +%%WWWDIR%%/settings/js/authtoken_view.js %%WWWDIR%%/settings/js/certificates.js %%WWWDIR%%/settings/js/log.js %%WWWDIR%%/settings/js/personal.js @@ -10398,6 +10463,8 @@ %%WWWDIR%%/settings/l10n/fa.json %%WWWDIR%%/settings/l10n/fi_FI.js %%WWWDIR%%/settings/l10n/fi_FI.json +%%WWWDIR%%/settings/l10n/fil.js +%%WWWDIR%%/settings/l10n/fil.json %%WWWDIR%%/settings/l10n/fr.js %%WWWDIR%%/settings/l10n/fr.json %%WWWDIR%%/settings/l10n/gl.js @@ -10511,7 +10578,6 @@ %%WWWDIR%%/settings/l10n/zh_TW.js %%WWWDIR%%/settings/l10n/zh_TW.json %%WWWDIR%%/settings/languageCodes.php -%%WWWDIR%%/settings/middleware/subadminmiddleware.php %%WWWDIR%%/settings/personal.php %%WWWDIR%%/settings/routes.php %%WWWDIR%%/settings/templates/admin.php @@ -10611,6 +10677,7 @@ %%WWWDIR%%/updater/src/Tests/Utils/AppManagerTest.php %%WWWDIR%%/updater/src/Tests/Utils/CheckpointTest.php %%WWWDIR%%/updater/src/Tests/Utils/ConfigReaderTest.php +%%WWWDIR%%/updater/src/Tests/Utils/DocLinkTest.php %%WWWDIR%%/updater/src/Tests/Utils/FeedTest.php %%WWWDIR%%/updater/src/Tests/Utils/FetcherTest.php %%WWWDIR%%/updater/src/Tests/Utils/OccRunnerTest.php @@ -10618,11 +10685,10 @@ %%WWWDIR%%/updater/src/Tests/bootstrap.php %%WWWDIR%%/updater/src/Tests/phpunit.xml %%WWWDIR%%/updater/src/Utils/AppManager.php -%%WWWDIR%%/updater/src/Utils/BzipExtractor.php %%WWWDIR%%/updater/src/Utils/Checkpoint.php %%WWWDIR%%/updater/src/Utils/Collection.php %%WWWDIR%%/updater/src/Utils/ConfigReader.php -%%WWWDIR%%/updater/src/Utils/ConfigWriter.php +%%WWWDIR%%/updater/src/Utils/DocLink.php %%WWWDIR%%/updater/src/Utils/Feed.php %%WWWDIR%%/updater/src/Utils/Fetcher.php %%WWWDIR%%/updater/src/Utils/FilesystemHelper.php diff --git a/www/py-kallithea/Makefile b/www/py-kallithea/Makefile new file mode 100644 index 000000000000..104a2fa719cc --- /dev/null +++ b/www/py-kallithea/Makefile @@ -0,0 +1,53 @@ +# Created by: Ilia Skalozubov +# $FreeBSD$ + +PORTNAME= kallithea +PORTVERSION= 0.3.2 +CATEGORIES= www devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Kallithea-${PORTVERSION} + +MAINTAINER= freebsd@skinc.ru +COMMENT= Fast and powerful management tool for Mercurial and Git + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}PasteScript>=1.6.3:www/py-pastescript +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}waitress>=0.8.8:www/py-waitress \ + ${PYTHON_PKGNAMEPREFIX}webob>=1.0.8:www/py-webob \ + ${PYTHON_PKGNAMEPREFIX}WebTest>=1.4.3:www/py-WebTest \ + ${PYTHON_PKGNAMEPREFIX}pylons>=1.0:www/py-pylons \ + ${PYTHON_PKGNAMEPREFIX}beaker>=1.6.4:www/py-beaker \ + ${PYTHON_PKGNAMEPREFIX}webhelpers>=1.3:www/py-webhelpers \ + ${PYTHON_PKGNAMEPREFIX}formencode>=1.2.4:www/py-formencode \ + ${PYTHON_PKGNAMEPREFIX}sqlalchemy07>=0.7.10:databases/py-sqlalchemy07 \ + ${PYTHON_PKGNAMEPREFIX}mako>=0.9.0:textproc/py-mako \ + ${PYTHON_PKGNAMEPREFIX}pygments>=1.5:textproc/py-pygments \ + ${PYTHON_PKGNAMEPREFIX}whoosh>=2.4.0:textproc/py-whoosh \ + ${PYTHON_PKGNAMEPREFIX}celery>=2.2.5:devel/py-celery \ + ${PYTHON_PKGNAMEPREFIX}Babel>=0.9.6:devel/py-babel \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}markdown>=2.2.1:textproc/py-markdown \ + ${PYTHON_PKGNAMEPREFIX}docutils>=0.8.1:textproc/py-docutils \ + ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}urlobject>=2.3.4:www/py-urlobject \ + ${PYTHON_PKGNAMEPREFIX}routes>=1.13:www/py-routes \ + ${PYTHON_PKGNAMEPREFIX}dulwich>=0.9.9:devel/dulwich \ + ${PYTHON_PKGNAMEPREFIX}bcrypt>=0.3.0:security/py-bcrypt \ + mercurial>=2.9:devel/mercurial + +USES= python:2.7 +USE_PYTHON= distutils autoplist + +USE_RC_SUBR= kallithea +SUB_FILES= pkg-message + +OPTIONS_DEFINE= GIT LDAP +GIT_DESC= Git repositories support + +GIT_RUN_DEPENDS= git:devel/git +LDAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap:net/py-ldap + +.include diff --git a/www/py-kallithea/distinfo b/www/py-kallithea/distinfo new file mode 100644 index 000000000000..cbe547ca9d93 --- /dev/null +++ b/www/py-kallithea/distinfo @@ -0,0 +1,2 @@ +SHA256 (Kallithea-0.3.2.tar.gz) = 891a7f88cf02a887c8eb711bfe56ff79f053a9051e0748fc29293bc7fa6ef0b3 +SIZE (Kallithea-0.3.2.tar.gz) = 5347665 diff --git a/www/py-kallithea/files/kallithea.in b/www/py-kallithea/files/kallithea.in new file mode 100644 index 000000000000..dd0c4f997ef5 --- /dev/null +++ b/www/py-kallithea/files/kallithea.in @@ -0,0 +1,75 @@ +#!/bin/sh +# +# $FreeBSD$ +# + +# PROVIDE: kallithea +# REQUIRE: NETWORKING FILESYSTEMS mountlate +# KEYWORD: shutdown + +. /etc/rc.subr + +name=kallithea +rcvar=kallithea_enable +desc="Fast and powerful management tool for Mercurial and Git" + +load_rc_config ${name} + +: ${kallithea_enable:=NO} +: ${kallithea_config=%%PREFIX%%/etc/kallithea.ini} +: ${kallithea_user:=www} +: ${kallithea_group:=www} +: ${kallithea_logfile=/var/log/kallithea/kallithea.log} +: ${kallithea_pidfile=/var/run/kallithea/kallithea.pid} + +rcvars="kallithea_config kallithea_user kallithea_group kallithea_logfile kallithea_pidfile" +kallithea_enable_desc="Set to YES to enable kallithea" +kallithea_enable_defval=NO +kallithea_config_desc="Kallithea config file for paster" +kallithea_config_defval=%%PREFIX%%/etc/kallithea.ini +kallithea_user_desc="Set the user for paster" +kallithea_user_defval=www +kallithea_group_desc="Set the group for paster" +kallithea_group_defval=www +kallithea_logfile_desc="Save output to the given log file (redirects stdout)" +kallithea_logfile_defval=/var/log/kallithea/kallithea.log +kallithea_pidfile_desc="Save PID to file" +kallithea_pidfile_defval=/var/run/kallithea/kallithea.pid + +command=%%PREFIX%%/bin/paster +pidfile="${kallithea_pidfile}" +required_files="${kallithea_config}" + +command_args=" serve --user=${kallithea_user} --group=${kallithea_group} --pid-file=${pidfile} --log-file=${kallithea_logfile} --daemon ${kallithea_config}" + +start_precmd=kallithea_prestart +status_cmd=kallithea_status +stop_cmd=kallithea_stop + +kallithea_prestart() +{ + for _file in "${kallithea_logfile}" "${pidfile}"; do + _dir="${_file%/*}" + if [ ! -e "$_dir" ]; then + install -d -o ${kallithea_user} "${_dir}" + elif [ -f "$_dir" ]; then + echo "Not a directory: $_dir" + return 20 + fi + done +} + +kallithea_status() +{ + ${command} serve --pid-file=${pidfile} --status ${kallithea_config} + return $? +} + +kallithea_stop() +{ + echo "Stopping ${name}." + ${command} serve --pid-file=${pidfile} --stop-daemon + return $? +} + +run_rc_command "$1" diff --git a/www/py-kallithea/files/patch-setup.py b/www/py-kallithea/files/patch-setup.py new file mode 100644 index 000000000000..6aa4c6d0f5a4 --- /dev/null +++ b/www/py-kallithea/files/patch-setup.py @@ -0,0 +1,60 @@ +--- setup.py.orig 2016-05-02 16:57:01 UTC ++++ setup.py +@@ -35,36 +35,36 @@ __platform__ = platform.system() + is_windows = __platform__ in ['Windows'] + + requirements = [ +- "waitress==0.8.8", +- "webob>=1.0.8,<=1.1.1", +- "webtest==1.4.3", +- "Pylons>=1.0.0,<=1.0.2", +- "Beaker==1.6.4", +- "WebHelpers==1.3", +- "formencode>=1.2.4,<=1.2.6", +- "SQLAlchemy==0.7.10", +- "Mako>=0.9.0,<=1.0.0", ++ "waitress>=0.8.8", ++ "webob>=1.0.8", ++ "webtest>=1.4.3", ++ "Pylons>=1.0.0", ++ "Beaker>=1.6.4", ++ "WebHelpers>=1.3", ++ "formencode>=1.2.4", ++ "SQLAlchemy>=0.7.10", ++ "Mako>=0.9.0", + "pygments>=1.5", +- "whoosh>=2.4.0,<=2.5.7", +- "celery>=2.2.5,<2.3", +- "babel>=0.9.6,<=1.3", +- "python-dateutil>=1.5.0,<2.0.0", +- "markdown==2.2.1", +- "docutils>=0.8.1,<=0.11", ++ "whoosh>=2.4.0", ++ "celery>=2.2.5", ++ "babel>=0.9.6", ++ "python-dateutil>=1.5.0", ++ "markdown>=2.2.1", ++ "docutils>=0.8.11", + "mock", +- "URLObject==2.3.4", +- "Routes==1.13", +- "dulwich>=0.9.9,<=0.9.9", +- "mercurial>=2.9,<3.8", ++ "URLObject>=2.3.4", ++ "Routes>=1.13", ++ "dulwich>=0.9.9", ++ "mercurial>=2.9", + ] + + if sys.version_info < (2, 7): +- requirements.append("importlib==1.0.1") ++ requirements.append("importlib>=1.0.1") + requirements.append("unittest2") + requirements.append("argparse") + + if not is_windows: +- requirements.append("py-bcrypt>=0.3.0,<=0.4") ++ requirements.append("py-bcrypt>=0.3.0") + + + dependency_links = [ diff --git a/www/py-kallithea/files/pkg-message.in b/www/py-kallithea/files/pkg-message.in new file mode 100644 index 000000000000..bb4dbd2defd5 --- /dev/null +++ b/www/py-kallithea/files/pkg-message.in @@ -0,0 +1,8 @@ +For migration from RhodeCode please read: +http://kallithea.readthedocs.io/en/latest/readme.html#converting-from-rhodecode + +To create a Kallithea configuration file run the following commands: +%%PREFIX%%/bin/paster make-config Kallithea %%PREFIX%%/etc/kallithea.ini + +Current instructions for setup: +http://kallithea.readthedocs.io/en/latest/setup.html diff --git a/www/py-kallithea/pkg-descr b/www/py-kallithea/pkg-descr new file mode 100644 index 000000000000..dc4ec99be6ff --- /dev/null +++ b/www/py-kallithea/pkg-descr @@ -0,0 +1,17 @@ +Kallithea is a fast and powerful management tool for Mercurial and Git with a +built-in push/pull server, full text search and code-review. It works on +http/https and has a built in permission/authentication system with the ability +to authenticate via LDAP or ActiveDirectory. Kallithea also provides simple API +so it's easy to integrate with existing external systems. + +Kallithea is similar in some respects to GitHub or Bitbucket, however Kallithea +can be run as standalone hosted application on your own server. It is +open-source donationware and focuses more on providing a customised, +self-administered interface for Mercurial and Git repositories. Kallithea works +on Unix-like systems and Windows, and is powered by the vcs library created by +Lukasz Balcerzak and Marcin Kuzminski to uniformly handle multiple version +control systems. + +Kallithea was forked from RhodeCode in July 2014 and has been heavily modified. + +WWW: http://kallithea-scm.org/ diff --git a/www/rt42/Makefile b/www/rt42/Makefile index 518a1868c414..0c6fc8654d71 100644 --- a/www/rt42/Makefile +++ b/www/rt42/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= rt -DISTVERSION= 4.2.12 -PORTREVISION= 1 +DISTVERSION= 4.2.13 CATEGORIES= www MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ PKGNAMESUFFIX= 42 diff --git a/www/rt42/distinfo b/www/rt42/distinfo index a5c09442cbcc..31a306578e86 100644 --- a/www/rt42/distinfo +++ b/www/rt42/distinfo @@ -1,2 +1,3 @@ -SHA256 (rt-4.2.12.tar.gz) = e21220c609706dc9977a13309d78a4d9171455ae823cf549311342cedd837264 -SIZE (rt-4.2.12.tar.gz) = 7537620 +TIMESTAMP = 1469083544 +SHA256 (rt-4.2.13.tar.gz) = 9e9e7809fb53e890cb5ed49812267900c715c0d2c6d95635169b26d94c9e94f0 +SIZE (rt-4.2.13.tar.gz) = 7568331 diff --git a/www/rt42/files/patch-Makefile.in b/www/rt42/files/patch-Makefile.in index 013e4f2256b6..253b4ba21b44 100644 --- a/www/rt42/files/patch-Makefile.in +++ b/www/rt42/files/patch-Makefile.in @@ -1,6 +1,6 @@ ---- ./Makefile.in.orig 2014-05-06 17:59:04.000000000 +0100 -+++ ./Makefile.in 2014-05-14 15:26:37.708277377 +0100 -@@ -59,7 +59,7 @@ +--- Makefile.in.orig 2016-06-08 21:49:02 UTC ++++ Makefile.in +@@ -59,7 +59,7 @@ RT_LAYOUT = @rt_layout_name@ CONFIG_FILE_PATH = @CONFIG_FILE_PATH_R@ CONFIG_FILE = $(CONFIG_FILE_PATH)/RT_Config.pm @@ -9,7 +9,7 @@ RT_VERSION_MAJOR = @RT_VERSION_MAJOR@ -@@ -106,7 +106,7 @@ +@@ -106,7 +106,7 @@ RT_FONT_PATH = @RT_FONT_PATH_R@ RT_LEXICON_PATH = @RT_LEXICON_PATH_R@ RT_STATIC_PATH = @RT_STATIC_PATH_R@ RT_LOCAL_PATH = @RT_LOCAL_PATH_R@ @@ -18,7 +18,7 @@ LOCAL_ETC_PATH = @LOCAL_ETC_PATH_R@ LOCAL_LIB_PATH = @LOCAL_LIB_PATH_R@ LOCAL_LEXICON_PATH = @LOCAL_LEXICON_PATH_R@ -@@ -269,16 +269,13 @@ +@@ -269,16 +269,13 @@ testdeps: depends: fixdeps fixdeps: @@ -36,22 +36,7 @@ chmod $(RT_READABLE_DIR_MODE) $(DESTDIR)$(RT_BIN_PATH) -@@ -300,14 +297,6 @@ - # Make the system binaries executable also - cd $(DESTDIR)$(RT_SBIN_PATH) && ( chmod 0755 $(SYSTEM_BINARIES) ; chown $(BIN_OWNER) $(SYSTEM_BINARIES); chgrp $(RTGROUP) $(SYSTEM_BINARIES)) - -- # Make upgrade scripts executable if they are in the source. -- # -- # Note that we use the deprecated (by GNU/POSIX find) -perm +0NNN syntax -- # instead of -perm /0NNN since BSD find doesn't support the latter. -- ( cd etc/upgrade && find . -type f -not -name '*.in' -perm +0111 -print ) | while read file ; do \ -- chmod a+x "$(DESTDIR)$(RT_ETC_PATH)/upgrade/$$file" ; \ -- done -- - # Make the web ui readable by all. - chmod -R u+rwX,go-w,go+rX $(DESTDIR)$(MASON_HTML_PATH) \ - $(DESTDIR)$(MASON_LOCAL_HTML_PATH) \ -@@ -359,14 +348,14 @@ +@@ -357,14 +354,14 @@ clean-mason-cache: rm -rf $(DESTDIR)$(MASON_DATA_PATH)/etc/* rm -rf $(DESTDIR)$(MASON_DATA_PATH)/obj/* @@ -70,7 +55,7 @@ @COMMENT_INPLACE_LAYOUT@ @echo "Installed configuration. About to install RT in $(RT_PATH)" test: -@@ -457,19 +446,12 @@ +@@ -455,19 +452,12 @@ etc-install: @COMMENT_INPLACE_LAYOUT@ for file in $(ETC_FILES) ; do \ @COMMENT_INPLACE_LAYOUT@ $(INSTALL) -m 0644 "etc/$$file" "$(DESTDIR)$(RT_ETC_PATH)/" ; \ @COMMENT_INPLACE_LAYOUT@ done @@ -91,7 +76,7 @@ @COMMENT_INPLACE_LAYOUT@ done -@@ -477,7 +459,7 @@ +@@ -475,7 +465,7 @@ sbin-install: bin-install: @COMMENT_INPLACE_LAYOUT@ $(INSTALL) -m 0755 -d $(DESTDIR)$(RT_BIN_PATH) @COMMENT_INPLACE_LAYOUT@ for file in $(BINARIES) ; do \ diff --git a/www/rt42/files/patch-config.layout b/www/rt42/files/patch-config.layout index 870db9083ecf..8d6e235c7a66 100644 --- a/www/rt42/files/patch-config.layout +++ b/www/rt42/files/patch-config.layout @@ -1,19 +1,11 @@ ---- ./config.layout.orig 2014-05-06 17:59:04.000000000 +0100 -+++ ./config.layout 2014-05-14 15:26:37.717215779 +0100 -@@ -103,31 +103,31 @@ - - - -- prefix: /usr/local -+ prefix: %%PREFIX%% - exec_prefix: ${prefix} - bindir: ${exec_prefix}/bin - sbindir: ${exec_prefix}/sbin +--- config.layout.orig 2016-06-08 21:49:02 UTC ++++ config.layout +@@ -110,24 +110,24 @@ sysconfdir: ${prefix}/etc+ mandir: ${prefix}/man plugindir: ${prefix}/plugins - libdir: ${prefix}/lib+ -+ libdir: %%SITE_PERL%% ++ libdir: /usr/local/lib/perl5/site_perl datadir: ${prefix}/share+ htmldir: ${datadir}/html lexdir: ${datadir}/po diff --git a/www/rt42/files/patch-configure b/www/rt42/files/patch-configure index 0f083caaf9e1..f9304b85757c 100644 --- a/www/rt42/files/patch-configure +++ b/www/rt42/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2014-09-11 19:03:07 UTC +--- configure.orig 2016-07-20 15:21:32 UTC +++ configure -@@ -2088,7 +2088,7 @@ +@@ -2102,7 +2102,7 @@ $as_echo "$as_me: WARNING: Layout file $ s/^#.*$//m; s/^\s+//gim; s/\s+$/\n/gim; diff --git a/www/rt42/pkg-plist b/www/rt42/pkg-plist index c6731d666505..10a0402687ad 100644 --- a/www/rt42/pkg-plist +++ b/www/rt42/pkg-plist @@ -196,7 +196,6 @@ bin/rt-mailgate %%SITE_PERL%%/RT/Shredder/Plugin/Summary.pm %%SITE_PERL%%/RT/Shredder/Plugin/Tickets.pm %%SITE_PERL%%/RT/Shredder/Plugin/Users.pm -%%SITE_PERL%%/RT/Shredder/Record.pm %%SITE_PERL%%/RT/Squish.pm %%SITE_PERL%%/RT/Squish/CSS.pm %%SITE_PERL%%/RT/Squish/JS.pm @@ -274,6 +273,7 @@ sbin/standalone_httpd %%PORTDOCS%%%%DOCSDIR%%/extending/external_custom_fields.pod %%PORTDOCS%%%%DOCSDIR%%/extending/using_forms_widgets.pod %%PORTDOCS%%%%DOCSDIR%%/extensions.pod +%%PORTDOCS%%%%DOCSDIR%%/format-strings.pod %%PORTDOCS%%%%DOCSDIR%%/full_text_indexing.pod %%PORTDOCS%%%%DOCSDIR%%/glossary.pod %%PORTDOCS%%%%DOCSDIR%%/hacking.pod @@ -315,6 +315,7 @@ sbin/standalone_httpd %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.3.0/acl.Pg %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.3.0/acl.SQLite %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.3.0/acl.mysql +%%PORTDOCS%%%%DOCSDIR%%/upgrade/3.3.0/indexes %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.3.0/schema.Oracle %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.3.0/schema.Pg %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.3.0/schema.mysql @@ -334,8 +335,7 @@ sbin/standalone_httpd %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.7.3/schema.Oracle %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.7.3/schema.Pg %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.7.3/schema.mysql -%%PORTDOCS%%%%DOCSDIR%%/upgrade/3.7.81/schema.Oracle -%%PORTDOCS%%%%DOCSDIR%%/upgrade/3.7.81/schema.mysql +%%PORTDOCS%%%%DOCSDIR%%/upgrade/3.7.81/indexes %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.7.82/content %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.7.85/content %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.7.86/content @@ -345,7 +345,7 @@ sbin/standalone_httpd %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.8.1/content %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.8.2/content %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.8.3/content -%%PORTDOCS%%%%DOCSDIR%%/upgrade/3.8.3/schema.Pg +%%PORTDOCS%%%%DOCSDIR%%/upgrade/3.8.3/indexes %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.8.4/content %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.8.6/content %%PORTDOCS%%%%DOCSDIR%%/upgrade/3.8.8/content @@ -734,6 +734,7 @@ sbin/standalone_httpd %%DATADIR%%/html/Elements/RT__Scrip/ColumnMap %%DATADIR%%/html/Elements/RT__Template/ColumnMap %%DATADIR%%/html/Elements/RT__Ticket/ColumnMap +%%DATADIR%%/html/Elements/RT__Transaction/ColumnMap %%DATADIR%%/html/Elements/RT__User/ColumnMap %%DATADIR%%/html/Elements/Refresh %%DATADIR%%/html/Elements/RefreshHomepage diff --git a/www/smarty2/Makefile b/www/smarty2/Makefile index c53dfab51d73..679a91400387 100644 --- a/www/smarty2/Makefile +++ b/www/smarty2/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= smarty -PORTVERSION= 2.6.29 +PORTVERSION= 2.6.30 DISTVERSIONPREFIX= v CATEGORIES= www MASTER_SITES= http://www.smarty.net/files/docs/:manual @@ -17,7 +17,7 @@ OPTIONS_DEFINE= DOCS NO_BUILD= yes USE_PHP= pcre -WANT_PHP_WEB= yes +USES= php:web PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message diff --git a/www/smarty2/distinfo b/www/smarty2/distinfo index 1e8d6bb3e06d..becba4237d30 100644 --- a/www/smarty2/distinfo +++ b/www/smarty2/distinfo @@ -1,4 +1,5 @@ +TIMESTAMP = 1469132957 SHA256 (manual-en-2.6.zip) = 694888f142c1eaacc5f442d050bb23292feaf2844af3a69fabd1a15a7f01034b SIZE (manual-en-2.6.zip) = 314640 -SHA256 (smarty-php-smarty-v2.6.29_GH0.tar.gz) = 5dc9fe39b2dce4a89e1efc863aad693aed98a900866b543cce0c051b21d248f1 -SIZE (smarty-php-smarty-v2.6.29_GH0.tar.gz) = 152415 +SHA256 (smarty-php-smarty-v2.6.30_GH0.tar.gz) = 21a011394e2e1da41ca0d01425f2f1587c304ce6f58a7ef3e12c51f2a04af1a4 +SIZE (smarty-php-smarty-v2.6.30_GH0.tar.gz) = 152700 diff --git a/www/tengine/Makefile b/www/tengine/Makefile index edd4c211ed4b..14a9aa52969b 100644 --- a/www/tengine/Makefile +++ b/www/tengine/Makefile @@ -4,7 +4,7 @@ PORTNAME= tengine PORTVERSION= 2.0.3 DISTVERSIONPREFIX= ${PORTNAME}- -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MAINTAINER= ports@FreeBSD.org diff --git a/www/trac/Makefile b/www/trac/Makefile index d7427a350834..7fbccc971042 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= trac -PORTVERSION= 1.0.9 +PORTVERSION= 1.0.12 CATEGORIES= www devel python MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \ ftp://ftp.edgewall.com/pub/trac/ diff --git a/www/trac/distinfo b/www/trac/distinfo index 34e4881b9204..b43c20fe8815 100644 --- a/www/trac/distinfo +++ b/www/trac/distinfo @@ -1,2 +1,3 @@ -SHA256 (Trac-1.0.9.tar.gz) = 9ed3f0a2039c46132d10f35c211f9f6ee953339cc08492a41d1bf8741d6eebfa -SIZE (Trac-1.0.9.tar.gz) = 3642845 +TIMESTAMP = 1469017826 +SHA256 (Trac-1.0.12.tar.gz) = 9e1d3b6b9f89f986b34604160a95cbda3fad1ee6d31818aab24bf8c18fe160ab +SIZE (Trac-1.0.12.tar.gz) = 6020514 diff --git a/www/vdr-plugin-live/Makefile b/www/vdr-plugin-live/Makefile index c0000c740e00..9f255a51646c 100644 --- a/www/vdr-plugin-live/Makefile +++ b/www/vdr-plugin-live/Makefile @@ -20,7 +20,7 @@ PATCH_STRIP= -p1 PORTDOCS= COPYING README HISTORY WRKSRC= ${WRKDIR}/${PLUGIN}-${PORTVERSION} VDR_PLUGIN_MAKEFILES= ${WRKSRC}/httpd/Makefile ${WRKSRC}/pages/Makefile -MAKE_ARGS+= INCLUDES="-I$(LOCALBASE)/include -I${WRKSRC}" +MAKE_ARGS+= INCLUDES="-I${LOCALBASE}/include -I${WRKSRC}" MAKE_ARGS+= PREFIX="${PREFIX}" USES= compiler:features diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 1116df81389f..e9d44fadaec1 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -2,7 +2,7 @@ PORTNAME= webalizer PORTVERSION= 2.23.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES+= www MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/:main \ ftp://ftp.mrunix.net/pub/webalizer/geodb/:geodb \ diff --git a/x11-toolkits/nucleo/Makefile b/x11-toolkits/nucleo/Makefile index 029711a0d653..a83082649454 100644 --- a/x11-toolkits/nucleo/Makefile +++ b/x11-toolkits/nucleo/Makefile @@ -3,7 +3,7 @@ PORTNAME= nucleo PORTVERSION= 0.7.6 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= x11-toolkits MASTER_SITES= http://insitu.lri.fr/metisse/download/nucleo/ diff --git a/x11-wm/larswm/Makefile b/x11-wm/larswm/Makefile index 2b6d8fbe55d1..c48db9a77fac 100644 --- a/x11-wm/larswm/Makefile +++ b/x11-wm/larswm/Makefile @@ -22,7 +22,7 @@ PLIST_FILES= bin/larsclock bin/larsmenu bin/larsremote bin/larswm \ post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} - ${INSTALL_DATA} $(WRKSRC)/${file} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .include