/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-folder-tree.h * * Copyright (C) 2000 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. * * Author: Ettore Perazzoli */ #ifndef _E_FOLDER_TREE_H_ #define _E_FOLDER_TREE_H_ #include typedef struct _EFolderTree EFolderTree; typedef void (* EFolderDestroyNotify) (EFolderTree *tree, const char *path, void *data, void *closure); typedef void (* EFolderTreeForeachFunc) (EFolderTree *tree, const char *path, void *data, void *closure); EFolderTree *e_folder_tree_new (EFolderDestroyNotify folder_destroy_notify, void *closure); void e_folder_tree_destroy (EFolderTree *folder_tree); gboolean e_folder_tree_add (EFolderTree *folder_tree, const char *path, void *data); gboolean e_folder_tree_remove (EFolderTree *folder_tree, const char *path); void *e_folder_tree_get_folder (EFolderTree *folder_tree, const char *path); GList *e_folder_tree_get_subfolders (EFolderTree *folder_tree, const char *path); void e_folder_tree_foreach (EFolderTree *folder_tree, EFolderTreeForeachFunc foreach_func, void *data); const char *e_folder_tree_get_path_for_data (EFolderTree *folder_tree, const void *data); #endif /* _E_FOLDER_TREE_H_ */ devel/electron4/files/minimist-1.2.2'>dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/polish
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.Mathieu Arnold2016-04-017-37/+37
* Add missing items to the calligra-l10n ports plists.Raphael Kubo da Costa2016-03-292-0/+2
* - Update security/gnutls to 3.4.10.Tijl Coosemans2016-03-271-1/+1
* - Add LICENSE_FILEDmitry Marakasov2016-03-161-4/+2
* Always set the DEFAULT github DISTFILE with .tar.gz for EXTRACT_SUFX.Mathieu Arnold2016-03-081-2/+2
* - Makefile.local for slave ports is included by bsd.port.mk r397519Dirk Meyer2016-02-281-4/+0
* Update to version 0.2.1Pawel Pekala2016-02-272-5/+7
* - Explicitly specify version for libotr.so to differentiate security/libotr a...Dmitry Marakasov2016-02-251-1/+1
* Update to 5.0.5.Jung-uk Kim2016-02-161-4/+4
* Update Calligra to 2.9.11.Raphael Kubo da Costa2016-02-092-3/+2
* polish/ekg: document ncurses requirement (USES+=ncurses)John Marino2016-02-061-2/+2
* Add upstream patch to fix the build with the upcoming Qt 5.5.1.Raphael Kubo da Costa2016-01-211-0/+112
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-131-1/+1
* Fix library dependency.Bryan Drewery2016-01-081-2/+3
* Update Calligra to 2.9.10.Raphael Kubo da Costa2015-12-223-26/+38
* Update to 5.0.4.Jung-uk Kim2015-12-181-4/+4
* Switch to options helperPawel Pekala2015-12-121-6/+2
* - Switch to USES=shebangfixPawel Pekala2015-12-121-9/+3
* Update to version 0.2.0Pawel Pekala2015-11-253-7/+8
* - Switch to options helpersDmitry Marakasov2015-11-131-0/+2
* - Add LICENSEDmitry Marakasov2015-11-131-1/+3
* - Fix build with gcc 4.9 [1]Pawel Pekala2015-11-112-5/+12
* Update to 5.0.3.Jung-uk Kim2015-11-041-4/+4
* - Update to 20150428Sunpoet Po-Chuan Hsieh2015-10-272-3/+3
* Update to 5.0.2.Jung-uk Kim2015-09-242-6/+6
* Remove the autodetect optionBaptiste Daroussin2015-09-132-101/+34
* Update LibreOffice to 5.0.1.Jung-uk Kim2015-09-021-4/+4
* Update to version 0.1.9Pawel Pekala2015-08-273-40/+6
* - Update to version 1.8, now Qt5 basedPawel Pekala2015-08-175-73/+50
* - Update to version 2.1, now Qt5 basedPawel Pekala2015-07-248-86/+244
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-07-181-0/+1
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-07-181-0/+1
* - Add NO_ARCHSunpoet Po-Chuan Hsieh2015-07-181-0/+1
* - Strip librariesDmitry Marakasov2015-06-011-1/+2
* - Strip libraryDmitry Marakasov2015-05-161-1/+3
* Cleanup DIST* variables.Mathieu Arnold2015-05-122-4/+3
* USE_GITHUB: For the new support, fix DISTNAME to be more consistent.Bryan Drewery2015-04-291-2/+2
* - Update to 20150426Sunpoet Po-Chuan Hsieh2015-04-272-3/+3
* Update to 4.3.7.Jung-uk Kim2015-04-261-4/+4
* - Update to 20150419Sunpoet Po-Chuan Hsieh2015-04-222-3/+3
* - Update to 20150405Sunpoet Po-Chuan Hsieh2015-04-062-3/+3
* Convert to new USE_GITHUBPawel Pekala2015-04-042-3/+2
* - Update to 20150329Sunpoet Po-Chuan Hsieh2015-03-302-3/+3
* - Update to 20150322Sunpoet Po-Chuan Hsieh2015-03-242-3/+3
* - Update to 20150315Sunpoet Po-Chuan Hsieh2015-03-172-3/+3
* Update KDE SC to 4.14.3Alonso Schaich2015-03-122-2/+3
* - Update to 20150308Sunpoet Po-Chuan Hsieh2015-03-102-3/+3
* - Update to 20150301Sunpoet Po-Chuan Hsieh2015-03-032-3/+3
* - Update to 20150222Sunpoet Po-Chuan Hsieh2015-02-242-3/+3
* - Update to 4.3.6.Jung-uk Kim2015-02-211-4/+4
* - Remove deprecated USE_KDE4=kdehierMax Brazhnikov2015-02-201-1/+1
* Unbreak on headAntoine Brodin2015-02-151-11/+6
* Update to version 1.5Pawel Pekala2015-01-212-4/+3
* - Update to 20150111Sunpoet Po-Chuan Hsieh2015-01-132-3/+3
* - Update devel/qca to version 2.1.0Tijl Coosemans2015-01-131-1/+1
* - Update to 20150104Sunpoet Po-Chuan Hsieh2015-01-062-3/+3
* - Convert <OPTION>_USE= PYTHON... to <OPTION>_USES= python...Marcus von Appen2015-01-031-1/+1
* Update to version 1.4Pawel Pekala2015-01-012-4/+4
* - Update to version 1.12.1Pawel Pekala2015-01-012-11/+6
* CMake 3.1.0 compatibility, take 2.Raphael Kubo da Costa2015-01-011-0/+37
* Revert r375855 for now.Raphael Kubo da Costa2014-12-311-29/+0
* Add a patch (submitted upstream) to make the port build with CMake 3.1.0.Raphael Kubo da Costa2014-12-311-0/+29
* - Update to 20141221Sunpoet Po-Chuan Hsieh2014-12-242-3/+3
* cleanup plistBaptiste Daroussin2014-12-213-3/+0
* Update to 4.3.5.Jung-uk Kim2014-12-191-4/+4
* - Update to version 1.3Pawel Pekala2014-12-139-85/+3
* - Update to 20141207Sunpoet Po-Chuan Hsieh2014-12-092-3/+3
* - Update polish/kadu to version 1.2Pawel Pekala2014-12-0613-255/+723
* Update to 4.3.4.Jung-uk Kim2014-11-271-4/+4
* Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-8/+5
* - Update to 20141123Sunpoet Po-Chuan Hsieh2014-11-252-3/+3
* Cleanup plistAntoine Brodin2014-11-126-23/+0
* Update to 4.3.3.Jung-uk Kim2014-11-011-4/+4
* Switch to USES=execinfoPawel Pekala2014-10-251-3/+2
* - Switch to gnutls for encryption, openssl from base fails to connectPawel Pekala2014-10-251-2/+3
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!Max Brazhnikov2014-10-193-176/+108
* Update to 4.3.2.Jung-uk Kim2014-10-172-5/+4
* Remove @dirrm's from my ports plistsPawel Pekala2014-10-144-380/+0
* - Update to 20141005Sunpoet Po-Chuan Hsieh2014-10-072-3/+3
* Convert to USES=autoreconfPawel Pekala2014-09-271-4/+1
* - Update to 20140915Sunpoet Po-Chuan Hsieh2014-09-182-3/+3
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-114-3/+4
* - Allow staging as a regular userAntoine Brodin2014-09-112-7/+12
* - Update to 20140901Sunpoet Po-Chuan Hsieh2014-09-042-3/+3
* dns/libidn:Tijl Coosemans2014-08-311-0/+1
* Fix missing library problem when the linker enforces explicit linkingTijl Coosemans2014-08-271-2/+2
* - Update to 20140824Sunpoet Po-Chuan Hsieh2014-08-272-3/+3
* - Fix missing library problems when the linker enforces explicit linkingTijl Coosemans2014-08-261-1/+4
* - Update to 20140817Sunpoet Po-Chuan Hsieh2014-08-182-3/+3
* devel/protobuf-c: update to 1.0.1William Grzybowski2014-08-171-0/+1
* Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-162-1/+2
* - Update to 20140810Sunpoet Po-Chuan Hsieh2014-08-122-3/+3
* - Update to 20140803Sunpoet Po-Chuan Hsieh2014-08-052-3/+3
* Rename p*/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-292-4/+0
* - Update to 20140727Sunpoet Po-Chuan Hsieh2014-07-282-3/+3
* - Fix build on currentPawel Pekala2014-07-251-36/+24
* - Update to 20140720Sunpoet Po-Chuan Hsieh2014-07-212-3/+3
* Fix some non default LIB_DEPENDSBaptiste Daroussin2014-07-161-5/+5
* Modernize LIB_DEPENDSBaptiste Daroussin2014-07-152-2/+2
* - Update to 20140713Sunpoet Po-Chuan Hsieh2014-07-142-3/+3
* - Update to 20140706Sunpoet Po-Chuan Hsieh2014-07-072-3/+3
* Convert textproc/aspell to "USES=libtool tar:bzip2" and bump dependent portsTijl Coosemans2014-07-051-3/+2
* - Update to 20140629Sunpoet Po-Chuan Hsieh2014-07-042-3/+3
* Remove expired ports:Rene Ladan2014-06-305-45/+0
* - Chase database/sqlite3 slib bumpMartin Wilke2014-06-281-1/+1
* - Add staging supportPawel Pekala2014-06-271-8/+6