FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 1:17 PM GMT
Port details
iconv 2.0_3 converters on this many watch lists=46 search for ports that depend on this port
Charset conversion library and utilities
Maintained by: bland@FreeBSD.org search for ports maintained by this maintainer
Port Added: unknown
License: not specified in port
ICONV is 1) the library (libiconv.a and .so) for conversion between
various charsets, 2) the command line utility (iconv) and 3) a set
of charsets (tables and shared modules).

33 charsets are supported in this port: most Unicode encodings,
all charsets for which locale exist in FreeBSD, few IBM-DOS ones.
Other charsets are provided as standalone ports.
CVSWeb : Sources : 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/converters/iconv/ && make install clean
To add the package: pkg_add -r iconv


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bland/
ftp://ftp.se.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bland/
ftp://ftp.uk.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bland/
ftp://ftp.ru.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bland/
ftp://ftp.jp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bland/
ftp://ftp.tw.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bland/
ftp://ftp.cn.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/bland/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 27

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
22 Oct 2011 23:50:23
Original commit files touched by this commit  2.0_3
eadler search for other commits by this committer
- remove maintainer tags from pkg-descr

Approved by:    portmgr
Approved by:    bapt (mentor)
20 Mar 2011 12:54:45
Original commit files touched by this commit  2.0_3
miwi search for other commits by this committer
- Get Rid MD5 support
06 Oct 2010 03:43:13
Original commit files touched by this commit  2.0_3
pgollucci search for other commits by this committer
- Add WITHOUT_PROFILE to the KNOBS honored (which is the actual ports one)

PR:             ports/150894
Submitted by:   myself (pgollucci)
Approved by:    maintainer timeout (bland ; 14 days)
19 Dec 2006 09:00:18
Original commit files touched by this commit  2.0_3
bland search for other commits by this committer
Pacify gcc42 build.

Reported by:    krismail
09 Aug 2006 11:32:47
Original commit files touched by this commit  2.0_3
bland search for other commits by this committer
- Catch up with NOPROFILE -> NO_PROFILE change. [1]
- INSTALLS_SHLIB -> USE_LDCONFIG

Submitted by:   dionex [1]
22 Jan 2006 08:22:34
Original commit files touched by this commit  2.0_3
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
19 Feb 2005 04:04:58
Original commit files touched by this commit  2.0_3
bland search for other commits by this committer
danfe.net discontinued iconv-2.0 sources mirroring. Mirror them locally
and fix fetching.

Reported by:    kris
23 Feb 2004 02:53:54
Original commit files touched by this commit  2.0_3
bland search for other commits by this committer
Take maintainership.
08 Feb 2004 22:34:55
Original commit files touched by this commit  2.0_3
trevor search for other commits by this committer
Back out my previous commit, which was in error.

Noticed by:     marcus
08 Feb 2004 21:46:37
Original commit files touched by this commit  2.0_3
trevor search for other commits by this committer
Add "anti-foot-shooting device".

Obtained from:  sobomax via the imake-4 and linux_base ports
29 Jan 2004 07:24:56
Original commit files touched by this commit  2.0_3
trevor search for other commits by this committer
SIZEify.
17 Dec 2003 04:06:11
Original commit files touched by this commit  2.0_3
mharo search for other commits by this committer
update MASTER_SITES
20 Feb 2003 16:58:26
Original commit files touched by this commit  2.0_3
knu search for other commits by this committer
De-pkg-comment.
04 Jun 2002 05:42:03
Original commit files touched by this commit  2.0_3
kris search for other commits by this committer
Unbreak on -current by catching up to *.mk changes

Submitted by:   ru
19 Mar 2002 09:42:36
Original commit files touched by this commit  2.0_3
ache search for other commits by this committer
Change MAINTAINER to ports
18 Mar 2002 11:13:34
Original commit files touched by this commit  2.0_3
knu search for other commits by this committer
Add a patch to fix a bug where iconv() did not return -1 properly on
conversion error.  This fixes null conversion and all the case where
errno is set.

Bump PORTREVISION.

Approved by:    Konstantin Chuguev <Konstantin.Chuguev@dante.org.uk>
                (MAINTAINER, Author)
Reported by:    Nobuyoshi Nakada <nobu.nakada@nifty.ne.jp>
18 Mar 2002 09:43:25
Original commit files touched by this commit  2.0_3
sobomax search for other commits by this committer
Iconv cleanup, stage 1a: remove `g' prefix from binaries, headers, libraries and
manpages installed by libiconv (aka GNU iconv) and add similar `b'-prefixes
into components installed by iconv (aka BSD iconv). The reason why we do this
is because unfortunately BSD iconv become abadonware (author doesn't maintain
it anymore), while number of ports that need functional iconv library grows
very fast, thus creating significant overhead due to patches needed to make
ports working with prefixed GNU iconv. For compatibility reasons create
symlinks in GNU iconv, so that all ports that expect GNU iconv to have `g'
prefix should work unmodified until all those `g'-hacks are wiped out.

Prompted by:                    ache
Reviewed by (in principle):     freebsd-ports, freebsd-gnome
08 Dec 2000 11:33:04
files touched by this commit
sobomax search for other commits by this committer
Fix breakage on FreeBSD < 4.2 caused by using `:C/' make(1) modifier.    
01 Dec 2000 10:22:33
files touched by this commit
sobomax search for other commits by this committer
Fix mesbehaving on systems with Perl < 5.6.0 script and remove my temporary  
workaround.    
30 Nov 2000 09:23:33
files touched by this commit
sobomax search for other commits by this committer
Fixes:   - Fix pkg-plist in the case when NOPROFILE isn't defined;   - fix
breakage on system with old perl < 5.6.0 (4-STABLE and downward) by    
including pre-generated on 5-CURRENT files. Perl scripts supplied with the    
port have some problems with old perl and I hope Konstantin will address this   
 problem in the next revision of iconv.    
29 Nov 2000 11:46:43
files touched by this commit
sobomax search for other commits by this committer
Update iconv to 2.0 and reflect shared library version bump.    
08 Oct 2000 00:48:42
files touched by this commit
asami search for other commits by this committer
Convert category converters to new layout.  
24 Sep 2000 22:48:04
files touched by this commit
knu search for other commits by this committer
Update iconv POSIX-compliant charset conversion library to 1.1.    
12 Sep 2000 11:06:47
files touched by this commit
sobomax search for other commits by this committer
Update to 1.0.    
16 Jun 2000 22:52:41
files touched by this commit
asami search for other commits by this committer
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB.  (There was a typo in the   previous
commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)    
16 Jun 2000 11:38:51
files touched by this commit
sobomax search for other commits by this committer
Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with  
ldconfig in PLIST need personal consideration.    
07 Jun 2000 08:36:50
files touched by this commit
asami search for other commits by this committer
Add libiconv_p.a.    

Number of commits found: 27

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 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 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight69
new month138

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.301 seconds.