summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-02-19Remove tex-hlatex, which was obsoleted by tex-kotex.minskim6-149/+1
2011-02-19don't enable padlock support on NetBSD by default, it crashes on padlockjmcneill2-2/+6
capable CPUs
2011-02-19pull in gio-fam, since nothing else doesjmcneill1-2/+3
2011-02-19Note PKGREVISION bump of pvs.minskim1-1/+2
2011-02-19pvs needs tex-amsmath, not the entire teTeX.minskim1-4/+3
2011-02-19Note PKGREVISION bump of tex-amsmath.minskim1-1/+2
2011-02-19tex-amsmath requires the LaTeX2e format.minskim1-2/+3
2011-02-18PR/42672 -- update to 0.6.0pre2. Changes:shattered5-11/+13
0.6.0pre2: Four configuration options have been deprecated and will no longer be accepted by abook: emailpos, extra_column, extra_alternative, extrapos They have been replaced with a single more flexible option: index_format. 0.6.0pre1: The 'customfield' command has been obsoleted by a more flexible set of commands: 'field' and 'view'.
2011-02-18Disable build/install of doxygen-built HTML docs.reed1-1/+3
No change to working package. This was reported in PR #44596
2011-02-18. fix audit-history subcommand to include patterns making use of [x-y] notationaymeric2-6/+13
. bump version to 20110215
2011-02-18Updated fonts/vlgothic-ttf to 20101218wiz1-1/+2
2011-02-18Update to 20101218, provided by YAMASHIRO, Jun in PR 44595.wiz2-7/+7
Changelog: * M+ font sync with CVS HEAD at 2010-12-18 * Fix glyph of 73 characters
2011-02-17+ bash-4.2, guile-2.0.0, john-1.7.6j12, libgda-4.2.4, readline-6.2,wiz1-5/+7
xmlstarlet-1.0.5.
2011-02-17Added www/py-django-appmedia version 1.0.1adam2-2/+4
2011-02-17Depend also on py-django-appmediaadam1-1/+2
2011-02-17The intention of this application is to enable static app files (css, js, pics)adam4-0/+86
in the app folder itself. <application1>/media/<application1>/js/script.js <application2>/media/<application2>/js/script.js <project>/media/logo.jpg To use this view in development you should add something like the following to urls.py: if settings.DEBUG: urlpatterns += (r'^media/(?P<path>.*)$', 'site.media.serve_apps', {'document_root' : settings.MEDIA_ROOT}) For deployment there is a managament command called `symlinkmedia` that will create symlinks to each applications media directory in `MEDIA_ROOT`. Now all apps in INSTALLED_APPS that have a "media" directory in them will be reachable as '/media/<application_name>/'. You can then have the admin media files served by setting ADMIN_MEDIA_PREFIX = '/media/admin/'
2011-02-17Updated www/py-django-cms to 2.1.2adam1-1/+2
2011-02-17Changes 2.1.2:adam3-7/+58
* Fixed issues with the CSRF fix from 2.1.1. * Updated translation files from transifex. Changes 2.1.1: * Fixed CMS AJAX requests not being CSRF protected, thus not working in Django 1.2.5 * Fixed toolbar CSS issues in Chrome/Firefox
2011-02-17Remove patch-aa, it's not in distinfo since the update about a week ago.wiz1-15/+0
2011-02-17Sort.wiz1-2/+2
2011-02-17Add RCS Id.wiz1-0/+1
2011-02-17regenwiz1-6/+6
2011-02-17Ensure created file ${PLIST_SRC} is writable.gdt1-1/+2
Without a chmod +w, building fails because the file copied from pkgsrc is not writable if the sources are 444, as is the case with CVSREAD=t.
2011-02-17Remove abcmidiryoon1-2/+1
2011-02-17Updated audio/abcmidi to 20110101ryoon1-1/+2
2011-02-17Update to 20110101.ryoon6-56/+64
Changelog is too long to include. See CHANGES file.
2011-02-17Updated sysutils/hal to 0.5.14nb2jmcneill1-1/+2
2011-02-17somebody renamed hw.acpi.supported_states to hw.acpi.sleep.states, sojmcneill2-3/+4
try the 2nd if the 1st fails
2011-02-17this evenings updates.markd2-5/+8
2011-02-17Update to py-matplotlib 1.0.1markd13-203/+540
Various bugfixes.
2011-02-17Fix build with gcc4.5markd3-1/+33
2011-02-17Added devel/libxenserver version 5.6.100sborrill1-1/+2
2011-02-17SDK for Citrix XenServer 5.6 FP1sborrill7-0/+252
Citrix XenServer includes a XML-RPC based API, providing programmatic access to the extensive set of XenServer management features and tools. The XenServer API can be called from a remote system as well as local to the XenServer host. Remote calls are generally made securely over HTTPS, using port 443.
2011-02-17fix build with gcc4.3markd6-3/+49
2011-02-17Dont try to use kernel only interface to inotify on linuxmarkd2-1/+33
2011-02-17Update to avidemux 2.5.4markd22-161/+220
Various bug fixes and support for additional video formats. Including support for gcc4.5 and for latest x264 library.
2011-02-17Fix build on linuxmarkd2-1/+27
2011-02-17Teach pkg about linux (only i386 at this stage).markd7-11/+201
2011-02-17Dont try to explicitly set MANDIR in the Imakefile - gets it wrong onmarkd2-4/+9
some systems.
2011-02-17Update to ipmitool 1.8.11markd6-61/+7
various bug fixes including support for newer GCC's.
2011-02-17Fix build with gcc 4.3markd3-1/+31
2011-02-17Update to kdbg 2.2.2markd2-7/+6
Changes since 2.2.0 ------------------- Bugfixes Changes since 2.1.1 ------------------- Features: - Source code windows have now a tab attached, which makes switching source files much easier. - Source code windows now show line numbers at the left. - There are now "Find Next" and "Find Previous" commands with shortcuts F3 and Shift+F3. - Improved support of template types in the type tables (which are used to show structure members next to a structure variable). Notably, the number of elements in STL and Qt collection classes are shown. - Arguments for the debugged program can be passed on KDbg's command line. Bug fixes
2011-02-16Updated graphics/libraw to 0.13.1gls2-3/+3
2011-02-16Updated graphics/libraw to 0.13.1gls2-6/+6
Upstream changes: LibRaw 0.13.1 (2011-02-08) * dcraw_emu documentation updated * ./configure stuff changed for correct linking on some systems * FBDD denoising is disabled for full-color images and 4-color bayer data (including forced 4-color via four_color_rgb option) LibRaw 0.13.0 (since 0.12.x) (2011-02-06) * New low-level buffering code for Huffman decompression. Canon CR2 files are opened about 1.5x times faster than on LibRaw 0.12, other huffman-comressed files unpacks in 1.2-1.3 times faster. * New exposure correction code based on linear-cubic root combination. Correction range is from 0.25 (-2 stops) to 8 (+3 stops) * All 0.12.x features, including new cameras support and half-size/green-matching fixes. * Changes and additions in demosaic-pack-GPL3 (all imported from RawTherapee): o Banding suppression code. o High-frequency noise suppression. o Green channels local averaging to suppress maze artifacts. o OpenMP speed-up in median filters (demosaic pack GPL2) o OpenMP speed-up in green equilibration (demosaic pack GPL3) * Bug fixes and improvements: o Better parsing of unknown command-line params in dcraw_emu sample o Brigtness table in ahd_demosaic is calculated in reversed order to prevent possible (very unlikely) multithreaded app problem. o Fixed file extension in half_mt.c sample. o Fixed incomplete data fields reset in LibRaw::recycle() o Patches for ./configure system for better LCMS2 support o math.h included before any other includes to make KDE compile with Visual C++ happy o Fuji FinePix S5500 size adjusted to ignore (rare?) garbage at top of frame. LibRaw 0.12.4 (2011-02-05) * Fixed green matching/half-size incompatibility.
2011-02-16Updated net/nmap to 5.51pettai1-1/+2
2011-02-16Nmap 5.51 [2011-02-11]pettai2-6/+6
o [Ndiff] Added support for prerule and postrule scripts. o [NSE] Fixed a bug which caused some NSE scripts to fail due to the absence of the NSE SCRIPT_NAME environment variable when loaded. o [Zenmap] Selecting one of the scan targets in the left pane is supposed to jump to that host in the Nmap Output in the right pane (but it wasn't). o Fixed an obscure bug in Windows interface matching. If the MAC address of an interface couldn't be retrieved, it might have been used instead of the correct interface. o [NSE] Fixed portrules in dns-zone-transfer and ftp-proftpd-backdoor that used shortport functions incorrectly and always returned true. o [Ndiff] Fixed ndiff.dtd to include two elements that can be diffed: status and address. o [Ndiff] Fixed the ordering of hostscript-related elements in XML output. o [NSE] Fixed a bug in the nrpe-enum script that would make it run for every port (when it was selected--it isn't by default). o [NSE] When an NSE script sets a negative socket timeout, it now causes a controlled Lua stack trace instead of a fatal error. o [Zenmap] Worked around an error that caused the py2app bootstrap executable to be non-universal even when the rest of the application was universal. This prevented the binary .dmg from working on PowerPC. o [Ndiff] Fixed an output line that wasn't being redirected to a file when all other output was.
2011-02-16Updated devel/libgee to 0.6.1gls2-3/+3
2011-02-16Update to 0.6.1gls2-6/+6
Upstream changes: 2011-01-28 Joerg Billeter <j@bitron.ch> Release 0.6.1 Fix memory leak in LinkedList.clear Based on patch by Travis Reitter, fixes bug 639254. 2011-01-20 Maciej Piechotka <uzytkownik2@gmail.com> Remove depending on order of iteration in read-only collections' test 2010-11-20 Maciej Piechotka <uzytkownik2@gmail.com> Fix memory leak on freeingi LinkedList If fixes issue described in bug #63522
2011-02-16Remove abcm2psryoon1-2/+1
2011-02-16Updated print/abcm2ps to 6.2.9ryoon1-1/+2