Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bump the package revision because the package list changed.
|
|
|
|
|
|
== Changes 0.5.9 from 0.5.8: 2009-02-09
* Improvements
* HTML output: supported link to PDF.
* added rabbit-command command line tool to control Rabbit.
* supported reflected image effect (requested by kdmsnr)
Example:
http://www.clear-code.com/archives/SendaiRubyKaigi01/love-and-continue-it-104.html
http://www.clear-code.com/archives/SendaiRubyKaigi01/love-and-continue-it-085.html
How to write:
# image
# src = XXX.jpg
# relative_height = 80
# reflect_ratio = 0.5
* Theme
* New themes
* pdf-tortoise-and-hare:
uses tortoise and hare timer when PDF viewer
mode. Allotted time is specified by
RABBIT_ALLOTTED_TIME environment variable.
Example:
% RABBIT_ALLOTTED_TIME=4.5m rabbit --theme pdf-tortoise-and-hare XXX.pdf
* lightning-clear-blue:
uses large character slides in bluish clear-blue theme.
* title-on-image-toolkit:
superimposes title on image.
Example:
http://www.clear-code.com/archives/SendaiRubyKaigi01/love-and-continue-it-036.html
How to use:
In slide:
= Users Group
# image
# src = shocker.jpg
# relative_height = 90
In theme:
include_theme("title-on-image-toolkit")
match(Slide) do |slides|
slides.each do |slide|
slide.title_on_image if slide.title_on_image?
end
end
* Bug fixes
* fixed wrong Wiki format detection.
|
|
|
|
|
|
|
|
|
|
between Roman and Arabic.
|
|
|
|
this one is thoroughly tested by me.
Changes since 1.5:
- Enabled a number of Windows facts - operating system, domain,
ipaddress, macaddress, kernel, ipconfig and others.
- macaddress now set on Ubuntu.
- CONFIG['bindir'] CONFIG['sbindir'] have undesirable defaults on.
- Allow specification of --bindir --sbindir --sitelibdir --mandir.
- Package creation scripts for Mac OS X.
- Solaris. (Whatever was done here, it's written like that in the ChangeLog.)
- Add module level tests for Facter::IPAddress.
- Add sample test and strawman solution for IP parsing code.
- Adding better SuSE detection for both operatingsystem and release.
- Adding a rake task for creating an archive.
- macaddress not set on Ubuntu.
- Modified the operatingsystem fact for Debian so it looks in
/etc/debian_version instead of /proc/version.
- Added virtual fact.
- Added kernelversion fact.
- Facter now defaults to 0 timeout.
- CentOS version detection is now better.
- Set the timeout the host-based and resolve-based resolutions to 2.
- Added a Process.waitall thread when there's a timeout, to avoid zombies.
- Update to dmidecode fact.
- Added operatingsystemrelease for Solaris.
- Updated virtual fact for xenu and xen0.
- Removed facter from PREREQS.
|
|
From Anon Ymous.
|
|
|
|
|
|
|
|
|
|
|
|
- Fixing puppetlast to make it work with 0.24.5 / 0.25. Made puppetlast
work on 0.24.5 by using the YAML indirector.
- Fixed bug #1448: Puppet CA incorrectly writes out all certs to
inventory .txt on each certificate signing.
- Improve performance of group lookups.
- Allow specification of --bindir --sbindir --sitelibdir --mandir --destdir
in installation (TODOFIXME: Make it available to pkgsrc).
- Ensure that we consistently use either string #{} interpolation or
String.% interpolation, not both, to avoid issues where a #{}
interpolated value contains a % character.
- Expose all puppet variables as instance member variables of the
template wrapper.
- Updated console colours.
- A working script to create an OS X pkg out of the Puppet repository.
- Removed confine warning.
- Add proxy configuration capability to yum repo.
- Replaced use of Facter for report titling with certname.
- Added stored configuration clearing script to /ext.
- Add the -P/--ping option to puppetrun.
- Storeconfiguration fixed for Rails 2.1.
- Fixed poor stored configuration performance.
- Added HP-UX package provider.
- Moved individual functions out of functions.rb into
lib/puppet/parser/functions directory. New functions should be created
in this directory.
- Case insensitive match for error.
- Removed storeconfig duplicate indexes.
- Fixed leak in template.
- Added spec Rake task.
- Added simple rake task for running unit tests.
- Added daemontools and runit providers for service type.
- Changed permissions for man directory.
- Fix exception for undefined hostname.
- puppetmaster.freshness xmlrpc call returns incorrect type.
- Adds HP-UX support for user type.
- Updated Red Hat spec file.
- Fixed debug messages in package type.
- Changed password property of the user type.
- Fixed debug messages in package type.
- Adjusted hpuxuseradd user provider to confine to HP-UX and fixed HP-UX
user provider path regression.
- Puppet and Facter cannot both install the plist module into two
different locations.
- Puppet::Util::binary returns incorrect results.
- createpackage.sh.
- Fixed issues with file descriptors leaking into subprocesses.
- ldap user and password are now used with the default connection.
- File purging now fails if remote sources do not exist.
- Errors in the Puppet RPM spec file.
- puppetrun now working.
- Added support for multiple template directories.
- Added support for appended variables.
- Fixed puppetca --clean --all.
- Internally, Property#retrieve is no longer called when no 'should'
value is available for a resource.
- Defined, exported resources in the current compile now get expanded
correctly.
- Multiple metaparams all get added to resources.
- Added ubuntu to defaultfor for Debian service provider.
- Added ubuntu to defaultfor for apt provider.
- added confines for the gentoo, freebsd and smf (solaris) service
providers.
- Added a number of confines to package providers.
- ssh_authorized_keys provider does not crash anymore on SSH type 1 keys.
- Raise "Filebucketed" messages to Notice priority.
- You should now be able to create and find a user/group in one
transaction.
- Users and their groups should again add in one transaction.
- Modified the behaviour of resource-level 'retrieve' -- it only calls
'retrieve' on each property if the resource exists.
- Modified the group and zone resource types to no longer call
'currentpropvalues' as a means of setting all values to absent. There
should be no behaviour change from this change.
- Deploying file resources with ++ generates error.
- Added support for running Puppet inside a Rack application (mod_rails)
with Passenger and Apache.
- Saving File#checksum to state.yaml broken.
- Allow complex 'if' and variable expressions.
- Add 'sles' to Puppet confines when 'suse' is used.
- Specifying "fully qualified" package names in Gentoo.
- Added RBAC roles to solaris user provider.
- Updated puppet binary documentation.
- The client environment will be substituted when looking up settings.
- Changed node search to use certname rather than Facter hostname.
- Environments no longer have to be listed out.
- Multiline strings now correctly increment the line count.
- Log messages are now tagged with the log level, making it easier to
match messages in the 'tagmail' report.
- Removed 'Adding aliases' info message.
- pluginsync no longer fails poorly when no plugins exist.
- Allow multiple overrides in one statement.
- Added support for --detailed-exits to bin/puppet.
- yum provider problems with RHEL 3.
- Puppetd no longer stops with error after puppetmasterd is unavailable.
- Collection attribute matching doesn't parse arrays.
- With an inexistant (global) templatedir, modules can't access their
templates.
- Uninitialized constant Puppet::Type::User::ProviderUseradd.
- puppetdoc -r providers now working again.
- Updated OSX package cleanup.
- Service puppet status does not work as non-root on redhat system.
- Provider::Confine::Variable tests are broken.
- Regression relating to facter fact naming from 0.24.5.
- Enhance redhat puppetmaster init.d script to easy start puppetmaster as
a mongrel cluster.
- Configuration Reference still references 'section'.
- Adding support to the user type for: profiles, auths, project,
key/value pairs (extension to Solaris RBAC support added in 0.24.6).
- Added multiline comment support.
- Added support for @doc type and manifest documentation support - see:
http://reductivelabs.com/trac/puppet/wiki/PuppetManifestDocumentation.
- Added augeas type.
- Removed conf/debian directory - Debian packaging information now
maintained downstream.
- Updated Red Hat spec file for 0.24.6.
- Classes and nodes should set $name variable.
- Type reference: tidy should specify manditory parameters.
- All logs should now show up in the reports.
- Added specific recurse values for tidy.
- k5login fails to set mode when file is created.
- Documentation should specify natural language regexs, not Regexp
objects.
- Spurious output in test run.
- Added uninstall functionality to yum provider.
- Added preseed to apt uninstall and purge.
- Unsafe crontab handling in Solaris.
- Include spec directory in packages.
- Replaced SELInux calls to binaries with Ruby SELinux bindings.
- Sync SELinux file attributes after file contents created/modified.
- Add filesystem type check to test for per-file SELinux context support.
- Fixes to confine system.
- Moved RRD feature from util/metric.rb to feature/base.rb.
- puppetca now can clean unsigned certs.
- Added versionable feature to the RPM provider.
- Add an optional argument to Puppet::Util.execute to determine whether
stderr and stdout are combined in the output.
- Mac OS X DirectoryService nameservice provider support for plist output
and password hash file.
- Fileserver test fails due to incorrect mocking.
- Minor fix to emacs mode.
- Trivial fix for gentoo service provider.
- Solaris 10 zone provider doesn't properly handle unknown zone
attributes in newer releases.
- nagios_serviceescalation not allowing host_name more than one type.
- nagios_servicedependency needs a unique host_name?
- Removing all mention of EPM, RPM, or Sun packages.
- Refactoring of SELinux functions to use native Ruby SELinux interface.
- Removing the included testing gems; you must now install them yourself.
- Refactoring the thread-safety in Puppet::Util.
- Added Rake :ci namespace and CI tasks.
- Slight denormalisation to store a host's environment as a first class.
- Add inline_template function.
- Splay now hopefully behaves "better" for small values.
- MCX Type feature.
- Add ZFS support.
- Add support for branded zones.
- Fixing the AST constant warnings, using a variable instead of a
constant.
- Allow rspec rake to run only some tests.
- Using a mutex around the sending of the tagmails.
- Add macauthorization type.
- Deprecate the NetInfo nameservice provider. Use directoryservice
instead.
- All of the properties and now :ensure check replace?
- Rteturning sync when it is already initialized.
- Tidy now correctly ignores missing files and directories.
- Use 'zfs get -H -o value' instead of parsing output for value.
- Zfs should auto require the ancestor file systems.
- nagios_serviceescalation not allowing host_name more than one type.
- nagios_servicedependency needs a unique host_name?
- Added VDev and MultiVDev properties to the ZPool type.
NetBSD related changes:
- Fix default NetBSD init script path to /etc/rc.d.
- Use FreeBSD init service provider for NetBSD.
- When enabling services on NetBSD, use servicename=YES rather than
servicename_enable=YES.
- Use OpenBSD package provider for NetBSD.
Pkgsrc related changes:
- Added unit tests to package.
- Fixed confdir paths in default config file generation scripts and some
other stuff.
- Set MASTER_SITE.
- Create puppet.conf rather than puppetmasterd.conf.
|
|
|
|
OK by wiz@.
|
|
|
|
This package contains translation tables for TeX.
|
|
|
|
The new texmf.cnf contains corrections regarding xetex and luatex.
These do not affect print/teTeX3, but are used by print/web2c.
Bump PKGREVISION.
|
|
devel/p5-MouseX-Types into The NetBSD Packages Collection.
The Perl 5 module MouseX::Types allows types definition to be
organized in libraries. Such libraries and hence types can then be
used in Mouse based classes.
|
|
|
|
Collection.
The Perl 5 module MouseX::Types allows types definition to be
organized in libraries. Such libraries and hence types can then be
used in Mouse based classes.
|
|
|
|
pkgsrc changes:
* No language is needed to build this package.
Upstream changes:
0.15 Thu Feb 5 11:44:05 2009
* Don't export Mouse's sugar into the package 'main'
* Rename Mouse::TypeRegistry to Mouse::Util::TypeConstraints
* "type" sugar for when you're not subtyping anything
* Keep track of the source package of each type
* Moose lets you redefine a type within the same package, so we now do too
* Borrow more of Moose's meta API
* Mouse::Util::TypeConstraints now uses Exporter so you can select which
sugar you want
* class_type shouldn't load the class (Moose compat; no easy fix :/)
* suppress warnings when we use "around" and "has '+...'" (dann)
* use Data::Util to make method modifiers fast if it's available (dann)
* Implement "enum" type constraints
* Implement "override" and "super"
* MouseX::Types is now in its own dist
|
|
|
|
No longer needs ncurses (at least on NetBSD 5.0).
Official changelog:
2008-11-01: Hunspell 1.2.8 release:
- Default BREAK feature and better hyphenated word suggestion to accept
and fix (compound) words with hyphen characters by spell checker
instead of by work breaking code of OpenOffice.org. With this feature
it's possible to accept hyphenated compound words, such as "scot-free",
where "scot" is not a correct English word.
- ICONV & OCONV: input and output conversion tables for optional character
handling or using special inner format. Example:
# Accepting de facto replacements of the Romanian comma acuted letters
SET UTF-8
ICONV 4
ICONV Å È
ICONV Å£ È
ICONV Å È
ICONV Å¢ È
Typical usage of ICONV/OCONV is to manage an inner format for a segmental
writing system, like the Ethiopic script of the Amharic language.
- Extended CHECKCOMPOUNDPATTERN to handle conpound word alternations, like
sandhi feature of Telugu and other writing systems.
- SIMPLIFIEDTRIPLE compound word feature: allow simplified Swedish and
Norwegian compound word forms, like tillåta (till|låta) and
bussjåfør (buss|sjåfør)
- wordforms: word generator script for dictionary developers (Hunspell
version of unmunch).
- bug fixes
2008-08-15: Hunspell 1.2.7 release:
- FULLSTRIP: new option for affix handling. With FULLSTRIP, affix rules can
strip full words, not only one less characters.
- COMPOUNDRULE works with all flag types. (COMPOUNDRULE is for pattern
matching. For example, en_US dictionary of OpenOffice.org uses COMPOUNDRULE
for ordinal number recognition: 1st, 2nd, 11th, 12th, 22nd, 112th, 1000122nd
etc.).
- optimized suggestions:
- modified 1-character distance suggestion algorithms: search a TRY character
in all position instead of all TRY characters in a character position
(it can give more readable suggestion order, also better suggestions
in the first positions, when TRY characters are sorted by frequency.)
For example, suggestions for "moze":
ooze, doze, Roze, maze, more etc. (Hunspell 1.2.6),
maze, more, mote, ooze, mole etc. (Hunspell 1.2.7).
- extended compound word checking for better COMPOUNDRULE related
suggestions, for example English ordinal numbers: 121323th -> 121323rd
(it needs also a th->rd REP definition).
- bug fixes
2008-07-15: Hunspell 1.2.6 release:
- bug fix release (fix affix rule condition checking of sk_SK dictionary,
iconv support in stemming and morphological analysis of the Hunspell
utility, see also Changelog)
2008-07-09: Hunspell 1.2.5 release:
- bug fix release (fix affix rule condition checking of en_GB dictionary,
also morphological analysis by dictionaries with two-level suffixes)
2008-06-18: Hunspell 1.2.4-2 release:
- fix GCC compiler warnings
2008-06-17: Hunspell 1.2.4 release:
- add free_list() for C, C++ interfaces to deallocate suggestion lists
- bug fixes
2008-06-17: Hunspell 1.2.3 release:
- extended XML interface to use morphological functions by standard
spell checking interface, spell() and suggest(). See hunspell.3 manual page.
- default dash suggestions for compound words: newword-> new word and new-word
- new manual pages: hunspell.3, hzip.1, hunzip.1.
- bug fixes
|
|
around what is believed to be bugs in Prolific USB convertors. Point
to pkgsrc-hosted distfile because upstream distfile, although
LICENSE=gnu-gpl-v2 is apparently only available via a web form.
Full changes available at
http://www.gpsbabel.org/changes.html
Notable changes in 1.3.6:
Fix writing waypoint names under 6 characters to old serial Garmins.
Notable changes in 1.3.5:
Read waypointsw from jpg/exif.
Add support for osm (openstreetmap) format files.
Set computer's clock from GARMIN.
|
|
|
|
|
|
|