summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-25* If PLIST_SRC is explicitly set to an empty value in a package Makefile,jlam159-284/+184
then automatically generate a PLIST that says "${PKGNAME} has no files". * If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile, and no PLIST files exist, then fail during the package build with PKG_FAIL_REASON. * Remove "intentionally empty" PLISTs again. Now, the easy way to say that a package installs no files is to just add the following to the package Makefile: PLIST_SRC= # empty
2007-10-25Fix typo, spotted by Chris Ross.ghen1-2/+2
2007-10-25Updated security/gsasl to 0.2.21adam2-3/+3
2007-10-25Changes 0.2.21:adam3-20/+20
* Fix typos in manual. * Update gnulib files.
2007-10-25Updated graphics/gimp to 2.4.0adam2-3/+3
2007-10-25Changes 2.4.0:adam9-905/+1074
* Refreshed Look * Scalable Brushes * Selection Tools * Foreground Select Tool * Align Tool * Changes in menus * Improved display when zooming in or out
2007-10-25Move code that generates a dynamic PLIST from the {pre,do,post}-installjlam13-78/+60
targets and into a GENERATE_PLIST variable definition. Remove some unnecessary empty PLISTs as a result of properly setting GENERATE_PLIST.
2007-10-25+ jdomrillig2-2/+7
2007-10-25simpler includes.rillig1-3/+3
2007-10-25The package supports installation to DESTDIR.heinz1-1/+2
2007-10-25Re-add "intentionally empty" PLISTs for meta-packages and other packagesjlam86-10/+176
that directly manipulate empty PLISTs. Modify plist/plist.mk so that if the PLIST files are missing and no GENERATE_PLIST is defined, then the package fails to build.
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam981-1039/+0
can handle packages having no PLIST files.
2007-10-25Allow packages to have no PLIST files whatsoever. If such a package alsojlam1-4/+11
does not set GENERATE_PLIST, then automatically generate a PLIST that says: @comment ${PKGNAME} has no files.
2007-10-25Reverted the deprecation of LICENCE and ACCEPTABLE_LICENCES, since thererillig1-3/+5
is no consensus among the pkgsrc developers about them. Some want to keep them (proper British spelling), others want to eliminate them (redundancy).
2007-10-25It's not very useful to have empty PLIST files, so warn about it. Thisrillig1-1/+15
may happen when a package has been newly created and the print-PLIST target has not yet been run.
2007-10-25Updated mail/spamprobe to 1.4d.ghen1-1/+2
2007-10-25Update to 1.4d (previous 1.4.2 was 1.4b). Take MAINTAINERship.ghen4-24/+18
2006-11-16 Brian Burton <brian@burton-computer.com> * Released as 1.4d * configure.ac: Added ability to selectively disable image processing using --without-gif, --without-jpeg, and/or --without-png. * src/spamprobe/spamprobe.cc (set_headers): Added ability to selectively ignore individual headers using -H-headername. * src/includes/Ptr,Ref,Array.h: Restored missing <cassert> include. * src/parser/PngParser.cc (tokenizeImage): added basic tokens from PNG images. 2006-11-16 Brian Burton <brian@localhost.localdomain> * src/parser/PngParser.cc (PngParser): Stub for PNG parsing using libpng. * src/parser/JpegParser.cc (tokenizeMarker): Preliminary implementation of jpeg parsing using jpeglib. * configure.ac: Auto detect of either libungig or libgif depending on which one is available. 2007-01-04 Brian Burton <brian@burton-computer.com> * Released as 1.4c * spamprobe.1: Modified man page to remove unnecessary informaton and make it more conformant with man page conventions. * src/spamprobe/spamprobe.cc (process_extended_options): added ignore-body option. * src/parser/HeaderPrefixList.cc (HeaderPrefixList::addHeaderPrefix): Forced header prefixes and names to lower case instead of relying on an assert to enforce the restriction. * src/database/FrequencyDBImpl_hash.cc (hash::FrequencyDBImpl_hash): Disabled experimental hash database auto-cleaning. * src/includes/Ref.h: Removed cassert include. * src/spamprobe/spamprobe.cc (process_extended_options): Added whitelist option to allow use of SP as a bayesian white list in conjunction with other filters.
2007-10-25Updated net/tor to 0.1.2.17nb1obache1-1/+2
2007-10-25Change to pass PKG_SYSCONFDIR to configure, fixes PR 37195.obache2-22/+13
While here, change user/group and directory handling to the usual manner. Bump PKGREVISION.
2007-10-25Updated www/ap2-wsgi to 1.1gdt1-1/+2
2007-10-25Update to 1.1, and support python 2.3. From Jan Danielsson.gdt2-7/+7
(Upstream does not provide a NEWS file.)
2007-10-25Added support for installation to DESTDIR and for PKGMANDIR.heinz3-7/+46
Changed patch-ab (and pkgsrc Makefile) such that it should be acceptable for inclusion upstream.
2007-10-25dvdstyler updated to 1.5.1.wiz2-3/+3
2007-10-25Update to 1.5.1:wiz6-76/+70
Version 1.5.1 <2007.07.07> -------------------------- * added burning under Windows * added support of dvdisaster (thanks to Torsten Rupp) * added Czech translation (thanks to Vlastimil Skacel) * added Dutch translation (thanks to Patrick Vijgeboom) * added Swedish translation (thanks to Daniel Nylander) Version 1.5 final <2007.05.16> ------------------------------ * new stable release * fixed some bugs Version 1.5 beta 7 <2006.11.10> ------------------------------- * added selection of video and audio format for DVD * fixed spumux error Version 1.5 beta 6 <2006.10.12> ------------------------------- * new logo (thanks to Alejandro Slocker Escarpa) * added play all flag to button action * added displaying of safe tv area * added displaying of grid * now buttons are always over objects * fixed error when generating dvd with text based buttons * added new button based upon a picture by Benji Park (thanks to Fgoset) Version 1.5 beta 5 <2006.03.15> ------------------------------- * added possibility to arrange menu objects/buttons * added possibility to specify volume name * added two new buttons * fixed some bugs
2007-10-24Updated sysutils/tree to 1.5.1.1nb1wiz1-1/+2
2007-10-24Fix installation. Fill in PLIST. Bump PKGREVISION.wiz5-7/+24
2007-10-24Enable ap2-wsgi. Package contributed by Jan Danielsson.gdt1-1/+2
2007-10-24Added www/ap2-wsgi version 1.0 [gdt 2007-10-24]gdt1-1/+2
2007-10-24The aim of mod_wsgi is to implement a simple to use Apache module which cangdt4-0/+40
host any Python application which supports the Python WSGI interface. The module would be suitable for use in hosting high performance production web sites, as well as your average personal sites running on commodity web hosting services.
2007-10-24Updated graphics/p5-Image-ExifTool to 7.00gdt1-1/+2
2007-10-24Update to 7.00. Changes since 6.76:gdt2-6/+6
- API Changes: - Changed WriteInfo() behaviour to be more consistent when editing file in place and a new FileName is specified (original file is now deleted) - Improved warning message when trying to write an 'unsafe' tag - API Changes: - Added option to allow makernote block to be extracted without rebuilding plus hundreds more; see Changes in $WRKSRC.
2007-10-24Fix up COMMENT, this is not the VESA driver...xtraeme1-2/+2
2007-10-24Change qmake to not add the target directory as rpath.joerg4-10/+32
This would leak rpath references to the build directory and libtool should take care of this already. Non-libtool builds might be broken by this, but they shouldn't use -Wl,-R either, but -Wl,-rpath. Bump revision of qt3-libs (rpath changes) and qt3-tools (qmake changes).
2007-10-24- nano-2.0.6obache1-2/+1
2007-10-24Updated editors/nano to 2.0.6obache1-1/+2
2007-10-24Update nano to 2.0.6.obache5-13/+74
Based on patch provided by Jason White in PR 37133. * Added patch to work with NetBSD's curses. * Added ncuesesw option. * IRIX now require glib2, not glib. The 2.0 release of GNU nano is a major leap forward in usability and features, building on the 1.3 branch. The following improvemens and features are available in version 2.0 include: * UTF-8 support. * Improved color syntax highlighting. * Copy text without cutting.. * Verbatim input mode. * Repeat last seach w/o confirmation (Meta-W) * Spell check/replace selected text only * Indent marked text * Move to beginning/end of paragraph * Search within the file browser * Mixed file format auto-conversion
2007-10-24DESTDIR support.joerg1-2/+4
2007-10-24Supports DESTDIR.joerg2-2/+6
2007-10-24Supports DESTDIR.joerg3-3/+9
2007-10-24Fix the build of the Palm OS Emulator with GCC 4.1.2.dsainty3-7/+58
patch-ar was sourced from http://www.freebsd.org/cgi/cvsweb.cgi/ports/palm/pose/files/patch-SrcShared-EmPalmStructs.h Changes to patch-ap were determined by getting gcc 3.4 and gcc 4.1.2 to fight until the bug was forced to reveal itself! Don't need to bump the revision. Either it built under gcc 3 and worked, or didn't build at all under gcc 4. Addresses PR pkg/37188.
2007-10-24Updated sysutils/cdrtools to 2.01.01.36wiz1-1/+2
2007-10-24Update to 2.01.01a36:wiz3-21/+13
All speed limitations may be disabled by setting the environment variable CDR_FORCESPEED to "any". The drive buffer size recognition was changed so that cdrecord now shows correct size values even for the LG GSA-H55N. DVD-RW/DL may now be blanked. The "out-fd=descriptor" option was added to cdda2wav, and allows the user to redirect informational output to a file descriptor other than stderr. A core dump with mkisofs in the Joliet code caused by the new Apple UDF extensions is now avoided.
2007-10-24+ anjuta-2.2.2, cdrtools-2.01.01.36, gimp-2.4.0.wiz1-2/+4
2007-10-24ARCH also contains the ABI.rillig1-2/+4
2007-10-24Add some more directories needed for DESTDIR installations.joerg1-2/+2
2007-10-23Added x11/xf86-video-radeonhd.xtraeme2-2/+4
2007-10-23Initial import of xf86-video-radeonhd. This is a snapshot from the gitxtraeme5-0/+53
repository because there is not an official release yet. This is the video driver for ATI Radeon HD cards for the modular Xorg server. This works well enough on my Radeon HD 2600XT DDR3.
2007-10-23The package supports installation to DESTDIR.heinz2-2/+6
2007-10-23this module provides support for much more than just Japanese encodingsjdolecek1-1/+1
nowadays according to PHP docs, so rephrase the description
2007-10-23The package supports installation to DESTDIR.heinz2-2/+6