/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ #include "camel.h" int main (int argc, char**argv) { GtkType type; gtk_init (&argc, &argv); camel_init (); printf ("Test 3 : data wrapper repository\n"); printf ("\nMime type : \"multipart\"\n"); type = data_wrapper_repository_get_data_wrapper_type ("multipart"); printf ("Type found %s\n", gtk_type_name (type) ); printf ("\nMime type : \"multipart/alternative\"\n"); type = data_wrapper_repository_get_data_wrapper_type ("multipart/alternative"); printf ("Type found %s\n", gtk_type_name (type) ); printf ("\nMime type : \"toto/titi\"\n"); type = data_wrapper_repository_get_data_wrapper_type ("toto/titi"); printf ("Type found %s\n", gtk_type_name (type) ); printf ("Test3 finished\n"); return 1; } header'> cgit logo index : gsoc2013-empathy
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
path: root/release.py
Commit message (Expand)AuthorAgeFilesLines
* update last_tag_patternGuillaume Desmottes2012-09-251-1/+1
* remove released flag and update release.pyGuillaume Desmottes2012-04-301-1/+1
* release.py: update last_tag_patternGuillaume Desmottes2012-03-261-1/+1
* prepare 3.3.2Guillaume Desmottes2011-11-211-1/+1
* release.py: update last_tag_patternGuillaume Desmottes2011-09-261-1/+1
* configure.ac: Generate xz tarballs with ustar format by defaultJavier Jardón2011-08-171-5/+2
* release.py: detect bug numbers using their full URLGuillaume Desmottes2011-07-131-2/+3
* release.py: update last_tag_patternGuillaume Desmottes2011-07-041-1/+1
* Prepare 3.1.2Guillaume Desmottes2011-06-101-1/+1
* prepare 2.91.4.2EMPATHY_2_91_4_2Guillaume Desmottes2010-12-231-0/+1
* release.py: update last_tag_patternGuillaume Desmottes2010-10-181-1/+1
* release.py: update last_tag_patternGuillaume Desmottes2010-10-04ref='/~lantw44/cgit/cgit.cgi/freebsd-ports-gnome/commit/polish?h=mate-1.18&id=43bd9f14d9ce11690e9538bf3b03d3462faa6dbe'>Presenting GNOME 2.20.1 and all related works for FreeBSD. The officialmarcus2007-10-253-13/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338
* Remove always-false/true conditions based on OSVERSION 500000edwin2007-10-041-3/+0
|
* - Update to 0.1.1.trasz2007-09-083-6/+7
| | | | | | PR: ports/116173 Submitted by: trasz Approved by: maintainer (via irc), miwi (mentor, implicit)
* - Update to 2.3.0miwi2007-07-273-16/+4
| | | | | PR: 114942 Submitted by: Piotr Smyrak <smyru@heron.pl> (maintainer)
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptrafan2007-07-231-1/+0
| | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run
* Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-0412-25/+272
|
* - Update to 1.7itetcu2007-06-113-20/+11
| | | | | | | - Fix manpaths PR: ports/113224 Submitted by: Jan Srzednicki (maintainer)
* Update to 1.7.1itetcu2007-06-112-4/+4
| | | | | PR: ports/113223 Submitted by: Jan Srzednicki (maintainer)
* - Welcome X.org 7.2 \o/.flz2007-05-2011-5/+10
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Update to 20070303.trasz2007-04-206-35/+125
| | | | | | PR: ports/111268 Submitted by: trasz Approved by: maintainer (mentor miwi)
* - When devel/libexecinfo presents, configure script detects but does notrafan2007-04-172-4/+10
| | | | | | | | | | | set LDFLAGS correctly. Therefore, unconditionally depends on libexecinfo and set correct LDFLAGS. - Disable libungif, libjpeg, and openssl support since they are disabled in libgadu PR: ports/110453 Submitted by: mwisnicki at gmail.com Approved by: maintainer timeout (1 month)
* - Fix after objformat removalpav2007-03-281-7/+4
| | | | Reported by: pointyhat
* Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-1413-21/+512
|
* - Update 1.7 rc3rafan2007-03-122-6/+6
| | | | | | | - Make it fetchable again PR: ports/110202 Submitted by: maintainer (different address)
* - Update to 1.7 RC2rafan2007-02-253-18/+34
| | | | | | | - Remove default aspell. Add option for that. PR: ports/109487 Submitted by: Aleksander Fafula (maintainer)
* - Update to 0.5.0rafan2007-02-256-371/+827
| | | | | | | | | - Drop 4.x support - Add precompiled header support for faster build - Add option to install old set of emoticons PR: ports/109492 Submitted by: Marcin Wisnicki <mwisnicki+freebsd at gmail.com> (maintainer)
* - Update to 1.7.0rafan2007-02-244-37/+9
| | | | | | PR: ports/108989 Submitted by: Marcin Wisnicki <mwisnicki+freebsd at gmail.com> Approved by: maintainer via irc
* - Update to 2.1.0pav2007-02-082-4/+4
| | | | | PR: ports/108834 Submitted by: Krzysztof Kowalewski <pyzmen@kam.pl> (maintainer)
* Update to 2.0.4rc2itetcu2006-12-282-5/+4
| | | | | PR: ports/107276 Submitted by: Krzysztof Kowalewski (maintainer)
* Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-2013-18/+507
| | | | Approved by: portmgr
* Update the ftp/curl port to 7.16.0.roam2006-12-131-1/+2
| | | | | | | | | | Bump PORTREVISION of all dependent ports. Fix the build errors in the few ports that still use the long deprecated, and now obsoleted, cURL options. Thanks to everyone who took the time to look over the patch! Discussed on: -ports
* - Update to 6.0.20061121miwi2006-12-133-4/+5
| | | | | PR: ports/106575 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
* - Respect X11BASErafan2006-12-031-0/+3
| | | | | | PR: ports/106228 Submitted by: rafan Approved by: Maciek Korze <maciek at korzen.org> (maintainer)
* - Add OPTIONS to enable optional modules for: spellchecker, esound, arts, tabspav2006-11-204-4/+95
| | | | | | | | in chat windows PR: ports/105109 Submitted by: Pawel Pekala <c0rn@o2.pl> Approved by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer)
* Update master site.lawrance2006-11-051-2/+2
| | | | | | | s/INSTALLS_SHLIB/USE_LDCONFIG/ PR: ports/104655 Submitted by: Aleksander Fafula <alex@fafula.com> (maintainer)
* Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-142-6/+9
| | | | | | | new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
* KDE 3.5.4 / KOffice 1.5.2lofi2006-09-1310-18/+480
|
* - Update to 2.2.9pav2006-09-079-177/+34
| | | | | | | - Switch to libgadu PR: ports/102908 Submitted by: Piotr Smyrak <piotr.smyrak@heron.pl> (maintainer)
* Set correct dependency on libgadu.itetcu2006-07-291-1/+2
| | | | | PR: ports/99728 Submitted by: Marcin Wisnicki (maintainer)
* - Add conflict with older versions of ekg to prevent overwrite of libgadu.so.itetcu2006-07-292-6/+30
| | | | | | | | | | | | - hacked Makefile to install correct files instead of playing with them in post-install stage. Added file(s): - files/patch-Makefile.in PR: ports/99727 Submitted by: Marcin Wisnicki Approved by: maintainer timeout
* Make polish/ekg not install libgadu.so and use the one provided withitetcu2006-07-293-18/+21
| | | | | | | | polish/libgadu. PR: ports/99725 Submitted by: Marcin Wisnicki Approved by: maintainer timeout
* All dictionaries can be installed separately:thierry2006-07-154-7/+15
| | | | | | | | | | | | | | | | | | - by default, textproc/aspell installs the English dictionaries (no change); - thereafter you can install any foreign dictionary; - when you install a foreign dictionary, i.e. french/aspell or textproc/da-aspell, it installs only the dictionaries, and depends upon textproc/aspell for the programs; - if you don't need the English dictionaries, you can define WITHOUT_DICTEN or install textproc/aspell-without-dicten; - add a new port for textproc/en-aspell: if aspell had been installed without the English dictionaries, they can be added thereafter; - add a missing port for german/alt-aspell; - foreign dictionaries are almost independent from textproc/aspell, and their maintainership is available. Credits: special thanks to Serge Gagnon <ser_gagnon (at) sympatico.ca>
* - convert to OPTIONSitetcu2006-07-132-94/+25
| | | | | | | | | | - DEPRECIATE becasue it has no maintianer, it's not developed for quite some time now, alternatives exist in PT (polish/gnugadu2) - set expiration date in a month. PR: ports/99163 Submitted by: Arseny Nasokin <tarc@tarc.po.cs.msu.su> Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
* Update MASTER_SITES and WWWitetcu2006-06-142-2/+2
| | | | | PR: ports/98901 Submitted by: maintainer
* Update to 20060519miwi2006-06-073-77/+88
| | | | | PR: ports/97967 Approved by: krion (mentor), maintainer
* Update to KDE 3.5.3lofi2006-06-064-22/+146
|
* - Rename portspav2006-05-281-1/+1
| | | | | textproc/gtkspell2 -> textproc/gtkspell textproc/gtkspell2-reference -> textproc/gtkspell-reference
* Update to KOffice 1.5.1lofi2006-05-276-12/+12
|
* Remove USE_REINPLACE from all categories starting with Pedwin2006-05-134-5/+0
|
* Update to KOffice 1.5.0lofi2006-04-299-15/+24
| | | | | Approved by: portmgr (kris) cVS: arabic/koffice-i18n/distinfo arabic/koffice-i18n/pkg-descr
* - Fix broken WWWmnag2006-04-291-1/+1
| | | | | | PR: 95751 Submitted by: Aleksander Fafula <alex___fafula.com> Approved by: maintainer timeout (14 days)
* [maint update] polish/ekg2 fix 4.x compilation and upgradeedwin2006-04-052-4/+5
| | | | | PR: ports/95319 Submitted by: Aleksander Fafula <alex@bsdguru.org>
* - Mark broken on 4.Xpav2006-04-041-1/+7
| | | | Reported by: krismail
* Text-based Gadu-Gadu (and other) client for Unix-like systems.pav2006-04-025-0/+150
| | | | | | | | | | | | | Gadu-Gadu is an ICQ-like messenger for polish language users. EKG2 is similar to EKG. It has many improvements like Jabber and IRC plugins. It is considered to be in its development stage, so use with care. WWW: http://ekg2.org/ PR: ports/95214 Submitted by: Aleksander Fafula <alex@bsdguru.org>
* Disable OpenSSL support. This is not a big deal since gadugadu serversmarcus2006-04-021-1/+2
| | | | | | | | | | do not currently support SSL. See https://sourceforge.net/tracker/?func=detail&atid=300235&aid=1424846&group_id=235 for more details. PR: 93689 Submitted by: Matthew Luckie <mjl@luckie.org.nz> Approved by: maintainer
* Update to KDE 3.5.2lofi2006-03-314-128/+192
|
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* Conversion to a single libtool environment.ade2006-02-232-19/+19
| | | | Approved by: portmgr (kris)
* Update to KDE 3.5.1.lofi2006-02-014-18/+162
|
* BROKEN: Needs to be converted to use OPTIONS. The home-brewed configurekris2006-01-281-0/+2
| | | | script is interfering with package builds.
* SHA256ifyedwin2006-01-247-0/+7
| | | | Approved by: krion@
* Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtryedwin2006-01-222-15/+15
| | | | | Approved by: krion@ PR: ports/88711 (related)
* A library used by many Instant Messangers that can communicate using thepav2006-01-155-0/+43
| | | | | | | Gadu-Gadu protocol. PR: ports/91675 Submitted by: Aleksander Fafula <alex@bsdguru.org>
* Update to KDE 3.5.0lofi2006-01-094-110/+152
|
* Chase the dbus shared lib version.marcus2006-01-011-1/+1
|
* - Update to version 0.4.3az2005-12-152-4/+4
| | | | | PR: ports/90412 Submitted by: Marcin Wisnicki (maintainer)
* Remove expired ports.lawrance2005-12-157-136/+0
|
* - Respect X11BASE\LOCALBASEaz2005-12-062-59/+71
| | | | | | | - Implement DATADIR macro PR: ports/89487 Submitted by: maintainer
* - Change mainter email addressaz2005-11-263-2/+3
| | | | | | | - Add SHA256 PR: ports/89490 Submitted by: maintainer
* - Change maintainer email address.az2005-11-263-4/+5
| | | | | | | - Add SHA256 PR: ports/89488 Submitted by: maintainer
* - Add SHA256pav2005-11-262-0/+2
|
* - Add SHA256sem2005-11-181-0/+1
| | | | | PR: ports/89185 Submitted by: Marcin Wisnicki (maintainer)
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1
| | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
* - Update to 1.6pav2005-11-122-7/+7
| | | | | | | - Give maintainership to <alex@bsdguru.org> PR: ports/88858 Submitted by: <jacek@combit.com.pl> (maintainer)
* - Update to 20051022pav2005-11-103-16/+22
| | | | | PR: ports/88763 Submitted by: Aleksander Fafula <alex@fafula.com> (maintainer)
* - Change second category to be net-impav2005-11-104-4/+4
| | | | Suggested by: arved
* Move instant messaging related ports to newly created net-im category:pav2005-11-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | net/gaim -> net-im/gaim net/gaim-latex -> net-im/gaim-latex net/gaim-openq -> net-im/gaim-openq net/gaim-rss-reader -> net-im/gaim-rss-reader net/gicq -> net-im/gicq net/gnomeicu2 -> net-im/gnomeicu2 net/gossip -> net-im/gossip net/ickle -> net-im/ickle net/jabber -> net-im/jabber net/jabber-aim -> net-im/jabber-aim net/jabber-conference -> net-im/jabber-conference net/jabber-jud -> net-im/jabber-jud net/jabber-msn -> net-im/jabber-msn net/jabber-users-agent -> net-im/jabber-users-agent net/jabber-yahoo -> net-im/jabber-yahoo net/jarl -> net-im/jarl net/kf -> net-im/kf net/libicq -> net-im/libicq net/libicq2000 -> net-im/libicq2000 net/loudmouth -> net-im/loudmouth net/meanwhile -> net-im/meanwhile net/meanwhile-gaim -> net-im/meanwhile-gaim net/newsbot -> net-im/newsbot net/ocaml-jabbr -> net-im/ocaml-jabbr net/psi -> net-im/psi net/py-jabber -> net-im/py-jabber net/py-twistedWords -> net-im/py-twistedWords net/p5-Net-Jabber -> net-im/p5-Net-Jabber Repocopied by: marcus
* Update to KDE 3.4.3 / KOffice 1.4.2lofi2005-11-0513-16/+156
|
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-052-1/+2
|
* Respect LOCALBASE and X11BASE.lawrance2005-11-011-0/+2
| | | | | PR: ports/88280 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer)
* Remove all the secondary port of editors/ooodict-allmaho2005-11-012-24/+0
| | | | | | localized ones should be activated via knob like: % cd ports/editors/ooodict-all % make LOCALIZED_LANG=ABC
* BROKEN: Size mismatchkris2005-10-291-0/+2
|
* Add missing patch filesedwin2005-10-232-0/+68
| | | | | PR: ports/87666 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
* [MAINTAINER] polish/pl-kadu: update to 0.4.2edwin2005-10-235-135/+11
| | | | | | | | | - Update to 0.4.2 - Install only one icon for kde & gnome - Portlint PR: ports/87666 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com>
* - Update to 2.2.8pav2005-10-089-92/+215
| | | | Submitted by: maintainer
* Add USE_OPENSSL and a simple post-patch to fix build on 4.xlawrance2005-09-141-2/+8
| | | | | | Reported by: kris PR: ports/85959 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> (maintainer)
* Fix pkg-plistlawrance2005-09-081-0/+2
| | | | Submitted by: Marcin Wisnicki <mwisnicki@gmail.com> (maintainer)
* - Update to 0.4.1lawrance2005-09-055-442/+625
| | | | | | | | | | | | - libgsm dep no longer required - enable QT_NONSTANDARD to work around build problems - remove old warning from pre-everything - use %%DATADIR%% - pass maintainership to submitter PR: ports/85023 Submitted by: Marcin Wisnicki <mwisnicki+freebsd@gmail.com> Approved by: Jacek Pelka <jacek@combit.com.pl> (maintainer)
* Mark deprecated (expires in 3 months). This version of sms is outdatedlawrance2005-08-301-0/+3
| | | | | | | and no longer supported by upstream. PR: ports/84640 Submitted by: Krzysztof Kowalewski, Jr. <pyzmen@kam.pl> (polish/sms2 maint)
* Fix index build by moving openoffice.org-1.1 ports.maho2005-08-291-1/+1
| | | | Submitted by: krion via krisautomail
* - Fix dependency on pcre++lawrance2005-08-081-3/+4
| | | | | | | | - Add another master site Submitted by: Mikolaj Rydzewski <miki@ceti.pl> Approved by: portmgr (marcus), Krzysztof Kowalewski, Jr. <pyzmen@kam.pl> (maintainer)
* Update to KDE 3.4.2 / KOffice 1.4.1lofi2005-08-0113-88/+293
|
* - Update to 1.6r3pav2005-07-202-4/+4
| | | | | PR: ports/83743 Submitted by: Jacek Pelka <jacek@combit.com.pl> (maintainer)
* - Update to 1.6r2pav2005-07-172-5/+5
| | | | | | PR: ports/83570 Submitted by: Jacek Pelka <jacek@combit.com.pl> (maintainer) Security: http://www.freebsd.org/ports/portaudit/9a035a56-eff0-11d9-8310-0001020eed82.html
* Update to KOffice 1.4.0a.lofi2005-07-069-87/+24
| | | | | Note that 'a' does *not* stand for 'alpha', but denotes a short-notice bugfix release made after KOffice 1.4.0.
* Remove openoffice.org localized ports as I announced:maho2005-06-293-33/+0
| | | | | | | | o http://docs.freebsd.org/cgi/getmsg.cgi?fetch=25587+0+archive/2005/freebsd-openoffice/20050529.freebsd-openoffice o still you can build them via knobs for 1.1 see ports/editors/openoffice-1.1/files/Makefile.localized o 1.0 has been broken for long time, no longer maintained actively. (but still I don't delete 1.0 and delete only localized versions)
* Update to KDE 3.4.1lofi2005-06-264-10/+18
|
* Directory share/pixmaps is now included in mtreelesi2005-06-151-1/+0
| | | | (BSD.x11-4.dist rev. 1.27), so remove it from plist.
* - Unbreak and general updatepav2005-06-061-5/+3
| | | | | | | | | | | | | | | - Add thesaureses - Add new dictionaries for Afrikaans, Welsh, English (Australia), English (New Zealand), Spanish (Mexico), Faroese, Irish, Gaelic, Galician, Indonesian, Kurdish, Lithuanian, Malagasy (Madagascar), Maori (New Zealand), Malay, Norwegian, Chichewi (Malawi), Romanian, Kinyarwanda (Rwanda), Slovenian, Kishahili, Tagalog (Philippines), Hebrew (Israel), German (Austria), French (Belgium) PR: ports/78492, ports/81196 Submitted by: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl>, Nicholas Kirby <nkirby@dagr.net> Approved by: maintainer (in general; too busy to work on ooodict)
* - update polish/ekg to version 1.6rc1leeym2005-04-163-24/+23
| | | | | PR: 79985 Submitted by: Jacek Pelka <jacek@combit.com.pl>
* - Update to to 2.2.5 (thanks to Matthew Luckie <mjl@luckie.org.nz> for ↵flz2005-04-119-204/+52
| | | | | | | testing on 4.x) PR: ports/79764 Submitted by: maintainer
* - Update to 0.0.20050220pav2005-04-093-15/+22
| | | | | PR: ports/79057 Submitted by: Aleksander Fafula <alex@fafula.com> (maintainer)
* - Update to 2.0.3pav2005-04-043-4/+5
| | | | | PR: ports/79502 Submitted by: Krzysztof Kowalewski <pyzmen@kam.pl> (maintainer)
* Update to KDE 3.4lofi2005-03-214-52/+130
|
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-12