summaryrefslogtreecommitdiff
path: root/devel
AgeCommit message (Collapse)AuthorFilesLines
2004-01-09Initial import of jGRASP:jschauma4-0/+211
jGRASP is a medium-weight development environment, created specifically to provide automatic generation of software visualizations for the purpose of improving the comprehensibility of software. jGRASP is implemented in Java, and runs on all platforms with a Java Virtual Machine (Java version 1.3 or higher).
2004-01-09bonobo-activation is not needed anymore, it's included with libbonobo 2.4.xxtraeme7-230/+1
2004-01-09change from CATEGORIES net to devel.grant1-2/+2
while this module does relate to network address manipulation, it's really a development package with which to build applications, so devel is more appropriate.
2004-01-09+p5-Net-Netmaskgrant1-1/+2
2004-01-09import p5-Net-Netmask from pkgsrc-wip, initially by Charlie Allom,grant4-0/+33
wich some cleanup by me. Net::Netmask parses and understands IPv4 CIDR blocks. It's built with an object-oriented interface. Nearly all functions are methods that operate on a Net::Netmask object. There are methods that provide the nearly all bits of information about a network block that you might want. There are also functions to put a network block into a table and then later lookup network blocks by IP address in that table. There are functions to turn a IP address range into a list of CIDR blocks. There are functions to turn a list of CIDR blocks into a list of IP addresses. There is a function for sorting by text IP address.
2004-01-08libgtop2 server needs to be setgid to run gnome-applets andxtraeme1-1/+4
gnome-system-monitor, make it so.
2004-01-08Changes 20030629: implement RTLD_NEXT and RTLD_DEFAULTadam4-8/+23
2004-01-08Updated p5-BSD-Resource to 1.23.grant2-5/+5
changes since 1.15: Tue Oct 7 21:54:04 2003 Jarkko Hietaniemi <jhi@iki.fi> * Makefile.PL: use archlibexp instead of archlib in cc -I.../CORE so that Perls installed under ~user work. * Release 1.23. Sun Feb 9 12:12:42 2003 Jarkko Hietaniemi <jhi@iki.fi> * Add RLIMIT_LOCKS. * Fix a typo s/RLIM_SAVEWD_MAX/RLIMIT_SAVED_MAX/ * Sort the @EXPORT list. * Release 1.22. Thu Dec 12 01:15:44 2002 Jarkko Hietaniemi <jhi@iki.fi> * Patches for NCR MP-RAS from grommel@sears.com. * Release 1.21. Tue Nov 26 04:20:38 2002 Jarkko Hietaniemi <jhi@iki.fi> * Add a warning about the time/load-sensitivity of the tests to INSTALL and Makefile.PL. * Rewrite the getrusage.t and times.t tests a bit to better work on a fast machine (IOW, try spending a bit more time). * Release 1.20. Fri Nov 22 17:57:44 2002 Jarkko Hietaniemi <jhi@iki.fi> * Fixed a test problem found by Alain Barbet: in NetBSD the RLIMIT_STACK wants to be aligned. Fixed also the other memory-related limit tests to allow for alignment. * Release 1.19. Wed Nov 20 16:42:50 2002 Jarkko Hietaniemi <jhi@iki.fi> * Problem found by Jeff Boes, forwarded and analyzed by Slaven Rezic: if one has a fast machine and/or the granularity of times() is low, one could get false negatives from far() in getrusage.t. Fixed the same problem in times.t. * Bumped the copyright statement years. * Release 1.18. Thu Sep 19 16:53:26 2002 Jarkko Hietaniemi <jhi@iki.fi> * Patch from Miles Egan to use -I$archlib/CORE instead of -I$installarchlib/CORE in Makefile.PL, since they might be different but the first one is the one apps are supposed to be using. * Sanity check for getrlimit/setrlimit/getpriority/setpriority so that one won't use the string "RLIMIT_..."/"PRIO_..." when one is supposed to be using the constant RLIMIT_.../PRIO_... * Release 1.17. Sun Sep 15 18:44:36 2002 Jarkko Hietaniemi <jhi@iki.fi> * Patch from Allen Smith to avoid -lbsd in IRIX since it potentially brings in harmful side effects regarding setpgrp/setgroups. * Mention the use of VERBOSE in the probe failure message. * Release 1.16.
2004-01-07Bump PKGREVISION due to wxGTK update (use gtk2).jmmv1-2/+2
2004-01-07Use dlcompat/buildlink3.mk on Darwin.jlam1-2/+2
2004-01-07Make sure libgthread is linked to the libpthread library, fixes gtk2 buildxtraeme2-1/+15
in FreeBSD. Patch provided by Michal Pasternak in PR pkg/23841. Tested in NetBSD -current and FreeBSD 5.x.
2004-01-07From the log for rev. 1.1260 of bsd.pkg.mk:jlam2-4/+4
"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of PKG_SYSCONFSUBDIR. This makes PKG_SYSCONFBASE=/etc work with pkgviews by installing all config files into /etc/packages/<pkg> instead of occasionally putting some directly into /etc."
2004-01-07Create ${PREFIX}/share/examples in pkgviews (NO_MTREE) case.jlam1-1/+3
2004-01-06Use l:foo: instead of S:...: to remove a library.jlam1-2/+2
2004-01-06We are removing -ltermcap, not -liconv.jlam1-2/+2
2004-01-06Add and enable chmlib.wiz1-1/+2
2004-01-06Initial import of chmlib, a library dealing with .chm files,wiz6-0/+84
from pkgsrc-wip (by xtraeme@). CHMLIB is a library for dealing with Microsoft ITSS/CHM format files. Right now, it is a very simple library, but sufficient for dealing with all of the .chm files I've come across. Due to the fairly well-designed indexing built into this particular file format, even a small library is able to gain reasonably good performance indexing into ITSS archives. Since the last version there have been major bugfixes, portability improvements, and minor feature additions.
2004-01-06Add missing directory.xtraeme1-1/+2
2004-01-06Remove CONFLICTS, it's not needed here.xtraeme1-2/+1
2004-01-06It's "overwrite" not "overview"!!jlam1-2/+2
2004-01-06Fix path of FILESDIR and BUILD_DEPENDS.xtraeme1-3/+3
2004-01-06CVSup with X11 gui support built from sources via lang/ezm3, if you want toxtraeme5-36/+5
use the binary install devel/cvsup-gui-bin instead.
2004-01-06CVSup built from sources via lang/ezm3, if you want to use the binaryxtraeme8-139/+78
install devel/cvsup-bin instead.
2004-01-05+ cvsup-{bin,gui-bin}xtraeme1-1/+3
2004-01-05Reimport cvsup-gui as cvsup-gui-bin.xtraeme5-0/+42
2004-01-05Reimport cvsup as cvsup-bin.xtraeme7-0/+162
2004-01-05bl3ifyjlam1-12/+10
2004-01-05bl3ifyjlam6-18/+30
2004-01-05bl3ifyjlam3-13/+17
2004-01-05bl3ifyjlam9-27/+47
2004-01-05Update to version 4.6:mrauch16-325/+311
* support for compilation with gcc3 added * ANSI conformance fixes * smaller bugfixes and performance optimisations see etc/ChangeLog for a full list E-mail to MAINTAINER bounces, therefore reset to default value
2004-01-05bl3ifyjlam3-7/+13
2004-01-05bl3ifyjlam2-4/+8
2004-01-05bl3ifyjlam3-16/+16
2004-01-05bl3ifyjlam1-2/+4
2004-01-05bl3ifyjlam3-8/+14
2004-01-05"bl3ify": [v] to convert a package to use the buildlink3 framework.jlam2-3/+15
2004-01-05Use S/+$// instead of C/\+$// to save a backslash. Very highlyjlam17-34/+34
recommended by seb :)
2004-01-05Import a patch for ltdl.c (an old one, from 2001, see rev. 1.134.2.1 ofcube3-3/+37
that filein GNU libtool repository) to fix bad assumptions on memory allocation. Bump PKGREVISION.
2004-01-05Check variable values for "no" as well as "NO". Also sprinkle somejlam1-8/+8
double quotes.
2004-01-05Don't need to set BUILDLINK_PREFIX.gettext explicitly as bsd.buildlink3.mkjlam1-2/+1
does it correctly for us.
2004-01-05Sprinkle a few double quotes here and there.jlam1-4/+4
2004-01-05Sow BUILDLINK_USE_BUILTIN.<pkg> and reap _NEED_<PKG> variables.jlam5-94/+82
2004-01-05Regen.xtraeme1-3/+3
2004-01-05Update CVSup packages to snapshot 16.1.h, provided by Motoyuki Konno inxtraeme6-21/+79
PR pkg/22870.
2004-01-04Re-arrange to match example buildlink3.mk file in bsd.buildlink3.mk.jlam17-129/+94
2004-01-03Initial sprinkling of work-in-progress buildlink3.mk files for using thejlam17-0/+773
buildlink3 framework.
2004-01-03Bump package revisions for tiff update.reed72-135/+144
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2004-01-03Update to 1.11.11:wiz2-9/+9
SERVER SECURITY ISSUES * pserver can no longer be configured to run as root via the $CVSROOT/CVSROOT/passwd file, so if your passwd file is compromised, it no longer leads directly to a root hack. Attempts to root will also be logged via the syslog. Take over maintainership.
2004-01-03Fix path to installation program.kristerw2-1/+59