summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2000-12-08Make sure the ftnchek.el file gets installed (irrespective of Emacs itselfjtb4-11/+44
being installed already). Fixes a PLIST problem in recent pkgsrc/i386 bulk build.
2000-12-08Add build dependency on xgettext.wiz1-1/+3
2000-12-06Avoid warnings about `unix' being redefined when compiling with gcc-2.95.2.jlam2-17/+19
2000-12-04Properly cleanup lib/pkgconfig on pkg_delete. lib/pkgconfig is shared byjlam1-2/+2
at least bonobo and ORBit, and need "@unexec rmdir ... || true", not "@dirrm".
2000-12-04Add directory to PLIST for removal.jlam1-1/+2
2000-12-03Update to 1.1.6. Changes are bugfixes only.wiz5-22/+28
2000-12-02Update to 2.2.6. Changes are only bugfixes.wiz2-4/+4
2000-11-30Add and enable "haskell-mode". Fixes PR pkg/11375 by Jason Beegan.jtb1-1/+2
2000-11-30Initial import of new "haskell-mode" package:jtb6-0/+69
Haskell mode for Emacs
2000-11-30USE_LIBINTL and msgfmt are enough for this one, too, don't really needwiz1-2/+3
gettext.
2000-11-29Make this compile again under NetBSD-1.5L by "#ifdef"-ing checks whichtron3-9/+37
are not required any more after UBC has been integrated. The information for the fix was provided by Chuck Silvers in private e-mail.
2000-11-29Add and enable guile-oops. Package provided by Dieter Baron inwiz1-1/+2
private communication.
2000-11-29Initial import of guile-oops. From the DESCR:wiz5-0/+67
GOOPS is the object oriented extension to Guile. Its implementation is derived from STk-3.99.3 by Erick Gallesio and version 1.3 of Gregor Kiczales `Tiny-Clos'. It is very close in spirit to CLOS, the Common Lisp Object System (`CLtL2') but is adapted for the Scheme language.
2000-11-29Add similar patch to the one in mit-pthreads, fixing the return value fromagc2-1/+30
detzcode() from long to int. From Tom Thai.
2000-11-29Add a patch from Tom Thai - without this patch, mysql will result in aagc2-1/+30
wrong date for "select now()".
2000-11-29move installation of gettextize files to devel/gettext.itojun6-40/+41
repair gettext build on fresh install. re-introduce gettextize file installation. reported by: mycroft
2000-11-29Revert previous commit. It doens't even *compile*.mycroft1-24/+1
2000-11-29Back out previous change. It doesn't even *compile*.mycroft1-7/+1
2000-11-27Create ${PREFIX}/lib/java if it does not exist.jwise1-1/+2
2000-11-27Correct PLIST for libtool changes.mycroft1-6/+6
2000-11-27Remove "etc/gconf/gconf.xml.defaults" and its sub directories which aretron1-5/+1
not created by this version of "GConf".
2000-11-27After "bsd.pkg.mk" has been fixed the work arround for "libtool"tron2-7/+3
version 1.3.5nb9 or newer is not required any more.
2000-11-27Update GConf to 0.11. Changes include additional locale files, somerh5-39/+44
minor enhancements, and bugfixes. Most notably, GConf now compiles under non-ELF architectures (tested under NetBSD-1.4.3/i386)
2000-11-27make gettextize work again. this should fix packages that use automake.itojun2-10/+40
2000-11-27needs dependency for libintl/gettextitojun1-2/+3
2000-11-27Rename "lib/GConf/1/libgconfbackend-xml.so" totron2-4/+4
"lib/GConf/1/libgconfbackend-xml.so.0.0" during installation until the automatic ELF shared library handling gets fixed.
2000-11-27Fix cut and paste error in last commit.tron1-3/+3
2000-11-27Create link for "gconf-1.m4" in "${LOCALBASE}/share/aclocal" iftron1-1/+4
"xpkwedge" is not used.
2000-11-27Need to substitude "${LOCALBASE}" in the package list.tron1-1/+2
2000-11-27Create link for "gconf-1.m4" in "${LOCALBASE}/share/aclocal" iftron1-1/+3
"xpkwedge" is not used.
2000-11-27This USEs_LIBINTL, too.wiz1-1/+3
2000-11-26Add and enable "p5-ExtUtils-F77". Fixes PR pkg/11371 by Jason Beegan.jtb1-1/+2
2000-11-26Initial import of new "p5-ExtUtils-F77" package:jtb5-0/+26
Perl module for determining how to link Fortran and C
2000-11-26Bump libfool version.mycroft1-2/+2
2000-11-26Set need_lib_prefix=no for all NetBSD platforms. gnumeric import modules andmycroft2-6/+8
gnome-python modules don't work without this.
2000-11-26Update "libtool" version number after recent changes by Charles M. Hannum.tron1-2/+2
2000-11-26*SIGH*mycroft3-13/+35
The previous patch could cause problems in a couple of oddball cases. So, set need_version=yes for a.out, and hack avoid-version so it works on a.out platforms.
2000-11-26Regen.mycroft1-2/+2
2000-11-26need_version is mostly bullshit. It only succeeds in breaking everything thatmycroft1-4/+6
loads shlib components at run-time on a.out systems (such as imlib, gtk themes, gdk-pixbuf, and gnumeric). So, disable it for all NetBSD platforms. (Note: This requires updating some PLISTs.)
2000-11-26Make this package work under NetBSD-alpha.tron3-11/+15
2000-11-25Add and enable "libctl". Fixes PR pkg/11405 by Jason Beegan.jtb1-1/+2
2000-11-25Initial import of new "libctl" package:jtb10-0/+675
Guile-based flexible control file library for scientific simulations
2000-11-25Added a tab to DEPENDS for proper alignment.jtb1-2/+2
2000-11-25Add and enable "cweb". Fixes PR pkg/11385 by Jason Beegan.jtb1-1/+2
2000-11-25Initial import of new "cweb" package:jtb9-0/+171
C based version of Knuth's literate programming system WEB
2000-11-25Update bonobo to 0.26. Changes include:rh3-24/+44
Bonobo 0.26 * Big Stream / Storage cleanups * Use OAF more cleanly internaly * Remove broken property preconditions * Property bag POA policy fix * Updated docs * text-plain fix * Moniker improvements * Leak fix Bonobo 0.25 * UI related bonobo-control-frame fix Bonobo 0.24 * cleanup of storage / stream plugins * toolbar control view update by orientation (Jon K Hellan * toolbar look update by orientation * verb / listener remove functions Bonobo 0.23 * fix pernicious UI widget parenting problem * nail translation problem finaly * fix licensing cockup GPL -> LGPL * update docs on accelerators * impl toolbar control class * gdk_rgb_init fix for icons Bonobo 0.22 * Several automake fixes Bonobo 0.21 * UI handler changes + cleaned XML spec. + fixed evil translation problems + sexy toolbar sizing + expandable toolbar items + more sophisticated toolbar layout + nicer looking separators + all samples! converted to new UI handler + bug fixes * Moniker fixes * Batch Property interface * More Zoomable work * Big components clean * Storage modules rename Bonobo 0.20 * gshell fixes * UI handler changes + cleaning + large UI API update + UI flicker killed + Improve cmd / widget separation + full toolbar behavoir + menue show / hide fix * Update to LGPL 21. * Socket fixes * Header cleans * More cunning toolbar item sizing fixes * Zoom interface imported from Nautilus Recieved with thanks from Eazel. * Skeleton generic listener interface Bonobo 0.19 * UI handler totaly re-implemented + New shinier Toolbar widget + XML UI description + XML node abstraction * Property bag Listener interface * libefs updates * New 'new:' moniker * UI leak fixes * Text/Plain component sorted out
2000-11-25Update libole2 to 0.1.7. Changes are bugfixes only.rh2-4/+4
2000-11-25Update gal to 0.2.2. Includes several new widgets and bugfixes.rh3-12/+13
2000-11-25Set OSVERSION_SPECIFIC because this pkg is (too).hubertf1-1/+2
2000-11-25Update to 2.7.2.mycroft4-23/+24