/* -*- 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; } -ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
Commit message (Expand)AuthorAgeFilesLines
* - Chase www/libmicrohttpd shlib version bumpbdrewery2012-08-081-0/+13
* Fix entry 20120804 for portupgrade. Since graphics/libglutbdrewery2012-08-081-1/+1
* - Fix 20120804 entry:sunpoet2012-08-071-2/+2
* - Update 20120804 [1] and 20120801 for portupgradebdrewery2012-08-071-2/+12
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-0/+11
* Add pkgng instructions to pkgconf entrybdrewery2012-08-021-0/+4
* GNU Emacs updatesashish2012-08-011-0/+11
* Update instruction on how to upgrade pkg-config -> pkgconf using portupgradebapt2012-07-281-1/+1
* Add an UPDATING entry to make sure people have the right OPTIONS turned on toflo2012-07-281-0/+12
* - Whitespace only fixesmiwi2012-07-271-7/+7
* Swap portupgrade/portmaster argumentsbapt2012-07-261-2/+2
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-0/+10
* - Correct formatting of 20120725 entryswills2012-07-261-14/+14
* - Update fcitx and addons to 4.2.5scheidell2012-07-261-0/+16
* - copy py-beautyfulsoup 3.2.0 to py-beautyfulsoup32rm2012-07-261-0/+11
* - Note changes with recent security/snort updatezi2012-07-231-5/+12
* Update ImageMagick to 6.7.8.6mm2012-07-231-0/+8
* - fix styleohauer2012-07-231-3/+5
* - use UPDATING instead CHANGESohauer2012-07-231-0/+5
* Move mail/mutt to mail/mutt14crees2012-07-221-0/+11
* After the libogg 1.3.0 (ogg.8) update, recommend recursive rebuildingnaddy2012-07-211-0/+15
* Unbreak ProFTPD on sparc [1].mm2012-07-171-0/+13
* Reorganize options of www/lighttpdmm2012-07-161-0/+8
* Update to 2.10-20120715 and note an incompatible protocolsahil2012-07-161-0/+8
* - Add a note about the switch from CVS to Subversionbeat2012-07-161-0/+7
* add math/metis4 to math/Makefile; update math/metis to 5.0.2; add appropriatebf2012-07-091-0/+14
* Add note to Perl 5.16 notice to mention switch in defaults from 5.12->5.14crees2012-07-091-0/+2
* Document upgrade procedure for couchdb to avoid loss of local.ini file.crees2012-07-031-0/+12
* Fix date, remove extra "2".bsam2012-07-021-1/+1
* - Update to 0.1.1.810 [1]tota2012-07-021-0/+15
* Introduce Perl 5.16.0skv2012-07-011-0/+29
* The sysutils/xfce4-utils port has been discontinued, and installs files thatdougb2012-06-231-14/+10
* - Update to new upstream release 5.3.21. Please see UPDATING!mandree2012-06-191-0/+23
* Alter lighttpd startup script subcommands to behave like the apache script:mm2012-06-161-0/+11
* add to my djvulibre entry, to inform users who did not act upon thebf2012-06-151-0/+5
* - Fix two serious bugs with local MySQL backend:avilla2012-06-151-0/+29
* update DjVuLibre to 3.5.25.3 and adjust dependent ports: the QT3 GUI that wasbf2012-06-131-0/+13
* - Update libpqxx to 4.0. [1]avilla2012-06-131-0/+9
* - Document the change of graphics/gdal and introduce the new portssunpoet2012-06-131-0/+11
* - Add a note about net/p5-ZConf 6.1.0 updatesunpoet2012-06-051-0/+8
* - Add a note on the recent Haskell port updatespgj2012-06-041-0/+17
* - correct affected portname for 20120530 entryrm2012-06-031-1/+1
* - update png to 1.5.10dinoex2012-06-01