summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2005-05-24Use PKG_SUGGESTED_OPTIONS instead of PKG_DEFAULT_OPTIONS.seb1-2/+2
Approved by cube@
2005-05-24Changed MASTER_SITES to the MASTER_SITE_GNUSTEP template.rillig1-2/+2
2005-05-24Updated rudiments to 0.28.2. I don't know what has changed, but at least itrillig4-138/+173
builds on NetBSD.
2005-05-24Rename _LIBINTL_H to _BLNK_LIBINTL_H (namespace issues).jlam1-7/+8
2005-05-24Re-add _LIBINTL_H definition that was accidentally removed in thejlam1-1/+3
previous commit.
2005-05-24Use mk/buildlink3/find-libs.mk instead of custom logic to find a nativejlam1-20/+6
libintl.so.
2005-05-23Version 0.8.0 (released Apr 19 2005)epg2-8/+6
http://svn.collab.net/repos/rapidsvn/tags/0.8.0 User-visible changes: * 243 New: Native Support for Mac OS X (no X11) * 252 New: Fast diff to head revision * 202 New: New column on the filelist pane: file's extension * 238 New: Ability to access FSFS * 250 New: Show versioned files only * 259 Dont truncate entries in tree * 211 Fixed: Filenames with special chars (Umlauts) dont work * 212 Fixed: Commit messages with special chars (umlauts) dont work * 221 Fixed: Slow response to right click on files * 230 Fixed: Crash when trying to expand a node in the tree view * 234 Fixed: No update when adding a new directory * 237 Fixed: Folder Browser forgets location on refresh * 242 Fixed: No German User-Interface * 255 Fixed: Info report contains an invalid URL * 257 Fixed: Path for repositories in wrong format (only Windows) * 263 Fixed: No URL edit field visible with wxX11 * 244 Fixed: Crash while setting program path in Preferences Developer-visible changes: * 270 Added Full Unicode support * 256 Switched to Subversion 1.1 for Windows * 222 Fixed: Cannot compile rapidsvn on unicode-enabled wxGTK systems * 235 Fixed: Suse 9.1 complaints during build (wx with Unicode) * 248 Fixed: Compiler error for threaded_worker.cpp * 267 Fixed: configure and out-of-tree builds
2005-05-23Bump RECOMMENDED version to 1.2.0.epg1-2/+2
2005-05-23Version 1.2.0epg15-588/+1055
(21 May 2005, from /branches/1.2.x) http://svn.collab.net/repos/svn/tags/1.2.0 See the 1.2 release notes for a more verbose overview of the changes since the 1.1 release: http://subversion.tigris.org/svn_1.2_releasenotes.html User-visible-changes: - Client: * add peg-rev syntax to co/blame/cat/ls/pget/plist/export (issue #1093) * 'svn info' now works on URLs (r13123, 13144) * 'svn* --version' now shows available repository back-ends (r13761) * new fixed-length keywords (for placement in binary files) (issue #2095) * on Windows, disk-cached passwords are now encrypted (r13888) * performance improvements: - 'svn status' does much less disk parsing (r11677, 11704) - 'svn st -u' no longer asks server to generate textdeltas (issue #2259) - 'svn revert -R' doing much less work (r13883) - utf8<->native conversions are faster now (issue #2016) * new switches added: - 'svn log --limit N' - show only first N log messages - 'svn info --revision' - show info on older object (r13265) - 'svn list --xml' - output listing in XML - 'svn propset --force' - allow unusual propsets (#2065) - 'svn diff --force' - show diffs on binary files (#2099) - 'svn co/up/st --ignore-externals' - skip over externals (#2189) - 'svn export --non-recursive' - don't export subdirs (issue #2228) - 'svnversion --help' - show help (r13128) * fixed: 'svn merge' fails to add symlinks or expand keywords (issue #2064) * fixed: 'svn merge --dry-run' shows spurious 'skip' messages (issue #1943) * fixed: 'svn merge' file-not-found' error (issue #1673) * fixed: 'svn merge' of propchanges into deleted file (issue #2132) * fixed: 'svn merge' on implicit target with space (r13010) * fixed: 'svn merge/diff URL URL' can cause httpd timeout (issue #2048) * fixed: 'svn switch/update' failure might corrupt wc (issue #1825) * fixed: 'svn up' should rm before add, helps case-insensitivity (r12616) * fixed: 'svn up -rX' causes file to be unrestorable (issue #2250) * fixed: 'svn copy wc wc' should keep .svn/ hidden (issue #1739) * fixed: 'svn copy wc wc' of deleted=true doesn't delete (issue #2101) * fixed: 'svn copy' shouldn't copy into schedule-delete area (issue #2020) * fixed: 'svn copy dir dir' infinite recursion (issue #2224) * fixed: 'svn log' throws error on unversioned target (issue #1551) * fixed: 'svn log' in r0 working copy shows r1 log msg (issue #1950) * fixed: 'svn export' bugs on deleted dirs or nonexistents (#2226, r13226) * fixed: 'svn export' on single file from working copy (issue #1708) * fixed: 'svn import' creating an empty revision (r14293) * fixed: 'svn commit' ignores --encoding when editing externally (#2244) * fixed: 'svn commit' log message lost if utf8-conversion failure (r13230) * fixed: 'svn diff' output encoding bug (r11461) * fixed: 'svn diff' showing prop-diffs on repos root dir (r13381-2) * fixed: 'svn diff' label reversal (issue #2033) * fixed: 'svn propget' prints extra newline in --strict mode (r14505) * fixed: 'svn propset' should skip unversioned files (#2030) * fixed: 'svn rm URL1 URL2 URL3...' huge memory usage (issue #2218) * fixed: 'svn mkdir' cleanup after failure (r11883) * fixed: 'svn status -u' crash in non-recursive wc's (issue #2122) * fixed: 'svn revert' should skip unversioned items (issues #2030, 2133) * fixed: 'svn revert' should suggest --recursive (issue #2114) * fixed: 'svn add/import' better detects invalid paths (issue #1954) * fixed: 'svn cleanup' should repair timestamps (r12012) * fixed: 'svn cat -rBASE' contacts repository (issue #1361) * fixed: fuzzily escape control-characters when sending over dav (#2147) * fixed: prevent client from manipulating svn:wc:* properties (r12523) * fixed: xml-escaping bugs over dav (r11090) * fixed: store symlinks as utf8, always work in non-utf8 locale (r11358-9) * fixed: bug in special-file detranslation (r11441) * fixed: show paths in local-style where we weren't (issue #1538) * fixed: detect invalid propnames better (issue #1832) * fixed: entire error stack not being printed (issue #1822) * fixed: improper utf8 conversion of revision strings (issue #1999) * fixed: use-commit-times timestamp bug (r12906) * fixed: don't comment out section-names in default config file (r11771) * more support for user-cancellation (r13083-4, 13086) * improved error messages (r12920, 11392, 11599, 11913, #2154, #2214) - Server: * mod_dav_svn autoversioning feature now complete (see release notes) * 'svnadmin create' now creates FSFS repositories by default (r13624) * new pre/post-revprop hook argument to describe propchange (r12162) * mod_authz_svn groups can now contain other groups (issue #2085) * 'svnadmin recover' now creates default svnserve passwd file (r11589) * increase default BDB cache size in DB_CONFIG (r13030) * new switches added: - 'svnlook diff --no-diff-added' - suppress added files (#2180) - 'svnlook propget/proplist --revprop' - show revision props (#2181) - 'svnadmin load --use-pre-commit-hook' 'svnadmin load --use-post-commit-hook'- invoke hooks when loading * fixed: FSFS race condition on posix platforms (issue #2265) * fixed: change FSFS revprops atomically and safely (issue #2193) * fixed: FSFS should verify checksums (issue #2253) * fixed: 'svnadmin create' should clean up when it fails (r13200) * fixed: 'svnadmin load' compatibility on pre-0.14 dumpfiles (r12075) * fixed: 'svnadmin load' crashes on contentful rev 0 (issue #1674) * fixed: 'svnadmin dump' should write in console encoding (issue #1997) * fixed: check for null-streams in dump/load code (r10510) * fixed: hook script ignored when symlink is broken (issue #1700) * fixed: hook script may inherit server's stdin stream (r12155) * fixed: potential svnserve segfault (r13199) * fixed: svnserve handling mutually-exclusive options (issue #2251) * fixed: mod_authz_svn should log errors to httpd errorlog (issue #2182) * fixed: 'svnadmin hotcopy' failed to copy format files (r14678, r14683) * mailer.py: add win32 compatibility, plus other bugfixes - Both: * new 'locking' feature (issue #1478, see release notes for details): - new: 'svn lock/unlock', 'svnadmin lslocks/rmlocks', 'svnlook lock' - new: 'svn:needs-lock' property to enable communication - 'svn st [-u]' shows local or remote lock overview - 'svn info wc | URL' shows local or remote lock details - 'svn commit' sends locks, 'svn up' removes stale locks - new hook scripts: pre-lock, pre-unlock, post-lock, post-unlock * speedups for 'svn blame' and other commands (see xdelta in release notes) * fixed: make both svnserve and svn:// urls work with IPv6 (r13235-6) * continued improvement of localized message translations: - German, Spanish, Polish, Brazilian Portuguese, Norwegian Bokmål, Swedish, Traditional Chinese, Simplified Chinese, Korean, Japanese - more localized messages in all svn-related binaries Developer-visible changes: * binary diff algorithm now defaults to xdelta instead of vdelta * huge number of new APIs: - new locking APIs in svn_client.h, svn_ra.h, svn_repos.h, svn_fs.h - new 'flattened' svn_ra.h API, which imitates svn_fs.h (issue #1931) - new notification API in svn_client.h, svn_wc.h - http://svn.haxx.se/dev/archive-2005-04/0319.shtml has all API changes * fs now has its own 'format' file, independent of repos 'format' (r13387) * improve efficiency of delta combining algorithm (r13016, r13063) * make all BDB apis take explicit pool parameters (r13198, r13205) * remove libsvn_fs_base caching of node revisions (r13299) * libsvn_repos commit editor can now take incoming txn (r13733) * fixed: mod_dav_svn sending illegal editor-drive (issue #2258) * pool usage improvements (r12954, 12852, r13386, issue #1310) * SWIG bindings: better API coverage overall. - new ruby bindings! - remove bitrotting swig-java bindings - perl and python bindings: numerous improvements, see their own logs. - bindings tests now within svntest framework * javahl bindings: numerous improvements, see its own logs. * many improvements to mailer.py and commit-email.pl * rewrite/improvements to gen-make build system, including VS.NET support * many improvements to the automated python testsuite (issue #2257) * book moved to separate repository (http://svn.red-bean.com/svnbook) pkgsrc changes: * New package devel/ruby-subversion. * Switch to devel/swig13, which we no longer need at runtime. * Provide TEST_TARGET for p5-subversion.
2005-05-23Import SWIG-1.3.24.epg6-0/+380
Originally, this was going to be a meta-package for swig-{build,python,perl,...}, but SWIG no longer has run-time components, and may now be collapsed into a single package. SWIG (Simplified Wrapper and Interface Generator) SWIG is a compiler that integrates C and C++ with languages including Perl, Python, Tcl, Guile, Mzscheme, Java, Ruby, PHP, and Ocaml. SWIG reads annotated C/C++ header files and creates wrapper code (glue code) in order to make the corresponding C/C++ libraries available to the listed languages, or to extend C/C++ programs with a scripting language.
2005-05-23Add php-pcntl - PHP process control function extension.jdolecek3-1/+22
2005-05-23Update to 1.12.0:wiz3-8/+11
Herzi: * Allow multiple calls to gsf_xml_out_add_cstr. [#167166] Ivan: * Fix codepage problem. [#162841] Jody: * Support GObject properties in GsfOutfile::new_child * Cleanup the OLE2 property import * Re-org the GsfDocMetadata interface * Cleanup the OLE2 property export Manuel Mausz: * OLE2 property export. Morten: * Attempt to get non-ASCII filenames right on Win32. [#171145] * Add "raw" properties to GsfInputGzip and GsfOutputGzip to allow header/trailer-less files. Also allow g_object_new construction of these classes. * Add "uncompressed_size" property to GsfInputGzip allowing to decompress files larger than 4GB. * Propagate errors from GsfOutputGzip's sink to itself. * Fix GsfOutputStdio to avoid killing the target file when we get an error. * Add new GsfOutputCsv and GsfOutputIconv. * Fix GsfOutfileZip's handling of compression levels. * Allow getting the compression level when reading zip files. * Improve zip file performance. (No longer reopens the underlying file for each member you read.) * Clean up zip output for zip files with non-ASCII members. * Make it possible to use g_object_new to create zip io objects.
2005-05-23Fix autoconf argument quoting.wiz2-3/+17
2005-05-23regen with correct offsetswiz2-6/+6
2005-05-23Removed trailing white-space.rillig29-103/+103
2005-05-22Removed NO_PATCH and replaced #defined with "yes" to make pkglint happy.rillig1-4/+3
2005-05-22Remove USE_TOOLS+=gawk from packages that had it added solely for Solaris.jlam1-2/+2
We rely on the tools framework to pull in a good enough awk tool.
2005-05-22Remove USE_TBL from pkgsrc and replace with USE_TOOLS+=tbl.jlam1-4/+2
2005-05-22Remove explicit dependencies on the GNU m4 package with USE_TOOLS+=m4jlam6-21/+16
and appropriate TOOLS_DEPMETHOD.gm4 settings.
2005-05-22Replace explicit build dependencies on bison and manipulations on thejlam2-9/+4
YACC variable with USE_TOOLS+=bison.
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam119-239/+238
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-22Remove the old tools framework and references to _USE_NEW_TOOLS.jlam2-11/+2
2005-05-22This package is GNU configured and installs locale files, so it needsjlam1-1/+2
to set USE_PKGLOCALEDIR so that the location of the installed locale files matches the one listed in the PLIST.
2005-05-22For packages that use GNU configure, don't bother adding "TOOL"jlam8-17/+8
variables into CONFIGURE_ENV if the new tools framework already takes care of adding them automatically.
2005-05-22Sort.minskim1-2/+2
2005-05-22s/netbsd/NetBSD/minskim1-2/+2
2005-05-22Remove redundant inclusion of bsd.prefs.mk.minskim1-3/+1
2005-05-22Honor *OWN and *GRP.minskim1-1/+4
2005-05-21Use -ldl on platforms with libdl.minskim3-6/+6
Bump PKGREVISION.
2005-05-21SUBST_FILES.* must be relative to ${WRKSRC}.jlam1-2/+2
2005-05-21Move the PKGREVISION from the Makefile.common. It should be usedreed1-1/+2
for revisions for a single package. I don't think this "suexec" PKGREVISION was meant for the apr package, but since it was used it is now there. I noticed this problem when building wip/apachebench2 which has nothing to do with suexec. Although, I did not make this change for pkgsrc-wip's wip/apachebench2 since this is a work in progress.
2005-05-20Update to 0.5.16:wiz2-6/+6
* Version 0.5.16 (released 2005-05-06) ** Mark static PR29 data tables as 'const', thanks to Joe Orton. ** Kinyarwanda translations added, thanks to Steve Murphy. ** API and ABI is backwards compatible with the previous version.
2005-05-20Support for DragonFlyBSD, based on patches from Joerg Sonnenberger.wiz8-48/+176
2005-05-20PKGREVISION bump missed in previous.tv1-2/+2
2005-05-20libtool needs to know where echo is or else it searches the PATH forjlam1-1/+6
it. This value is embedded into the libtool script. This was okay on NetBSD, but was breaking on Solaris. We now pass it the path to the real echo via CONFIGURE_ENV, which on Solaris is a more featureful echo. Problem noted by Mark Davies in private mail.
2005-05-19Update to version 2.01.seb2-6/+6
Changes since last packaged version (2.00) 2.01 Sunday 24th April, 2005 Allow to specify several modules on the corelist command-line (Yves Orton) Add a %patchlevel hash to get perforce patchlevels corresponding to released versions
2005-05-19We can only use the subst.mk framework if the files are relative tojlam1-12/+14
${WRKSRC}. Just directly create the msgfmt wrapper in the proper target. Also, note that the msgfmt handling should eventually migrate to the tools framework so that build dependencies and binary paths are correct.
2005-05-19Moved to textproc category.reed4-32/+0
2005-05-19Moving the p5-Lingua-EN-Inflect, p5-Lingua-EN-Numbers-Ordinate,reed3-6/+5
and p5-Lingua-Preferred packages to the textproc category.
2005-05-19Fix obvious typo in variable name.wiz1-2/+2
2005-05-19Convert this package to use bsd.options.mk, with one option, `szip'.jwise3-4/+26
This allows szip support (which uses a package with a no-commercial-use license) to be disabled.
2005-05-19PERL5_PKGSRCDIR is no longer defined under the new tools framework.jlam1-7/+7
Modify this bulk-build workaround by not checking for PERL5_PKGSRCDIR, and instead just relying on the presence or absence of ${PERL5}.
2005-05-19Update to 1.1:wiz3-8/+9
# libevent-1.1.tar.gz - Release 2005-05-14 * Performance improvements from Nick Mathewson. * Work around for kqueue bug in Mac OS X 10.4. # libevent-1.0e.tar.gz - Release 2005-04-26 * Important fix to bug in poll implementation introduced in 1.0d. # libevent-1.0d.tar.gz - Release 2005-04-22 * Several minor bug fixes and building of shared libraries.
2005-05-19Simplify setting of PKGNAME.wiz1-2/+2
2005-05-19Note that this package uses gzip.jlam1-1/+2
2005-05-19Use PATCH_DIST_CAT to simplify applying the strange pilrc patch.jlam1-22/+27
Also, while we're here, convert to use the options framework. Note that the deprecated variable PILRC_USE_GTK should be removed after the pkgsrc-2005Q3 branch is cut.
2005-05-18Remove packages that have been broken on 2.0/i386 for over 9 monthswiz7-83/+1
now; neither maintainer nor anyone else stepped up to fix them. Predicted on tech-pkg and in private mail to maintainers; no comments.
2005-05-18Add and enable error.wiz1-1/+3
2005-05-18Remove gnome1 packages except as needed for gnucash.wiz26-681/+1
Ok'd by jmmv@ and rh@ (gnome 1 maintainers).
2005-05-18update to 1.1.1drochner2-7/+6
bugfix only