summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2002-09-22Don't symlink certain classes of files that aren't needed by buildlink2:jlam8-19/+8
*.pc and binaries. Both these things are simply found by packages in their true installed locations.
2002-09-22*Conf.sh files don't need to be symlinked when using buildlink2.jlam1-2/+1
2002-09-21buildlink1 -> buildlink2jlam1-5/+4
2002-09-21Strip the ".buildlink" from the names of the python application andjlam9-19/+19
extension Makefile fragments, because they really don't have anything to do with the buildlink[12] frameworks. Change all the Makefiles that use application.buildlink.mk and extension.buildlink.mk to use application.mk and extension.mk instead.
2002-09-21buildlink1 -> buildlink2jlam1-5/+6
2002-09-21buildlink1 -> buildlink2jlam1-8/+9
2002-09-21buildlink1 -> buildlink2jlam4-134/+12
2002-09-21buildlink1 -> buildlink2jlam2-23/+24
2002-09-21Refer to uninstalled libtool archives by their full path (as the libtooljlam2-2/+16
manual tells you to), instead of "-Lsrcdir -llib".
2002-09-21buildlink1 -> buildlink2jlam1-11/+7
2002-09-21buildlink1 -> buildlink2jlam2-281/+12
2002-09-21buildlink1 -> buildlink2jlam3-26/+16
2002-09-21buildlink1 -> buildlink2jlam1-4/+5
2002-09-21Add and enable gailrh1-1/+2
2002-09-21Initial import of gail-0.17, the Gnome Accessibility Implementation Libraryrh9-0/+173
2002-09-21buildlink1 -> buildlink2jlam1-4/+4
2002-09-20buildlink1 -> buildlink2jlam2-13/+12
2002-09-20buildlink1 -> buildlink2jlam3-30/+7
2002-09-20buildlink1 -> buildlink2jlam1-5/+5
2002-09-20Add and enable giblibrh1-1/+2
2002-09-20Initial import of giblib-1.2.2, a programmer's utility library and imlib2rh6-0/+101
wrapper used by feh and other utilities.
2002-09-20Update bmake and mk-files to latest versions.sjg7-85/+26
bmake is now sync'd with NetBSD-1.6 mk-files have been overhauled to handle ELF on BSD systems.
2002-09-20Make these scripts more portable by taking advantage of automatic rc.dgrant1-2/+2
script handling and using @RCD_SCRIPTS_SHELL@. as discussed with jlam.
2002-09-19Add rt-mysql and rt-pgsql pkgsatatat1-1/+3
2002-09-19Initial import of a pkg for the RT ticketing system.atatat1-0/+5
RT is an industrial-grade ticketing system. It lets a group of people intelligently and efficiently manage requests submitted by a community of users. RT is used by systems administrators, customer support staffs, NOCs, developers and even marketing departments at over a thousand sites around the world. This version is backed by the postgres database.
2002-09-19Initial import of a pkg for the RT ticketing system.atatat9-0/+1146
RT is an industrial-grade ticketing system. It lets a group of people intelligently and efficiently manage requests submitted by a community of users. RT is used by systems administrators, customer support staffs, NOCs, developers and even marketing departments at over a thousand sites around the world. This version is backed by the mysql database.
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