Commit graph

19887 commits

Author SHA1 Message Date
Andrew Pantyukhin
09872fbe19 Add port devel/gettext-msghack:
Msghack can be used to alter gettext .po files in ways no sane mind
would think about. It is a reimplementation of the original msghack
in Python.

Author: Trond Eivind Glomsroed <teg@redhat.com>
2007-08-30 11:55:43 +00:00
Alex Dupre
a4f7d9d69c Chase mpfr library and bump PORTREVISION. 2007-08-30 09:56:05 +00:00
Ion-Mihai Tetcu
ea02dd6bfe Erik Greenwald wants to maintain this port.
PR:		ports/115880
Submitted by:	Erik Greenwald
2007-08-30 08:34:27 +00:00
Mathieu Arnold
63a062822d Update to 0.93 2007-08-29 12:36:18 +00:00
Cheng-Lung Sung
d7ec57656a - Upgrade to 0.90
PR:		ports/115916
Submitted by:	maintainer (Matthew D. Fuller)
2007-08-29 07:54:00 +00:00
Cheng-Lung Sung
761767a4ac - Update to 0.90
- New version released. Also, make more visible an optional but handy
  dependancy.

PR:		ports/115915
Submitted by:	maintainer (Matthew D. Fuller)
2007-08-29 07:52:52 +00:00
Mathieu Arnold
7dab8653bc Update to 0.11 2007-08-28 10:41:19 +00:00
Mathieu Arnold
a5d108e175 Update to 0.10.5 2007-08-28 10:08:55 +00:00
Mathieu Arnold
e1e2d42eb9 Update to 20070801 2007-08-28 10:07:59 +00:00
Mathieu Arnold
3d894ca322 Update to 2.05-36 2007-08-28 10:07:47 +00:00
Mathieu Arnold
9d5fd88875 Update to 0.39 2007-08-28 10:07:06 +00:00
Martin Wilke
1a2ac937fd synfig is a vector based 2D animation package. It is designed to be
capable of producing feature-film quality animation. It eliminates the
need for tweening, preventing the need to hand-draw each frame. synfig
features spatial and temporal resolution independence (sharp and smooth
at any resolution or framerate), high dynamic range images, and a
flexible plugin system.

This package contains the renderer used to convert synfig .sif files to
raster images, videos and other formats. Layer types include geometric,
gradient, filter, distortion, transformation, fractal and others. Output
targets include JPEG, PNG, GIF, BMP, PPM, DV, OpenEXR, ffmpeg (MPEG1),
libavcodec (AVI), imagemagick (MIFF), yuv420p and others.

WWW: http://www.synfig.com/

PR:		ports/114045
Submitted by:	Yinghong.Liu <relaxbsd at gmail.com>
2007-08-28 09:53:01 +00:00
Martin Wilke
6bb3ab7b38 ETL is a multi-platform class and template library designed to add
new datatypes and functions which combine well with the existing
types and functions from the C++ Standard Template Library (STL).

WWW: http://www.synfig.com/

PR:		ports/114045
Submitted by:	Yinghong Liu <relaxbsd at gmail.com>
2007-08-28 09:44:50 +00:00
Volker Stolz
e72ecdc34d Unbreak on -CURRENT by falling back to gcc3.4
PRs:	ports/114427, ports/115694 (Scot Hetzel and cokane@)
2007-08-28 09:33:13 +00:00
Alex Dupre
2bed0434e4 Update to 1.1.7 release. 2007-08-28 05:55:06 +00:00
OKAZAKI Tetsurou
94dbe2e7c9 Update to 0.26.
PR:		115878
Submitted by:	maintainer
2007-08-28 02:51:51 +00:00
Cheng-Lung Sung
2c8bdd2859 - Update devel/p5-Tie-Hash-Indexed from version 0.04 to 0.05
PR:		ports/115889
Submitted by:	maintainer (Zach Thompson)
2007-08-28 02:22:38 +00:00
Kirill Ponomarev
c5488974ad Respect NOPORTDOCS
PR:		ports/115847
Submitted by:	rafan
2007-08-27 19:59:37 +00:00
Mathieu Arnold
9ebba34ae4 Update to 0.67 2007-08-27 17:40:35 +00:00
Mathieu Arnold
b9ce6c6b0a Update to 0.69 2007-08-27 13:46:28 +00:00
Mathieu Arnold
4973a283d3 fix plist
PR:		115620
Submitted by:	leeym
2007-08-27 11:27:44 +00:00
Martin Wilke
96da623c00 - Fix build on HEAD
PR:		115610
Submitted by:	Barry Pederson <bp@barryp.org>
2007-08-27 11:09:27 +00:00
Martin Wilke
76d275a66d - Update to 0.6.c6
PR:		115344
Submitted by:	Dmitriy Kirhlarov <dimma@higis.ru>
2007-08-27 10:45:37 +00:00
Rong-En Fan
99d701a5a8 - Update to 5.6 snapshot 20070825
- Remove tack which was removed in 20070303 rollup patch
  tack is now distributed as another tarball
- Remmove some files removed in 20070714 rollup patch
2007-08-27 09:00:31 +00:00
Cheng-Lung Sung
86fa2e1427 Devel::EvalContext - Save lexicals and hints between calls to eval
WWW: http://search.cpan.org/dist/Devel-EvalContext/
2007-08-27 06:46:09 +00:00
Cheng-Lung Sung
9b83db4c7c Data::Alias is a module that allows you to apply "aliasing semantics"
to a section of code, causing aliases to be made whereever Perl would
normally make copies instead. You can use this to improve efficiency
and readability, when compared to using references.

WWW: http://search.cpan.org/dist/Data-Alias/
2007-08-27 03:54:17 +00:00
Cheng-Lung Sung
a59effc3ab This defines the policy for file I/O with modules such as
File::Slurp::WithinPolicy. The purpose is to allow systems administrators to
define locations and restrictions for applications' file I/O and give app
developers a policy to follow. Note that the module doesn't ENFORCE the
policy - application developers can choose to ignore it
(and systems administrators can choose not to install their applications
 if they do!).

You may control which policy gets applied by creating a File::Policy::Config
module with an IMPLEMENTATION constant. You may write your own policy as a
module within the File::Policy:: namespace.

By default (if no File::Policy::Config is present), the File::Policy::Default
policy gets applied which doesn't impose any restrictions and provides
reasonable default locations for temporary and log files.

WWW: http://search.cpan.org/dist/File-Policy/
2007-08-27 02:24:42 +00:00
Thomas Abthorpe
3e19311ccb - update to 5.6.1
Approved by:	clsung (mentor)
2007-08-27 01:58:13 +00:00
Cheng-Lung Sung
c2dc0d63ec This module can be used to test that you're logging the right
thing with Log::Log4perl. It checks that we get what, and only
what, we expect logged by your code.

WWW: http://search.cpan.org/dist/Test-Log4perl/
2007-08-27 01:50:15 +00:00
Chin-San Huang
d855ac471a - Update to 1.23.
- Take maintainership.
2007-08-26 05:45:51 +00:00
Chin-San Huang
9b1e29b82f - Update to 0.29.
- take maintainership.
2007-08-26 05:33:38 +00:00
Thierry Thomas
3f978ba586 Upgrade to iReport-2.0.1.
Changelog at
<https://sourceforge.net/project/shownotes.php?release_id=534706>.
2007-08-25 19:57:46 +00:00
Chin-San Huang
4f3249fa0f - Update to 2.0.0.
- Pass maintainership to submitter.

PR:		ports/115790
Submitted by:	Bill Moran <wmoran at collaborativefusion.com>
2007-08-25 19:15:54 +00:00
Cheng-Lung Sung
070b258c34 - Update to 1.08 2007-08-25 03:45:40 +00:00
Florent Thoumie
204bafa545 Style fix.
Suggested by:	sat
2007-08-25 01:47:34 +00:00
Lars Balker Rasmussen
2ab7425a67 Update to 0.08 2007-08-24 05:44:19 +00:00
Frank J. Laszlo
0059ee4621 Add new vender patches that addresses several bugs:
readline52-002:
Readline neglects to reallocate the array it uses to keep track of wrapped
screen lines when increasing its size.  This will eventually result in
segmentation faults when given sufficiently long input.

readline52-003:
When moving the cursor, bash sometimes misplaces the cursor when the prompt
contains two or more multibyte characters.  The particular circumstance that
uncovered the problem was having the (multibyte) current directory name in
the prompt string.

readline52-004:
When restoring the original prompt after finishing an incremental search,
bash sometimes places the cursor incorrectly if the primary prompt contains
invisible characters.

readline52-005:
When rl_read_key returns -1, indicating that readline's controlling terminal
has been invalidated for some reason (e.g., receiving a SIGHUP), the error
status was not reported correctly to the caller.  This could cause input
loops.

readline52-006:
The readline display code miscalculated the screen position when performing
a redisplay in which the new text occupies more screen space that the old,
but takes fewer bytes to do so (e.g., when replacing a shorter string
containing multibyte characters with a longer one containing only ASCII).

readline52-007:
An off-by-one error in readline's input buffering caused readline to drop
each 511th character of buffered input (e.g., when pasting a large amount
of data into a terminal window).
2007-08-23 19:26:36 +00:00
Martin Wilke
1f974718b6 The bbcode extension is a quick and efficient BBCode Parsing Library.
It provides various tag types, high speed one pass parsing, callback
system and tag position restriction.

WWW: http://pecl.php.net/package/bbcode/

PR:		ports/115238
Submitted by:	Ditesh Shashikant Gathani <ditesh at gathani.org>
2007-08-23 14:44:05 +00:00
Andrew Pantyukhin
22d2dc89b0 - Use a more appropriate master site subdir
Submitted by:	Jin-Shan Tseng <tjs@cdpa.nsysu.edu.tw> (maintainer)
2007-08-23 11:53:41 +00:00
Ying-Chieh Liao
98dcd8a426 add p5-Sort-Key-Top 0.01
Select and sort top n elements
2007-08-23 07:23:37 +00:00
Thomas Abthorpe
2574f69107 - change maintainer address on ports I maintain
Approved by:	clsung (mentor)
2007-08-23 04:00:04 +00:00
Mikhail Teterin
6b565f05f6 Use make's `-j' flag to build (but not install) on all available CPUs.
Tested on a four CPU system. The same trick may/should be used when
building other large ports (Qt, KDE components)...
2007-08-22 16:43:56 +00:00
Lars Balker Rasmussen
ee3c141c77 Update to 0.40 2007-08-22 16:19:01 +00:00
Florent Thoumie
403cdd37e8 Add devel/compiz-bcop, a code generator that provides an easy way to handle
plugin options by generating parts of the plugin code directly from the xml
metadata file. It is used for most of the Compiz Fusion plugins.

PR:		ports/115704
Submitted by:	Robert Noland <rnoland@2hip.net>
2007-08-22 15:59:34 +00:00
Cheng-Lung Sung
f587fc52fe - Update to 0.3.4 2007-08-22 05:19:59 +00:00
Cheng-Lung Sung
98460caf6d - Update to 2.0.1 2007-08-22 05:17:36 +00:00
Cheng-Lung Sung
36488efc9c - remove redundant @dirrm 2007-08-22 01:52:01 +00:00
Cheng-Lung Sung
61f7b3de46 - Update to 3.6.4 2007-08-22 01:36:24 +00:00
Cheng-Lung Sung
7dbf797088 - Update to 0.34 2007-08-22 01:00:11 +00:00
Rong-En Fan
0b7107fcde - Update to 1.0.0 2007-08-21 10:44:06 +00:00