aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-data-cache.h
blob: ab6c29a622be56bfc8b124037c2e5720b14a5bb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* camel-data-cache.h: Class for a Camel filesystem cache
 *
 * Authors: Michael Zucchi <notzed@ximian.com>
 *
 * Copyright (C) 2001 Ximian, Inc. (www.ximian.com)
 *
 * This program is free software; you can redistribute it and/or 
 * modify it under the terms of version 2 of the GNU General Public 
 * License as published by the Free Software Foundation.
 *
 * 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 CAMEL_DATA_CACHE_H
#define CAMEL_DATA_CACHE_H 1

#ifdef __cplusplus
extern "C" {
#pragma }
#endif /* __cplusplus }*/

#include <glib.h>

#include <camel/camel-stream.h>
#include <camel/camel-exception.h>

#define CAMEL_DATA_CACHE_TYPE     (camel_data_cache_get_type ())
#define CAMEL_DATA_CACHE(obj)     (CAMEL_CHECK_CAST((obj), CAMEL_DATA_CACHE_TYPE, CamelFolder))
#define CAMEL_DATA_CACHE_CLASS(k) (CAMEL_CHECK_CLASS_CAST ((k), CAMEL_DATA_CACHE_TYPE, CamelFolderClass))
#define CAMEL_IS_DATA_CACHE(o)    (CAMEL_CHECK_TYPE((o), CAMEL_DATA_CACHE_TYPE))

typedef struct _CamelDataCache CamelDataCache;
typedef struct _CamelDataCacheClass CamelDataCacheClass;

struct _CamelDataCache {
    CamelObject parent_object;

    struct _CamelDataCachePrivate *priv;

    char *path;
    guint32 flags;

    time_t expire_age;
    time_t expire_access;
};

struct _CamelDataCacheClass {
    CamelObjectClass parent_class;

    /* None are virtual yet */
#if 0
    /* Virtual methods */
    CamelStream *(*add)(CamelDataCache *cmc, const char *path, const char *key, CamelException *ex);
    CamelStream *(*get)(CamelDataCache *cmc, const char *path, const char *key, CamelException *ex);
    int (*close)(CamelDataCache *cmc, CamelStream *stream, CamelException *ex);
    int (*remove)(CamelDataCache *cmc, const char *path, const char *key, CamelException *ex);

    int (*clear)(CamelDataCache *cmc, const char *path, CamelException *ex);
#endif
};

/* public methods */
CamelDataCache *camel_data_cache_new(const char *path, guint32 flags, CamelException *ex);

void camel_data_cache_set_expire_age(CamelDataCache *cache, time_t when);
void camel_data_cache_set_expire_access(CamelDataCache *cdc, time_t when);

int             camel_data_cache_rename(CamelDataCache *cache,
                    const char *old, const char *new, CamelException *ex);

CamelStream    *camel_data_cache_add(CamelDataCache *cache,
                     const char *path, const char *key, CamelException *ex);
CamelStream    *camel_data_cache_get(CamelDataCache *cache,
                     const char *path, const char *key, CamelException *ex);
int             camel_data_cache_remove(CamelDataCache *cache,
                    const char *path, const char *key, CamelException *ex);

int             camel_data_cache_clear(CamelDataCache *cache,
                       const char *path, CamelException *ex);

/* Standard Camel function */
CamelType camel_data_cache_get_type (void);

#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* CAMEL_DATA_CACHE_H */
eebsd-ports-gnome/commit/x11-clocks?id=0786acb3155523a38d1442f3c16ca56750f1db04'>Remove expired ports:Rene Ladan2020-05-059-84/+0 * Update KDE Applications (release-service) to 20.04Tobias C. Berner2020-04-242-6/+6 * Deprecate ports broken for more than 6 monthsAntoine Brodin2020-04-052-0/+4 * Mark MAKE_JOBS_UNSAFEAntoine Brodin2020-03-281-0/+1 * - Update WWWDmitry Marakasov2020-03-231-1/+1 * KDE Applications: update to 19.12.3Tobias C. Berner2020-03-072-6/+6 * Update KDE's Applications to 19.12.2Tobias C. Berner2020-02-072-6/+6 * Update KDE's App Bundle to 19.12.1Tobias C. Berner2020-01-102-6/+6 * - update to 3.1Dirk Meyer2020-01-021-1/+1 * KDE's December 2019 Apps UpdateTobias C. Berner2019-12-132-6/+6 * KDE Applications: update to 19.08.3Tobias C. Berner2019-11-092-6/+6 * Add USES=xorg USES=gl, ports categories xNiclas Zeising2019-11-0827-20/+27 * Mark a few ports BROKEN (unfetchable)Antoine Brodin2019-11-072-0/+4 * Update xfce4-time-out-plugin to 1.1.0Guido Falsi2019-11-052-9/+6 * Switch all ports to use USES=xorg-catNiclas Zeising2019-11-042-3/+2 * Remove expired ports:Rene Ladan2019-10-1618-466/+0 * KDE Applications: update to 19.08.2Tobias C. Berner2019-10-162-6/+6 * Rename port from xfce4-timer-out-plugin to xfce4-time-out-pluginBen Woods2019-10-095-2/+2 * x11-clocks/xfce4-datetime-plugin: fix build on GCC architecturesPiotr Kubaj2019-10-081-1/+2 * x11-clocks/abclock: Unbreak & assign to submitterKoichiro Iwao2019-10-074-14/+15 * x11-clocks/xfce4-stopwatch-plugin: fix build on GCC architecturesPiotr Kubaj2019-10-041-1/+2 * x11-clocks/xfce4-timer-out-plugin: fix on GCC architecturesPiotr Kubaj2019-10-021-2/+2 * Fix optional xfce ports on GCC architectures.Piotr Kubaj2019-10-021-1/+2 * Welcome XFCE 4.14 to the FreeBSD ports treeGuido Falsi2019-09-2012-13/+110 * Deprecate a few portsAntoine Brodin2019-09-165-0/+10 * KDE Applications: update to 19.08.1Tobias C. Berner2019-09-062-6/+6 * x11-clocks/xclock: Update to 1.0.9Niclas Zeising2019-08-182-4/+4 * Update KDE Applications to latest upstream release, 19.08Adriaan de Groot2019-08-155-8/+7 * Convert to UCL & cleanup pkg-message (categories x)Mathieu Arnold2019-08-141-2/+6 * Mark BROKEN: unfetchableAntoine Brodin2019-08-055-0/+10 * Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-272-1/+2 * KDE Applications: update to 19.04.3Tobias C. Berner2019-07-122-6/+6 * KDE Applications: complete dependency listsTobias C. Berner2019-06-231-1/+2 * Add UTF-8 resource file to x11-clocks/emiclockRodrigo Osorio2019-06-212-2/+12 * - Simplify XFCE MASTER_SITES usageGuido Falsi2019-06-203-3/+3 * x11-clocks/tktz: remove meaningless 85+ from USES tkPietro Cerutti2019-06-121-1/+1 * Update KDE Applications to 19.04.2Tobias C. Berner2019-06-072-6/+6 * Update KDE Applications to 19.04.1Tobias C. Berner2019-05-102-6/+6 * Update KDE Applications to 19.04.0Tobias C. Berner2019-04-192-6/+6 * x11-clocks/tclock: fix drawing bugSteve Wills2019-04-112-17/+27 * Update KDE Applications to 18.12.3Tobias C. Berner2019-03-082-6/+6 * New port: x11-clocks/p5-Tk-Clock: Clock widget with analog and digital displayKai Knoblich2019-03-014-0/+36 * x11-clocks/xclock: Update to 1.0.8Niclas Zeising2019-02-272-6/+9 * Drop maintainershipRoman Bogorodskiy2019-02-241-1/+1 * Update KDE Applications to 18.12.2Tobias C. Berner2019-02-084-8/+6 * Move Objective-C ports to the v2 GNUstep ABI.David Chisnall2019-02-031-1/+1 * x11-clocks/wmfishtime: Remove GTK1 optionTobias Kortkamp2019-02-012-20/+12 * Fix USES, gettext-tools needed here.Guido Falsi2019-01-231-1/+1 * Fix typo in variable name.Guido Falsi2019-01-231-1/+1 * Clenup xfce ports:Guido Falsi2019-01-229-153/+177 * Fix Qt5 symbol version scripts to put the catch-all clause first. WhenTijl Coosemans2019-01-162-0/+2 * Update KDE Applications to 18.12.1Tobias C. Berner2019-01-112-6/+6 * x11-clocks/xdaliclock: Update from 2.43 to 2.44Torsten Zuehlsdorff2019-01-093-5/+6 * Remove KDE4, part 5Rene Ladan2019-01-0126-746/+0 * Change cmake default behaviour to outsource.Tobias C. Berner2018-12-266-6/+6 * Remove expired ports:Rene Ladan2018-12-2122-485/+0 * Update KDE Applications to 18.12.0Tobias C. Berner2018-12-146-10/+6 * Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-122-0/+2 * Remove expired ports:Rene Ladan2018-12-119-125/+0 * Update KDE Applications to 18.09.3Tobias C. Berner2018-11-102-6/+6 * Fix build with GCC-based architectures for various kde@ ports.Tobias C. Berner2018-10-272-2/+2 * Deprecate most glib12 consumersAntoine Brodin2018-10-122-0/+6 * Update KDE Applications to 18.08.2Tobias C. Berner2018-10-122-6/+6 * Deprecate some GNOME 2 applicationsAntoine Brodin2018-10-082-0/+6 * Update Objective-C LLVM version to 6.0.Brooks Davis2018-09-261-1/+1 * Add DOCS options to ports that should have one.Mathieu Arnold2018-09-102-0/+4 * Update the current KDE Applications to 18.08.1, the latest release.Adriaan de Groot2018-09-072-6/+6 * Deprecate KDE4 plasma applets that I maintain. KDE4 is now marked DEPRECATEDJason E. Hale2018-08-312-0/+6 * Deprecate KDE4 software, categories www-x11-themesAdriaan de Groot2018-08-315-0/+15 * Update KDE Applications to 18.08Tobias C. Berner2018-08-252-6/+6 * Remove expired ports:Rene Ladan2018-08-176-48/+0 * x11-clocks/glclock: Revert r474520Tobias Kortkamp2018-07-181-1/+0 * Update KDE Applications to 18.04.3Tobias C. Berner2018-07-142-6/+6 * Deprecate unmaintained ports under the NONE licenseAntoine Brodin2018-07-131-0/+3 * - Fix build with clang 6Dmitry Marakasov2018-07-121-0/+1 * x11-clocks/glclock: Fix build with Clang 6Tobias Kortkamp2018-07-091-0/+15 * Fix build for 12.0Rodrigo Osorio2018-07-032-5/+8 * Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-298-16/+16 * Update KDE Applications to 18.04.2Tobias C. Berner2018-06-102-6/+6 * Return daichi@'s ports back to the pool after his commit bit got safekept.Rene Ladan2018-06-021-1/+1 * Update KDE Applications to 18.04.1Tobias C. Berner2018-05-112-6/+6 * x11-clocks/oclock: update to 1.0.4Niclas Zeising2018-05-102-3/+4 * Update KDE Applications to 18.04.0Tobias C. Berner2018-04-293-6/+7 * New ports: x11-clocks/kteatime, x11-clocks/ktimerTobias C. Berner2018-04-109-0/+172 * Make libgnome and libgnomeui not implying esound dependencyBaptiste Daroussin2018-03-262-2/+2 * Return wxs@'s ports to the pool after his commit bit expired.Rene Ladan2018-03-111-1/+1 * Give the KDE SC4 applications ports a -kde4 suffixTobias C. Berner2018-02-2318-12/+12 * Follow up to r461375Tobias C. Berner2018-02-102-29/+0 * Rename KDE4 meta portsTobias C. Berner2018-02-109-7/+37 * Add missing gtk3 option to xfce USES.Guido Falsi2018-01-261-1/+2 * - Update xfce4-timer-plugin to 1.7.0Guido Falsi2018-01-263-9/+16 * Fix configure options for gnustep-makeDavid Chisnall2017-12-031-1/+1 * Take maintainershipRomain Tartière2017-10-201-1/+1 * Convert USES of tcl or tk from 84+ to 85+Pietro Cerutti2017-09-071-2/+2 * Update GNUstep core libraries.David Chisnall2017-08-211-1/+1 * - Add LICENSEDmitry Marakasov2017-06-181-3/+6 * Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1 * Chase ffmpeg 3.3 update (ABI changes)Thomas Zander2017-04-257-2/+7 * - Switch to USES=localbaseDmitry Marakasov2017-04-101-8/+1 * Update the port to v0.4.9.4 and take maintenershipRodrigo Osorio2017-04-024-17/+19 * - Update to 0.7.0Olivier Duchateau2017-02-264-7/+17 * - Add LICENSEDmitry Marakasov2017-02-251-0/+2 * - add LICENSEDirk Meyer2017-01-292-26/+91 * Reset sanpei@'s ports after 18 months of inactivity.Rene Ladan2017-01-231-1/+1 * Remove libintl.so.9 compatibility link that was added in r374303 toTijl Coosemans2016-12-094-4/+4 * Remove libiconv.so.3 compatibility link that was added in r374303 toTijl Coosemans2016-12-092-2/+2 * Remove libart_lgpl_2.so.5 compatibility link that was added in r374303 toTijl Coosemans2016-12-092-2/+2 * - Add LICENSEDmitry Marakasov2016-11-231-1/+4 * Reset edwin's ports, he has handed in his commit bit.Rene Ladan2016-11-171-1/+1 * ${RM} already has -f.Mathieu Arnold2016-10-213-3/+3 * Introduce new extensible virtual categories for KDETobias C. Berner2016-10-194-12/+4 * - Add LICENSEDmitry Marakasov2016-09-091-0/+3 * Replace Mk/bsd.kde4.mk by Mk/Uses/kde.mk in preparation for KDE Frameworks andTobias C. Berner2016-08-247-17/+16 * Remove unneeded usage of:Mathieu Arnold2016-06-061-2/+1 * Add USE_KDE4 so that KDE4_VERSION is definedSteve Wills2016-05-271-0/+1 * Remove expired misc/kdehier4 and update all of its consumers to not reference...Rene Ladan2016-05-267-7/+6 * Convert tab after WWW: in pkg-descrs to single space as per PHBDmitry Marakasov2016-05-242-2/+2 * - Fix trailing whitespace in pkg-messagesDmitry Marakasov2016-05-191-1/+1 * - Fix trailing whitespace in pkg-descrs, categories [p-x]*Dmitry Marakasov2016-05-197-12/+12 * x11-clocks/glclock: Removed -fforce-mem -fforce-addr to fix build with clangKurt Jaeger2016-05-106-19/+19 * Unbreak.Mathieu Arnold2016-04-124-15/+17 * Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.Mathieu Arnold2016-04-017-10/+10 * - Add LICENSEDmitry Marakasov2016-02-153-14/+17 * Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-134-4/+4 * Cleanup GH_* and variables order.Mathieu Arnold2015-12-291-1/+0 * Unmark BROKEN.Raphael Kubo da Costa2015-12-281-1/+0 * - Switch to options helpersDmitry Marakasov2015-12-281-2/+4 * - Switch to USES=tarDmitry Marakasov2015-12-281-3/+6 * - Update MASTER_SITESMartin Wilke2015-12-251-3/+1 * - Update MASTER_SITESMartin Wilke2015-12-093-20/+66 * - Update to 0.51.Marcelo Araujo2015-12-062-5/+10 * Mark a few ports BROKEN: unfetchableAntoine Brodin2015-11-092-0/+4 * This port is no longer interactive as of r400147.Cy Schubert2015-10-251-1/+0 * Resurrect xalarm 3.06.Cy Schubert2015-10-259-0/+207 * - Unbreak the build by s/glPolygonOffsetEXT/glPolygonOffset/Alexey Dokuchaev2015-10-241-14/+6 * x11-clocks/wmclock: Upgrade version 1.0.15 => 1.0.16John Marino2015-10-163-8/+47 * Mark BROKEN: fails to linkAntoine Brodin2015-09-271-0/+2 * Make all GNUstep ports install into the System domain so that the Local domai...David Chisnall2015-09-192-34/+34 * - Switch to options helpersDmitry Marakasov2015-09-171-18/+11 * Mark as broken: does not fetchBaptiste Daroussin2015-09-141-0/+1 * Mark as broken: does not fetchBaptiste Daroussin2015-09-141-0/+1 * - Switch to options helpersDmitry Marakasov2015-09-051-5/+1 * By default libtool replaces -export-symbols <file> with -retain-symbols-fileTijl Coosemans2015-08-022-1/+2 * - Switch to USES=autoreconfDmitry Marakasov2015-06-031-3/+3 * Remove $FreeBSD$ from patches files everywhere.Mathieu Arnold2015-05-231-2/+0 * MASTER_SITES cleanup.Mathieu Arnold2015-05-1411-19/+10 * Cleanup DIST* variables.Mathieu Arnold2015-05-121-2/+1 * USES=xfce: Stop overriding MASTER_SITE_SUBDIR.Bryan Drewery2015-04-293-6/+3 * Update to 2.43.Wesley Shields2015-04-272-3/+3 * Convert bsd.gnustep.mk to USES=gnustepBaptiste Daroussin2015-04-091-4/+2 * Convert kde@ ports to USES=metaport.Raphael Kubo da Costa2015-04-041-4/+1 * Remove dead mirrorBaptiste Daroussin2015-03-311-1/+1 * 5 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-254-14/+12 * Update KDE SC to 4.14.3Alonso Schaich2015-03-124-8/+8 * Update to 1.0.2Olivier Duchateau2015-03-113-5/+13 * - Simplify MASTER_SITESDmitry Marakasov2015-03-081-4/+7 * The FreeBSD Xfce team proudly presents Xfce 4.12.Olivier Duchateau2015-03-063-8/+9 * Remove Author from pkg-descrBaptiste Daroussin2015-03-033-3/+0 * - Add LICENSEDmitry Marakasov2015-02-251-0/+5 * 1: Upgrade to 1.0.15.Vanilla I. Shu2015-02-112-23/+50 * Move MASTER_SITES from CRITICAL to LOCAL/ehauptEmanuel Haupt2015-01-061-1/+1 * cleanup plistBaptiste Daroussin2014-12-214-5/+0 * Change the way Perl modules are installed, update the default Perl to 5.18.Mathieu Arnold2014-11-262-2/+1 * Cleanup plistAntoine Brodin2014-11-2217-114/+2 * The FreeBSD GNOME team proudly presents GNOME 3.14 and Cinnamon 2.2.Koop Mast2014-11-1917-289/+0 * - Convert ports from korean/, shells/, x11/, x11-clocks/, x11-fm/,Marcus von Appen2014-10-202-2/+2 * KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!Max Brazhnikov2014-10-1913-37/+12 * - Convert theme selection menu to use OPTIONS frameworkGuido Falsi2014-10-138-5/+68 * - Fix reference to stagedir in binaryAntoine Brodin2014-10-122-14/+2 * - Trim @dirrm from pkg-plistJason E. Hale2014-09-221-52/+0 * devel/glib12 x11-toolkits/gtk12:Tijl Coosemans2014-09-133-3/+3 * Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-119-9/+9 * Support STAGEDIRVanilla I. Shu2014-09-031-17/+19 * Make 7 ports jobs unsafeJohn Marino2014-08-311-0/+2 * Fix with perl-5.18Chris Rees2014-08-291-0/+11 * Allow staging as a regular userAntoine Brodin2014-08-211-2/+2 * 2014-08-20 deskutils/horde3-hermes: EOL in April 2012Antoine Brodin2014-08-208-143/+0 * Remove x11-clocks/alarm-clock.Romain Tartière2014-08-186-113/+0 * Upgrade OpenEXR and ilmbase to 2.2.0.Matthias Andree2014-08-167-2/+7 * Stage x11-clocks/aclockJohn Marino2014-08-131-1/+0 * Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-08-087-7/+7 * Bump PORTREVISION on more ports that depend on libgcrypt after the updateTijl Coosemans2014-08-061-0/+1 * - fix order in USESDirk Meyer2014-08-041-1/+1 * Stage x11-clocks/intclockJohn Marino2014-07-311-9/+13 * Convert some more USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-301-1/+1 * Convert a bunch of EXTRACT_SUFX=... into USES=tar:...Adam Weinberger2014-07-302-4/+2 * Convert a bunch of USE_BZIP2 to USES=tar:bzip2Adam Weinberger2014-07-301-2/+1 * Rename all patches that contain '::' as a path separator, and useAdam Weinberger2014-07-301-0/+0 * Rename x11-*/ patch-xy patches to reflect the files they modify.Adam Weinberger2014-07-3015-5/+3 * Update to 2.41.Wesley Shields2014-07-152-3/+3 * Remove NOPORTDOCS.Adam Weinberger2014-07-052-5/+5 * Remove expired ports:Rene Ladan2014-07-056-104/+0 * - USES=libtool tar:bzip2Tijl Coosemans2014-07-022-5/+4 * - USES=libtool tar:bzip2Tijl Coosemans2014-07-022-5/+4 * Stagify.Vanilla I. Shu2014-07-011-14/+12 * 1: Stagify.Vanilla I. Shu2014-07-012-7/+6 * Stagify.Vanilla I. Shu2014-07-011-3/+2 * Reset maintainer, email bouncesAntoine Brodin2014-06-281-1/+1 * - Marked BROKEN, since no public distfilesSoeren Straarup2014-06-261-2/+4 * Remove IS_INTERACTIVE.Jun Kuriyama2014-06-241-8/+1 * Deprecate unmaintained interactive ports for removal in 2 monthsJohn Marino2014-06-211-0/+3 * StagefyDaichi GOTO2014-06-133-149/+124 * - Stagify.Jun Kuriyama2014-06-092-6/+4 * - Update to 1.6.0Olivier Duchateau2014-06-063-5/+12 * - Convert misc/xosd and dependent ports which need it (deskutils/xneur, polis...Dmitry Marakasov2014-05-271-2/+2 * - Fix build on -currentMartin Wilke2014-05-174-47/+61 * Convert x11-toolkits/unique to "USES=libtool pathfix tar:bzip2".Tijl Coosemans2014-05-131-1/+1 * KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!Max Brazhnikov2014-05-114-8/+8 * - Fix build on i386Martin Wilke2014-04-294-48/+26 * The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-179-9/+9 * KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!Max Brazhnikov2014-04-038-16/+12 * KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!Max Brazhnikov2014-03-054-8/+8 * - Update MASTER_SITESMartin Wilke2014-02-272-20/+16 * x11-clocks/wmfuzzy: Update at 1 hertz instead of 10 khzJohn Marino2014-02-262-4/+15 * Remove trailing whitespaces from category x11-clocksEmanuel Haupt2014-02-212-2/+2 * - Bump PORTREVISION after KDE4_PREFIX changeMax Brazhnikov2014-02-182-1/+2 * KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!Max Brazhnikov2014-02-1817-61/+128 * According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-102-0/+6