summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-04-11Convert to buildlink3.snj1-5/+5
2004-04-11Add build dependency on pkgconfig.minskim1-1/+2
2004-04-11Add and enable Renaissancerh1-1/+2
2004-04-11Initial import of Renaissance-0.7.0, a structured GNUstep user interfacerh6-0/+145
development framework.
2004-04-11Use new gnustep build infrastructure. Use buildlink3. Bump PKGREVISION.rh1-9/+7
2004-04-11Switch to new world gnustep style, and while at it, bl3ify.rh1-11/+9
Bump PKGREVISION.
2004-04-11Update Gorm to 0.6.0.rh3-14/+17
Noteworthy changes in version `0.6.0' ===================================== * Several major bugs corrected. * Clarified some of the inspectors * Menu items are now properly enabled/disabled when appropriate * More descriptive title displayed when a class is being edited.
2004-04-10Update gnustep-base to 1.9.1.rh6-31/+76
Noteworthy changes in version `1.9.1' ===================================== * Default string encoding taken from system nl_langinfo if not set with GNUSTEP_STRING_ENCODING. * NSKeyedArchiver/NSKeyedUnarchiver classes added. * NSPropertyLists class added, also decodes Mac OS X binary propery lists. Noteworthy changes in version `1.9.0' ===================================== * Lazy locking implemented (see GSLock documentation) * MacOSX PB files updated to 10.3 * DO retain/release implementation simplified and also handles some complex DO retain/release problems. * GNUSTEP_STRING_ENCODING now supports any valid iconv name. * gdomap uid/gid fixes * NSString subclass heirarchy reorganized to fix problems with copying and ownership of data.
2004-04-10Add a buildlink3.mk filerh1-0/+20
2004-04-10Convert to buildlink3.snj1-3/+3
2004-04-10Update gnustep-make to 1.9.1.rh7-167/+144
Changes in version `1.9.1' ========================== * Remove `--disable-import' option * README.Darwin for darwin/MacOSX install * Framework version and naming clarified. Changes in version `1.9.0' ========================== * Support for building in a separate build dir. * Add `--enable-strip-makefiles' option to configure * List of classes in a framework gets written to the plist file.
2004-04-09whitespace tweakgrant1-3/+3
2004-04-09Updated p5-Devel-Symdump to 2.03.grant2-5/+5
changes since 2.01: 2002-03-01 Andreas J. Koenig <andreas.koenig@anima.de> * lib/Devel/Symdump.pm: perl 5.6.1 introduced a package name of "<none>" to work around a bug if somebody uses the deprecated C<package> without an argument. I believe we need to ignore that symbol completely so that at least we follow the lead of the B:: extensions. Thanks to Sreeji K Das /sreeji_k at yahoo.com/ for the report. 2000-10-31 Andreas J. Koenig <andreas.koenig@anima.de> * Typo fix: hashs --> hashes. Thanks to Sebastien Blondeel <Sebastien.Blondeel@idealx.com> for the report.
2004-04-09Bump PKGREVISION. noticed by agc@gehenna1-1/+2
2004-04-08Use ${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info forreed1-2/+2
info documentation. (Okay'd by jlam.)
2004-04-07Add missing locale file (ta) to PLIST. Bump PKGREVISION to 2.jmmv2-3/+4
Closes PR pkg/25092 by Kouichirou Hiratsuka.
2004-04-07Added netbeans-ide.xtraeme1-1/+2
2004-04-07Initial import of netbeans-ide version 3.5.1 (latest stable version),xtraeme4-0/+776
from pkgsrc-wip, packaged by drue at users dot sf.net. NetBeans-IDE is a pure Java IDE. NetBeans is dedicated to providing rock solid software development products (NetBeans IDE, NetBeans Platform) that address the needs of developers, users and the businesses who rely on NetBeans as a basis for their products.
2004-04-07Fix a tarball hash value.gehenna1-3/+3
2004-04-07Resolve conflicts, switch to bl3. (sorry for the mess..)salo4-44/+14
2004-04-07Initial import of libebml-0.6.5: Extensible Binary Meta Language supportsalo4-11/+33
library. EBML, or Extensible Binary Meta-Language, is a simple XML like binary language for describing data in structured style. EBML was originally designed for use in the Matroska project, but the developers saw that EBML was very flexible and extensible. From pkgsrc-wip, submitted by Sergey Svishchev.
2004-04-06I don't use PalmOS any longer.dillo1-2/+2
2004-04-06I don't use PalmOS any more.dillo1-2/+2
2004-04-06Explicitly disable gtk-doc.jmmv1-1/+2
2004-04-06Fix detection of RTLD_GLOBAL, which was beeing incorrectly detected in NetBSDjmmv3-8/+27
and caused lots of obscure problems in programs loading plugins (specially, gstreamer). The problem is that the check in the configure script tries to dlopen the libpthread.so library, but the test program is not linked against libpthread itself. So it crashes, because this is not supported in NetBSD (the program was "initialized" as a non-threaded one). I've changed the test program to use libintl, which seems to work fine. Bump PKGREVISION to 1.
2004-04-06Do not assume that if /usr/lib/libintl.* does not existreed1-3/+14
that it can not be builtin. So also check for "This file is part of the GNU C Library". This helps with systems that have gettext(3) functionality included in their glibc. This also fixes build problem under Linux where devel/popt didn't build "because some functions are defined both in gettext-lib and in the native libc" as reported by minskim to tech-pkg on 21/Mar/2004.
2004-04-05Install to ${PREFIX}/${INFO_DIR} instead of ${PREFIX}/info.reed1-2/+2
Okay'd by cjones.
2004-04-05Use ${INFO_DIR} instead of "info".reed1-2/+2
Okay'd by jmmv.
2004-04-05Correct typo in .include statement.kristerw1-2/+2
2004-04-05cvsync 0.24.14gehenna2-5/+5
* Fix a bug to do munmap() with size 0. (client/server) * Get rid of sched_yield(). (client/server) * Improve robustness. (server) * Improve robustness. (client) * Fix a dead lock problem. (client/server)
2004-04-05Added allegro.xtraeme1-1/+2
2004-04-05Initial import of allegro-4.1.13 from pkgsrc-wip, Initial work byxtraeme8-0/+277
Thomas Klausner plus minor changes by me. Allegro is a portable library mainly aimed at video game and multimedia programming, originally started by Shawn Hargreaves for the DJGPP compiler in a mixture of C and assembler. According to the Oxford Companion to Music, Allegro is the Italian for "quick, lively, bright". It is also a recursive acronym which stands for "Allegro Low LEvel Game ROutines". Cross-platform support o Dos (DJGPP, Watcom) o Unix (Linux, *BSD, Irix, Solaris, Darwin) o Windows (MSVC, MinGW, Cygwin, Borland) o BeOS o QNX o MacOS X
2004-04-04Re-generate patch-ae (pkg/25011).epg2-10/+10
2004-04-03Fix building on m68k (tested: amiga), OK'd by Hans Boehm (hans.boehm hp com)hubertf4-16/+30
Bump to 6.2nb3
2004-04-03Add a missing file to PLIST. Noted by Kouichirou Hiratsuka inminskim2-2/+4
PR pkg/25034. Bump PKGREVISION.
2004-04-02update to 1.99.11recht4-17/+15
----------------------- gal-1.99.11 2004-02-18 ----------------------- Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi): #44222 - Task summary entry widget not i18ned (Suresh Chandrasekharan) #46165 - Browsing the calendar causes crash and displays nothing (Chris Toshok) #48815 - Customize fields sub-windows dont close on ESC (Charles Zhang) #49912 - Contacts list crash issue (Leon Zhang) #50065 - Chinese locales Input method hangs after a task entry and new folder creation (Suresh Chandrasekharan) #50258 - Shared object looks for wrong mo file (Suresh Chandrasekharan) #51527 - Gal widgets produces backspace for Ctrl-space for japanese input (Suresh Chandrasekharan) Other bugs and changes: - fix namespacing to build with GNOME 2.6 (Mike Kestner, Radek Doulik) - remove hard coded disable deprecated flags (JP Rosevear) - updated translations: ja (Takeshi AIHANA), fi (Ilkka Tuohela), cs (Miloslav Trmac), sv (Christian Rose), es (Francisco Javier F. Serrador), pt_BR (Gustavo Maciel Dias Vieira), nl (Vincent van Adrighem), no (Kjartan Maraas), pt (Duarte Loreto), sr (Danilo Segan), ca (Jordi Mallach), el (Nikos Charonitakis), sk (Stanislav Visnovsky)
2004-04-02Finish move of libgtop and libgtop2 to the sysutils category, which werejmmv27-1025/+1
living in devel.
2004-04-02Move patch to Python directory as that is where the file being patched is.darcy1-86/+0
2004-04-02Add and enable ht.jmmv1-1/+2
2004-04-02Initial import of ht, version 0.7.5:jmmv4-0/+36
ht is a file viewer, editor and analyzer for text, binary, and (especially) executable files. It recognizes the most common executable formats, like COFF, ELF, LE, MZ, NE, PE32, PE64 and Java .class files, and can disassemble them. It can also find branch sources and destinations recursively, find procedure entries, creates labels based on this information, create xref information, interactively analyse unexplored code, create/rename/delete labels and create/edit comments.
2004-04-02When building devel/gtexinfo as a build dependency (possibly pulledjlam1-1/+2
in via USE_TEXINFO=yes), build it without locale support. This makes it easier to "bootstrap" the installation of a pkgsrc compiler without a lot of additional indirect build dependencies on gettext, libiconv, libtool, etc.
2004-04-02Insert the pkgsrc-specific component of the INFOPATH in a morejlam4-13/+22
maintainable way.
2004-04-01Update cpuflags to 0.65.abs2-4/+4
Use -dumpversion with gcc rather than mangling -v output. Suggested by mrg. Located copy of egcs to confirm output still correctly mangled in that case :)
2004-04-01Update cpuflags to 0.64:abs2-27/+63
- Do nothing on x86_64 (for now). Thanks to Wolfgang S. Rupprecht - Digital AlphaPC 164SX. Thanks to HATANO Hiromichi. - Intel Pentium/MMX & Unrecognised Athlon XP. Thanks to Kimmo Suominen - Mips update for gcc 3.1 and later. Thanks to Andreas Yankopolus - Handle converting flags for old gcc versions recursively. Most excessive case would be using cpuflags on a k6-3 win gcc 2.89 which would map -march=k6-3 -> -march=k6 -> -march=pentium -> -march=i486
2004-04-01Add and enable libgail-gnome.jmmv1-1/+2
2004-04-01Initial import of libgail-gnome, version 1.0.3:jmmv4-0/+41
GAIL is the Gnome Accessibility Implementation Library and is as the name suggests an implementation of the accessibility interfaces defined by ATK. This package is part of the GNOME 2 Development Platform.
2004-04-01Update to 2.6.0. Changes since previous stable version (2.4.x):jmmv4-20/+16
Major changes since 2.5.91.1 were: * Translation updates. Major changes since 2.5.91 were: * fix utf8 bug in EelEditableLabel Major changes since 2.5.90 were: * translations Major changes since 2.5.8 were: * Replaced egg-screen-exec usage with g_spawn * Use new file chooser * portability patches Major changes since 2.5.7 were: * Translations Major changes since 2.5.6 were: * Support for SUS modifiers in eel_strdup_strftime * Set right a11y role on alerts Major changes since 2.5.5 were: * Fix a11y coloring of editable label * Canvas update Major changes since 2.5.4 were: * Removed unused source files * Added a GList API for string lists in eel-preferences. Major changes since 2.5.3 were: * HIG message dialogs Major changes since 2.5.2 were: * Mem leak fix in accessibility support. Major changes since 2.5.1 were: * Added accessibility support to editable label widget Major changes since 2.5.0 were: * Some ICCCM fixes * disable deprecation warnings * fix leaks
2004-04-01Update to 2.5.2:jmmv21-1137/+27
- plenty of code cleanups - removed the dependency on libgnome, only glib required now - Linux 2.6 support, NetBSD support and better FreeBSD support - Make the block size available for filesystem statistics
2004-04-01Add a script to workaround uses of msgid_plural, which is not yet supportedjmmv3-2/+148
by our native libintl. While it is not implemented, this allows us to build programs against the native libintl, loosing very few functionality (some translations of plural messages on few languages), and avoiding runtime conflicts between native libintl and the gnu one (coming from the gettext package). Packages including .po files with uses of msgid_plural should define the USE_MSGFMT_PLURALS variable to 'yes', so that the msgfmt wrapper is used. (Do not use it when not really needed, as it will pull in perl5 as a build dependancy).
2004-04-01Update to 2.6.0. Changes since previous version are listed here, but somejmmv5-14/+19
may be missing: - allow building against an uninstalled libwnck build - add "Move to Workspace" menu - fix crash with updated allowed actions hint