summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-02-11New package: slock.reed2-2/+4
2008-02-11New package.reed4-0/+48
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.
2008-02-11+ Updated devel/stgit to 20080128nb1 [bjs 2008-02-11]bjs1-1/+2
2008-02-11Bump the revision because we now install the documentation.bjs4-11/+83
2008-02-11Updated lang/lua to 5.1.3adam2-3/+3
2008-02-11Changes 5.1.3:adam3-15/+14
* This is a bug-fix release.
2008-02-11+ Updated fonts/t1lib to 5.1.2 [bjs 2008-02-11]bjs1-1/+2
2008-02-11update to t1lib-5.1.2 has been donebjs1-2/+1
2008-02-11Update to version 5.1.2. Patches removed above are no longer needed,bjs5-53/+6
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).
2008-02-11+sqlite3-3.5.6tnn1-1/+2
2008-02-11Updated pkgtools/bootstrap-mk-files to 20080211tnn1-1/+2
2008-02-11Bump date for SunOS change.tnn1-2/+2
2008-02-11${CC} -E is a better default choice for CPP than "cpp".tnn1-2/+2
Prevents many packages from failing with "c preprocessor fails sanity check."
2008-02-11Bump revision for PLIST fix, suggested by Greg Toxel.tnn1-1/+2
2008-02-11addgdt1-1/+4
# used by audio/xine-arts/Makefile # used by audio/xine-esound/Makefile per pkglint
2008-02-11Add missing translation to PLISTtnn1-1/+2
2008-02-11+ t1lib-5.1.2obache1-1/+2
2008-02-11+ Updated sysutils/cdrtools to 2.01.01.37nb1 [bjs 2008-02-11]bjs1-1/+2
2008-02-11The code to support real-time scheduling on NetBSD in the packagebjs5-4/+67
Makefile did not work; add something which does (it's a far better check, too). Bump rev.
2008-02-11also patch CVE-2007-6697 (buffer overflow in gif parser), from upstreamdrochner3-3/+19
CVS, bump PKGREVISION
2008-02-11Add libthai.obache1-1/+2
2008-02-11Added devel/libthai version 0.1.9obache1-1/+2
2008-02-11Import libthai version 0.1.9.obache5-0/+78
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.
2008-02-11Add libdatrie.obache1-1/+2
2008-02-11Added devel/libdatrie version 0.1.3obache1-1/+2
2008-02-11Import libdatrie version 0.1.3.obache5-0/+63
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.
2008-02-11include opt and stubs on intel darwin leoparddbj1-4/+6
2008-02-10Patch up some rather ... odd use of $HOME:tnn3-7/+12
Instead of setting prefix=$(HOME) and HOME=${PREFIX}, just set prefix=$(PREFIX) directly.
2008-02-10Add migemo{,-elisp}obache1-1/+3
2008-02-10Added migemo{-elisp} version 0.40.obache2-6/+4
2008-02-10Import migemo-elisp version 0.40.obache5-0/+50
Based on package provided by Yamashiro Jun in PR 37615. elisp for migemo(with GNU/Emacs or XEmacs)
2008-02-10Import migemo version 0.40.obache7-0/+103
Based on package provided by Yamashiro Jun in PR 37615. Japanese incremental text search tools/library.
2008-02-10Enable check-fakehome.mk.tnn1-1/+2
2008-02-10Enable fake home directory support. Also add a wrkref check because antnn2-4/+15
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.
2008-02-10Made the code easier to read.rillig1-11/+14
2008-02-10Removed duplicated documentation.rillig1-12/+1
2008-02-09Add missing INSTALLATION_DIRStnn1-2/+3
2008-02-09Needs m4tnn2-2/+5
2008-02-09Needs nrofftnn1-1/+2
2008-02-09Updated math/p5-Math-Pari to 2.010709adrianp1-1/+2
2008-02-09Update to 2.010709adrianp3-38/+39
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.
2008-02-09sortjnemeth1-3/+3
2008-02-09lintjnemeth1-2/+2
2008-02-09add and enable clawsker, sortjnemeth1-2/+3
2008-02-09lint, sortjnemeth1-3/+3
2008-02-09- updated to 1.20rhaen2-9/+9
- 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()
2008-02-09- updated to 1.07rhaen2-8/+9
- 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>
2008-02-09Updated mail/dbmail to 2.2.9obache1-1/+2
2008-02-09Update dbmail to 2.2.9.obache2-7/+6
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)
2008-02-09Update pcc to 0.9.9.reed4-14/+15
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.