summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2000-12-27Add and enable stlportjlam1-1/+2
2000-12-27STLport - a complete C++ standard library implementation, base on the freejlam12-0/+627
SGI STL implementation, with emphasis on cross-platform and cross-compiler portability. This package is base on the submission by Emmanuel Dreyfus <p99dreyf@criens.u-psud.fr> in PR#11810, but modified by me to use libtool for library generation and to install the complete set of headers.
2000-12-27Make sdl-config --libs find libX11.hubertf3-9/+11
2000-12-27Fix bogus CATEGORY, and update HOMEPAGEwiz1-3/+3
2000-12-27Fix compilation on alpha.wiz2-1/+19
2000-12-19Updated kdevelop to 1.3wulf3-5/+70
2000-12-18Add and enable py-idletsarna1-1/+2
2000-12-18added py-idle from Jeff Rizzo in PR#11686tsarna5-0/+179
IDLE is the Integrated Development Environment for Python.
2000-12-17Add some files.wiz1-1/+10
2000-12-17Add missing dependency on libunicoderh1-1/+2
2000-12-16add and enable tavrasmwiz1-1/+2
2000-12-16Initial import of tavrasm-0.15:wiz7-0/+92
tavrasm is an assembler for the Atmel AVR series of microcontrollers. It compiles code written for Atmels AVR DOS assembler. Package provided by Dieter Baron in private communication.
2000-12-13Make sure we install cweb with the same PREFIX as teTeX (TeX won't findjtb3-7/+7
the macros otherwise). Get rid of the INSTALL file. Added extra @unexec rmdir to PLIST.
2000-12-12update to 5.2drochner3-23/+10
too many changes to list here - see the HOMEPAGE for details
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-2/+1
Consistent 4 character indentation of SUBDIR entries.
2000-12-11install HTML documentation into share/doc/htmlwiz2-3/+9
2000-12-10Fix patchsum.jtb1-2/+2
2000-12-10Oops! I forgot to add these back in.jtb2-0/+64
2000-12-10Added --version-info 0:0 to libtool arguments. Use autoreconf instead ofjtb6-577/+12
patching configure.
2000-12-08Add and enable "fortran-utils".jtb1-1/+2
2000-12-08Initial import of new "fortran-utils" package:jtb5-0/+36
Utilities for Fortran programmers
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