pkgsrcv2.git
13 years agoMerge from vendor branch TNF:
cheusov [Sun, 29 May 2011 13:51:30 +0000 (13:51 +0000)]
Merge from vendor branch TNF:

send-pr is a tool used to submit problem reports (PRs) to a central
GNATS support site.

13 years agosend-pr is a tool used to submit problem reports (PRs) to a central
cheusov [Sun, 29 May 2011 13:51:30 +0000 (13:51 +0000)]
send-pr is a tool used to submit problem reports (PRs) to a central
GNATS support site.

13 years agoRepo copy files
repo-copy [Sun, 29 May 2011 13:47:41 +0000 (13:47 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Sun, 29 May 2011 13:47:40 +0000 (06:47 -0700)]
Fixup fromcvs/togit conversion

13 years agoUpdated devel/cppcheck to 1.48
wiz [Sun, 29 May 2011 11:52:22 +0000 (11:52 +0000)]
Updated devel/cppcheck to 1.48

13 years agoUpdate to 1.48. Ok reed except for the cmake dependency :)
wiz [Sun, 29 May 2011 11:52:12 +0000 (11:52 +0000)]
Update to 1.48. Ok reed except for the cmake dependency :)

Release notes for 1.48

There are no major new features in 1.48. There are more and better
checks.

New check: Wrong usage of ! operator in conditions.  Example: if
(!x == 0) {

New check: Use "throw" without arguments to rethrow exceptions.

New check: Comparison of substring with string literal will
always/never match because size doesn't match.

New check: Postfix increment of boolean

New check: Clarify condition with parantheses (when there are
assignment + comparison) Example: if (a = b > 0) {

Release notes for 1.47

It is now possible to exclude files and folders from the analysis.
Use -i on the command line (i=ignore).

Custom rules can now be created using regular expressions. To read
more about creating custom rules, see
http://sourceforge.net/projects/cppcheck/files/Articles/

A new XML format is launched. To use this format, the --xml-version=2
is used. The new xml format is incompatible with the xml format
used in previous versions. The old XML format will still be used
unless --xml-version=2 is given, so your existing scripts, tools
and plugins should still work.

New check: sizeof used on array variable that is a function parameter.
The expected bahaviour is most likely that the sizeof result is
the size of the array, but the actual sizeof result is the size of
the pointer.

New check: catching exception by value. It is better to catch by
reference for various reasons.

New check: memset calls filling 0 bytes. The given size might be
wrong.

13 years agoUpdated net/mikutter to 0.0.3.6
obache [Sun, 29 May 2011 06:55:13 +0000 (06:55 +0000)]
Updated net/mikutter to 0.0.3.6

13 years agoUpdate mikutter to 0.0.3.6.
obache [Sun, 29 May 2011 06:54:59 +0000 (06:54 +0000)]
Update mikutter to 0.0.3.6.

after 0.0.3.5, included escape.rb is required
(crash with one from ruby-escape package, so it must be removed).

0.0.3.6
* fix: Unshown right click menu on timeline with ruby-1.8.
* fix: Always crash to assign new short cut keys with ruby-1.8
* fix: Segmentation fault at update of MiraclePainter with ruby-1.8.
* fix: Crash of string selection with ruby-1.8.
* fix: bug of shown muted users on timeline.
* fixes retweet and un-retweet mikutter command.
* add mikutter comand for cancel fav.
* new feature: search selection with Google.
* include some using files of ruby-hmac-0.4.0.
* and other misc fixes.

0.0.3.5
* Changes TL rendering method
  * speeding up
    * work in progress for some features
  * renovation of short cut key settings
    * allow to assign a shortcut key to all functions with right-click menu.

13 years agoUpdated uim to 1.7.0.
obache [Sun, 29 May 2011 06:15:38 +0000 (06:15 +0000)]
Updated uim to 1.7.0.

13 years agoUpdate uim to 1.7.0.
obache [Sun, 29 May 2011 06:13:57 +0000 (06:13 +0000)]
Update uim to 1.7.0.
Based on PR#44989 by YAMASHIRO, Jun.  add a missing PLIST entry.

Overview of changes from 1.7.0-alpha to 1.7.0
=============================================
* Fixes
  - Generic IM
    * Fix sort order of Wubi86 and Zhengma tables in 1.7.0-alpha

  - GTK+3 bridge
    * Avoid repeated changes of subwindow size in some annotation text

Overview of changes from 1.6.x to 1.7.0-alpha
=============================================
* New features
  - GTK+3 bridge
  - uim-candwin-gtk3
  - uim-candwin-tbl-gtk3
  - uim-dict-gtk3
  - uim-im-switcher-gtk3
  - uim-input-pad-ja-gtk3
  - uim-pref-gtk3
  - uim-toolbar-gtk3
  - uim-toolbar-gtk3-systray
    * Support GTK+3

  - uim-toolbar-applet-gnome3
    * Support GNOME3

* Fixes
  - uim Scheme library
    * Fix im-acquire-text brokeness

  - uim-toolbar-qt4
    * Fix bug: Can't set starting position of Qt4 toolbar (#34034)

  - uim-notify
    * Fix compilation with libnotify >= 0.7.0

  - uim-tutcode
    * Fix behavior with interactive bushu conversion

  - uim-skk
    * Fix crash upon an illegal line in SKK dictionary

  - Emacs bridge
    * Don't disturb other leim's modelines (#35318)

  - Qt4 bridge
    * Fix crash of applications upon exit when widget style of
      QGtkStyle is used

  - uim-dict-gtk
    * Fix a minor bug

* Enhancements
  - uim-tutcode
    * Postfix mazegaki conversion
    * Postfix bushu conversion
    * Add inflection support for postfix and prefix mazegaki conversion
    * Kanji code (JIS/Kuten/Unicode) input mode
    * History input mode

  - libuim
    * Support locale with EUC-JIS-2004 and EUC-JISX0213 encodings

  - generic-predict
    * Add support for completion with Google Suggest

* Others
  - GTK+2 bridge
    * Discard support for version below 2.14.

13 years agoRepo copy files
repo-copy [Sun, 29 May 2011 03:31:00 +0000 (03:31 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Sun, 29 May 2011 03:30:59 +0000 (20:30 -0700)]
Fixup fromcvs/togit conversion

13 years agoNote update of lang/ruby18-base package to 1.8.7.334nb2.
taca [Sun, 29 May 2011 01:38:07 +0000 (01:38 +0000)]
Note update of lang/ruby18-base package to 1.8.7.334nb2.

13 years agoAdd a patch for CVE-2011-0188 from repository as ruby19-base.
taca [Sun, 29 May 2011 01:36:24 +0000 (01:36 +0000)]
Add a patch for CVE-2011-0188 from repository as ruby19-base.

Bump PKGREVISION.

13 years agoaccept python26 and 27, because just not accept 24.
obache [Sun, 29 May 2011 00:38:59 +0000 (00:38 +0000)]
accept python26 and 27, because just not accept 24.

13 years agoSETGIDGAME -> USE_GAMESGROUP
dholland [Sat, 28 May 2011 23:23:49 +0000 (23:23 +0000)]
SETGIDGAME -> USE_GAMESGROUP

13 years agoAdd trivial patch to makefile, now passes MAKE_JOBS=4.
dholland [Sat, 28 May 2011 23:02:33 +0000 (23:02 +0000)]
Add trivial patch to makefile, now passes MAKE_JOBS=4.

13 years agoMinor rototill and respin patches; add patch comments, etc. I was taking
dholland [Sat, 28 May 2011 22:41:43 +0000 (22:41 +0000)]
Minor rototill and respin patches; add patch comments, etc. I was taking
a shot at making it work on LP64, but there seem to be deeper problems
than the usual sorts of things. Add a comment in the makefile documenting
a case that fails on LP64 but not ILP32. PKGREVISION++.

13 years agoremove two buggy heirloom entries I produced
cheusov [Sat, 28 May 2011 22:02:19 +0000 (22:02 +0000)]
remove two buggy heirloom entries I produced

13 years agoRepo copy files
repo-copy [Sat, 28 May 2011 19:43:24 +0000 (19:43 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Sat, 28 May 2011 19:43:23 +0000 (12:43 -0700)]
Fixup fromcvs/togit conversion

13 years agoProvide DESTDIR and UNPRIVILEGED installation support
cheusov [Sat, 28 May 2011 17:27:08 +0000 (17:27 +0000)]
Provide DESTDIR and UNPRIVILEGED installation support
Add LICENCE
Fix a few pkglint warnings

13 years agoDo not rename disassemble.RB to disaassemble.rb and install it.
bad [Sat, 28 May 2011 16:32:10 +0000 (16:32 +0000)]
Do not rename disassemble.RB to disaassemble.rb and install it.
It depends on gems that Do Not Work(tm) und recent versions ruby 1.8.x.
This makes ruby-debug work again.

PKGREVISION++

XXX the other .RB files seem to have been using uppcase so they do not
get loaded but I am not touching this yet.

13 years agoUpdated audio/picard to 0.14
gls [Sat, 28 May 2011 16:21:59 +0000 (16:21 +0000)]
Updated audio/picard to 0.14

13 years agoUpdate audio/picard to version 0.14
gls [Sat, 28 May 2011 16:21:41 +0000 (16:21 +0000)]
Update audio/picard to version 0.14

Upstream changes:

Version 0.14 - 2011-05-15
 * Fixed a problem with network operations hanging after a network error
(#5794, #5884)
 * ID3v2.3 with UTF-16 is now the default ID3 version
 * Option to set preferred release types for improved album matching
 * Added support for sorting the album/file lists (#75)
 * Fixed OptimFROG tag reading (#5859)
 * Fixed colors for a white-on-black color scheme (#5846)
 * Added an option to replace non-ASCII punctuation (#5834)
 * Support for writing release group and work IDs, currently unused (#5805)
 * Fixed saving of the release event format tag (#5250)
 * Added support for the language and script tags (#943)
 * Plugins can now use track-track relationships (#5849)
 * Allowed external drives to be visible in the file browser panel on OS X
(#5308)

13 years agoRepo copy files
repo-copy [Sat, 28 May 2011 15:58:26 +0000 (15:58 +0000)]
Repo copy files

13 years agoFixup fromcvs/togit conversion
pkgsrc fixup [Sat, 28 May 2011 15:58:25 +0000 (08:58 -0700)]
Fixup fromcvs/togit conversion

13 years ago"screen," -> GNU Screen as pointed out by Snader_LB in freenode as a DESCR clarificat...
mspo [Sat, 28 May 2011 14:11:47 +0000 (14:11 +0000)]
"screen," -> GNU Screen as pointed out by Snader_LB in freenode as a DESCR clarification/typo

13 years agoBump PKGREVISION for symlink fix.
wiz [Sat, 28 May 2011 13:54:33 +0000 (13:54 +0000)]
Bump PKGREVISION for symlink fix.

13 years agoMake symlink from asound-pulse.conf to asound.conf,
ryoon [Sat, 28 May 2011 13:40:40 +0000 (13:40 +0000)]
Make symlink from asound-pulse.conf to asound.conf,
not from /${EMULSUBDIR}/etc/asound-pulse.conf

13 years agoupgrade to 7486. Adds two new tools: mk-table-usage and mk-tcp-model
mspo [Sat, 28 May 2011 12:28:46 +0000 (12:28 +0000)]
upgrade to 7486.  Adds two new tools: mk-table-usage and mk-tcp-model

13 years agoReplace NO_SRC_ON* with NO_BIN_ON*.
ryoon [Sat, 28 May 2011 12:05:22 +0000 (12:05 +0000)]
Replace NO_SRC_ON* with NO_BIN_ON*.
Thank you, wiz@.

13 years agoNote update of www/drupal6 package to 6.22.
taca [Sat, 28 May 2011 11:54:31 +0000 (11:54 +0000)]
Note update of www/drupal6 package to 6.22.

13 years agoUpdate drupal6 pacakge to 6.22.
taca [Sat, 28 May 2011 11:53:55 +0000 (11:53 +0000)]
Update drupal6 pacakge to 6.22.

Drupal 6.22, 2011-05-25
----------------------
- Made Drupal 6 work better with IIS and Internet Explorer.
- Fixed .po file imports to work better with custom textgroups.
- Improved code documentation at various places.
- Fixed a variety of other bugs.

13 years agoNote update of www/drupal6 package to 6.21.
taca [Sat, 28 May 2011 11:46:25 +0000 (11:46 +0000)]
Note update of www/drupal6 package to 6.21.

13 years agoUpdate drupal6 pacakge to 6.21.
taca [Sat, 28 May 2011 11:45:51 +0000 (11:45 +0000)]
Update drupal6 pacakge to 6.21.

Drupal 6.21, 2011-05-25
----------------------
- Fixed security issues (Cross site scripting), see SA-CORE-2011-001.
  http://drupal.org/node/1168756

13 years agoAdd missed tools to heirloom-awk and heirloom-grep, tested on Linux
cheusov [Sat, 28 May 2011 11:42:05 +0000 (11:42 +0000)]
Add missed tools to heirloom-awk and heirloom-grep, tested on Linux

13 years agoAdd user-destdir installation support.
obache [Sat, 28 May 2011 11:32:04 +0000 (11:32 +0000)]
Add user-destdir installation support.

13 years agoUpdated fonts/ricty-ttf to 3.0.1
ryoon [Sat, 28 May 2011 11:16:16 +0000 (11:16 +0000)]
Updated fonts/ricty-ttf to 3.0.1

13 years agoUpdate to 3.0.1
ryoon [Sat, 28 May 2011 11:15:25 +0000 (11:15 +0000)]
Update to 3.0.1

The generated ttf files are almost as same as 2.0.1.
Version 3.0.1 or later, only generating script is provided.
DO NOT DISTRIBUTE GENERATED TRUETYPE TTF FILE.

13 years agoUpdated devel/fossil to 201105231.51112
asau [Sat, 28 May 2011 10:33:16 +0000 (10:33 +0000)]
Updated devel/fossil to 201105231.51112

13 years agoUpdate Fossil to release 2011-05-23 15:11:12
asau [Sat, 28 May 2011 10:33:00 +0000 (10:33 +0000)]
Update Fossil to release 2011-05-23 15:11:12

New in release 2011-05-23 15:11:12:

This release merges in the windows internationalization patches.
Fossil should now work better on windows machines that use a
non-ASCII and non-UTF8 code page for the DOS box.

New in release 2011-05-12 14:56:52:

This release adds an enhanced configuration sync capability
which entails an irreversible schema change.
You _must_ run "fossil rebuild" on all of your repositories after
updating to this version of fossil.

Other changes in this release include:

  * Refactor the "add", "rm", and "addremove" commands to
    simplify the code and fix various problems.
  * Added a "diff" hyperlink after each file in the "Show Files"
    timeline view.
  * The "fossil open" and "fossil co" commands always prompt
    before overwriting preexisting files unless the --force
    option is used.
  * Enhanced the merge-conflict markup to show both recent
    versions and the common-ancestor version.
  * Change the definition of what it means to be a "leaf"
    check-in, to be consistent and to work better for most
    people.
  * Commands that recursively decend through the file hierarchy
    ("fossil extra", "fossil clean", etc.) will now ignore
    nested checkouts.
  * Automatically delete the _FOSSIL_ file upon a failed "open".
  * Improvements to the "annotate" feature.
  * Other minor bug fixes.

13 years agoDESCR_SRC now contains full paths to DESCR files
cheusov [Sat, 28 May 2011 10:15:24 +0000 (10:15 +0000)]
DESCR_SRC now contains full paths to DESCR files

13 years agoUpdate "used by ..." entries
cheusov [Sat, 28 May 2011 10:03:38 +0000 (10:03 +0000)]
Update "used by ..." entries

13 years agoadd heirloom-shl, oked by sponsors
cheusov [Sat, 28 May 2011 10:02:12 +0000 (10:02 +0000)]
add heirloom-shl, oked by sponsors

13 years agoAdded sysutils/heirloom-shl version 070715
cheusov [Sat, 28 May 2011 10:01:16 +0000 (10:01 +0000)]
Added sysutils/heirloom-shl version 070715

13 years agoheirloom-shl, a part of heirllom tools
cheusov [Sat, 28 May 2011 10:01:05 +0000 (10:01 +0000)]
heirloom-shl, a part of heirllom tools

13 years agoMerge from vendor branch TNF:
cheusov [Sat, 28 May 2011 10:01:05 +0000 (10:01 +0000)]
Merge from vendor branch TNF:

heirloom-shl, a part of heirllom tools

13 years agoadd heirloom-printenv, oked by sponsors
cheusov [Sat, 28 May 2011 09:58:05 +0000 (09:58 +0000)]
add heirloom-printenv, oked by sponsors

13 years agoAdded misc/heirloom-printenv version 070715
cheusov [Sat, 28 May 2011 09:57:06 +0000 (09:57 +0000)]
Added misc/heirloom-printenv version 070715

13 years agoheirloom-printenv, a part of heirloom collection
cheusov [Sat, 28 May 2011 09:56:56 +0000 (09:56 +0000)]
heirloom-printenv, a part of heirloom collection

13 years agoMerge from vendor branch TNF:
cheusov [Sat, 28 May 2011 09:56:56 +0000 (09:56 +0000)]
Merge from vendor branch TNF:

heirloom-printenv, a part of heirloom collection

13 years agoadd heirloom-random, oked by sponsors
cheusov [Sat, 28 May 2011 09:53:58 +0000 (09:53 +0000)]
add heirloom-random, oked by sponsors

13 years agoAdded misc/heirloom-random version 070715
cheusov [Sat, 28 May 2011 09:53:00 +0000 (09:53 +0000)]
Added misc/heirloom-random version 070715

13 years agoheirloom-random, a part of heirloom tools
cheusov [Sat, 28 May 2011 09:52:50 +0000 (09:52 +0000)]
heirloom-random, a part of heirloom tools

13 years agoMerge from vendor branch TNF:
cheusov [Sat, 28 May 2011 09:52:50 +0000 (09:52 +0000)]
Merge from vendor branch TNF:

heirloom-random, a part of heirloom tools

13 years agoadd libuxre, oked by sponsors
cheusov [Sat, 28 May 2011 09:48:49 +0000 (09:48 +0000)]
add libuxre, oked by sponsors

13 years agoAdded devel/libuxre version 070715
cheusov [Sat, 28 May 2011 09:48:17 +0000 (09:48 +0000)]
Added devel/libuxre version 070715

13 years agoRegexp library from heirloom collection aware of utf-8
cheusov [Sat, 28 May 2011 09:48:07 +0000 (09:48 +0000)]
Regexp library from heirloom collection aware of utf-8

13 years agoMerge from vendor branch TNF:
cheusov [Sat, 28 May 2011 09:48:07 +0000 (09:48 +0000)]
Merge from vendor branch TNF:

Regexp library from heirloom collection aware of utf-8

13 years agoadd heirloom-hd, approved by sponsors
cheusov [Sat, 28 May 2011 09:42:51 +0000 (09:42 +0000)]
add heirloom-hd, approved by sponsors

13 years agoAdded misc/heirloom-hd version 070715
cheusov [Sat, 28 May 2011 09:40:52 +0000 (09:40 +0000)]
Added misc/heirloom-hd version 070715

13 years agoheirloom part
cheusov [Sat, 28 May 2011 09:40:41 +0000 (09:40 +0000)]
heirloom part

13 years agoMerge from vendor branch TNF:
cheusov [Sat, 28 May 2011 09:40:41 +0000 (09:40 +0000)]
Merge from vendor branch TNF:

heirloom part

13 years agoAdd user-destdir installation support.
obache [Sat, 28 May 2011 09:07:38 +0000 (09:07 +0000)]
Add user-destdir installation support.

13 years agoadd heirloom-sh, oked by sponsors
cheusov [Sat, 28 May 2011 08:54:03 +0000 (08:54 +0000)]
add heirloom-sh, oked by sponsors

13 years agoAdded shells/heirloom-sh version 050706nb2
cheusov [Sat, 28 May 2011 08:53:21 +0000 (08:53 +0000)]
Added shells/heirloom-sh version 050706nb2

13 years agoheirloom-sh
cheusov [Sat, 28 May 2011 08:53:11 +0000 (08:53 +0000)]
heirloom-sh

13 years agoMerge from vendor branch TNF:
cheusov [Sat, 28 May 2011 08:53:11 +0000 (08:53 +0000)]
Merge from vendor branch TNF:

heirloom-sh

13 years agoadd heirloom-tar, oked by sponsors
cheusov [Sat, 28 May 2011 08:50:52 +0000 (08:50 +0000)]
add heirloom-tar, oked by sponsors

13 years agoAdded archivers/heirloom-tar version 070715
cheusov [Sat, 28 May 2011 08:48:49 +0000 (08:48 +0000)]
Added archivers/heirloom-tar version 070715

13 years agoheirloom-tar
cheusov [Sat, 28 May 2011 08:48:39 +0000 (08:48 +0000)]
heirloom-tar

13 years agoMerge from vendor branch TNF:
cheusov [Sat, 28 May 2011 08:48:39 +0000 (08:48 +0000)]
Merge from vendor branch TNF:

heirloom-tar

13 years agoadd heirloom packages, oked by sponsors
cheusov [Sat, 28 May 2011 08:46:56 +0000 (08:46 +0000)]
add heirloom packages, oked by sponsors

13 years agoAdded devel/heirloom-what version 070715
cheusov [Sat, 28 May 2011 08:45:45 +0000 (08:45 +0000)]
Added devel/heirloom-what version 070715

13 years agoheirloom part
cheusov [Sat, 28 May 2011 08:45:35 +0000 (08:45 +0000)]
heirloom part

13 years agoAdded devel/heirloom-libcommon version 070715
cheusov [Sat, 28 May 2011 08:45:25 +0000 (08:45 +0000)]
Added devel/heirloom-libcommon version 070715

13 years agoAdded devel/heirloom-getopt version 070715
cheusov [Sat, 28 May 2011 08:45:05 +0000 (08:45 +0000)]
Added devel/heirloom-getopt version 070715

13 years agoMerge from vendor branch TNF:
cheusov [Sat, 28 May 2011 08:45:35 +0000 (08:45 +0000)]
Merge from vendor branch TNF:

heirloom part

13 years agoadd heirloom packages, oked by sponsors
cheusov [Sat, 28 May 2011 08:43:03 +0000 (08:43 +0000)]
add heirloom packages, oked by sponsors

13 years agoAdded math/heirloom-units version 070715
cheusov [Sat, 28 May 2011 08:41:27 +0000 (08:41 +0000)]
Added math/heirloom-units version 070715

13 years agoheirloom part
cheusov [Sat, 28 May 2011 08:41:17 +0000 (08:41 +0000)]
heirloom part

13 years agoAdded math/heirloom-factor version 070715
cheusov [Sat, 28 May 2011 08:41:08 +0000 (08:41 +0000)]
Added math/heirloom-factor version 070715

13 years agoadd heirloom-news, oked by sponsors
cheusov [Sat, 28 May 2011 08:38:49 +0000 (08:38 +0000)]
add heirloom-news, oked by sponsors

13 years agoAdded news/heirloom-news version 070715
cheusov [Sat, 28 May 2011 08:38:19 +0000 (08:38 +0000)]
Added news/heirloom-news version 070715

13 years agoadd heirloom-su, oked by sponsors
cheusov [Sat, 28 May 2011 08:37:10 +0000 (08:37 +0000)]
add heirloom-su, oked by sponsors

13 years agoAdded security/heirloom-su version 070715
cheusov [Sat, 28 May 2011 08:36:15 +0000 (08:36 +0000)]
Added security/heirloom-su version 070715

13 years agoadd heirloom packages, oked by sponsors
cheusov [Sat, 28 May 2011 08:34:13 +0000 (08:34 +0000)]
add heirloom packages, oked by sponsors

13 years agoAdded misc/heirloom-time version 070715
cheusov [Sat, 28 May 2011 08:33:16 +0000 (08:33 +0000)]
Added misc/heirloom-time version 070715

13 years agoAdded misc/heirloom-tcopy version 070715
cheusov [Sat, 28 May 2011 08:32:51 +0000 (08:32 +0000)]
Added misc/heirloom-tcopy version 070715

13 years agoAdded misc/heirloom-sum version 070715
cheusov [Sat, 28 May 2011 08:32:29 +0000 (08:32 +0000)]
Added misc/heirloom-sum version 070715

13 years agoAdded misc/heirloom-sleep version 070715
cheusov [Sat, 28 May 2011 08:32:04 +0000 (08:32 +0000)]
Added misc/heirloom-sleep version 070715

13 years agoAdded misc/heirloom-printf version 070715
cheusov [Sat, 28 May 2011 08:31:45 +0000 (08:31 +0000)]
Added misc/heirloom-printf version 070715

13 years agoAdded misc/heirloom-od version 070715
cheusov [Sat, 28 May 2011 08:31:25 +0000 (08:31 +0000)]
Added misc/heirloom-od version 070715

13 years agoAdded misc/heirloom-more version 070715
cheusov [Sat, 28 May 2011 08:31:06 +0000 (08:31 +0000)]
Added misc/heirloom-more version 070715

13 years agoAdded misc/heirloom-calendar version 070715
cheusov [Sat, 28 May 2011 08:30:45 +0000 (08:30 +0000)]
Added misc/heirloom-calendar version 070715

13 years agoAdded misc/heirloom-cal version 070715
cheusov [Sat, 28 May 2011 08:30:25 +0000 (08:30 +0000)]
Added misc/heirloom-cal version 070715

13 years agoAdded misc/heirloom-banner version 070715
cheusov [Sat, 28 May 2011 08:30:03 +0000 (08:30 +0000)]
Added misc/heirloom-banner version 070715

13 years agoMerge from vendor branch TNF:
cheusov [Sat, 28 May 2011 08:41:17 +0000 (08:41 +0000)]
Merge from vendor branch TNF:

heirloom part

13 years agoAdded fonts/migu-ttf version 20110514
ryoon [Sat, 28 May 2011 08:26:17 +0000 (08:26 +0000)]
Added fonts/migu-ttf version 20110514