# New ports collection makefile for: driftnet # Date created: 28 February 2002 # Whom: Simon 'corecode' Schubert # # $FreeBSD$ # PORTNAME= driftnet PORTVERSION= 0.1.6 CATEGORIES= net MASTER_SITES= http://www.ex-parrot.com/~chris/driftnet/ \ http://www.vanheusden.com/mirrors/ MAINTAINER= corecode@corecode.ath.cx LIB_DEPENDS= ungif.5:${PORTSDIR}/graphics/libungif \ jpeg.9:${PORTSDIR}/graphics/jpeg USE_GNOMENG= yes USE_GNOME= gtk12 USE_X_PREFIX= yes USE_GMAKE= yes ALL_TARGET= default MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" MAN1= driftnet.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/driftnet ${PREFIX}/bin/ ${INSTALL_MAN} ${WRKSRC}/driftnet.1 ${MAN1PREFIX}/man/man1/ .include gsoc2013-evolution' title='gsoc2013-evolution Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove references to ECategoryMasterListWombat.Christopher James Lahey2001-06-063-12/+5
* Make this work when multiple names are selected then right click->Remove.Jason Leach2001-06-062-4/+36
* Oh yeah, the ChangeLog.Chris Lahey2001-06-061-0/+20
* Copy dates as they come in.Christopher James Lahey2001-06-066-630/+462
* Move an #include to the top, it's ugly to have it in the middle of theJacob Leach2001-06-061-1/+1
* (Fix bug #655: SelectNames doesn't let you remove addresses after you addJason Leach2001-06-062-0/+48
* Change the completion handler to use the ECompletionMatch.Jon Trowbridge2001-06-063-156/+163
* Added. Code for testing if two ECards appear to pertain to the sameJon Trowbridge2001-06-054-0/+520
* remove spew, and don't call the ShellView CORBA method if the interfaceChris Toshok2001-06-048-13/+131
* Fix linking order for `$(DB3_LDADD)'s so that we avoid pullingEttore Perazzoli2001-06-032-3/+8
* Add a bunch of missing `$(DB3_LDADD)'s.Ettore Perazzoli2001-06-022-8/+14
* Included information about db3.Christopher James Lahey2001-06-013-93/+172
* Added fields for the GalViewMenus and GalViewCollection; we need to keepFederico Mena Quintero2001-06-014-21/+89
* add the EAddressbookModel* and change the ETableModel's name to "adapter".Chris Toshok2001-06-013-11/+35
* decrement data_count before emitting the card_removed signal, and breakChris Toshok2001-06-013-5/+42
* Print Preview => ContactsPrintPreview. Changed peter's change so that theChris Toshok2001-06-012-1/+7
* Use the correct path to the print preview menu item.Peter Williams2001-05-312-1/+6
* new function, for the Cut verb. (copy_contacts_cb): new function, for theChris Toshok2001-05-306-14/+344
* #include "evolution-shell-component-utils.h" rather than "e-gui-utils.h"Dan Winship2001-05-282-2/+9
* Reference libeshell.la instead of libeshell.a.Peter Williams2001-05-262-1/+5
* Correct the height calculation here to not include theChristopher James Lahey2001-05-263-1/+14
* fix strings such that ones that happening at the beginning or during anChris Toshok2001-05-233-8/+31
* add sequence_complete_id to EAddressbookModel and stop_state_changed toChris Toshok2001-05-235-12/+101
* ref the listener for the duration of this function, since emittingDan Winship2001-05-232-0/+15
* track the change in evolution-addressbook.xml's bonobo ui path's.Chris Toshok2001-05-222-6/+10
* update_view_type is gone, since the menu item is gone.Chris Toshok2001-05-223-52/+12
* Removed an unused variable.Christopher James Lahey2001-05-215-3/+19
* Do a better job constructing match strings, so we never try to use aJon Trowbridge2001-05-192-6/+63
* Return the serialized EDestinations (rather than just a string w/ e-mailJon Trowbridge2001-05-1810-40/+638
* no more ContactFind command.Chris Toshok2001-05-182-47/+5
* add our selection_change signal. (e_minicard_view_widget_realize): connectChris Toshok2001-05-188-8/+300
* initialize the model and adapter. (button_press): set on the model.Chris Toshok2001-05-163-5/+28
* Fixed up the lifetime of the drag_data_get signal a bit.Christopher James Lahey2001-05-162-23/+10
* MinicardViewModel -> ReflowAdapter name change. (get_card_list): same.Chris Toshok2001-05-1616-1131/+1372
* Fix a small error not decreasing the data_count here.Christopher James Lahey2001-05-152-1/+7
* add prototype for addressbook_expand_uri.Chris Toshok2001-05-146-20/+102
* load pixmaps for MessageCopy and MessageForwardAttached. Thanks WayneGediminas Paulauskas2001-05-121-2/+2
* spew the data passed to us. (destination_folder_handle_motion): theChris Toshok2001-05-12