From d55a4d408736d5fccfa002af5de53c1ef0d7671e Mon Sep 17 00:00:00 2001 From: nobody Date: Tue, 9 Dec 2003 01:57:09 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'BUG_BUDDY_2_6_1'. svn path=/tags/BUG_BUDDY_2_6_1/; revision=23697 --- calendar/gui/misc.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 calendar/gui/misc.h (limited to 'calendar/gui/misc.h') diff --git a/calendar/gui/misc.h b/calendar/gui/misc.h deleted file mode 100644 index d32739f9f5..0000000000 --- a/calendar/gui/misc.h +++ /dev/null @@ -1,30 +0,0 @@ -/* Evolution calendar - Miscellaneous utility functions - * - * Copyright (C) 2001 Ximian, Inc. - * - * Authors: Federico Mena-Quintero - * - * This program is free software; you can redistribute it and/or - * modify it under the terms of version 2 of the GNU General Public - * License as published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public - * License along with this program; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. - */ - -#ifndef MISC_H -#define MISC_H - -#include - -gboolean string_is_empty (const char *value); -char *get_uri_without_password (const char *uri); - -#endif -- cgit n-2.8'>cinnamon-2.8 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
blob: 9bcb1a6823a43f8c8be10d0d0e0e8bb3759893b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:   ettercap
# Date created:        19 February 2001
# Whom:                George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#

PORTNAME=       ettercap
PORTVERSION=    0.4.3
PORTREVISION=   1
CATEGORIES=     net
MASTER_SITES=   http://ettercap.sourceforge.net/download/

MAINTAINER= greid@FreeBSD.org

GNU_CONFIGURE=  yes

.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install-doc
.endif

PLIST_SUB=  PORTVERSION=${PORTVERSION}

MAN8=       ettercap.8

.include <bsd.port.mk>