Commit graph

105883 commits

Author SHA1 Message Date
adam
6e11f33036 Updated emulators/wine to 0.9.25 2006-11-10 21:57:13 +00:00
adam
9c9b1ad582 Changes 0.9.25:
- Many more fixes for installer support.
- Many MSHTML improvements.
- Support for NTLMv2.
- RPC over TCP improvements.
- Lots of bug fixes.
2006-11-10 21:56:15 +00:00
schwarz
936d40f544 updated possible EXTRACT_USING values 2006-11-10 21:36:37 +00:00
schwarz
be188ede60 updated net/sipsak to 0.9.6 (which had been living in wip already for some
time)
2006-11-10 21:32:35 +00:00
gdt
deed3e795e Update to 1.1.6.
PostGIS 1.1.6
2006/11/02

	- fixed CAPI change that broke 64-bit platforms
	- use Z ordinate in reprojections
	- spatial_ref_sys.sql updated to EPSG 6.11.1
        - Simplified Version.config infrastructure to use a single
          pack of version variables for everything.
        - Include the Version.config in loader/dumper USAGE messages
        - Replace hand-made, fragile JDBC version parser with Properties
        - Fixed setSRID() bug in JDBC, thanks to Thomas Marti
        - loader/dumper: fixed regression tests and usage output

PostGIS 1.1.5
2006/10/13
	- Java:
	  - Removed obsolete synchronization from Jts code.
	  - fixed nullpointer Exception in Geometry.equals() method
          - Added EJB3Spatial.odt to fulfill the GPL requirement of
            distributing the "preferred form of modification"
	- Added -S option for non-multi geometries to shp2pgsql
	- Updated heavily outdated README files for shp2pgsql/pgsql2shp by
	  merging them with the manpages.
2006-11-10 21:19:43 +00:00
gdt
5ed5a016d2 bump required version (geos-config has a new option).
No PKGREVISION++ (riding upgrade < 1 hour ago).
2006-11-10 21:18:54 +00:00
gdt
89de405525 Updated geography/geos to 2.2.3 [gdt 2006-11-10] 2006-11-10 21:01:28 +00:00
gdt
f6e643a8c4 Update to 2.2.3. (Minor and irrelevant changes omitted.)
Take maintainership.

Changes in 2.2.3

- CAPI: multiple finishGEOS() calls made harmless.

Changes in 2.2.2

- Added LinearRing::clone
- Added GEOSArea(), GEOSLength(), GEOSEnvelope(), and GEOSGeomType() to C API
- Cleanups in C-API
- Support for gcc-4
- Fixed Polygon::equalsExact
- Fixed bug in NULL-factory Geometry constructor
- Cleanups in SWIG wrappers
- New Ruby bindings
- Enumerated SweepLineEvent's DELETE and INSERT labels
  renamed to DELETE_EVENT and INSERT_EVENT.
- Fixed geos-config to use system-specific libs path
- Accept correct WKT format for MultiPoints
- SRID support in (E)WKB reader.

Changes in 2.2.0

- Higher dimensions interface for CoordinateSequence
- Added getCoordinatesRO for Point class
- NEW WKB IO
- NEW Simplified and stabler C API

Changes in 2.1.4

- Severe BUGFIX in BufferSubgraphGT and other functions used
  as StrictWeakOrdering predicates for sort()

Changes in 2.1.3

- XMLTester installed by default
- New Node::isIncidentEdgeInResult() method

Changes in 2.1.2

- Added multipolygon buffering test in source/test/testLeaksBig
- Ported JTS robustness patch for RobustLineIntersector
- Removed useless Coordinate copies in OverlayOp::mergeZ()
- Avoided throws by IsValid on invalid input
- Stricter C++ syntax (math.h=>cmath, ieeefp.h in "C" block, ostringstream
  instead of sprintf)
- Better support for older compilers (Polygonizer::LineStringAdder friendship)
- Removed useless Coordinate copies in CGAlgorithms::isOnLine()
- Added support for polygonize and parametrized buffer tests in XMLTester
- Fixed Z interpolation in LineIntersector
- Made polygon::getBoundary() always OGC-valid (no LinearRings)
- Input checking and promoting in GeometryFactory::createMultiLineString()
- Segfault fix in GeometryEditor::editPolygon()

Changes in 2.1.1

- Fixed uninitialized Coordinate in TopologyException
- Added install of version.h, platform.h and timeval.h
- Z interpolation in overlay operations

Changes in 2.1.0

- Added Polygonizer and LineMerger classes.
- python wrapper examples
- Z support in overlay operations.
2006-11-10 21:00:23 +00:00
rillig
9d64b6cc74 Fixed "test ==". 2006-11-10 20:58:09 +00:00
rillig
76810d60ee Provided the usual header comment. 2006-11-10 20:48:41 +00:00
rillig
331ea6cf14 Fixed unexpanded ${sysconfdir} in the default configuration file.
PKGREVISION++
2006-11-10 20:15:17 +00:00
rillig
9b2970ab94 Make the package pass the check-headers test. The ${HOME} that appears
in the macros will be expanded later.
2006-11-10 20:04:26 +00:00
perry
08faa43ef4 note gnus 5.10.8 2006-11-10 18:29:08 +00:00
perry
026a3b272d remove commented out PKGREVISION 2006-11-10 18:04:09 +00:00
perry
aa7704d47c update gnus to 5.10.8 2006-11-10 17:57:51 +00:00
reed
dc28bb717b Update lyx-qt. 2006-11-10 17:50:24 +00:00
reed
291893136f Update to version 1.4.3.
Also replace "python" with real path to python in more files.
NOTE: this is not complete a few more files still have "python"
hard-coded.

The release notes says: "This is a bug fix release that improves
stability and MS Windows support. Notable new features include:
* The windows port does not need a MSys (unix-like tools) installation
anymore.  * A new function inset-dissolve has been added to delete
an text inset and put its contents in the enclosing text; this can
be accessed (like in the math editor) by pressing Backspace at the
start of an inset, or Delete at the end.  * Many crashes have been
fixed, in particular for systems based on gcc 4.1.  All current
1.4.x users are encouraged to upgrade to this version."
2006-11-10 17:48:48 +00:00
tv
9f00d3d96c Use find -print | xargs rather than find -exec. 2006-11-10 17:44:34 +00:00
tv
25a4024806 Use find -print | xargs rather than find -exec. 2006-11-10 17:34:09 +00:00
tv
a6c32dca6a Use find -print | xargs rather than find -exec.
Use && chains rather than ; so that errors are not thrown away.
2006-11-10 17:32:24 +00:00
tv
b16e61f08a Use find -print | xargs rather than find -exec. 2006-11-10 16:50:54 +00:00
tv
1cd84fb248 For some reason, Interix "find ... -exec" leaks a little bit of memory,
which on large trees involving thousands of -exec's, makes find turn
into a humongous process.  It's faster on most systems to use other
methods anyway, so use xargs where practical, or pipe to a
"while read f; do ..." loop and let the shell do what it was meant
to do -- run programs.
2006-11-10 16:49:58 +00:00
tv
1124f19fc8 For some reason, Interix "find ... -exec" leaks a little bit of memory,
which on large trees involving thousands of -exec's, makes find turn
into a humongous process.  It's faster on most systems to use other
methods anyway, so use xargs where practical, or pipe to a
"while read f; do ..." loop and let the shell do what it was meant
to do -- run programs.
2006-11-10 16:30:08 +00:00
tv
21e14c6c7f Use xargs in both cases. 2006-11-10 16:18:48 +00:00
tv
f0726f5ba1 Catman pages are no longer installed; remove USE_TOOLS+=nroff. 2006-11-10 14:44:33 +00:00
rillig
c8ab1e5a76 Added a patch that fixes the generation of the dependency files (*.d). 2006-11-10 14:07:02 +00:00
rillig
ee115ddc82 Fixed pkglint warnings. 2006-11-10 14:06:31 +00:00
ghen
03cf6f6c34 Grammar fixes + list postgresql as a possible data backend. 2006-11-10 11:36:32 +00:00
taca
b535b723ed Remove use of automake/autoconf after duscussed with Anthony Mallet,
package maintainer who sent PR pkg/34655.
2006-11-10 10:50:21 +00:00
martti
d53cfe5a94 jalbum-6.5.4 2006-11-10 10:34:49 +00:00
martti
c8bec805c2 Updated www/jalbum to 6.5.4
Changes unknown.
2006-11-10 10:34:26 +00:00
martin
3220cf3bcb Adapt to recent struct uvmexp changes. 2006-11-10 10:07:20 +00:00
rillig
d9096da9ad Fixed the warning from GNU awk that in strings, \$ is the same as a
plain $.
2006-11-10 08:17:06 +00:00
rillig
644593e5f4 Added CHECK_HEADERS_SKIP to make the package pass the test. 2006-11-10 08:10:23 +00:00
rillig
1f61f23e04 Added CHECK_HEADERS_SKIP to make the package pass the test. The postfix
configuration variables look exactly like the ones produced by the
configure scripts.

Added POSTFIX_QUEUE_DIR to BUILD_DEFS to make it visible why VARBASE can
be configured.
2006-11-10 08:08:55 +00:00
rillig
1a51080155 Refined the pattern for lines containing bad macros. White-space is
allowed between the "#" and the "define", and the value must be of the
form "${varname}/...", that is, starting with a double quote, followed
by "${" and a variable name, and directly behind the closing brace must
be a slash. This should catch most false positives while still being
useful.
2006-11-10 07:59:01 +00:00
adrianp
947369945a Updated archivers/libarchive to 1.3.1 2006-11-10 00:31:25 +00:00
adrianp
52b0fc8fd3 Update to 1.3.1
Sep 05, 2006: libarchive 1.3.1 released
Sep 5, 2006: Bump version to 1.3 for new I/O wrappers.
Sep 4, 2006: New memory and FILE read/write wrappers.
Sep 4, 2006: libarchive test harness is now minimally functional;
    it's located a few minor bugs in error-handling logic

Fix a denial of service security issue via FreeBSD:
If the end of an archive is reached while attempting to "skip" past a
region of an archive, libarchive will enter an infinite loop wherein it
repeatedly attempts (and fails) to read further data.
2006-11-10 00:29:44 +00:00
obache
6a3488f924 Updated www/ja-trac to 0.10.1.1. 2006-11-10 00:26:00 +00:00
obache
5e7aa17fde Update ja-trac to 0.10.1.1.
Trac-0.10.1-ja-1 (Nov 9, 2006)

 * Merge trac-0.10.1
 * Translate messages into Japanese.
   * trac/db/api.py
   * trac/notification.py
 * Correct some translations.
   * templates/timeline.cs
   * wiki-default/TracIni
   * trac/mimeview/silvercity.py
 * Add link to TracJa.
   * wiki-default/TracGuide
 * Update to current statement.
   * README.trac-ja
   * wiki-default/TracJa
 * bdist's package name revert to `trac` from `trac-ja`,
   because some plugins require `trac`'s package name.
   * setup.py

Trac 0.10.1 (Nov 8, 2006)
http://svn.edgewall.org/repos/trac/tags/trac-0.10.1

 Trac 0.10.1 contains a security fix and a number of bug fixes.
 The following list contains only a few highlights:

 * Fixed CSRF vulnerability (#4049), reported by Daniel Kahn Gillmor.
 * Improved DB connection handling (#3503)
 * Tracd no longer tries to resolve client's IP address (#3481).

 The complete list of closed tickets can be found here:
   http://trac.edgewall.org/query?status=closed&milestone=0.10.1
2006-11-10 00:24:49 +00:00
rillig
e58b2d94b8 The first hunk of patch-af is not needed. 2006-11-10 00:09:07 +00:00
rillig
7930c6a2d8 Text files must end with a newline. 2006-11-10 00:08:46 +00:00
rillig
cd832065ea Variable names don't need to be quoted. 2006-11-09 23:59:35 +00:00
rillig
bb4e6a91dc Some minor tweaks; added DESTDIR. 2006-11-09 22:29:29 +00:00
rillig
f8debf1069 + SKIP_PORTABILITY_CHECK 2006-11-09 22:26:18 +00:00
rillig
d43645467b Added documentation. 2006-11-09 21:29:26 +00:00
drochner
7a3eef06f4 g/c menaingless --disable-gtk-doc config arg 2006-11-09 21:15:55 +00:00
drochner
d0a02313a1 update to 5.8.25
changes: minor bugfixes
2006-11-09 21:14:41 +00:00
drochner
55aceb52c6 update to 0.9.2
changes:
-redesign status bar; long hint strings can now be seen as a tooltip
-fix demo playback
-more code cleanup and commenting
2006-11-09 21:12:05 +00:00
rillig
05707c80dc This is also an FAQ of autoconf, so provide a link to there. 2006-11-09 21:07:25 +00:00