Commit graph

25790 commits

Author SHA1 Message Date
Blue Rats
3c9f139b0e Added flpsed. 2010-03-09 23:04:45 +00:00
Blue Rats
c560ea57da flpsed is a WYSIWYG PostScript annotator. You can't remove or modify existing
elements of a document, but flpsed lets you add arbitrary text lines to existing
PostScript documents (PostScript is a registered trademark of Adobe Systems
Incorporated). Added lines can later be reedited with flpsed. Using pdftops,
which is part of xpdf one can convert PDF documents to PostScript and also add
text to them. flpsed is useful for filling in forms, adding notes etc. GsWidget
is now part of flpsed.
2010-03-09 23:01:32 +00:00
Blue Rats
11d9b5d2f1 Updated to latest stable version. 2010-03-09 22:32:58 +00:00
Blue Rats
fb05ce78ae Modified to reflect version increment in package. 2010-03-09 22:24:12 +00:00
Blue Rats
c893236b99 Updated to latest stable version. 2010-03-09 22:23:32 +00:00
Kamel Ibn Aziz Derouiche
d53331fc11 new package [py-telepathy] 2010-03-09 21:39:35 +00:00
Kamel Ibn Aziz Derouiche
ca48a24988 Import py26-telepathy-0.15.15 as wip/py-telepathy.
python language bindings for telepathy
2010-03-09 21:37:54 +00:00
Kamel Ibn Aziz Derouiche
1d0ab7ff72 py-papyon, is a new package 2010-03-09 15:34:52 +00:00
Kamel Ibn Aziz Derouiche
80b2d24455 Import py26-papyon-0.4.4 as wip/py-papyon.
papyon is an MSN client library, that tries to abstract the MSN protocol gory
details. It is a fork of the unmaintained pymsn MSN library. papyon uses
the GLib main event loop to process the network events in an asynchronous manner
2010-03-09 15:32:59 +00:00
Wen Heping
a09e3852b8 - Update to 0.3.4 2010-03-09 13:26:08 +00:00
Wen Heping
6a9f952993 Import py26-pip-0.6.3 as wip/py-pip.
pip is a replacement for easy_install. It uses mostly the same
techniques for finding packages, so packages that were made
easy_installable should be pip-installable as well.

pip is meant to improve on easy_install. Some of the improvements:
    * All packages are downloaded before installation.
Partially-completed installation doesn't occur as a result.
    * Care is taken to present useful output on the console.
    * The reasons for actions are kept track of. For instance, if
a package is being installed, pip keeps track of why that package
was required.
    * Error messages should be useful.
    * The code is relatively concise and cohesive, making it easier
to use programmatically.
    * Packages don't have to be installed as egg archives, they can
be installed flat (while keeping the egg metadata).
    * Native support for other version control systems (Git, Mercurial
and Bazaar)
    * Uninstallation of packages.
    * Simple to define fixed sets of requirements and reliably
reproduce a set of packages.
2010-03-09 13:24:22 +00:00
Yorick Hardy
17c4433c07 patch-ac is no longer necessary. 2010-03-09 09:33:09 +00:00
Yorick Hardy
57da5b0196 Update to fs2open 3.6.10 2010-03-09 09:32:07 +00:00
Blue Rats
54044fe531 Added a lot of new files found in the latest version. 2010-03-09 07:48:27 +00:00
Blue Rats
d39cf9c60d Updated to reflect version increment. 2010-03-09 04:51:46 +00:00
Blue Rats
8944b6ad60 Cleaned this up. It was a total mess after the version update. 2010-03-09 04:50:54 +00:00
Blue Rats
741da35008 Update pkg to latest stable version. Fixed issue with WRKSRC. 2010-03-09 04:49:47 +00:00
Helge Muehlmeier
0b488df5b6 Update to new version 4.4.2 2010-03-08 22:33:32 +00:00
Aleksej Saushev
5d5e6ddeea Catch up with changes. 2010-03-08 21:40:03 +00:00
Daniel Horecki
ec71165270 Remove empty distinfo 2010-03-08 21:36:57 +00:00
Daniel Horecki
962e82ec17 Clean up package a little 2010-03-08 21:21:23 +00:00
Helge Muehlmeier
b505b26251 remove some comments because package is using options now to get that functionality 2010-03-08 18:00:43 +00:00
Helge Muehlmeier
283059ee54 Add option-support for some functionalities:
-Qt-driver for sqlite3 (default setting to avoid warnings)
	-Qt-driver for mysql
	-Qt-driver for postgresql
	-support for "enchant" spell checking
2010-03-08 17:55:37 +00:00
Tobias Nygren
e2ee456a69 Add two patches from martin@ to deal w/ crashes on NetBSD/sparc64.
While here, bump snapshot.
2010-03-08 16:54:25 +00:00
Aleksey Cheusov
3a18824511 Use git:// repository instead of http:// 2010-03-08 08:06:33 +00:00
Thomas Klausner
ae4655bd70 + meta-tracker-0.7.24. 2010-03-07 23:36:22 +00:00
Aleksej Saushev
23a8131180 Update to snapshot rev. 22760 2010-03-07 17:52:53 +00:00
Aleksey Cheusov
613a1c67dc +xf86-video-nv-current 2010-03-07 13:02:53 +00:00
Aleksey Cheusov
55171610c3 Import xf86-video-nv-2.1.16nb20100307 as wip/xf86-video-nv-current.
This is the video driver for NVIDIA cards for the modular Xorg server.
2010-03-07 13:00:45 +00:00
Georg Schwarz
b8de19e468 upgraded iodine to 0.6.0-rc1 which fixes lots of errors (cf. CHANGELOG) 2010-03-06 20:06:28 +00:00
Aleksej Saushev
a8b8b244d4 Commit work in progress:
- update to MPICH2 trunk snapshot rev. 6373;
- make MPD manager optional.
2010-03-06 18:28:39 +00:00
Helge Muehlmeier
49f76fe9d6 Import eric4-4.4.1nb1 as wip/eric4.
Eric is a full featured Python and Ruby editor and IDE, written in python.
It is based on the cross platform Qt gui toolkit, integrating the highly
flexible Scintilla editor control. It is designed to be usable as everdays'
quick and dirty editor as well as being usable as a professional project
management tool integrating many advanced features Python offers the
professional coder. eric4 includes a plugin system, which allows easy
extension of the IDE functionality with plugins downloadable from the net.
2010-03-06 13:07:11 +00:00
Helge Muehlmeier
23507a4a2c Add buildlink3.mk to package. 2010-03-06 01:40:42 +00:00
Helge Muehlmeier
201f804ac6 Import py26-qt4-qscintilla-2.4.2nb1 as wip/py-qt4-qscintilla.
#############################################################
#   These are the python-bindings for QScintilla2.          #
#############################################################

For more information look wip/qt4-qscintills/DESCR.

Thanks to ASau and dfjoerg for help me!

Today I'm feeling very bad because my good friend "Flip" dies last night.
I will miss him very much!
2010-03-06 01:23:51 +00:00
OBATA Akio
1c41bb1769 Update ibus-table-cantonese to 1.2.0.20100305. 2010-03-05 13:24:21 +00:00
Greg Troxel
eafb395529 Update to r6442. ok roy@.
r6442 | pacopablo | 2009-08-27 18:02:06 -0400 (Thu, 27 Aug 2009) | 1 line

  Use HEAD as the rev when rev=None.  Closes: #5612
2010-03-05 13:21:18 +00:00
OBATA Akio
d9f6bb836c Update ibus-table-cangjie to 1.2.0.20100305. 2010-03-05 13:17:45 +00:00
OBATA Akio
3715f30016 Update ibus-table-tv to 1.2.0.20100305. 2010-03-05 13:11:10 +00:00
OBATA Akio
ec56095f00 Update ibus-table-latin to 1.2.0.20100305. 2010-03-05 13:08:54 +00:00
OBATA Akio
48cfca5d0b Update ibus-table-extraphrase to 1.2.0.20100305. 2010-03-05 13:05:23 +00:00
OBATA Akio
594991816a Update ibus-table-cyrillic to 1.2.0.20100305. 2010-03-05 13:00:38 +00:00
OBATA Akio
3c3f6eb254 Update ibus-table-code to 1.2.0.20100305. 2010-03-05 12:57:15 +00:00
Tim Larson
4a097e9a79 Brampton is far enough along to be usable, so including it here. 2010-03-04 21:12:27 +00:00
Greg Troxel
d156a4d8b4 record that this patch was filed upstream 2010-03-04 20:40:07 +00:00
Greg Troxel
426498765b Patch setup.py to put README and COPYING in $docdir.
Add LICENSE.  Explain why unset PKGREVISION is not ok.
PKGREVISION++.
2010-03-04 20:25:16 +00:00
Aleksey Cheusov
6989550881 Update to version 0.20.0
MAJOR CHANGES:
  ========================================
  New module: fieldwidths.awk:
    By default AWK interpreter splits input lines into tokens
    according to regular expression that defines "spaces" between them
    using special variable FS. Sometimes it is useful to define a
    fixed-size fields for tokens. This is what this module is for. The
    functionality of fieldwidths.awk is very close to GNU awk's
    FIELDWIDTHS variable but is available for all flavours of AWK ;-)

  New module: tmpfile.awk:
    This module provides a function `tmpfile' for generating temporary
    filenames. All these filenames are under temporary directory
    created (if necessary) by runawk(1) which is removed automatically
    during normal exit or when runawk(1) reveives SIGINT, SIGQUIT,
    SIGTERM, SIGHUP or SIGPIPE. Thus, this module provides a safe way
    to work with temporary files.

  new runawk directive: #interp-var that specifies an environment
  variable name that keeps a preferred AWK interpreter. See a manual
  page for details.

  new runawk directive: #safe-use that #use module if it
  exists. Example is below. For more details see a manual page.

    foobar application:
      #!/usr/bin/env runawk
      #safe-use "~/.foobarrc" "/etc/foobar.conf"
      BEGIN {
        print foo, bar, baz
      }

    config file ~/.foobarrc for foobar application:
      BEGIN {
        foo = "foo10"
        bar = "bar20"
        baz = 123
      }

  fix in power_getopt.awk: arguments equal to "" (empty string) are
  now processed correctly.

  power_getopt.awk: after options processing ARGV [1], ARGV [2], ...,
  ARGV [ARGC-1] are set to non-option arguments.

  new in heapsort.awk: functions sift_down and sift_up.

  fix in tokenre.awk: There is no need to initialize TRE variable, it
  is already initialized to "" at startup. This fixes a problem with
  'runawk -v TRE=lalala ...'

  Minor fixes and rewords in the runawk.1 and README.
2010-03-04 17:22:25 +00:00
Greg Troxel
f173b6be08 INSTALLATION_DIRS for DESTDIR build, fix PLIST 2010-03-04 12:34:48 +00:00
Greg Troxel
0a3bd89826 fix PLIST 2010-03-04 12:29:19 +00:00
Greg Troxel
9e0fb10347 fix PLIST; not sure how this ever worked 2010-03-04 12:27:10 +00:00
Thomas Klausner
0dd1b15f33 + gambas2-2.20.0. 2010-03-04 08:35:55 +00:00