/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Copyright (C) 2000 Helix Code, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public License * as published by the Free Software Foundation; either version 2 of * the License, or (at your option) any later version. * * This library 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 * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with the Gnome Library; see the file COPYING.LIB. If not, * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ #include #include "ibex.h" #define IBEX_VERSION "ibex1" struct ibex { char *path; GTree *files; GHashTable *words; GPtrArray *oldfiles; gboolean dirty; }; struct ibex_file { char *name; long index; }; typedef struct ibex_file ibex_file; hics' href='/~lantw44/cgit/cgit.cgi/freebsd-ports-graphics/'>freebsd-ports-graphics
FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/wmtop
Commit message (Expand)AuthorAgeFilesLines
* SIZEify.trevor2004-01-301-0/+1
* ports with possibly unreachable MAINTAINERsedwin2003-11-021-1/+1
* De-pkg-comment.knu2003-02-212-1/+1
* - This patch is unnecessary for port version 0.84 added in rev 1.5lioux2001-06-211-55/+0
* - Update port to version 0.84lioux2001-06-104-4/+18
* Update to version 0.83.steve2001-02-263-3/+59
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+1
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-1/+2