FreshPorts -- The Place For Ports Sat, 5 Jul 2008 9:27 PM BST
FreshPorts is now runing off the BETA server. Enjoy for now.
Port details
enca 1.9 converters on this many watch lists=1 search for ports that depend on this port
A package for detecting encoding of text files
Maintained by: never@nevermind.kiev.ua search for ports maintained by this maintainer
Port Added: 08 Oct 2002 16:17:03
Also Listed In: textproc russian ukrainian


Enca currently can determine 8bit charsets of Belarussian, Czech, Polish,
Russian, Slovak and Ukrainian texts and also some multibyte encodings,
independently on language (provided it's some European language).

WWW: http://trific.ath.cx/software/enca/

- Alexandr "Nevermind" Kovalenko
never@nevermind.kiev.ua
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
Required To Build: devel/gmake, devel/libtool15, devel/pkg-config
Required To Run: devel/pkg-config
Required Libraries: converters/libiconv

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


Configuration Options
     No options to configure

Master Sites:
http://trific.ath.cx/Ftp/enca/
http://freebsd.unixfreunde.de/sources/
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
19 Apr 2008 18:56:05
Original commit files touched by this commit  1.9
  Sanity Test Failure
miwi search for other commits by this committer
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
28 Jan 2007 09:07:47
Original commit files touched by this commit  1.9
kris search for other commits by this committer
Use libtool port instead of included one to avoid objformat a.out botch
28 Jul 2006 15:42:54
Original commit files touched by this commit  1.9
sat search for other commits by this committer
- Rid the tree of double slashes in URL paths
12 Jun 2006 13:35:04
Original commit files touched by this commit  1.9
miwi search for other commits by this committer
Update to 1.9

PR:             ports/97621
Submitted by:   miwi
Approved by:    krion (mentor), maintainer timeout
04 May 2006 00:38:41
Original commit files touched by this commit  1.5_1
edwin search for other commits by this committer
remove USE_REINPLACE for all ports with categories starting with C
23 Feb 2006 10:40:45
Original commit files touched by this commit  1.5_1
ade search for other commits by this committer
Conversion to a single libtool environment.

Approved by:    portmgr (kris)
22 Jan 2006 08:22:34
Original commit files touched by this commit  1.5
edwin search for other commits by this committer
SHA256ify

Approved by:    krion@
15 Nov 2005 06:52:12
Original commit files touched by this commit  1.5
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 Apr 2005 04:26:57
Original commit files touched by this commit  1.5
obrien search for other commits by this committer
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
11 Apr 2005 09:04:41
Original commit files touched by this commit  1.5
obrien search for other commits by this committer
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
09 Jul 2004 18:43:11
Original commit files touched by this commit  1.5
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
08 Jun 2004 09:16:16
Original commit files touched by this commit  1.5
pav search for other commits by this committer
- Update to 1.5

PR:             ports/67629
Submitted by:   Roman Neuhauser <neuhauser@chello.cz>
Approved by:    maintainer
31 Mar 2004 04:12:58
Original commit files touched by this commit  1.2_1
trevor search for other commits by this committer
SIZEify (maintainer timeout)
30 Mar 2004 20:20:23
Original commit files touched by this commit  1.2_1
krion search for other commits by this committer
- Use USE_ICONV knob

Approved by:    portmgr
14 Mar 2004 06:17:56
Original commit files touched by this commit  1.2_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.
04 Feb 2004 05:21:48
Original commit files touched by this commit  1.2_1
marcus search for other commits by this committer
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
16 Dec 2003 17:33:46
Original commit files touched by this commit  1.2
osa search for other commits by this committer
Update to 1.2.

Submitted by:   Alexandr Kovalenko <never@nevermind.kiev.ua> (maintainer)
PR:             60303
22 Oct 2003 10:37:18
Original commit files touched by this commit  0.99.3
osa search for other commits by this committer
Cosmetic fix: use %%DOCSDIR%% macro.
No functionally changes.

Submitted by:   Oleg Karachevtsev <ok@etrust.ru>
A part of PR:   57992
30 Jun 2003 20:42:03
Original commit files touched by this commit  0.99.3
osa search for other commits by this committer
Maintainer update to 0.99.3

PR:             53936
Approved by:    fjoe (mentor) (implicit)
26 Jun 2003 13:17:37
Original commit files touched by this commit  0.99.2
osa search for other commits by this committer
Maintainer's update to 0.99.2
Add 2 more categories as far as this tool
is very useful for those languages

PR:             53729
Approved by:    fjoe (mentor) (implicit)
21 Feb 2003 11:08:38
Original commit files touched by this commit  0.10.7
knu search for other commits by this committer
De-pkg-comment.
28 Jan 2003 10:56:39
Original commit files touched by this commit  0.10.7
fjoe search for other commits by this committer
- Update enca to 0.10.7
- Fix MASTER_SITES (author again changed tarball location)

Submitted by:   MAINTAINER
23 Oct 2002 16:21:15
Original commit files touched by this commit  0.10.6
obraun search for other commits by this committer
Upgrade to 0.10.6.

PR:             44410
Submitted by:   maintainer
09 Oct 2002 20:02:06
Original commit files touched by this commit  0.10.3
ijliao search for other commits by this committer
- Fix MASTER_SITES, as far as author (again) changed it's location;
- Fix build on per-nl_langinfo systems (RELENG_4_4 for example);
- Remove unnecceccary CONFIGURE_ARGS;

PR:             43834
Submitted by:   maintainer
09 Oct 2002 18:58:49
Original commit files touched by this commit  0.10.3
ijliao search for other commits by this committer
fix WWW

PR:             43867
Submitted by:   maintainer
08 Oct 2002 16:24:16
Original commit files touched by this commit  0.10.3
sobomax search for other commits by this committer
Oh, where this thingie came from?
08 Oct 2002 16:16:36
Original commit files touched by this commit  0.10.3
sobomax search for other commits by this committer
Add enca 0.10.3, a package for detecting encoding of text files.

PR:             43583
Submitted by:   Alexandr Kovalenko <never@nevermind.kiev.ua>

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
py-pylonsJul 04
freetype2Jul 03
fetchmailJul 01
squid*Jun 28
squid24*Jun 28
squid30*Jun 28
apache22Jun 24
php5-posix*Jun 22
firefox*Jun 21
firefox-devel*Jun 21
firefox10*Jun 21
firefox15*Jun 21
linux-firefox*Jun 21
linux-firefox-devel*Jun 21
linux-mozilla*Jun 21

10 vulnerabilities affecting 29 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
Traffic

Calculated hourly:
Port count 18751
Broken 146
Deprecated 99
Ignore 430
Forbidden 5
Restricted 361
No CDROM 126
Vulnerable 52
Expired 14
Set to expire 78
Interactive 79
new 24 hours 9
new 48 hours9
new 7 days41
new fortnight75
new month185

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