summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-09-19Take advantage of the auto-generation and installation of rc.d scripts.jlam1-3/+1
2002-09-19There is no RCD_SCRIPT.jlam1-2/+1
2002-09-19Add libevent.uebayasi1-1/+2
2002-09-19Initial import of libevent-0.6.uebayasi4-0/+36
The libevent API provides a mechanism to execute a callback function when a specific event occurs on a file descriptor or after a timeout has been reached. libevent is meant to replace the asynchronous event loop found in event driven network servers. An application just needs to call event_dispatch() and can then add or remove events dynamically without having to change the event loop. Currently, libevent supports kqueue(2) and select(2). Support for poll(2) and /dev/poll is planned. The internal event mechanism is completely independent of the exposed event API, and a simple update of libevent can provide this new functionality without having to redesign the server applications.
2002-09-18Add and enable sablecc.agc1-1/+2
2002-09-18Initial import of sablecc-2.16.2 into the NetBSD Packages Collection.agc5-0/+53
Provided in PR 18302 by Daniel Hagerty <hag@linnaean.org> SableCC is a java based framework for compiler construction. It generates LALR(1) parsers from an EBNF grammar syntax.
2002-09-18Create a dummy libtool archive for the system libintl.*, otherwise, in thejlam1-1/+9
future when pkgsrc's libintl.so depends on libiconv.so, libtool will be confused and use the wrong libintl when we want the system one.
2002-09-17Require 1.0.4nb1 and include pthread.buildlink*.mk now that pthreadjlam2-4/+8
support is activated in libsigc++.
2002-09-17Ensure that the pthread library is linked into libsigc.so.jlam2-6/+15
2002-09-17libsigc++ passes it's tests when compiled with pthread support, so turn itjlam1-10/+15
on. Bump PKGREVISION.
2002-09-16Updated cpuflags to 0.33abs2-3/+4
Add entry for alpha 21264B
2002-09-15s/USE_X11BASE/USE_X11/ so this actually works on non-xpkgwedge systemsrh4-8/+10
Bump PKGREVISIONs and default dependencies
2002-09-14Apply fixes by Julio Merino in PR pkg/18224:rh2-21/+50
- remove bogus dependency on oaf - missing dependencies
2002-09-14Use mk/emacs.mk.uebayasi2-30/+26
2002-09-14Use mk/emacs.mk.uebayasi2-65/+67
2002-09-14Use mk/emacs.mk.uebayasi2-40/+33
2002-09-14Use mk/emacs.mk.uebayasi9-6/+405
2002-09-13Use ghostscript.mk.jlam1-2/+2
2002-09-12Standardize.wiz5-14/+17
2002-09-12Add and enable libwnckrh1-1/+2
2002-09-12Initial import of libwnck-0.17, a window navigator construction kit forrh5-0/+109
GNOME2. Provided by Julio Merino <jmmv@hispabsd.org>. This closes PR pkg/18202.
2002-09-12Add and enable libgnomeuirh1-1/+2
2002-09-12Initial import of libgnomeui-2.0.5, a core widget library for therh7-0/+273
development of GNOME2 applications. Provided by Julio Merino <jmmv@hispabsd.org>. This closes PR pkg/18201.
2002-09-12Add buildlink2.mkwiz1-0/+24
2002-09-11Add and enable libbonobouirh1-1/+2
2002-09-11Initial import of libbonoboui-2.0.3, the user interface components of therh5-0/+163
CORBA object activtion framework for GNOME2. Provided by Julio Merino <jmmv@hispabsd.org>. Closes PR pkg/18198.
2002-09-11Add and enable libgnomerh1-1/+2
2002-09-11Initial import of libgnome-2.0.4, the non-graphical core of GNOME2.rh8-0/+339
Provided by Julio Merino <jmmv@hispabsd.org>. This closes PR pkg/18190.
2002-09-11Update to 1.0.4, provided by Adan Ciarcinski.wiz7-64/+65
* Changed include directory to $(includedir)/sigc++-1.0/sigc++ to allow parallel installation with sigc-1.2. Added an install-data-hook rule deleting the old headers. (Daniel Elstner) * Ming patch from cgustin@ibelgique.com (This is probably not complete, because the sigc_res.rc file was not in cvs - an emtpy file has been added.) Converted to buildlink2 by me.
2002-09-11buildlink1 -> buildlink2jlam2-13/+18
2002-09-11buildlink1 -> buildlink2jlam1-11/+13
2002-09-11Use buildlink2.mk files, not buildlink.mk files. Thanks wiz!jlam1-6/+6
2002-09-11Installs into LOCALBASE by default, not X11PREFIX.wiz1-2/+2
2002-09-11Remove oaf buildlink2.mk.wiz1-2/+1
2002-09-10Use ${MAKE} instead of "make". Helps a little on Darwin.schmonz2-5/+5
2002-09-10Update HOMEPAGE. From Martin Weber in pkg/18259.wiz1-2/+2
2002-09-10buildlink1 -> buildlink2jlam2-4/+4
2002-09-10USE_PTHREAD died a long time ago; match pthread handling from buildlink.mkjlam1-7/+11
and add the PTL header directory to CPPFLAGS so that the headers for the pthread implementation used by glib2 may be found by other packages.
2002-09-10USE_PTHREAD died a long time ago...use PTHREAD_OPTS as buildlink.mk does.jlam1-2/+2
2002-09-10Since the major of libiconv was increased during the update to 1.8,wiz25-43/+50
bump dependency to latest libiconv version; recursively also bump all dependencies of packages depending on libiconv. Requested by fredb.
2002-09-10buildlink2.wiz1-3/+4
2002-09-10Convert to buildlink2.wiz1-4/+5
2002-09-10Unused.wiz1-40/+0
2002-09-10Remove pkgname from comment.wiz1-2/+2
2002-09-10buildlink1 -> buildlink2jlam1-2/+2
2002-09-09We don't symlink binaries into ${BUILDLINK_DIR}/bin because they mayjlam1-24/+21
conflict with wrapper scripts. Also modify INCOMPAT_BINUTILS to take ${MACHINE_PLATFORM}-style wildcards.
2002-09-09unusedwiz1-41/+0
2002-09-09Add some more files. From Julio Merino in pkg/18218.wiz1-1/+2
2002-09-09Add MESSAGE explaining the need for a well-configured openssl installation.wiz1-0/+13
From Julio Merino in pkg/18214.
2002-09-09Remove two unnecessary EXECs, and replace a dirrm with unexec RMDIR.wiz1-4/+2
The latter requested by Julio Merino in pkg/18213.