/* * Copyright (C) 2000 Helix Code Inc. * * Authors: Michael Zucchi * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public License * as published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef _CAMEL_CHARSET_MAP_H #define _CAMEL_CHARSET_MAP_H typedef struct _CamelCharset CamelCharset; struct _CamelCharset { unsigned int mask; int level; }; void camel_charset_init(CamelCharset *); void camel_charset_step(CamelCharset *, const char *in, int len); const char *camel_charset_best_name(CamelCharset *); /* helper function */ const char *camel_charset_best(const char *in, int len); #endif /* ! _CAMEL_CHARSET_MAP_H */ ut type='hidden' name='id' value='9407d4fbb96c9178b016ad8114bbac67541600dc'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/security/opencdk/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
* - Pass maintainership of gnutls, libtasn1 and opencdk ports tosergei2005-08-301-1/+1
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
* - Attempt to check PGP signature of the tarball (using experimentalsergei2005-02-071-0/+2
* Update libgcrypt to 1.2.1. Changes:arved2005-01-111-1/+2
* - Update to 2.5.5sergei2004-08-071-3/+3
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
* Update libgcrypt to the new stable version 1.2.0arved2004-05-031-1/+2
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* - Update to 0.5.4sergei2004-03-101-9/+6
* Change to my @FreeBSD.org address.sergei2003-10-231-1/+1
* - Backout last commit to build gnutls successfullykrion2003-09-261-6/+9
* - Update to 0.5.1krion2003-09-241-8/+6
* - Update to 0.4.5naddy2003-02-281-3/+2
* De-pkg-comment.knu2003-02-211-0/+1
* Use MASTER_SITE_GNUPGarved2003-02-151-2/+2
* - Make portlint happy (remove space at EOL)nork2003-01-291-3/+5
* Unbreak on CURRENT. Re-sort MASTER_SITESarved2003-01-251-7/+10