FreshPorts -- The Place For Ports notbug Mon, 28 May 2012 2:05 AM BST
Port details
libtext-charwidth-perl 0.04 textproc on this many watch lists=4 search for ports that depend on this port
Documentation gettext tools

There is no maintainer for this port.
Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org search for ports maintained by this maintainer
Port Added: 24 Jan 2006 19:39:35
Also Listed In: perl5
License: not specified in port


This is a part of fakeroot project.
Fakeroot runs a command in an environment were it appears to have
root privileges for file manipulation, by setting LD_PRELOAD to a
library with alternative versions of getuid(), stat(), etc. This
is useful for allowing users to create archives (tar, ar, .deb .rpm
etc.) with files in them with root permissions/ownership. Without
fakeroot one would have to have root privileges to create the
constituent files of the archives with the correct permissions and
ownership, and then pack them up, or one would have to construct
the archives directly, without using the archiver.

WWW: http://freecode.com/projects/fakeroot
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/perl5.8
Required To Run: lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/textproc/libtext-charwidth-perl/ && make install clean
To add the package: pkg_add -r libtext-charwidth-perl


Configuration Options
     No options to configure

Master Sites:
http://www.gtlib.cc.gatech.edu/pub/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.us.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.au.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.bg.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.cl.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.cz.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.de.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.ee.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.es.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.fi.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.fr.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.hk.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.hr.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.hu.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.ie.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.is.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.it.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.jp.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
http://ring.nict.go.jp/archives/linux/debian/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.nl.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.no.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.pl.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.ru.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.se.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.si.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.sk.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.uk.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.wa.au.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp2.de.debian.org/debian/pool/main/libt/libtext-charwidth-perl/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 7

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
09 Nov 2011 21:53:33
Original commit files touched by this commit  0.04
ehaupt search for other commits by this committer
Freshmeat is now called Freecode. Change all freshmeat.net URLs for to
freecode.com (for ports@ and ehaupt@).
17 Sep 2011 06:49:29
Original commit files touched by this commit  0.04
sunpoet search for other commits by this committer
- Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+

With hat:       perl
03 Jul 2011 14:40:25
Original commit files touched by this commit  0.04
ohauer search for other commits by this committer
-remove MD5
21 Aug 2008 06:18:49
Original commit files touched by this commit  0.04
rafan search for other commits by this committer
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
(Only the first 15 lines of the commit message are shown above View all of this commit message)
08 Sep 2007 01:06:22
Original commit files touched by this commit  0.04
linimon search for other commits by this committer
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
27 Feb 2007 09:57:22
Original commit files touched by this commit  0.04
linimon search for other commits by this committer
Reset meno.abels@adviser.com due to maintainer-timeouts and no response
to email.

Hat:            portmgr
24 Jan 2006 19:36:51
Original commit files touched by this commit  0.04
anray search for other commits by this committer
This is a part of fakeroot project.
Fakeroot runs a command in an environment were it appears to have
root privileges for file manipulation, by setting LD_PRELOAD to a
library with alternative versions of getuid(), stat(), etc. This
is useful for allowing users to create archives (tar, ar, .deb .rpm
etc.) with files in them with root permissions/ownership. Without
fakeroot one would have to have root privileges to create the
constituent files of the archives with the correct permissions and
ownership, and then pack them up, or one would have to construct
the archives directly, without using the archiver.

WWW: http://freshmeat.net/projects/fakeroot

PR:             ports/91532
Submitted by:   Meno Abels <meno.abels@adviser.com>

Number of commits found: 7

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 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 23676
Broken 193
Deprecated 147
Ignore 737
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 44
Set to expire 188
Interactive 54
new 24 hours 4
new 48 hours6
new 7 days60
new fortnight184
new month253

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

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