Commit graph

216356 commits

Author SHA1 Message Date
wiz
1ad4d9c4f6 Updated misc/calibre to 1.36.0 2014-05-09 16:53:27 +00:00
wiz
1ec721fa54 Update to 1.36.0:
- version: 1.36.0
  date: 2014-05-09

  new features:
    - title: "Edit Book: A new tool to filter style information
    (Tools->Filter style information). Useful to easily remove some
    CSS properties from the entire book."

    - title: "DOCX Input: Add support for cross references. Cross
    references that are used to insert hyperlinks are now converted
    into hyperlinks in the output document. Features to insert
    paragraph/page numbers are not supported."

    - title: "Add support for viewing kepub files in the calibre
    viewer, by treating them as plain epub files"

    - title: "Edit book: In the Insert Link tool show a few words
    of text alongside the location anchor name, to make it easier
    to know what a location is"

    - title: "Manage user dictionaries: Allow copying all selected
    words by right clicking them and choosing 'Copy to clipboard'."

    - title: "Content server: Make .ibook format files available
    in OPDS feeds"

    - title: "Edit book: Allow copying the list of errors from the
    Check Book tool to the clipboard by right clicking on the list
    of errors"

    - title: "Book polishing: If the books being polished have an
    ORIGINAL_EPUB/AZW3 format, warn the user that polishing will
    use it as the source and ask for confirmation."

  bug fixes:
    - title: "Fix metadata plugin to download metadata from OZON
    for website changes."

    - title: "Subsetting embedded fonts: Fix an error when subsetting
    embedded fonts on windows if the username contains quotes or
    apostrophes."

    - title: "Edit Book: Fix error when checking spelling if one
    of the files in the book declares an invalid (empty) language
    code."

    - title: "Linux install: Have the calibre GUI programs redirect
    stdout and stderr to null when launched via .desktop files to
    workaround systems where the GUI launchers are broken."

    - title: "Edit Book: Fix inserting a < in text that contains
    a colon causing a hang."

    - title: "DOCX Input: Fix error when converting document with
    nested frames."

  improved recipes:
    - Various Japanese news sources
    - National Geographic
2014-05-09 16:53:16 +00:00
adam
3055c85aa1 Fix building on OS X 2014-05-09 16:33:29 +00:00
wiz
b2adab070d Updated wm/notion to 3.2014010900 2014-05-09 16:20:33 +00:00
wiz
18bff44032 Update to 20140109.
Changes not found, but notionflux now has a man page, and the
support scripts were reorganized.
2014-05-09 16:20:24 +00:00
wen
fe31790141 Updated databases/p5-MARC-XML to 1.0.3 2014-05-09 15:48:27 +00:00
wen
5b09834018 Update to 1.0.3
Upstream changes:
1.0.3 Thu Jan 23 05:02:52 UTC 2014
       - fix t/external-entities.t to pass on Strawberry

1.0.2 Tue Jan 21 17:18:37 UTC 2014
       - MARC::File::XML will now die upon parsing a record that
         declares an external entity and tries to use it. This
         prevents the potential unwanted disclosure of the contents
         of files on the server by applications that embed this module.
         If, for some reason, an application needs to process MARCXML
         records that contain external entities, set_parser() can be
         used to force the use of an XML::LibXML parser that is
         configured to process external entities.

         The issue was reported by John Lightsey.

1.0.1 Fri Feb 15 08:25:04 PST 2013
       - RT#83284: return empty MARC::Record given empty <record/>

1.0  Sun Feb 10 21:32:32 PST 2013
       - Use XML::LibXML rather than XML::SAX to parse MARCXML records.
         This offers a significant speed improvement for record parsing;
         in some tests, parsing time on a large file was reduced by 80%.
         This also avoids problems caused by character encoding bugs in
         XML::SAX::PurePerl.
       - Add method to let client code give MARC::File::XML a shared
         XML::LibXML parser object.
2014-05-09 15:46:12 +00:00
sborrill
75807038e8 Updated net/fping to 3.10. OK abs@ 2014-05-09 15:29:41 +00:00
sborrill
c91f946c8d Update to fping 3.10.
Changes:
2014-05-03  David Schweikert  <david@schweikert.ch>
  * Version 3.10
  * Fix confusing error message with -g and IPv6 addresses (#58, reported by
  * Axel Beckert)
  * Allow option '-f' also for non-root (since setuid privileges are
  * dropped)
  * Do not retry twice DNS lookup on DNS lookup problem
  * Remove support for NIS groups
  * Better document -B backoff-factor and when it can be used (#33, Oleksiy
  * Zagorskyi)
  * More tests added

2014-03-08  David Schweikert  <david@schweikert.ch>
  * Version 3.9
  * Fix random output on socket error (reported by Aleksandrs Saveljevs,
  * #56)
  * Support ppc64le architecture by including alpha libtool version
    (reported by Amit Kumar Gupta and Aravinda B Thunug)
  * Fix compilation problem on FreeBSD (#57)
  * Initial test suite and continous intergration (with travis-ci.org /
  * coveralls.io)
  * Don't output usage information on error

2013-11-08  David Schweikert  <david@schweikert.ch>
  * Version 3.8
  * Fix segmentation fault introduced in version 3.7 with loop mode
  * (reported
    by Vlad Glagolev, #55)

2013-11-04  David Schweikert  <david@schweikert.ch>
  * Version 3.7
  * Allow running as non-root on Mac OS X by using non-privileged ICMP (#7)
  * Remove unnecessary IPv6 socket options
  * Fix again compatibility issue with FreeBSD (Shawn Chu)
  * Fix fping hanging forever on permanent sendto failure (Shawn Chu)
  * Fix duplicate echo reply packets causing early stop in count mode
    (reported by Ramon Schwammberger, #53)

2013-10-10  David Schweikert  <david@schweikert.ch>
  * Version 3.6
  * Fix loop issue after 65536 pings (reported by Peter Folk and GBert, #12)
  * Minimum ping data size is now 0
  * Removed setsockopt IPV6_CHECKSUM, which shouldn't be set and breaks
    compiling on Solaris (reported by Juergen Arndt)
  * Fix wrong min RTT value with -Q option (reported by Alexander Ivanov,
  * #51)

2013-05-22  David Schweikert  <david@schweikert.ch>
  * Version 3.5
  * Fix sprint_tm buffer size crash (reported by Japheth Cleaver)
  * Addded -D flag to print timestamps (Toke Høiland-Jørgensen)
  * Fix fping6 build on OS X 10.8 (unknown contributor)
  * Fix compatibility issue with FreeBSD (Alexandre Raynaud, Jason Harris,
  * #39)
  * Fping.spec: fix setuid permissions and provides fping6 (Marcus Vinicius
  * Ferreira)
  * Re-create configure script with autoconf 2.69 for aarch64 support (Chuck
  * Anderson, #45)

2012-09-04  David Schweikert  <david@schweikert.ch>
  * Version 3.4
  * Revert "Output statistics to stdout instead of stderr", because it
  * breaks
    tools assuming the output goes to stderr

2012-08-19  David Schweikert  <david@schweikert.ch>
  * Version 3.3
  * Do not output icmp errors with -q (#1)
  * Add --enable-ipv4 and --enable-ipv6 options to configure (Niclas
  * Zeising)
  * Fix removing of unreachable hosts when doing loop (Thomas Liske, #13
  * #23)
  * Fix -A for fping6 (reported by Matt LaPlante, #14)
  * Fix "options inet6" breaking IPv4 name resolution (reported by Matt
  * LaPlante, #17)
  * Output statistics to stdout instead of stderr (suggested by Simon
  * Leinen, #9)
  * Set default data size to 56 bytes on all architectures (#18)
  * Added contrib/fping.spec (Stephen Schaefer, #24)
  * Convert man-page source to POD for easier maintenance
  * Fix error message on DNS error for IPv6 hosts (#27)
  * Fix -n flag in fping6 (#28)
  * Man-page fix: TOS option typo (Thomas Liske, #23)
  * Man-page fix: inconsistency in regards to numeric arguments (Robert
  * Henney)
  * Man-page fix: better description of option -q (#15)

2012-05-29  David Schweikert  <david@schweikert.ch>
  * Version 3.2
  * Improve documentation for -g option (G.W. Haywood)
  * Performance optimization for big select timeouts (#10, Andrey
  * Bondarenko)
  * Fix restart of select call after interrupt signal (#8, Boian Bonev)
  * Fix infinite loop caused by linked list corruption (#11, Boian Bonev)

2012-04-26  David Schweikert  <david@schweikert.ch>
  * Version 3.1
  * -g option (generate): exclude network and broadcast address for cidr
    ranges (idea by Eric Brander)
  * do not explicitely check if running as root, to make it possible to
    install fping with linux capabilities instead of making it setuid
    (setcap cap_net_raw+ep fping)
  * ANSI C (C89) compiler now a requirement
  * Portability fixes
  * Reorganized source directory
  * Bugfix: fix timeout issue on Solaris (Sandor Geller)
  * Man-page fixes (Axel Beckert)
  * Added -H option to specify number of hops (Paul Duda)
  * Output usage information to stdout when called with -h (Paul Duda)

2011-12-28  David Schweikert  <david@schweikert.ch>
  * Version 3.0
  * rewritten main loop for improved performance
  * -T parameter (select timeout) now obsolete
  * Maintenance taken over from unresponsive previous maintainer
    (anybody please step up, if you disagree)
  * New homepage: www.fping.org

2009-12-21  Tobi Oetiker  <tobi@oetiker.ch>
  * Version v2.4b2-to3-ipv6
  * added -On option to set the TOS octet
  * Removed unused variables from code
  * updated to current autoconf standards
  * Merged Debian changes (see below)

----------------------------------------------------------------------

fping (2.4b2-to-ipv6-16.1) unstable; urgency=low

  * NMU during Moenchengladbach BSP
  * Fixes FTBFS on kfreebsd (Closes: #555398)
  * Fixes typo "Paramter" in binary

 -- Axel Beckert <abe@deuxchevaux.org>  Sat, 23 Jan 2010 16:22:02 +0100

fping (2.4b2-to-ipv6-16) unstable; urgency=low

  * Fix the following bugs
    - Network byte order sensitivity was missing completely.
      Added hopefully all missing calls.
    - The sequence numbering scheme used led to packet drops.
      Changed it to a more senseful numbering scheme.
    - Some minor C programming mistakes ('=' instead of '==').
    Patch by Stephan Fuhrmann; closes: #502569
  * Add support for command line select timeout setting
    Patch by Marton Balint; closes: #502575
  * Remove symlinks in /usr/sbin; closes: #377732
  * Standards-Version is 3.8.0

 -- Anibal Monsalve Salazar <anibal@debian.org>  Sat, 18 Oct 2008 12:04:52
 -- +1100

fping (2.4b2-to-ipv6-15) unstable; urgency=low

  * Added interface binding (-I) for fping
    Patch by Peter Naulls <peter@mushroomnetworks.com>
    Closes: #439014
  * Fixed a couple of typos in fping.8. Closes: #423180
  * Added homepage control header
  * Bumped Standards-Version to 3.7.3
  * Fixed the following lintian issue:
    - debian-rules-sets-DH_COMPAT

 -- Anibal Monsalve Salazar <anibal@debian.org>  Mon, 03 Mar 2008 17:46:17
 -- +1100

fping (2.4b2-to-ipv6-13) unstable; urgency=low

  * Fixed stdout flush problem, closes: #340146.
    Patch by Bart Martens <bart.martens@advalvas.be>.

 -- Anibal Monsalve Salazar <anibal@debian.org>  Fri, 30 Dec 2005 08:30:09
 -- +1100

fping (2.4b2-to-ipv6-12) unstable; urgency=low

  * Fixed "problem with option -r (retry limit)", closes: #318402.
    Patch by Qingning Huo <qingningh@lanware.co.uk>.

 -- Anibal Monsalve Salazar <anibal@debian.org>  Sat, 08 Oct 2005 21:26:35
 -- +1000

fping (2.4b2-to-ipv6-11) unstable; urgency=low

  * Fixed "would be useful to specify 'source address' like ping for multi
    homed machines", closes: #198486.
    Patch by Marc Haber <mh+debian-bugs@zugschlus.de>.

 -- Anibal Monsalve Salazar <anibal@debian.org>  Thu, 02 Jun 2005 08:14:54
 -- +1000

fping (2.4b2-to-ipv6-10) unstable; urgency=low

  * Fixed "unnecessary delay with the -c option after the last packet"
    (Closes: #293856). Patch by Niko Tyni <ntyni@iki.fi>

 -- Anibal Monsalve Salazar <anibal@debian.org>  Sun, 06 Feb 2005 23:25:57
 -- +1100

fping (2.4b2-to-ipv6-9) unstable; urgency=low

  * Fixed "fping6 always does reverse lookup" (Closes: #273647).
    Patch by Jeroen Massar and forwarded by Bernhard Schmidt
<berni@birkenwald.de>

 -- Anibal Monsalve Salazar <A.Monsalve.Salazar@IEEE.org>  Mon, 10 Jan 2005
 -- 00:01:32 +1100

fping (2.4b2-to-ipv6-7) unstable; urgency=low

  * Build fping in build/ipv[46] instead of build and build-ipv6.
  * Made DNS errors non-fatal for IPv6 (closes: #198056).

 -- Herbert Xu <herbert@debian.org>  Fri, 20 Jun 2003 21:36:30 +1000

fping (2.4b2-to-ipv6-6) unstable; urgency=low

  * Do not use incorrect linux.h file (closes: #85468).

 -- Herbert Xu <herbert@debian.org>  Sat, 17 May 2003 14:13:11 +1000

fping (2.4b2-to-ipv6-5) unstable; urgency=low

  * Fixed yet another divide by zero bug (closes: #148445).

 -- Herbert Xu <herbert@debian.org>  Tue,  4 Jun 2002 12:18:03 +1000

fping (2.4b2-to-ipv6-4) unstable; urgency=low

  * Made fping6 setuid (closes: #136386).
  * Moved fping back into bin.
  * Partially applied IPv6 patch to fix IPv6 checksums (closes: #136479).

 -- Herbert Xu <herbert@debian.org>  Sun,  7 Apr 2002 20:36:56 +1000

fping (2.4b2-to-ipv6-3) unstable; urgency=low

  * Added compatibility symlink for fping (closes: #135203).

 -- Herbert Xu <herbert@debian.org>  Sat, 23 Feb 2002 08:34:11 +1100

fping (2.4b2-to-ipv6-2) unstable; urgency=low

  * Fixed another divide by zero error (closes: #132370).

 -- Herbert Xu <herbert@debian.org>  Thu,  7 Feb 2002 20:10:48 +1100

fping (2.4b2-to-ipv6-1) unstable; urgency=low

  * New upstream release.
  * Install fping into sbin as done by upstream.
2014-05-09 15:28:53 +00:00
wen
6a191a2ade Updated databases/p5-MARC-Record to 2.0.6 2014-05-09 15:25:31 +00:00
wen
3b6853f035 Update to 2.0.6
Upstream changes:
2.0.6 Tue Oct 22 16:17:06 UTC 2013
        [ENHANCEMENTS]
        - MARC::Field->as_string() now accepts an optional second
          parameter to specify the delimiter to use between
          subfields. (Tomas Cohen Arazi)
        - MARC::Field->delete_subfield() can now accept a regexp
          to specify the subfields to remove.  For example, to
          remove all numeric subfields, one can say:

          $field->delete_subfield(code => qr/\d/);

          (Jason Stephenson)
        [FIXES]
        - the warnings pragma is now used throughout MARC::Record
        - $field->as_string('0') now returns the contents of
          subfield $0 rather than the contents of all of the
          subfields in the field.
        - RT#88421: add newline after printing warnings
          (Jason Stephenson)
        - RT#85804: fix spelling glitch (Gregor Herrmann)

2.0.5 Mon Feb 11 20:39:10 PST 2013
        - fix use of qw(...) in test case so that module passes
          tests with Perl 5.17.x.

2.0.4 Sat Feb  9 19:01:47 PST 2013
        [ENHANCEMENTS]
        - add MARC::Field->set_indicator($indpos, $indval), a mutator
          for indicators
        - add MARC::Field->set_tag to allow tags to be renamed
          (Robin Sheat)
        - delete_subfield(), if given a single subfield label as its
          argument, will delete all instances of the specified
          subfield, increasing its DWIM factor
        - improved POD for MARC::Field->delete_subfield()
        [FIXES]
        - RT#70346: delete_subfield() no longer clears entire field if
          arguments are badly formatted
        - croak if invalid arguments are passed to delete_subfield()
        - fix error in tutorial (thanks to Tom Burton-West for the
          catch)
        - RT#76990: emit leader of correct length even if record longer
          than 99,999 octets (Julian Maurice)
        - RT#67094: croak with correct error if attempting to create
          MARC::Field sans subfields
        - corrected POD for indicator() method
        - move tag validity check to new class method,
          is_valid_tag($tagno)
        - move indicator validity check to new class method,
          is_valid_indicator($indval)
        - have MARC::Record pass perlcritic --gentle (mostly)
        - remove function prototypes
          (see http://www.perlmonks.org/?node_id=861966)
2014-05-09 15:24:03 +00:00
marino
9488073384 devel/gprbuild-aux: Remove unnecessary post-install target
SunOS find does not support -empty.  This was used by the post-install
target to remove empty directories, and the command consequently failed
there.  It turns out that pkgsrc just ignores empty directories when it
is creating the package list so we don't need the target at all.
2014-05-09 12:14:58 +00:00
richard
8a4981f558 use configured in check-perms 2014-05-09 11:59:27 +00:00
marino
74665e7d22 lang/gnat_util: Don't silence tsort for sake of SunOS support
The native tsort on SunOS apparently doesn't understand the -q switch.
2014-05-09 11:47:05 +00:00
joerg
82bb55de1f Update to Django 1.4.12:
- fix a potential execution of undesired code via reverse()
- avoid leaking the CSRF token via caching of anonymous requests
- fix missing explicit typecasts for MySQL
2014-05-09 11:38:27 +00:00
wiz
0c2ba81c20 Typos, wording. 2014-05-09 09:58:52 +00:00
marino
cd2f0302a6 lang/gcc-aux: Primarily add Solaris i386 and x86_64 targets
I was never able to build gcc-aux with multilib support when it was
based on gcc 4.7.  It turns out that this is because Ada support for
multilib was broken per GCC's bugzilla.  It's been fixed since.  After
some significant effort and many hours, I finally produced a multilib
bootstrap for Solaris.  It can produce other multilib compilers (x86-64)
and it can produce 32-bit only compilers (i386).  This was tested on a
stock OmniOS x86-64 installation and the Joyent dev area (i386).

Solaris has not supported static linking since Solaris 9, so it is not
possible to create a static bootstrap like the BSDs have, nor is it
possible to build the compiler statically, so that option is disabled.
That means it is unlikely that the bootstrap will run on Solaris 10 or
Solaris 11, but this theory has not been tested.

Much of the changes to the diff-* patchsets are a result of OpenBSD work.
An OpenBSD static bootstrap has been created against devel/binutils, and
as a result it fails to find system libraries such as libc and libm. That
is a side note explaining the OpenBSD additions.  There are some DragonFly
and NetBSD changes in the diff-* patches though.

The bootstrap target was significantly modified, mainly to capture the
special needs of creating a Solaris bootstrap.  The creation of the
bootstrap tarball was put in it's own target.  The zlib and math libraries
were connected to the bootstrap option.  It's not a good idea to use
system zlib on Illumos because the zlib header is not guaranteed to be
installed.

The feature to rebuild the compiler with the installed gcc-aux was fixed;
it should use it's own c++ compiler instead of the system c++ compiler.

OpenBSD 5.5 does not support "cp -a", so this was changed to "cp -RpP" for
portability reasons.
2014-05-09 09:50:47 +00:00
obache
c968b42e74 Describe about ALTERNATIVES. 2014-05-09 09:45:27 +00:00
jperkin
a4d3068979 Remove cargo-cult message file. 2014-05-09 09:33:03 +00:00
wiz
5ad36f638b Add a few upstream bug reports. 2014-05-09 09:19:06 +00:00
wiz
82f23faea7 Remove patch that looks highly bogus. 2014-05-09 09:18:20 +00:00
wiz
6c472b5b19 Remove noop patch. 2014-05-09 09:11:26 +00:00
wen
b335ef757f Updated devel/p5-Test-File to 1.36 2014-05-09 08:31:15 +00:00
wen
fff0a45431 Update to 1.36
Upstream changes:
1.36 - Wed Jan  1 16:38:13 PST 2014
    * Fix RT #89849 - bad line counts on latest dev version of Perl

1.35 - Thu Oct 10 01:36:55 PDT 2013
    * Fix RT #89175 - don't distribute MYMETA*
    * add dir_exists_ok and dir_contains_ok
    * add file_contains_* functions
2014-05-09 08:29:39 +00:00
wen
91d188b5d8 Updated devel/p5-Test-File-ShareDir to 1.000000 2014-05-09 08:21:23 +00:00
wen
dd75cbe61e Update to 1.000000
Update DEPENDS

Upstream changes:
1.000000 2014-01-30T15:23:48Z
 [00 Tooling and Version replacement]
 - Switched to EUMM to accelerate clean-install time.
 - Build-time requirements are now softened
 - Readvertise higher requirements as recommendations
 - version schema moved from x.y.z to x.YYYzzz and is the primary reason
   for incrementing the major

 [Dependencies::Stats]
 - Dependencies changed since 0.4.1, see Changes.deps{,.all,.dev} for
   details
 - build: -1
 - configure: +2 -1
 - develop: +7 ..1 -9
 - test: +8 ..1

0.4.1 2013-11-21T06:51:24Z
 [00 Trivial Doc Fix]
 - Escaping of code containing > was done wrong.

0.4.0 2013-11-21T06:38:44Z
 [00 Major Changes]
 - New Modules/Interfaces to make life easier for people who only need one
   of (Dist|Module) shares.

 [Dependencies::Noteworthy]
 - use Class::Tiny
 - use new MB and TestMore

 [Dependencies::Stats]
 - Dependencies changed since 0.3.3, see Changes.deps{,.all,.dev} for
   details
 - build: ..1
 - configure: ..1
 - develop: +46 -3
 - runtime: +1
 - test: +1 ..1 -1

 [Documentation]
 - Encoding specified
 - MetaPOD annotations added

 [Packaging]
 - use new MB syntax for fallback

 [Tests]
 - use Test::Compile::PerFile
 - Regenerate ReportVersions::Tiny to not report develop deps.
 - Regenerate CPAN::Changes test
 - Regenerate Kwalitee test
2014-05-09 08:16:55 +00:00
obache
9e63d61a4f PKGNAME must be set if no DISTNAME too. 2014-05-09 08:14:06 +00:00
tron
c5a5b9c86f Note update of the "openldap-server" package to version 2.4.39nb2. 2014-05-09 08:12:50 +00:00
tron
8ae3d3727f Add patch from OpenLDAP GIT repository to fix CVE-2013-4449 (SA55238). 2014-05-09 08:12:00 +00:00
wen
72470715f9 Added devel/p5-Class-Tiny version 0.014 2014-05-09 08:10:41 +00:00
wen
1e0c5436c1 Add p5-Class-Tiny 2014-05-09 08:08:28 +00:00
wen
43b2abf79a Import Class-Tiny-0.014 as devel/p5-Class-Tiny.
This module offers a minimalist class construction kit in around 120
lines of code.
2014-05-09 08:06:52 +00:00
wen
d474663090 Updated www/p5-Mojolicious to 4.98 2014-05-09 07:43:17 +00:00
wen
6d340c6218 Update to 4.98
Upstream changes:
4.98  2014-05-09
  - Removed deprecated get_line function from Mojo::Util.
  - Removed deprecated content_xml, replace_content, text_before, text_after
    and to_xml methods from Mojo::DOM.
  - Improved accept performance in Mojo::IOLoop::Server.
2014-05-09 07:42:25 +00:00
wiz
c1b44346cd Mark packages that are not ready for python-3.3 also not ready for 3.4,
until proven otherwise.
2014-05-09 07:36:53 +00:00
wen
8ee5abcf40 Updated devel/p5-Perl-Tidy to 20140328 2014-05-09 07:31:57 +00:00
wen
062560ad5c Update to 20140328
Upstream changes:
2014 03 28
      - Fixed RT #94190 and debian Bug #742004: perltidy.LOG file left behind.
        Thanks to George Hartzell for debugging this.  The problem was
        caused by the memoization speedup patch in version 20121207.  An
        unwanted flag was being set which caused a LOG to be written if
        perltidy was called multiple times.

      - New default behavior for LOG files: If the source is from an array or
        string (through a call to the perltidy module) then a LOG output is only
        possible if a logfile stream is specified.  This is to prevent
        unexpected perltidy.LOG files.

      - Fixed debian Bug #740670, insecure temporary file usage.  File::Temp is now
        used to get a temporary file.  Thanks to Don Anderson for a patch.

      - Any -b (--backup-and-modify-in-place) flag is silently ignored when a
        source stream, destination stream, or standard output is used.
        This is because the -b flag may have been in a .perltidyrc file and
        warnings break Test::NoWarnings.  Thanks to Marijn Brand.
2014-05-09 07:30:09 +00:00
obache
6aa3863200 "KDE" is ambiguous, this example is for KDE3. 2014-05-09 07:04:16 +00:00
obache
5171bcdec7 Change example, lang/lua is not a package now. 2014-05-09 06:59:19 +00:00
obache
9a6591e191 Remove deprecated matters, mtree and bootstrap tools. 2014-05-09 06:52:15 +00:00
obache
6d1eb97713 Note SMF support 2014-05-09 06:29:57 +00:00
obache
63a40b1965 restrict openssl header file search path. 2014-05-09 05:59:09 +00:00
obache
1c23b0d6c4 Add python34 support and simplify. 2014-05-09 05:23:41 +00:00
wen
0f1aeb4489 - python-3.4.0 2014-05-09 02:39:48 +00:00
wen
b26ce3d8b3 Added lang/python34 version 3.4.0 2014-05-09 02:35:37 +00:00
wen
93c4e77b0e Add python34 2014-05-09 02:29:17 +00:00
obache
0e66e6c8fa Restrict to find openssl header files in SSLBASE/include.
Fixes unwanted detection of builtin openssl over prefered pkgsrc one.
2014-05-09 02:29:09 +00:00
wen
c158ea3477 Import python-3.4.0 as lang/python34.
Python is an interpreted, interactive, object-oriented
programming language that combines remarkable power with
very clear syntax. For an introduction to programming in
Python you are referred to the Python Tutorial. The
Python Library Reference documents built-in and standard
types, constants, functions and modules. Finally, the
Python Reference Manual describes the syntax and semantics
of the core language in (perhaps too) much detail.

Python's basic power can be extended with your own modules
written in C or C++. On most systems such modules may be
dynamically loaded. Python is also adaptable as an exten-
sion language for existing applications. See the internal
documentation for hints.

This package provides Python version 3.4.x.
2014-05-09 02:27:14 +00:00
dsainty
e2c355b73a Make tex-wasysym option-conditional, like all the other Tex dependencies. 2014-05-08 23:41:52 +00:00
asau
524e016f0d Fix build on FreeBSD. 2014-05-08 21:52:40 +00:00