summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam370-2514/+2335
through PLIST_SUBST to the plist module.
2008-04-12The PLIST never uses YAZTHREAD, so don't bother setting it.jlam1-7/+1
2008-04-12Bump default BUILDLINK_API_DEPENDS to 1.104 (the latest).schmonz1-2/+2
2008-04-12+snort-2.8.1.taca1-1/+2
2008-04-12Depends ja-shinonome package 0.9.11 and lator noted by obache.taca1-11/+4
Also pkgsrc change: - Use META_PACKAGE. To do: switch to PKG_OPTION frame work.
2008-04-12Note update of monotone and monotone-server to 0.40.jmmv1-1/+3
2008-04-12Update to 0.40: depend on monotone-0.40.jmmv1-3/+3
2008-04-12Update to 0.40. Tested in NetBSD-current/amd64 and OS X 10.4.jmmv2-7/+7
Changes - The vim merger has been improved and now uses diff3 to merge non-conflict changes automatically before executing vimdiff. - Values used with the --depth option used to control recursion with node and path restrictions have changed. Using --depth=0 now means exactly the specified directories and *not* their children. Using --depth=1 now means the specified directories and their immediate children. Previously --depth=0 included children and --depth=1 included grandchildren and it was not possible to exclude children using --depth. The simple fix for anyone using --depth is to add 1 to the values they are using. - Document that ssh: and file: sync transports are not supported on native Win32. Bugs fixed - `commit' now uses keydir specified in _MTN/options - duplicate name conflicts now show a proper error message, even if a parent directory got renamed as well. In that case, the error message now shows both names for the directory and the offending file name. New features - The bare parent selector 'p:' can now be used in a workspace to query the parent(s) of the workspace' base revision. This is equivalent to "mtn au select p:`mtn au get_base_workspace_revision`". - push, pull, and sync can be run with a single argument, which looks like mtn://hostname?include_pattenr/-exclude_pattern or mtn://hostname?include=include_pattern/exclude=exclude_pattern Internal - Update Botan to 1.7.4. - Usage of the internal app_state object has been reduced, objects are better encapsulated now. The database interface has been enhanced to ease reduction of locking contention in the future. - Merged the two indexes on revision_certs into a single one. - The database schema has been changed so that it now stores binary SHA1 hashes rather than their hexadecimal encoding, in most places where these are used. This reduces the database size and speeds up operations a little. Users who like to fiddle with the database directly are advised to use the sqlite functions hex() and quote() to print columns that store hashes (including IDs), and the hexadecimal literal notation x'DEADBEEF' to input them. - Binary SHA1 hashes are also used for most in-memory processing, avoiding conversions and saving memory.
2008-04-12Fix an extra double-quote that made its way into a patch and preventsadrianp2-4/+4
smokeping from running.
2008-04-12Added devel/js2-mode version 20080406wiz1-1/+2
2008-04-12+ js2-mode.wiz1-1/+2
2008-04-12Import js2-20080406 as devel/js2-mode.wiz5-0/+62
This JavaScript editing mode supports: - the full JavaScript language through version 1.7 - accurate syntax highlighting using a recursive-descent parser - syntax-error and strict-mode warning reporting - "bouncing" line indentation to choose among alternate indentation points - smart line-wrapping within comments and strings - code folding: - show some or all function bodies as {...} - show some or all block comments as /*...*/ - context-sensitive menu bar and popup menus - typing helpers (e.g. inserting matching braces/parens) - many customization options
2008-04-12Added misc/tellico version 1.3.1wiz1-1/+2
2008-04-12+ tellico.wiz1-1/+2
2008-04-12Import tellico-1.3.1 as misc/tellico.wiz6-0/+332
Tellico is a KDE application for organizing your collections. It provides default templates for books, bibliographies, videos, music, video games, coins, stamps, trading cards, comic books, and wines. Tellico allows you to enter your collection in a catalogue database, saving many different properties like title, author, etc. Two different views of your collection are shown. On the left, your entries are grouped together by any field you like, allowing you to see how many are in each group. On the right, selected fields are shown in column format, allowing you to sort by any field. On the bottom is a customizable HTML view of the current entry. The entry editor is a dialog box where you enter the data.
2008-04-12Added devel/exempi version 2.0.0wiz1-1/+2
2008-04-12+ exempi.wiz1-1/+2
2008-04-12Import exempi-2.0.0 as devel/exempi.wiz7-0/+100
XMP (Extensible Metadata Platform) facilitates embedding metadata in files using a subset of RDF. Most notably XMP supports embedding metadata in PDF and many image formats, though it is designed to support nearly any file type.
2008-04-12Updated security/qca2 to 2.0.0nb3wiz1-1/+2
2008-04-12Remove non-standard qt4/lib/pkgconfig directory. Bump PKGREVISION.wiz2-3/+4
2008-04-12Updated x11/xf86-video-radeonhd to 1.2.0xtraeme1-2/+3
2008-04-12Update to 1.2.0:xtraeme3-13/+14
- Added support for RV620, RV635, and R680. - Added 2D acceleration for R5xx (including RS6xx), both XAA and EXA. - Added support for DDIA block (second digital output) on RS690. - Added support for interlaced modes - Added additional layers for splitting outputs into encoders and transmitters as needed for new hardware. - Added support for DragonFly BSD. - Improved RandR corner cases. - Improved handling of secondary cards. - Implemented foundation work for future TV support. - Huge number of bugfixes and minor updates.
2008-04-11In substitution, avoid space on CONF_DIR= to make it valid /bin/sh.gdt1-4/+5
PYTHON_PATCH two more scripts. PKGREVISION++
2008-04-11Fix builtin.mk for libarchive-2.5.0 and newer.joerg1-5/+14
2008-04-11mention recent updates/additionsdrochner1-1/+28
2008-04-11update to 0.10.11drochner3-19/+10
changes: -Wrap gst.Pad.start_task -New videomixer example -Various other fixes
2008-04-11update to 0.16.13drochner2-6/+6
changes: minor fixes
2008-04-11update to 2.22.0drochner4-14/+27
This switches to the gnome-2.22 release branch.
2008-04-11+gnome-settings-daemon,gvfsdrochner1-1/+3
2008-04-11add gvfs-0.2.3, a userland virtual file system implementation whichdrochner6-0/+235
ought to replace gnome-vfs, starting with gnome-2.22 pkgsrc note: It would be great to have this split into modules to limit dependencies, but as the code is structured this is hard to do. So I've basically selected functions which are provided by gnome-vfs plus gnome-vfs-samba. Unfortunately, the samba part doesn't work for me - mount attempts just hang. So this is a work-in-progress, help welcome.
2008-04-11add gnome-settings-daemon-2.22.1, a program to manage preferences etc,drochner7-0/+224
used to be part of gnome-control-center but was split out in gnome-2.22
2008-04-11+totem-pl-parserdrochner1-1/+2
2008-04-11add totem-pl-parser-2.22.2, a library to parse playlists, used to bedrochner5-0/+162
part of totem, but was split out in gnome-2.22
2008-04-11+libgweatherdrochner1-1/+2
2008-04-11add libgweather-2.22.1.1, a library to access weather information, useddrochner5-0/+165
to be part of gnome-applets but was split out in gnome-2.22
2008-04-11update to 0.8.0drochner3-8/+9
changes: * Add new attributes for hidden (NoDisplay) and default section (DocDefaultSection) to the .document file parsing * Increase scrictness of parsing in line with the spec. * omf files now return (approximate) fd.o categories * Add new requirement to define I_KNOW_RARIAN_0_8_IS_UNSTABLE before use * rarian.h is now a general inclusion guard and main functions have moved to rarian-main.h * Update example program to use new features -bugfixes pkgsrc note: While 0.8.0 is marked unstable, it is required by the upcoming 2.22 gnome release. There are no compatibility problems for clients installing help files, but build of yelp (the help browser) will be broken until it is updated.
2008-04-11update to 0.3.14drochner8-236/+18
sorry, no changelog available (The only message to the subject in the mailing list says "Release notes tomorrow".), a number of bugfixes afaict
2008-04-11only set 25 in PYTHON_VERSIONS_ACCEPTED if ../../wip/python25/Makefile foundabs1-1/+5
2008-04-11Switch from PYTHON_VERSIONS_ACCEPTED= to PYTHON_VERSIONS_INCOMPATIBLE= (and ↵abs3-6/+6
enable 25)
2008-04-11rather than accepting python 24 23 & 22, mark 15 20 & 21 as incompatabs1-2/+2
2008-04-11Note addittion of filesystems/fuse-djmount version 0.71agc1-1/+2
2008-04-11Add and enable fuse-djmountagc1-1/+2
2008-04-11Initial import of djmount-0.71 into the packages collection.agc5-0/+79
djmount is a UPnP AV client. It mounts the media content of compatible UPnP AV devices as a Unix filesystem. Djmount automatically discovers all UPnP AV Media Servers on the network, and makes the content available in a directory tree. All shared files (e.g. Audio or Video files) are directly visible and can be played using your favorite media player. [15:53:42] agc@inspiron1300 ~ 190 > df /mnt Filesystem 1K-blocks Used Avail %Cap Mounted on /dev/puffs 28101396 20741466 5954862 77% /mnt [15:53:44] agc@inspiron1300 ~ 191 > l /mnt total 5 dr-xr-xr-x 5 root wheel 512 Jan 1 2000 . drwxr-xr-x 37 root wheel 1536 Mar 15 13:22 .. dr-xr-xr-x 5 root wheel 512 Jan 1 2000 .debug dr-xr-xr-x 8 root wheel 512 Jan 1 2000 INSPIRON1300: Alistair Crooks: dr-xr-xr-x 7 root wheel 512 Jan 1 2000 MediaTomb -r--r--r-- 1 root wheel 41 Jan 1 2000 devices [15:54:23] agc@inspiron1300 ~ 192 >
2008-04-11Add a javascript option to mediatomb (via pkgsrc/lang/spidermonkey).agc2-1/+17
2008-04-11Add 25 to PYTHON_VERSIONS_ACCEPTED, so PYTHON_VERSION_DEFAULT=25 works in ↵abs1-2/+2
mk.conf
2008-04-11Note update of the "pango" package to version 1.20.2.tron1-2/+2
2008-04-11Update "pango" package to version 1.20.2. Changes since version 1.20.1:tron2-7/+6
- Really fix build without cairo-atsui.
2008-04-11update for 2.4.5drochner1-3/+3
2008-04-11update to 2.4.5drochner3-11/+9
This release includes just a small number of fixes, primarily preventing crashes of the interpreter in certain boundary cases.
2008-04-11fix possible buffer overflow by negative atguments to zlib.flush(),drochner3-3/+19
from upstream CVS, bump PKGREVISION