summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-01-25Fix rpath usage on Linux.joerg3-3/+38
2008-01-25The first of a series of patches for gcc4.rillig2-4/+23
2008-01-25FIx a bug where the remote IMAP server has a AAAA record but there'ssmb3-3/+70
no IPv6 connectivity from the client to that site. Prior to this fix, the fallback to IPv4 wasn't working properly. (The fix should be in the next release of libetpan.)
2008-01-25+ Updated x11/xterm to 231 [bjs 2008-01-25]bjs1-1/+2
2008-01-25Add xterm-toolbar to PKG_SUGGESTED_OPTIONS.bjs1-2/+2
2008-01-25Update to #231.bjs3-7/+11
NOTE: I am going to again re-enable the xterm-toolbar option by default, as there have been some fixes with font handling. If anyone notices any problems with this, please file a PR or email the pkgsrc lists. Thanks. ChangeLog: Patch #231 - 2008/01/05 * undo change to getXtermCell() from patch #230 using PACK_PAIR macro (Debian #459014, analysis by Caetano Jimenez Carezzato). * minor documentation fixes (patch by Slava Semushin) * add makefile actions to install KOI8RXTerm app-defaults file (patch by Julien Cristau). Patch #230 - 2007/12/31 * add quietGrab resource, which when true, suppresses cursor repainting when NotifyGrab and NotifyUngrab event types are received during change of focus (request by Nicolas George). * do not treat Unicode BIDI control characters as combining characters (Debian #457634). * add koi8rxterm, from Debian. * add manpage for uxterm, from Debian (Ubuntu #128136, Debian #438645) * remove ".xpm" suffixes from Icon filenames in desktop files since it confuses some lookups following the Icon Theme Specification (report by Slava Semushin) * correct width-calculation used for adjusting proportional fonts, to work with wide-characters (Debian #441354). * fixes/improvements for double-size characters: * correct old clipping calculation which used total height of glyphs where ascent was needed. * if bold font is unavailable, fall back to normal font * adjust to "work" with Xft (which does not support double-width single-height characters). * restore reset of doublesize for a line when it is cleared, broken in patch #228. * modify logic for forceBoxChars resource when using TrueType fonts to be consistent with bitmap fonts * modify logic for forceBoxChars resource to make the "Line-Drawing Characters" menu entry use xterm's line-drawing characters even asked to draw wide line-drawing characters which are available in the font. * modify rectangle-support functions to preserve colors when filling/erasing (request by Enzo Toscano, to match WRQ Reflection behavior). * add getopt-parsing to tcapquery.pl, including feature to test the extended cursor/editing keys. * make missing double-width glyphs display as double-width (Debian #456236). * change tcap-fkeys and rectangles configure options to enable them by default. * hide the mouse pointer while user is typing (request by Rodolfo Borges). * extend configure options --enable-tcap-query and --enable-tcap-fkeys to send cursor- and editing-keypad keys modified according to the keyboard (or termcap) selection for shift, alt, control, meta. * modify kdch1 in termcap, e.g., xterm-r6 to match the terminfo file. * add -hm option to turn highlightColorMode on or off. * add highlightColorMode resource to separate the new (since patch #225) highlighting with both text- and background-colors (prompted by report/example by Thomas Wolff). * add Keep Selection menu entry to turn the keepSelection resource on/off at runtime. * add keepSelection resource, which when enabled, tells xterm to retain the X selection even after it stops highlighting it (patch by Sergey Vlasov). * extend the CSI > n sequence to allow disabling all types of modified-keys that the CSI > m sequence affects. * move include for <xtermcap.h> in resize.c to avoid redefinition of termios structure on OpenSolaris (report by Rahul Gopinathan Nair). * extend terminfo building blocks for modified editing keys to include all six keys. * synchronize terminfo with ncurses (report by Stephane Chazelas): * equate xterm-xfree86 and xterm-xf86-v44. * add ncurses extensions OTbs, AX, for termcap conversions. * make old/legacy entries such as xterm-24, xterm-65 and aliases xterms, vs100 inherit from xterm-old. * make xterm-r5 and xterm-r6 the same, ignoring historical errors in X Consortium's version. * fix an ifdef in logic for selecting regular expressions while in a narrow-character locale (Debian #449227).
2008-01-25Some commands like "mktexlsr" and "texconfig" must not be called fromrillig1-4/+9
package Makefiles.
2008-01-25On Linux, just assume that if /usr/include/libintl.h exists, that it isjoerg1-2/+6
GNU gettext. This works around amd64 issues on Gentoo.
2008-01-25sortjnemeth1-3/+3
2008-01-25add and enable cutjnemeth1-1/+2
2008-01-25Support FreeBSD. PR pkg/37869 from Aleksej Saushev.tnn1-2/+2
2008-01-25Updated mail/postfix-current to 2.5.0.ghen1-1/+2
2008-01-25Reindent.ghen1-3/+3
2008-01-25Move SASL conditionals to options.mk.ghen4-12/+8
2008-01-25Update mail/postfix-current to 2.5.0 release (this can later be merged intoghen2-9/+7
mail/postfix by maintainer).
2008-01-25Updated net/youtube-dl to 20080124dsainty1-1/+2
2008-01-25Update youtube-dl to 2008.01.24. No change log available, but this versiondsainty2-6/+6
does cope with current youtube pages, unlike the previous version.
2008-01-25Updatedheinz1-1/+5
security/p5-Crypt-Rijndael to 1.05 Added www/p5-HTML-Tiny version 1.01 www/p5-Captcha-reCAPTCHA version 0.92 www/p5-Captcha-reCAPTCHA-Mailhide version 0.93
2008-01-25Enabled p5-Captcha-reCAPTCHA and p5-Captcha-reCAPTCHA-Mailhide.heinz1-1/+3
2008-01-25Initial import of Captcha-reCAPTCHA-Mailhide.heinz3-0/+32
This is a Perl implementation of the reCAPTCHA Mailhide API. It can generate URLs or even directly usable HTML code for using the reCAPTCHA Mailhide web service, which provides a way of asking people to solve a reCAPTCHA before they can view your email address.
2008-01-25Updated to version 1.05.heinz2-7/+10
Pkgsrc changes: - Added missing HOMEPAGE. - The package supports installation to DESTDIR. - A C compiler is necessary. Changes since version 0.05: =========================== 1.05 - Fri Nov 9 05:39:09 2007 * This version fixes the signed integer problems that Solaris had. * Now this module require perl 5.6. * You don't need to upgrade if your system isn't Solaris. 1.04 - Mon Oct 15 14:27:00 2007 * Quashed warnings about overflows by casting numbers to unsigned ints. * This compiles warning-free and passes all tests on Solaris 10 with gcc 3.4.6, so it might take care of RT # 27632 1.04_02 - Wed Sep 19 19:24:06 2007 * remove test files that shouldn't be there 1.04_01 - Wed Sep 12 15:34:24 2007 * This developer release explores the Solaris bug noted in RT # 27632. Some Solaris installations may be encrypting or decrpyting incorrectly. 1.04 - Fri Feb 23 11:20:44 2007 * Todd Ross adjusted rijndael.h to use __sun to identify Solaris boxes. GCC uses __sun__ or __sun, but Solaris cc only uses __sun : http://blogs.sun.com/morganh/date/20060928 * If you've already compiled this module, you don't need to upgrade 1.03 - Thu Feb 22 15:42:04 2007 * Updated distro to include missing Pod tests * No code changes 1.02 - Thu Jan 25 14:48:51 2007 * Updated docs to show cipher modes. No need to upgrade if you already have this. 1.01 - Wed Jan 10 19:14:14 2007 * Bump to a release version. This is the same as 0.06_10. * This release should fix the problems with INT types on all platforms, including 64 bit platforms. 0.06_10 - Wed Jan 10 00:35:10 2007 * Let's try the int type for MinGW:wq 0.06_09 - Fri Dec 15 08:12:02 2006 * Updated header file to handle Solaris special case * I think this might be the release candidate for 0.07! :) 0.06_08 - Wed Nov 29 19:51:33 2006 * Adjusting WIN32 targets for typedefs. Some things look like both Unix and Windows, so I don't want compilers to choke if it tries to redefine types. 0.06_07 - Mon Nov 27 10:37:18 2006 * more header file fiddling to get everyone to define the right abstract types. This time check for _SYS_TYPES_H 0.06_06 - Fri Nov 17 14:56:19 2006 * Fooled with header file some more, and tested it myself on Cygwin. Instead of checking for WIN32, just check for __CYGWIN__ 0.06_05 - Fri Nov 17 11:13:25 2006 * The last two revisions seem to not define UINTxx and ends up with a parse error. Let's try this, as I go off to dig out my Windows box. 0.06_04 - Wed Nov 15 14:43:37 2006 * Try UINT patch from David Golden to get this to work on MinGW 0.06_03 - Wed Nov 15 11:07:08 2006 * Re-jiggered logic to define UINT32 and UINT8. First I'll try sys/types.h, then check if they are already defined elsewhere, and lastly hardcode the typedefs based on platform. The previous release (0.06_02) had some problems on Windows from conflicting typedefs (similar to the cygwin problems with libjpeg and X), so I guard my typedefs by checking for previous definitions. Let's hope those previous definitions are right :) 0.06_02 - Sun Nov 12 16:23:07 2006 * Let's try some hardcoded types for UINT(32|8) for Windows. 0.06_01 - Sun Nov 12 10:38:56 2006 * Adjust version number to match distro number (RT #4227) * Use <sys/types.h> instead of hard-coding (RT #22755, 9514, 18812, 1444, 503). * This module is now maintained by brian d foy (bdfoy@cpan.org)
2008-01-25Initial import of module Captcha-reCAPTCHA.heinz3-0/+37
This is a Perl implementation of the reCAPTCHA API. From the recaptcha.net web site: reCAPTCHA improves the process of digitizing books by sending words that cannot be read by computers to the Web in the form of CAPTCHAs for humans to decipher. More specifically, each word that cannot be read correctly by OCR is placed on an image and used as a CAPTCHA. This is possible because most OCR programs alert you when a word cannot be read correctly.
2008-01-25Enabled p5-HTML-Tinyheinz1-1/+2
2008-01-25Initial import of Perl module HTML-Tiny.heinz3-0/+28
HTML::Tiny is a simple, dependency free Perl module for generating HTML (and XML). It concentrates on generating syntactically correct XHTML using a simple Perl notation.
2008-01-24Disable visibility code on Solaris, even when compiling with GCC 4.joerg3-2/+17
From Gilles Dauphin in PR 37634.
2008-01-24mklivecd has a new and shiny website now, visit me at:xtraeme1-1/+2
http://mklivecd.xtrarom.org/
2008-01-24Fixed build with sunpro.rillig3-1/+43
2008-01-24Updated emulators/fuse to 0.9.0adam2-3/+5
2008-01-24Changes 0.9.0:adam3-7/+10
* Add audio2tape and tape2wav utilities to convert between audio and tape formats * Remove use of mmap() * Beta BASIC support for listbasic * Win32 fixes * Man page fixes
2008-01-24Changes 0.9.0:adam5-17/+19
* New features: * Add +D disk interface support * New floppy disk controller emulation for +D and Beta disk interface emulation * Add Pentagon 512 and Pentagon 1024 emulation * Add Hi-Fi beeper for improved reproduction of multi-channel beeper tunes (e.g. Fairlight 2, Wham - the Music Box) * Add support for saving tape images without using tape traps * Add support for loading from WAV tape images * Add support for saving CSW tape images and TZX direct recording blocks * Allow distinction between "soft" resets (activating the reset line on the Z80) and "hard" resets (pulling the power) * New ALSA sound driver * AmigaOS support * MorphOS support * Emulation core improvements * Machine specific improvements * Various other minor bugfixes
2008-01-24Changes 0.4.0:adam2-6/+6
* Add support for loading from WAV files * Add support for CSW tape files * Tweak timings for TC2048 and TC2068 * Add support for the +D in z80 and szx snapshots * Add Pentagon 512/1024 support * Allow Amiga version to decompress files with xfdmaster.library * Allow MorphOS version to use xfdmaster.library * Various other bugfixes
2008-01-24Update the way the cups makefile is modified to place the prototypegdt2-4/+4
psraster.convs in share/examples/cups (to avoid writing PKG_SYSCONFDIR outside of CONF_FILES).
2008-01-24s/u1/u4/adrianp1-2/+2
2008-01-24Change default pathes to more sane values:joerg1-6/+7
- /var as varbase is only used for privileged builds without prefix or when prefix is explicitly set to /usr/pkg - if prefix is set to a non-standard value, derive varbase from it - derive pkgdbdir from varbase Based on the discussion in PR 37796 and with jlam@.
2008-01-24Correct PLIST on Solaris (From PR 33259 by spz@).is1-1/+3
2008-01-24Update dependency, it builds with openssl-0.9.8tnn1-2/+2
2008-01-24Append {,nb*} to a dependency.tnn1-2/+2
2008-01-24+ ast-ksh-20071105 [pkg/37854]obache1-1/+4
+ cmus-2.2.0 [pkg/37856] + ncftp3-3.2.1 [pkg/37859]
2008-01-24No need to use wget to fetch now.obache1-3/+1
(previously, need cookie capable to fetch).
2008-01-24Updated textproc/xalan-c to 1.10xtraeme2-3/+3
2008-01-24Update to 1.10.xtraeme6-125/+85
Major updates since version 1.9 include: * Support for XML 1.1 and Namespaces in XML 1.1. * Added support for IBM XLC 7.0 compiler on Linux. * Improved and stabilized C pluggable memory management functionality. * Various improvements in Xalan XML serializers for better performance and stability. * Upgrade from Xerces-C 2.6 to Xerces-C 2.7. Major updates since version 1.8 include: * Pluggable Memory Management. This feature allows applications to maintain precise control over memory allocations. This will allow users, with knowledge of their application's characteristics, to provide a more efficient allocation method than the general purpose procedures provided by the system. for more information on how to use this feature, please see the Pluggable Memory Management section of the Programming page. * Improved stability on the execution of large stylesheets and XML documents. Because the current implementation relies on function recursion, certain stylesheets/input documents may cause the program stack to overflow and cause the application to fail. It also may inhibit executing stylesheets that are heavily dependent on recursive functions. This feature will prevent these types of failure. * Provided a global option to pool all text node strings. This feature allows developers to set a flag to determine if a parsed source tree will pool the values of all of the text nodes in the XML document. By doing so, this can result in a significant reduction in memory usage, particularly if there are a lot of repeated values in text nodes. Please see the class descriptions for XalanSourceTreeDocument, XalanDefaultParsedSource, and XalanTransformer in the API Reference section for more information. ... and more, see: http://xml.apache.org/xalan-c/whatsnew.html
2008-01-24+postfix-2.5.0.taca1-1/+2
2008-01-24Note commit of initial release of clawsker, a program to edit hiddensmb1-1/+2
preferences for claws-mail.
2008-01-24Add initial public release of clawsker, a program to edit hiddensmb7-0/+88
preferences for claws-mail.
2008-01-23Add --binary-kit, --gzip-binary-kit and --binary-macpkg to bootstrapjoerg2-225/+55
and retire mkbinarkit. The options take the desired output name as argument.
2008-01-23Updated lang/ocaml to 3.10.1adam2-3/+3
2008-01-23Changes 3.10.1:adam8-34/+44
* Bug fixes * New features: - made configure script work on PlayStation 3 - ARM port: brought up-to-date for Debian 4.0 (Etch) - many other small changes and bugfixes in camlp4, ocamlbuild, labltk, emacs files
2008-01-23Use bsd.fast.prefs.mk in some very commonly included locations.tnn3-6/+6
2008-01-23Got rid of _PKG_SILENT. Why use __file__ when a simple f does the same?rillig1-9/+7
2008-01-23Add better error message when failing to tar up old package.gdt1-2/+3