summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-11-05Add missing includes (ssl, zlib). From Geert Hendrickx.wiz3-10/+11
2005-11-05Note PR number for p5-CDDB_get update.wiz1-2/+2
2005-11-05Updated pkglint to 4.37.2.rillig2-9/+10
- Removed the hard-coded values for valid tool names. The detection is good enough. - Make sure that the domain part NetBSD.org is written like this in mail addresses.
2005-11-05Simplified the do-configure target. The main reason is that the Solarisrillig1-3/+3
/bin/sh cannot handle two adjacent ((.
2005-11-05As the printdepends program takes quite a long time, every 50 packages arillig1-5/+18
status line is printed on stderr to get an impression about how the program gets along.
2005-11-05Made the dependency directory check a little stricter. In the worst caserillig1-3/+3
this could produce extra warnings. It does not affect the rest of the build process at all.
2005-11-05Fixed format of my two auto-generated entries.rillig1-3/+3
2005-11-05The Solaris /bin/sh doesn't like two adjacent open parentheses. Removedrillig1-3/+3
them completely, as they had been unnecessary. As ${MKDIR} already includes the -p option, the ${TEST} is not necessary and has been dropped, too. Fixes PR 32002.
2005-11-05Export the BULK_BUILD_CONF variable so that subprocesses can see it. Rewroterillig1-10/+12
the code a little.
2005-11-05Update xlockmore to 5.20.1.hubertf3-10/+10
XXX someone please test the PAM stuff on >=3 Changes: "I goofed up the versioning on 5.20... so I wiped it out and put a new 5.20.1 up " 5.20 win32 changes from Tim Auckland: * Faster starting fix general install fix flow now uses PolyDraw... making it run faster Juggle cleaned up Arc drawing and XQueryFont now returns a dummy font (which XDrawString ignores) fiberlamp now jiggles XTranslateCoordinates fixed, Arc fixes, and pattern label disabled for juggle... win32 changes from David Bagley: * New bitmaps and pixmaps. Makefile change so maze uses one. shifted text printing in api and on apollonian mode polyominoes looks better because I changed the meaning in the Api for DrawRectangle. It now just draws a rectangle outline. added julia life life1d swarm tetris voters inverted but this uses xbm? made FULL_RANDOM the default fixed much of xjack (except when it gets to bottom of screen) Labeling now on right side and aligned. Change the name from xlockmore95.scr to xlock.scr. Added a new ico file. I added 17 modes on top and took out some warnings. Merged with xlockmore95-0.11 with thanks to author Petey Leinonen <petey_leinonen AT yahoo.com.au>. See win32 readme.txt and todo.txt. double buffering implemented, transparent background for text, XPutImage fixes, XCreateImage added Currently, it is not easy to select a specific mode and some modes need work. Modified life and life1d sizing to be more variable when there * is no bitmap. Also thanks to Tom Schmidt for a non Grelb icon fix. voters modified to have proper colors for Democrats and Republicans. As a left wing liberal, I just had to add the "Green" bitmap. Old commie icon available as compile time option (but will be green). New portable method for locking Virtual Terminals (vt). Added to README. Thanks to Sergei Golubchik <sergii AT pisem.net>. Allow xlockrc to allow passwords of any length (not just 8) thanks to <Manuel.Reimer AT gmx.de> (actually it just ignores characters after the 8th character... but now ignores it in a more consistent way). make.com modified to use IEEE floats instead of VAX-floats thanks to Jouk Jansen. Changed default for PAM (since I have got a few mails about it). Compile OD_PAM (sorry did not know what else to call it) if you like the old way. GenToo and (most?) other Linux versions should compile by default.
2005-11-05Added buildlink3.mk for this package.martti4-0/+72
2005-11-05Added cvsreport.rillig1-1/+2
2005-11-05Fixed wrong use of WRKSRC. Converted explicit use of ${SED} to the SUBSTrillig7-56/+58
framework.
2005-11-05Imported sysutils/cvsreport-0.3.5 from pkgsrc-wiprillig1-1/+2
2005-11-05Imported cvsreport from pkgsrc-wip.rillig4-0/+39
CVSreport produces text or enhanced HTML activity reports from a local or remote CVS repository. It can be used to extract activity information from any time span, or to automatically generate reports and store/send them on commit events. CVSreport can extract changesets from a CVS repository history. A changeset is a set of commit operations (addition, removal, modification) which happen along a single invocation of the cvs commit command. Used from client side, it produces a report starting from an arbitrary date from a simple working copy. On the server side, it can automatically generate reports and mail them upon commit.
2005-11-05Added a command line option --config that allows to specify a customrillig1-2/+10
build.conf file. The only way to do this before had been to set the (undocumented) environment variable BULK_BUILD_CONF. This is a conservative extension.
2005-11-05Fixed a typo.rillig1-2/+2
2005-11-05Add py-nevow.minskim2-2/+4
2005-11-05Import py-nevow from pkgsrc-wip. Packaged by Michal Pasternak andminskim4-0/+234
maintained by Siegmund Fuehringer. Nevow is a next-generation web application templating system, based on the ideas developed in the Twisted Woven package. Its main focus is on separating the HTML template from both the business logic and the display logic, while allowing the programmer to write pure Python code as much as possible. It separates your code into 'data' and 'render' functions, a simplified implementation of traditional MVC. It has various parts which can be used individually or as a whole, integrated web solution.
2005-11-05Environment and pkgsrc variables used by the bulk build.rillig1-0/+105
2005-11-05Add azara.minskim2-2/+4
2005-11-05Import azara from pkgsrc-wip. Packaged by David Price.minskim6-0/+299
Azara is a suite of programs to process and view NMR data.
2005-11-04Updated pkglint to 4.37.1.rillig2-12/+17
- Improved detection of valid tool names.
2005-11-04only include malloc.h if HAVE_MALLOC_H is defineddbj2-7/+12
2005-11-04when checking if _POSIX_PRIORITY_SCHEDULING is defined, also checkdbj3-1/+38
that its value is not -1 match declaration of check_writemodes_mdvd to its definition
2005-11-04when checking if _POSIX_PRIORITY_SCHEDULING is defined, also checkdbj2-1/+24
that its value is not -1
2005-11-04Fixed regular expression for finding valid tool names. Added debuggingrillig1-8/+19
output for tool names. Sorted and aligned the list of known tools.
2005-11-04add ONLY_FOR_PLATFORM explicitly listing platforms listed in growisofs.cdbj1-1/+5
2005-11-04fix statvfs hack for non netbsd platformsdbj2-11/+13
2005-11-04Manually added some commonly used tool names.rillig1-1/+7
2005-11-04Allow "-" in Tool names.rillig1-2/+2
2005-11-04Note update of lang/kaffe to 1.1.6nb1tonio1-1/+2
2005-11-04The last fix did not work. Completely reverted the unintended part ofrillig1-5/+2
the last changes.
2005-11-04Integrate patches from kaffe'cvs to fix thread signal handling on netbsdtonio5-6/+91
Thanks guilhem_at_kaffe.org for those patches (Now kaffe passes 100% of the regression tests under netbsd -current (at least i386)) bump PKGREVISION
2005-11-04As the "cvs import" didn't work, I'm trying "cvs add" now.rillig3-0/+22
2005-11-04Use --with-openssl=${BUILDLINK_PREFIX.openssl} to specify real pathtv1-2/+2
so that configure won't try to run the (possibly not installed) pkg-config.
2005-11-04fix to i386 div64 taken from qemu cvsdbj3-3/+28
bump PKGREVISION
2005-11-04use fakepoll.h implementation of poll using select on apple, which hasdbj3-7/+186
a broken poll.
2005-11-04add check and fail on gcc4, which cannot be used with this version of qemudbj1-1/+9
2005-11-04Imported math/R-VR-7.2.4 from pkgsrc-wiprillig1-1/+2
2005-11-04Replaced "done" with "esac" to fix a syntax error.rillig1-2/+2
2005-11-04Updated pkglint to 4.37.rillig1-1/+2
Changes since 4.36: - Stricter type checking. - Added checks for TOOL_* variables. - Added {pre,do,post}-extract to the list of valid stages. - Fixed the regular expression for detecting tool names. - Added a check for invalid syntax in tool names. - Improved some diagnostics.
2005-11-04Updated pkglint to 4.37.rillig3-8/+21
- Added checks for TOOL_* variables. - Added {pre,do,post}-extract to the list of valid stages. - Fixed the regular expression for detecting tool names. - Added a check for invalid syntax in tool names. - Improved the diagnostic for enumerations.
2005-11-04Relax rules a bit on INSTALLATION_DIRS -- we still enforce thatjlam1-2/+5
directories listed in INSTALLATION_DIRS are created in ${PREFIX}, but it's now okay to include ${PREFIX} at the front of each, directory, e.g. this is now okay: INSTALLATION_DIRS+= ${PREFIX}/bin Makes using this variable a bit less unwieldy sometimes.
2005-11-04back out part of previous commit that was unintended.jlam1-5/+2
2005-11-04Use my_lround() on Interix too.tv5-4/+158
Add minimalist #ifndef blocks to rip out XShm support on Interix.
2005-11-04Use ${SLEEP} instead of sleep, and note that we use the sleep tool ifjlam1-6/+9
we're doing locking.
2005-11-04Teach the tools framework about "sleep" which can be provided by thejlam13-13/+36
sysutils/coreutils package.
2005-11-04Fixed wrong use of WRKSRC. gcc-2.95 does not like CRLF line ends, so theyrillig3-9/+15
are stripped from all *.c and *.h files.
2005-11-04Add comment about possibly supporting SIOCGIFADDR in the future.tv1-1/+8