summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-06-24Import Class-C3-0.19 (needed by p5-Class-Accessor-Grouped)abs3-0/+31
This is currently an experimental pragma to change Perl 5's standard method resolution order from depth-first left-to-right (a.k.a - pre-order) to the more sophisticated C3 method resolution order.
2008-06-24Add Class-Accessor-Grouped-0.08001 (needed by p5-Data-Currency)abs3-0/+29
This class lets you build groups of accessors that will call different getters and setters.
2008-06-24Fixed PLIST for Solaris, installs ntptime but not tickadj.obache2-4/+7
Noticed by John Heasley in PR 39033.
2008-06-24Correct COMMENT linesmb1-2/+3
2008-06-24Add new pidgin pluginssmb1-1/+3
2008-06-24Fix _two_ bugs in obviously untested previous commit.wiz1-4/+4
2008-06-24Don't pull in bsd.options.mk if we don't define PKG_SUPPORTED_OPTIONS,jmcneill1-4/+3
fixes build on non-i386.
2008-06-24Updated net/ntp4 to 4.2.4p4nb1obache1-1/+2
2008-06-24Fixes some problems noticed by Hasso Tepper in PR 39032.obache2-5/+7
* Fix perl path in scripts, add runtime dependency on perl. * Fix unwanted PLIST subst. * DragonFly also support ntptime. Bump PKGREVISION.
2008-06-24forgot one crucial file!bjs1-2/+2
2008-06-24+ Updated devel/scmgit to 1.5.6 [bjs 2008-06-24]bjs1-1/+4
Updated devel/scmgit-base to 1.5.6 [bjs 2008-06-24] Updated devel/scmgit-docs to 1.5.6 [bjs 2008-06-24]
2008-06-24Update to git-1.5.6.bjs7-24/+38
GIT v1.5.6 Release Notes ======================== Updates since v1.5.5 -------------------- (subsystems) * Comes with updated gitk and git-gui. (portability) * git will build on AIX better than before now. * core.ignorecase configuration variable can be used to work better on filesystems that are not case sensitive. * "git init" now autodetects the case sensitivity of the filesystem and sets core.ignorecase accordingly. * cpio is no longer used; neither "curl" binary (libcurl is still used). (documentation) * Many freestanding documentation pages have been converted and made available to "git help" (aka "man git<something>") as section 7 of the manual pages. This means bookmarks to some HTML documentation files may need to be updated (eg "tutorial.html" became "gittutorial.html"). (performance) * "git clone" was rewritten in C. This will hopefully help cloning a repository with insane number of refs. * "git rebase --onto $there $from $branch" used to switch to the tip of $branch only to immediately reset back to $from, smudging work tree files unnecessarily. This has been optimized. * Object creation codepath in "git-svn" has been optimized by enhancing plumbing commands git-cat-file and git-hash-object. (usability, bells and whistles) * "git add -p" (and the "patch" subcommand of "git add -i") can choose to apply (or not apply) mode changes independently from contents changes. * "git bisect help" gives longer and more helpful usage information. * "git bisect" does not use a special branch "bisect" anymore; instead, it does its work on a detached HEAD. * "git branch" (and "git checkout -b") can be told to set up branch.<name>.rebase automatically, so that later you can say "git pull" and magically cause "git pull --rebase" to happen. * "git branch --merged" and "git branch --no-merged" can be used to list branches that have already been merged (or not yet merged) to the current branch. * "git cherry-pick" and "git revert" can add a sign-off. * "git commit" mentions the author identity when you are committing somebody else's changes. * "git diff/log --dirstat" output is consistent between binary and textual changes. * "git filter-branch" rewrites signed tags by demoting them to annotated. * "git format-patch --no-binary" can produce a patch that lack binary changes (i.e. cannot be used to propagate the whole changes) meant only for reviewing. * "git init --bare" is a synonym for "git --bare init" now. * "git gc --auto" honors a new pre-auto-gc hook to temporarily disable it. * "git log --pretty=tformat:<custom format>" gives a LF after each entry, instead of giving a LF between each pair of entries which is how "git log --pretty=format:<custom format>" works. * "git log" and friends learned the "--graph" option to show the ancestry graph at the left margin of the output. * "git log" and friends can be told to use date format that is different from the default via 'log.date' configuration variable. * "git send-email" now can send out messages outside a git repository. * "git send-email --compose" was made aware of rfc2047 quoting. * "git status" can optionally include output from "git submodule summary". * "git svn" learned --add-author-from option to propagate the authorship by munging the commit log message. * new object creation and looking up in "git svn" has been optimized. * "gitweb" can read from a system-wide configuration file. (internal) * "git unpack-objects" and "git receive-pack" is now more strict about detecting breakage in the objects they receive over the wire.
2008-06-24Add msgfmt to TOOLS. From Hasso Tepper in PR 39028.wiz1-2/+2
2008-06-24Fix broken distinfo.bjs1-1/+1
2008-06-24Note the start of the freeze for the pkgsrc-2008Q2 branchagc1-1/+2
2008-06-24+ apr-1.3.2, dwm-5.0.1, graphviz-2.20.0, ircII-20080314,wiz1-5/+10
links-gui-2.1.0.37, openldap-client-2.4.10, p5-libwww-5.813, rt3-3.6.7, x264-devel-20080621.
2008-06-23Add py-pytz.markd2-2/+4
2008-06-23Initial import py-pytz-2008bmarkd4-0/+640
pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.3 or higher. It also solves the issue of ambiguous times at the end of daylight savings, which you can read more about in the Python Library Reference (datetime.tzinfo).
2008-06-23Fix build on DragonFly. From Hasso Tepper in PR pkg/39020.markd2-4/+4
2008-06-23Mention that if the default mk.conf doesn't already exist, the example isreed1-2/+3
copied into place.
2008-06-23Remove old note about mk.conf.example file.reed1-4/+1
2008-06-23patch from christos to stop tcsh seg faulting when given the linemarkd3-3/+16
/bin/echo "`" or similar.
2008-06-23+ Updated www/elinks to 0.11.4 [bjs 2008-06-23]bjs1-1/+2
2008-06-23Update to the 0.11.4 release.bjs2-6/+6
Significant changes from 0.11.3 (some where already present in pkgsrc, as we used the 0.11.4 release candidate tarballs): * critical bug 755: fix crashes due to dangling pointers to struct form_state * critical bugs 613, 714, 961: "assertion list_empty(form_controls) failed" * critical bug 945: don't crash if a Lua script calls e.g. error(nil) * critical bug 1003: don't crash if a smart URI rewrite template gets too few parameters * critical bug 1016: avoid JSFunctionSpec for better compatibility across versions of SpiderMonkey * critical bugs 674, 956: don't reuse pointers to SpiderMonkey objects that may have been collected as garbage. This fix causes bug 954. * CVE-2007-2027: check if the program path contains "src/" before using ../po files * important Debian bug 380347: prevent a buffer overflow in entity_cache and a possible subsequent crash * major bug 788: don't read STRLEN n_a, which isn't initialized by POPpx of Perl v5.8.8 and later * fix query parsing in file: URIs for local CGI (was broken in 0.11.3) * bug 691: don't look up bogus IPv4 addresses based on characters of a hostname * bug 712: GnuTLS works on https://www-s.uiuc.edu/ * fix active and passive FTP over IPv6 * bug 938: elinks -remote no longer needs a controlling tty * bug 939: fix FSP directory listing (some compiler options left it empty) * bug 978: Python's webbrowser.open_new_tab(URL) works since now * bug 1012: compile with -fno-strict-overflow or -fwrapv if available * bug 1014: fix incompatible pointer type in Perl_sys_init3 call * minor bug 54, Debian bug 338402: don't force the terminal to 8 bits with no parity, and don't disable XON/XOFF flow control either * minor bug 951 in user SMJS: garbage-collect SMJS objects on File -> Flush all caches to work around their holding cache entries busy * minor bug 396: never show empty filename in the what-to-do dialog * minor bug 461: ensure contrast in blank areas, to keep the cursor visible * minor bug 928: properly display no-break spaces in a UTF-8 document if the terminal uses some other charset * minor bug 987: English spelling and grammar corrections * minor bug 1000: preserve any query and fragment when converting a file name to a file:// URL * minor: don't assume sizeof(int)==4 in bittorrent * trivial bug 947: document.html.wrap_nbsp also affects text in tables * trivial bug 997: fix unlikely stack corruption in active FTP * build bug 1002: fix "comparison is always true due to limited range of data type" warning on PowerPC and s390 * build bug 950: fix "config/install-sh: No such file or directory" on SunOS * build bug 936: fix errors about undefined off_t (autoheader incompatibility) * build bug 959: test in configure whether -lX11 works * build: update SpiderMonkey configure check Debian compatibility * build: use $(CPPFLAGS) rather than $(AM_CFLAGS) * build: disable GCC 4.2 warning about builtin_modules * build: move debian/ to contrib/debian/ * minor build bug 989: AsciiDoc 8.2.2 compatibility * minor build bug 960: fix errors in loadmsgcat.c if mmap() exists but munmap() doesn't
2008-06-23Initial version of pidgin-facebookchatsmb1-1/+2
2008-06-23Add initial package for pidgin-facebookchat. The Makefile is ugly,smb5-0/+76
but so is the underlying code...
2008-06-23Explicitly disable java support so that it doesn't try, and fail, to buildmarkd1-1/+2
it if configure script happens to find a java installed.
2008-06-23Note removal of the crosspkgtools packages.kristerw1-1/+9
2008-06-23The crosspkgtools has not worked for a long time because of changes inkristerw33-1293/+1
the pkgsrc infrastructure. And the current infrastructure differs enough from how it looked when the crosspkgtools was made, so a somewhat different approach is needed.
2008-06-23Updated lang/clisp to 2.45.ghen1-1/+2
2008-06-23Update CLISP to 2.45, from Aleksej Saushev <asau@inbox.ru> via PR pkg/39005.ghen6-55/+41
Changes since previous (2.44.1) release: User visible changes -------------------- * Experimental Just-In-Time Compilation of byte-compiled closures is now done using GNU lightning (this is a configure-time option). Thanks to Yann Dauphin <yann-nicolas.dauphin@polymtl.ca>. * New command-line option -lp adds directories to *LOAD-PATHS*. See <http://clisp.cons.org/impnotes/clisp.html#opt-load-paths> for details. * New function FFI:OPEN-FOREIGN-LIBRARY allows pre-opening of shared libraries. See <http://clisp.cons.org/impnotes/dffi.html#dffi-open-lib> for details. * New macro EXT:COMPILE-TIME-VALUE allows computing values at file compilation. See <http://clisp.podval.org/impnotes/macros3.html#compile-time-value> for details. * New function FFI:FOREIGN-POINTER-INFO allows some introspection. See <http://clisp.cons.org/impnotes/dffi.html#fptr-info> for details. * Versioned library symbols are now accessible via the :VERSION argument of DEF-CALL-OUT and DEF-C-VAR. Thanks to Kaz Kylheku <kkylheku@gmail.com>. See <http://clisp.cons.org/impnotes/dffi.html#def-call-out> for details. * New functions GRAY:STREAM-READ-SEQUENCE and GRAY:STREAM-WRITE-SEQUENCE have been added for portability reasons. Suggested by Anton Vodonosov <avodonosov@yandex.ru>. See <http://clisp.cons.org/impnotes/gray.html#st-rd-seq> for details. * New user variable CUSTOM:*SUPPRESS-SIMILAR-CONSTANT-REDEFINITION-WARNING* controls whether the redefinition warning is issues when the new constant value is visually similar to the old one. See <http://clisp.cons.org/impnotes/defconstant.html#defconstant-similar> for details. * REPL commands can now accept arguments. See <http://clisp.cons.org/impnotes/repl.html> for details. * Updated the postgresql module to PostgreSQL 8.3. See <http://clisp.cons.org/impnotes/postgresql.html> for details. * Module syscalls now interfaces to <stdio.h> (for the sake of FFI modules). See <http://clisp.cons.org/impnotes/syscalls.html#stdio> for details. There are others additions there also, but they are too numerous to be enumerated here. * Bug fixes: + Fix handling of quoted objects by READ-PRESERVING-WHITESPACE. [ 1890854 ] + Fix rectangle count in NEW-CLX XLIB:SET-GCONTEXT-CLIP-MASK. [ 1918017 ] + Fix argument handling in NEW-CLX XLIB:QUERY-COLORS. [ 1931101 ] + Fix compilation on systems not supporting returning void. [ 1924506 ] + Fix TANH floating point overflow for large floats. [ 1683394 ] + Avoid extra aggressive bignum overflow reporting in READ. [ 1928735 ] + Improved floating point number formatting. [ 1790496, 1928759 ] + COMPILE no longer discards MACRO doc strings. [ 1936255 ] + Improved accuracy of LOG on complex numbers. [ 1934968 ] + Fix COERCE for compound float result-types. [ 1942246 ] + Fix $http_proxy parsing. [ 1959436 ] + Fix LISTEN on buffered streams when the last character was CRLF. [ 1961475 ] + Cross-compilation process has been restored to its former glory,
2008-06-23document a pre-freeze rushdrochner1-1/+18
2008-06-23update to 1.63drochner3-17/+16
changes: -direct support for polynomial arithmetic over GF(2) -for loop can now handle >= 2**32 iterations -bugfixes
2008-06-23update to 2.22.0drochner4-16/+14
This switches to the gnome-2.22 release branch.
2008-06-23update to 2.22.1drochner2-6/+6
changes: build system improvements, irrelevant to pkgsrc for now
2008-06-23update to 2.2.2drochner2-6/+6
changes: -Improvements to some of the lang files -Misc bugfixes -Updated translations
2008-06-23update to 1.0.3drochner2-7/+6
changes: Fixes, optimizations, few new functions, few improvements to GUI
2008-06-23add gnome-mastermind & xyedrochner1-1/+3
2008-06-23import gnome-mastermind-0.3.1, the wellknown gamedrochner4-0/+129
2008-06-23DESTDIR support, from Aleksej Saushev.dholland1-2/+4
2008-06-23Fix the PKG_OPTIONS=-x11 build.dholland1-2/+2
2008-06-23import xye-0.8.0, a puzzle game (Kye clone)drochner4-0/+63
2008-06-23update to 1.5.2drochner3-7/+8
changes: -Improved artwork/lyrics caching through case-insenstive searching -Add Turkish translation -bugfixes
2008-06-23Updated archivers/p7zipadam1-1/+2
2008-06-23Changes 4.58:adam2-7/+7
- Some speed optimizations. - 7-Zip now can unpack .lzma archives. - Unicode (UTF-8) support for filenames in .ZIP archives. - Now it's possible to store file creation time in 7z and ZIP archives. - 7-Zip now can unpack multivolume RAR archives created with "old style volume names" scheme and names *.001, *.002, ... - Some bugs were fixed.
2008-06-23oops - this belongs to the recent xine-lib updatedrochner2-4/+4
2008-06-23update to 1.9.1drochner2-7/+7
changes: -speed improvement -documentation update -bugfixes
2008-06-23update to 2.22.0drochner2-7/+7
This switches to the gnome-2.22 release branch.
2008-06-23update to 2.16.3drochner3-22/+10
changes: minor bugfixes
2008-06-23update to 1.4.16bdrochner3-9/+8
changes: -minor bugfixes -Changes DB schema to better handle comments during item and subscription deletion. This makes the cache version incompatible to 1.4.15 -Update of French translation