summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-04-07Fix DESTDIR.joerg10-16/+30
2008-04-07Fix PLIST. Bump revision.joerg2-3/+4
2008-04-07Sort and fix PLIST. Bump revision.joerg2-3/+5
2008-04-07simplify and fix typo.joerg1-4/+3
2008-04-07Add missing directories.joerg1-4/+3
2008-04-07Fix DESTDIR.joerg1-3/+2
2008-04-07Fix typo.joerg1-2/+2
2008-04-07Fix DESTDIR.joerg2-3/+5
2008-04-07Fix DESTDIR installation.joerg1-4/+3
2008-04-07Note update of misc/openoffice2 to 2.4.0.hira1-1/+2
2008-04-07Fix DESTDIR.joerg2-9/+7
2008-04-07Update to 2.4.0.hira16-1769/+151
New features: General * Connect to WebDAV servers via HTTPS * Custom icons for toolbars are imported * Control password-storing with a master password * Warning if document is from a newer ODF * PDF documents: relative links, document references, PDF/A-1 (ISO 19005-1) supported, and cross-document link behavior options * Mac OS X: Quicktime support for movies and sound / use the built in spell checker * Print dialog improvements in usability * Edit boxes: warning at limit of characters * DejaVu font is now default instead of BitStream Vera Localisation * Entries for 10 languages added Base / DBA * Improved rendering of numeric(n) data from JDBC and Oracle * Easier choice of table name in "Copy table" * Editing of views in HSQLDB * Query designer for all properties which allow SQL command * Query designer in SQL view * Relation design accessible for MySQL databases * Setting to check for required fields on forms * Support for Access 2007 (.accdb files) Calc * Convert text to columns: with this feature CSV data inside cells can be transformed into columns directly * Columns and rows in spreadsheet can be moved with drag and drop * Enter key returns to the column where the input started, one row below * Formula input: "+" and "-" can also be used to start * Individual zoom level per sheet * AutoFilter: choices clearer grouped and based on result of filtering in other columns * DataPilot: Manual Sorting / Double-click in DataPilot cell provides calculation data of that cell * Performance improvement with functions VLOOKUP and MATCH * Print dialog for Calc easier to use * PageUp and PageDown keys work in print preview * Sheet names in cell-hyperlinks: renamed properly Chart * Regression curves: The equation of trend lines and the R^2 value now can be displayed * Reverse axes possible * Bars on different axes displayed next to each other * Data labels: Number format * Data point label: display both value and percentage * Data label: display each part in a separate line * Data labels: more flexible placement of labels * Labels on pie segments: avoiding overlapping * Data point label: can be removed with delete key Draw * Navigation (tab) order of page objects * PDF export: page names as bookmark * Reduce complexity: no longer necessary display options removed Impress * Navigation (tab) order of page objects * Thrilling 3D effects in slide transitions * Export slide names as PDF bookmarks * Easier to insert background picture Writer * Selecting rectangular region of text * Find and Replace: backward references in regular expressions * Spell checking: easier selecting of the language * Insert&Insert Object toolbar redesign - Writer * Printing of hidden text can be turned on * Printing text place holders can be turned off * Shortcuts added for paragraph style Heading 4, Heading 5 and Textbody * Ctrl-click behaviour for hyperlinks can be changed * Custom document properties: Text fields and UI support Extensions/ programmability / API * Extensible Help System for extensions * Extensions can have a separate display name * Extensions: support of web based update * Extensions: additional information about the publisher and release notes * Extensions: check for updates * Dialogs can have a wallpaper set * Transparent background for controls * Remote control presentations via API * API: get selected table(s) or query(s) in the main Base window Please see the following URL for more information. http://development.openoffice.org/releases/2.4.0.html
2008-04-07Fix DESTDIR.joerg2-8/+7
2008-04-07Fix DESTDIR installation.joerg1-1/+3
2008-04-07Use symbolic link instead of hard link and fix DESTDIR support at thejoerg1-2/+2
same time.
2008-04-07Fix DESTDIR installation.joerg1-3/+3
2008-04-07The updates for moc and pixman are done.bjs1-3/+1
2008-04-07+ Updated audio/moc to 2.4.3 [bjs 2008-04-07]bjs1-1/+3
Added audio/moc-devel version 2.5.0.3 [bjs 2008-04-07]
2008-04-07Update to moc-2.4.3. While here, add a check for sched_get_priority_maxbjs7-324/+133
in librt and remove ffmpeg patch, which is no longer needed. Also, I've changed options.mk so that selecting 'samplerate' implies 'sndfile', as the former is dependent on the latter.
2008-04-07Add moc-devel to audio/Makefile.bjs1-1/+2
2008-04-07Add a moc-devel package for version 2.5.0alpha3. This package usesbjs10-0/+384
a getline() function taken from nbftp--bothering with gnulib was too annoying. It works for me on NetBSD-current, but please let me know if there are any problems. I've also extended the check for sched_get_priority_max(3)--both here and in audio/moc--to look in librt prior to giving up. This allows moc to run with realtime priority on NetBSD-current; unfortunately, presently this requires root perms.
2008-04-07+ Updated audio/libsndfile to 1.0.17nb3 [bjs 2008-04-07]bjs1-1/+2
2008-04-07Add a 'sun' option and update patch-ac to support native audio outputbjs4-15/+53
on NetBSD, OpenBSD, and Solaris. This option takes precedence (by default) over OSS in the NetBSD/OpenBSD case. Bump rev.
2008-04-07+ Updated lang/tcl to 8.4.18 [bjs 2008-04-07]bjs1-1/+3
Updated x11/tk to 8.4.18 [bjs 2008-04-07]
2008-04-07Update to version 8.4.18. Distilled list of non-Windows changes:bjs2-6/+6
* generic/tclInterp.c (Tcl_GetAlias): fix for [Bug 1882373] * generic/regguts.h, generic/regc_color.c, generic/regc_nfa.c: Fixes for problems created when processing regular expressions that generate very large automata. An enormous number of thanks to Will Drewry <wad@google.com>, Tavis Ormandy <taviso@google.com>, and Tom Lane <tgl@sss.pgh.pa.us> from the Postgresql crowd for their help in tracking these problems down. [Bug 1810264] * unix/tclUnixCompat.c (TclpGetHostByName): Really applied the change noted on 2007-11-13 by dkf below. * generic/tclIOUtil.c (TclGetOpenMode): Only set the O_APPEND flag * tests/ioUtil.test (ioUtil-4.1): on a channel for the 'a' mode and not for 'a+'. [Bug 1773127] (backport from HEAD) * generic/tclCmdIL.c (Tcl_LsearchObjCmd): Prevent shimmering crash when -exact and -integer/-real are mixed. [Bug 1844789] * generic/tclThread.c: Back-port locking changes from Tcl8.5 in Tcl_Mutex/ConditionFinlize. Now we properly master-lock the finalization of sync primitives. * generic/regc_nfa.c: Fixed infinite loop in the regexp compiler * generic/regcomp.c: [Bug 1810038]. Corrected looping logic in * tests/regexp.test: fixempties() to avoid wasting time walking a list of dead states [Bug 1832612]. Convert optst() from expensive no-op to a cheap no-op. Improve newline usage in debug output. * unix/tclUnixCompat.c (TclpGetHostByName): The six-argument form of getaddressbyname_r() uses the fifth argument to indicate whether the lookup succeeded or not on at least one platform. [Bug 1618235] * generic/regc_lex.c (lexescape): Ensure that backreference numbers can't overflow a signed int in a way that breaks things. [Bug 1810264] * generic/tclParse.c (Tcl_ParseBraces): fix for possible read after the end of buffer, [Bug 1813528] (Joe Mistachkin). * generic/tclObj.c (Tcl_FindCommandFromObj): fix finding a deleted command; cannot trigger this from Tcl itself, but crash reported on xotcl. This check is new to 8.4 but exists in 8.5, so this is a backport or something. Thanks Gustaf Neumann. * generic/tcl.h (Tcl_DecrRefCount): Update change from 2006-05-29 to make macro more warning-robust in unbraced if code.
2008-04-07Update to version 8.4.18. Way too many changes to list here--pleasebjs3-7/+8
see ChangeLog. Insofar as I can tell, all of the changes are bug fixes (and some backports from HEAD for Darwin).
2008-04-07+ Updated devel/scmgit to 1.5.4.5 [bjs 2008-04-07]bjs1-1/+2
2008-04-07Update to v1.5.4.5.bjs2-6/+6
GIT v1.5.4.5 Release Notes ========================== Fixes since v1.5.4.4 -------------------- * "git fetch there" when the URL information came from the Cogito style branches/there file did not update refs/heads/there (regression in 1.5.4). * Bogus refspec configuration such as "remote.there.fetch = =" were not detected as errors (regressionin 1.5.4). * You couldn't specify a custom editor whose path contains a whitespace via GIT_EDITOR (and core.editor). * The subdirectory filter to "git filter-branch" mishandled a history where the subdirectory becomes empty and then later becomes non-empty. * "git shortlog" gave an empty line if the original commit message was malformed (e.g. a botched import from foreign SCM). Now it finds the first non-empty line and uses it for better information. * When the user fails to give a revision parameter to "git svn", an error from the Perl interpreter was issued because the script lacked proper error checking. * After "git rebase" stopped due to conflicts, if the user played with "git reset" and friends, "git rebase --abort" failed to go back to the correct commit. * Additional work trees prepared with git-new-workdir (in contrib/) did not share git-svn metadata directory .git/svn with the original. * "git-merge-recursive" did not mark addition of the same path with different filemodes correctly as a conflict. * "gitweb" gave malformed URL when pathinfo stype paths are in use. * "-n" stands for "--no-tags" again for "git fetch". * "git format-patch" did not detect the need to add 8-bit MIME header when the user used format.header configuration. * "rev~" revision specifier used to mean "rev", which was inconsistent with how "rev^" worked. Now "rev~" is the same as "rev~1" (hence it also is the same as "rev^1"), and "rev~0" is the same as "rev^0" (i.e. it has to be a commit). * "git quiltimport" did not grok empty lines, lines in "file -pNNN" format to specify the prefix levels and lines with trailing comments. * "git rebase -m" triggered pre-commit verification, which made "rebase --continue" impossible. As usual, it also comes with many documentation fixes and clarifications.
2008-04-07+ Updated x11/pixman to 0.10.0 [bjs 2008-04-07]bjs1-1/+2
2008-04-07Update to pixman 0.10 plus some tiny patches from GIT.bjs8-9/+183
Notable improvements: * Support for new YUV formats * MMX acceleration now works with MS Visual C++ * Many performance improvements and bug fixes
2008-04-07Updated www/opera to 9.27xtraeme2-3/+3
2008-04-07Update to 9.27, this closes PR pkg/38369:xtraeme2-15/+15
Security * Fixed an issue where newsfeed prompts could cause Opera to execute arbitrary code, as reported by Michal Zalewski. See our advisory. http://www.opera.com/support/search/view/881/ * Solved an issue where resized canvas patterns could cause Opera to execute arbitrary code, as reported by Michal Zalewski. See our advisory. http://www.opera.com/support/search/view/882/ * Improved keyboard handling of password inputs, as reported by Trystan S. Miscellaneous * Fixed a BitTorrent transfer stability issue. * Resolved stablity issues with the Acid 3 test. * Additional stability fixes.
2008-04-07Note addition of databases/p5-Class-DBI-Pg version 0.06.he1-1/+2
2008-04-07Add p5-Class-DBI-Pg.he1-1/+2
2008-04-07Import p5-Class-DBI-Pg version 0.06,he3-0/+25
which automates the setup of Class::DBI for Postgres.
2008-04-07Prefer package-destdir as default for update with USE_DESTDIR.joerg1-2/+4
2008-04-07Simplify logic and make pkgdbdir the default forjoerg1-6/+5
pkg_vulnerabilities_dir.
2008-04-07Note addition of geography/p5-Geo-Distance version 0.11.he1-1/+2
2008-04-07Add p5-Geo-Distance.he1-1/+2
2008-04-07Import p5-Geo-Distance version 0.11, a perl library to Calculatehe4-0/+28
Distances and Closest Locations.
2008-04-07Simplify logic as audit-packages and download-vulnerabilities alwaysjoerg1-20/+1
comes from pkg_install now.
2008-04-07Sync with reality: audit-packages does exist, the vulnerability filejoerg1-3/+3
itself might not.
2008-04-07Note addition of textproc/p5-String-Random version 0.22.he1-1/+2
2008-04-07Add p5-String-Random.he1-1/+2
2008-04-07Import p5-String-Random, which generates random strings.he4-0/+24
2008-04-07pkg_install-20080407:joerg6-13/+38
Add command to print effective value of configuration variables. Remove FETCH_CMD variable from pkg_admin, it is not used.
2008-04-07Add checksums for geolizer optionmartin1-1/+4
2008-04-07Updated www/awstats to 6.7adam1-1/+2
2008-04-07Changes 6.7:adam5-46/+40
New features/improvements: - Full support for -day option. To build different report for each day - Added virtualenamequot tag - Added option NotPageList - Addes .jobs and .mobi domains Fixes: - Minor bug in awstats_configure.pl Other/Documentation: - Updated some language files. - Updated browsers database.
2008-04-07Note update of fonts/jisx0208fonts package to 200301316nb2.taca1-1/+2