Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-02-17 | Fix build after libtool-1.5.22 update. | wiz | 2 | -1/+15 | |
2006-02-17 | pax(1), like tar(1), likes to strip leading slashes from pathnames. So the | rillig | 1 | -18/+11 | |
better way is to change to the destination directory first and to extract the files there. Removed BROKEN_IN, bumped PKGREVISION. | |||||
2006-02-17 | - Be stricter when checking whether a shell word consists of exactly one | rillig | 1 | -2/+2 | |
variable or not. | |||||
2006-02-17 | Updated databases/py-postgresql to 3.8. | darcy | 1 | -1/+2 | |
2006-02-17 | Update to version 3.8. | darcy | 2 | -8/+7 | |
- Installed new favicon.ico from Matthew Sporleder <mspo@mspo.com> - Replaced snprintf by PyOS_snprintf. - Removed NO_SNPRINTF switch which is not needed any longer - Clean up some variable names and namespace - Add get_relations() method to get any type of relation - Rewrite get_tables() to use get_relations() - Use new method in get_attnames method to get attributes of views as well - Add Binary type - Number of rows is now -1 after executing no-result statements - Fix some number handling - Non-simple types do not raise an error any more - Improvements to documentation framework - Take into account that nowadays not every table must have an oid column - Simplification and improvement of the inserttable() function - Fix up unit tests - The usual assortment of minor fixes and enhancements | |||||
2006-02-17 | Note guile-slib PKGREVISION bump. | wiz | 1 | -1/+2 | |
2006-02-17 | Simplify PLIST. Bump PKGREVISION. | wiz | 2 | -5/+5 | |
2006-02-17 | Note ruby-DBI PKGREVISION bump. | wiz | 1 | -1/+2 | |
2006-02-17 | Note py-ZODB PKGREVISION bump. | wiz | 1 | -1/+2 | |
2006-02-17 | Add missing files to PLIST. Bump PKGREVISION. | wiz | 2 | -22/+36 | |
2006-02-17 | Fixed pkglint warnings. | rillig | 1 | -6/+5 | |
2006-02-17 | Don't include <stdint.h> and <inttypes.h> unconditionally. For example, | rillig | 2 | -6/+10 | |
Solaris 8 has only <inttypes.h>. | |||||
2006-02-17 | - Text alignment with spaces is changed to tabs if the --autofix option is | rillig | 1 | -2/+25 | |
selected and the alignment can be done solely with tabs, that is, the alignment leads to a column that is a multiple of 8. | |||||
2006-02-17 | Solaris su(1) does not have an -m argument; re-work so that this can be | sketch | 1 | -5/+7 | |
supported. | |||||
2006-02-17 | Add DragonFly support. | joerg | 2 | -4/+6 | |
2006-02-17 | Updated misc/multitail to 3.8.6. | rillig | 1 | -1/+2 | |
2006-02-17 | Updated multitail to 3.8.6. | rillig | 2 | -6/+6 | |
Changes since 3.8.5: - Made the cursor keys work in the scrollback screen. | |||||
2006-02-17 | Install bin/pear with correct file permissions | adam | 2 | -6/+6 | |
2006-02-17 | Fixed warnings found by pkglint -Wall. | martti | 8 | -91/+92 | |
2006-02-17 | Fixed warnings found by pkglint -Wall. | martti | 5 | -32/+32 | |
2006-02-17 | Fixed warnings found by pkglint -Wall. | martti | 5 | -35/+37 | |
2006-02-17 | Fixed warnings found by pkglint -Wall. | martti | 5 | -43/+51 | |
2006-02-17 | Fixed warnings found by pkglint -Wall. | martti | 51 | -114/+116 | |
2006-02-17 | Add p5-Jemplate. | minskim | 2 | -2/+4 | |
2006-02-17 | Import p5-Jemplate from pkgsrc-wip. Packaged by OBATA Akio. | minskim | 4 | -0/+32 | |
Jemplate is a templating framework for Javascript that is built over Perl's Template Toolkit (TT2). Jemplate parses TT2 templates using the TT2 Perl framework, but with a twist. Instead of compiling the templates into Perl code, it compiles them into Javascript. Jemplate then provides a Javascript runtime module for processing the template code. Combined with JSON and xmlHttpRequest, Jemplate provides a simple and powerful way to do Ajax stuff. | |||||
2006-02-16 | + openssh-4.3p2 [pkg/32858], rss2html-0.8 [pkg/32857]. | wiz | 1 | -2/+3 | |
2006-02-16 | Note postgresql73-server PKGREVISION bump. | wiz | 1 | -1/+2 | |
2006-02-16 | Add missing rc.d script to PLIST. Bump PKGREVISION. | wiz | 2 | -3/+4 | |
2006-02-16 | Add a reminder that the LKM needs arc4, which is brought by wlan drivers. | cube | 2 | -2/+11 | |
2006-02-16 | Use INSTALLATION_DIRS to pre-create needed directories. | reed | 1 | -12/+14 | |
Honor PKGMANDIR. | |||||
2006-02-16 | Updated chat/unrealircd to 3.2.4nb2 | adrianp | 1 | -1/+2 | |
2006-02-16 | There's been an upstream fix but the version number was not bumped | adrianp | 3 | -16/+27 | |
http://www.unrealircd.com/324rerelease.txt Use DIST_SUBDIR=${PKGNAME} until the next version is released Install help and documentation for non-english users | |||||
2006-02-16 | Fix errno. Fix label at end of compound statement. Fallback to | joerg | 5 | -3/+57 | |
O_FSYNC on DragonFly for O_SYNC. | |||||
2006-02-16 | Add DragonFly support. | joerg | 6 | -19/+27 | |
2006-02-16 | Fix errno. | joerg | 2 | -5/+13 | |
2006-02-16 | Update two patches and regenerate the distinfo entries for the rest. | joerg | 3 | -13/+18 | |
2006-02-16 | Add DragonFly support. Fix errno -- it is *NEVER* an int32. | joerg | 7 | -8/+80 | |
2006-02-16 | Has BROKEN_GETTEXT_DETECTION. Fix label at end of compound for GCC 3.4+ | joerg | 4 | -2/+54 | |
2006-02-16 | Has BROKEN_GETTEXT_DETECTION. | joerg | 1 | -1/+2 | |
2006-02-16 | Include sys/time.h before sys/resource.h to fix build on DragonFly. | joerg | 2 | -1/+14 | |
2006-02-16 | Has BROKEN_GETTEXT_DETECTION. | joerg | 1 | -1/+2 | |
2006-02-16 | Include sys/time.h for struct timeval on DragonFly. | joerg | 2 | -1/+14 | |
2006-02-16 | Note phpldapadmin PKGREVISION bump. | wiz | 1 | -1/+2 | |
2006-02-16 | Add missing file+dir to PLIST, bump PKGREVISION. | wiz | 2 | -3/+5 | |
2006-02-16 | gail updated to 1.8.9. | wiz | 2 | -3/+3 | |
2006-02-16 | Update to 1.8.9: | wiz | 3 | -20/+10 | |
Changes in GAIL 1.8.9 ===================== * Reverted bad patch for comboboxes, replaced with good patch :-) * Fix for 323245. | |||||
2006-02-16 | Note gourmet PKGREVISION bump. | wiz | 1 | -1/+2 | |
2006-02-16 | Add USE_DIRS xdg-1.2, and add missing files to PLIST. | wiz | 2 | -3/+6 | |
Bump PKGREVISION. | |||||
2006-02-16 | Add nl_BE and sv_SE locale dirs for gourmet. | wiz | 22 | -22/+198 | |
2006-02-16 | Note py-metakit PKGREVISION bump. | wiz | 1 | -1/+2 | |