2016-06-08 19:43:49 by Thomas Klausner | Files touched by this commit (356) |
Log message:
Switch to MASTER_SITES_PYPI.
|
2015-11-25 13:53:42 by Jonathan Perkin | Files touched by this commit (7) |
Log message:
Remove mk/find-prefix.mk usage from the textproc category.
The find-prefix infrastructure was required in a pkgviews world where
packages installed from pkgsrc could have different installation
prefixes, and this was a way for a dependency prefix to be determined.
Now that pkgviews has been removed there is no longer any need for the
overhead of this infrastructure. Instead we use BUILDLINK_PREFIX.pkg
for dependencies pulled in via buildlink, or LOCALBASE/PREFIX where the
dependency is coming from pkgsrc.
Provides a reasonable performance win due to the reduction of `pkg_info
-qp` calls, some of which were redundant anyway as they were duplicating
the same information provided by BUILDLINK_PREFIX.pkg.
|
2015-11-04 03:00:17 by Alistair G. Crooks | Files touched by this commit (797) |
Log message:
Add SHA512 digests for distfiles for textproc category
Problems found locating distfiles:
Package cabocha: missing distfile cabocha-0.68.tar.bz2
Package convertlit: missing distfile clit18src.zip
Package php-enchant: missing distfile php-enchant/enchant-1.1.0.tgz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-07-22 12:22:39 by Thomas Klausner | Files touched by this commit (5) |
Log message:
Update to 1.6.6:
Version 1.6.6 of PyEnchant has been released, with the following changes:
compatability with latest python releases
"wheels" replace "eggs" as the binary distribution \
format of choice
fix possible text corruption when using SpellChecker with a Chunker
|
2013-04-08 13:17:26 by Blue Rats | Files touched by this commit (109) |
Log message:
Remove "Trailing empty lines." and/or "Trailing white-space."
|
2012-10-25 08:57:09 by Aleksej Saushev | Files touched by this commit (587) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2011-12-16 18:22:08 by John Marino | Files touched by this commit (1) |
Log message:
textproc/py-enchant: Fix file permissions error
The bad file permissions on ispell/README.txt prevented the package from
building on DragonFly with PKG_DEVELOPER=yes. I'm not sure how it's passing
on NetBSD unless the bulk reports I'm seeing aren't using that option.
|
2010-12-23 01:26:09 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.6.5:
2010-12-14: Version 1.6.5 released
Version 1.6.5 of PyEnchant has been released, with the following changes:
* restore compatability with Python 3 (including 3.2 beta1)
* fix unittest DeprecationWarnings on Python 3
* statically compile libstdc++ into pre-built windows binaries
2010-12-13: Version 1.6.4 released
Version 1.6.4 of PyEnchant has been released, with the following changes:
* DictWithPWL: use pwl and pel to adjust the words returned by suggest()
* Fix tokenization of utf8 bytes in a mutable character array
* get_tokenizer(): pass None as language tag to get default tokenizer
* prevent build-related files from being included in the source tarball
|
2010-09-13 12:36:51 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Update to 1.6.3:
Version 1.6.3 of PyEnchant has been released, with the following changes:
* Pre-compiled binary distributions for Mac OS X
* Safer loading of bundled DLLs on Windows
* New function get_enchant_version() to obtain the version of the underlying \
enchant library
|
2010-06-05 00:20:49 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Fix dependency
|