# New ports collection makefile for: libmng # Date created: Nov 2, 2000 # Whom: Mikhail Teterin # # $FreeBSD$ # PORTNAME= libmng PORTVERSION= 1.0.5 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.libmng.com/download/ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= mi@aldan.algebra.com COMMENT= Multiple-image Network Graphics (MNG) reference library LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ lcms.1:${PORTSDIR}/graphics/lcms MAKEFILE= ${FILESDIR}/Makefile.bsd MAKE_ARGS+= -j2 INSTALLS_SHLIB= yes MAN3= libmng.3 MAN5= mng.5 jng.5 post-install: cd ${WRKSRC}/doc/man && ${INSTALL_MAN} ${MAN3} ${PREFIX}/man/man3 \ && ${INSTALL_MAN} ${MAN5} ${PREFIX}/man/man5 .include ion' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Silence warning I missed.Larry Ewing2001-10-111-1/+1
* set the default character set to utf-8.Larry Ewing2001-10-112-0/+11
* Return the original key in the hash table if requested.Federico Mena Quintero2001-10-112-18/+43
* remove unneeded assertionsJP Rosevear2001-10-112-3/+5
* fix logic checksJP Rosevear2001-10-106-11/+72
* Fixes bug #884.Federico Mena Quintero2001-10-106-17/+235
* util function to get address (itip_addresses_get_default): get only theJP Rosevear2001-10-109-101/+467
* deal correctly with URIs to be inserted into the hash table, so that weRodrigo Moya2001-10-102-2/+25
* moved to a common place (cal_backend_file_open): check if "uristr != NULL"Rodrigo Moya2001-10-105-62/+93
* Fix incorrect variable name check.Dan Winship2001-10-092-1/+6
* refactor functionality into several function (comp_string): if we areJP Rosevear2001-10-045-162/+225
* replace use of gnome_vfs_uri with e_uriRodrigo Moya2001-10-0411-125/+144
* Added priorities to a bunch of these columns. Fixes Ximian bug #7158.Christopher James Lahey2001-10-032-13/+18
* save the EXDATE as a DATE-TIME value, since we know the exact time. FixesDamon Chaplin2001-10-036-93/+49
* Use `bonobo_ui_component_new_default()', not `bonobo_ui_component_new()'.Ettore Perazzoli2001-10-032-1/+7
* use bonobo-exception to tidyJP Rosevear2001-10-022-5/+8
* handle -1 as well (comp_from_remote_record): fix monthly by dayJP Rosevear2001-10-022-3/+14
* unref the page objects here, instead of in close_dialog(). (This was fixedDamon Chaplin2001-10-022-4/+13
* Set the window state to sticky. Thanks to Peter Teichman for theFederico Mena Quintero2001-10-022-0/+12
* Convert the comp exceptions to the pilot record (comp_from_remote_record):JP Rosevear2001-10-022-6/+55
* strdup the uid to avoid double free, write out only after everything isJP Rosevear2001-10-022-3/+9
* don't use gnome_vfs_uri_is_local on URIs created withRodrigo Moya2001-10-024-8/+7
* use bound_text to print the summary, so it wraps instead of being clippedDamon Chaplin2001-09-294-29/+60
* Handle the fields and category we don't sync by making sure we don'tJP Rosevear2001-09-296-16/+74
* init the execption rather than freeing itJP Rosevear2001-09-292-1/+8
* use bonobo-exception for exceptions (cal_client_open_calendar): likewiseRodrigo Moya2001-09-282-3/+14
* Update pixmap menu paths; /menu/ComponentToolsPlaceholder/Tools ->Ettore Perazzoli2001-09-283-16/+23
* added InvalidURI and UnsupportedMethod exceptions to the CalFactoryRodrigo Moya2001-09-274-49/+133
* added comparison functions for these special cell types. But the date andDamon Chaplin2001-09-2721-177/+525
* Fixes the GUI part of bug #7892.Federico Mena Quintero2001-09-273-39/+99
* disconnect signals first thingJP Rosevear2001-09-272-2/+7
* Add -export-dynamic to make glade custom widgets work on non-Linux.Dan Winship2001-09-262-1/+6
* added CAL_MODE_INVALID to CalMode enumRodrigo Moya2001-09-262-0/+5
* new protoJP Rosevear2001-09-2614-51/+369
* Warning fixes courtesy of Chris Lahey <clahey@ximian.com>.Federico Mena Quintero2001-09-267-162/+181
* Rebuge demugging printf() - FedericoFederico Mena Quintero2001-09-261-2/+0
* Check that the timeout is not set up before we create a new one; theFederico Mena Quintero2001-09-262-4/+18
* use bonobo-exception stuff to clean codeJP Rosevear2001-09-2619-2452/+643
* base text on component typeJP Rosevear2001-09-242-7/+43
* don't use gnome_vfs_uri_new_private (fixes Ximian #10544)Rodrigo Moya2001-09-213-14/+17
* #include a few files we were missing from libgnomevfs.Federico Mena Quintero2001-09-213-0/+9
* gets a config db (cal_backend_file_destroy): release config dbJP Rosevear2001-09-214-19/+174
* make sure to release the ref on priv->comp.Larry Ewing2001-09-203-0/+18
* Display a notification message always, in addition to playing the sound.Federico Mena Quintero2001-09-205-30/+72
* listen for model changes (task_editor_edit_comp): add the attendees to theJP Rosevear2001-09-209-106/+271
* Fixed weird include pathRodrigo Moya2001-09-201-1/+1
* add a new parameter (const char *iid) to specify the OAFIID of the factoryRodrigo Moya2001-09-193-6/+27
* remove silly debug #if 0JP Rosevear2001-09-194-4/+16
* A page that shows the meeting time selector and free/busy data forJP Rosevear2001-09-1924-789/+7539
* Fixes bug #6350.Federico Mena Quintero2001-09-193-142/+174
* Fixes bug #2830.Federico Mena Quintero2001-09-196-28/+109
* new class for managing multiple calendars, with an API very similar to theRodrigo Moya2001-09-1916-364/+1436
* added a timeout to refresh the list every 10 minutes. Not ideal, as theDamon Chaplin2001-09-1810-39/+303
* Do not call calendar_config_init() here.Federico Mena Quintero2001-09-184-6/+9
* Duh, only setup the timeout if the list was empty. (alarm_ready_cb):Federico Mena Quintero2001-09-182-7/+22
* Switch the alarm system from using SIGALRM to normal glib timers. Also,Federico Mena Quintero2001-09-184-188/+112
* get itip addresses (calendar_model_destroy): destroy sameJP Rosevear2001-09-182-12/+59
* for each call back, removes the alarms (cal_component_remove_all_alarms):JP Rosevear2001-09-175-20/+146
* Updated required version of gal to 0.11.99.4.Christopher James Lahey2001-09-172-3/+11
* [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-152-1/+2
* [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-152-1/+3
* [Automake 1.5 fixes pointed out by Richard BoultonEttore Perazzoli2001-09-154-3/+11
* added space after 'identities' in the message. Fixes bug #9896.Damon Chaplin2001-09-152-1/+6
* remove translation marker for nowJP Rosevear2001-09-152-1/+6
* use ical partstat, role, cutypes directlyJP Rosevear2001-09-145-248/+268
* send 6 weeks of free busy info starting with the UTC start of dayJP Rosevear2001-09-133-19/+118
* Added an use_description argument so that other alarms can fall back toFederico Mena Quintero2001-09-123-17/+159
* free the destination vector when we finish with it, if we actually addJP Rosevear2001-09-122-5/+11
* Convert string generated by strftime to UTF-8.Chyla Zbigniew2001-09-112-9/+34