#include int main (int argc, char **argv) { CamelURL *url; CamelException *ex; if (argc != 2) { fprintf (stderr, "Usage: test-url URL\n"); exit (1); } ex = camel_exception_new (); url = camel_url_new (argv[1], ex); if (!url) { fprintf (stderr, "Could not parse URL:\n%s", camel_exception_get_description (ex)); exit (1); } printf ("URL : %s\n\n", camel_url_to_string (url, TRUE)); printf ("Protocol: %s\n", url->protocol); if (url->user) printf ("User : %s\n", url->user); if (url->authmech) printf ("Authmech: %s\n", url->authmech); if (url->passwd) printf ("Password: %s\n", url->passwd); if (url->host) printf ("Host : %s\n", url->host); if (url->port) printf ("Port : %d\n", url->port); if (url->path) printf ("Path : %s\n", url->path); return 0; } title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Replace /usr/X11R6 with ${X11BASE} to fix the build with non-defaultmarcus2005-10-271-1/+2
* - Fix the sed for libesd and kill the major version of librarymezz2005-09-241-7/+4
* - Patch a security vulnerability (DoS, remote execution) in IDNpav2005-09-112-1/+93
* The calendar module is broken in this 1.8 beta, so disable it.marcus2005-09-021-9/+8
* * Fix IDL installation [1]marcus2005-08-293-2/+16
* Fix some more problems with IDL installation.marcus2005-08-031-3/+3
* Fix the installation of IDL files.marcus2005-08-021-2/+3
* Install IDL files into ${PREFIX}/share/idl/mozilla-devel.marcus2005-07-301-1/+11
* - Actually install .desktop file in share/applications [1]ahze2005-05-071-1/+1
* - s/nulll/null/ahze2005-04-291-1/+1
* - Quote line to fix build on pointyhatahze2005-04-291-1/+1
* - Install .desktop file in share/applications instead ofahze2005-04-271-9/+10
* - Add WITH_CAIRO_RENDER to OPTIONS, off by defaultahze2005-04-071-4/+5
* - Remove pkg-[de]install scripts and remove all chrome registering fromahze2005-04-034-135/+49
* Make the mozilla-devel desktop file run mozilla-devel, not mozilla.adamw2005-03-221-1/+1
* Add support for adding a .desktop menu entry.adamw2005-03-212-1/+187
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-1/+1
* Fix the startup script so that arguments are passed correctly to the browsermarcus2005-03-022-57/+62
* - Update to 1.8b1ahze2005-02-284-28/+483
* The pkg-message is no longer appropriate so remove it.marcus2005-02-132-10/+0
* Unbreak with 4.x by setting USE_GCC=3.4.adamw2005-01-221-1/+1
* Remove unneeded patch.adamw2005-01-212-46/+0
* Update to 1.8a6. They merged a bunch of FreeBSD changes. Neat.adamw2005-01-177-195/+38
* * Fix external URI loaders by loading the correct version of the GNOMEmarcus2004-12-253-8/+89
* Fix build with upcoming X.Org 6.8.1.marcus2004-12-131-0/+10
* BROKEN on 4.x: Does not compilekris2004-12-121-0/+4
* - Fix plist in firefox [1]ahze2004-12-111-2/+4
* Be sure to create the browser_plugins during package install as well. Somemarcus2004-12-042-1/+6
* Update to 1.8a5.adamw2004-12-012-14/+7
* Don't install movemail fix if built with WITHOUT_MAILNEWSahze2004-11-101-0/+2
* - Install isp directory to fix Movemail support [1]ahze2004-11-092-10/+23
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-1/+1
* * Add a pkg-deinstall script to remove left-over dynamically generatedmarcus2004-10-242-7/+32
* Revert the previous change. That wasn't the droid^Wsolutionadamw2004-10-241-3/+3
* The pkgconfig files all end in '-devel'. Training the port toadamw2004-10-231-2/+4
* Update to 1.8a4. For now, if you're building with Xft2 support,adamw2004-10-229-433/+19
* Adapt the "fake" installation system from Firefox to create a moremarcus2004-10-121-9/+20
* Now builds on amd64kris2004-09-291-4/+0
* Patch the various recently reported security vulnerabilities in Mozilla.marcus2004-09-286-1/+410
* Update to 1.8a3.adamw2004-08-312-6/+9
* Fix DEBUG builds by checking for all error states from pthread_mutex_trylock().marcus2004-07-271-0/+11
* Fix build on 4.x.adamw2004-07-252-13/+27
* Update to 1.8a2.adamw2004-07-163-17/+17
* Remove a bad chunk that broke the build on versions other than -CURRENT.marcus2004-07-121-11/+0
* Fix a build problem with -Bsymbolic on Alpha and ia64.marcus2004-07-091-2/+17
* Update to 1.8alpha1.adamw2004-07-077-53/+63
* * Make MOZ_SUFX overrideable just in casemarcus2004-07-021-10/+1
* Mark this guy IGNORE until I get around to bringing in 1.8a1.marcus2004-06-281-0/+2
* Update to 1.7.r3 (1.7 Release Candidate 3).marcus2004-06-112-5/+5
* Enable optional debugging support by specifying WITH_DEBUG or by enabling itmarcus2004-06-021-3/+9
* Update to 1.7 release candidate 2.marcus2004-05-202-5/+5
* Update to 1.7 RC 1. The list of feature in this release can be found at:marcus2004-04-303-59/+16
* Fix the link order of the GSSAPI extension so it uses our libasn1.so beforemarcus2004-04-141-0/+12
* This is also BROKEN on alphakris2004-04-121-2/+2
* - Drop dependency on gnomevfs-extras, it went away with GNOME 2.6 upgradepav2004-04-091-1/+0
* Chase the glib20 update, and bump all affected ports' PORTREVISIONs.marcus2004-04-051-1/+1
* This is also broken in a different way on ia64kris2004-04-031-1/+5
* BROKEN on amd64: Segfault during buildkris2004-04-031-0/+4
* Update to 1.7.bmarcus2004-03-209-135/+146
* Borrow from the OpenLDAP ports, and refuse to build if bind has beenmarcus2004-03-191-0/+6
* Fix build with freetype2-2.1.7.marcus2004-03-171-0/+12
* Chase the new location of libXft.marcus2004-03-171-1/+1
* * Backout the OPTIONS commit. This requires more Makefile restructuringmarcus2004-03-111-11/+15
* Fix the install location for the header files. For those that installedmarcus2004-02-271-8/+8
* * Actually reference the extra patch on 4.Xmarcus2004-02-271-1/+5
* * Fix a compilation issue on -STABLE [1]marcus2004-02-262-1/+46
* Bump PORTEPOCH for mozilla-devel, so that its version number willadamw2004-02-261-1/+1
* * Update to 1.7.amarcus2004-02-267-167/+81
* GTK2 mozilla is now the default, and GTK1 support will be built only if expli...adamw2004-02-183-9/+12
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* Sync with www/mozilla. This makes sure that future development portsmarcel2004-02-021-1/+1
* Sync with www/mozilla. This makes sure future development versionsmarcel2004-02-021-2/+13
* Sync with www/mozilla. This makes sure that future development versionsmarcel2004-02-021-49/+15
* Use the CPIO macro defined in bsd.port.mk.trevor2004-01-221-2/+2
* Remove mozilla-headers.adamw2004-01-181-0/+10
* Mark this port as IGNORE since www/mozilla has been updated to 1.6.marcus2004-01-171-0/+2
* This port should now work on amd64, so remove the NOT_FOR_ARCHS macro.marcus2003-12-161-2/+0
* Update to 1.6b, and add Peter's amd64 patches from Firebird. For a listmarcus2003-12-1515-91/+611
* Don't build these ports on amd64.marcus2003-11-241-0/+2
* Add a new patch-Double.cpp that fixes the recent core dumps during post-buildmarcus2003-11-171-2/+45
* Only add the plug-in symlink to the plist if we're actually going to createmarcus2003-11-151-1/+7
* . Still look in ${LOCALBASE}/jdk1.4.1 for the plugin so users don't have toglewis2003-11-121-0/+1
* . Look in ${LOCALBASE}/jdk1.4.2 for the JDK 1.4 plugin.glewis2003-11-121-2/+2
* * Try to auto-detect the best Java plug-in [1]marcus2003-11-111-19/+29
* * Update mozilla-devel to 1.6amarcus2003-11-024-34/+19
* Mark as IGNORE on -STABLE Alpha.marcus2003-10-131-1/+1
* Use ${PTHREAD_LIBS} instead of hardcoded -pthread and -lc_r in a few places.marcus2003-09-071-0/+7
* Update to 1.5 Beta. For a list of what's new, checkout:marcus2003-08-305-31/+31
* * Add a knob to optionally build XMLTerm [1]marcus2003-08-133-6/+73
* Update to 1.5a.marcus2003-07-2317-239/+275
* Mark IGNORE until 1.5a comes out.marcus2003-07-011-0/+1
* Add a forgotten patch to fix the build on Sparc64.marcus2003-06-081-0/+11
* Add a better patch to teach nspr that we have socklen_t.marcus2003-06-022-21/+23
* Add Sparc64 support! Special thanks to tmm and kris for this work.marcus2003-06-012-0/+414
* * Add [untested] Alpha support [1]marcus2003-06-014-5/+545
* Update to 1.4b.marcus2003-05-174-794/+11
* Make sure Xft support is really disabled if one defines WITHOUT_XFT.marcus2003-05-021-0/+2
* Make sure we add -devel to each of the dependencies in the Mozillamarcus2003-04-251-5/+13
* Install the pkg-config files with a -devel suffix to avoid a conflict withmarcus2003-04-241-5/+5
* Add a PKGNAMESUFFIX when building with GTK+-2 support to avoid potentialmarcus2003-04-161-0/+1
* * Sync recent CONFIGURE_ARGS and optimization changes with www/mozillamarcus2003-04-152-5/+68
* s/<malloc.h>/<stdlib.h>/gmarcus2003-04-111-0/+2
* * Update to 1.4a and unbreakmarcus2003-04-076-60/+827
* Mark BROKEN until it can be updated to 1.4a.marcus2003-04-041-0/+2
* Clear moonlight beckons.ade2003-03-072-1/+1
* Remove the renaming of Xft headers and library from the Xft (Xft2) port.anholt2003-02-181-7/+1
* Fix the ${MASTER_SITE_LOCAL} group so that it correctly makes use ofmarcus2003-02-141-1/+1
* Fix calendar build.marcus2003-02-141-0/+11
* Update to 1.3b.marcus2003-02-134-42/+15
* Chase gtk20's shared lib version.marcus2003-02-081-2/+1
* Remove the lib/browser_plugins directory.marcus2003-02-021-0/+1
* FreeBSD requires Mozilla components to be linked with -Bsymbolic so to avoidmarcus2003-01-262-1/+16
* Disable Xft if WITH_GTK2 is defined in the master mozilla-devel port.marcus2003-01-231-0/+1
* Replace one more occurrance of Xft.h.marcus2003-01-231-1/+2
* Remove the extra calendar distfile. It is no longer needed in mozilla-devel.marcus2003-01-232-2/+5
* Update the calendar to the official version of the software that comes withmarcus2003-01-221-1/+1
* * Update to 1.3amarcus2003-01-226-1049/+53
* Fix the startup script so that it can accept option arguments. This fixesmarcus2002-11-282-8/+13
* Make the Mozilla startup scripts a little smarter. Instead of launching amarcus2002-11-242-6/+22
* When using the GTK+-2 version, build with ORBit2.marcus2002-11-211-3/+7
* Don't tack on an extra '-' in the include dir path.marcus2002-11-181-1/+1
* Add the pkg-descr for the slave port, mozilla-devel-gtk2.marcus2002-11-181-0/+12
* * Make this port a master port which can support slavesmarcus2002-11-183-23/+62
* Add calendar support to Mozilla. Specify -DWITH_CALENDAR to enablemarcus2002-11-112-0/+18
* * Add support for building the GTK 2 version of Mozilla (define WITH_GTK2marcus2002-10-292-2/+971
* Mark mozilla-devel BROKEN when Xft2 support is enabled and theadamw2002-10-261-0/+4
* Add one more forgotten '\'.marcus2002-10-241-1/+1
* Properly handle if blocks in the Makefile.marcus2002-10-241-9/+9
* * Add a patch that fixes some localization issues [1]marcus2002-10-233-13/+142
* Fix the build by adding a dependency on Xft.marcus2002-10-221-1/+4
* This commit includes:marcus2002-10-228-1013/+61
* Update to 1.2a.sobomax2002-10-206-79/+43
* Add a patch from Mozilla CVS to correct the recent security hole. Un-forbidmarcus2002-10-182-3/+318
* Mark forbidden due to security hole reported atmarcus2002-10-171-0/+2
* Disable Chatzilla by default. The irc buffer overflow is still present.marcus2002-09-291-1/+2
* Update the pkg-descrs yet again. Mozilla.org has changed their descriptions.marcus2002-09-151-6/+3
* Bring the pkg-descr's up-to-date to reflect the current releases.marcus2002-09-071-10/+6
* Fix the JPI installation.marcus2002-09-041-1/+1
* Fix the path to exec mozilla.marcus2002-09-041-1/+1
* Add mozilla-*-devel after a repo copy from mozilla.marcus2002-09-042-632/+634
* Fix the build on -CURRENT. The thunks fix did _not_ make it into the 1.1marcus2002-08-291-0/+21
* Fix the checksum.marcus2002-08-291-1/+1
* Update to 1.1. This fixes the font problem as well as the chatzilla bug. Amarcus2002-08-297-132/+61
* Don't use mapped IPv6 address when connecting IPv4 node.sumikawa2002-08-012-1/+23
* * Fix build on -CURRENTmarcus2002-07-232-5/+33
* security fix: correct bugs 115788 and 150339 (Mozilla passestrevor2002-07-143-2/+81
* Forbid because of remote crash.trevor2002-07-14