summaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Collapse)AuthorFilesLines
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15Set MAINTAINER to pkgsrc-users.hiramatsu1-2/+2
2015-03-15needs iconvtnn1-1/+2
2015-03-15Update tp 4.12.0.1ryoon11-87/+54
Changelog: Summary of changes from RPM 4.12.0 Package building Fix RPMTAG_ARCHIVESIZE / RPMTAG_LONGARCHIVESIZE generation (RhBug:1142949) Reduce double separator in dependency EVR error into a warning (RhBug:1065563) Build process Add testcase for RhBug:1142949 Summary of changes from RPM 4.11.2 General bugfixes and enhancements New --nopretrans and --noposttrans disabler switches (previously tied to --nopre/--nopost) New --noplugins switch to disable all plugins New --reinstall mode which can handle changing file policies (RhBug:966715) New --exportdb and --importdb switches in rpmdb(8) New --recommends, --suggests, --supplements and --enhances query aliases for querying weak dependencies New optional payload format to support large (> 4GB) files within packages (ticket #41) New rpm2archive utility for converting rpm payload to tar archives Fix curl globbing being enabled on remote retrieval (RhBug:1076277) Fix $1 argument to %pretrans, %posttrans and %verifyscript to behave like all other scripts Fix mixed binary + source rpm installation progress (RhBug:984724) Fix file actions sometimes carrying state across multiple rpmtsRun() calls (RhBug:1076552) Fix duplicate usernames causing false positives on verification (ticket #872) Fix ordering to prefer self-provides on ordering when appropriate (RhBug:1111349) Fix a double-free on unpadded signature header Add support for "new" architectures: m68k (again) Sparc Niagara (detection) ARM v6 and v7 (hardware FPU detection) Documentation, translation updates Package building New warnings on invalid / dubious spec constructs: Detect multiple %files sections per package Detect empty %files -f manifest files Detect multiple %changelog sections per spec Detect duplicate Group, Summary, Description, Distribution, Vendor, License and Packager tags per package (ticket #27) Add support for specifying weak dependencies (Recommends, Suggests, Supplements and Enhances) tags in spec Add support for automatic generation of weak dependencies (RhBug:1117912) New %{load:<path>} macro to load custom macro files (from eg spec) New %_smp_ncpus_max macro to configure CPU limit for parallel builds (related to RhBug:669638) New %make_build macro for hiding parallel-build magic from specs (ticket #115) New %_rundir macro for referring to /run (formerly /var/run) directory New %__gpg_reserved_space macro allows preallocating space for signatures which allows very fast package signing Add support for detecting and warning on macro scoping violations (RhBug:552944) when %trace is active Add support for %autosetup -S git_am variant (RhBug:???) Fix parametrized macros eating newlines (RhBug:1045723) Fix around macro scoping problems in %autosetup (RhBug:???) Fix ELF soname dependencies getting generated for non-library DSO's too (RhBug:???) Fix garbage sonames sometimes getting added as dependencies (ticket #158) Fix various issues in dependency generator Fix libtool dependency generation with libtool >= 2.4.2 version Fix external dependency generator to use the same generators as internal one by default Fix crash on missing name-argument to %package (RhBug:1123722) Fix non-canonical path usage for matching in debugedit (RhBug:1077148) Fix PPC ABI change in default configuration (RhBug:1085127) Removed features Remove support for %_noPayloadPrefix (rpm < 3.0.5 compatibility) Remove experimental support for "collections", added in 4.9.0 API changes New rpmtxnBegin() and rpmtxnEnd() to permit clients to control transaction locking New rpmtsImportHeader() to permit importing "detached" headers into rpmdb New rpmtsAddReinstallElement() function for reinstalling packages New rpmdbIndexIteratorNextTd() provides a nicer iterator interface to rpmdb indexes New file info set iterator functions: rpmfiFLinks(), rpmfiFindFN(), rpmfiStat()... New file info set iterator functions for accessing original paths from relocated packages: rpmfiOFN(), rpmfiOBN(), rpmfiODN(), rpmfiFindOFN() New archive API on top of file info iterators: (FIXME: describe...) New "rpmfiles" object + related API for random access to file info sets Many new file info set iteration modes (FIXME: describe...) New rpmteFiles() to return transaction element file info set, to be used instead of rpmteFI() New rpmdsTagF(), rpmdsTagEVR(), rpmdsD(), rpmdsPutToHeader(), rpmdsTi(), rpmdsTagTi() and rpmdsSinglePoolTix() methods to rpmds objects Internal improvements and cleanups Lots of cleanups all over the codebase Former "file state manager" eliminated and rewritten "Package state manager" largely eliminated File IO subsystem sanity & improvements Berkeley DB dependencies isolated to backend code File info sets are finally properly opaque Handle trigger indexes within rpmds objects Partial thread-safety by added locks/mutexes (FIXME: describe...) Configuration and macros Logging Keyrings and keys ... Fix symlink timestamp on install on systems which support it Fix problematic license on internal mergesort() implementation (removed) Fix rpm dependency on libselinux (moved to a plugin) Fix installation to always use header, not payload metadata Fix global macro state side-effects from rpmInstallSourcePackage() Fix oversized stack allocation on verify (RhBug:1106594) Fix buffer overflows on malformed macro define/undefine (RhBug:1087000) Optimize package generation and signing considerably Optimize file requires processing Optimize installed dependency processing Plugins A new plugin system, internal-only for now (FIXME: describe...) Plugins included in this release: systemd_inhibit plugin - preventing shutdown while transaction is in progress (RhBug:1109927) selinux plugin - basic SELinux support, previously in librpm directly syslog - example plugin for logging rpm activity to syslog Python bindings Database index iteration returns proper types for non-strings New rpm.fi methods: FLinks(), FindFN(), OFN()... New fi.FLinks() method added New rpm.files object + related API for random access to file info sets New rpm.archive object + related API for manipulating package payloads New te.Files() method added New addReinstall() method in transaction set objects (related to RhBug:966715, RhBug:1071854...) New rpm.strpool object for utilizing shared string pool with eg rpm.fi and rpm.ds objects New rpm.header_magic constant exported Fix several Python 3 compatibility issues (RhBug:1064758 Fix build- and sign-module initialization (RhBug:1064758) Fix sign-module missing module methods Fix incompatible module name usage (foomodule.so vs foo.so) Fix misc Python 2 vs 3 API difference issues ... FIXME:this list is very incomplete Lua interface New rpm.load() function for loading macro files Build process New test-cases for various issues Fix dist tarballs to use PAX format to overcome UID/GID limitations Fix in-tree python binding build with setup.py (related to RhBug:531543) Fix librpmsign library to follow same versioning as other rpm libraries for consistency's sake Summary of changes from RPM 4.11.1 General bugfixes and enhancements Fix removed symlinks affecting fingerprinting (RhBug:???) Fix bogus dependency check errors from installed packages with self-obsoletes and -conflicts Fix bogus header growth on export in some circumstances, such as install (RhBug:953719) Fix byteorder for 64bit tags on big-endian systems (RhBug:1012946) Fix signature generation using RPMSIGTAG_LONGSIZE when not needed (RhBug:1012595) Fix segfault executing a -p <lua> scriptlet without a body (RhBug:1004062) Fix failure to install relocated package with unowned directories (RhBug:1001553) Fix scriptlets in relocatable packages not always executing with $RPM_INSTALL_PREFIX* defined (RhBug:979443) Fix RPMTAG_NOSOURCE and RPMTAG_NOPATCH tags defined as non-arrays (RhBug:991329) Fix a possible loophole in file triplet sanity-checking Fix name service initialization where passwd and group service differs from host (ticket #157) Add support for ppc64le architecture Package building Fix double-free on %caps() wildcard %files entry (RhBug:956190) Fix sub-package names not getting sanity-checked (RhBug:1039520) Fix invalid separators in EVR passing sanity checking Fix some invalid characters in dependency range operators passing sanity checking Fix autogenerated dependencies bypassing sanity-checking (related to RhBug:503846) Fix python libdirs in non-root prefix not getting bytecompiled (RhBug:868332) Fix (remove) bogus __find_requires|provides macro definitions in macros.perl (RhBug:1043149) Fix (really) debugedit choking on .debug_gdb_scripts section (SuseBug:818502) Fix %autosetup git patch application to handle file additions (RhBug:1059285) Add automatic generation for appdata() and application() provides Add support for (quoted) whitespace in automatically generated dependencies (RhBug:503846) Python bindings Fix mode and flags not honored when reopening a file descriptor as rpm.fd Fix RPMFILE_ICON and RPMFILE_SPECFILE constants missing Fix rpm.dsSingle() swapped arguments (regession introduced in rpm 4.8.0) Fix Python 3 compatibility issues in rpm.TransactionSet class Fix module import succeeding on rpm initialization failure Add .open() class-method to rpm.fd Add open-mode and -flags to rpm.fd as properties Add support for reopening an rpm.fd file descriptor Add accessor for spec %check section Add bindings for rpm stringpool Add support for shared stringpool with rpm.fi and rpm.ds objects (optional pool argument to constructor) Internal improvements and cleanups Fix minor memory leak in %files parsing Fix rpmstrPoolRehash() missing last id Fix string pool artifacts (unreliable rpmstrPoolNumStr(), empty strings showing up on rehash etc) caused by dummy entries Fix unnecessary /proc dependency if getauxval(3) is available Fix various minor issues in beecrypt crypto backend Fix possible mishandling of handing environment open on EACCESS and EROFS returns Optimize / cleanup %attr() and %defattr() string storage Optimize dependency set management in file classifier Optimize MPI length validation Optimize beecrypt crypto backend Build process Add upport 7za and 7z as alternatives to 7-zip Fix an include portability issue Add several new test-cases
2015-03-15Apply modified patch sent by palo@ in private mail. This brings all theserodent18-60/+50
packages to version 3.4.x. May this not break anything (although i feel it might).
2015-03-14Recursive bump from geography/proj ABI change.gdt1-1/+2
2015-03-14Update ruby-slop to 3.6.0.taca2-6/+6
3.6.0 (2014-06-18) ------------------ * Add example of rest arguments usage in the readme file #139 * Default values on options are printed in the help message #134
2015-03-13Update ruby-parallel to 1.4.1.taca3-7/+8
No changes available, please refer commit log: https://github.com/grosser/parallel/commits/master.
2015-03-13Update ruby-ohai to 8.1.1.taca4-9/+19
* pkgsrc change: add pkg_alternatives support. No changes available.
2015-03-13Update ruby-memoizable to 0.4.2.taca2-7/+7
* A few big fixes and improvements. * Use resolution-independent SVG badges [ci skip].
2015-03-13Update ruby-commander to 4.3.0.taca4-8/+18
* pkgsrc change: add pkg_alternatives support. === 4.3.0 / 2015-02-07 * Drops support for Ruby 1.8. Please use 4.2.1 if you still need Ruby 1.8 compatibility. * Fixed a bug with `always_trace` (#91) (@KrauseFx) * Renamed `commands` to `defined_commands` for better compatibility with Pry === 4.2.1 / 2014-09-28 * Improve `choose` compatibility with HighLine's version (#79) === 4.2.0 / 2014-04-29 * Add ability to use commander without importing into the global namespace (#61) (@krissi)
2015-03-13Update ruby-descendants_tracker to 0.0.4.taca3-8/+12
No changes available but several improvements and bug fixes.
2015-03-13Update misc/ruby-thread_safe to 0.3.5.taca3-9/+17
Various bug fixes and improvement.
2015-03-13Update ruby-daemons to 1.2.1.taca3-11/+11
== Release 1.2.1: March 10, 2015 * increase version number to be able to re-push to rubygems == Release 1.2.0: March 8, 2015 * add options for custum log file names. * change pid file name scheme to "#progname_num#{number}.pid" for multiple instances. * fix call_as_daemon not saving the PID (thanks Roberto Plancarte) * allow for custom statis messages (thanks to Joseph Haig) * fix Pid.running? rescuing timeout exceptions (thanks to Geraud Boyer) * monitor.rb/application.rb/application_group.rb: handle :monitor and :multiple in combination correctly (thanks to Prakash Murthy). * pidfile.rb: Handle invalid or empty pid files instead of returning pid 0 (thanks to Aaron Stone) * run the whole gem through Rubocop (thanks to Aaron Stone) * gem cleanup (thanks to Aaron Stone)
2015-03-13Update ruby-bundler to 1.8.5.taca4-125/+18
* pkgsrc change: add support for pkg_alternatives. ## 1.8.5 (2015-03-11) Bugfixes: - remove MIT license from gemspec when removing license file (@indirect) - respect 'no' immediately as well as saving it in `gem` config (@kirs) ## 1.8.4 (2015-03-05) Bugfixes: - document --all-platforms option (#3449, @moeffju) - find gems from all sources on exec after install (#3450, @TimMoore) ## 1.8.3 (2015-02-24) Bugfixes: - handle boolean values for gem settings (@EduardoBautista) - stop always looking for updated `path` gems (#3414, #3417, #3429, @TimMoore) ## 1.8.2 (2015-02-14) Bugfixes: - allow config settings for gems with 'http' in the name again (#3398, @tmoore) ## 1.8.1 (2015-02-13) Bugfixes: - synchronize building git gem native extensions (#3385, @antifuchs & @indirect) - set gemspec bindir correctly (#3392, @tmoore) - request lockfile deletion when it is malformed (#3396, @indirect) - explain problem when mirror config is missing (#3386, @indirect) - explain problem when caching causes permission error (#3390, @indirect) - normalize URLs in config keys (#3391, @indirect) ## 1.8.0 (2015-02-10) Bugfixes: - Gemfile `github` blocks now work (#3379, @indirect) Bugfixes from v1.7.13: - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect) - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc) - Request dependencies for no more than 100 gems at a time (#3367, @segiddins) ## 1.8.0.rc (2015-01-26) Features: - add `config disable_multisource` option to ensure sources can't compete (@indirect) Bugfixes: - don't add extra quotes around long, quoted config values (@aroben, #3338) Security: - warn when more than one top-level source is present (@indirect) ## 1.8.0.pre (2015-01-26) Features: - add metadata allowed_push_host to new gem template (#3002, @juanitofatas) - adds a `--no-install` flag to `bundle package` (@d-reinhold) - add `bundle config auto_install true` to install automatically (@smashwilson) - add `bundle viz --without` to exclude gem groups from resulting graph (@fnichol) - prevent whitespace in gem declarations with clear messaging (@benlakey) - tries to find a `bundler-<command>` executable on your path for non-bundler commands (@andremedeiros) - tries to find `gems.rb` and it's new counterpart, `gems.locked` (@andremedeiros) - change the initial version of new gems from `0.0.1` to `0.1.0` (@petedmarsh) - add `package --all-platforms` to cache gems for each known platform (@ccutrer) - speed up `exec` when running commands on the $PATH (@kirs) - add gem code of conduct file and option (@kirs) - add config settings for gem license and tests (@kirs) - add `bin/setup` and `bin/console` to new gems (@indirect) - include configured user-agent in network requests (@indirect) - support `github`, `gist`, and `bitbucket` options on git gems (@indirect) - add `package --cache-path` and `config cache_path` for cache location (@jnraine) - allow `config` to work even when a Gemfile is not present (@dholdren) - add `config gemfile /path` for other Gemfile locations (@dholdren) Bugfixes: - reduce memory usage with threaded parallel workers (@Who828) - support read-only git gems (@pmahoney) - various resolver performance improvements (@dubek) - untaint git gem paths for Rubygems compatibility (@tdtds) Documentation: - add missing Gemfile global `path` explanation (@agenteo) ## 1.7.13 (2015-02-07) Bugfixes: - Look up installed gems in remote sources (#3300, #3368, #3377, #3380, #3381, @indirect) - Look up gems across all sources to satisfy dependencies (#3365, @keiths-osc) - Request dependencies for no more than 100 gems at a time (#3367, @segiddins)
2015-03-12Fix openjdk7 packaging.ryoon1-11/+1
* Remove redundant PLIST entries. Thank you, wiz@.
2015-03-12+bibletime +swordnros1-1/+3
2015-03-12Import wip/bibletime to misc/bibletime, reviewed by sevan and wiz.nros6-0/+1109
BibleTime is a completely free Bible study program, built for Linux, Windows, *BSD and Mac OS X. BibleTime contains over 200 free Bible texts, commentaries, dictionaries and books, provided by the Crosswire Bible Society via the SWORD programming library. BibleTime is written in C++ and uses the Qt GUI toolkit.
2015-03-12Import wip/sword as misc/sword, reviewed by sevan and wiz.nros6-0/+362
The SWORD Project is the CrossWire Bible Society's free Bible software project. Its purpose is to create cross-platform open-source tools that allow programmers and Bible societies to write new Bible software more quickly and easily.
2015-03-12Bump PKGREVISION.ryoon8-25/+640
* Install desktop files with patches from jaapb@. (PKGREVISION bump) * Try to invoke Apache Ant process under NetBSD 6. /bin/sh under NetBSD 6 return non-0 value from "undef Platform", when $Platform is not defined. And more something is required to built this package under NetBSD 6.
2015-03-09Recursive bump for poppler-0.32.0 shlib major bump.wiz6-11/+12
2015-03-08Fix config.guess/config.sub overrides.joerg1-1/+4
2015-03-08Update rubygems to 2.4.6.taca4-111/+25
* Simplify Gem::Specification definition. * Remove some pkgsrc specific modifications. === 2.4.6 / 2014-02-05 Bug fixes: * Fixed resolving gems with both upper and lower requirement boundaries. Issue #1141 by Jakub Jirutka. * Moved extension directory after require_paths to fix missing constant bugs in some gems with C extensions. Issue #784 by Andr Arko, pull request #1137 by Barry Allard. * Use Gem::Dependency#requirement when adding a dependency to an existing dependency instance. Pull request #1101 by Josh Cheek. * Fixed warning of shadowed local variable in Gem::Specification. Pull request #1109 by Rohit Arondekar * Gem::Requirement should always sort requirements before coercion to Hash. Pull request #1139 by Eito Katagiri. * The `gem open` command should change the current working directory before opening the editor. Pull request #1142 by Alex Wood. * Ensure quotes are stripped from the Windows launcher script used to install gems. Pull request #1115 by Youngjun Song. * Fixed errors when writing to NFS to to 0444 files. Issue #1161 by Emmanuel Hadoux. * Removed dead code in Gem::StreamUI. Pull request #1117 by mediaslave24. * Fixed typos. Pull request #1096 by hakeda. * Relaxed CMake dependency for RHEL 6 and CentOS 6. Pull request #1124 by Vt Ondruch. * Relaxed Psych dependency. Pull request #1128 by Vt Ondruch.
2015-03-08Explicitly allow build with Ruby 1.8.7.taca1-1/+3
2015-03-07Update to 3.6.2ryoon4-57/+54
Changelog: 2013-01-01: gWaei 3.6.2 Bugfix release. Various windows compilation fixes. Morphology was made less obtrusive because it is a bit greedy. Fixes to a segfault in waei if no dictionaries are installed and a search is carried out. Fixes to localization. Older changelog is not available.
2015-03-05Update libreoffice4-bin from 4.2.5.2 to 4.4.1.2.bad5-53/+14
Even the section summary of the changes is to big to include here. Refer to http://www.libreoffice.org/download/release-notes/ for the change logs. Tested on netbsd-6/amd64 with suse121 compat packages. spadmin is gone and soffice-patch hasn't been needed in a while. No need to keep the patches for them around.
2015-03-05Update misc/py-anita to 1.37. Changes from 1.36:gson2-6/+6
The global test() function is no longer supported, use the run_tests() method of the Anita object instead. When halting the VM, do not attempt to log in if already logged in. Make the distinctive shell prompts different from one invocation of anita to another, so that anita can run itself recursively on the VM without the outer instance mistaking a shell prompt from an inner instance for one of its own.
2015-03-03Bump PKGREVISION.ryoon5-8/+37
* Enable JavaScript scriptiong support in non-openjdk7 case.
2015-03-03Update misc/py-anita to 1.36.gson2-6/+6
The previous commit message accidentally contained the changes from 1.35 to 1.36 rather than those from 1.34 to 1.35. The changes from 1.34 to 1.35 were: Support Linux host systems that have genisoimage but not mkisofs, such as Debian 7. New command line option --run-timeout.
2015-03-03Update misc/py-anita to 1.35. Changes from 1.34:gson2-6/+6
When running a shell command, wrap the exit status in distictive text so that it can be reliably matched in the presence of buffered output containing other numeric strings. Halt the VM when done. Print the qemu command.
2015-03-01Update to 1.2.20150225:wiz2-6/+6
2015/02/25 + modify gauge widget to keep from erasing a second gauge widget, e.g., via the "--and-widget" option. This is a cosmetic change to match behavior of dialog 1.0 (report by Jason Orendorf). + add configure option "--with-man2html" + add configure options for versioned symbols, from ongoing work on ncurses. + update configure macros, e.g., for shared libraries
2015-03-01Fix Fortran compiler selection logic.bsiegert1-3/+3
Fix by OBATA Akio in PR pkg/37513.
2015-03-01Explicitly disable libgps support, to fix build if gpsd package happensmarkd1-1/+3
to be installed.
2015-02-28Update to 4.4.1.2ryoon3-18/+19
Changelog: * Many bugfixes. See: https://wiki.documentfoundation.org/Releases/4.4.1/RC1 https://wiki.documentfoundation.org/Releases/4.4.1/RC2
2015-02-27Update to 2.20.0:wiz3-9/+21
New Features ODT Input: Add backlinks for footnotes/endnotes and improve their formatting. Windows: When running on windows 8 and newer register with default programs so that users can more easily select calibre or its viewer/editor as the default program to launch ebook files. Make publishers in the book details panel clickable. Edit Book spell check: For mis-spelled words of the form one:two offer one: two as a suggested correction. Bug Fixes Fix a regression that caused incorrect results when searching on numeric or date fields with relational operators. DOCX Input: Fix regression in 2.19 that broke handling of text with leading or trailing non-breaking spaces/en-spaces/quad-spaces. Amazon metadata download: Update plugin for website changes to Amazon Brazil. E-book viewer: Fix footnote popup window not displaying entire footnote if footnote contains element with page-break-after set Edit Book: Reports tool: Fix double clicking on an unused image causing an error Tag Browser: Fix incorrect grouping of words starting with graphemes, such as ash. Conversion: Ignore incorrectly URL encoded links instead of erroring out on them. E-book viewer: Remove soft-hyphens when copying text to clipboard Improved news sources aktualne.cz
2015-02-23Use bswap builtins for clang. Prefer builtin over inline assembler.joerg2-1/+64
Recognize BSDish endian macros.
2015-02-22Add upstream bug URLs.ryoon7-13/+25
2015-02-21Recursive revbump from audio/pulseaudio.ryoon1-1/+2
2015-02-18Race conditions around term.h.joerg1-1/+6
2015-02-17Update to 2.19.0:wiz3-7/+9
- version: 2.19.0 date: 2015-02-06 new features: - title: "Quick view window: Allow the quickview window to be docked into the main calibre window." - title: "Add empty book: Allow setting the title as well as the author and series for the added empty book records" - title: "Windows driver for Grammata Papyre 602." - title: "Edit Book: Add an option to turn off auto-completion of closing tags" - title: "Allow adding a description for custom columns." - title: "Book Details panel: Allow any identifier of the form url+number to become a clickable link. For example: url1:http://example.com" bug fixes: - title: "Conversion: Convert entities that reference non-BMP unicode codepoints on Windows and OS X correctly. Linux was not affected by this bug." - title: "Edit Book: Do not autocomplete the closing tag wen typing the / key inside an existing tag." - title: "Fix Booken Lev e-book reader not being detected in OS X and Linux." - title: "DOCX Input: Change handling of sequences of space characters to more closely follow Microsoft Word." - title: "Edit Book: Fix Table of Contents editor not remembering its saved state across calibre sessions" - title: "Edit book: Disallow drag and drop of documents onto the preview panel to workaround crashing bug in Qt." - title: "E-book viewer: Fix current page not being preserved when opening and then immediately closing the footnote window." - title: "PDF Output: Fix incorrect encoding for some chinese characters in the PDF Outline (Table of Contents)" improved recipes: - FAZ.net - Indian Express - CNN
2015-02-16Bump PKGREVISION.ryoon1-3/+3
* buildlink cups instead of cups15. Fix normal build with openjdk{7,8}.
2015-02-13revbumppho1-2/+2
emacs24 users may have already installed this while it's in fact broken.
2015-02-13Declare that misc/elscreen does not support Emacs 24 or laterpho1-2/+9
It uses some of obsolete variables/functions, resulting in an error on Emacs 24 or later like this: string-to-number: Symbol's value as variable is void: last-command-char I have recently created wip/elscreen-current for this reason. Unfortunately it doesn't have a version number nor a release tarball since it's an unofficial fork of the original ElScreen, even though it's what MELPA currently provides: http://melpa.org/#/elscreen
2015-02-13+ libcecjmcneill1-1/+2
2015-02-13Import libcec-2.2.0 as misc/libcec.jmcneill7-0/+131
libCEC allows you in combination with the right hardware to control your device with your TV remote control. Utilising your existing HDMI cabling, it allows developers to interact with other HDMI devices without having to worry about the communication overhead, handshaking, and the various ways of sending a message for each vendor.
2015-02-13Add patch which includes <sys/uio.h> to fix build on OpenBSD.rodent13-58/+71
Defuzz patchset.
2015-02-12Requires gcc-4.6 or newer.wiz1-1/+3
2015-02-12Added buildlink3.mk file.jaapb1-0/+13
2015-02-11Revbump associated with update of lang/ocaml.jaapb1-1/+2