summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-10-13libdiscid is a library for creating MusicBrainz DiscIDs from audio CDs.epg5-0/+59
It reads a CD's table of contents (TOC) and generates an identifier which can be used to lookup the CD at MusicBrainz (http://musicbrainz.org). Additionally, it provides a submission URL for adding the DiscID to the database. The interface of this library is new, but the DiscID algorithm and the operating system dependent CD-ROM/DVD-ROM access code have been ported from libmusicbrainz version 2.
2006-10-13ctypes is an advanced ffi (Foreign Function Interface) package for Pythonepg4-0/+254
2.3 and higher. ctypes allows to call functions exposed from dlls/shared libraries and has extensive facilities to create, access and manipulate simple and complicated C data types in Python - in other words: wrap libraries in pure Python. It is even possible to implement C callback functions in pure Python.
2006-10-13HOMEPAGE has been moved.obache1-2/+2
2006-10-12+ afterstep-2.2.3, amavisd-new-2.4.3 [pkg/34788], gv-3.6.2,wiz1-6/+9
libtorrent-0.10.3, lynx-2.8.6, musicpd-0.12.1, rtorrent-0.6.3, sylpheed-claws-2.5.4.
2006-10-12Fix version number in gnupg-devel update entry.wiz1-2/+2
2006-10-12Linux shadow-utils provides a useradd that fails when creating a homeben1-0/+146
directory under a base directory hat does not exist. Add workaround to ensure that the base directory does exist. This addresses PR#34779
2006-10-12Note epsg update.wiz1-1/+2
2006-10-12Update to 6.11.1 (old distfiles disappeared). Ok brook.wiz4-41/+42
Version 6.11.1 is the current release of the EPSG dataset, distributed in an MS Access 97 database and/or as SQL scripts. It incorporates data received and verified since the release of Version 6.11 in August 2006. pkgsrc fixes: SUBST_* improvements (was patching nonexistent file)
2006-10-12mail/sendmail{,812} patch changes for a couple minor PRstv1-1/+3
2006-10-128.12.11nb5:tv5-18/+48
Don't install .cf files to /etc/mail directly at all; offer a message about how to install them instead. Don't create /etc/mail/statistics. Create mqueue dirs at install via MAKE_DIRS. Should fix PR pkg/20852. While here, fixup manpages to act like mail/sendmail so that they are uniform across build platforms.
2006-10-128.13.8nb2:tv4-11/+31
Don't install .cf files to /etc/mail directly at all; offer a message about how to install them instead. Don't create /etc/mail/statistics. Create mqueue dirs at install via MAKE_DIRS. Should fix PR pkg/20852. Make sure SMRSH_CMDDIR gets to the compile defs. Fixes PR pkg/34513.
2006-10-12Add ruby-tzinfo.minskim2-2/+4
2006-10-12Import ruby-tzinfo-0.3.2.minskim4-0/+637
TZInfo is a Ruby library that uses the standard tz (Olson) database to provide daylight savings aware transformations between times in different time zones. The tz database is compiled into Ruby modules which are packaged in the release. No external zoneinfo files are required at runtime.
2006-10-12Remove mail/libmilter812tv1-1/+2
2006-10-12Remove libmilter812; libmilter (based on 8.13) is just fine for pkgsrctv7-123/+1
dependents.
2006-10-12Warnings must only be prefixed by a warnings heading, not an errorrillig1-6/+13
heading.
2006-10-12regen distinfo for fixed tarballgdt1-4/+4
2006-10-12update for replaced tarball (very soon for brand-new package, sogdt1-4/+4
skipping usual tarball-changed issues)
2006-10-12Updated graphics/gimp24 to 2.3.12adam1-1/+2
2006-10-12Changes 2.3.12:adam5-21/+99
- merged the Perspective Clone tool - allow to pan the image view using the Space bar - show a thumbnail in the "Rotate JPEG?" query dialog - added file information to the Image Properties dialog - more work on the new selection tools - give immidiate feedback when tool modifier keys are pressed - added Lens Distortion plug-in - internationalize Python binding and Python plug-ins - improved internal message infrastructure, use the statusbar for warnings - added an URL loader backend based on libcurl - build a color-managed CMYK color selector if lcms is available - localize Script-Fu procedure descriptions - lots of user interface polishing - bug fixes and code cleanup
2006-10-12Use fann-devel rather than fann; python support in 2.0.0 doesn't work.gdt4-24/+23
2006-10-12add fann-develgdt1-1/+2
2006-10-12 Added devel/fann-devel version 2.1.0.20061012 [gdt 2006-10-12]gdt1-1/+2
2006-10-12Fast Artificial Neural Network Library implements multilayergdt6-0/+96
artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast. Bindings to other programming languages and a GUI are also available. This is a CVS snapshot.
2006-10-12Portability checks, version two.rillig3-31/+107
The actual check has moved into a shell file to allow for nice-looking code. Instead of only the configure scripts, it scans all files whose first line matches "#!*/bin/sh". Therefore the check is run no matter if HAS_CONFIGURE is set or not. Added a warning (not an error) for every use of $RANDOM that is not combined with $$, the process ID. $RANDOM is only implemented by bash and some versions of the ksh.
2006-10-12Fixed "test ==".rillig2-5/+14
2006-10-12The portability checks are skipped due to contrib/redhat/init.rillig1-1/+3
2006-10-12Fixed "test ==".rillig2-4/+13
2006-10-12Fix dependency. No cookie for shannonjr.joerg1-2/+2
2006-10-12Updated sysutils/mklivecd to 0.14.1xtraeme1-1/+2
2006-10-12Update to 0.14.1:xtraeme2-15/+19
* Don't modify menu.lst if it's not available. * Update some comments.
2006-10-12update to 1.2.2drochner3-31/+7
changes: -updated for newer cairo versions -distutils support (unused in pkgsrc because broken) -new example to demonstrate pattern masks -cairo.svg module removed
2006-10-12Don't modify ${HOME}.joerg1-1/+3
2006-10-12apply PYTHON_PATCH_SCRIPTS to get the right interpreterdrochner1-1/+2
2006-10-12minor cleanup:drochner2-5/+2
-remove "enable-gtk-doc=no" configure argument, this is default -don't pull in graphics/jpeg and graphics/tiff through buildlink3.mk, these are used only internally
2006-10-12update to 0.6.1drochner5-14/+22
canges: -bugfixes -translation updates pkgsrc change: include tiff/buildlink directly instead relying on gtk to pull it in
2006-10-12Use a recursion depth of 3 for config.guess/config.sub replacement.joerg5-25/+103
Use portable way to compute timezone offset instead of timezone/daylight, the former is a function on some BSDs and the latter doesn't even exist in DragonFly. Fix PLIST on swi-prolog-packages to not use NetBSD ELFism. Bump revision of swi-prolog-lite and swi-prolog-packages.
2006-10-12update to 0.5.4drochner4-43/+37
changes: -Automatically read in CJK encoding files -Speed ups -let the utils take input on stdin -Bugs fixed
2006-10-12update to 1.0.23drochner2-7/+6
changes: -Improvements to the favicon detection. -bugfixes
2006-10-12include zlib/buildlinkdrochner1-1/+2
2006-10-12include tiff/buildlink directly instead relying on gtk to pull it indrochner1-1/+2
2006-10-12update to 2.16.0drochner5-31/+36
major release for gnome-2.16, besides that some fixes, mostly in the gnomevfs area
2006-10-12${MARCH_ARCH}-${LOWER_OPSYS}elf and related constructs should be fixed.joerg1-1/+3
2006-10-12cosmetics: add @comments about directory ownershipdrochner1-1/+3
2006-10-12update to 2.10.3drochner3-9/+7
changes: - distutils / win32 compilation fixes - gtk.TreeSelection.selected_foreach bug fix - Fix compilation older C compilers - Make PyGTK work with Python 2.5 and 64-bit pkgsrc change: don't try to @dirrm stuff needed by py-gobject
2006-10-12update to 2.12.2drochner4-10/+10
changes: - Make PyGObject 64-bit safe for Python 2.5 - All headers are now LGPL and not GPL - Remove a couple of GCC warnings - Revive distutils support - Emission hook reference count bugfix - MSVC/ANSI C compilation fix - Bump Ctrl-C timeout handler from 100ms to 1000
2006-10-12Updated time/sunbird to 0.3.ghen1-1/+2
2006-10-12http://www.mozilla.org/projects/calendar/releases/sunbird0.3.htmlghen11-268/+147
What's New in Mozilla Sunbird 0.3 Mozilla Sunbird 0.3 is the latest release of our standalone calendar application. We recommend that all users upgrade to this latest version. * New storage architecture handles calendars with hundreds or thousands of events more responsively. * More intuitive interface shows you more of what you need, and less of what you don't. * Redesigned preferences allow you to easily customize Sunbird for your needs. * Add-ons support allows you to extend Sunbird's functionality with extensions, themes, and language packs from addons.mozilla.org. * New Windows installer makes it easier than ever for Windows users to install Sunbird. * Better printing gives you more ways to print your calendars. Mac users can now print as well! * 24-hour views show you your entire day, not just a few hours. * Reliable alarms ensure you are notified about events or tasks. * Improved localization support means Sunbird can easily install, enable, and disable language packs. * Vastly improved reliability makes it much more difficult to lose data. * Many performance improvements Release Date: October 11, 2006
2006-10-12Fix installation and packaging of tex-hugelatex.joerg1-1/+2
2006-10-12Don't build hugelatex configuration at do-install time, but in thejoerg5-34/+53
INSTALL script. Use magic markers and remove the texmf.cnf fragment at DEINSTALL time. This fixes the deinstallation when other packages modify it and are installed afterwards, but removed out-of-order. Bump revision. Addresses PR 32376 and PR 34003 (the latter indirectly from myself).