summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-01-27pbulk-0.27:joerg3-32/+84
When running the start script in master mode, already accept incoming connections. This makes the start script more useful when using more clients than the default listen back log.
2008-01-27PKGREVISION++ for the previous change.rillig1-2/+2
2008-01-27Fixed a segmentation fault when calling "socat -hhh".rillig3-1/+34
2008-01-27Updated net/libupnp to 1.6.4obache1-1/+2
2008-01-27Update libupnp to 1.6.4.obache4-13/+13
Changes: ******************************************************************************* Version 1.6.4 ******************************************************************************* 2008-01-23 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Workaround for a problem with the new automake AM_CONDITIONAL macro from autotools-1.10. Thanks to Ingo Hofmann for helping with debugging this one. 2008-01-22 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Added quoting to macros AC_CONFIG_AUX_DIR, AC_CONFIG_MACRO_DIR and AC_CONFIG_SRCDIR in configure.ac. Also changed the name of the auxiliary directory in AC_CONFIG_AUX_DIR to build-aux. 2008-01-22 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Fix for setsockopt() in Threadpool.c to allow more than one process to join the multicast-group on OSX. Thanks to Ingo Hofmann. 2008-01-22 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Using defined(__OSX__) || defined(__APPLE__) instead of just defined(__OSX__) in the code. Thanks to Ingo Hofmann and Chris Pickel. 2008-01-21 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Fix for isFileInVirtualDir. Thanks to Peter Hartley for the patch. 2008-01-07 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * Putting back a "defined(__OSX__)" that has been removed in the previous *BSD patch. Thanks to Chris Pickel for pointing it out. 2008-01-07 Marcelo Jimenez <mroberto(at)users.sourceforge.net> * SF Patches Tracker [ 1865812 ] typo in docs comment Submitted By: Hartmut Holzgraefe - hholzgra typo in docs comment ACCAPTED instead of ACCEPTED in @name UPNP_E_UNSUBSCRIBE_UNACCAPTED [-302] Also, the documentation file name was mispelled and was corrected in the Makefile.am.
2008-01-27Show correct licencing information.heinz1-2/+2
2008-01-27Addedheinz1-1/+2
devel/SDL_Pango version 0.1.2
2008-01-27Enabled SDL_Pango.heinz1-1/+2
2008-01-27Initial import of SDL_Pango.heinz4-0/+37
Pango is the text rendering engine of GNOME 2.x. SDL_Pango connects the engine to SDL (Simple DirectMedia Layer), a cross-platform multimedia library.
2008-01-26pbulk-0.26:joerg8-32/+94
Add first pile of patches for cross-compiling support. This still depends on the packages being pre-installed to the normal prefix, but otherwise works. Cross-compiling needs pkg_install-20080126. While here, simplify configuration and allow using one pkg_install installation for everything. As a side effect remove the pkgdb limitation for NetBSD builds. Add a message that tells users to check the configuration file on updates.
2008-01-26pkg_install-20080126: Make pkg_add pass down -I and -m when recursivelyjoerg2-4/+7
adding packages.
2008-01-26+ rxvt-unicode-9.0, xf86-video-nv-2.1.7.wiz1-2/+3
2008-01-26See also: PLIST_SUBSTrillig1-1/+4
2008-01-26Updated fonts/fontforge to 20080109adam1-1/+2
2008-01-26Changes 20080109:adam4-15/+70
* Bug fixes * Improvements
2008-01-26Updated devel/cvs2svn to 2.0.1xtraeme2-3/+3
2008-01-26Version 2.0.1 (04 October 2007)xtraeme2-8/+8
------------------------------- Bugs fixed: * Fix problem with keyword expansion when using --use-internal-co. Version 2.0.0 (15 August 2007) ------------------------------ New features: * Add --use-internal-co to speed conversions, and make it the default. * Add --retain-conflicting-attic-files option. * Add --no-cross-branch-commits option. * Add --default-eol option and deprecate --no-default-eol. * RevisionRecorder hook allows file text/deltas to be recorded in pass 1. * RevisionReader hook allow file text to be retrieved from RevisionRecorder. * Slightly changed the order that properties are set, for more flexibility. * Don't set svn:keywords on files for which svn:eol-style is not set. * Implement issue #53: Allow --trunk='' for --trunk-only conversions. Bugs fixed: * Fix issue #97: Follow symlinks within CVS repository. * Fix issue #99: cvs2svn tries to create a file twice. * Fix issue #100: cvs2svn doesn't retrieve the right version. * Fix issue #105: Conflict between directory and Attic file causes crash. * Fix issue #106: SVNRepositoryMirrorParentMissingError. * Fix missing command-line handling of --fallback-encoding option. * Fix issue #85: Disable symbol sanity checks with in --trunk-only mode. Improvements and output changes: * Analyze CVS revision dependency graph, giving a more robust conversion. * Improve choice of symbol parents when CVS history is ambiguous. * In the case of clock skew to the past, resync forwards, not backwards. * Treat timestamps that lie in the future as bogus, and adjust backwards. * Gracefully handle tags that refer to nonexistent revisions. * Check and fail if revision header appears multiple times. * Gracefully handle multiple deltatext blocks for same revision. * Be more careful about only processing reasonable *,v files. * Improve checks for illegal filenames. * Check if a directory name conflicts with a filename. * When file is imported, omit the empty revision 1.1. * If a non-trunk default branch is excluded, graft its contents to trunk. * Omit the initial 'dead' revision when a file is added on a branch. * Require --symbol-transform pattern to match entire symbol name. * Treat files as binary by default instead of as text, because it is safer. * Treat auto-props case-insensitively; deprecate --auto-props-ignore-case. Miscellaneous: * Add a simple (nonportable) script to log cvs2svn memory usage. * Allow contrib/shrink_test_case.py script to try deleting tags and branches. * Add --skip-initial-test option to contrib/shrink_test_case.py script.
2008-01-26When updating a package, the "(perhaps the packing list is incorrectlyrillig1-5/+3
specified?)" warning isn't correct, so don't print this assumption at all.
2008-01-26Explain unprivileged_user.joerg1-1/+4
2008-01-26pbulk-0.25: Allow rebuilding of individual packages.joerg1-1/+2
2008-01-26pbulk-0.25:joerg4-10/+61
Add bulkbuild-rebuild which can be used to build packages individually. It assumes that all dependencies are built and the results of the scan phase exists. That means it can be used after a bulk build to try to rebuild a failing package. Fixes PR 37407.
2008-01-26pbulk-0.24: Avoid TIME_WAIT on master.joerg1-1/+2
2008-01-26pbulk-0.24:joerg3-8/+42
When all jobs are processed in master mode, close the listen socket and shutdown(2) all peers. Give them a second to close(2) the connection themselve, so that the port remains usable on the master. This is the standard compliant fix for PR 37002.
2008-01-26+ ORBit2-2.14.11, dirac-0.9.0, findutils-4.2.32, glabels-2.2.1,wiz1-10/+16
gnumeric-1.8.1, gtkmm-2.12.4, libprelude-0.9.16.2, mimedefang-2.64, ploticus-2.40, skipstone-0.9.8, skype-2.0.0.27, smokeping-2.3.0, spamdyke-3.1.5, tcpreplay-3.2.5, wwwoffle-2.9d.
2008-01-25Packages set EMUL_PLATFORMS, not EMUL_PLATFORM. Unbreaks build onjoerg1-2/+2
NetBSD.
2008-01-25Updated chat/inspircd to 1.1.16adrianp1-1/+2
2008-01-251.1.16adrianp2-6/+6
Backport <goodchan>: Explicitly allow channels denied by <badchan> Backport fix for bug 464 reported by John Rebind server sockets on REHASH, closes bug 478 Update conf (patch from bug 463, thanks John) Backport r8661: don't send 421 to unregistered clients (thanks nenolod) Backport r8651: SHA256 consistancy fix. Backport 8634, fix for bug 464 reported by John Fix for bug 458: servers go missing on collision etc. Manual backport of r8613: remove nuh mask from /clones output Backport --disable-rpath configure option for package maintainers The mysql worker thread only sleeps 50 nanosecs between cycles, this is not enough to prevent it chomping on the CPU on most machines., Increase to 1000,
2008-01-25Fixed some of the gcc4 issues. The package doesn't built yet onrillig3-6/+369
NetBSD-4.99.30.
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.