/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* * Copyright (C) 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU 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 * General Public License for more details. * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * */ #ifndef _E_CHARSETPICKER_H_ #define _E_CHARSETPICKER_H_ #include #include #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ GtkWidget *e_charset_picker_new (const char *default_charset); char *e_charset_picker_get_charset (GtkWidget *picker); char *e_charset_picker_dialog (const char *title, const char *prompt, const char *default_charset, GtkWindow *parent); /* bonobo equivalents */ void e_charset_picker_bonobo_ui_populate (BonoboUIComponent *uic, const char *default_charset, BonoboUIListenerFn cb, gpointer user_data); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* _E_CHARSETPICKER_H_ */ /cgit.cgi/freebsd-ports-gnome/commit/?id=2ff80f55375ee2811ca2895a06b853699c3e0915'/> 2ff80f55375ee2811ca2895a06b853699c3e0915 With hat: portmgr Sponsored by: Absolight
With hat:	portmgr
Sponsored by:	Absolight
- Switch regripper to USE_GITHUB 2016-03-07T19:34:42+00:00 antoine antoine@FreeBSD.org 2016-03-07T19:34:42+00:00 a5160f73ed0f783dd7d889bbc647e451e8ce5bbc - Update regripper to a recent snapshot (2.8.20160225) - Merge regripperplugins into regripper
- Update regripper to a recent snapshot (2.8.20160225)
- Merge regripperplugins into regripper
Fix usage of ${PERL5}. 2015-12-17T17:19:48+00:00 mat mat@FreeBSD.org 2015-12-17T17:19:48+00:00 9e7703aff1c96dce4c11180df6bfd80c536b777a ${PERL5} points to a specific version of perl, say, perl5.22.1, it is fine to use it in a ports Makefile to do Perly things, but ports using it must use ${PERL}, that points to /usr/local/bin/perl so that if the minor version is updated, the shebang keep working. While there, make some ports use shebangfix, regen a few patches, and bump PORTREVISION where a shebang went from PERL5 to PERL. PR: 205367 With hat: portmgr Sponsored by: Absolight
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.

While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.

PR:		205367
With hat:	portmgr
Sponsored by:	Absolight