Commit graph

5270 commits

Author SHA1 Message Date
wiz
22796c4daf Convert to versioned_dependencies.mk (for dns) 2014-01-17 23:11:27 +00:00
tsutsui
a93f82a316 Add RUBY_VERSION_SUPPORTED= line since ruby 1.8 support was dropped. 2014-01-17 18:58:19 +00:00
tsutsui
10080e1300 Update ruby-rainbow to 1.99.1. Part of PR/48447.
Changelog (per Changelog.md)

## 1.99.0 (2013-12-26)

* preparation for dropping String monkey patching
* `require "rainbow/string"` if you want to use monkey patched String
* introduction of Rainbow() wrapper
* support for MRI 1.8.7, 1.9.2, 1.9.3, 2.0 and 2.1, JRuby and Rubinius
* deprecation of Sickill::Rainbow namespace (use Rainbow.enabled = true instead)

## 1.99.1 (2013-12-28)

* drop support for ruby 1.8
* `require "rainbow/string"` -> `require "rainbow/ext/string"`
* custom rainbow wrapper instances (with separate enabled/disabled state)
* shortcut methods for changing text color (`Rainbow("foo").red`)
2014-01-17 18:16:27 +00:00
tsutsui
3fbdecd988 Update ruby-parallel to 0.9.2. Part of PR/48447.
No changelog is available in https://github.com/grosser/parallel
but looks misc bug fixes and improvements.
2014-01-17 18:15:44 +00:00
tsutsui
4b18edc678 Update ruby-launchy to 2.4.2. Part of PR/48447.
pkgsrc change:
Update HOMEPAGE per http://rubygems.org/gems/launchy (the old page is 403)

Changes from HISTORY.md:

## Version 2.4.2 - 2013-11-28
* Fix kde issue - <https://github.com/copiousfreetime/launchy/issues/72> - colbell

## Version 2.4.1 - 2013-11-26
* Abstract out the argv of the commandline - <https://github.com/copiousfreetime/launchy/issues/71>

## Version 2.4.0 - 2013-11-12
* Support `Launchy.open( url, :debug => true )` - <http://github.com/copiousfreetime/launchy/issues/63> - schmich
* Fix inconsistencies in `debug?` and `dry_run?` methods - <http://github.com/copiousfreetime/launchy/issues/63> - schmich
* Fix detection of missing *nix desktops - <http://github.com/copiousfreetime/launchy/issues/70>
* Fix running tests in bare Linux environment - <http://github.com/copiousfreetime/launchy/issues/67> - gioele
* Fix mistaking windows drive as uri schema - <http://github.com/copiousfreetime/launchy/issues/65>
* Attempt fixing windows `start` command oddities, again - <http://github.com/copiousfreetime/launchy/issues/62>
2014-01-17 18:13:34 +00:00
obache
78d5f8b50a +ruby-descendants_tracker
+ruby-equalizer
+ruby-memoizable
+ruby-thread_safe
2014-01-17 13:02:45 +00:00
obache
181004bba4 Import ruby-memoizable-0.4.0 as misc/ruby-memoizable.
part of PR pkg/48447

Memoization is an optimization that saves the return value of a method
so it doesn't need to be re-computed every time that method is called.
2014-01-17 13:01:09 +00:00
obache
f2246ffb38 Import ruby-thread_safe-0.1.3 as misc/ruby-thread_safe.
part of PR pkg/48447

Threadsafe is a collection of thread-safe versions of common core
Ruby classes.
2014-01-17 13:00:00 +00:00
obache
0bcbe983e9 Import ruby-equalizer-0.0.9 as misc/ruby-equalizer.
part of PR pkg/48447

Module to define equality, equivalence and inspection methods.
2014-01-17 12:57:28 +00:00
obache
e5fd9b2c6b Import ruby-descendants_tracker-0.0.3 as misc/ruby-descendants_tracker.
part of PR pkg/48447

Small module to track descendants in an unobtrusive way.
2014-01-17 12:54:09 +00:00
wiz
31405f136b Fix DEPENDS pattern. 2014-01-16 13:48:26 +00:00
wiz
7cfcd21e9e Convert to use versioned_dependencies.mk. 2014-01-16 10:41:53 +00:00
martin
7509b0fdce Ooops, copy & pasto: remove bogus lua dependency 2014-01-15 19:28:11 +00:00
martin
6254e9031d Make the dependency on qemu or qemu-0 selectable via an option (defaulting
to qemu-0)
2014-01-15 19:05:34 +00:00
adam
41e677f366 Revbump after updating tcl/tk. 2014-01-11 14:42:00 +00:00
joerg
86415f64de Be explicit about how to find genccode. 2014-01-10 20:07:50 +00:00
jperkin
2ce838f2ca Fix libraries on SunOS. While here fix path to config file.
Bump PKGREVISION.
2014-01-09 11:16:18 +00:00
wiz
94640a1392 Update to 0.10.9:
goffice 0.10.9:

Morten:
	* Improvements to quad precision code.
	* Fuzzed file isuues.  [#712663]
2014-01-02 18:41:51 +00:00
wiz
e03c03b6dc Recursive PKGREVISION bump for libgcrypt-1.6.0 shlib major bump. 2014-01-01 11:52:02 +00:00
ryoon
623a301c22 Add byobu 2014-01-01 07:16:34 +00:00
ryoon
b80b018e76 Import byobu-5.69 as misc/byobu.
Byobu is a GPLv3 open source text-based window manager and terminal
multiplexer. It was originally designed to provide elegant enhancements
to the otherwise functional, plain, practical GNU Screen, for the
Ubuntu server distribution. Byobu now includes an enhanced profiles,
convenient keybindings, configuration utilities, and toggle-able
system status notifications for both the GNU Screen window manager
and the more modern Tmux terminal multiplexer, and works on most
Linux, BSD, and Mac distributions.
2014-01-01 07:15:58 +00:00
ryoon
dac214a658 Update to 0.11
* Set LICENSE

Changelog:
[Changes for 0.11 - 2011-12-11]

* LICENSING CHANGE: This compilation and all individual files in it
  are now under public domain with the "CC0 Universal" declaration.

* Skip fuzzy matches which are only placeholders and whitespace.
  (Alex Vandiver)
2014-01-01 03:23:49 +00:00
wiz
9da6b47ba0 Update to 2.0.20:
Changes in 2.0.20

Fixed a bug where "check media" could incorrectly report media as
unused when the media filenames were encoding incorrectly.

Changes in 2.0.19

When resizing columns in the browser, move the others.

Fix a bug in the "reschedule as new" feature that could lead to
cards ending up in an inconsistent state in some circumstances.

Fix card layout screen jumping to original tab when flipping.

Fix an error in syncing when time passed between connections.

Fix a bug in "check media".

When rescheduling in the browser, automatically remove from a
filtered deck instead of ignoring filtered cards. Same with
buried/suspended.

If a non-media URL is pasted in, paste it verbatim instead of
ignoring it.

Change import default for new users to ignore duplicates, instead
of updating them.

Fix a bug in the pasting of certain image links.

Fix a error that could occur on Windows when switching profiles or
syncing.

Add a more description error message to certain network issues.

Fix an issue with media resyncing on Macs.

Fix the message that displays when the clock is incorrect.

Add an option to the preferences to disable compression of backups
for slow computers.

Fix an install error on FreeBSD.
2013-12-31 17:47:21 +00:00
wiz
d33dfdeb7c Reset maintainer for resigned developers. 2013-12-23 11:57:02 +00:00
markd
9484821782 Build on Linux. 2013-12-16 09:53:44 +00:00
obache
b8ce45c62f and libreoffice3-bin still exits. 2013-12-12 04:59:11 +00:00
markd
c26d538259 Fix build on Linux. 2013-12-11 23:26:49 +00:00
obache
d5ab744ffb openoffice3-bin had been removed from pkgsrc. 2013-12-10 08:33:53 +00:00
obache
9b57b4605a Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
2013-12-09 14:17:41 +00:00
wiz
703ac0b29a Remove dnetc.
Last updated in 2006, distfiles not fetchable for a few years now.
2013-12-09 00:08:57 +00:00
bad
a6d4a621d4 Get rid of the old and vulnerable linux binary version of OpenOffice 3.
misc/openoffice3 is a good enough substitute.
2013-12-08 13:22:38 +00:00
wiz
7bef39b836 Recursive PKGREVISION bump for poppler-0.24.4. 2013-12-06 13:23:45 +00:00
wiz
706ecdaf2c Remove p5-I18N-LangTags.
The latest distfile is 0.35 from 2004. perl-5.15 already contained a
newer version, which wasn't released separately though.
The module itself is included in perl since 5.7.3.
2013-12-02 12:33:05 +00:00
wiz
9060854ff4 Remove p5-I18N-LangTags references in preparation for package removal.
Bump PKGREVISION.
2013-12-02 12:21:56 +00:00
wiz
681ce1c060 Update to 3.27:
VERSION 3.27  (2013-09-03; sbeck)

NEW CODE(s)

* FIPS-10 country codes removed

As of June, the FIPS codes are not being published in their
entirety.  Only changes to the codes are published.  This adds
a huge layer of complexity to maintaining the set, which is not
worth doing considering that the set is deprecated.  As such, the
code set is no longer supported.

VERSION 3.26  (2013-06-03; sbeck)

Documentation fixes

Some of the examples were not correct.  RT 84589

Some typos corrected.  RT 85692

VERSION 3.25  (2013-03-01; sbeck)

NEW CODE(s)

VERSION 3.24  (2012-12-03; sbeck)

NEW CODE(s)

Syria alias

Syria added as an alias.  RT 82747

FIPS-10 country codes deprecated

The FIPS-10 document is being withdrawn.  It was deprecated in 2008,
and is being updated now only until all the agencies that use it have
switched to something else.  The current version no longer lists the
long names for countries.  These long names (such as 'Republic of
Albania' for Albania) only appeared in the old FIPS-10 document which
is no longer available, so they are no longer available in this module.

I will continue to support the FIPS-10 codeset as long as it is available,
but at that point, it will be withdrawn immediately.  If an official
end-of-life date is announced, I will include a notice here.  Otherwise, support
for the codeset will be discontinued when the document is withdrawn.

You are encouraged to no longer use the FIPS-10 codeset.

Domain country codes now come from ISO 3166

The IANA domain codes have changed slightly.  The IANA no longer
publishes a list of countries associated with their codes.  Instead,
they use the ISO 3166 codes and country names.  However, they support
a few non-standard codes, so I will continue to maintain this codeset.
The domain codes are now lowercase to correspond to the ISO 3166 codes.

VERSION 3.23  (2012-09-01; sbeck)

NEW CODE(s)

VERSION 3.22  (2012-06-01; sbeck)

NEW CODE(s)

Updated perl version required

Changed 'require 5.002' (which dated back to the version 2.xx Locale-Codes)
to 'require 5.006'.  Some features used in Locale-Codes are not supported that
far back.  Nicholas Clark

Sorted deprecated codes

The codes in the generated deprecated codes modules were not sorted making version
diffs bigger than they should be.  Nicholas Clark

VERSION 3.21  (2012-03-01; sbeck)

NEW CODE(s)
2013-12-02 12:17:17 +00:00
joerg
1b6c30c842 Export symbols used across internal shared objects. Bump revision. 2013-11-29 12:52:21 +00:00
wiz
19fb547659 Update to 0.6.1: now with man pages. 2013-11-26 13:46:30 +00:00
wiz
6c5e3dedf8 Update to 0.6.0:
25.11.2013: pyCardDAV v0.6 released

 This is mostly a bug fix release (thanks to Jamie McClelland for fixing
 two bugs), but also introduces keyring support (thanks to Steven Allen).
 Have a look at the README for further information on keyring support.
2013-11-26 12:17:12 +00:00
dholland
54fb22ee62 It is incorrect for this package to be setting CURSES_DEFAULT=ncurses,
as CURSES_DEFAULT is a user variable. Furthermore, it builds fine
against NetBSD's native curses.

PKGREVISION -> 1
2013-11-24 07:38:41 +00:00
adam
81059da3bd Revbump after updating devel/boost-libs 2013-11-20 20:04:35 +00:00
obache
be6a7bf66d recursive bump from boost-lib shlib major bump. 2013-11-20 13:23:41 +00:00
wiz
24a6348aa6 Update to 2.0.18:
Update to 2.0.18:
    Fix a bug that could cause invalid scheduling when a card was
    manually buried while in a filtered deck. For now, burying in
    a filtered deck will mean that the card returns to the home
    deck.
    Fix an issue where Anki was failing to start if prefs.db was
    corrupt.
    Don’t create a .log file when exporting files.
    Rotate log files when they hit 10MB.
    Warn user when they have filenames with an invalid encoding.
    Fix a long error being shown when syncing without a net connection
    on some Linux computers.
    Update "check database" to catch an issue with note types.
    Fix issues on some Linux systems that had simplejson installed.
    Fix some issues that were masking actual connection errors.
    Catch more temp folder issues.
    Possible fix for OSX crash when editing.
2013-11-18 19:46:14 +00:00
shattered
a73b82e956 Update to 0.6.3 (released 2006). Changes:
- initialize some fonts to avoid X warning messages
2013-11-16 07:08:14 +00:00
shattered
5d9b67e3fc Update to 1.23. Changes:
+ minor fixes, code is now wxWidgets-2.9-friendly
2013-11-16 06:37:52 +00:00
shattered
772077c15d Update to 20130818. Changes:
+ change cursor-position before IL/DL in
  "Test of VT102-style features with BCE (Insert/Delete Char/Line)"
  to demonstrate whether the terminal sets the cursor to the first
  column as a side-effect, as noted in VT220 reference manual.

+ modify character-sets screens to optionally highlight the characters
  which do not correspond to ISO-8859-1.  This makes the National
  Replacement Characters easier to see.

+ modify DSR cursor-position report to check if the terminal
  accounts for origin-mode.
2013-11-15 19:31:35 +00:00
markd
3c1b2a02bd Really remove kdeadmin4. 2013-11-14 09:42:24 +00:00
markd
349879dc31 Remove kdeadmin4. Replaced by sysutils/{kcron,ksystemlog,kuser} 2013-11-14 09:41:08 +00:00
jnemeth
ad0c2540d2 add and enable kdeadmin4 2013-11-14 05:13:01 +00:00
wiz
802a7639de Update to 2.0.17:
* Fix a delay when showing the next card on some computers.
* Make sure suspended & buried cards are reset when exporting
without scheduling information.
2013-11-13 19:48:34 +00:00
jun
f425e01543 support earmhf.
ONLY_FOR_PLATFORM=      NetBSD-*-*arm*
oked by jmcneill.
2013-11-10 04:56:04 +00:00