Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
Based on package from pkgsrc-wip, but updated. I changed
the maintainer because I didn't hear back about my changes.
From description:
Simple screen locker for X.
It blanks the screen and hides the pointer. To unlock, type in
your password and press Enter. The Escape key resets input and it
beeps on wrong password.
|
|
|
|
|
|
|
|
* This is a bug-fix release.
|
|
|
|
|
|
as they appear to have been incorporated upstream. Additionally, the
following changes apply:
December 2006: t1lib-5.1.1:
---------------------------
- DESTDIR support was missing and has been addded in install-target i
for type1afm.
- A bug fix in Anti-Aliasing subsampling code, which could make t1lib crash
under certain conditions.
- Small number of further fixes, in particular with respect to the build
mechanism.
December 2007: t1lib-5.1.2:
---------------------------
- Small number of fixes reported by users. The fixes pertain to a
vulnerability issue, memory access issues.
- More decent handling if Encoding and / or FontBBox specification are
missing (which is invalid with respect to the specification,
but recoverable).
|
|
|
|
|
|
|
|
Prevents many packages from failing with "c preprocessor fails sanity check."
|
|
|
|
# used by audio/xine-arts/Makefile
# used by audio/xine-esound/Makefile
per pkglint
|
|
|
|
|
|
|
|
Makefile did not work; add something which does (it's a far better
check, too).
Bump rev.
|
|
CVS, bump PKGREVISION
|
|
|
|
|
|
LibThai is a set of Thai language support routines aimed to ease developers'
tasks to incorporate Thai language support in their applications. It includes
important Thai-specific functions e.g. word breaking, input and output methods
as well as basic.
|
|
|
|
|
|
datrie is an implementation of double-array structure for representing trie, as
proposed by Junichi Aoe.
Trie is a kind of digital search tree, an efficient indexing method with O(1)
time complexity for searching. Comparably as efficient as hashing, trie also
provides flexibility on incremental matching and key spelling manipulation.
This makes it ideal for lexical analyzers, as well as spelling dictionaries.
|
|
|
|
Instead of setting prefix=$(HOME) and HOME=${PREFIX},
just set prefix=$(PREFIX) directly.
|
|
|
|
|
|
Based on package provided by Yamashiro Jun in PR 37615.
elisp for migemo(with GNU/Emacs or XEmacs)
|
|
Based on package provided by Yamashiro Jun in PR 37615.
Japanese incremental text search tools/library.
|
|
|
|
embedded path to the HOME directory can be a security problem if, say,
the package looks in the HOME directory of an unprivileged user for
configuration files.
Note that this has the potential to cause some short-term fallout.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Accomodate Darwin $AS which tries to read from STDIN.
On darwin, diagnoze arch via uname -p. (SIGBUS during build)
Update find_machine_architecture() to 2.3.0 logic (so disable sparcv7)
Make getHeap() use PerlIO, and consistently use bytes for output.
|
|
|
|
|
|
|
|
|
|
- DESTDIR support
- maintainer change
- oked by joerg, rillig
ChangeLog:
Expect v1.20
============
+ added early return to send and send_slow if filehandle was closed
+ added test for send_slow
! fixed bug in expect() param handling (exact pattern "0" was ignored)
! fixed bug in _make_readable()
+ now included example ssh.pl in MANIFEST so it gets packaged :-(
Expect v1.19
============
! fixed non-localized usage of $_
+ added new example ssh.pl
Expect v1.18
============
! added another pipe to synchronize spawning. Closing the slave in the
parent can lead to a hang if the child already wrote something into
it...
! fixed REs in test to deal with shell prompts
Expect v1.17
============
! fixed param check for expect() to allow expect(undef) et al
Expect v1.16
============
! fixed hangup with pipe sync upon spawn by adding close-on-exec to pipe handle
! fixed log_file(undef) when logging to CODE ref
! fixed $? mangling in DESTROY by saving & restoring status
! fixed hangup in send_slow
! fixed ugly solaris hack by disabling it for raw ptys
+ added param check for expect()
|
|
- DESTDIR support
- maintainer change
- oked by joerg, rillig
2006-07-18 Roland Giersig <rgiersig@cpan.org>
* v1.07
* Tty.xs: added some more letter to BSD allocation
2006-07-15 Roland Giersig <rgiersig@cpan.org>
* v1.06
* Tty.pm: pre-allocate buffer for ioctl
2006-06-06 Roland Giersig <rgiersig@cpan.org>
* v1.05
* Tty.xs: added includes <sys/pty.h> and <sys/ptyio.h>
2006-05-28 Roland Giersig <rgiersig@cpan.org>
* v1.04
* Tty.xs: added handling for z/OS (uses /dev/ptyp0000)
* Makefile.PL: added <sys/pty.h> (for HPUX)
2006-04-25 Roland Giersig <rgiersig@cpan.org>
* v1.03
* Tty.c: changed newCONSTSUB to use newSV(0) instead of
PL_sv_undef, now undef'd constants work
* Makefile.PL: made ccflags handling meta-char safe, added
ldflags; enhanced error msg
* Makefile.PL: added <sys/ptyio.h>
|
|
|
|
THis is a bugfix maintenance release.
Bugs fixed since 2.2.8:
* 0000668: [Command-Line programs (dbmail-users, dbmail-util)] dbmail-export
segmentation fault and mbox compatibility (paul)
* 0000663: [Authentication layer] Authldap module reloads when it try to
recconect
* 0000662: [Authentication layer] Ability to bypass authentication on Active
Directory
* 0000660: [IMAP daemon] imapd provides better inetd compatability (paul)
|
|
Sorry no change log.
On January 27, ragge bumped the version with commit message:
"Pcc now supports all C99 language constructs (I hope), so wrap to 0.9.9."
This also includes the new manpages. (These are a work in progress --
please send me your improvements.)
For pkgsrc:
- changed download sites
- changed homepage
- INSTALLATION_DIRS not needed.
|