summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-02-15REPLACE_SH on installed shell script.hans1-1/+3
2012-02-15REPLACE_BASH on all installed shell scripts.hans1-2/+2
2012-02-15REPLACE_SH in installed shell script.hans1-1/+2
2012-02-15REPLACE_SH on installed shell scripts.hans1-1/+2
2012-02-15Make giscanner ignore the "volatile" variants of __asm{,__} as well.martin2-1/+15
Found by OBATA Akio, fixes PR pkg/46017.
2012-02-15apply fix for CVE-2012-0845 to other Python versions toodrochner9-9/+66
(2.4 is not affected)
2012-02-15Remove SunOS-specific post-install target, not needed anymore.hans1-5/+2
REPLACE_SH on an installed script.
2012-02-15Don't depend on /usr/ucb/install on SunOS, use ${PREFIX}/bin/install-sh.hans1-2/+2
2012-02-15Change SunOS definitions to be more compatible with what is used onhans4-7/+100
other platforms: - use similar library installation rules - use CC, CXX and CFLAGS from pkgsrc
2012-02-15Use ${MAKE} as IMAKE_MAKE.hans1-2/+2
2012-02-15Add TOOLS_DEPENDS.ghostscript to MAKEVARS, not its value.hans1-2/+2
2012-02-15Remove apache-tomcat-6*ryoon1-2/+1
2012-02-15+ re-alpine-2.02 [pkg/46025]obache1-1/+2
2012-02-15Remove ec-fonts-mftraced, it is already removed.ryoon1-2/+1
2012-02-15buildlink with security/openssl if openssl option is enabled.obache1-1/+2
PR#45825 by Matthias Kretschmer.
2012-02-15Updated misc/libreoffice3-bin to 3.5.0ryoon1-1/+2
2012-02-15Update to 3.5.0ryoon2-11/+11
* Many new features, http://www.libreoffice.org/download/3-5-new-features-and-fixes/
2012-02-15Updated net/nload to 0.7.4obache2-3/+3
2012-02-15Update nload to 0.7.4.obache3-12/+12
per maintainer update request by PR 45947. hanges since 0.7.2: * Newer Linux kernels use 64 bit counters, which caused traffic to increase by 4GB on every refresh (see Debian bug #651848) * Fix calculation of traffic and data units (thanks to Kirby Zhou, see also Debian bug #586943) * Fix memory leak in BSD network device detection * Workaround for faulty newwin() in ncurses 5.8 * Correctly escape minus signs in man page
2012-02-15add patch from Python issue#14001 to fix xmlrpc server endless loopdrochner3-3/+22
by malformed request bump PKGREV
2012-02-15Exactly disable rle, x11 and gl to avoid hidden dependency.obache1-1/+5
fixes PR 46016.
2012-02-15Move common settings for giflib to Makefile.commonobache3-27/+29
2012-02-15Updated sysutils/netbt-hcidump to 2.2plunky1-1/+2
2012-02-15update to BlueZ HCIdump 2.2, changes are basically increasedplunky18-137/+117
parsing for L2CAP packets, new parsing for AVCTP and AVRCP protocols, some endian bugfixes and the archive now contains the files needed from bluez-libs so we don't need to get that separately.
2012-02-15Recursive dependency bump for the Library soname change in graphics/lensfun.sbd3-6/+6
2012-02-15Updated graphics/lensfun to 0.2.5nb7sbd1-1/+2
2012-02-15The sed expression in the VALID_VERSION make function only works with gsed,sbd3-6/+17
so add it to USE_TOOLS. With the VALID_VERSION function working properly the soname of liblensfun will now be 'liblensfun.so.0' and liblensfun.so.0 and liblensfun.so.${PKGVERSION} will also now get installed. Because the install process installs _three_ copys of liblensfun, delete two and make them symlinks. Bump PKGREVISION
2012-02-15Remove Sigilryoon1-2/+1
2012-02-15Updated editors/Sigil to 0.5.2ryoon1-1/+2
2012-02-15Update to 0.5.2ryoon11-357/+21
Tested on NetBSD/i386 5.99.64. Changelog: Sigil 0.5.2 2012.02.09 - Fix issue 1253: Replace All in All HTML files adds extra blank lines in style section. - Fix issue 1251: Merge does not work if you previously used split chapter. - Fix issue 1249: Replace All in All HTML Files leaves cursor at the bottom. - Fix issue 1247: Cannot rename file extension in book browser and rename selected should default to first extension name. - Fix issue 1238: Deleting a file does not go to the next closest entry in book browser. - Fix issue 1236: Replace All in Current file does not center cursor. - Fix issue 1234: Switching from Code View to Split View and SplitCV to CV does not vertically center the cursor. - Fix issue 1237: Rename does not keep current selection in book browser. - Fix issue 1242: Metadata::FreeFormMetadata missing assignment line 360. - Fix issue 1235: Deleting one file does not give a warning dialog. - Fix issue 1129: Crash when importing existing image. Sigil 0.5.1 2012.02.05 - Issue 1225: * Add searching selected files. * Add search wrapping. * Replace in BV automatically goes to CV. * Fixed bug where in CV if you do a replace of a word and then replace all when there are the same words on the page, the page view wouldn't be refreshed. * Various fixes. - Add English translation file used for plural strings. - Implement issue 986: Automatically renumber playorder in TOC NCX. - Implement issue 1224: F&R modifications to update layout and add Regex Multiline. - Fix issue 1214: Dictionary files do not include hypen files or GB files. - Fix issue 1213: Find and Replace does not save file when F&R is already open and searching all HTML files. - Remove the ability to use F&R to replace text in BV as it is unfixable in its current state. - Fix issue 1215: Book View line/column incorrect in status bar. - Fix issue 1216: Re-opening a document already in a tab resets the cursor position back to the top. - Fix issue 1218: F&R cleanup. - Fix issue 1212: Remove opf namespace rewriting when opening a file because it ended up being more trouble than it was wroth. - Fix issue 1188: New Sigil Regex engine crashes when pressing "replace all", works fine on pushing "replace" over and over and over again. - Implement issue 269: Select more than one item in the Book Browser Column. - Implement issues 792: Add Shortcuts for next/previous HTML file with regard to reading order, and sync selection in book browser to open tab. - Implement issue 1135: New blank section must be automatically selected on book browser. - Implement issue 1148: Allow user to change the order of split view so book view or code view is first. - Implement issue 1168: Add ability to sort HTML files alphanumerically. - Implement issue 1174: Add new blank html section should insert section after selected file. - Implement issue 1181: Merge Previous when previous file is open in current tab requires refresh to see merged data.
2012-02-15Updated devel/mr to 1.11schmonz1-1/+2
2012-02-15Update to 1.11. From the changelog:schmonz2-6/+6
* Now supports the veracity vcs. Thanks, Jimmy Tang. * vcsh is now supported without including a plugin. * After checkout, run fixups chdired to the just checked out directory.
2012-02-15Updated lang/newlisp to 10.4.0ryoon1-1/+2
2012-02-15Update to 10.4.0ryoon2-6/+6
Changelog: 10.3.4 Reworked 'send'/'receive' message API is multiple times faster and has more consistent performance on different platforms. Better on BSDs than on Linux. The channel for each child is now a dual read/write message queue. In previous version only one message could be written to the queue with send, now mutiple message can be send on the same channel and retrieved on the receiving side with multiple 'receive' until returning 'nil'. In the new syntax of 'receive' the <message> parameter is optional: (receive <pid>) ; returns the message or nil (receive <pid> <message>) ; returns true or nil Both 'send' and 'receive' now have syntax to return a list of all ready child channels using either (send) to get a list of child pid's ready to receive data or (receive) to get a list od child pid's ready to be read. This greatly speeds up asyncrounous messaging, where multiple child processes, but not all, have sent messages. Previously: (dolist (p (sync)) (until (receive p msg))) ; (sync) -> child pids Now using only a ready subset, 'receive' can be used non-blocking and only a subset of all child pids is iterated through: (dolist (p (receive)) (receive p msg)) Now, when a 'spawn'ed child process ends abormally the variable in the spawn command will contain an error message and a result number, e.g. '9' from a kill signal sent by an external process. Fixed longstanding bug for list-mode 'net-select'. Now returns socket numbers in the ready list not 0's. Documention for the messaging API has been updated in the reference manual and code patterns documents. 10.3.5 'invert' over-allocated memory Fixed a crash bug in purgeSpawnList() icmp6.h include for cygwin in nl-sock.c (thanks KOSH) The creation of a communications channel between and parent process and 'spawn'ed child processes for usage with the message API of 'send' and 'receive', is now optional: (spawn <sym-variable> <child-process> [true]) If the'send' or 'receive' is used on the child process spawned, the optional flag must be set to 'true'. The fakes versions on 'spawn', 'sync' and 'abort' in Win32 have been taken out. The newLISP shell "newlisp-x.x.x/util/nls" now works on MS Windows too. The link feature using util/link.lsp did no works with 64-bit versions of newLISP. In the MinGW compile of nl-sock.c the include file wspapi.h has been replaced with ws2spi.h. This file is part of the normal MinGW install. newlisp.dll now lives in NEWLISPDIR again as it did before 10.3.3 10.3.6 development release November 18th, 2011 Speedup of string stream conversion for 'format', 'string'. A bug fix in 'spawn' when aborting child processes Preparations for expanded FFI (grep for FFI in all files) 10.3.7 development release Fix in printing FFI primitives (FFI is disabled by default) Updated newlispdoc now all tags (including custom) are title-case'ed Simple ffi calls working on Mac OSX, UBUNTU Linux (Intel) and Win32 three (and more) new ffi makfiles: makefile_darwin_utf8_ffi # std OSX install has libs and headers makefile_linux_utf8_ffi # must install package libffi-dev makefile_mingw_ffi # must install libffi.a library for build New qa-specific-tests/qa-ffi for ffi API testing The new ffi extension work with the existing 'import' functon: (import "libc.dylib" "atof" "double" "char*") (atof "123.456") => 123.456 No "cdecl" or "stdcall" mustbe specified. The parameter after the function name is the return type. The remaining parameters are the function arguments. As before, the imported function can be renamed: (set 'strtof (import "libc.dylib" "atof" "double" "char*")) (strtof "123.456") => 123.456 The followong types are implemented for LP64, LLP64 and ILP32 "byte" "char" "short int" "unsigned short int" "unsigned int" "int" "long long" "float" "double" "char*" "void*" For pointer return values "char*" and "void*", the address is returned as a number. Use 'get-string' or 'unpack' to retrieve contents. This method allows returning binary info. THIS IS CHANGED IN 10.3.9 where "char*" returns a string directly and "void*" a number 10.3.8 Make sure FFIMPORT struct memory gets freed when doing multiple 'import' of the same function or deleting the func symbol. When using 'configure' and 'make' FFI will be chosen by default on Mac OSX, Linux and Windows (MinGW) Both "char*" and "void*" accept either a newLISP string buffer or an address number as input. On return "char*" will return a newLISP string buffer and "void*" will return an address number. Comprehensive qa-specific-tests/qa-ffitest compiles util/ffitest.c on the current platform then tests all data types. Now ffi checks for nummber of arguments matching call pattern. The opengl-demo-ffi.lsp now runs on both 32-bit and 64-bit newLISP and libraries. On Windows glut32.dll is required. On Mac OSX everything is installed by default. ffi callback (ffi closure) working now on Mac OS X, Win32 and UBUNTU Linux with standard installed libraries. Only for compiling/linking libfffi-dev is necessary on UBUNTU linux. The extended 'callback' API will not work on 64-bit Mac OSX newLISP, but there is no problem to mix extended 'import' and simple 'callback' API (see examples/opengl-demo.lsp) Bit 11 for 0x400 in the last field of 'sys-info' is set for extended ffi enabled versions requiring ffilib. (not (zero? (& 0x400 (sys-info -1)))) => true for FFI support Avoid passing on list or string references in primitives taking strings or lists but creating new objects. This caused an error when doing (inc (char str)) when str is protected. symbolCheck = NULL only neccessary if not set to NULL by previous evaluateExprtession() to non-string/list. Fixed on selected primitives. qa-ffi and qa-libffi are now part of 'make testall'. They will not be executed on versions not compiled for libffi based FFI. 10.3.9 development release December 21st 2011 'struct' function for extended FFI usage now working for 32 and 64 bit (struct 'foo "char" "int" "short int") Foo can now be used as a data type in the extended FFI API: (import "thelib" "afunc" "foo" "foo") ; takes ans returns a struct foo (unpack foo (afunc (pack foo 1 2 3))) => returns a list with 3 numbers The additional syntax forms of 'pack' and 'unpack' take care for packing and unpacking wirth the correct number of pad bytes to make align structures on different Architectures. See qa-special-tests/qa-libffi for an example. Accept data lists in struct packing just like in traditional 'pack': (struct 'pair "int" "int") => pair (pack pair 1 2) => "\001\000\000\000\002\000\000\000" (pack pair '(1 2)) => "\001\000\000\000\002\000\000\000" Nested structure now can be packed: (struct 'pair "char" "char") => pair (struct 'comp "pair" "short int") => comp (pack comp (pack pair 1 2) 3) => "\001\002\003\000" Sub-structures are unpacked manually (may be changed): (unpack comp (pack comp (pack pair 1 2) 3)) => ("\001\002" 3) (set 'p (first (unpack comp (pack comp (pack pair 1 2) 3)))) (unpack pair p) => (1 2) Because of memory management issues with cells in FFI symbols extended ffi functions, structs and callbacks can only be defined once. Subsequent definitions return nil and the existing definition stays untouched. Miscellanous fixes for 64-bit newLISP and ffilib usage. Added custom ffi_type ffi_type_charpointer for displayable strings now 'unpack' unpacks strings for "char*", not address numbers. On Mac OSX 64-bits extended callback (ffi closure) does now work. SHA256 crypto algorithm has been added to the module crypto.lsp. Thanks to Marc Hildman for this contribution. 10.3.10 Development release Janaury 10th, 2012 Repeating ffi 'callback' with the same symbol will just return the old address but not redefine the callback or return nil (as in 10.3.9). examples/opengl-demo-ffi.lsp now also working with extended callback API on 32-bit and 64-bit. Huge speed improvement in 'read-line' with file handle parameter, now as fast as STDIN. For file and pipe operations. 'struct's returned by the extended FFI will now be unpacked automatically. Nested structures will be unpacked recursively too: (struct 'pair "char" "char") -> pair (struct 'comp "pair" "int") => comp (pack comp (pack pair 1 2) 3) => "\001\002\000\000\003\000\000\000" (unpack comp "\001\002\000\000\003\000\000\000") => ((1 2) 3) Imported functions can now be default functors: (define myprintf:myprintf (import "libc.dylib" "printf")) (myprintf "%s %d" "hello world" 123) All makefile_mingwdll* tweaked for MinGW gcc 4.6.2. But binaries are still delivered compiled on gcc 4.4.0 and made on Windows XP SP2, run fine on Windows 7. 10.3.6 to 10.3.9 had newlisp.dll compiled for cdecl now in 10.3.10 newlisp.dll calling conventations are back to stdcall. 10.4.0 UCT offset minutes as reported by the 'now' function now have reversed the sign conform to ISO 8601. Positive for locations east of UCT and negative for locations west of the UCT meridian (formerly GMT). Days of the year are now reported from 1 - 365 (366 in leap years) instead of starting with offset 0. 'read-char' w/o file handle reads from the current I/O device. New version Guiserver 1.45 avoids error loops when midi system is unavailable. In 'unify' the underscore symbol '_' matches any atom or list or variable. Two new make files for the Raspberry PI development VM from: http://russelldavis.org/2012/01/20/new-raspberry-pi-development-vm-v0-2/ These makefikes don't need the readline library, although it could be installed as shown here: http://russelldavis.org/2012/01/23/building-newlisp-for-the-raspberry-pi-using-the-development-vm/ newlisp.dll now also on Winsock version 2.2 (like the main executable since 10.2.10)
2012-02-15Updated fonts/umefont-ttf to 0.436ryoon1-1/+2
2012-02-15Update to 0.436ryoon2-6/+6
Changelog: In Gothic (Sans-serif) family * Fix glyphs in Unicode : 0020-668f, 95d4-ffff (first check) * Fix glyphs in SJIS : second check completed In Minchi (Serif) family * Fix glyphs in Unicode : 0020-668f, 95e1-ffff (first check) * Fix glyphs in SJIS : second check completed
2012-02-14Fix HOMEPAGE, COMMENT.gdt1-3/+3
2012-02-14Added textproc/libunistring version 0.9.3gdt1-1/+2
2012-02-14+libunistringgdt1-1/+2
2012-02-14Import libunistring-0.9.3 as textproc/libunistring.gdt4-0/+76
libunistring provides a library that implements Unicode strings (in three flavours: UTF-8 strings, UTF-16 strings, UTF-32 strings), together with functions for Unicode charactets (character names, classifications, properties) and functions for string processing (formatted output, width, word breaks, line breaks, normalization, case folding, regular expressions).
2012-02-14Updated devel/scmgit-base to 1.7.9.1gdt1-1/+2
2012-02-14Update to 1.7.9.1.gdt3-13/+13
(This is a bugfix release relative to 1.7.9.)
2012-02-14Note update of tex-exam{,-doc}.minskim1-1/+3
2012-02-14Update tex-exam{,-doc} to 2.4.minskim4-17/+14
Changes: - New environments: EnvUplevel and EnvFullwidth - New document class options: cancelspace nocancelspace New commands: \cancelspace \nocancelspace - New command: \nobonusqformat - New commands: \pointsinrange{rangename} \bonuspointsinrange{rangename} - New commands: \settabletotalpoints \settabletotalbonuspoints
2012-02-14Added print/paps version 0.6.8wiz1-1/+2
2012-02-14+ paps.wiz1-1/+2
2012-02-14Initial import of paps-0.6.8:wiz4-0/+34
libpaps is a library for converting Unicode text encoded in UTF-8 to postscript by using pango. paps is a command line program using this library.
2012-02-14Fix pkg/44576 as suggested by Joern Clausen.hans1-3/+2
2012-02-14Note update of databases/ruby-activeldap packaage to 3.1.1.taca1-1/+2
2012-02-14Update ruby-activeldap pacakge to 3.1.1.taca3-28/+27
3.1.1: 2011-11-03 * Supported Rails 3.1.1. * [GitHub:#9] Fixed a typo in document. [warden] * [GitHub:#11] Added persisted?. [bklier] * [GitHub:#16] Supported 4 or more bytes salt for SSHA and SMD5. [Alex Tomlins] Thanks * warden * bklier * Alex Tomlins 3.1.0: 2011-07-09 * Supported Rails 3.1.0.rc4. [Ryan Tandy, Narihiro Nakamura, Hidetoshi Yoshimoto] * Removed ActiveRecord dependency and added ActiveModel dependency. * Used YARD instead of RDoc as documentation sysytem.