summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-11-11update cook to version 2.21. trolling the changelogs gives:mrg3-7/+10
- new cook_rsh program - new "fail" command - new "stripdots" command - fixes for the fingerprinting code - many build, source & doco fixes
2002-11-10fix MAINTAINER= Name <email> to only include email address.grant1-2/+2
2002-11-09Use buildlink2.wiz1-8/+10
2002-11-09Add buildlink2.mk.wiz1-0/+81
2002-11-09Fix PLIST.wiz1-1/+54
2002-11-09Add and enable gtoolkit-examplesrh1-1/+2
2002-11-09Initial import of gtoolkit-examples-0.9.5, a set of Objective-C examplesrh3-0/+28
for GToolKit.
2002-11-08Add and enable aegisagc1-1/+2
2002-11-08initial import of the aegis package, from Matthew at Aldous dot com in PR#18969:mrg4-0/+482
Aegis is a transaction-based software configuration management system. It provides a framework within which a team of developers may work on many changes to a program independently, and Aegis coordinates integrating these changes back into the master source of the program, with as little disruption as possible.
2002-11-07Sort.wiz1-2/+2
2002-11-06Place a defined(__NetBSD__) near a defined(__OpenBSD__) so that theatatat3-3/+20
avifile-devel pkg (among other things) can build again.
2002-11-06Make this build on 1.6 at least.sjg3-3/+17
2002-11-05Re-add lines accidentally removed in previous commit. Thanks wiz!jlam1-1/+7
2002-11-05- make this work with apache2martti3-6/+6
- buildlink2
2002-11-04Depend on latest kde1 package.wiz1-2/+2
2002-11-04Update to 0.14.0.wiz2-5/+5
According to the website, this fixes a 'couple silly yet fairly high- impact bugs'.
2002-11-04Add USE_X11=YES. Approved by jlam.wiz1-1/+3
2002-11-04Add and enable gnome2-libole2rh1-1/+2
2002-11-04Initial import of gnome2-libole2-2.2.8, a OLE2 streams parsing library forrh8-0/+130
GNOME2
2002-11-04Fix copy/paste error from libgtop: USE_X11 instead of USE_X11BASE.rh2-4/+4
2002-11-04Add and enable libgtop2rh1-1/+2
2002-11-04Initial import of libgtop2-2.0.0, a library to retrieve system information,rh19-0/+813
used in GNOME2
2002-11-04Update libgtop to 1.0.13. Changes include:rh6-127/+120
- a security fix we already had in patch-af - some additional localisations - moved header files to allow co-existence with GNOME2 - some minor pkglint cleanups
2002-11-02Update cpuflags to 0.37abs2-7/+7
Recognise more alpha CPU variants - from Christopher SEKIYA
2002-11-02Add and enable gal2rh1-1/+2
2002-11-02Initial import of gal2-0.0.7, the GNOME2 application layer libraryrh5-0/+287
2002-11-02s|${X11PREFIX}/var/lib|${SCROLLKEEPER_DATADIR}|rh2-5/+7
Include missing scrollkeeper buildlink2.mk where necessary
2002-11-01Bump the pth dependency to pth>=1.4.1nb5, which ensures that we have thejlam2-4/+4
latest set of fixes and changes to pth to make it look more like a real pthreads package.
2002-11-01Fix BUILDLINK_PKGSRCDIR. Closes PR 18877. Some cleanup while here.wiz1-7/+2
2002-10-31Fix the sdl-config script to return the correct libraries for linkingjlam7-121/+216
against libaa by querying the aalib-config script. Bump the PKGREVISION since this change is user-visible.
2002-10-31Fix BUILDLINK_DEPMETHOD (no quotes supported here).wiz1-2/+2
2002-10-31Fix gettext detection. Closes PR 18872.wiz1-2/+2
2002-10-30Add and enable glade2rh1-1/+2
2002-10-30Initial import of glade2-1.1.2, a user interface builder for the GTK2+rh4-0/+104
toolkit and GNOME2.
2002-10-30s/711/555/ for EXEMODE.skrll3-2/+17
Bump PKGREVISION.
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh33-227/+33
2002-10-29Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE to fix build failure.wiz1-2/+2
2002-10-29Don't run the binutils-buildlink target unless we actually need thejlam1-3/+3
pkgsrc binutils package. This fixes using this file on -current systems. Thanks Stoned!
2002-10-28update to 1.4.4drochner6-218/+19
relevnt changes: -Numerous performance changes were made to the HDF5 sequential and parallel libraries -Several corruption problems were fixed.
2002-10-28Add and enable libargparseagc1-1/+2
2002-10-28Initial import of libargparse-0.1.0000 into the NetBSD Packages Collection.agc5-0/+71
libargparse is a command line argument parser library in C++ The ArgParse class allows you to specify names of options that you want parsed, along with a usage message for them. Options come in four flavors: flag, int, float, and string. Flags don't take arguments, but the other kinds do. For an option that takes an argument, it can be specified with an equals sign, with a colon, or by putting it in the next element of argv. ("--foo=stuff", "--foo:stuff", or "--foo stuff", respectively) The flavors that take arguments also come in array flavors. With an array, you specify a pointer to a vector of the basic type, instead of just a pointer to a basic type. This allows the option to appear more than once, and the new values are appended to the array. Optionally, you can also specify a separator character, so that multiple array elements can be parsed up from a single instance of the option. Options can start with either a single dash or a double dash, but see allowOneCharOptionsToBeCombined() for more information.
2002-10-27Use buildlink2. Use perl5/module.mk.seb1-5/+3
2002-10-27More texinfo path fixes, from PR 18634 by Lubomir Sedlacik.bouyer2-24/+10
2002-10-27Update bonobo-activation to 2.1.0. This version includes several bugfixesrh6-21/+46
as well as new features (performance, cleanup of large IDL's and i18n, new API for environment vars, improved error reporting, among others). Provided in PR pkg/18708 by Julio Merino <jmmv@menta.net>
2002-10-26Solaris's iconv library doesn't work here, add INCOMPAT_ICONV= SunOS-*-*bouyer2-2/+6
2002-10-26Don't hardcode MAKEINFO as /usr/bin/makeinfobouyer2-12/+3
2002-10-25Add and enable python mode.cjep1-1/+2
2002-10-25Initial import of python-mode 4.6 into the NetBSD packages collectioncjep5-0/+49
as devel/python-mode. This package provides an Emacs editing mode for Python code.
2002-10-25Unused.wiz1-89/+0
2002-10-25buildlink1 -> buildlink2.wiz1-5/+4