/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-local-storage.h * * Copyright (C) 2000 Helix Code, 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_LOCAL_STORAGE_H_ #define _E_LOCAL_STORAGE_H_ #ifdef HAVE_CONFIG_H #include #endif #include "e-component-registry.h" #include "e-storage.h" #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define E_TYPE_LOCAL_STORAGE (e_local_storage_get_type ()) #define E_LOCAL_STORAGE(obj) (GTK_CHECK_CAST ((obj), E_TYPE_LOCAL_STORAGE, ELocalStorage)) #define E_LOCAL_STORAGE_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_TYPE_LOCAL_STORAGE, ELocalStorageClass)) #define E_IS_LOCAL_STORAGE(obj) (GTK_CHECK_TYPE ((obj), E_TYPE_LOCAL_STORAGE)) #define E_IS_LOCAL_STORAGE_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_TYPE_LOCAL_STORAGE)) typedef struct _ELocalStorage ELocalStorage; typedef struct _ELocalStoragePrivate ELocalStoragePrivate; typedef struct _ELocalStorageClass ELocalStorageClass; struct _ELocalStorage { EStorage parent; ELocalStoragePrivate *priv; }; struct _ELocalStorageClass { EStorageClass parent_class; }; GtkType e_local_storage_get_type (void); EStorage *e_local_storage_open (EComponentRegistry *component_registry, const char *base_path); const char *e_local_storage_get_base_path (ELocalStorage *storage); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __E_LOCAL_STORAGE_H__ */ /npm_and_yarn/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/Mk/Uses
Commit message (Expand)AuthorAgeFilesLines
* Uses/kmod: Only IGNORE when src is not available in build targetLi-Wen Hsu2021-05-271-1/+1
* x11-toolkits/libadwaita: New port: Building blocks for modern GNOME applicationsNeel Chauhan2021-05-271-1/+4
* x11-toolkits/gtk40: Add GTK4 section to Mk/Uses/gnome.mkNeel Chauhan2021-05-271-1/+9
* Mk/Uses/scons.mk: Clean up after the removal of all scons:python2 usageDmitry Marakasov2021-05-271-16/+5
* Mk: switch from PYTHON_PORTVERSION to PYTHON_DISTVERSIONDmitry Marakasov2021-05-251-3/+3
* Mk: add framework support for two digit python minor versionDmitry Marakasov2021-05-251-13/+18
* Mk: switch PYTHON_REL to 5 digits to support python 3.10.xDmitry Marakasov2021-05-251-10/+10
* Uses/cabal.mk: Make cabal-extract-deps target overridable.Gleb Popov2021-05-241-2/+4
* Mk/Uses/go.mk: Add -trimpath to GO_BUILDFLAGSSerhii (Sergey) Kozlov2021-05-211-1/+1
* databases/postgresql14-*: Add postgresql 14 beta1 the the ports tree.Palle Girgensohn2021-05-201-1/+1
* Uses/cabal.mk: Improve our Cabal machinery.Gleb Popov2021-05-191-7/+47
* ansible.mk: Fix ANSIBLE_RUN_DEPENDSMateusz Piotrowski2021-05-191-1/+1
* Move 2.7 to the last of _PYTHON_VERSIONSLi-Wen Hsu2021-05-181-2/+2
* ansible.mk: Improve argument parsingMateusz Piotrowski2021-05-181-6/+10
* ansible.mk: Fix a typoMateusz Piotrowski2021-05-171-1/+1
* ansible.mk: Define ANSIBLE_ETCDIRMateusz Piotrowski2021-05-171-0/+2
* Add USES=ansible for Ansible portsMateusz Piotrowski2021-05-171-0/+74
* Mk/Uses/readline.mk: Remove unnecessary 'port' argumentYasuhiro Kimura2021-05-151-5/+2
* Uses/cabal.mk: Pass same flags to do-build and cabal-extract-deps.Gleb Popov2021-05-151-2/+2
* Update KDE Gear to 21.04.1Tobias C. Berner2021-05-141-2/+2
* Mk/Uses/cargo.mk: Refactor MASTER_SITES and DISTFILES construction (D30099)Tobias Kortkamp2021-05-121-38/+39
* lang/rust: Update to 1.52.1Tobias Kortkamp2021-05-121-1/+2
* Update KDE Frameworks to 5.82.0Tobias C. Berner2021-05-121-1/+1
* Uses/gnome: fix comments still stating at @exec/@unexecBaptiste Daroussin2021-05-111-2/+2
* KDE_INVENT: drop WRKSRC hackAdriaan de Groot2021-05-071-1/+0
* lang/perl5.34: Add new port at 5.34.0-RC1.Mathieu Arnold2021-05-061-1/+5
* x11/plasma5-plasma: update to 5.21.5Tobias C. Berner2021-05-061-1/+1
* Uses/qmake.mk: fix build WITH_DEBUGAdriaan de Groot2021-05-051-1/+1
* devel/libbonobo: removeBaptiste Daroussin2021-05-021-4/+1
* devel/gnome-vfs: removeBaptiste Daroussin2021-05-011-4/+1
* x11/libgnome: removeBaptiste Daroussin2021-05-011-5/+1
* gnome: remove components that do not exists anymoreBaptiste Daroussin2021-05-011-4/+0
* Mk/*: cleanup leftovers from ancient removalBaptiste Daroussin2021-05-011-9/+2
* x11-toolkits/libbonoboui: removeBaptiste Daroussin2021-05-011-4/+1
* x11-toolkits/libgnomeui: removeBaptiste Daroussin2021-05-011-4/+1
* x11/gnome-sharp20: removeBaptiste Daroussin2021-05-011-5/+0
* Uses/kde.mk: fix port name for wayland-protocols componentAdriaan de Groot2021-04-301-1/+1
* Uses/cabal.mk: Improve cabal-extract for USE_GITHUB/USE_GITLAB cases.Gleb Popov2021-04-291-0/+13
* Mk/Uses/cargo.mk: Use canonical crate file extension going forwardTobias Kortkamp2021-04-281-2/+12
* *: Switch default version of python and python3 from 3.7 to 3.8Kai Knoblich2021-04-261-1/+1
* Mk/Uses/mpi.mk: fix CMAKE_ARGS when USES=cmake has argumentsThierry Thomas2021-04-251-1/+1
* Mk: unregister expired Samba 4.11Rene Ladan2021-04-241-1/+1
* Remove devel/py-enum34, no longer neededAntoine Brodin2021-04-241-6/+0
* Update KDE Plasma to 5.21.4Adriaan de Groot2021-04-231-1/+1
* Update KDE Gear to 21.04Tobias C. Berner2021-04-231-12/+2
* KDE Plasma: update to 5.21.3Adriaan de Groot2021-04-221-1/+1
* KDE Applications: sanitize DOCS optionAdriaan de Groot2021-04-221-1/+7
* Mk/Uses/cabal.mk: Replace shell process in EXECUTABLES wrapper scriptsTobias Kortkamp2021-04-211-1/+1
* Mk/Uses/cabal.mk: use ECHO_CMD not ECHO (D29852)Tobias Kortkamp2021-04-211-6/+6
* kde.mk: Support KDE ports with no DOCSAdriaan de Groot2021-04-201-1/+6
* Mk/Uses/meson.mk: Do not force color output (D29353)Tobias Kortkamp2021-04-201-0/+5
* Mk/Uses/ninja.mk: Add support for devel/samurai (D29353)Tobias Kortkamp2021-04-201-5/+56
* Uses/cargo: Improve URL subsitution for ports using CARGO_USE_GIT[HUB|LAB]Luca Pizzamiglio2021-04-191-4/+4
* Mk/Uses/go.mk: Allow ports to have additional distfilesYuri Victorovich2021-04-171-3/+3
* Update KDE Frameworks to 5.81.0Tobias C. Berner2021-04-151-1/+1
* Speed up USES=cargo ports opsTobias Kortkamp2021-04-141-2/+3
* Mk/Uses/cargo.mk: Make build scripts more verboseTobias Kortkamp2021-04-131-0/+4
* Do not use PYTHON_VER in comparisonsAntoine Brodin2021-04-131-6/+6
* Remove Percona Server for MySQL 5.5, it is EOL upstreamFlorian Smeets2021-04-121-1/+1
* Fix KDE_INVENT useAdriaan de Groot2021-04-111-0/+1
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-06110-224/+0
* Clean up PYTHON_PYOEXTENSION (followup of r500018)Sunpoet Po-Chuan Hsieh2021-03-311-7/+0
* Add support for USES=cmake:testingAdriaan de Groot2021-03-301-2/+23
* lang/rust: Update to 1.51.0Tobias Kortkamp2021-03-301-1/+1
* New port: net/pecl-xmlrpcTorsten Zuehlsdorff2021-03-291-3/+7
* editors/emacs: Update to 27.2Joseph Mingrone2021-03-261-1/+1
* Update KDE Frameworks to 5.80.'Tobias C. Berner2021-03-191-1/+1
* PyQt5: Update PyQt5 to 5.15.4 and py-qtbuilder to 1.9.1Loïc Bartoletti2021-03-161-2/+2
* devel/hs-cabal-install: Update to 3.4.0.0 and adjust Uses/cabal.mk to its cha...Gleb Popov2021-03-101-0/+3
* Uses/cabal.mk: Take into account MAKE_JOBS_NUMBERS.Gleb Popov2021-03-101-1/+1
* Remove LUA_LIBDIR from PLIST_SUB.Mathieu Arnold2021-03-091-1/+0
* PyQt5: Update PyQt5 to 5.15.3, QScintilla2 to 2.12.0, py-qtbuilder to 1.9.0Loïc Bartoletti2021-03-081-5/+7
* Update KDE Release-Service releases to 20.12.3Tobias C. Berner2021-03-051-2/+2
* Update Linux CentOS ports to 7.9.2009.Tijl Coosemans2021-03-051-1/+2
* Fix typoSunpoet Po-Chuan Hsieh2021-03-041-1/+1
* Adding a new helper for MPI.Thierry Thomas2021-03-031-0/+67
* New USES=kodi for Kodi Home Theater AddonsBernhard Froehlich2021-03-011-0/+46
* Mk/Uses/go.mk: Escape module namesDmitri Goutnik2021-02-251-1/+1
* Fix Qt5 portsAdriaan de Groot2021-02-251-3/+4
* Re-work Qt5 install- and deinstall scripts.Adriaan de Groot2021-02-241-25/+47
* - Fix ports build with python3.9Wen Heping2021-02-231-1/+1
* Mk/Uses/go.mk: Disable network access in extract and test targets.Dmitri Goutnik2021-02-231-3/+3
* Mk/Uses/go.mk: Work around symlink creation issue in PoudriereDmitri Goutnik2021-02-211-1/+1
* Mk/Uses/go.mk: Add support for using Go for dependency managementDmitri Goutnik2021-02-191-9/+60
* Update KDE Frameworks to 5.79Tobias C. Berner2021-02-161-1/+1
* devel/py-qtbuilder: Update to 1.8.0Loïc Bartoletti2021-02-151-1/+1
* lang/rust: Update to 1.50.0Mikael Urankar2021-02-141-1/+1
* Add KDE_INVENT convenience for KDE portsAdriaan de Groot2021-02-141-0/+44
* Improve the upgrade path for Qt with portupgrade.Adriaan de Groot2021-02-111-2/+4
* libgnomekbd is a gnome3 components nowBaptiste Daroussin2021-02-061-2/+2
* Remove libgtkhtmlBaptiste Daroussin2021-02-051-4/+1
* Update KDE Release-Service to 20.12.2Tobias C. Berner2021-02-051-2/+2
* Make USES=python without argument mean 3.6+.Mathieu Arnold2021-02-041-3/+7
* Mk/Uses/kde.mk: Allow ports that use the KDE framework to build regressionJason E. Hale2021-01-221-2/+6
* Mk/Uses/kde.mk: Minor clean-upJason E. Hale2021-01-221-13/+9
* compiler.mk: Update clang dependency to v10; clean up duplicationJoseph Mingrone2021-01-221-95/+9
* Update qscintilla2 to 2.11.6Loïc Bartoletti2021-01-191-1/+1
* Update KDE Frameworks to 5.78.0Tobias C. Berner2021-01-181-1/+1
* Mk/Uses/python.mk: Remove PY_SPHINX shared macroDanilo G. Baio2021-01-151-2/+0
* Remove now unused PY_IPADDRESS and PY_TYPING and their ports.Rene Ladan2021-01-131-8/+0
* Remove unused PY_PATHLIB references and its definition.Rene Ladan2021-01-111-2/+0
* Update KDE Plasma Desktop to 5.20.5Tobias C. Berner2021-01-091-1/+1
* Update KDE Release Service ports to 20.12.1Tobias C. Berner2021-01-091-2/+2
* Mk/Uses/go.mk: Explicitly set modules-aware mode depending on "modules" argumentDmitri Goutnik2021-01-081-1/+3
* Prefer checking libncursesw.so for base ncursesBaptiste Daroussin2021-01-071-1/+1
* Uses/cabal.mk: Add "nodefault" argument.Gleb Popov2021-01-071-7/+16
* Follow up on devel/py-futures port removal in r559976Rene Ladan2021-01-061-6/+0
* Follow up on graphics/py-pillow6 port removal in r559976Rene Ladan2021-01-061-1/+0
* Uses/cabal.mk: More correct fix for EXTRACT_ONLY problem from r559679.Gleb Popov2021-01-041-3/+6
* Welcome XFCE 4.16 to the FreeBSD ports tree!Guido Falsi2021-01-031-25/+2
* Unregister expired PHP 7.2Rene Ladan2020-12-311-7/+3
* Uses/cabal.mk: Set EXTRACT_ONLY based on DISTFILES value, just like bsd.port....Gleb Popov2020-12-311-4/+4
* Mk/Uses/python.mk: introduce PYTHON_EXT_SUFFIX variableDima Panov2020-12-241-0/+8
* Update PY_PYGMENTSSunpoet Po-Chuan Hsieh2020-12-201-2/+2
* Update KDE Frameworks to 5.77.0Tobias C. Berner2020-12-171-1/+1
* Update PyQt5 to 5.15.2, sip to 5.5.0, py-qtbuilder to 1.6.0 and py-qt5-sip to...Loïc Bartoletti2020-12-161-4/+4
* USES=gnome: unregister unused py-gobject optionRene Ladan2020-12-121-5/+1
* Update KDE Applications to 20.12Tobias C. Berner2020-12-121-8/+12
* PyQt: fix flavorsLoïc Bartoletti2020-12-111-0/+1
* Update Qt/PySide2 to 5.15.2 / PyQt to 5.15.1 / SIP to 5.4.0Loïc Bartoletti2020-12-092-17/+20
* Unregister expired databases/db6 and remove it as an option.Rene Ladan2020-12-041-10/+3
* New port: databases/db18 Oracle Berkeley DB, Release 18.1Matthias Andree2020-12-021-6/+16
* Remove graphics/jpeg which has expired in favor of graphics/jpeg-turboRene Ladan2020-12-021-1/+1
* Update KDE Plasma Desktop to 5.20.4Tobias C. Berner2020-12-021-1/+1
* - Update to 3.2.0Jose Alonso Cardenas Marquez2020-11-251-9/+21
* lang/rust: Update to 1.48.0Mikael Urankar2020-11-241-1/+1
* Update KDE Frameworks to 5.76Tobias C. Berner2020-11-241-1/+1
* Add new default-version variant for librsvg2Tobias C. Berner2020-11-211-1/+1
* remove left-over references to net/samba410 after r554446Christoph Moench-Tegeder2020-11-141-1/+1
* Ensure go modules cannot fetch missing modules via networkDave Cottlehuber2020-11-121-0/+1
* Update KDE Plasma Desktop to 5.20.3Tobias C. Berner2020-11-121-1/+1
* Add powerpc64le since it uses the same CPU models as powerpc64.Piotr Kubaj2020-11-101-1/+1
* Prefer graphics/ligvrsvg2-rust over graphics/librsvg2Tobias C. Berner2020-11-101-0/+9
* Update PY_SPHINXSunpoet Po-Chuan Hsieh2020-11-091-2/+2
* Update KDE Apps to 20.08.3Tobias C. Berner2020-11-061-2/+2
* Unregister removed gtkmm20 from USES=gnomeRene Ladan2020-11-021-4/+1
* Fix INDEX after r553767Rene Ladan2020-11-011-4/+2
* Update KDE Plasma Desktop to 5.20.2Tobias C. Berner2020-10-281-1/+1
* PECL pdflib is deprecated and doesn't support PHP 8.0.Alex Dupre2020-10-271-4/+4
* json extension is included in lang/php80Antoine Brodin2020-10-231-5/+5
* Update KDE Plasma Desktop to 5.20.1Tobias C. Berner2020-10-231-1/+1
* Fix `make index`Li-Wen Hsu2020-10-221-4/+4
* Welcome PHP 8.0 RC 2 to the ports treeTorsten Zuehlsdorff2020-10-221-6/+10
* x11/plasma5-plasma-desktop: fix kde.mk componentTobias C. Berner2020-10-161-1/+1
* Remove the pygtk2 infrastructure which is not used anymoreBaptiste Daroussin2020-10-161-5/+1
* [NEW PORT] lang/lua54 - Lua 5.4.1Kyle Evans2020-10-161-1/+1
* Update KDE Frameworks to 5.75.0Tobias C. Berner2020-10-161-1/+1
* Update KDE Plasma Desktop to 5.20.0Tobias C. Berner2020-10-151-7/+6
* lang/rust: Update to 1.47.0Mikael Urankar2020-10-131-1/+1
* - Repocopy lang/python38 --> lang/python39 and update to 3.9.0Wen Heping2020-10-121-4/+4
* KDE Release Service 20.08.2 updateTobias C. Berner2020-10-101-2/+2
* Update PyQt to 5.15.0, py-sip to 4.19.24 and qscintilla2 to 2.11.5Loïc Bartoletti2020-10-051-127/+100
* Fix dependency on metacityBaptiste Daroussin2020-10-011-1/+1
* Add "env" to the list of python.mk's valid argsMateusz Piotrowski2020-09-281-1/+1
* Actually allow to select from the varity of Samba ports.Timur I. Bakeyev2020-09-281-1/+1
* Welcome PostgreSQL 13Palle Girgensohn2020-09-241-1/+1
* Update PY_PYGMENTSSunpoet Po-Chuan Hsieh2020-09-221-2/+2
* textproc/py-pygments is no longer compatible with python27 so add a PY_PYGMEN...Antoine Brodin2020-09-211-0/+2
* Unregister expired Python 3.5Rene Ladan2020-09-201-4/+4
* Use correct target-cpu for power* CPU'sPiotr Kubaj2020-09-191-0/+2
* mesa-libs: Add glesv1 libEmmanuel Vadot2020-09-191-1/+2
* Update KDE Frameworks to 5.74.0Tobias C. Berner2020-09-151-1/+1
* Make dependency of devel/gvfs optional for a several different portsTobias C. Berner2020-09-131-1/+1
* python.mk: Mention python 3.8Li-Wen Hsu2020-09-081-1/+1
* devel/mercurial: Update to 5.5 and flavorize. Adjust dependency lines and bum...Gleb Popov2020-09-061-1/+7
* Update KDE Applications (release-service) to 20.08.1Tobias C. Berner2020-09-031-2/+2
* Mk/Use/python.mk: Do not surround package list entries in quotesJoseph Mingrone2020-09-011-1/+2
* Update KDE Plasma Desktop to 5.19.5Tobias C. Berner2020-09-011-1/+1
* lang/rust: Update to 1.46.0Tobias Kortkamp2020-08-311-1/+1
* Add graphics/linux-c7-librsvg2, needed by x11-toolkits/linux-c7-gtk3.Tijl Coosemans2020-08-301-0/+1