summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-10-26Regenerate for patches.reed1-3/+1
patch-ab and patch-ac were removed in the update to 1.4.1 eight weeks ago. This was reported by Pritesh Shah on tech-pkg mailing list.
2004-10-26Update to 2.8.1:jmmv3-7/+7
* Translation updates
2004-10-26Update to 2.8.1:jmmv2-6/+5
Fixes - Only highlight sticky windows on the current workspace (Elijah Newren) Translators - Aiet Kolkhi (ka)
2004-10-26Update GConf2 and GConf2-ui to 2.8.1:jmmv4-9/+9
Fixes - If the toplevel directory of a source isn't writable, then mark the whole source as readonly (Mark) - Plug various leaks (Kjartan) Translators - Christophe Merlet (RedFox) (fr) - Alessio Frusciante (it) - Žygimantas Beručka (lt) - Li-Jen Hsin (zh_TW)
2004-10-26I haven't maintained this package in ages.groo1-2/+2
2004-10-26Update to 1.4.2:gavan2-5/+5
* configure.in (VERSION): Bump to 1.4.2. * NEWS: Describe 1.4.2's changes. * src/m4.c (reference_error): Preserve errno, since M4ERROR relies on this. * src/builtin.c (m4_esyscmd): Clear errno before calling popen. (m4_maketemp): Clear errno before calling mkstemp. * src/path.c (path_search): Don't let "free" trash errno when returning NULL. * src/output.c (insert_file): Don't assume errno has a valid value simply because fread returns zero. This fixes a portability bug reported by Marion Hakanson in <http://lists.gnu.org/archive/html/bug-m4/2004-07/msg00029.html>. Fixes PR pkg/27301.
2004-10-26Replace the .elif statement for APR_USE_OPENLDAP with a new .ifxtraeme1-2/+3
block to fix the problem reported in PR pkg/27442 by Rasputin.
2004-10-24*** empty log message ***shannonjr1-3/+3
2004-10-24Updated to 1.0.1 to use NetBSD threadlib if availableshannonjr1-2/+2
2004-10-23Add and enable p5-IO-Util.minskim1-1/+2
2004-10-23Import p5-IO-Util from pkgsrc-wip. Packaged by Hiramatsu Yoshifumi.minskim4-0/+28
IO::Util - A selection of general-utility IO function This is a micro-weight module that exports just a couple of functions of general utility in IO operations.
2004-10-23Add and enable p5-OOTools.minskim1-1/+2
2004-10-23Import p5-OOTools from pkgsrc-wip. Packaged by Hiramatsu Yoshifumi.minskim4-0/+32
OOTools is a collection of pragmas to easily create constructors methods and lvalue accessor methods at compile time. OOTools distribution includes: Class::constr Pragma to implement constructor methods Class::props Pragma to implement lvalue accessors with options Class::group Pragma to implement group of properties accessors with options Object::props Pragma to implement lvalue accessors with options Object::group Pragma to implement group of properties accessors with options
2004-10-23Added librfuncsshannonjr1-1/+2
2004-10-23Provides missing POSIX *_r functions: ttyname_r(), getenv_r() andshannonjr5-0/+67
strerror_r(). These are thread safe versions of the corresponding functions without the "_r". The package is implemented so that it may be used simply by including it's buildlink3.mk file.
2004-10-23Version 1.1.1epg5-11/+8
(22 October 2004, from /branches/1.1.1) http://svn.collab.net/repos/svn/tags/1.1.1 User-visible-changes: - Client: * fixed: 'svn status' win32 performance regression (issue #2016) * fixed: 'svn ls' dying on non-ascii paths over DAV (issue #2060) * fixed: allow URI-encoded colon or pipe on win32 (issue #2012) * fixed: broken win32 UNC paths (issue #2011) * fixed: memory bloat when committing many files over DAV (r11284, -321) * fixed: eol-style translation error for 'svn propget' (r11202, -243) * fixed: 'svn propedit' does EOL conversion properly (issue #2063) * fixed: 'svn log --xml' shouldn't be locale-dependent. (r11181) * fixed: 'svn export' of symlinks with 'use-commit-times' (r11224) * fixed: 'svn export -rBASE' when WC has added items (r11296, -415) * many translation updates for localized client messages. - Server: * fixed: 'svn ls' HTTP performance regression (r11211, -232, -285) * fixed: make it possible to set "SVNPathAuthz off" in httpd.conf (r11190) * fixed: fsfs validating revisions when accessing revprops (issue #2076) * fixed: 'svn log -v' hiding too much info on 'empty' revisions. (r11137) * fixed: encoding bug with 'svnlook log'/'svnlook author' (r11172) * fixed: allow mod_authz_svn to return '403 Forbidden', not 500 (r11064) * fixed: XML-escape author and date strings before sending (issue #2071) * fixed: invalid XML being sent over DAV (issue #2090) Developer-visible-changes: * fixed: IRIX compile error (issue #2082) * fixed: error in perl bindings (r11290) * fixed: error leaks in mod_dav_svn (r11458) * fixed: javahl should use default config directory (r11394)
2004-10-23Add and enable p5-Class-Factory.minskim1-1/+2
2004-10-23Import p5-Class-Factory from pkgsrc-wip. Packaged by Hiramatsu Yoshifumi.minskim4-0/+31
This is a simple module that factory classes can use to generate new types of objects on the fly, providing a consistent interface to common groups of objects. Factory classes are used when you have different implementations for the same set of tasks but may not know in advance what implementations you will be using.
2004-10-21Add MASTER_SITE_SUNSITE as a MASTER_SITES.reed1-3/+3
2004-10-21Change HOMEPAGE and remove now two non-working MASTER_SITES.reed1-5/+3
2004-10-21Move gtranslator to the editors category, Closes PR pkg/26494 byxtraeme6-165/+1
Douglas Brebner.
2004-10-20Added intel2gas-1.3.3 from pkgsrc-wip.xtraeme1-1/+2
2004-10-20Initial import of intel2gas-1.3.3 from pkgsrc-wip, packaged byxtraeme5-0/+171
Cesar Catrian. Intel2GAS is a converter that will convert assembler source files written for NASM to files that can be assembled using the GNU Assembler (GAS), on the i386 platform. It provides support for basic MMX instructions as well. This converter was written for the Hermes project and is now released to the general public. The code inside this converter is extremely flexible, you can write a syntax file to convert between any two assembler languages on a good day.. :) Features: Basic opcodes are done MMX/FPU support (converts all Hermes files :) Preliminary Gas2Intel conversion Conversion from masm/tasm to gnu syntax
2004-10-20Note addition of Term-ProgressBar-2.06-r1 moved from pkgsrc-wipadrianp1-1/+2
Original package by imil@gcu.info
2004-10-20A progress bar for things that take a while. It looks likeadrianp4-0/+33
50% [===== ] and is as long as the terminal. Linear estimation of the time left for the process to run is available.
2004-10-20Enable pkgviews installation.minskim1-1/+3
2004-10-19Note addition of py-InlineEgg and appropriate licenseadrianp1-1/+2
2004-10-19InlineEgg is a Python module that provides the user with a toolbox ofadrianp4-0/+74
convenient classes for writing small assembly programs. Only that instead of having to remember confusing assembly mnemonics and requiring the developer to remember how to use complex tools like assemblers and linkers, everything is done the easy way: in Python. InlineEgg is oriented - but not limited - to developing shellcode (sometimes called eggs) for use in exploits.
2004-10-18Update to version 1.00.seb6-46/+40
Changes since last packaged version (0.16alpha.pl0): * We now support the "x" (make g-file executable) and "y" (limit keyword expansion) SCCS file flags. These are SCO OpenServer and Sun Solaris 8 extensions, respectively. * We now support "sccs diffs -u", which of course produces unified-format diffs. We also support the "-n" and "-w" options to diff and the -a, -B, -d, -H, -p, -q, -s, -v ad -y options to GNU diff. * Some changes to support compilation with Sun CC 5.5. (this was a suggestion by Thomas Duffy, who has just taken on responsibility for the RPM and SRPM packages of CSSC). * The "sccs -d /xxx print foo.txt" command now works; previously, use of the "-d" flag would have generated an error. * Better handling of the archive bit on Windows systems.
2004-10-17Pass RANLIB path down to libtool's configure script; addresses PR pkg/27217.tv1-1/+3
2004-10-17Specialized bl3 include used to intercept "convenience" copies of libltdltv1-0/+13
embedded within program source, which is often not very up-to-date.
2004-10-16Add Interix-*-* to _INCOMPAT_READLINE because libedit of Interix doesn'tminskim1-2/+2
provide any readline functions. Noted by HIRAMATSU Yoshifumi in PR pkg/27275.
2004-10-16Mark as using c++, and set GCC_REQD to 3.0 so this builds on 1.6.2.wiz1-1/+3
2004-10-15Update to 2.2.3:jmmv2-5/+5
Other bugs and changes: - Updated translations: en_CA (Adam Weinberger), fr (Craig Jeffares)
2004-10-15Update MASTER_SITES as per PR#27266.ben1-2/+3
2004-10-15Update linkage to libltdl (via guile{,14}), which is now its own package.tv8-16/+16
Unfortunately, guile{,14}/buildlink3.mk directly includes it, and I don't know which dependencies actually need libltdl, so it was a recursive bump. Hopefully this recursive inclusion can be ripped out of guile{,14}/buildlink3.mk at some point and bubble down to dependencies that actually use libltdl, avoiding this headache in the future....
2004-10-15Ensure the correct perl interpreter is found by configure.gavan1-1/+4
2004-10-15Update linkage to libltdl (via imlib2), now in its own package.tv2-4/+4
2004-10-15Update linkage to libltdl, now in its own package.tv4-8/+10
2004-10-15libtool/buildlink3.mk (now libltdl/buildlink3.mk) should only be usedtv1-2/+1
if libltdl is needed; otherwise use USE_LIBTOOL.
2004-10-15The bl3 is now in devel/libltdl.tv1-18/+0
2004-10-14Fix unterminated conditional (properly).tv1-2/+2
2004-10-14Re-add dlcompat dependency lost in libltdl overhaul, but since it's now onlytv1-1/+4
needed at build time for libtool-base, mark BUILDLINK_DEPMETHOD as such.
2004-10-14+libltdltv1-1/+2
2004-10-14Update libtool* packages to account for libltdl split, and simplify bytv5-44/+41
moving some common things into Makefile.common.
2004-10-14Split out libltdl into its own package, so that it can be used and updatedtv4-0/+58
independently of the libtool script.
2004-10-14Updated to version 0.7.2salo3-8/+8
- migth as well just take maintainership Changes: - Fix for the compilation on Solaris. - Redone the #if... hierarchy to be a bit less confusing. - Remove the unsupported float80 support - Allow building a DLL with MSVC7 (not compatible with the MinGW one) - Proper description for the SHARED option.
2004-10-14Speed up subdir configure with -C.tv1-1/+3
2004-10-14Enable pkgviews installation.minskim1-1/+3
2004-10-14Don't put a .la file anywhere but its installed location, and definitelytv4-10/+20
don't put it in share/. Fixes bulk build/"make package".