summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-11-05Regenerate hand-edited patches so that the Mac OS X patch programkristerw4-22/+22
can apply them.
2005-11-05This pkg has not been ported to big endian architectures. Set PKG_SKIP_REASON.kristerw1-1/+6
2005-11-05Regenerate so that the Mac OS X patch can use it.kristerw2-4/+4
2005-11-05- Rewrote the "man page" comment.rillig1-11/+32
- When printindex is called with two arguments, the second argument specifies the base directory of the <brokenfile>. The complete path is then <brokenbasedir>/${pkgdir}/<brokenfile>. This is useful for creating the log files in a directory outside the pkgsrc root.
2005-11-05Fix HOMEPAGEseb1-2/+2
2005-11-05Replaced ${PKGNAME:C...} with the equivalent ${PKGBASE}.rillig1-2/+2
2005-11-05Removed unnecessary definition for WRKSRC.rillig1-3/+1
2005-11-05Replaced ${PKGNAME:C...} with the equivalent ${PKGBASE}.rillig1-2/+2
2005-11-05Replaced an overly complex expression with the roughly equivalentrillig1-2/+2
${PKGBASE}.
2005-11-05Removed invalid definition for the read-only variable PKGBASE.rillig1-2/+1
2005-11-05Replaced an overly complex expression with the equivalent ${PKGBASE}.rillig1-2/+2
2005-11-05Fixed definition of WRKSRC.rillig1-2/+2
2005-11-05Removed unnecessary and overly complicated definition for WRKSRC.rillig1-3/+1
2005-11-05Fixed pkglint warnings:rillig3-23/+21
- Using "+=" with CONFIGURE_ARGS. - Converted patch-ab to unified format. - Replaced ${PKGNAME:...} with a simple "avr-gdb".
2005-11-05Replaced a complicated expression with the equivalent ${PKGWILDCARD}. Addedrillig1-5/+5
the :Q operator to all instances of ${PKGWILDCARD}.
2005-11-05This package needs USE_MSGFMT_PLURALS.minskim1-1/+2
2005-11-05- Added a comment above each paragraph explaining what goes on there.rillig1-31/+74
- Removed the perl5_dir variable, as it has only been used in one place. - Added error checking for the installation of the prerequisite packages after the main build.
2005-11-05- Added an alias --resume for --restart, as "restart" sounds too much likerillig1-19/+13
"from the beginning". - Moved the code to get the value of BULK_PREREQ some lines up, as there are also 19 other variables using the same code. This saves one extra check if the pkglint directory exists. - Added BULK_PREREQ to the variables whose value is printed before starting the actual build. - When installing prerequisite packages, print a nice sentence instead of a simple "echo $pkgdir".
2005-11-05- Added a function post_filter_cmd() that can be overridden in bulk.conf.rillig1-33/+54
The default function prepends the well-known "date, progress, pkgdir" to each line. - Check that the environment variable USR_PKGSRC is given and is an absolute pathname. - Introduced variables for the various directories. Their names all end in _dir, and they contain absolute pathnames. Changed all instances of ${USR_PKGSRC}/pkgtools/pkglint to ${pkglint_dir}. Likewise for the other directories. - Added more error checking. The bulk build is terminated if the pkg_install package cannot be updated or the prerequisite packages cannot be installed.
2005-11-05Remove the cleaning of pre-requisite packages before and after buildingkristerw1-19/+7
a package. This functionality consumed an enormous amount and time, and did not do much useful work: * It is not needed when doing a bulk build of the full pkgrsrc tree, since the pre-requisite packages already have been built and cleaned. * It does not work when doing a bulk build of a subset of the packages, since it only cleans the direct dependencies, and not the full list.
2005-11-05- Added a shell function die() that is used to provide consistentlyrillig1-19/+18
formatted error messages in case of failure. It also helps shortening the code. - Replaced many uses of "exit 1" with die().
2005-11-05- Removed trailing white-space from the --help output.rillig1-39/+41
- All error messages go to stderr instead of stdout. - Added variable quoting. - Reindented some code for better readability. - Changed "Build Temporary Files" caption to "Some variables used in the bulk build", which is more appropriate.
2005-11-05Completely rewrote the printindex tool.rillig1-57/+46
- Now it starts with "set -e", preventing unwanted continuing after errors have occured. - Added more error checking and handling. - All variables are properly quoted (if at all possible). - Merged the two loops for checking packages into one loop. - Instead of first checking if a directory exists and then changing into it, the tool now tries to cd, and handles failure. - Fixed the check for duplicates. Some packages might have been skipped unintentionally.
2005-11-05Updated graphics/libungif to 4.1.3nb3adrianp1-1/+2
2005-11-05Add patches for http://secunia.com/advisories/17436/ via. RedHatadrianp5-4/+107
2005-11-05Use new automatic flag; depend on appropriate pkg_install version.wiz1-3/+9
2005-11-05Updated pkgtools/pkg_install to 20051103wiz1-1/+2
2005-11-05Add new files.wiz1-3/+3
2005-11-05Not needed.wiz2-193/+0
2005-11-05Sync with base system as of Sat Nov 5 13:19:32 UTC 2005.wiz27-436/+1317
Welcome to 20051103! Now with "automatic" support.
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