summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2007-10-23Update claws-mail to 3.0.2:smb29-88/+116
* Bug fixes: o bug 1320, 'Memory leak caused by gtk_container_get_children' o bug 1321, 'access before allocation when scanning for uris' o bug 1324, 'Corrupted IMAP cache' o bug 1327, 'segfault when replying to a non-existent news message' o bug 1329, 'error in quicksearch.c' o bug 1334, 'user defined mail incorporation script not run' o bug 1336, 'Segfault if empty space before search-string' o bug 1337, 'Crash on removing uncached emails' o Prevent unquoted mime boundaries, by always using a / o Remove unnecessary error when cancelling export to mbox. o MAEMO: make all Folder Properties pages visible o MAEMO: fix overlapping buttons in Edit Accounts page Also update the version dependencies of all plug-ins. The reality of the numbering for standard plug-ins was different than had been assumed, and the actual published dependencies were more complex tha was captured by the previous structure.
2007-10-23recordproto contains only header files, relax from full to build dep.tnn1-1/+3
2007-10-23Updated mail/exim-html to 4.68adam1-1/+2
2007-10-23Documentation updated to match exim 4.68adam2-6/+6
2007-10-23DESTDIR support.joerg1-7/+7
2007-10-23Needs gmake. From Yamashiro Jun in PR 37161.wiz1-1/+2
2007-10-23Fix >80 column line, and stray word. Pointed out by dsainty@gdt2-4/+5
2007-10-23glibmm updated to 2.14.2.wiz2-3/+3
2007-10-23Update to 2.14.2:wiz3-8/+7
2.14.2: * Build: Hopefully fix the build on NetBSD-4.99.6/amd64. Bug #386990. (was already in 2.12.7) (Murray Cumming) * gmmproc: Added support for the new _CONFIGINCLUDE() macro. (Armin Burgmeier)
2007-10-23gnutls updated to 2.0.2.wiz2-3/+3
2007-10-23Update to 2.0.2:wiz7-59/+18
* Version 2.0.2 (released 2007-10-17) ** TLS authorization support removed. This technique may be patented in the future, and it is not of crucial importance for the Internet community. After deliberation we have concluded that the best thing we can do in this situation is to encourage society not to adopt this technique. We have decided to lead the way with our own actions. ** certtool: Fixed data corruption when using --outder. ** Fix configure-time Guile detection. ** API and ABI modifications: GNUTLS_SUPPLEMENTAL_USER_MAPPING_DATA: ADDED. To avoid that the gnutls_supplemental_data_format_type_t enum type becomes empty. * Version 2.0.1 (released 2007-09-20) ** New directory doc/credentials/ with test credentials. This collects the test credentials from the web page and from src/. The script gnutls-http-serv has also been moved to that directory. ** Update SRP extension type and cipher suite with official IANA values. This breaks backwards compatibility with SRP in older versions of GnuTLS, but this is intentional to speed up the adoption of the official values. The old values we used were incorrect. ** Guile: Fix `x509-certificate-dn-oid' ** API and ABI modifications: No changes since last version.
2007-10-23p5-MIME-tools updated to 5.423.wiz2-3/+3