summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-10-16Fix build error when devel/autoheader is not installed.kent2-5/+14
2002-10-16Note addition of papaya-0.1.7rh1-1/+2
2002-10-16ddd and enable papayarh1-1/+2
2002-10-16Initial import of papaya-0.1.7, a set of scripts for software development.rh8-0/+128
2002-10-16Note update of lang/gcc-sspkent1-1/+2
Changes: - add protection for alloca() - fix a problem on m68k
2002-10-16Update to 2.95.3-12kent2-12/+11
Changes: - add protection for alloca() - fix a problem on m68k Remove NOT_FOR_PLATFORM temporarily. If we have build error on a platform, lang/gcc also has the same error and patches for lang/gcc should be improved. If protection check in post-build fails, it is a problem in the ssp patch, we should tell the ssp author the problem, and add the platform to NOT_FOR_PLATFORM.
2002-10-16no need to refer to xmcd as "--another FreeBSD port"lukem1-3/+3
2002-10-16Remove superfluous inclusion of ptl2/buildlink2.mkrh2-4/+2
2002-10-16Note addition of gtkglext-0.5.1rh1-1/+2
2002-10-16Add and enable gtkglextrh1-1/+2
2002-10-16Initial import of gtkglext-0.5.1, an OpenGL extension to gtk2rh6-0/+160
2002-10-16Note PKGREVISION bumps due to PTL2 -> pth switch for glib2.rh1-1/+6
2002-10-16Switch glib2 from PTL2 to pth.rh9-24/+30
Introduce USE_PTL2 so that PTL2 can still be used as an alternative (e.g. for debugging). Only include ptl2/buildlink2.mk if USE_PTL2 is set and no native threads are available. Bump PKGREVISIONS.
2002-10-16note update of gerbv to 0.0.10dmcmahill1-1/+2
2002-10-16update to gerbv-0.0.10dmcmahill2-6/+5
Yet another bunch of bugs in different corner cases of Gerber files has been fixed. Many fixes in polygon area fill, some fixes in calculating circles, a statically allocated array caused strange stray segfaults when drawing aperture macros. A bunch of new command line switches. Most important are: * --display: use as in all other X-programs, ie open window from a remote computer. * --geometry: Sets the geometry. Usually gerbv guess the resolution of your window and sets the window size accordingly. If you for instance have a bigger virtual window than actual screen the window can get quite big. With this switch you can override with for example --geometry=400x300 Fixes in drill file parser. Many drill files don't have drill sizes in them, else perfectly valid files. Pitch fix makes gerbv parse drill files even though they don't have drill sizes defined, but under protest. Greatest fix of them all. Super imposing. Handles paint-scratch-paint more proper. Changed dramatically how different layers are drawn "on top of each other".
2002-10-16note update of gmake to 3.80dmcmahill1-1/+2
2002-10-16update to gmake-3.80dmcmahill8-120/+76
Changes since 3.79.1 are: Version 3.80 * A new feature exists: order-only prerequisites. These prerequisites affect the order in which targets are built, but they do not impact the rebuild/no-rebuild decision of their dependents. That is to say, they allow you to require target B be built before target A, without requiring that target A will always be rebuilt if target B is updated. Patch for this feature provided by Greg McGary <greg@mcgary.org>. * For compatibility with SysV make, GNU make now supports the peculiar syntax $$@, $$(@D), and $$(@F) in the prerequisites list of a rule. This syntax is only valid within explicit and static pattern rules: it cannot be used in implicit (suffix or pattern) rules. Edouard G. Parmelan <egp@free.fr> provided a patch implementing this feature; however, I decided to implement it in a different way. * The argument to the "ifdef" conditional is now expanded before it's tested, so it can be a constructed variable name. Similarly, the arguments to "export" (when not used in a variable definition context) and "unexport" are also now expanded. * A new function is defined: $(value ...). The argument to this function is the _name_ of a variable. The result of the function is the value of the variable, without having been expanded. * A new function is defined: $(eval ...). The arguments to this function should expand to makefile commands, which will then be evaluated as if they had appeared in the makefile. In combination with define/endef multiline variable definitions this is an extremely powerful capability. The $(value ...) function is also sometimes useful here. * A new built-in variable is defined, $(MAKEFILE_LIST). It contains a list of each makefile GNU make has read, or started to read, in the order in which they were encountered. So, the last filename in the list when a makefile is just being read (before any includes) is the name of the current makefile. * A new built-in variable is defined: $(.VARIABLES). When it is expanded it returns a complete list of variable names defined by all makefiles at that moment. * A new command-line option is defined, -B or --always-make. If specified GNU make will consider all targets out-of-date even if they would otherwise not be. * The arguments to $(call ...) functions were being stored in $1, $2, etc. as recursive variables, even though they are fully expanded before assignment. This means that escaped dollar signs ($$ etc.) were not behaving properly. Now the arguments are stored as simple variables. This may mean that if you added extra escaping to your $(call ...) function arguments you will need to undo it now. * The variable invoked by $(call ...) can now be recursive: unlike other variables it can reference itself and this will not produce an error when it is used as the first argument to $(call ...) (but only then). * New pseudo-target .LOW_RESOLUTION_TIME, superseding the configure option --disable-nsec-timestamps. You might need this if your build process depends on tools like "cp -p" preserving time stamps, since "cp -p" (right now) doesn't preserve the subsecond portion of a time stamp. * Updated translations for French, Galician, German, Japanese, Korean, and Russian. New translations for Croatian, Danish, Hebrew, and Turkish. * Updated internationalization support to Gettext 0.11.5. GNU make now uses Gettext's "external" feature, and does not include any internationalization code itself. Configure will search your system for an existing implementation of GNU Gettext (only GNU Gettext is acceptable) and use it if it exists. If not, NLS will be disabled. See ABOUT-NLS for more information. * Updated to autoconf 2.54 and automake 1.7. Users should not be impacted.
2002-10-15note update of pilrc to 2.9.10dillo1-1/+2
2002-10-15update to 2.9.10dillo2-21/+28
changes unknown
2002-10-15Note update of games/ketm to version 0.0.6.kristerw1-1/+2
2002-10-15Update games/ketm to version 0.0.6.kristerw5-29/+68
Changes since 0.0.4 include: * Better framerate. * Improved sprite collision detection. * New display format to make the game more "shooter-like". And misc unspecified bugfixes.
2002-10-15remove prc-tools sub-packagesdillo1-5/+1
2002-10-15Note upgrade of prc-tools to 2.2 and palmos-includes to 5.0.dillo1-1/+7
Note removal of prc-tools sub-packages, which were subsumed into prc-tools.
2002-10-15remove prc-tools sub-packages, they have been subsumed into prc-toolsdillo28-617/+0
(which now builds without needing some of its components installed)
2002-10-15upgrade to 5.0dillo3-406/+843
adapt to changes in prc-tools 2.2 include 4.x and 5.0 sdks unfortunately, 1.x and 2.x sdks are no longer available
2002-10-15upgrade prc-tools to 2.2dillo23-46/+735
changes: support for newer versions of palmos (>3.5) support for arm newer versions of toolchain
2002-10-15Update the checksum and size of the distfile.kristerw1-3/+3
I have verified that that the distfile changes are legitimate (the only change is one #include <strings.h> that has been changed to #include <string.h>)
2002-10-15Note python22 upgrade to 2.2.2tsarna1-1/+2
2002-10-15Upgrade python22 package from 2.2.1 to 2.2.2.tsarna4-16/+57
Mostly bug fixes, a few enhancements, notably in the email package.
2002-10-15Initial import of DNS::ZoneParse 0.82 into the NetBSD packages collectioncjep1-1/+2
as net/p5-DNS-ZoneParse. This perl5 module is for parsing and manipulating DNS zone files. It can be used to pull all the resource records into an anonymous hash structure.
2002-10-15Add and enable p5-DNS-ZoneParsecjep1-1/+2
2002-10-15Initial import of DNS::ZoneParse 0.82 into the NetBSD packages collection cjep4-0/+24
as net/p5-DNS-ZoneParse. This perl5 module is for parsing and manipulating DNS zone files. It can be used to pull all the resource records into an anonymous hash structure.
2002-10-15Initial import of rdiff-backup-0.10.1 into the NetBSD Packages Collection.agc1-1/+2
Provided in PR 18577 by David.S at idiom dot com, some modifications by me to use buildlink2 files, and to specify the correct version of python required. Rdiff-backup backs up one directory to another, possibly over a network. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of that target directory, so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup. Rdiff-backup also preserves subdirectories, hard links, dev files, permissions, uid/gid ownership (if it is running as root), and modification times. Finally, rdiff-backup can operate in a bandwidth efficient manner over a pipe, like rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive up to a remote location, and only the differences will be transmitted.
2002-10-15Add and enable rdiff-backupagc1-1/+2
2002-10-15Initial import of rdiff-backup-0.10.1 into the NetBSD Packages Collection.agc6-0/+147
Provided in PR 18577 by David.S at idiom dot com, some modifications by me to use buildlink2 files, and to specify the correct version of python required. Rdiff-backup backs up one directory to another, possibly over a network. The target directory ends up a copy of the source directory, but extra reverse diffs are stored in a special subdirectory of that target directory, so you can still recover files lost some time ago. The idea is to combine the best features of a mirror and an incremental backup. Rdiff-backup also preserves subdirectories, hard links, dev files, permissions, uid/gid ownership (if it is running as root), and modification times. Finally, rdiff-backup can operate in a bandwidth efficient manner over a pipe, like rsync. Thus you can use rdiff-backup and ssh to securely back a hard drive up to a remote location, and only the differences will be transmitted.
2002-10-15We need the suse-Makefile when we _are_ on NetBSD.jschauma2-4/+4
2002-10-15Add a buildlink2 file for this package.agc1-0/+29
2002-10-15Initial import of librsync-0.9.5.1 into the NetBSD Packages Collection.agc1-1/+2
Provided in PR 18576 by "David S." <dgs@malign.rad.washington.edu>, the buildlink2 glue and libtool glue added by me. Librsync is a library for calculating and applying network deltas, with an interface designed to ease integration into diverse network applications. Librsync encapsulates the core algorithms of the rsync protocol, which help with efficient calculation of the differences between two files. The rsync algorithm is different from most differencing algorithms because it does not require the presence of the two files to calculate the delta. Instead, it requires a set of checksums of each block of one file, which together form a signature for that file. Blocks at any point in the other file which have the same checksum are likely to be identical, and whatever remains is the difference.
2002-10-15Add and enable librsyncagc1-1/+2
2002-10-15Initial import of librsync-0.9.5.1 into the NetBSD Packages Collection.agc4-0/+48
Provided in PR 18576 by "David S." <dgs@malign.rad.washington.edu> Librsync is a library for calculating and applying network deltas, with an interface designed to ease integration into diverse network applications. Librsync encapsulates the core algorithms of the rsync protocol, which help with efficient calculation of the differences between two files. The rsync algorithm is different from most differencing algorithms because it does not require the presence of the two files to calculate the delta. Instead, it requires a set of checksums of each block of one file, which together form a signature for that file. Blocks at any point in the other file which have the same checksum are likely to be identical, and whatever remains is the difference.
2002-10-15note that minivmac-0.1.7 addition into emulators category.kei2-2/+4
2002-10-15initial import of Mini vMac 0.1.7 into the NetBSD packages collection.kei5-0/+76
Mini vMac is a minor spin off of the program vMac. Its goal is to provide the simplest usable emulation of a Macintosh, instead of the fastest or most usable emulation. It can serve as a programmers introduction to vMac, having only about one tenth as much source code.
2002-10-15xmbdfed is moved from graphics to fonts category.kei3-4/+5
2002-10-15re-imported xmbdfed, a Motif-based BDF editor, from graphics category.kei6-0/+113
2002-10-15font related utilities are located in fonts category these days.kei6-113/+0
so xmbdfed will go there.
2002-10-15sync install message to reality. it's efont, not efont-unicode.kei1-2/+2
2002-10-15Fix typo which made this file completely useless and caused build failurestron1-2/+2
in all KDE packages using it.
2002-10-15fixed some build and installation issue. tested on 1.6D/i386.kei7-17/+43
- use buildlink2 - it needs MesaLib - added missing entries into PLIST - /usr/local, /usr/pkg --> ${PREFIX} - modified the way of handling LDFLAGS - and some minor stuff
2002-10-15Initial import of Phoenix-0.3 into the NetBSD packages collection.grant1-1/+2
Phoenix is a redesign of the Mozilla browser component, similar to Galeon, K-Meleon and Chimera, but written using the XUL user interface language and designed to be cross-platform. This is a Linux binary package for Linux and NetBSD/i386.
2002-10-15add phoenix.grant1-1/+2