summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-04-19Enable pkgviews installation.minskim2-2/+6
2004-04-19+ p5-ExtUtils-Depends, p5-ExtUtils-PkgConfig, p5-glib2xtraeme1-1/+3
2004-04-19Initial import of p5-glib2-1.040, from pkgsrc-wip.xtraeme5-0/+58
This module provides perl access to GLib and GLib's GObject libraries. GLib is a portability and utility library; GObject provides a generic type system with inheritance and a powerful signal system. Together these libraries are used as the foundation for many of the libraries that make up the Gnome environment, and are used in many unrelated projects.
2004-04-19Initial import of p5-ExtUtils-Depends-0.202, from pkgsrc-wip.xtraeme4-0/+28
This module tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a perl extension is treated like a shared library that provides also a C and an XS interface besides the perl one.
2004-04-19Initial import of p5-ExtUtils-PkgConfig-1.03, from pkgsrc-wip.xtraeme4-0/+32
The pkg-config program retrieves information about installed libraries, usually for the purposes of compiling against and linking to them. ExtUtils::PkgConfig is a very simplistic interface to this utility, intended for use in the Makefile.PL of perl extensions which bind libraries that pkg-config knows. It is really just boilerplate code that you would've written yourself.
2004-04-19Technically, this should not have needed a PKGREVISION bump for thetv1-2/+2
USE_GNU_GETTEXT fix: afflicted systems couldn't compile gettext at all. But, to be pedantic and fix possible unforeseen problems on systems where the previous version *was* successfully compiling, bump PKGREVISION anyway.
2004-04-19Update to 1.6.1:jmmv3-7/+12
* Update to build on Cygwin, (bug #136666) [Roger Leigh] * Add translations: Gujarati [Gujarati team], Basque [I\303\261aki Larra\303\261aga] Punjabi [Amanpreet Singh Alam], Walloon [Pablo Saratxaga], Marathi [Indictrans team] * Update translations: Norwegian Nynorsk [\303\205smund Skj\303\246veland], Brazilian Portuguese [Raphael Higino], British [Gareth Owen], Romanian [Mi\305\237u Moldovan], Croatian [Robert Sedak], Catalan [Jordi Mallach], Slovak [Stanislav Visnovsky]
2004-04-19Set USE_GNU_GETTEXT. Without that, this package doesn't pull in gettext-libtv1-1/+2
and its buildlink goop (required here!) on systems where the native libintl is typically "good enough" per bl3.
2004-04-19Enable use of gtk/glib <=2.2 deprecated stuff to let this package buildrecht1-1/+4
against their respective 2.4 versions. Fixes PR pkg/25242 by Noud de Brouwer.
2004-04-19Enable wrappers for waitpid, recv, and send per PR 24704.skrll3-19/+32
PR and patch from ITOH Yasufumi. PKGREVISION++
2004-04-19Update Renaissance to 0.8.0. Notable changes include new <splitView>,rh4-26/+13
<secureTextField>, <browser>, <tableView>, <tableColumn>, and <outlineView> tags; enhancements of existing tags; fixed memory leak; reorganized connectors code; GSMarkupApplicationMain added.
2004-04-19Update Gorm to 0.7.5rh3-6/+12
Noteworthy changes in version `0.7.5' ===================================== * The 'reparent' feature in the class inspector. This allows the user to change the class hierarchy from within Gorm. * Some important bugfixes * a property 'GormRepairFileOnLoad' (untested) which should repaire old .gorm files... It is HIGHLY recommended that Gorm not be run with this on constantly and that you back up any files which you want to repair before opening them with this option turned on. * A shelf inspector in prefs that lets you expand the size of the names in the object view.. * Support for NSFontManager * A way to restore a complete NSMenu if it's deleted (a new palette entry for NSMenu, not just an item)
2004-04-18tla-1.2.1pre1recht2-11/+10
The version of libneon that is packaged with tla 1.2.0 contains a format string vulnerability. For more information, visit the disclosure at http://marc.theaimsgroup.com/?l=openpkg-announce&m=108213423102539&w=2 or visit the libneon page at http://www.webdav.org/neon/. Tla users can be affected if they download archives from untrusted sources.
2004-04-18Convert to buildlink3.snj1-2/+2
2004-04-18Convert to buildlink3.snj1-2/+2
2004-04-18No longer used.snj1-29/+0
2004-04-18Convert to buildlink3.snj2-6/+29
2004-04-18This does not need buildlink2. Add NO_CONFIGURE and NO_TOOLS.snj1-2/+3
2004-04-18Convert to buildlink3.snj2-11/+11
2004-04-18Convert to bl3.wiz1-3/+3
2004-04-18No longer used.snj1-23/+0
2004-04-17USE_LANGUAGES=c++grant1-1/+2
2004-04-17Require glib2 >= 2.4.0nb2 to get the dlopen(NULL, 0) workaround, becausejmmv1-1/+4
this functionality is used by this library. Bump PKGREVISION to 1.
2004-04-17Update to 2.4.0nb2:jmmv5-9/+197
Add a workaround for broken dlopen(NULL, 0) implementations, like NetBSD's one, which don't search in modules opened at runtime to locate symbols requested through the global handle. The workaround consists in querying all open modules (not just the main one) when finding a symbol through the global handle. This should be fixed in NetBSD, but the check and workaround are needed to let this work on not-so-old versions of it. The patch has been submitted to glib developers, too. This problem exposes, at least, in evolution's settings dialog, where many widgets can't be created because of missing functions.
2004-04-17cvsync 0.24.15gehenna3-9/+8
Changes: * Make this compile with TenDRA. * Make this compile on Solaris7. * New utility: cvsync2cvsup This converts a scanfile from the cvsync style to the CVSup(R) style. It is useful for mirror maintainers to distribute the CVS repositories via both CVSup and CVSync protocols. * Improve robustness. (client)
2004-04-17Update to SDL-1.2.7.snj14-526/+870
Changes: * SDL no longer sets a fatal signal handler for SIGPIPE * Fixed modifier key state on MacOS X * Added support for remote XVideo * Fixed static linking on MacOS X * Fixed compiling with broken Linux 2.6 headers * Fixed mouse cursor visibility and focus events on MacOS X * Added support for /dev/joy* on Free/Net/OpenBSD * Fixed problems with CD-ROM audio playback on MacOS X 10.1 * Added dynamic GL library loading to MacOS Carbon support * Added function to create RWops from const memory: SDL_RWFromConstMem() * Fixed build problems with newer versions of automake * Fixed MacOS X libtool framework support * Added CPU feature detection functions to SDL_cpuinfo.h * Fixed illegal instruction crash using 3DNow on Intel processors * Fixed asm issues with mmx.h and gcc 3.3 * Fixed crash calling app defined window proc * Fixed long long constant warnings in GCC 3.3.1 * Fixed joystick open problems on BSD * Fixed X11 mode line crash with only one video mode Fixes PR pkg/22462. Okayed by wiz@.
2004-04-16Silence the removal of lib/bonobo/ during print-PLIST.jmmv1-1/+2
2004-04-16Convert to buildlink3.snj2-1/+22
2004-04-16Make compile on Interix. It doesn't #define BSD, but it also needs thetv1-2/+2
"avoid MS-DOS setmode()" treatment.
2004-04-16update to 1.0drochner4-33/+25
changes: -more modular build (the pkg doesn't need glib anymore) -new oop_sys_run_once() function for polling
2004-04-16Excuse me, I burped. That's:tv1-2/+3
USE_JAVA=run USE_JAVA2=yes What a doozy.
2004-04-16Only the JRE is needed. Set USE_JAVA=run.tv1-1/+2
2004-04-16Ant 1.6 needs Java2 (and set it to "run").tv1-1/+2
2004-04-16no longer used.salo1-27/+0
2004-04-15Update to 1.11.15 (security update):wiz17-88/+87
Changes since 1.11.14: ********************** SERVER SECURITY ISSUES * Piped checkouts of paths above $CVSROOT no longer work. Previously, clients could have requested the contents of RCS archive files anywhere on a CVS server. CLIENT SECURITY ISSUES * Clients now check paths from the server to verify that they are within one of the sandboxes the user requested be updated. Previously, a trojan server could have written or overwritten files anywhere the user had access, presenting a serious security risk. GENERAL USER ISSUES * Method options (used by WinCVS & CVS 1.12.7+) in CVSROOTs are ignored. * Configure no longer checks the $TMPDIR, $TMP, & $TEMP variables to set the default temporary directory. * CVS on Cygwin correctly handles X:\ style paths. * Import now uses backslash rather than slash on Windows when checking for "CVS" directories to ignore in import commands. * Relative paths containing up-references (`..') should now work in client/server mode (client fix). * A race condition between the ordering of messages from CVS and messages from called scripts in client/server mode has been removed (server fix). * Resurrected files now get their modes and timestamps set correctly and a longstanding bug involving resurrection of an uncommitted removal has been fixed (server fix). * Some resurrection (cvs add) status messages have changed slightly. * `cvs release' now works with Kerberos or GSSAPI encryption enabled (server fix). * File resurrection from a previously existing revision no longer just reports that it works (server fix). * Misc error & status message corrections. * Diffing of locally added files against arbitrary revisions in an RCS archive is now allowed when a file of the same name exists or used to exist on some branch (server fix). * Misc documentation fixes. Changes from 1.11.13 to 1.11.14: ******************************** GENERAL USER ISSUES * Imports will now always ignore directories and files named `CVS' to avoid violating assumptions made by other parts of CVS. * A problem with `cvs release' of subdirs that could corrupt CVS/Entries files has been fixed (client/server). * The CVS server's protocol check for unused data from the client is no longer called automatically at program exit in order to avoid potential recursive calls to error when the first close is due to memory allocation or similar problems that cause calls to error() to fail. The check is still made when the server program exits normally. * The spec file has been updated to work with more recent versions of RPM. * Several memory leaks have been plugged (client/server). DEVELOPER ISSUES * Misc cosmetic, readability, and commenting fixes.
2004-04-15update to 4,3,0drochner3-62/+9
changes: bugfixes, some minor features
2004-04-15sanity: PYTHON_PATCH_SCRIPTS is already relative to ${WRKSRC}drochner1-2/+2
2004-04-15Updated doxygen to 1.3.6martti2-7/+6
Changes * For projects with many nested classes, namespaces, typedefs and using statements, doxygen could become very slow. This should now be improved significantly. * Made some cosmetic changes to the HTML output. * STRIP_FROM_PATH now by default strips the path from which doxygen is run New features * Make a start with adding support for Objective-C. Doxygen can now parse Objective-C header files (including protocols and categories). * Include a patch by Hauke Duden which adds preliminary support for the D programming language (see http://www.digitalmars.com/d). * C Comments inside #defines are now preserved. This could be useful to document boilerplate code. * Included patch to replace tabs by the proper amount of spaced inside code fragments in the XML output (thanks to Alexandr for the patch). * Examples (documented via \example) are now included in the XML output. * New option SORT_BRIEF_DOCS which when enabled will list the declaration section of the documentation (with the brief descriptions) in alpabetical order, instead of declaration order. * Included patch for Hungarian translation (thanks to Akos Kiss) and for the Serbian language. Added support for mixed Korean/english (thanks to Jihoon Chung). The translator report script was also updated.
2004-04-15Add bl3 file.wiz1-0/+20
2004-04-15Convert to bl3.wiz1-4/+4
2004-04-15Update p5-Config-General to 2.26mjl2-5/+5
- fixed invalid regexp in _open() - fixed bug with not working -IncludeRelative setting when including a config file. - add the -BackslashEscape parameter to enable general escaping of special characters - added feature now block statements like this are allowed: "<directory blah/>" - fix a bug with the -Tie option, sub-hashes of named blocks were not properly created (in fact, not tied). - fixed bug in new() used $this instead of $self for empty hashref creation if no config file given.
2004-04-15Convert to buildlink3.wiz2-9/+35
2004-04-15no longer usedgrant1-28/+0
2004-04-15bl3ifygrant2-2/+24
2004-04-15+rudimentsgrant1-1/+2
2004-04-15Initial import of rudiments 0.25.1 into the NetBSD packages collection.grant6-0/+310
Rudiments is an Open Source C++ class library providing base classes for things such as daemons, clients and servers, and wrapper classes for the standard C functions for things such as regular expressions, semaphores and signal handling.
2004-04-15Be sure libgthread is linked to libc_r, because -pthread does not workxtraeme1-1/+18
with libraries, fixes problems seen when building net/ORBit2 in FreeBSD (doesn't affect others systems).
2004-04-15The buildlink2 framework does nothing with .pc files -- remove themwiz2-4/+2
from the buildlink2.mk files.
2004-04-15Make this build under FreeBSD.xtraeme1-1/+2
2004-04-14Changes to pkgsrc:adam1-0/+13
* always use pkgsrc 'perl' * do not use -no-undefined Now builds on Darwin