Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-03 | Update to 2.208 | wen | 2 | -7/+6 | |
Upstream changes: 2.208 2015-07-20 20:34:04-04:00 America/New_York - same as v2.207 - ...but bump perl required to v5.8 2.207 2015-07-04 14:23:36-04:00 America/New_York (TRIAL RELEASE) - fold headers passed to header arg in create method https://github.com/rjbs/Email-Simple/issues/7 2.206 2015-03-26 23:30:51-04:00 America/New_York - the changes from 2.204 are back (and re-listed here), but now with the added benefit of not breaking Email::MIME; see the git repository for the sordid details - provide header_raw and header_raw_set for consistent behavior between Email::Simple and Email::MIME; also, header_raw_pairs 2.205 2015-03-26 14:54:45-04:00 America/New_York - undo changes from 2.204 until safe Email::MIME upgrade path is available 2.204 2015-03-25 22:50:49-04:00 America/New_York - provide header_raw and header_raw_set for consistent behavior between Email::Simple and Email::MIME; also, header_raw_pairs | |||||
2015-08-03 | Updated devel/p5-Mouse to 2.4.4 | wen | 1 | -1/+2 | |
2015-08-03 | Update to 2.4.4 | wen | 2 | -9/+8 | |
Upstream changes: v2.4.4 2015-08-02T09:49:34Z - Fix for older Perl(< 5.22.0) (#53) v2.4.3 2015-08-02T07:10:09Z - Fix for Perl 5.22.0 or higher(#50) | |||||
2015-08-02 | Note update of www/wordpress | morr | 1 | -1/+2 | |
2015-08-02 | Security update to version 4.2.3. | morr | 2 | -6/+6 | |
Changes: WordPress 4.2.3 fixes a cross-site scripting vulnerability, which could allow users with the Contributor or Author role to compromise a site. The release also fixes an issue where it was possible for a user with Subscriber permissions to create a draft through Quick Draft. In addition to the security fixes, WordPress 4.2.3 contains fixes for 21 bugs from 4.2.2, including: * FIX - Upgrades: If a table has already been converted to utf8mb4, there's no need to try and convert it again. * FIX - Remove a redundant index drop. * FIX - Don't upgrade global tables to utf8mb4 when DO_NOT_UPGRADE_GLOBAL_TABLES is defined. * FIX - Enable utf8mb4 for MySQL extension users. * FIX - Plugin update rely upon wp_update_plugins() to check the contents of the transient and return early if no request needs to be made. * FIX - WPDB: When extracting the table name from a query, there is a 1000 character limit on the SQL string that would be searched. * FIX - WPDB: When checking that text isn't too long to insert into a column, LONGTEXT columns could fail, as their length is longer than PHP_INT_MAX. * FIX - Plugin update handles the case where the plugin is installed into a different directory than it previously existed in. * FIX - Plugin update feature doesn't recognize errors * FIX - Plugin update error messages lack detail * FIX - Multiple plugin updates: Even if one of plugins update fails, allow further updates to continue. * FIX - In comment_form(), ensure that filtered arguments contain all required default values. * FIX - WPDB: Remove some of the complexities in ::strip_invalid_text() associated with switching character sets between queries. * FIX - WPDB: ::strip_text_from_query() doesn't pass a length to ::strip_invalid_text(), which was causing queries to fail when they contained characters that needed to be sanity checked by MySQL. * FIX - Emoji script is producing errors on pages with SVG content * FIX - Unable to drag widgets down page past certain length. * FIX - TinyMCE: wpView: fix typo in createInstance that prevented instances from being reused. * FIX - SCRIPT_DEBUG check in print_emoji_detection_script() generated PHP Notices. * FIX - If the shortcode content contains HTML code, the TinyMCE View no longer works. * FIX - Better handling when the credential form is long (such as when SSH is active). * FIX - sanitize_option didn't handle a WP_Error Object. | |||||
2015-08-02 | Note update of databases/ruby-sequel package to 4.25.0. | taca | 1 | -1/+2 | |
2015-08-02 | Update ruby-sequel to 4.25.0. | taca | 3 | -12/+17 | |
=== 4.25.0 (2015-08-01) * Add Dataset#insert_conflict on PostgreSQL 9.5+, for upsert/insert ignore support using INSERT ON CONFLICT (jeremyevans) * Support Dataset#group_rollup and #group_cube on PostgreSQL 9.5+ (jeremyevans) * Automatically REORG tables when altering when using jdbc/db2 (karlhe) (#1054) * Recognize constraint violation exceptions on swift/sqlite (jeremyevans) * Recognize another check constraint violation exception message on SQLite (jeremyevans) * Allow =~ and !~ to be used on ComplexExpressions (janko-m) (#1050) * Support case sensitive SQL Server 2012 in MSSQL metadata queries (knut2) (#1049) * Add Dataset#group_append, for appending to the existing GROUP BY clause (YorickPeterse) (#1047) * Add inverted_subsets plugin, for creating an inverted subset method for each subset (celsworth) (#1042) * Make Dataset#for_update not use the :read_only database when the dataset is executed (jeremyevans) (#1041) * Add singular_table_names plugin, for changing Sequel to not pluralize table names by default (jeremyevans) * PreparedStatement#prepare now raises an Error (jeremyevans) * Clear delayed association pks when refreshing an object (jeremyevans) * Add empty_array_consider_nulls extension to make Sequel consider NULL values when using IN/NOT IN with an empty array (jeremyevans) * Make Sequel default to ignoring NULL values when using IN/NOT IN with an empty array (jeremyevans) * Remove the deprecated firebird and informix adapters (jeremyevans) * Make :collate option when creating columns literalize non-String values on PostgreSQL (jeremyevans) (#1040) * Make dirty plugin notice when serialized column is changed (celsworth) (#1039) * Allow prepared statements to use RETURNING (jeremyevans) (#1036) === 4.24.0 (2015-07-01) * Allow class_table_inheritance plugin to support subclasses that don't add additional columns (QuinnHarris, jeremyevans) (#1030) * Add :columns option to update_refresh plugin, specifying the columns to include in the RETURNING clause (celsworth) (#1029) * Use column symbol key for auto validation unique errors if the unique index is on a single column (jeremyevans) * Allow :timeout option to Database#listen in the postgres adapter to be a callable object (celsworth) (#1028) * Add pg_inet_ops extension, for DSL support for PostgreSQL inet/cidr operators and functions (celsworth, jeremyevans) (#1024) * Support :*_opts options in auto_validations plugin, for setting options for the underlying validation methods (celsworth, jeremyevans) (#1026) * Support :delay_pks association option in association_pks to delay setting of associated_pks until after saving (jeremyevans) * Make jdbc subadapters work if they issue queries while the subadapter is being loaded (jeremyevans) (#1022) * Handle 64-bit auto incrementing primary keys in jdbc subadapters (DougEverly) (#1018, #1019) * Remove the deprecated db2 and dbi adapters (jeremyevans) * Make auto_validation plugin use :from=>:values option to setup validations on the underlying columns (jeremyevans) * Add :from=>:values option to validation_helpers methods, for getting values from the values hash instead of a method call (jeremyevans) | |||||
2015-08-02 | Note update of databases/ruby-arel package to 6.0.2. | taca | 1 | -1/+2 | |
2015-08-02 | Update ruby-arel to 6.0.2. | taca | 2 | -6/+6 | |
=== 6.0.2 / 2014-07-11 * Bug fixes * Fix file permission problem on the gem package === 6.0.1 / 2014-07-10 * Bug fixes * Stop quoting LIMIT values. | |||||
2015-08-02 | Note update of audio/ruby-mp3info package to 0.8.7. | taca | 1 | -1/+2 | |
2015-08-02 | Update ruby-mp3info to 0.8.7. | taca | 3 | -7/+9 | |
=== 0.8.7 / 2015-07-13 * Cope with malformed UTF16 string tags without BOM (thanks to mikecrowe) * Fixes for when the desc + data are not unpacked correctly for an id3v2 jpeg (thanks to ekaminsky) | |||||
2015-08-02 | Note remove of www/typo3_45 package. | taca | 1 | -1/+2 | |
2015-08-02 | Remove typo3_45, it was EOL on Mar. 2015. | taca | 7 | -7625/+0 | |
Please use typo3_62. | |||||
2015-08-02 | Remove typo3_45. | taca | 1 | -2/+1 | |
2015-08-02 | + LPRng-core-3.8.35, R-knitr-1.10.5, abcm2ps-8.8.3, bibtool-2.61, | wiz | 1 | -10/+75 | |
flpsed-0.7.3, foomatic-filters-4.0.12, foomatic4-db-engine-4.0.12, inn-2.5.5, kbibtex-kde3-0.2.3, latexmk-443a, lottanzb-0.6, nagios-plugin-ldap-2.1.1, nagios-plugin-mysql-2.1.1, nagios-plugin-pgsql-2.1.1, nagios-plugin-radius-2.1.1, nagios-plugin-snmp-2.1.1, nagios-plugins-2.1.1, nslint-3.1, ocamlnet-4.0.4, openconnect-7.06, openh323-1.19.1, openmpi-1.8.7, openresolv-3.7.0, ortp-0.24.2, p5-Geo-IPfree-1.151940, p5-IO-Interface-1.09, p5-IP-Country-3.03, p5-Net-3.07, p5-Net-Amazon-S3-0.80, p5-Net-DBus-1.1.0, p5-Net-DHCP-0.696, p5-Net-GitHub-0.77, p5-Net-Twitter-4.01010, p5-NetPacket-1.6.0, p5-RADIUS-2.30, p5-Regexp-Common-net-CIDR-0.03, p5-SNMP-Info-3.28, p5-Test-RequiresInternet-0.05, p5-Test-TCP-2.13, p5-WebService-Google-Reader-0.23, p5-eBay-API-0.29, packagekit-0.5.3, parallel-20150722, pen-0.29.0, php-pdflib-3.0.4, php-yaz-1.1.9, podcastdl-0.3.2, powerdns-3.7.3, powerdns-ldap-3.7.3, powerdns-mysql-3.7.3, powerdns-pgsql-3.7.3, py-cups-1.9.73, py-ipaddress-1.0.14, py-junos-eznc-1.2.2, py-metar-0.20, py-ncclient-0.4.3, py-netaddr-0.7.15, py-smb-1.1.16, qpdfview-0.4.15, rabbitmq-3.5.4, rancid-3.2.99, samba4-4.2.3, sipcalc-1.1.6, smokeping-2.6.11, snort-2.9.7.5, sysmon-0.93, tacacs-4.0.4.29a, tacacs-shrubbery-5.0.0a1, tcpdump-4.7.4, udpcast-20120424, wpa_gui-2.4, wpa_supplicant-2.4, x2vnc-1.31, zeromq-4.1.2. | |||||
2015-08-02 | + AnonymousPro-1.002, Gorm-1.2.22, JBidwatcher-2.5.6.jar, | wiz | 1 | -38/+649 | |
MesaLib-10.6.3, Pantomime-1.2.2, R-DBI-0.3.1, R-PHYLOGR-1.0.8, R-R2HTML-2.3.1, R-RPostgreSQL-0.4, R-RandomFields-3.1.1, R-Rcpp-0.12.0, R-akima-11, R-car-25, R-chron-47, R-classInt-22, R-evaluate-0.7, R-gdata-2.17.0, R-genetics-1.3.8.1, R-geoR-5.1, R-geoRglm-8, R-gstat-25, R-gtools-3.5.0, R-httpRequest-0.0.10, R-hwde-0.64, R-mapproj-3, R-mime-0.3, R-mvtnorm-3, R-ncdf-1.6.8, R-plyr-1.8.3, ROMInfo-28, SOPE-2.3.1, TeXmacs-devel-1.0.7.21, TiffIO-140a, abcl-1.3.2, afl-1.85b, aget-0.4.1, algol68g-2.8.1, alpine-2.20, argus-20121202, aribas-1.64, ascii-3.15, asn1c-0.9.27, asunder-2.7, audacious-3.6.2, audacious-plugins-3.6.2, avr-binutils-2.25.1, balance-3.57, bastet-0.43, bglibs-2.03, bin86-0.16.19, binkd-104, binutils-2.25.1, bird-1.5.0, bird6-1.5.0, bitlbee-3.4.1, blender-2.75a, bmkdep-20140112, bottlerocket-0.05b3, bpython-0.14.2, byacc-20150711, byobu-5.94, bzr-explorer-1.3.0, bzr-gtk-0.103.0, bzr-svn-1.2.2, bzrtools-2.6.0, cacti-0.8.8f, cacti-spine-0.8.8f, camlp5-6.14, ccgo-0.3.6.5, cflow-mode-1.4, cgen-20150701, chimera-1.30a, chrony-2.1.1, cint-5.16.19, classpath-0.99, classpath-gui-0.99, clawsker-0.7.12, cmake-fedora-2.3.4, cmocka-1.0.1, cmus-2.7.1, concurrencykit-0.4.5, conserver8-8.2.1, cproto-4.7m, crack-attack-1.1.15, crafty-23.4, crimsonfields-0.5.3, croscorefonts-1.23.0, csharp-mysql-6.9.6, cue-20150720, cups-2.0.4, cvs-fast-export-1.32, cvsgraph-1.7.0, cvsutils-0.2.6, cyrus-imapd-2.5.4, dact-0.8.42, darcs-2.10.1, db6-6.1.26, dbmail-3.2.3, dega-1.12, dejagnu-1.5.3, delegate-9.9.13, dhcpcd-dbus-0.6.1, dieharder-3.31.1, digikam-4.12.0, dnscap-141, dnsmasq-2.75, dnstop-20140915, dpkg-1.18.1, dvtm-0.14, ec2-ami-tools-1.5.7, ecore-1.7.10, edje-1.7.10, eet-1.7.10, eina-1.7.10, eio-1.7.10, elf-0.11, elscreen-1.5.3, embryo-1.7.10, ess-15.03, evas-1.7.10, evas-buffer-1.7.10, evas-edb-1.7.10, evas-eet-1.7.10, evas-gif-1.7.10, evas-jpeg-1.7.10, evas-pmaps-1.7.10, evas-png-1.7.10, evas-software-x11-1.7.10, evas-tiff-1.7.10, evas-xpm-1.7.10, exim-4.86, exmh-2.8.0, ezstream-0.6.0, fftwf-3.3.4, flightgear-data-3.4.0, flow-tools-0.411, freeradius-3.0.9, freeradius2-2.2.8, frink-2.3.1.a2, fuse-archivemount-0.8.5, fuse-ntfs-3g-32015.3.14, fuse-unionfs-0.25, g-wrap-1.9.15, gdal-lib-1.11.2, geany-1.25, gifsicle-1.88, gimp-docs-de-2.8.2, gimp-docs-en-2.8.2, gimp-docs-es-2.8.2, gimp-docs-fr-2.8.2, gimp-docs-it-2.8.2, gimp-docs-ja-2.8.2, gimp-docs-ko-2.8.2, gimp-docs-nl-2.8.2, gimp-docs-nn-2.8.2, gimp-docs-pl-2.8.2, gimp-docs-ru-2.8.2, gimp-docs-sv-2.8.2, gimp-docs-zh_CN-2.8.2, gliv-1.9.7, gloox-1.0.13, gmock-1.7.0, gnuchess-6.2.1, gnuchess-book-1.02, gnustep-base-1.24.8, gnustep-make-2.6.7, gobby-0.5.0, googletest-1.7.0, gource-0.43, gps-6.1.1, gpsd-3.15, grace-5.1.25, grantlee-5.0.0, greed-4.1, gromacs-5.0.6, gst-plugins0.10-fluendo-mp3-0.10.32, gtkmagnetic-23, guile-cairo-1.4.1, guile-gtk-2.1, harminv-1.4, hdevtools-0.1.1.9, hdf5-1.8.15, hesiod-3.2.1, howm-1.4.2, hs-MonadRandom-0.4, hs-QuickCheck-2.8.1, hs-aeson-0.9.0.1, hs-blaze-builder-0.4.0.1, hs-deepseq-generics-0.1.1.2, hs-exceptions-0.8.0.2, hs-hashable-1.2.3.3, hs-hint-0.4.2.3, hs-lifted-base-0.2.3.6, hs-monad-control-1.0.0.4, hs-mwc-random-0.13.3.2, hs-network-2.6.2.1, hs-primitive-0.6, hs-reflection-2, hs-resourcet-1.1.6, hs-safe-0.3.9, hs-scientific-0.3.3.8, hs-semigroups-0.16.2.2, hs-stm-2.4.4, hs-syb-0.5.1, hs-tagged-0.8.1, hs-transformers-0.4.3.0, hs-transformers-base-0.4.4, hs-transformers-compat-0.4.0.4, hs-utf8-string-1, hs-vault-0.3.0.4, hs-vector-0.11.0.0, hs-vector-algorithms-0.7, hs-void-0.7, hs-zlib-0.6.1.1, ices-mp3-2.0.2, idzebra-2.0.60, inform-6.32.1, input-pad-1.4.2, intercal-0.30, ipopt-3.12.3, ipv6calc-0.99.0, iroffer-1.4.b01, isl-0.15, ja-less-451, jchkmail-2.6.0, jdbc-mysql5-5.1.36, jools-1.0, jove-4.16.0.73, kdenlive-0.9.10, kdevelop4-4.7.1, kdevplatform-1.7.1, kipi-plugins-4.12.0, kismet-2013.03.R1b, knock-0.7, knot-1.6.4, konversation-1.6, labelnation-1.218, latex2rtf-2.3.8, leafpad-0.8.18.1, lft-3.73, lhasa-0.3.0, libasyncns-0.8, libbpg-0.9.5, libdatrie-0.2.9, libdsk-1.3.8, libev-4.20, libidn-1.32, libkface-4.12.0, libkgeomap-4.12.0, libkvkontakte-4.12.0, liblzo-2.09, libmatheval-1.1.11, libmtag-0.3.6, libmusicbrainz5-5.1.0, libntfs-2015.3.14, libowfat-0.29, libpcap-1.7.4, libpgm-5.2.122, libstatgrab-0.91, libtecla-1.6.3, libthai-0.1.22, libthrift-0.9.2, libtrace-3.0.22, libva-1.6.0, lohit-fonts-2.4.2, mDNSResponder-567, mDNSResponder-nss-567, magic-8.1.73, mailfront-2.12, makeself-2.2.0, man-pages-4.01, mapserver-12.11, memcached-1.4.24, menhir-20141215, mftrace-1.2.18, mg-20150323, milter-greylist-4.5.14, milter-regex-2.0, mime-construct-1.11, mini_sendmail-1.3.8, mit-scheme-bin-9.2, mitmproxy-0.13, moc-2.5.0, molden-5.4, mongo-c-driver-1.1.10, mono-4.0.3.19, monodevelop-5.9.5.6, monotone-viz-1.0.2, moon-buggy-1.0.51, mopher-0.6.0, mr-1.20150503, mutagen-tools-1.29, myodbc-5.3.4, mysql-cluster-7.4.7, mysql-connector-c++-1.1.6, nas-auscope-1.9.4, ncview-2.1.5, netio-132, netperf-2.7.0, nqp-2015.07.2, nts-82, nuitka-0.5.13.4, obby-0.4.8, objc-3.2.13, ocaml-4.02.3, ocaml-cmdliner-0.9.7, ocaml-mysql-1.2.0, ocaml-oasis-0.4.5, odbc-postgresql-09.03.0400, opencsg-1.4.0, p5-Algorithm-Cluster-1.52, p5-Algorithm-LUHN-1.01, p5-Archive-Extract-0.76, p5-Archive-Tar-Wrapper-0.23, p5-Archive-Zip-1.48, p5-B-Hooks-Parser-0.16, p5-B-Utils-0.27, p5-Barcode-Code128-2.21, p5-Benchmark-Timer-0.7107, p5-BerkeleyDB-0.55, p5-CDB_File-0.98, p5-CDDB-2.00, p5-CHI-1.27, p5-CPANPLUS-2.101, p5-Carp-Assert-1.14, p5-Catalyst-View-Email-0.35, p5-Chart-2.4.10, p5-Class-Load-0.23, p5-Class-Std-0.013, p5-Config-Find-0.31, p5-Config-IniFiles-2.88, p5-Convert-Binary-C-0.77, p5-DBD-DB2-1.85, p5-DBD-ODBC-1.52, p5-DBD-Oracle-1.74, p5-DBD-mysql-4.032, p5-DBIx-DBSchema-0.45, p5-DBIx-Introspector-0.001005, p5-DBM-Deep-2.0012, p5-Dancer-Plugin-DBIC-0.2102, p5-Data-Dump-1.23, p5-Devel-CheckBin-0.04, p5-Devel-CheckCompiler-0.06, p5-Devel-Cover-1.20, p5-Devel-FindPerl-0.014, p5-Devel-PatchPerl-1.38, p5-Device-XBee-API-0.8, p5-Dist-Zilla-5.037, p5-Email-Address-1.907, p5-Email-MIME-1.933, p5-Email-MIME-ContentType-1.018, p5-Email-Send-2.201, p5-Email-Simple-2.208, p5-Event-1.24, p5-Excel-Template-0.34, p5-Excel-Template-Plus-0.06, p5-ExtUtils-CBuilder-0.280223, p5-ExtUtils-F77-1.18, p5-File-DesktopEntry-0.12, p5-File-LibMagic-1.13, p5-File-Path-2.11, p5-File-ShareDir-ProjectDistDir-1.000008, p5-File-Slurp-Tiny-0.004, p5-File-Tail-1.2, p5-Font-FreeType-0.06, p5-Font-TTF-1.05, p5-Fsdb-2.58, p5-Future-0.33, p5-GD-SecurityImage-1.73, p5-GDGraph-1.49, p5-GStreamer-0.20, p5-Getopt-Long-2.47, p5-Git-CPAN-Patch-2.1.0, p5-Git-Repository-1.315, p5-Git-Wrapper-0.045, p5-Glib-Object-Introspection-0.029, p5-GraphViz-2.18, p5-GraphViz2-2.34, p5-IO-All-0.86, p5-IO-Async-0.67, p5-IO-Prompter-0.004013, p5-Image-ExifTool-9.99, p5-Inline-C-0.76, p5-JSON-Any-1.39, p5-JSON-MaybeXS-1.003005, p5-List-UtilsBy-0.10, p5-Locale-Codes-3.35, p5-Locale-Currency-Format-1.33, p5-Locale-libintl-1.24, p5-Log-Any-Adapter-Log4perl-0.08, p5-Log-Dispatch-2.45, p5-Log-Handler-0.87, p5-Log-Report-1.07, p5-MIME-Charset-1.012, p5-MIME-EncWords-1.014.3, p5-Mac-SystemDirectory-0.06, p5-Mail-IMAPClient-3.35, p5-Mail-Mbox-MessageParser-1.5105, p5-Mail-POP3Client-2.19, p5-Mail-Sender-0.8.23, p5-Math-Base36-0.14, p5-Math-BigInt-GMP-1.38, p5-Math-BigInt-Pari-1.18, p5-Math-Derivative-0.04, p5-Math-GMP-2.09, p5-Math-MatrixReal-2.12, p5-Math-Permute-List-1.007, p5-Math-Prime-Util-0.51, p5-Math-Random-MT-Perl-1.13, p5-Memoize-Memcached-0.11, p5-Module-Build-0.42140, p5-Module-Build-XSUtil-0.16, p5-Module-CoreList-5.20150720, p5-Module-Path-0.19, p5-Module-ScanDeps-1.19, p5-MooX-Cmd-0.015, p5-MooX-Roles-Pluggable-0.003, p5-Moose-Policy-0.05, p5-MooseX-App-Cmd-0.31, p5-MooseX-Declare-0.42, p5-MooseX-OneArgNew-0.005, p5-MooseX-Types-Path-Class-0.07, p5-Net-ManageSieve-0.12, p5-Number-Range-0.12, p5-Number-Tolerant-1.707, p5-PAR-1.010, p5-PAR-Dist-1.11, p5-PPIx-EditorTools-0.19, p5-PPIx-Regexp-0.041, p5-Package-Variant-1.003002, p5-Padre-1.00, p5-Padre-Plugin-Autoformat-1.22, p5-Padre-Plugin-Catalyst-0.13, p5-Padre-Plugin-DataWalker-0.04, p5-Padre-Plugin-Ecliptic-0.23, p5-Padre-Plugin-Encrypt-0.12, p5-Padre-Plugin-Git-0.12, p5-Padre-Plugin-HG-0.17, p5-Padre-Plugin-Kate-0.06, p5-Padre-Plugin-Nopaste-0.08, p5-Padre-Plugin-SpellCheck-1.33, p5-Padre-Plugin-XS-0.12, p5-Parallel-ForkManager-1.15, p5-Params-Validate-1.22, p5-Parse-CPAN-Meta-1.4417, p5-PerlMagick-6.9.1.10, p5-Pod-Usage-1.67, p5-RRDTool-OO-0.36, p5-RT-Authen-ExternalAuth-0.25, p5-Redis-1.979, p5-Rose-DB-0.777, p5-Rose-DB-Object-0.815, p5-Rose-DBx-Garden-0.193, p5-SQL-Statement-1.407, p5-SQL-Translator-0.11021, p5-SUPER-1.20141117, p5-SVG-2.64, p5-SVN-Simple-0.312, p5-Scope-Guard-0.21, p5-Search-QueryParser-SQL-0.010, p5-Sendmail-AccessDB-1.04, p5-Set-Object-1.35, p5-Spreadsheet-ParseExcel-0.6500, p5-Spreadsheet-Read-0.61, p5-Spreadsheet-WriteExcel-2.40, p5-Statistics-Descriptive-3.0609, p5-Sub-Exporter-ForMethods-0.100052, p5-Switch-2.17, p5-System-Command-1.112, p5-Template-Plugin-ListMoreUtils-0.03, p5-Term-Screen-1.05, p5-Term-Shell-0.06, p5-Test-BDD-Cucumber-0.35, p5-Test-Class-0.50, p5-Test-Command-Simple-0.05, p5-Test-Deep-0.117, p5-Test-DependentModules-0.21, p5-Test-Exception-0.40, p5-Test-File-1.44, p5-Test-MockModule-0.10, p5-Test-MockObject-1.20150527, p5-Test-Requires-0.10, p5-Test-SharedFork-0.33, p5-Test-Spec-0.51, p5-Test-Version-2.03, p5-Throwable-0.200013, p5-Tie-DBI-1.06, p5-Tree-DAG_Node-1.27, p5-UNIVERSAL-isa-1.20150614, p5-Unicode-Collate-1.14, p5-Unicode-Normalize-1.19, p5-User-Identity-0.94, p5-Variable-Magic-0.58, p5-autodie-2.29, p5-autovivification-0.16, p5-indirect-0.36, p5-namespace-autoclean-0.26, p5-perl-ldap-0.65, p5-signatures-0.13, pari-2.7.4, parrot-7.5.0, patchutils-0.3.4, pcc-current-20150801, pcc-libs-1.1.0, pcre2-10.20, pgbuildfarm-4_15_1, phoronix-test-suite-5.8.1, php-memcache-3.0.8, php-mongo-1.6.10, php-xdebug-2.3.3, picard-1.3.2, pidgin-icb-20100207, ply-3.6, policyd-weight-0.1.15.2, postgresql-postgis-2.1.6, powwow-1.2.17, prayer-1.3.5, prime-1.5.1, psiconv-0.9.9, py-bsddb3-6.1.0, py-colorama-0.3.3, py-d2to1-0.2.12, py-daemon-2.0.5, py-decorator-4.0.2, py-doctor-15.0.0, py-flake8-2.4.1, py-input-pad-1.4.2, py-jaraco_util-11.0, py-libmc-1.5.0, py-mccabe-0.3.1, py-mcomix-1.01 [pkg/50114], py-munkres-1.0.7, py-mutagen-1.29, py-mysql-connector-2.1.2, py-newt-0.52.18, py-proteus-3.6.1, py-quixote-2.8, py-serpent-1.11, py-setuptools_scm-1.6.0, py-spf-2.0.11, py-sqlparse-0.1.16, py-stdnum-1.1, py-tryton-3.6.2, py-trytond-3.6.2, py-trytond-account-3.6.1, py-trytond-account-asset-3.6.1, py-trytond-account-fr-3.6.0, py-trytond-account-invoice-3.6.1, py-trytond-account-payment-3.6.0, py-trytond-account-payment-sepa-3.6.0, py-trytond-account-product-3.6.0, py-trytond-account-statement-3.6.0, py-trytond-analytic-account-3.6.0, py-trytond-bank-3.6.0, py-trytond-company-3.6.0, py-trytond-country-3.6.0, py-trytond-currency-3.6.0, py-trytond-party-3.6.1, py-trytond-party-siret-3.6.0, py-trytond-product-3.6.1, py-trytond-stock-3.6.0, py-trytond-stock-lot-3.6.0, py-unittest2-1.1.0, py34-html-docs-3.4.3, pythontidy-1.23, qbzr-0.22.4, qgis-2.10.1, qhull-2009.1.3, quodlibet2-3.4.1, radiance-4R1, rakudo-star-2015.07, rasmol-2.7.5.2, redis-3.0.3, regionset-0.2, relay-ctrl-3.2, reposurgeon-3.28, robotfindskitten-2.7182818.701, rrdtool-1.5.3, rspamd-0.9.9, ruby-odbc-0.99997, ruby-redmine-3.1.0, ruby-redmine_work_time-0.3.1, ruby-rrdtool-1.5.3, ruby-uconv-0.6.1, rump-20131213, scala-2.11.7, scilab-5.5.2, scm-5f2, send-pr-4.0, sgb-20090810, simgear-3.4.0, skf-2.00, skktools-1.3.3, slib-3b5, slony1-2.2.4, snappy-1.1.3, snobol-2.0, sound-theme-freedesktop-0.8, sparse-0.5.0, spin-643, squeak-4.6, stegavorto-2011.05.26, subtitleeditor-0.52.1, superlu-5.0, swi-prolog-7.1.37, swi-prolog-jpl-7.1.37, swi-prolog-lite-7.1.37, swi-prolog-packages-7.1.37, swt-4.4.2, sympa-6.2.3, sys161-2.0.2, t-prot-3.4, tahoe-lafs-1.10.2, tdb-1.3.7, ted-2.23, telepathy-farsight-0.0.19, telepathy-gabble-0.18.3, telepathy-idle-0.2.0, telepathy-logger-0.8.2, telepathy-mission-control5-5.16.3, tellico-2.3.10, thaixfonts-1.2.7, tig-2.1.1, tileworld-1.3.1, topgit-0.8, ttf-tlwg-0.6.1, ucblogo-6.0, units-2.11, vera-1.22, verilog-current-20150513, veusz-1.23.1, vms-empire-1.13, warmux-11.04.1, x264-devel-20150801, xa65-2.3.7, xcircuit-3.9.38, xcoral-3.14, xlog-2.0.13, xrmap-factbook_html-2008, xrmap-factbook_text-2008, xrmap-flags-2.9, xrmap-hymns-1.4, xsc-1.6, xscorch-0.2.1, xsoldier-1.8, xvile-9.8p, yudit-2.9.6, zim-0.63. | |||||
2015-08-02 | Some tex updates. | markd | 1 | -1/+32 | |
2015-08-02 | Update tex-pstricks{,-doc} to 2.62a | markd | 6 | -16/+24 | |
2.61 The main package pstricks now defines two optional arguments for pasting code into PostScript: precode=.. and postcode=.... Both can beused by other packages to get rid of an \pstVerb before calling a macro. 2.62 New optional argument "bgcolor" for the background of the pspicture environment. See pst-news15.pdf for more information. | |||||
2015-08-02 | Update tex-koma-script to 3.18 | markd | 2 | -7/+8 | |
- Section command styles 'chapter' and 'part' allow to define new section commands with these styles or to redefine existing section commands using these styles - New implementation of \chapter and \part defined using \DeclareSecionCommand. Caveat: This could break hacks that patch KOMA-Script's internal commands! - New implementation of \addpart and \addchap - several new layer attributes for scrlayer | |||||
2015-08-02 | Update tex-etex-pkg{,-doc} to 2.3 | markd | 4 | -14/+14 | |
Version 2.2 adds a check that etex package has not been loaded after extended registers are already allocated by the LaTeX format, and gives a warning in that case. Previously, if etex.sty was loaded too late LaTeX would already have run out of registers and given an error. Since the 2015/01/01 LaTeX release, LaTeX will use extended registers. If etex.sty is to be loaded it must be loaded before extended registers are used to avoid the two allocation schemes conflicting. As explained in the warning message, to avoid the warning, either avoid loading etex package, or load it earlier in the document. 2.3 Technical re-arrangement of the checks introduced in version 2.2. Moved the conflicting allocation check before the package options are declared to avoid errors from the package option system in some contexts. | |||||
2015-08-02 | Update tex-fontawesome{,-doc} to 4.3.01 | markd | 6 | -21/+32 | |
Version 4.3.0: - Updated the font and icons to the 4.3.0 version of the opentype font - Added a type1 conversion and character mappings, so fontawesome now also works under pdfLaTeX! Please note this update will probably break code relying on the previous release, as many icon names have changed (upstream). I decided to reflect the upstream name changes as some name changes were absolutely required to introduce new icon variants with consistent naming. Sorry for the debugging this will cause to some. I also automated to process, so expect speedier updates in the future :) Version 4.3.0-1: Converted the otf font to 1000upm to avoid a bug within xdvipdfmx. | |||||
2015-08-02 | Update tex-datatool{,-doc} to 2.23 | markd | 5 | -45/+20 | |
* datatool.sty: - etex no longer loaded. - added \DTLisinlist and \DTLmaketabspace - Bug fix (\@dtl at starttrim): fixed issue that caused loss of group at the start of a line when reading a csv file - Bug fix: unstarred (case-sensitive) version of \DTLsort now correctly uses case-sensitive sort. - Bug fix: error in \DTLifSubString * person.sty: - Bug fix: replaced \ifpersonmale with \ifmale within the definitions of \persongender and \getpersongender - Bug fix: replaced \@thisperson with #1 in \ifmale and \iffemale | |||||
2015-08-02 | Update tex-minitoc{,-doc} to 61 | markd | 6 | -565/+105 | |
The present release has no functional changes. Its only purpose was to reduce the size of the documentation, from 25+mb to <2mb, by removing images not important to the content. This work was done by Nils Ole Tippenhauer, and the release was constructed by Karl Berry, but neither of us are prospective maintainers of minitoc. | |||||
2015-08-02 | Update tex-eso-pic{,-doc} to 2.0g | markd | 4 | -14/+14 | |
2.0f Changed definition of the macro \LenToUnit for better compatibility with package curve2e suggested by Claudio Beccari. 2.0g New package option "gridBG" (draw grid in background or foreground). | |||||
2015-08-02 | Update tex-standalone{,-doc} to 1.2 | markd | 4 | -14/+14 | |
* Fixed build option * Fixed quotes for auto-build feature of the package. * Added "multido" option. * Fixes/improvements for output convert filename for the 'multi' option. * Changed \IfFileExists test for \if..tex macros to support 'htlatex'. * Issue #12: Fixed info message for mode=buildnew if generated file is already newer than source file. * Issue #8: Updated description of mode=buildnew to state that it doesn't work with XeLaTeX. | |||||
2015-08-02 | Update tex-musictex{,-doc} to 1.18 | markd | 6 | -24/+28 | |
Increased length of beam stems. Revised musixtmr.tex et al to allow traditional accented characters for etex processing. \xppff now musicsize-dependent. Moved definitions of \raggedstoppiece and \slide into musixtex.tex. | |||||
2015-08-02 | Bump PKGREVISION for hs-cpphs-1.19.2 | szptvlfn | 2 | -4/+4 | |
2015-08-02 | Updated devel/hs-cpphs to 1.19.2 | szptvlfn | 1 | -1/+2 | |
2015-08-02 | Update to 1.19.2 | szptvlfn | 3 | -10/+9 | |
CHANGELOG: Version 1.19 ------------ * expose more of the cpphs API * allow the static linking exception to the LGPL * (1.19.1): don't warn about trailing comments in #ifdefs * (1.19.2): fix build error Version 1.18 ------------ * (1.18.8): fix version number * (1.18.9): accept #if defined foo as well as #if defined(foo) | |||||
2015-08-02 | Updated textproc/hs-polyparse to 1.11 | szptvlfn | 1 | -1/+2 | |
2015-08-02 | Update to 1.11 | szptvlfn | 3 | -10/+9 | |
changelog: Changes in polyparse-1.11 A fix for the Applicative/Monad/Functor classes rearrangement in ghc-7.10.*. Changes in polyparse-1.10 A new basic text-accepting combinator "literal", accepts the given string, without lexing it into Haskell-like words ("isWord"). A more correct implementation of "manyFinally". A new combinator "satisfyMsg" which has a string describing the predicate, in order to produce more informative error messages. | |||||
2015-08-02 | Update tex-babel-french to 3.1g | markd | 2 | -7/+7 | |
3.1f Bug fix: figure and table captions didn't behave as intended with the beamer class. 3.1g -- bug correction for koma-scripts classes: a spurious dot was added in French by the \partformat command, -- internal cleaning for LuaTeX and XeTeX engines. | |||||
2015-08-02 | Bump PKGREVISION for hs-text-1.2.1.3 | szptvlfn | 44 | -85/+88 | |
2015-08-02 | Updated devel/hs-text to 1.2.1.3 | szptvlfn | 1 | -1/+2 | |
2015-08-02 | Update to 1.2.1.3 | szptvlfn | 3 | -8/+8 | |
changelog: 1.2.1.3 * Bug fix: As it turns out, moving the literal rewrite rules to simplifier phase 2 does not prevent competition with the `unpack` rule, which is also active in this phase. Unfortunately this was hidden due to a silly test environment mistake. Moving literal rules back to phase 1 finally fixes GHC Trac #10528 correctly. 1.2.1.2 * Bug fix: Run literal rewrite rules in simplifier phase 2. The behavior of the simplifier changed in GHC 7.10.2, causing these rules to fail to fire, leading to poor code generation and long compilation times. See [GHC Trac #10528](https://ghc.haskell.org/trac/ghc/ticket/10528). | |||||
2015-08-02 | Update tex-listings{,-doc} to 1.6 | markd | 4 | -14/+16 | |
* withdrawn the support of \lstinline{..} in a tabular environment * added a section with workarounds of that and some other problems * added keywords for Lua 5.3.0 | |||||
2015-08-02 | Update tex-draftwatermark{,-doc} to 1.2 | markd | 4 | -14/+18 | |
This version of the package adds support for controlling the watermark position. | |||||
2015-08-02 | Update tex-fira{,-doc} to 4.1 | markd | 6 | -27/+25 | |
Corrected scaling for the mono fonts. | |||||
2015-08-02 | Update tex-mathtools to 1.17 | markd | 3 | -9/+8 | |
In this update we fix a deficiency in amsmath which my manifest it self in \intertext (and \shortintertext) when used in a context where margins have locally been changed using list constructions. | |||||
2015-08-02 | Update tex-pst-barcode{,-doc} to 0.14 | markd | 4 | -14/+16 | |
Added macro \QR to put a QR code into the margin of a document. | |||||
2015-08-02 | Update tex-tufte-latex{,-doc} to 3.5.2 | markd | 6 | -19/+20 | |
This update contains a variety of small bug fixes. | |||||
2015-08-02 | Update tex-dozenal{,-doc} to 6.0 | markd | 4 | -14/+14 | |
For version 6.0, added the "\doznumtowords" macro, which will take a counter and output it in dozenal words. Which words it uses can be customized; I have made no attempt to internationalize this with different languages, because I haven't the foggiest how to do so other than simply writing option packs with different definitions in them. Also did a complete rewrite of |\basex|, so its workings are now (almost) comprehensible. Finally, darkened the tally marks and put in hand-written italic shapes. | |||||
2015-08-02 | Add lppl-1.0 here as well. | wiz | 1 | -2/+2 | |
2015-08-02 | Note update of devel/ruby-railties32 package to 3.2.22nb1. | taca | 1 | -1/+2 | |
2015-08-02 | Allow depending to rdoc 4.0 and later. | taca | 1 | -2/+3 | |
Fix a runtime problem of www/rails32, noted by Mark Davies <mark@>. Bump PKGREVISION. | |||||
2015-08-02 | Note changes from texlive revision 37812 | markd | 1 | -2/+3 | |
2015-08-02 | Note changes in texlive revision 37710 | markd | 1 | -2/+4 | |
2015-08-02 | Note changes in revision 37604 | markd | 1 | -3/+2 | |
2015-08-02 | Note changes in texlive revision 37604 | markd | 1 | -2/+4 | |
2015-08-02 | Note changes in texlive revision 37535 | markd | 1 | -2/+3 | |