aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-dispatcher.c
Commit message (Expand)AuthorAgeFilesLines
* Add functions on the dispatcher to add/remove extra handlersSjoerd Simons2009-08-311-0/+70
* Add a simple abstraction for implementing handlersSjoerd Simons2009-08-311-120/+95
* Ensure that the connection data is setup when handle channelsSjoerd Simons2009-08-241-3/+16
* Add a new _ensure_account APISjoerd Simons2009-08-241-1/+1
* Rename empathy_account_get_connection_for to empathy_account_get_connection_f...Sjoerd Simons2009-08-221-1/+2
* Use new api to get connectionsSjoerd Simons2009-08-211-4/+8
* displatcher -> dispatcherDavyd Madeley2009-08-191-2/+2
* Fix some coding style issuesSjoerd Simons2009-07-311-1/+0
* Chang the API of AccountManager to have the get lookup the account by nameSjoerd Simons2009-07-301-3/+1
* If the requested property is missing, assume we didn't request itSjoerd Simons2009-07-221-1/+1
* Remove last references to mission-control 4Sjoerd Simons2009-07-161-3/+1
* Implement HandledChannels D-Bus propertySjoerd Simons2009-07-161-0/+30
* Implement a first minimal version of a Client.HandlerSjoerd Simons2009-07-101-116/+174
* Remove useless mission-control includesSjoerd Simons2009-07-061-2/+0
* Remove outstanding operations before dispatching themWill Thompson2009-06-091-1/+1
* Document the purpose of outstanding_channelsWill Thompson2009-06-091-1/+10
* Coding style fixes.Jonny Lamb2009-06-041-1/+1
* Update copyright headerCosimo Cecchi2009-06-011-1/+3
* Clarify the docsCosimo Cecchi2009-06-011-0/+6
* Hopefully proper version of _find_requestable_channel_classes ()Cosimo Cecchi2009-06-011-84/+92
* Free the list after calling the callbackCosimo Cecchi2009-06-011-0/+3
* Update the requestable channel classes APICosimo Cecchi2009-06-011-117/+187
* Fix trailing whitespacesCosimo Cecchi2009-06-011-2/+2
* Add find_requestable_channel_classesCosimo Cecchi2009-06-011-7/+142
* Remove the g_idle sources on destroyCosimo Cecchi2009-06-011-1/+32
* Actually see if the connection is readyCosimo Cecchi2009-06-011-3/+12
* Style fixes for *_free() functionsCosimo Cecchi2009-06-011-2/+1
* Fix coding styleCosimo Cecchi2009-06-011-2/+2
* Emit the callback always in an idleCosimo Cecchi2009-06-011-25/+36
* Add empathy_dispatcher_find_channel_class_async()Cosimo Cecchi2009-06-011-0/+97
* First cleanup after rebaseCosimo Cecchi2009-06-011-1/+1
* Remove useless include of empathy-tp-file.hCosimo Cecchi2009-06-011-2/+1
* Remove dead code in EmpathyDispatcherCosimo Cecchi2009-06-011-131/+0
* W.I.P. for heavy lifting on EmpathyTpFile.Cosimo Cecchi2009-06-011-0/+54
* empathy-dispatcher: fix coding styleGuillaume Desmottes2009-05-181-9/+9
* Remove g_object_ref from empathy_dispatch_operation_get_tp_connection. Fixes ...Jonny Lamb2009-04-221-2/+0
* Change EmpathyTpContactFactory API to look more like TpConnection. Add functi...Xavier Claessens2009-04-221-3/+13
* Remove dead codeXavier Claessens2009-04-221-3/+0
* Remove unused function empathy_dispatcher_call_with_contact().Xavier Claessens2009-04-221-27/+0
* EmpathyDispatcher: Use new EmpathyAccountManager API and rebase on TpConnecti...Xavier Claessens2009-04-221-196/+79
* Free the capabilities array. Fixes bug #577826Xavier Claessens2009-04-031-1/+3
* Handle re-dispatching channels in approving stateSjoerd Simons2009-02-211-3/+13
* Use tp-glib generated code for file transfers rather than extensions.Jonny Lamb2009-02-211-7/+7
* empathy-dispatcher: deal properly with NULL channel_wrapperGuillaume Desmottes2009-02-171-2/+4
* empathy-dispatcher.[ch]: Several misc. code style fixes.Jonny Lamb2009-02-171-5/+12
* empathy-dispatcher.c: Check arguments of non-static functions.Jonny Lamb2009-02-171-0/+18
* Fix type punned pointers warningsOlivier CrĂȘte2009-02-121-1/+1
* Add functionality to call CreateChannels and look up (simple) channel classesSjoerd Simons2009-02-031-11/+148
* Use g_list_prepend instead of g_list_append.Jonny Lamb2009-01-311-2/+2
* Allow the dispatcher to be freed once a request is finished.Jonny Lamb2009-01-311-2/+35
* EmpathyDispatcher: Handle File channels that we didn't request.Jonny Lamb2009-01-171-4/+5
* empathy_mission_control_new -> dup_singleton.Xavier Claessens2009-01-161-1/+1
* EmpathyDispatcher: make style somewhat more consistent.Jonny Lamb2009-01-161-119/+171
* When sending files, make sure the connection is ready before making sure the ...Jonny Lamb2009-01-151-3/+21
* Remove useless include of empathy-tp-group.hXavier Claessens2009-01-131-1/+0
* mission_control_get_tpconnection returns a new ref, don't forget to unref the...Xavier Claessens2009-01-101-0/+2
* Add a FIXME telling that there is a leak, not sure how to plug it, that code ...Xavier Claessens2009-01-101-0/+1
* Use tp_channel_borrow_connection instead of g_object_get. This fix a leak.Xavier Claessens2009-01-101-1/+1
* Fix some errors made when rebasing on masterXavier Claessens2009-01-101-1/+1
* Remove dead codeXavier Claessens2009-01-101-9/+0
* Ignore requested channels we didn't request except for text channels, also ig...Sjoerd Simons2009-01-101-2/+31
* Port to the new empathy_call_when_ready apiSjoerd Simons2009-01-101-10/+29
* Make the dispatch operation _get_ functions not return a refSjoerd Simons2009-01-101-2/+2
* Initialise the chatroom manager from empathy itselfSjoerd Simons2009-01-101-7/+1
* Convert EmpathyChatroomManager to the new singleton conventionSjoerd Simons2009-01-101-1/+1
* Move the dispatcher to the new singleton policySjoerd Simons2009-01-101-14/+31
* Don't initialise variables by calling functions when declaring themSjoerd Simons2009-01-101-11/+23
* Remove dead codeSjoerd Simons2009-01-101-588/+0
* Add code to request a streamed media channelSjoerd Simons2009-01-101-15/+30
* Let a EmpathyChatroomManager observe the dispatcherSjoerd Simons2009-01-101-0/+2
* Add request muc channels to the dispatcherSjoerd Simons2009-01-101-6/+71
* Add support for dispatching file transfersSjoerd Simons2009-01-101-24/+138
* Add an optional properties hash to the RequestData structSjoerd Simons2009-01-101-4/+9
* Start reworking the dispatcherSjoerd Simons2009-01-101-339/+876
* use tabs because everyone love tabsXavier Claessens2009-01-091-5/+5
* dispatcher_tubes_new_tube_cb: add some tube handling debug messagesXavier Claessens2009-01-091-0/+6
* Port EmpathyContactFactory to the new singleton policy.Xavier Claessens2009-01-091-4/+4
* Use new singleton policy for EmpathyAccountManager.Xavier Claessens2009-01-071-1/+1
* Port EmpathyDispatcher to the new API.Xavier Claessens2009-01-071-18/+21
* Use gi18n-lib.h instead of gi18n.h for libraries.Xavier Claessens2008-12-121-1/+1
* Use G_GINT_FORMAT for printinf a goffset. Fixes bug #562873.Xavier Claessens2008-12-031-1/+1
* Little fix for previous commit.Xavier Claessens2008-11-301-1/+1
* Fix a bug for the compilation of empathy-dispatcher.c. Fixes bug #562588 (Ste...Xavier Claessens2008-11-301-1/+1
* dispatcher_connection_new_channel_cb: set the room of the newly created chatr...Xavier Claessens2008-11-241-0/+1
* Remove empathy_tp_file_keep_alive hack and connect to "notify::state" in file...Xavier Claessens2008-11-221-2/+18
* Fix ref counting of tp_file, make it singleton per channel, and add a _keep_a...Xavier Claessens2008-11-221-3/+2
* Add a FIXME about the tp_file being leakedXavier Claessens2008-11-221-0/+3
* empathy_tp_file_accept/offer takes the GFile in param and return a GError if ...Xavier Claessens2008-11-221-2/+1
* Cleanup the coding style. If we can't get info about the GFile we abord the FT.Xavier Claessens2008-11-221-80/+79
* Set the Date property when requesting a FT channelXavier Claessens2008-11-221-2/+10
* use Requestotron to request the FT channelXavier Claessens2008-11-221-46/+64
* fix FT client side code as the generated code changedXavier Claessens2008-11-221-5/+5
* Use _call_request_channel instead of _run_request_channel. (Jonny Lamb)Jonny Lamb2008-11-221-51/+71
* Don't expose streams in EmpathyTpFile, but use the GFile. (Jonny Lamb)Jonny Lamb2008-11-221-3/+1
* Moved empathy_send_file to EmpathyDispatcher and renamed it. (Jonny Lamb)Jonny Lamb2008-11-221-0/+99
* Removed file transfer handling code from empathy dispatcher. (Jonny Lamb)Jonny Lamb2008-11-221-11/+0
* Added start of handling new incoming file channels. (Jonny Lamb)Jonny Lamb2008-11-221-0/+11
* add the file path as arg to empathy_chatroom_manager_newXavier Claessens2008-10-131-1/+1
* dispatcher: store a ref on the ChatroomManagerXavier Claessens2008-10-131-21/+56
* rename chatroom_invalidated_cb to dispatcher_chatroom_invalidated_cbXavier Claessens2008-10-131-6/+6
* empathy-dispatcher: use new API of EmpathyChatRoomXavier Claessens2008-10-131-1/+2
* add joined room to EmpathyChatroomManager. Fixes bug #542176 (Guillaume Desmo...Xavier Claessens2008-10-131-0/+75
* Improve dispatcher. Fixes bug #465928.Xavier Claessens2008-05-181-47/+184
* Move non-gtk parts of EmpathyFilter to EmpathyDispatcher in libempathy, gtk p...Xavier Claessens2008-05-091-0/+681
class='column1'>| | | PR: ports/39602 Submitted by: Janos Mohacsi <janos.mohacsi@bsd.hu> * fix MAINTAINTER to ports@FreeBSD.orgdinoex2003-01-031-1/+1 | | | | | PR: 46686 Submitted by: erwin@lansing.dk * Update to 0.8.2.netchild2003-01-023-7/+6 | | | | | | | | | New: - rsync parser - a 'localizer' Fixes: - segfault using the realserver parser - segfault when the state-file-dir has wrong permissions * Update to 1.5.1.adamw2003-01-023-187/+190 | | | | | PR: 45846 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer) * Add ruby-spreadsheet-excel, a Ruby module to generate Microsoft Excelknu2003-01-0216-0/+196 | | | | compatible files. * Upgrade to 1.08.obraun2003-01-026-16/+16 | * Update to 2.4.5.knu2003-01-023-77/+78 | * Update to 1.0.0.knu2003-01-025-5/+5 | * Another "lite" markup scheme that can generate html, lout, etc.alane2003-01-025-0/+97 | * Unbreak this port by replacing the run-time dependency to theschweikh2002-12-303-3/+19 | | | | | | | forbidden ghostscript port with one to gv. Reviewed by: grog (MAINTAINER) Approved by: portmgr (kris via grog) * Forgot to bump PORTREVISION.demon2002-12-231-0/+1 | * Fix path to perl binary.demon2002-12-231-1/+1 | * Fixed mastersite, directory structure has changededwin2002-12-231-1/+1 | | | | | PR: ports/46479 Submitted by: "Bjoern A.Zeeb" <bzeeb+freebsdports@zabbadoz.net> * Oops, had a line commented out.edwin2002-12-211-1/+1 | * Fix build on -current for textproc/libxodeedwin2002-12-213-3/+39 | | | | | PR: ports/46429 Submitted by: KATO Tsuguru <tkato@prontomail.com> * Make textproc/isearch compile on -current again.edwin2002-12-153-7/+23 | | | | | PR: ports/46264 Submitted by: Kuang-che Wu <kcwu@kcwu.dyndns.org> * Update the checksum. Just document fixes.knu2002-12-152-1/+2 | | | | Submitted by: bento * PERL5 is only needed for the regression tests, but configure fails when nonetchild2002-12-141-0/+2 | | | | | | | | perl is available. As a work around use USE_PERL5_BUILD until the next update of modlogan (it is already fixed in modlogan-CVS) to make the port build for the release happy. Approved by: kris * Woops, forgot the post-install partedwin2002-12-121-0/+3 | | | | | PR: ports/45953 Submitted by: Mark Linimon <linimon@lonesome.com> * Fix fetch for textproc/pybook by updating to version 0.8cedwin2002-12-123-3/+4 | | | | | | | Implicit approval because the old distfile wasn't fetchable. PR: ports/45953 Submitted by: Mark Linimon <linimon@lonesome.com> * Fix fetch for textproc/tex2im by upgrading to latest versionedwin2002-12-122-2/+2 | | | | | | | Implicit approval by portmgr@ because of absence of old files on the mastersite PR: ports/45954 Submitted by: Mark Linimon <linimon@lonesome.com> * Add USE_PERL5.marcus2002-12-121-0/+1 | | | | Reported by: bento * Fix MASTER_SITESkevlo2002-12-111-1/+1 | * Catch up with the Ruby Application Archive's URL scheme change.knu2002-12-087-7/+7 | * Update WWW.knu2002-12-081-1/+1 | * Introduce a knob RUBY_NO_RD_HTML and enable it by default on alpha. Thisknu2002-12-074-26/+25 | | | | | | | | replaces the non-working NOPORTDOCS workaround and fixes build on the alpha, where rd2 coredumps. Tested on: the axp cluster Approved by: kris * Fix make fetch.obrien2002-12-031-6/+3 | * Fix build with bison 1.75.marcus2002-12-021-0/+10 | | | | Reported by: bento * Fix build on 5.0 (remove bogus declaration of sys_nerr)kris2002-12-021-15/+13 | * Remove duplicate do-build targetkris2002-12-011-3/+0 | * Fix location of the norsk ispell dictionary.alex2002-11-301-1/+1 | | | | Approved by: portmgr (kris) * Fix Build on -CURRENTarved2002-11-292-1/+13 | | | | | PR: 45825 Submitted by: Volker Stolz <vs@foldr.org> * Use USE_PERL5_BUILD where appropriate, instead of hardcodingsobomax2002-11-291-2/+1 | | | | | | | ${PORTSDIR}/lang/perl5 as a dependency. Sponsored by: Porta Software Ltd Approved by: portmgr * Remove pspell-ispell.knu2002-11-281-1/+0 | * Remove pspell-ispell which is obsolete and doesn't build any more.knu2002-11-287-74/+0 | * Unbreak on alpha by using USE_REINPLACE.kuriyama2002-11-271-1/+2 | | | | Reported by: kris * Fix the fetch problem by updating to the latest version, 0.52.2, whichknu2002-11-263-3/+4 | | | | | | seems to be a reroll of 0.52.1 with some typos fixed. Submitted by: fenner's portsurvey * Fix MASTER_SITES and WWW.knu2002-11-262-2/+2 | | | | Submitted by: fenner's portsurvey * Fix a bug introduced in 2.4.27 that caused KDE's doc building proceduremarcus2002-11-252-0/+12 | | | | | | | to virtually hang. This patch has been fed back to the libxml people, and should be integrated in the next release. Reported by: bento and the KDE people * Upgrade to 0.50.3sada2002-11-253-8/+6 | | | | | PR: ports/45676 Submitted by: maintainer * Update to 5.0793.alane2002-11-253-5/+6 | * Update to 0.5.3lioux2002-11-253-2/+11 | * Make textproc/mifluz build again under -currentedwin2002-11-241-0/+3 | | | | | PR: ports/44401 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> * New port: textproc/whitespace.eledwin2002-11-246-0/+45 | | | | | | | | Whitespace.el is an emacs mode which detects and cleans up whitespace in source code. PR: ports/44998 Submitted by: Volker Stolz <vs@foldr.org> * Add missing dependency on libcapplet.marcus2002-11-243-3/+3 | | | | Submitted by: bento * New port p5-XML-XQL version 0.67: Perl module for querying XML treelioux2002-11-246-0/+63 | | | | structures with XQL * Update to 0.7.4nork2002-11-234-13/+15 | | | | | PR: ports/45629 Submitted by: Ports Fury * Upgrade to 1.8.0.dd2002-11-234-24/+4 | * Ensure that libexpat is not detected.nork2002-11-232-0/+4 | | | | | PR: ports/45633 Submitted by: Ports Fury * Update to 2.4.28.marcus2002-11-232-2/+2 | * Update to 0.40.naddy2002-11-232-2/+2 | | | | | PR: 45363 Submitted by: Hiroki Sato <hrs@jp.FreeBSD.org> * Add p5-Text-Reflow 1.04, perl module for reflowing text files.nork2002-11-236-0/+40 | | | | | PR: ports/41265 Submitted by: Mathieu Arnold <m@absolight.net> * Move br-ispell to portuguese category as ispell-pt_BR after repolioux2002-11-227-79/+0 | | | | | | | copy and connect to build Approved by: kris (repo copy, portmgr hat) Repo copied by: joe (cvs hat) * Upgrade to 0.15.znerd2002-11-222-2/+2 | * Repo-move textproc/pt-aspell to portuguese/aspell.knu2002-11-224-24/+0 | * Fix Build on -CURRENTarved2002-11-212-4/+10 | | | | | PR: 45532 Submitted by: Ted Faber <faber@lunabase.org> * s/expat2/libxml2/ in LIB_DEPENDS to fix build on -current.obraun2002-11-212-2/+2 | * upgrade to 0.16.0ijliao2002-11-216-8/+34 | * - Do not install useless .la filesijliao2002-11-203-1/+11 | | | | | PR: 45447 Submitted by: Ports Fury * upgrade to 0.15.0ijliao2002-11-206-14/+26 | | | | | PR: 45442 Submitted by: Ports Fury * Add the new virtual category haskell.obraun2002-11-202-2/+2 | * Add galax 0.2.0, a full-featured, fully compliant implementation of XQuery.obraun2002-11-208-0/+405 | | | | | PR: 45370 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> * Removed missing man-page.edwin2002-11-201-3/+3 | | | | Noticed by: bento * USE_GNOMENGifyarved2002-11-201-2/+6 | | | | | | Don't build internal gettext PR: 43388 * upgrade to 0.9.5ijliao2002-11-203-2/+4 | * Update to 0.9perky2002-11-202-2/+2 | * Update to 1.0.23.marcus2002-11-193-2/+5 | * Update to 2.4.27.marcus2002-11-196-59/+17 | * Upgrade to 0.9.6.obraun2002-11-196-6/+12 | | | | | PR: ports/45448 Submitted by: KATO Tsuguru <tkato@prontomail.com> * Change of maintainers email address.edwin2002-11-181-1/+1 | | | | | PR: ports/45369 Submitted by: John Merryweather Cooper <coop9211@uidaho.edu> * Update to 0.8.1.netchild2002-11-174-64/+17 | | | | | | | | | | | | WARNING: this version - has a different config file syntax - rewrites your state files to have a new structure, you can't go back to 0.7.x after a run of 0.8.1 Changes: - faster - uses less memory - ... (see changelog) * Maintainer update to version 1.5.0edwin2002-11-163-21/+30 | | | | | PR: ports/45134 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> * Update to 0.9.6.knu2002-11-163-5/+9 | * upgrade to 1.00ijliao2002-11-162-2/+2 | | | | | PR: 45279 Submitted by: maintainer * New port textproc/cy-aspell: aspell with Welsh dictionarysada2002-11-163-0/+20 | | | | | PR: ports/44248 Submitted by: Thierry Thomas <thierry@pompo.net> * add transcoder option for users to also be able tosada2002-11-166-33/+132 | | | | | | build with ICU or native iconv support. PR: ports/44590 Submitted by: maintainer * Upgrade to 0.13.znerd2002-11-152-2/+2 | * Upgrade to 0.12.znerd2002-11-152-2/+2 | * New port textproc/cy-aspell: aspell with Welsh dictionary.sada2002-11-151-0/+1 | | | | | PR: ports/44248 Submitted by: Thierry Thomas <thierry@pompo.net> * Give up maintainership of these ports since I don't have time. Quanta goes toalane2002-11-151-1/+1 | | | | kde@, all the rest are up for grabs to the most masochistic bidder. * Add new port: textproc/el-aspell -- New Greek dictionary for Aspell.sada2002-11-154-0/+21 | | | | | PR: ports/44247 Submitted by: Thierry Thomas <thierry@pompo.net> * Don't have File::Spec as dep if perl > 5.6.0.alane2002-11-152-4/+44 | | | | | PR: 44725 Approved by: maintainer timeout * Undo the SGML_CATALOG_FILES variable breakage introduced in 2.4.26. Thismarcus2002-11-152-2/+25 | | | | | | | | | caused KDE documentation not to build. This patch has been rolled into libxml CVS, and should be resolved in the next release. See http://bugzilla.gnome.org/show_bug.cgi?id=96963 for more details. Submitted by: will Obtained from: libxml CVS * Unbreak the patchedwin2002-11-141-2/+1 | | | | Noticed on: bento * Upgrade to 0.11.znerd2002-11-132-2/+2 | * - upgrade French dictionary to fix problemsada2002-11-137-14/+89 | | | | | | - add three new dictionaries PR: ports/44244 Submitted by: maintainer * Update to version 1.56, which fixes a severe bug in bib2bib.gerald2002-11-132-2/+2 | | | | Approved by: obrien (mentor) * Update to 0.25.naddy2002-11-132-2/+5 | | | | | PR: 44905 Submitted by: Seamus Venasse <svenasse@polaris.ca> * Update to 1.91.naddy2002-11-132-2/+2 | | | | | PR: 44899 Submitted by: Seamus Venasse <svenasse@polaris.ca> * Upgrade to 0.9.znerd2002-11-123-2/+4 | * Fix up some conflicts when moving from my CVS repo.marcus2002-11-123-12/+6 | * Update to 0.5.marcus2002-11-1212-171/+99 | * - Update to version 1.3.7wjv2002-11-114-17/+37 | | | | | | - Install documentation and examples to $DOCSDIR and $EXAMPLESDIR - Install an executable script into ${PREFIX}/bin to call DSV.py - Add optional WITH_GUI knob for wxPython dependency * Don't remove system directory share/xmlkris2002-11-113-3/+0 | * Don't remove system directories share/java, share/java/classes, andkris2002-11-115-9/+0 | | | | share/doc * Don't remove the system directory share/sgmlkris2002-11-118-8/+0 | * Add www to CATEGORIES.knu2002-11-114-4/+4 | * Add ruby-amrita, an HTML/XHTML template library for Ruby.knu2002-11-116-0/+214 | * Add ruby-amatch, a Ruby library for approximate string matching andknu2002-11-116-0/+50 | | | | searching. * Add ruby-raspell, a Ruby interface binding to aspell.knu2002-11-116-0/+47 | * Use openjade on all non-i386 platforms, not just alpha.tmm2002-11-112-2/+2 | | | | Reviewed by: -doc * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-11148-146/+74 | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) * Update to 1.2.0.knu2002-11-093-4/+4 | * Upgrade to 0.8.znerd2002-11-092-3/+2 | * Update to 0.23.marcus2002-11-093-3/+4 | * remove extra fileijliao2002-11-082-0/+6 | | | | | PR: 44871 Submitted by: maintainer * Don't quote PORTCOMMENT.kris2002-11-071-1/+1 | * Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-074-4/+2 | | | | | 105 pointy hats to: me Approved by: pat * On second thoughts, back out the PORTCOMMENT change and add backkris2002-11-075-3/+3 | | | | pkg-comment for now. * Comment out libxml++: recent PORTCOMMENT patch is breaking index buildskris2002-11-071-1/+1 | * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-07146-73/+146 | | | | Approved by: pat * upgrade to 0.14.p2ijliao2002-11-066-6/+6 | * Use PORTCOMMENT variable instead of pkg-comment file.obraun2002-11-064-2/+2 | * Complete the change of domain name from sut.ac.jp to tus.ac.jptrevor2002-11-062-4/+4 | | | | | | | (except in "Whom" lines). Submitted by: hrs PR: 38196 * Mark 2 targets as .PHONY in main Makefile. Fixes 2 PRs that both complainalane2002-11-062-8/+8 | | | | | | | | | | | of the same problem. One originated in August, so maintainer timeout is invoked. Also, remove redundant post-patch target, since patches take care of this already. PR: 41496 44516 Submitted by: alane * Fix build under Perl < 5.6.xskv2002-11-051-0/+1 | * Should have been nuked in the great kde2 massacre. better late than never.alane2002-11-057-72/+0 | * Ports needed perl to build -> USE_PERL5=yesedwin2002-11-051-0/+2 | | | | Seen on: bento * PERL -> REINPLACEedwin2002-11-042-3/+5 | | | | And some ports have USE_PERL5=yes now. * PERL -> REINPLACEedwin2002-11-044-3/+9 | | | | | | and USE_PERL5 in some places Noticed by: bento * PERL -> REINPLACEedwin2002-11-045-3/+8 | | | | | | and russian/mod_ssl has USE_PERL5=yes Notices on: bento * New port p5-xmltv version 0.5.2: Set of programs to process TVlioux2002-11-045-0/+151 | | | | (tvguide) listings in XML format * PERL -> REINPLACEedwin2002-11-041-1/+2 | | | | Noticed on: bento * PERL -> REINPLACEedwin2002-11-042-2/+3 | | | | Noticed on: bento * PERL -> REINPLACEedwin2002-11-041-1/+2 | | | | Noticed on: bento * USE_REINPLACE instead of perl.knu2002-11-041-10/+15 | * This port requires perl.arved2002-11-041-0/+1 | * Port needs perl to build/run -> USE_PERL5=yesedwin2002-11-041-0/+2 | | | | See http://bento.freebsd.org/errorlogs/5-latest/align-1.5.1.log * Rename patch-message, which is already a bsd.port.mk target.naddy2002-11-031-3/+1 | * Add USE_PERL5.marcus2002-11-031-0/+1 | | | | Submitted by: bento * Patched the patch-file of textproc/p5-PDF-API2 the wrong way.edwin2002-11-022-20/+20 | | | | | | | Thanks to Erwin Lansing to show me the right way. PR: ports/44785 Submitted by: Erwin Lansing <erwin@lansing.dk> * Update to 0.6.12.knu2002-11-022-2/+2 | * Remove the StUdLyCaPs from maintainer name, 'cause some folks won't realizealane2002-11-011-2/+2 | | | | | mail's case insensitive and will try to type that. Sorry folks, purely a cosmetic change here, nothing to see, move along, move along.... * Changed MAINTAINER to my FreeBSD address.alane2002-11-011-2/+2 | * * make fetchable againobraun2002-11-01