summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-01-23Maintainer address is not reacheable, reset back to pkgsrc-users@netbsd.orgkefren1-2/+2
2009-01-23Remove comment that doesn't reflect the consensus on how to mark supportjoerg1-5/+2
Python versions.
2009-01-23Use PYTHON_VERSIONS_INCOMPATIBLE instead, suggested by snjjmcneill1-2/+2
2009-01-23subprocess.check_call is new in python 2.5, so require itjmcneill1-1/+3
2009-01-23supports user-destdirjmcneill1-1/+3
2009-01-23supports user-destdirjmcneill1-1/+3
2009-01-23fix typo, spotted by joergjmcneill1-1/+1
2009-01-23Added multimedia/mkv2mp4 version 0.0alpha11jmcneill1-1/+2
2009-01-23+ mkv2mp4jmcneill1-1/+2
2009-01-23Import mkv2mp4 based on SVN revision r11. I think I'll nominate it forjmcneill4-0/+54
the 'ugliest package name of the month' award (py25-mkv2mp4-0.0alpha11), but it is in fact quite handy. mkv2mp4 is a commandline utility, written in Python, which allows conversion of video files in the Matroska container (*.mkv file extension) containing H.264 video to be converted into a format which the Xbox 360 can play. It differs from other similar tools in that no video transcoding is performed; the video is passed through untouched and the just the audio is transcoded if necessary. This means that the conversion is much faster (the whole process being quicker than realtime on reasonably modern machines), and more importantly that there is no degradation in video quality (which makes it very suitable for HD video).
2009-01-23Added multimedia/gpac version 0.4.5jmcneill1-1/+2
2009-01-23+ gpacjmcneill1-1/+2
2009-01-23Import gpac version 0.4.5.jmcneill8-0/+158
GPAC features encoders and multiplexers, publishing and content distribution tools for MP4 and 3GPP or 3GPP2 files and many tools for scene descriptions (BIFS/VRML/X3D converters, SWF/BIFS, SVG/BIFS, etc...). MP4Box provides all these tools in a single command-line application.
2009-01-23Update DLOPEN_REQUIRE_PTHREADS pattern again.obache1-2/+5
Even on NetBSD>=5, need to link pthread if using pthread_create()/join().
2009-01-23-uim-1.5.4obache1-2/+1
2009-01-23Mention to m17nlib, prime, uim-fep and xim options.obache1-0/+4
2009-01-23+ uim-elisp uim-qt4-immoduleobache1-1/+3
2009-01-23Added inputmethod/uim-elisp version 1.5.5obache1-1/+2
2009-01-23Import uim-elisp-1.5.5 as inputmethod/uim-elisp.obache4-0/+59
Based on from Yamashiro, Jun in tech-pkg-ja@. Emacs LISP files for inputmethod/uim.
2009-01-23Added inputmethod/uim-qt4-immodule version 1.5.5obache1-1/+2
2009-01-23Import uim-qt4-immodule-1.5.5 as inputmethod/uim-qt4-immodule.obache3-0/+34
Based on from Yamashiro, Jun in tech-pkg-ja@. Qt4 immodule for inputmethod/uim.
2009-01-23Updated inputmethod/uim to 1.5.5obache1-1/+2
2009-01-23Update uim to 1.5.5.obache7-71/+108
Based on patch from Yamashiro, Jun in tech-pkg-ja@. While here, deprecate curses and x11 option then introduce uim-fep and xim option to exactly enable/disable those features. Overview of changes from 1.5.4 to 1.5.5 ======================================= * Enhancements - uim-anthy - uim-anthy-utf8 * Learn transposing Katakana/Hiragana string (bug #18630) - misc Japanese IM * AZIK roma-kana table update * Don't use "nwa", "nwi", "nwu", "nwe", "nwo" roma-kana sequences by default - uim-pref-gtk - uim-pref-qt * Reduced startup time * Fixes - GTK+ bridge - uim.el - uim-skk - uim-look * Plug memory leaks - uim-dict-gtk * Fix warning with GTK+-2.14.x Overview of changes from 1.5.3 to 1.5.4 ======================================= * Enhancements - Generic IM * Cache candidates to improve the performance * Add an option to show candidate window automatically when multiple candidates are found - uim-tutcode * New symbol (kigou) input mode - GTK+ bridge - Qt{3,4} bridge - XIM bridge * Improve the performance upon activating the window with large number of candidates * Fixes - uim.el * Plug memory leak. * Ignore 'd' command if valid uim-default-im-engine is defined - uim-fep * Fix compilation with Solaris' cc - uim-skk * Fix handling in non-matching upper case character in skk-proc-state-direct. - uim-pref-gtk * Fix warning with GTK+-2.14.x Overview of changes from 1.5.2 to 1.5.3 ======================================= * Fixes - Qt4 bridge (experimental) * [CRITICAL] Fix bug with Qt4 >= 4.4.1, which makes applications infinite loop at the startup * [CRITICAL] Fix uim-helper handling which could cause unexpected crashes * Fix key press with shift, control, alt, and meta keys - uim-xim * Fix some minor protocol errors - uim.el * Improve minibuffer editing - uim-tutcode * Fix out-of-range error when candidates are longer than tutcode-heading-label-char-list * Others - uim-toolbar-gtk-systray * Adjust ythickness of the buttons - uim-pref-gtk * Add vertical scrollbar for the setting pane Overview of changes from 1.5.1 to 1.5.2 ======================================= * Enhancements - Enable input method rotation by hotkeys - uim-trycode * Updated the composition table to 2008-04-18 version * Fixes - uim.el * [CRITICAL] Fix breaking minor-mode-map-alist in some cases. * [CRITICAL] Fix uim-el-helper-agent * Fix displaying candidates when a right-hand neighbor character of the cursor is a horizontal-tab - uim-xim * Fix Japanese kana-keyboard input hack to distinguish 'kana_RO' key and backslash key - uim-canna * Don't disable libuim functionality even when canna server is stopped. - uim-elatin * Fix problem when only elatin IM is loaded. - uim-prime * Fix crash when input mode is forced to set as app-mode by toolbar menu while "Enable vi-cooperative mode" is off.
2009-01-23Added net/proxytunnel 1.9.0sborrill1-1/+2
2009-01-23Add proxytunnelsborrill1-1/+2
2009-01-23Import proxytunnel 1.9.0sborrill7-0/+124
ProxyTunnel is a program that connects stdin and stdout to a server somewhere on the network, through a standard HTTPS proxy. We mostly use it to tunnel SSH sessions through HTTP(S) proxies, allowing us to do many things that wouldn't be possible without ProxyTunnel.
2009-01-23Fixes DLOPEN_REQUIRE_PTHREADS patterns.obache1-2/+2
NetBSD-3 was lost by previous commit, and NetBSD-5_BETA does not require pthread. (TODO: 4.99.*...)
2009-01-23add comment about why 1.3.37 is broken, from GNURadio list.gdt1-1/+8
2009-01-23Updated cad/gerbv to 2.2.0dmcmahill1-1/+2
2009-01-23Update to gerbv-2.2.0.dmcmahill3-8/+11
======================================================================== Release Notes for gerbv-2.2.0 ======================================================================== The following is a summary off the changes which went into gerbv-2.2.0. For a complete list of changes, refer to ChangeLog. - libgerbv: fixed a bug in the min/max calculation. - libgerbv: improved the ability to parse drill files with user specified formats. - libgerbv: Compile with -no-undefined to make it easier to build windows DLL's. - configure: Improve detection of tools when cross-compiling. - libgerbv: Improved example programs. - gerbv: Changed desktop categories to be more consistent with the rest of gEDA. - common: Fixed compilation with SunPRO compilers - libgerbv: Fixed calculation of pick and place bounding box - gerbv: Added a rendering benchmark - gerbv: Various rendering speed improvements - common: Made an install be relocatable. This is always needed for proper win32 operation and helps in some cases on other operating systems. As part of this, improve how init.scm is located at startup. - gerbv: Improved the project file load/save dialog.
2009-01-23Change to WRKSRC before compiling, fixes builds with read-only pkgsrc tree.sketch1-2/+2
2009-01-23Added NetBSD>=4 to the list of platforms which need pthreads linked intoobache1-3/+2
the application if it uses dlopen(). This pattern should be changed if confirmed fixed in NetBSD-current.
2009-01-23Pass --with-distro=none on Solaris to disable check, package builds fine.sketch1-1/+5
2009-01-23Couple of hacks to get Sun Studio compile working.sketch3-2/+20
2009-01-23Note update of devel/p5-Class-MOP to version 0.76seb1-1/+3
and devel/p5-Moose to version 0.65
2009-01-23Update from version 0.64 to version 0.65.seb2-8/+7
Pkgsrc changes: - Adjust dependency on devel/p5-Class-MOP - Remove build dependency on devel/p5-Test-LongString Upstream changes: 0.65 Thu, January 22, 2008 * Moose and Moose::Meta::Method::Overridden - If an overridden method called super(), and then the superclass's method (not overridden) _also_ called super(), Moose went into an endless recursion loop. Test provided by Chris Prather. (Dave Rolsky) * Moose::Meta::TypeConstraint - All methods are now documented. (gphat) * t/100_bugs/011_DEMOLISH_eats_exceptions.t - Fixed some bogus failures that occurred because we tried to validate filesystem paths in a very ad-hoc and not-quite-correct way. (Dave Rolsky) * Moose::Util::TypeConstraints - Added maybe_type to exports. See docs for details. (rjbs) * Moose - Added Moose::Util::TypeConstraints to the SEE ALSO section. (pjf) * Moose::Role - Methods created via an attribute can now fulfill a "requires" declaration for a role. (nothingmuch) * Moose::Meta::Method::* - Stack traces from inlined code will now report its line and file as being in your class, as opposed to in Moose guts. (nothingmuch).
2009-01-23Update from version 0.75 to version 0.76.seb3-6/+52
Pkgsrc changes: - Add patch on Makefile.PL so that the generated Makefile does not require gmake Upstream changes: 0.76 * Class::MOP::Method::Generated - Added new private methods to support code generation, which are being used by Moose and can be used by MooseX authors. (mst) - Generated methods are now generated with a #line directive reflecting the source of the generated method. (nothingmuch) * Class::MOP::Class - Clarified documentation of methods that return Class::MOP::Method objects. (doy) * Class::MOP - Clarified documentation of the metaclass cache methods. (Sartak) * Tests - Add test showing how the xs Class::MOP::is_class_loaded can be made to operate differently to the pure perl version (t0m)
2009-01-23Fix build problems; QEMU_TOOL seems to have disappeared, so check forjmmv2-4/+4
QEMU_IMG instead. From Juergen Buchmueller in private mail.
2009-01-23Any package that determines libraries to link via:dsainty4-4/+24
$PYTHON -c "from distutils import sysconfig; print sysconfig.get_config_var('SHLIBS');" ... where bdb.buildlink.mk has been used and it satisfied the requirement from Pkgsrc (E.g. via databases/db4) would fail to build because the required -ldb4 library was not itself buildlinked. To rectify this, pull in bdb.buildlink.mk in python??/buildlink3.mk under the same conditions as it is pulled in in the package's own makefile. No revision bump required, this almost certainly only affects packages and environments that simply wouldn't build at all prior to the fix. Fixes the build of py-ORBit on Linux (Python 2.4 or 2.5), and PR39377.
2009-01-23Updated devel/cpuflags to 1.36abs1-1/+2
2009-01-23Updated devel/cpuflags to 1.36abs2-5/+7
Use `` rather than $() so we can work with Solaris sh
2009-01-22Update wpa_supplicant to 0.6.7roy1-1/+2
2009-01-22Bump to 0.6.7 and enable all the build time options we can.roy4-10/+41
Provide an option knob for building against dbus. New features in 0.6.7 * added support for Wi-Fi Protected Setup (WPS) * added support for EAP-AKA * added support for using driver_test over UDP socket * updated management frame protection to use IEEE 802.11w/D7.0
2009-01-22Do not use GNU m4 shipped with the OS on systems prior to Mac OS 10.5.schwarz1-2/+2
10.4 shipped with gm4 1.4.2, 10.3 came with 1.4. This is not recent enough for some packages (specifically devel/autoconf), so use pkgsrc's gm4 instead. Fixes PR#40329.
2009-01-22Note update of www/squid30 package to 3.0.12.taca1-1/+2
2009-01-22Update www/squid pacakge to 3.0.12(3.0.STABLE12).taca3-14/+14
Changes to squid-3.0.STABLE12 (21 Jan 2009): - Bug 2533: Solaris (sparc) 64-bit build breaks with gcc/g++ - Bug 2542: ICAP filters break download resume - Bug 2556: HTCP fails without icp_port - Bug 2564: logformat '%tl' field not working as advertised - Port from 3.1: TestBed basic build consistency checks - Policy: Change half_closed_clients default to off - Policy: Removed -V command line option, deprecated by 2.6 - ... and several other minor code cleanups
2009-01-22+samba-3.0.34, xf86-video-intel-2.6.1.taca1-3/+3
2009-01-22rrdtoolmartti1-1/+3
2009-01-22Updated databases/rrdtool12martti3-11/+11
* rrd_graph: fix TICK for negative numbers * rrd_cgi: fix segfault in error reporting routine
2009-01-22Updated databases/rrdtool to 1.3.6martti3-26/+6
* many small updates to the POD documents. * improved win32 source * OSX compilation fixes * rrd_fetch: fix memory leak * rrd_cgi: fix segfault in error reporting routine * rrd_graph: fix TICK for negative numbers * rrd_graph: fix image size reporting for LP64BE architectures * rrd_resize: fix GROW for mmap (it was totally broken)