FreshPorts -- The Place For Ports Fri, 19 Mar 2010 7:38 PM GMT
Do I have any twitter.com followers? I'd like to get control of twitter.com/pgcon, since I run pgcon...
Port details
fribidi 0.19.2_1 converters on this many watch lists=131 search for ports that depend on this port
A Free Implementation of the Unicode Bidirectional Algorithm
Maintained by: gnome@FreeBSD.org search for ports maintained by this maintainer
Port Added: 19 Apr 2002 18:32:22


A Free Implementation of the Unicode Bidirectional Algorithm.

The library implements all of the algorithm as described in the "Unicode
Standard Annex #9, The Bidirectional Algorithm,
http://www.unicode.org/unicode/reports/tr9/". FriBidi is exhautively tested
against Bidi Reference Code, and due to our best knowledge, does not contain
any conformance bugs.

In the API, we were inspired by the document "Bi-Di languages support - BiDi
API proposal" by Franck Portaneri which he wrote as a proposal for adding BiDi
support to Mozilla.

Internally the library uses Unicode entirely. The character property function
was automatically created from the Unicode property list data file,
PropList.txt, available from the Unicode Online Data site. This means that
every Unicode character will be treated in strict accordance with the Unicode
specification. The same is true for the mirroring of characters, which also
works for all the characters listed as mirrorable in the Unicode specification.

WWW: http://fribidi.org/wiki/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, devel/pkg-config
Required To Run: devel/pkg-config

To install the port: cd /usr/ports/converters/fribidi/ && make install clean
To add the package: pkg_add -r fribidi


Configuration Options
     No options to configure

Master Sites:
http://fribidi.org/download/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 22

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
23 Aug 2009 18:17:33
Original commit files touched by this commit  0.19.2_1
marcus search for other commits by this committer
Add a fribidi-config wrapper script around pkg-config to fix some older
port builds.
22 Aug 2009 18:26:50
Original commit files touched by this commit  0.19.2
marcus search for other commits by this committer
Update to 0.19.2.

PR:             137946
Submitted by:   Anonymous <swell.k@gmail.com>
22 Aug 2007 13:10:08
Original commit files touched by this commit  0.10.9
ahze search for other commits by this committer
Update to 0.10.9
07 Jun 2007 10:34:20
Original commit files touched by this commit  0.10.8
pav search for other commits by this committer
- Update to 0.10.8
28 Jan 2007 09:07:47
Original commit files touched by this commit  0.10.7
kris search for other commits by this committer
Use libtool port instead of included one to avoid objformat a.out botch
05 Nov 2006 02:40:32
Original commit files touched by this commit  0.10.7
mezz search for other commits by this committer
INSTALLS_SHLIB -> USE_LDCONFIG.

Found by:       portlint (cports.sh)
18 Apr 2006 06:52:35
Original commit files touched by this commit  0.10.7
bland search for other commits by this committer
Update to 0.10.7

PR:     95912
23 Feb 2006 10:40:45
Original commit files touched by this commit  0.10.4_2
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
23 Nov 2005 22:41:05
Original commit files touched by this commit  0.10.4_1
pav search for other commits by this committer
- Add SHA256 checksums
15 Nov 2005 06:52:12
Original commit files touched by this commit  0.10.4_1
ade search for other commits by this committer
Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
        http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
12 Sep 2005 08:42:09
Original commit files touched by this commit  0.10.4_1
ahze search for other commits by this committer
- Readd PORTREVISION, I removed this planning on updating to 0.10.5
  but it disn't play nice with 4.x
12 Sep 2005 08:29:09
Original commit files touched by this commit  0.10.4
ahze search for other commits by this committer
- User newer libtool15 instead of libtool13
- Update WWW line
09 Mar 2005 10:17:06
Original commit files touched by this commit  0.10.4_1
ahze search for other commits by this committer
- Update WWW: line
- Add freedesktop.org to MASTER_SITES
09 Jul 2004 18:43:11
Original commit files touched by this commit  0.10.4_1
marcus search for other commits by this committer
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port.  Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version.  To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER.  Both macros accept the same argument: a libtool version.

For example, to use the ports version of libtool-1.5, add the following to
your Makefile:

USE_LIBTOOL_VER=        15

To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:

USE_INC_LIBTOOL_VER=    15

With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).

PR:             63944
Based on work by:eik and marcus
Approved by:    ade (autotools maintainer)
Tested by:      kris on pointyhat
Bound to be hidden problems:    You bet
18 Mar 2004 13:32:26
Original commit files touched by this commit  0.10.4_1
pav search for other commits by this committer
- Add SIZE to GNOME ports

Submitted by:   trevor
14 Mar 2004 06:17:56
Original commit files touched by this commit  0.10.4_1
ade search for other commits by this committer
Whoa there, boy, that's a mighty big commit y'all have there...

Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

        USE_LIBTOOL=YES         ->      USE_LIBTOOL_VER=13
        USE_AUTOCONF=YES        ->      USE_AUTOCONF_VER=213
        USE_AUTOMAKE=YES        ->      USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
16 Jun 2003 21:52:58
Original commit files touched by this commit  0.10.4_1
adamw search for other commits by this committer
Utilize USE_GNOME= pkgconfig.
18 Apr 2003 22:18:12
Original commit files touched by this commit  0.10.4_1
marcus search for other commits by this committer
Remove USE_GNOMENG.
22 Feb 2003 06:24:45
Original commit files touched by this commit  0.10.4_1
marcus search for other commits by this committer
* Install pkgconfig file in correct location
* Don't install .la files
* Assign maintainership to gnome@ since this will be used for AbiWord2
20 Feb 2003 16:58:26
Original commit files touched by this commit  0.10.4
knu search for other commits by this committer
De-pkg-comment.
13 Jun 2002 13:00:11
Original commit files touched by this commit  0.10.4
tobez search for other commits by this committer
Update to 0.10.4.

PR:             39225
Submitted by:   Oliver Braun <obraun@informatik.unibw-muenchen.de>
19 Apr 2002 18:32:04
Original commit files touched by this commit  0.10.3
ijliao search for other commits by this committer
add fribidi 0.10.3
A Free Implementation of the Unicode Bidirectional Algorithm

Number of commits found: 22

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
linux-seamonkeyMar 19
linux-thunderbirdMar 19
seamonkeyMar 19
seamonkey2Mar 19
thunderbirdMar 19
thunderbird3Mar 19
drupal5Mar 08
drupal6Mar 08
sudoMar 01
firefox-devel*Feb 28
firefox3*Feb 28
firefox3-devel*Feb 28
firefox35*Feb 28
linux-firefox*Feb 28
linux-firefox-devel*Feb 28

2 vulnerabilities affecting 8 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 21408
Broken 173
Deprecated 46
Ignore 897
Forbidden 2
Restricted 388
No CDROM 141
Vulnerable 57
Expired 20
Set to expire 33
Interactive 79
new 24 hours 0
new 48 hours4
new 7 days13
new fortnight45
new month94

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Add tab to Netscape 6

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2008 DVL Software Limited. All rights reserved.
This page created in 0.208 seconds.