summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2007-05-17Update to version 0.14.seb2-6/+6
Changes since last packaged version (0.12): 0.13 Tue May 1 21:39:19 BST 2007 - Address bug #26847, and add t/methcall.t 0.14 Fri May 4 12:00:20 BST 2007 - Fix bug #26928
2007-05-17Remove g-wrap1, add g-wrap196.wiz1-2/+2
2007-05-17Remove very old g-wrap version.wiz8-143/+0
2007-05-17Initial import of g-wrap196, the 1.9.6 release of g-wrap, previouslywiz8-0/+194
in devel/g-wrap. This is the last version that works with gnucash-2.0.x. Imported separately so devel/g-wrap can be updated.
2007-05-17Clean up pkglint warning.wiz1-2/+2
2007-05-15- Added support for installation to DESTDIR.heinz3-15/+25
- Reenabled test targets in Makefile.in (previously broken by pkgsrc patches) and in the pkgsrc Makefile.
2007-05-15Fix build problem on NetBSD>=3.obache2-1/+18
2007-05-15Update to 2.0rc8. Bug fixes.shannonjr2-7/+7
2007-05-13Update gputils to 0.13.4, OK'd by Tom Spindler.bouyer3-24/+274
CHANGES: [gputils] Updated header files and linker scripts. {gputils] Fixed UPPER to mask with 0xff instead of 0x3f. [gpasm] Mask MOVLB with 0xf instead of 0xff. [gpasm] Fixed default access bit for extended pic16e. [gpasm] Fixed 18xx config bug when config the last section. [gputils] Fixed bsr boundary for 18f2455/2550/4455/4550. [gplib] Allow forward and back slashes as directory delimiters.
2007-05-13Add & enable p5-Class-Stdseb1-1/+2
2007-05-13Initial import of p5-Class-Std version 0.0.8 into The NetBSDseb4-0/+28
Packages Collection. The Perl 5 module Class::Std provides tools that help to implement the "inside out object" - a method for reliably enforcing object encapsulation - class structure in a convenient and standard way.
2007-05-13Add & enable p5-Getopt-Euclidseb1-1/+2
2007-05-13Initial import of p5-Getopt-Euclid version 0.1.0 into The NetBSDseb4-0/+29
Packages Collection. The Perl 5 module Getopt::Euclid uses your program's own documentation to create a command-line argument parser. This ensures that your program's documented interface and its actual interface always agree.
2007-05-13Add & enable p5-IO-InSituseb1-1/+2
2007-05-13Initial import of p5-IO-InSitu version 0.0.2 into The NetBSDseb4-0/+33
Packages Collection. The Perl 5 module IO::InSitu provides the open_rw( ) subroutine: It takes the names of two files: one to be opened for reading, the other for writing. It returns a list of two filehandles, opened to those two files. However, if the two filenames refer to the same file, open_rw( ) first makes a temporary copy of the file, which it opens for input. It then opens the original file for output. In such cases, when the input filehandle is eventually closed, IO::InSitu arranges for the temporary file to be automatically deleted.
2007-05-13Avoid to install library into ${PREFIX}/lib64 on 64-bit.obache1-1/+7
2007-05-13Add & enable p5-IO-Interactiveseb1-1/+2
2007-05-13Remove some GNOME1 packages that are unmaintained upstream and/or inwiz17-470/+1
pkgsrc, in preparation for gnome1-libs removal(*). There was no feedback for keeping these packages after my HEADS UP mail to pkgsrc-users a week ago. (*) More to come before that can happen, though.
2007-05-13Initial import of p5-IO-Interactive version 0.0.3 into The NetBSDseb4-0/+27
Packages Collection. The Perl 5 module IO::Interactive provides utility subroutines that make it easier to develop interactive applications.
2007-05-13Add & enable p5-Regexp-Assembleseb1-1/+2
2007-05-13Initial import of p5-Regexp-Assemble version 0.28 into The NetBSDseb4-0/+26
Packages Collection. The Perl 5 module Regexp::Assemble provides a way to assemble an arbitrary number of regular expressions into a single regular expression (or RE) that matches all that the individual REs match.
2007-05-13Update to 0.35: depend on monotone-0.35.jmmv1-3/+3
2007-05-13Update to 0.35:jmmv3-26/+7
Changes - 'mkdir --no-respect-ignore PATH' now really skips any ignore directives from .mtn-ignore or Lua hooks - Private keys are now stored more safely, using file permissions. - The editable log summary (what you get in an editor when committing without -m) now includes information about which branch the commit applies to. - The status command and the editable log summary now show the same details about the change. New features - 'automate identify', an automate version of 'mtn identify'. - 'automate roots', prints the roots of the revision graph, i.e. all revisions that have no parents. Other - You can't drop the workspace root any more. Internal - Update the internal Lua to version 5.1.2. - Added build files for Mac OS X. - Update the internal SQLite to version 3.3.17. - Code cleanup of app_state.
2007-05-13Use better quoting when creating the run scripts. From rillig@.wiz1-3/+3
2007-05-12addgdt1-1/+2
MAKE_JOBS_SAFE= no
2007-05-12Bump PKGREVISION for major www/firefox upgrade.ghen1-1/+2
2007-05-12Update popt to 1.10.7.obache8-80/+48
Changes are unavailable.
2007-05-11Add & enable p5-Smart-Commentsseb1-1/+2
2007-05-11Initial import of p5-Smart-Comments version 1.0.2 into The NetBSDseb4-0/+34
Packages Collection. The Perl 5 module Smart::Comments provide an easy way to insert debugging and tracking code into a program. They can report the value of a variable, track the progress of a loop, and verify that particular assertions are true. Best of all, when you're finished debugging, you don't have to remove them. Simply commenting out the use Smart::Comments line turns them back into regular comments. Leaving smart comments in your code is smart because if you needed them once, you'll almost certainly need them again later.
2007-05-11popt dosen't use 'xgettext', add workaround to avoid check GNU xgettext.obache1-3/+7
And 'msgfmt' also not need, remove from TOOLS. Bump PKGREVISION.
2007-05-09Add & enable p5-Readonly and p5-Readonly-XS.seb1-1/+3
2007-05-09Initial import of p5-Readonly-XS version 1.04 into The NetBSDseb4-0/+30
Packages Collection. The Perl 5 module Readonly::XS is a companion module to the Readonly module. You do not use Readonly::XS directly. Instead, once it is installed, the Readonly module will detect this and will use it for creating read-only scalars. This results in a significant speed improvement. This does not speed up read-only arrays or hashes.
2007-05-09Initial import of p5-Readonly version 1.03 into The NetBSDseb4-0/+27
Packages Collection. The Perl 5 module Readonly provides a facility for creating non-modifiable scalars, arrays, and hashes. This facility also overcomes the limitations of the Perl built-in mechanism (the "use constant" pragma) to create constant scalars and lists.
2007-05-08Update to 1.16.4:wiz2-6/+6
Overview of changes between 1.16.3 and 1.16.4 ============================================== - Add new configure option --disable-doc-cross-references and make sure releases are made using it. Distributions are encouraged to build with --enable-gtk-doc such that their Pango docs correctly cross reference glib and cairo docs. - Bugs fixed in this release: Bug 432991 – developer docs for libpango are broken Overview of changes between 1.16.2 and 1.16.3 ============================================== - Quantize kerning value if metrics hinting is on. This greatly improves screen text rendering with certain fonts like DejaVu Sans. See: http://behdad.org/blog/mces/image/metricshinting-kerning.png - Improved hex-box positioning in the cairo backend
2007-05-08Update to 2.12.12:wiz3-22/+6
Overview of Changes from GLib 2.12.11 to GLib 2.12.12 ===================================================== * Bug fixes: 418862 g_base64_decode will give critical warning when first par... 356843 "make check" fails if /bin/sh is pdksh 418217 g_unichar_toupper/_totitle broken for single to multiple ... 432895 param_string_validate() frees and modifies static strings 420686 g_key_file_to_data alters original data * Translation updates: (da,es,eu,gl,ja,ro,ru,sr, sr@Latn,ta,zh_CN)
2007-05-08Fix right margin shrinking problem by not using obsolete macros.obache2-1/+40
Patch taken from OpenOffice.org tools(originally Debian package): http://tools.openoffice.org/source/browse/tools/dmake/man/dmake.tf?rev=1.9&r1=1.1.1.1&r2=1.1.1.1.38.1 Fixes PR 29588.
2007-05-08Reset the PKGREVISION in packages that use the version string from php4 or php5adrianp1-2/+1
Pointed out by Geert Hendrickx on tech-pkg@
2007-05-07On Cygwin, the __CONCAT macro is predefined.rillig1-1/+3
2007-05-07Only set the app suffix (.1).joerg1-2/+2
2007-05-06Prevent configure from appending a suffix like .1x, .3x or .5x to manheinz1-1/+3
pages and thus invalidating the PLIST. This happens on Linux. Other packages in the modular Xorg series (x11/libXau, x11/libXt,...) do the same.
2007-05-06Updated to version 0.12.0.heinz2-6/+8
Pkgsrc changes: - Enabled "make test" through TEST_TARGET. Changes since version 0.11.3: ============================= - Re-release of 0.11.3 as new stable branch. - Fixed issue with short form of switches and parameter if not first switch. - Fixed #1708378 segfault in actions.cc.
2007-05-03Update to 0.9.28:wiz3-7/+17
No changelog found, but it seems (partial?) p4 support was added.
2007-05-03Update to 7.1:wiz5-41/+58
Release 7.1 24-Apr-07 --------------------- There is only one new feature in this release: a linebreak setting of PCRE_NEWLINE_ANYCRLF. It is a cut-down version of PCRE_NEWLINE_ANY, which recognizes only CRLF, CR, and LF as linebreaks. A few bugs are fixed (see ChangeLog for details), but the major change is a complete re-implementation of the build system. This now has full Autotools support and so is now "standard" in some sense. It should help with compiling PCRE in a wide variety of environments. NOTE: when building shared libraries for Windows, three dlls are now built, called libpcre, libpcreposix, and libpcrecpp. Previously, everything was included in a single dll. Another important change is that the dftables auxiliary program is no longer compiled and run at "make" time by default. Instead, a default set of character tables (assuming ASCII coding) is used. If you want to use dftables to generate the character tables as previously, add --enable-rebuild-chartables to the "configure" command. You must do this if you are compiling PCRE to run on a system that uses EBCDIC code. There is a discussion about character tables in the README file. The default is not to use dftables so that that there is no problem when cross-compiling.
2007-05-03Update to 0.6.12:wiz2-6/+6
* Version 0.6.12 (released 2007-04-25) ** Use AM_JAVACFLAGS instead of JAVACFLAGS in java/misc/Makefile.am. Reported by Petteri Räty ** Update gnulib files. ** API and ABI is backwards compatible with the previous version.
2007-05-01Add & enable p5-Contextual-Returnseb1-1/+2
2007-05-01Initial import of p5-Contextual-Return version 0.2.1 into The NetBSDseb4-0/+29
Packages Collection. The Perl 5 module Contextual::Return provides a collection of named blocks that allow a return statement to return different values depending on the context in which it's called.
2007-05-01Use a different way to really disable doxygen. CONFIGURE_FLAGS+=DOXYGEN=noveego1-3/+3
does not work anymore. Use CONFIGURE_ENV+=ac_cv_path_DOXYGEN=false Bump PKGREVISION.
2007-05-01perltidy was already imported as p5-Perl-Tidy. Update that toabs8-37/+11
20070424 and remove misimported perltidy. Thanks to the eagle eye of Stoned for picking this up.
2007-04-30Add ruby-fastthread.minskim5-1/+28
fastthread is a Ruby extension which re-implements the primitives in Ruby's thread.rb in C.
2007-04-30add perltidyabs1-1/+2