aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-provider.h
blob: 54b9ef2a2a5870874043d8a501d5e9ba2a70fe62 (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
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* camel-provider.h :  provider management */

/* 
 *
 * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@inria.fr> .
 *
 * 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 CAMEL_PROVIDER_H
#define CAMEL_PROVIDER_H 1


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

typedef enum {
    PROVIDER_STORE,
    PROVIDER_TRANSPORT
} ProviderType;


typedef struct {
    GtkType object_type;        /* used to create instance of the provider */
    ProviderType provider_type; /* is a store or a transport */ 
    gchar *protocol;          /* name of the protocol ("imap"/"smtp"/"mh" ...) */
    gchar *provider_name;     /* name of the provider ("Raymond the imap provider") */
    gchar *description;       /* Useful when multiple providers are available for a same protocol */
} CamelProvider;



#ifdef __cplusplus
}
#endif /* __cplusplus */

#endif /* CAMEL_PROVIDER_H */
s 2014-11-26 multimedia/y4mscaler: Broken for more than 6 months 2014-11-26 devel/rubygem-dep_selector: Broken for more than 6 months * Update to 4.3.4.jkim2014-11-271-4/+4 | * Cleanup plistantoine2014-11-124-6/+0 | * vietnamese/vnless: this port is not jobs safemarino2014-11-051-0/+2 | * Update to 4.3.3.jkim2014-11-011-4/+4 | * Deprecate ports broken for more than 6 monthsantoine2014-10-261-0/+2 | * KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!makc2014-10-192-3/+4 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | USE_KDE4=kdehier component has been deprecated, new components added: baloo - Baloo core libraries baloo-widgets - Baloo widgets library kfilemetadata - KDE library for extracting file metadata New ports: graphics/kqtquickcharts - QtQuick plugin to render interactive charts misc/artikulate - Pronunciation trainer for KDE (not usable currently, links to both GStreamer 1.x and 0.10.x via dependencies) sysutils/baloo[-widgets] - KDE framework for searching and managing user metadata sysutils/kfilemetadata - Library for extracting file metadata l10n ports: - Farsi (Persian) and Indonesian translations has been readded - Vietnamese didn't pass threshold for inclusion into release astro/kstars: - switch dependency from math/eigen2 to math/eigen3 - add PYKDE option for updating supernovae data deskutils/kdepim4: - update dependencies: add libkgapi and baloo, remove now needless clucene, link-grammar, strigi - add patch to fix build with gcc42 - update COMMENT and description for all KDE PIM ports devel/ruby-krossruby: - remove BROKEN, it builds with ruby 2.x now editors/kate: - add patch to disable memory-hungry build of the kate tests [1] graphics/okular: - add dependency on graphics/libkscreen math/cantor: - add optional dependency on lang/luajit for LuaJIT backend - fix gfortran detection [2] misc/kdehier4: - adapt to new pkg world. Now the purpose of kdehier4 only to link some stuff between KDE4_PREFIX and LOCALBASE. science/kalzium: - switch dependency from math/eigen2 to math/eigen3 - add dependence on science/chemical-mime-data x11-themes/kdeartwork4 - switch dependency from math/eigen2 to math/eigen3 among other changes: - drop deprecated USE_KDE4=kdehier - drop @dirrm from plist - clean up pkg-descr - convert to options helpers - other portlint fixes The area51 repository features commits by alonso, rakuco and myself. PR: 187150 [1] Reported by: pe.freethread@live.com Patch by: Tobias Berner <tcberner@gmail.com> PR: 180674 [2] Reported by: torsten.eichstaedt@web.de PR: 194316 Exp-run: antoine * Update to 4.3.2.jkim2014-10-172-5/+4 | * Update the default version of GCC in the Ports Collection from GCC 4.7.4gerald2014-09-112-1/+2 | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) * Remove non staged ports without pending PR from textproc and vietnamesebapt2014-09-0223-923/+0 | * Mark BROKEN: Fails to installantoine2014-08-311-0/+2 | | | | | | | | | ===> Checking if vi-vntex already installed cd: /usr/local/share/texmf/tex: No such file or directory *** [do-install] Error code 2 Reported by: pkg-fallout With hat: portmgr * Upgrade OpenEXR and ilmbase to 2.2.0.mandree2014-08-161-0/+1 | | | | | | | | | | | | | | | | | | | GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so GCC-based systems will upgrade to the default ports compiler (GCC 4.7 currently.) Add two patches to OpenEXR to permit building it in a live system with the older OpenEXR version installed. Bug report filed to upstream Github at https://github.com/openexr/openexr/issues/130 Couple OpenEXR more tightly to ilmbase and require its exact .so version. Add UPDATING note, and bump PORTREVISION of all dependent ports. Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer. Approved by: portmgr (implicit for bumping PORTREVISION on unstaged ports) * - Fix build with clang (functions not returing value)pawel2014-08-087-20/+20 | | | | | | | | | - Respect CFLAGS during build - Add staging support - Switch to PLIST_FILES - Rename patches to current standards MFH: 2014Q3 * Add staging supportpawel2014-08-071-5/+2 | * Add staging supportpawel2014-08-071-5/+2 | * Add staging supportpawel2014-08-071-5/+2 | * Add staging supportpawel2014-08-071-5/+2 | * Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-08-032-2/+2 | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories T-V. CR: D509 Approved by: portmgr (antoine) * Convert some more USE_BZIP2 to USES=tar:bzip2adamw2014-07-301-1/+1 | | | | Approved by: portmgr (not really, but touches unstaged ports) * Rename vietnamese/ patch-xy patches to reflect the files they modify.adamw2014-07-296-0/+0 | * vietnamese/libviet: Fix last commitmarino2014-07-291-1/+1 | | | | | | | I was testing change and forgot to remove the hash before committing. PR: 163226 reported by: Jan Beich * vietnamese/libviet: respect CC/CFLAGSmarino2014-07-281-0/+2 | | | | | | PR: 163226 Submitted by: Jan Beich Approved by: maintainer timeout (~3 years) * vietnamese/vnroff: integrate pkg-plist and cleanup makefilemarino2014-07-282-8/+8 | | | | | | | | | The makefile contained DOS CR endings. While removing those, consolidate pkg-plist into the makefile and do some cosmetic clean up. PR: 185986 Submitted by: takefu (airport.fm) Approved by: maintainer timeout (6 months) * - Add LICENSEsunpoet2014-07-171-0/+2 | * 1: remove NO_STAGE.vanilla2014-07-161-2/+1 | | | | 2: USES=tar:bzip2 * Resetting maintainership on ports that have not been staged and without anybapt2014-07-035-5/+5 | | | | | | pending PR With hat: portmgr * Stagify.vanilla2014-07-024-22/+32 | | | | Approved by: portmgr@ (blanket approval) * Update to 4.2.5.jkim2014-06-241-4/+4 | * Update to libreoffice 4.2.4bapt2014-06-111-4/+4 | | | | | | | | - Speed staging phase by really installing to the stagedir directly - Rework to use predefined targets for build and install - Strip binaries - Remove now unnecessary dependencies on autotools - Add patches to fix crashes with icu 53.1 * vietnamese/vis2u: Fix EXTRACT_AFTER_ARGSmarino2014-06-011-2/+1 | | | | | | The EXTRACT_AFTER_ARGS came after <bsd.port.mk>, and even if it were to be merly moved, it likely still would not work. This argument is not additive due to use of conditional initialization. * vietnamese/unicode-uhoai: Fix deinstall and add stage supportmarino2014-05-313-10/+19 | | | | | | | | | | | | | | | | | This port had a few problems: * The package list tried to remove the wrong directory * The pkg-install script installs font.dir and font.scale files but never tries to remove them. This causes orphan checks to fail * The EXTRACTS_BEFORE_ARGS may not be additive (don't use +=) * The EXTRACTS_BEFORE_ARGS definition came after <bsd.port.mk> so it was never seen anyway * The latter may mean that the font never installed properly if the file didn't get transformed to lower case. After staging, I added a pkg-deinstall script. I'm not 100% sure it's correct if there are more than one Truetype font installed, but it's a lot better than it was and it removes the font.* stuff upon deinstall. This passes testport in poudriere. * KDE/FreeBSD team presents KDE SC 4.12.5 and KDE Workspace 4.11.9!makc2014-05-111-2/+2 | | | | | | | deskutils/kdepim4: - Remove no longer needed patch, the problem was fixed since Qt 4.8.4. The area51 repository features commits by rakuco and makc. * Update to 4.1.6.jkim2014-05-071-4/+4 | * Mark broken: Conflicts with dependency vnpstext on share/vn-fonts/initcour.psantoine2014-04-061-0/+2 | | | | | | Installing vi-vnlpr-2.0...pkg-static: vi-vnlpr-2.0 conflicts with vi-vnpstext-1.1 (installs files into the same place). Problematic file: /usr/local/share/vn-fonts/initcour.ps Reported by: pkg-fallout * KDE/FreeBSD team presents KDE SC 4.12.4 and KDE Workspace 4.11.8!makc2014-04-031-2/+2 | | | | | | | | | | | | | | | | | | | | KDE ports: - Convert to USES=tar:xz devel/p5-perlqt, multimedia/kdemultimedia4-ffmpegthumbs: - Convert LIB_DEPENDS to new style devel/p5-perlqt, devel/p5-perlkde: - Don't remove directories installed by perl port net/kdnssd: - moved to net/zeroconf-ioslave (renamed upstream) x11/kdelibs4: - Clean up non-standard shared mime files and directories after deinstall The area51 repository features commits by Alonso Schaich <alonsoschaich@fastmail.fm> and makc. * Support stagingehaupt2014-03-172-10/+12 | * Stagify, generally cleanup Makefile, provide more useful port description.danfe2014-03-162-17/+23 | * Support stagingehaupt2014-03-132-6/+5 | * Unbreakantoine2014-03-121-1/+1 | * Unbreakantoine2014-03-121-1/+1 | * Convert u* and v* to USES=zipbapt2014-03-117-7/+7 | * KDE/FreeBSD team presents KDE SC 4.12.3 and KDE Workspace 4.11.7!makc2014-03-051-2/+2 | | | | | | | | | | | | | | | | | | deskutils/kdepim4: - Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1] misc/kdehier4: - add tests directory (r343428 commit to Templates/BSD.local.dist) security/kwallet: - moved to security/kwalletmanager (renamed upstream) x11/kdelibs: - remove workaround, which is not needed after global fix in Mk/bsd.kde4.mk (r315373) PR: ports/187259 [1] Submitted by: Tobias Berner <tcberner@gmail.com> * Support stagingehaupt2014-02-271-4/+2 | * - Stage supportmiwi2014-02-263-7/+6 | * Update to 4.1.5. It is partially based on the following PR.jkim2014-02-261-4/+4 | | | | PR: ports/186265 * KDE/FreeBSD team presents KDE SC 4.12.2 and KDE Workspace 4.11.6!makc2014-02-183-6/+23 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Among changes: - Switch KDE4_PREFIX to ${LOCALBASE} - Remove now needless misc/kde4-shared-mime-info port - Add stage support - Remove ancient CONFLICTS (KDE 4.9 and less) and LATEST_LINK - Squeeze MASTER_SITES/MASTER_SITE_SUBDIR - Convert LIB_DEPENDS to new style - Use options helpers - Drop support for FreeBSD 7.x - Remove Qt/KDE 3 related workarounds - Remove local patches and use upstream version scheme for libraries - sysutils/kdeadmin4, net/kdenetwork4, devel/kdesdk4, and x11-clocks/kdetoys4 ports have been split. - devel/kcachegrind is now a part of KDE SC [1] - more logs in area51 repo... New ports: devel/kde-dev-scripts: KDE development scripts devel/kde-dev-utils: KDE development utilities games/klickety: Tetris themed solitaire games/picmi: Single player logic-based puzzle game textproc/libkomparediff2: Library to compare files and strings The area51 repository features commits by Schaich Alonso, avilla, rakuco and myself. PR: ports/186491 Exp-run: by bdrewery Approved by: beat (former maintainer) [1] * Fix properties on pkg-plistbapt2014-01-2210-10/+0 | * Support stagebapt2014-01-203-7/+5 | | | | | | | | Fix WWW PR: ports/184278 Submitted by: Takefu <takefu@airport.fm> Approved by: maintainer timeout * - Use single space after WWW:sunpoet2013-11-181-1/+1 | * Support stage, use bsdtar to extractbapt2013-11-041-4/+3 | * Stagifybapt2013-11-041-1/+0 | | | | | Fix shebang for aspell itself, make perl also a run dependency for aspell (needed for a couple of scripts) Always install manpages for aspell. * - Update to 4.0.6.jkim2013-10-262-5/+4 | | | | - Support staging. * Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-2121-110/+39 | | | | vietnamese) * Update to 4.0.5.jkim2013-08-231-4/+4 | * KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-275-369/+0 | | | | | | | | | | | | | | | | Unfortunately, this also affects some ports using QT3 as a GUI toolkit. Changes to infrastructure files: - bsd.kde.mk : obsolete, remove - bsd.qt.mk : note that a CONFLICTS_BUILD line can probably go after a while - CHANGES : document the removals from bsd.port.mk - KNOBS : remove KDE and QT (KDE4 and QT4 should be used instead) - MOVED : add the removed ports PR: ports/180745 Submitted by: rene Approved by: portmgr (bapt) Exp-run by: bapt * Fix INDEX by really fixing the kde4-l10n portsbapt2013-07-101-0/+1 | * KDE4 l10n fixes.rakuco2013-07-101-2/+1 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove an entry from all plists that slipped under radar and made packaging fail. - Properly save the OPTIONS defined by the user in the l10n ports. [1] Quoting bapt, master of all things ports: That is because misc/kde4-l10n/files/bsd.l10n.mk is totally wrong it does ... .include <bsd.port.pre.mk> ... .include <bsd.port.options.mk> ... .include <bsd.port.post.mk> First the right order in that case should be: ... .include <bsd.port.options.mk> ... .include <bsd.port.pre.mk> ... .include <bsd.port.post.mk> Second in that case (kde) the pre.mk/post.mk can be removed just keeping the options.mk and given that we now have the helpers options.mk can also be removed. The check for variables in OPTIONS_DEFINE is also useless (already done by the framework) defining OPTIONS_DEFINE and OPTIONS_DEFAULT to some empty values is also useless. No PORTREVISION bump because the generated packages do not change regardless of the changes/fixes in behavior here. Reported by: avg [1] Submitted by: bapt [1] * Update the KDE Software Compilation to 4.10.5.rakuco2013-07-051-2/+2 | | | | | | | | | | | | | | | | | | | Proudly brought to you by the KDE on FreeBSD team. We're sorry to ship two KDE updates in just a few days, but the work on 4.10.5 was very light compared to 4.10.4 so it was ready much faster. The release announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.5.php The biggest news for us on FreeBSD is that the Ruby bindings should work with Ruby 1.9 now. I will probably add a note to UPDATING later about this, but as avilla@ pointed out, the clang support we mentioned that was improved in 4.10.4 requires a rebuild of the ports that depend on kdelibs4. Most of them are covered by this update, but those which are not part of the Software Compilation need to be rebuilt manually to make sure the previous issues (proper symbol visibility being the most annoying of them) are solved. * Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-031-2/+2 | | | | | | | | | | | | | | | With commits from avilla@, makc@, rakuco@ and Schaich Alonso. The upstream announcement can be found in [1]. [1] http://www.kde.org/announcements/announce-4.10.4.php clang support should be more stable now, with clang being recognized by kdelibs4 and being passed the correct flags to build other ports. Additionally, all ports being committed have been verified to build with -CURRENT's clang 3.3 on an amd64 tinderbox (special thanks go to swills@ for providing it). Work on the newly-released 4.10.5 will begin shortly. * Update to 4.0.4.jkim2013-06-201-4/+4 | * - Fix ttfm's xttfm module to really update fonts.{dir,scale} to reflectrafan2013-06-204-4/+4 | | | | | | | | | the fonts installed - Bump PORTREVISION for all ports using chinese/ttfm/Makefile.ttf PR: ports/179608 Reported by: Antoine Brodin (antoine@) Tested by: Antoine Brodin (antoine@) * Fix build with clangbapt2013-05-271-2/+11 | * KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-192-4/+2 | | | | | | - Remove patches and checks for unsupported FreeBSD versions. The area51 repository features commits by avilla, rakuco and myself. * Rectify USE_TEX to support both of teTeX and TeXLive.hrs2013-05-121-1/+1 | | | | | | | | | TEX_DEFAULT: A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf. USE_TEX: A knob for port developers. Valid keywords are listed in bsd.tex.mk. * Update to 4.0.3.jkim2013-05-101-4/+4 | * Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-061-3/+1 | | | | instead to make migration to TeXLive easier. * - Convert USE_GETTEXT to USES (part 2)ak2013-04-241-1/+1 | | | | Approved by: portmgr (bapt) * Update to 4.0.2.jkim2013-04-171-4/+4 | | | | Feature safe: yes * KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-273-5/+12 | | | | | | | | | | | | | | | | | | | | | | | - kdegames4 port has been split. - kdeutils4-printer-applet and system-config-printer-kde have been replaced by print/kde4-print-manager. - Recover misc/kde4-l10n-mr from attic. - New USE_KDE4 components: kactivities, libkdegames, nepomuk-core, and nepomuk-widgets. - Provide sharedmime component with magic: ports don't need to run update-mime-database themselves now. - Switch some ports to out-of-source build. - Update port comments. - Adjust dependence on Qt4 components. - x11/kde4 installs modern kdepim4 now. - Remove redundant aspell and hspell from kdelibs4, both can be enabled in textproc/enchant if needed. - Remove stale bits from bsd.kde4.mk The area51 repository features commits by Schaich Alonso and myself. Contributors: - Tobias Berner * 2013-03-05 ftp/proma: Broken for more than 6 monthbapt2013-03-1033-2132/+0 | | | | | | | | | 2013-03-05 vietnamese/vnelvis: Broken for more than 6 month 2013-03-05 devel/rubygem-ncursesw: Broken for more than 6 month 2013-03-05 www/wyvern: Broken for more than 6 month 2013-03-05 devel/xlslib: Broken for more than 6 month 2013-03-05 mail/firetray: Broken for more than 6 month 2013-03-05 vietnamese/vnterm: Broken for more than 6 month * Update to 4.0.1.jkim2013-03-092-5/+5 | * Mark as deprecated a bunch of ports that are marked as broken for more than 6bapt2013-02-052-12/+8 | | | | month without a fix * Update to 3.6.5.jkim2013-02-051-4/+4 | * KDE/FreeBSD team presents KDE SC 4.9.5 ports!makc2013-02-043-9/+13 | | | | | | | | | | | | | | | | | | | | | | | | - kdebindings ports have been renamed to match upstream. - kdemultimedia and kdenetwork have been split. - New port games/pairs added. - Trim Makefile header - Convert to new option framework - New USE_KDE4 components: libkcddb, libkcompactdisc - Update: databases/akonadi to 1.9.0 devel/grantlee to 0.3.0 textproc/rasqal to 0.9.30 textproc/redland-bindings to 1.0.16.1 textproc/soprano to 2.9.0 x11-toolkits/attica to 0.4.1 The area51 repository features commits by Schaich Alonso, avilla, dbn, jhale, makc and rakuco. Contributors: - Oleg Sidorkin - Tobias Berner - Kurt Jaeger * - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-301-0/+3 | | | | | | | | was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe * - Update to 3.5.7.jkim2012-10-272-9/+4 | | | | | | - Trim Makefile headers. Feature safe: yes * - Update to 3.5.6.jkim2012-08-241-4/+4 | | | | | | | - Use system mdds. - Fix build with the recent Clang (CURRENT). - Enable visibility for recent Clang (9.1 and CURRENT). - Attempt to fix build on 7.x and 8.x (not tested). * - Update LibreOffice and the language packs to 3.5.5.jkim2012-07-181-4/+4 | | | | - Add new language packs, i.e., ast, bo, kn, lb, and ug. * - The FreeBSD Office team is proud to announce LibreOffice.org 3.5.4 releasefluffy2012-07-011-4/+4 | | | | | | | | for FreeBSD platform! Now with system boost-1.48 support and powered by clang-3.1 by default Dima, behalf of FreeBSD Office team * KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x ↵makc2012-06-151-2/+2 | | | | | | series. Official announcement: http://kde.org/announcements/announce-4.8.4.php * - update png to 1.5.10dinoex2012-06-012-2/+2 | * Fix CATEGORIESmakc2012-05-251-1/+1 | | | | Reported by: erwin * KDE/FreeBSD team presents long awaited KDE SC 4.8.3!makc2012-05-255-0/+248 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kdeaccessibility4 and kdeutils4 are now meta ports. deskutils/kdepim4 updated to match KDE SC version, old kdepim preserved in deskutils/kdepim44. Follow UPDATING instruction! New ports: - accessibility/kaccessible - accessibility/kmag - accessibility/kmousetool - accessibility/kmouth - archivers/ark - comms/kremotecontrol - deskutils/kcharselect - deskutils/kdepim44 - deskutils/kdepim44-runtime - deskutils/superkaramba - devel/kdebindings4-perl-perlkde - devel/kdebindings4-perl-perlqt - math/analitza - math/kcalc - misc/kde4-l10n-fa - security/kgpg-kde4 - security/kwallet - sysutils/kdf - sysutils/kfloppy - sysutils/sweeper - vietnamese/kde4-l10n - x11-clocks/ktimer - x11/kactivities - x11/libkonq Removed ports: - devel/kdebindings4-kross-interpreters - devel/kdebindings4-python - devel/kdebindings4-ruby - devel/kdebindings4-smoke * Add the forgotten categoriesbapt2012-04-231-0/+1 | | | | Reported by: Dan Langille (dvl on irc) * - upgrade to 3.5.2bapt2012-04-234-0/+21 | | | | | | | | | | | | | | | | - switch and force compiler to clang using the one from base on 9 and CURRENT, the one from ports if not found in base - now only build en_US version, all localisation are available through separated ports. - Graphite smart font is now used by default - Rebundle boost to easier upgrading boost - Rebundle mdds the one from the ports seems incompatible with clang - Unbundle all the fonts Thank you to jgh and Kuan-Chung Chiu <buganini@gmail.com> for testings and feedback Thank you to iXsystems for providing resources to build/test libreoffice * The vast majority of pkg-descr files had the following format when theydougb2011-10-241-3/+0 | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues * Provide a new MASTER_SITE.obrien2011-10-062-8/+6 | * Turns out that some geocities sites are more dead than others.dougb2011-08-242-2/+2 | | | | | | My apologies for the inconvenience. Meanwhile, s/BROKEN/DEPRECATED/ which is what I meant anyway. :-/ * Geocities has been gone for almost 2 years now, so let's removedougb2011-08-234-4/+6 | | | | | | references to it. Deprecate ports whose only MASTER_SITE is (was) geocities * - Set DIST_SUBDIR: move dist files to DISTDIR/hunspellsunpoet2011-08-182-2/+3 | * - Change MASTER_SITES to my LOCAL to avoid implicit change of non-versionedsunpoet2011-08-182-4/+4 | | | | dist files * - Unify COMMENT and pkg-descrsunpoet2011-08-132-3/+3 | | | | | | - Set WRKSRC - Fix typo - Add trailing slash of WWW * Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-031-2/+0 | | | | disappeared. * Bye bye abandonwares (part 5)bapt2011-08-015-52/+0 | | | | | | | | | | | | | | | | | | | | | 2011-08-08 russian/messarge: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 russian/pgp.language: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 security/ifd-gempc410: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 security/libidea: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 security/rain: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 sysutils/Tee: Has expired: No more public distfile 2011-08-08 sysutils/curly: Has expired: No more public distfiles 2011-08-08 sysutils/i855vidctl10: Has expired: No more public distfiles 2011-08-08 sysutils/ltrace: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 sysutils/rsyslog3-snmp: Has expired: unsupported upstream 2011-08-08 sysutils/xapply: Has expired: No more public distfiles 2011-08-08 textproc/asm2html: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 textproc/diff-mode.el: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 vietnamese/gtk-im-vi: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 www/campsite: Has expired: Does not work 2011-08-08 www/p5-PLP: Has expired: No more upstream, looks like an abandonware 2011-08-08 www/wcol: Has expired: Looks like an abandonware, no more public distfiles 2011-08-08 x11-toolkits/sdl_gui: Has expired: Looks like an abandonware, no more public distfiles * - Sort SUBDIRssunpoet2011-08-011-1/+1 | | | | - Fix NO_VIET_KDE coverage * - Move language prefix to PKGNAMEPREFIXsunpoet2011-07-291-8/+8 | | | | | | | | | - Use DATADIR - Use PLIST_DIRSTRY for DATADIR - Explicitly list installing filenames - Bump PORTREVISION for PORTNAME and PLIST change - Sort PLIST - Cosmetic change * - Fix typosunpoet2011-07-251-1/+1 | * Pass matainership to the new office teambapt2011-07-221-1/+1 | * Add vietnamese hunspell dictionnarybapt2011-07-204-0/+37 | * Reset maintainership de jure. In fact KDE 3 has not been maintained by our teammakc2011-07-081-1/+1 | | | | | | for a long time, not to mention upstream. Discussed a while ago among the KDE/FreeBSD team. * - Kick MD5 supportmiwi2011-07-032-2/+0 | * Last bunch of deprecation: no more public distfiles and/or abandonware... ↵bapt2011-06-171-0/+3 | | | | last one for now * Bump PORTREVISION after open-mofit updatemakc2011-05-021-1/+1 | * - Get Rid MD5 supportmiwi2011-03-1919-20/+0 | | | | With hat: portmgr (myself) * - Remove unnecessary PKGNAMEPREFIX declarationsunpoet2011-01-092-2/+0 | | | | | | | | - Remove obsolete MD5 checksum while I'm here PR: ports/153634 Submitted by: sunpoet (myself) Approved by: pav (with portmgr hat) * Autotools update. Read ports/UPDATING 20100915 for details.ade2010-09-161-2/+1 | | | | | Approved by: portmgr (for Mk/bsd.port.mk part) Tested by: Multiple -exp runs * UniKey is a very small and easy-to-use Vietnamese keyboard for Windows.pav2010-08-134-0/+33 | | | | | | | | | | X-Unikey is Unikey ported to Linux and FreeBSD. X-Unikey lets you type Vietnamese in X Window environment. WWW: http://www.unikey.org/linux.php PR: ports/148389 Submitted by: Alexander Yerenkow <yerenkow@gmail.com> * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1 | * - update to 1.4.1dinoex2010-03-284-4/+4 | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi * - update to jpeg-8dinoex2010-02-054-4/+4 | * - Mark MAKE_JOBS_UNSAFEpav2009-11-231-0/+1 | | | | Reported by: pointyhat * Reset chinsan@FreeBSD.org due to numerous maintainer-timeouts and nolinimon2009-08-295-5/+5 | | | | | | response to email. Hat: portmgr * - Switch SourceForge ports to the new File Release System: categories ↵amdmi32009-08-223-6/+3 | | | | starting with T,U,V * - bump all port that indirectly depends on libjpeg and have not yet been ↵dinoex2009-07-313-2/+3 | | | | | | bumped or updated Requested by: edwin * Convert most of remaining ports that depend on xorg-libraries toamdmi32009-06-09