From 74b4ee072eef0e6e0d729bb06fa98b8fb03d7167 Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 24 Oct 2001 22:17:05 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'GTKHTML_1_0_4'. svn path=/tags/GTKHTML_1_0_4/; revision=14040 --- executive-summary/idl/.cvsignore | 2 -- executive-summary/idl/Executive-Summary.idl | 4 ---- executive-summary/idl/HtmlView.idl | 25 -------------------- executive-summary/idl/Makefile.am | 7 ------ executive-summary/idl/Summary.idl | 20 ---------------- executive-summary/idl/SummaryComponent.idl | 36 ----------------------------- 6 files changed, 94 deletions(-) delete mode 100644 executive-summary/idl/.cvsignore delete mode 100644 executive-summary/idl/Executive-Summary.idl delete mode 100644 executive-summary/idl/HtmlView.idl delete mode 100644 executive-summary/idl/Makefile.am delete mode 100644 executive-summary/idl/Summary.idl delete mode 100644 executive-summary/idl/SummaryComponent.idl (limited to 'executive-summary/idl') diff --git a/executive-summary/idl/.cvsignore b/executive-summary/idl/.cvsignore deleted file mode 100644 index b840c21800..0000000000 --- a/executive-summary/idl/.cvsignore +++ /dev/null @@ -1,2 +0,0 @@ -Makefile.in -Makefile \ No newline at end of file diff --git a/executive-summary/idl/Executive-Summary.idl b/executive-summary/idl/Executive-Summary.idl deleted file mode 100644 index a564e90fe6..0000000000 --- a/executive-summary/idl/Executive-Summary.idl +++ /dev/null @@ -1,4 +0,0 @@ -#include -#include -#include -#include diff --git a/executive-summary/idl/HtmlView.idl b/executive-summary/idl/HtmlView.idl deleted file mode 100644 index 627873563f..0000000000 --- a/executive-summary/idl/HtmlView.idl +++ /dev/null @@ -1,25 +0,0 @@ -/*-*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* - * CORBA interface for an HTML view. - * - * Authors: - * Iain Holmes - * - * Copyright (C) 2000 Ximian, Inc. - */ - -#include - -module GNOME { -module Evolution { -module Summary { - - interface HTMLView : Bonobo::Unknown { - string getHtml (); - - void handleURI (in string uri); - }; -}; -}; -}; - diff --git a/executive-summary/idl/Makefile.am b/executive-summary/idl/Makefile.am deleted file mode 100644 index 29a35f43cf..0000000000 --- a/executive-summary/idl/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -EXTRA_DIST = $(IDLS) - -IDLS = \ - Executive-Summary.idl \ - HtmlView.idl \ - Summary.idl \ - SummaryComponent.idl \ No newline at end of file diff --git a/executive-summary/idl/Summary.idl b/executive-summary/idl/Summary.idl deleted file mode 100644 index c460b856ab..0000000000 --- a/executive-summary/idl/Summary.idl +++ /dev/null @@ -1,20 +0,0 @@ -/*-*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* - * CORBA interface for the Evolution shell. - * - * Authors: - * Iain Holmes - * - * Copyright (C) 2000 Ximian, Inc. - */ - -#include - -module GNOME { -module Evolution { -module Summary { - interface ViewFrame: Bonobo::Unknown { - }; -}; -}; -}; diff --git a/executive-summary/idl/SummaryComponent.idl b/executive-summary/idl/SummaryComponent.idl deleted file mode 100644 index f6aab37469..0000000000 --- a/executive-summary/idl/SummaryComponent.idl +++ /dev/null @@ -1,36 +0,0 @@ -/*-*- Mode: IDL; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -/* - * CORBA interface for the Evolution Executive Summary Components. - * - * Authors: - * Iain Holmes - * - * Copyright (C) 2000 Ximian, Inc. - */ - -/* TODO: Needs Exceptions */ - -#include -#include - -module GNOME { -module Evolution { -module Summary { - interface ViewFrame; - - interface Component: Bonobo::Unknown { - }; - - interface ComponentFactory: Bonobo::Unknown { - /** - * createView: - * - * Creates a new Component object. - * - * Returns: A Component object. - **/ - Component createView (); - }; -}; -}; -}; -- cgit ignoremode:
authorKoop Mast <kwm@rainbow-runner.nl>2016-12-10 23:29:02 +0800
committerKoop Mast <kwm@rainbow-runner.nl>2016-12-10 23:29:02 +0800
commitb1001d70f01d51c768db3a1e8e00cd1b7a245440 (patch)
tree7268e086efcba602ca5f14534bce6f7075c92810 /misc/astrolog
parent2c467c5afbd45537746e9d808e5e92481c8d28b9 (diff)
parent43ae45671e24ac2b498ed0e5af2e3d27383b4320 (diff)
downloadfreebsd-ports-graphics-mesa-next.tar.gz
freebsd-ports-graphics-mesa-next.tar.zst
freebsd-ports-graphics-mesa-next.zip
Merge branch 'master' into mesa-nextHEADmesa-next
Diffstat (limited to 'misc/astrolog')
eamer0.10-removal&id=b68f287db140c282a08bf92bf7eaca1243e3d4b8'>kde4-l10n/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-041-1/+0
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* Update to KDE 3.4.1lofi2005-06-261-1/+0
* Fix a typo in the kio translation, which causes all Open File / Save Filelofi2005-03-281-0/+1
* Update to KDE 3.3.2lofi2004-12-141-1/+1
* Update to KDE 3.3lofi2004-08-311-1/+1
* Update to KDE 3.2.1 / QT 3.3.1lofi2004-03-101-1/+1
* Update to KDE 3.2.0lofi2004-02-051-3/+3
* Add USE_GETTEXT and bump PORTREVISION.marcus2004-02-041-2/+2
* Now gettext 0.12.1 is gettext-old.trevor2004-01-241-1/+1
* Update KDE to the latest official release, KDE 3.1.3lofi2003-07-291-1/+0
* Fix pkg-plistarved2003-06-161-0/+1
* Update to KDE 3.1.2lioux2003-05-201-4/+3
* Clear moonlight beckons.ade2003-03-071-0/+1
* Fix categories to match dir containing port. bsd.port.mk (and portlint)alane2002-10-301-1/+2
* Update to 3.0.3. Not much changed here: [1] i18n PKGNAMEs converted towill2002-08-251-3/+2
* 1. Changed the lib depends on gettext to a build depends. This will meanalane2002-08-031-2/+2
* Bump PORTREVISION. KDE is fragile enough in its dependencies; we don'talane2002-08-021-0/+1
* Chase shlib rev of devel/gettextade2002-08-021-1/+1
* Fix MASTER_SITE_SUBDIR.will2002-07-101-1/+1
* Update to 3.0.2 -- full log available in ports/x11/kde3/Makefile,v 1.51.will2002-07-051-4/+4
* Upgrade to KDE 3.0.1. The delay in this upgrade is mainly due to thewill2002-06-161-1/+1
* Please welcome Qt3/KDE3 to our ports tree. This includes work since thewill2002-04-221-27/+14
* gettext upgrade uber-patch (stage 3)ade2002-04-131-1/+2
* Stage 1 of gettext update.ade2002-03-161-1/+1
* Use separate distfile to download Russian messages only whendemon2001-12-221-4/+27