diff options
Diffstat (limited to 'editors')
36 files changed, 0 insertions, 1509 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile deleted file mode 100644 index 114a5c98e..000000000 --- a/editors/AbiWord2/Makefile +++ /dev/null @@ -1,114 +0,0 @@ -# New ports collection makefile for: AbiWord2 -# Date created: 22 February 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/editors/AbiWord2/Makefile,v 1.75 2003/12/15 07:16:18 marcus Exp $ -# - -PORTNAME= AbiWord2 -PORTVERSION= 2.1.0 -PORTREVISION= 2 -CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - http://www.abisource.com/downloads/Version-${PORTVERSION}/lf/ -MASTER_SITE_SUBDIR= abiword -DISTNAME= abiword-${PORTVERSION} - -MAINTAINER= gnome@FreeBSD.org -COMMENT= An open-source, cross-platform WYSIWYG word processor - -# unzip is needed during the installation process -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip -LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ - fribidi.0:${PORTSDIR}/converters/fribidi \ - popt.0:${PORTSDIR}/devel/popt \ - enchant.2:${PORTSDIR}/textproc/enchant - -DIST_SUBDIR= AbiWord - -WRKSRC= ${WRKDIR}/abiword-${PORTVERSION}/abi - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_ICONV= yes -#USE_AUTOMAKE= yes -#USE_AUTOMAKE_VER=14 -#USE_AUTOCONF_VER=213 -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_REINPLACE= yes -USE_GNOME= gnomehier libglade2 libxml2 -WANT_GNOME= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -liconv" -CONFIGURE_ARGS= --enable-xft -MAKEFILE= GNUmakefile - -ABIVERSION= 2.2 -PLIST_SUB+= "ABIVERSION=${ABIVERSION}" -.include <bsd.port.pre.mk> - -.if exists(${LOCALBASE}/include/wv.h) -BROKEN= "This port cannot be built when textproc/wv is installed because of a header conflict. Please remove textproc/wv, and resume the build. If textproc/wv is no longer installed, please remove ${LOCALBASE}/include/wv.h, and resume the AbiWord2 build" -.endif - -.if ${HAVE_GNOME:Mnautilus2}!="" && ${HAVE_GNOME:Mlibgnomeprintui}!="" -USE_GNOME+= nautilus2 libgnomeprintui -CONFIGURE_ARGS+= --enable-gnome -PKGNAMESUFFIX= -gnome -GNOME_ENABLED= yes -.endif - -.if defined(WITH_GUCHARMAP) || exists(${X11BASE}/libdata/pkgconfig/gucharmap.pc) -LIB_DEPENDS+= gucharmap.4:${PORTSDIR}/deskutils/gucharmap -.else -CONFIGURE_ARGS+= --enable-cmap=no -.endif - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "AbiWord2 has the following tunable option(s):" - @${ECHO_MSG} " WITH_GUCHARMAP=yes Enable use of Gucharmap as the symbol insertion tool (default: auto)" - @${ECHO_MSG} "" - -#Hopefully this will be fixed in the next version -post-extract: - @${CP} ${WRKSRC}/abiword.desktop ${WRKSRC}/src/pkg/linux/rpm/data - -post-patch: - @${REINPLACE_CMD} -e 's|%%AUTOMAKE%%|${AUTOMAKE}|g ; \ - s|%%ACLOCAL%%|${ACLOCAL}|g ; \ - s|%%AUTOCONF%%|${AUTOCONF}|g' ${WRKSRC}/autogen.sh - @${FIND} ${WRKSRC}/ac-helpers -name "*.m4" | ${XARGS} ${REINPLACE_CMD} \ - 's|-ansi||g ; \ - s|-pedantic||g' - @${FIND} ${WRKSRC}/src/config/platforms -name "*.mk" | ${XARGS} \ - ${REINPLACE_CMD} 's|-ansi||g ; \ - s|-pedantic||g' -#Next line is needed for a couple GTK_OPTION_MENUs that it seems they forgot about. Hopefully this REINPLACE -#will be unnecessary soon. - @${REINPLACE_CMD} -e 's|-DGTK_DISABLE_DEPRECATED||g' ${WRKSRC}/configure - -pre-configure: -# @cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog INSTALL -# @cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing -# @${RM} -f ${WRKSRC}/configure.ac -# @cd ${WRKSRC} && ./autogen.sh && ${TRUE} - @${FIND} ${WRKSRC} -name GNUmakefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]libdir[)]/@PACKAGE@|(datadir)/@PACKAGE@|g ; \ - s|[(]libdir[)]/bonobo/servers|(prefix)/libdata/bonobo/servers|g; \ - s|@DEFS@|-I${WRKSRC}/../libiconv/include @DEFS@|g' && ${TRUE} - -post-install: - @${INSTALL_DATA} ${WRKSRC}/src/pkg/linux/rpm/data/abiword.desktop \ - ${PREFIX}/share/gnome/apps/Applications/abiword.desktop - @${LN} -sf ${PREFIX}/share/AbiSuite-2.0/icons/abiword_48.png \ - ${PREFIX}/share/gnome/pixmaps/abiword_48.png -.if defined(GNOME_ENABLED) - @${LN} -sf ${PREFIX}/share/AbiSuite-2.0/GNOME_AbiWord_Control_2_0.server\ - ${PREFIX}/libdata/bonobo/servers/GNOME_AbiWord_Control_2_0.server - @${LN} -sf ${PREFIX}/share/AbiSuite-2.0/abi-nautilus-view-file.xml \ - ${PREFIX}/share/gnome/gnome-2.0/ui/abi-nautilus-view-file.xml -.endif - -.include <bsd.port.post.mk> diff --git a/editors/AbiWord2/distinfo b/editors/AbiWord2/distinfo deleted file mode 100644 index bc503fdd2..000000000 --- a/editors/AbiWord2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (AbiWord/abiword-2.1.0.tar.bz2) = b6ab22c7d6de6919afdf03d0d217dafd diff --git a/editors/AbiWord2/files/patch-..::wv::magick::Makefile.in b/editors/AbiWord2/files/patch-..::wv::magick::Makefile.in deleted file mode 100644 index 3880ad648..000000000 --- a/editors/AbiWord2/files/patch-..::wv::magick::Makefile.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/editors/AbiWord2/files/patch-..::wv::magick::Makefile.in,v 1.2 2003/02/23 18:39:35 marcus Exp $ - ---- ../wv/magick/Makefile.in 2001/08/08 11:44:02 1.1 -+++ ../wv/magick/Makefile.in 2001/08/08 11:44:13 -@@ -40,7 +40,7 @@ - all: $(MAGICKOBJECTS) - - %.$(OBJEXT): $(srcdir)/%.c -- $(CC) $(CFLAGS) -c $(srcdir)/$*.c -+ $(CC) @CPPFLAGS@ $(CFLAGS) -c $(srcdir)/$*.c - - clean: - rm -rf *.$(OBJEXT) core a.$(OBJEXT)ut *.a diff --git a/editors/AbiWord2/files/patch-GNUmakefile.am b/editors/AbiWord2/files/patch-GNUmakefile.am deleted file mode 100644 index 3e4cc389d..000000000 --- a/editors/AbiWord2/files/patch-GNUmakefile.am +++ /dev/null @@ -1,22 +0,0 @@ ---- GNUmakefile.am.orig Mon Aug 18 09:45:27 2003 -+++ GNUmakefile.am Mon Aug 25 04:25:53 2003 -@@ -76,7 +76,6 @@ - - # Install the datafiles. This is quick-and-dirty. - install-data-local: -- @$(mkinstalldirs) $(DESTDIR)$(bonobodir) - if test -d $(top_srcdir)/../abidistfiles ; then \ - for dir in `cd $(top_srcdir)/../abidistfiles; find . -type d ! -name CVS` ; do \ - $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)/$$dir ;\ -@@ -89,11 +88,7 @@ - for file in $(top_srcdir)/../abidistfiles/$$dir/* ; do \ - if test -f $$file ; then \ - sfile=`echo "$$file" | sed 's/\.[^.]*$$//'`; \ -- if test "$$sfile.server" = $$file; then \ -- $(INSTALL_DATA) $$file $(DESTDIR)$(bonobodir); \ -- else \ - $(INSTALL_DATA) $$file $(DESTDIR)$(pkgdatadir)/$$dir; \ -- fi; \ - fi; \ - done; \ - fi; \ diff --git a/editors/AbiWord2/files/patch-af b/editors/AbiWord2/files/patch-af deleted file mode 100644 index 502e8de76..000000000 --- a/editors/AbiWord2/files/patch-af +++ /dev/null @@ -1,11 +0,0 @@ ---- src/af/util/xp/ut_png.cpp.orig Wed Apr 17 12:49:55 2002 -+++ src/af/util/xp/ut_png.cpp Fri Apr 19 20:40:25 2002 -@@ -24,7 +24,7 @@ - #ifdef _AIX - #define jmpbuf __jmpbuf - #endif --#include "png.h" -+#include <png.h> - - #include "ut_assert.h" - #include "ut_bytebuf.h" diff --git a/editors/AbiWord2/files/patch-an b/editors/AbiWord2/files/patch-an deleted file mode 100644 index a116fb076..000000000 --- a/editors/AbiWord2/files/patch-an +++ /dev/null @@ -1,46 +0,0 @@ - -$FreeBSD: ports/editors/AbiWord2/files/patch-an,v 1.5 2003/02/23 18:39:35 marcus Exp $ - ---- src/Makefile.orig Thu May 30 17:51:53 2002 -+++ src/Makefile Wed Jun 5 15:47:41 2002 -@@ -48,6 +48,7 @@ - - ## Set the following to a list of pathnames to be copied to $(CANONDIR) - CANON_TOPLEVELFILES= $(ABI_ROOT)/COPYING $(ABI_ROOT)/user/wp/readme.txt -+CANON_TLF_NOTDIR= $(notdir $(CANON_TOPLEVELFILES)) - - ## Set the following to a list of directories (probably a subset of DIRS) - ## that have work to do. -@@ -58,6 +59,9 @@ - @for k in $(CANON_TOPLEVELFILES); do \ - $(ABICOPY) $$k $(CANONDIR); \ - done -+ @for k in $(CANON_TLF_NOTDIR); do \ -+ $(ABICHMOD) ugo=r $(CANONDIR)/$$k; \ -+ done - @for k in $(CANON_SubDirs); do \ - $(MAKE) ABI_ROOT=$(ABI_ROOT) -C $$k canonical; \ - done -@@ -72,6 +76,7 @@ - cp $$k american.hash; \ - rm $$k ; \ - done) -+ @(cd $(CANONDIR)/dictionary; $(ABICHMOD) ugo=r *) - # We currently only ship american.hash, so the above and below aren't logical. - # For same reason, this will only copy american.hash-encoding once in place. The rest is in abispell. - @$(ABICOPY) $(ABI_ROOT)/../abidistfiles/dictionary/*.hash-encoding $(CANONDIR)/dictionary -@@ -112,10 +117,12 @@ - fi - # icons for X window manager use - @$(subst xxxx,$(CANONDIR)/icons,$(VERIFY_DIRECTORY)) -- (cd $(ABI_ROOT)/../abidistfiles/icons; cp abi* $(CANONDIR)/icons) -+ (cd $(ABI_ROOT)/../abidistfiles/icons; $(ABICOPY) abi* $(CANONDIR)/icons) -+ @(cd $(CANONDIR)/icons; $(ABICHMOD) ugo=r *_48*) - # font stuff for installation - @$(subst xxxx,$(CANONDIR)/fonts,$(VERIFY_DIRECTORY)) -- (cd $(ABI_ROOT)/../unixfonts/fonts ; cp *.* $(CANONDIR)/fonts) -+ (cd $(ABI_ROOT)/../unixfonts/fonts ; $(ABICOPY) *.* $(CANONDIR)/fonts) -+ @(cd $(CANONDIR)/fonts; $(ABICHMOD) ugo=r *.*) - endif - - ################################################################## diff --git a/editors/AbiWord2/files/patch-ap b/editors/AbiWord2/files/patch-ap deleted file mode 100644 index 76fbc4554..000000000 --- a/editors/AbiWord2/files/patch-ap +++ /dev/null @@ -1,23 +0,0 @@ ---- src/wp/Makefile.orig Sat Apr 13 07:22:38 2002 -+++ src/wp/Makefile Fri Apr 19 23:30:57 2002 -@@ -44,8 +44,18 @@ - @$(subst xxxx,$(CANON_AppDir),$(VERIFY_DIRECTORY)) - @$(subst xxxx,$(CANON_AppDir)/strings,$(VERIFY_DIRECTORY)) - @$(subst xxxx,$(CANON_AppDir)/help,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/howto,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/howto/howtoweb.xhtml_data,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/howto/howtoword.xhtml_data,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/info,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/interface,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/interface/dialogreplace.xhtml_data,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/interface/menufile.xhtml_data,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/interface/workspace.xhtml_data,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/problems,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/en-US/tutorial,$(VERIFY_DIRECTORY)) -+ @$(subst xxxx,$(CANON_AppDir)/help/images,$(VERIFY_DIRECTORY)) - @$(ABICOPY) $(USERDIR)/wp/readme.txt $(CANON_AppDir) - @$(ABICOPY) $(USERDIR)/wp/system.profile* $(CANON_AppDir) - @$(ABICOPY) $(USERDIR)/wp/strings/*.strings $(CANON_AppDir)/strings -- (cd $(USERDIR)/wp/help; tar cf - images ./*.* $(CANON_Lang)/*.* $(CANON_Lang)/*/*.*) | (cd $(CANON_AppDir)/help; tar xf -) -- @$(ABICOPY) $(ABI_ROOT)/CREDITS.TXT $(CANON_AppDir)/help/en-US/credits.txt diff --git a/editors/AbiWord2/files/patch-aq b/editors/AbiWord2/files/patch-aq deleted file mode 100644 index ed0324f28..000000000 --- a/editors/AbiWord2/files/patch-aq +++ /dev/null @@ -1,27 +0,0 @@ ---- src/config/abi_defs.mk Fri Jun 9 15:48:49 2000 -+++ src/config/abi_defs.mk.new Thu Jun 22 16:32:03 2000 -@@ -124,11 +124,11 @@ - ## INSTALL program... - - define MAKE_OBJDIR --if test ! -d $(@D); then rm -rf $(@D); mkdir -p $(@D); fi -+if test ! -d $(@D); then rm -rf $(@D); $(ABIMKDIR) -p $(@D); fi - endef - - define VERIFY_DIRECTORY --if test ! -d xxxx; then rm -rf xxxx; mkdir -p xxxx; fi -+if test ! -d xxxx; then rm -rf xxxx; $(ABIMKDIR) -p xxxx; fi - endef - - ifeq ($(OS_NAME), WIN32) -@@ -160,7 +160,9 @@ - ################################################################## - ################################################################## - --ABICOPY=cp -+ABICOPY = cp -+ABICHMOD = chmod -+ABIMKDIR = mkdir -m u=rwx,go=rx - - ifdef ABISOURCE_LICENSED_TRADEMARKS - ABI_TMDEFS= -DABISOURCE_LICENSED_TRADEMARKS diff --git a/editors/AbiWord2/files/patch-ar b/editors/AbiWord2/files/patch-ar deleted file mode 100644 index 9f93ba444..000000000 --- a/editors/AbiWord2/files/patch-ar +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/editors/AbiWord2/files/patch-ar,v 1.3 2003/02/23 18:39:35 marcus Exp $ - ---- src/pkg/common/unix/scripts/install.sh.orig Sat Apr 7 10:59:52 2001 -+++ src/pkg/common/unix/scripts/install.sh Wed Aug 8 13:31:57 2001 -@@ -80,7 +80,7 @@ - - echo "Installing program binaries to [$LIBEXECDIR]..." - # Setup bins --(cd $SRCDIR/bin; tar cf - *) | (cd $LIBEXECDIR; tar xf -) -+(cd $SRCDIR/bin; cp Abi* $LIBEXECDIR) - - ######################################################################## - # If we're on Solaris, run makepsres on the font path diff --git a/editors/AbiWord2/files/patch-autogen.sh b/editors/AbiWord2/files/patch-autogen.sh deleted file mode 100644 index 699048775..000000000 --- a/editors/AbiWord2/files/patch-autogen.sh +++ /dev/null @@ -1,55 +0,0 @@ ---- autogen.sh.orig Mon Oct 6 04:00:53 2003 -+++ autogen.sh Fri Oct 31 16:07:18 2003 -@@ -10,7 +10,7 @@ - - rm -f autogen.err - --automake --version | perl -ne 'if (/\(GNU automake\) ([0-9].[0-9])/) {print; if ($1 < 1.4) {exit 1;}}' -+%%AUTOMAKE%% --version | perl -ne 'if (/\(GNU automake\) ([0-9].[0-9])/) {print; if ($1 < 1.4) {exit 1;}}' - - if [ $? -ne 0 ]; then - echo "Error: you need automake 1.4 or later. Please upgrade." -@@ -19,17 +19,17 @@ - - # Produce aclocal.m4, so autoconf gets the automake macros it needs - # --echo "Creating aclocal.m4: aclocal -I ac-helpers $ACLOCAL_FLAGS" -+echo "Creating aclocal.m4: %%ACLOCAL%% -I ac-helpers $ACLOCAL_FLAGS" - --aclocal -I ac-helpers $ACLOCAL_FLAGS 2>> autogen.err -+%%ACLOCAL%% -I ac-helpers $ACLOCAL_FLAGS 2>> autogen.err - - echo "Checking for PKG_CHECK_MODULES..." - - pkgcheckdef=`grep PKG_CHECK_MODULES aclocal.m4 | grep AC_DEFUN` - if test "x$pkgcheckdef" = "x"; then -- echo "Running aclocal -I ac-helpers -I ac-helpers/pkg-config $ACLOCAL_FLAGS" -- (aclocal -I ac-helpers -I ac-helpers/pkg-config $ACLOCAL_FLAGS 2>> autogen.err) || { -- echo "aclocal failed! Unable to continue." -+ echo "Running %%ACLOCAL%% -I ac-helpers -I ac-helpers/pkg-config $ACLOCAL_FLAGS" -+ (%%ACLOCAL%% -I ac-helpers -I ac-helpers/pkg-config $ACLOCAL_FLAGS 2>> autogen.err) || { -+ echo "%%ACLOCAL%% failed! Unable to continue." - exit 1 - } - pkgcheckdef=`grep PKG_CHECK_MODULES aclocal.m4 | grep AC_DEFUN` -@@ -51,9 +51,9 @@ - # Produce all the `GNUmakefile.in's and create neat missing things - # like `install-sh', etc. - # --echo "automake --add-missing --copy --foreign" -+echo "%%AUTOMAKE%% --add-missing --copy --foreign" - --automake --add-missing --copy --foreign 2>> autogen.err || { -+%%AUTOMAKE%% --add-missing --copy --foreign 2>> autogen.err || { - echo "" - echo "* * * warning: possible errors while running automake - check autogen.err" - echo "" -@@ -69,7 +69,7 @@ - # - echo "Creating configure..." - --autoconf 2>> autogen.err || { -+%%AUTOCONF%% 2>> autogen.err || { - echo "" - echo "* * * warning: possible errors while running automake - check autogen.err" - echo "" diff --git a/editors/AbiWord2/files/patch-ax b/editors/AbiWord2/files/patch-ax deleted file mode 100644 index 91ab01775..000000000 --- a/editors/AbiWord2/files/patch-ax +++ /dev/null @@ -1,10 +0,0 @@ ---- ../wv/libole2/ms-ole.h Sun Oct 6 20:18:41 2002 -+++ ../wv/libole2/ms-ole.h.new Sun Oct 6 20:18:48 2002 -@@ -20,6 +20,7 @@ - #if defined(__QNXNTO__) - # include <sys/types.h> - #endif -+# include <sys/types.h> - # include <fcntl.h> /* for mode_t */ - #else - # include <stdlib.h> diff --git a/editors/AbiWord2/files/patch-src::wp::ap::unix::ap_UnixApp.cpp b/editors/AbiWord2/files/patch-src::wp::ap::unix::ap_UnixApp.cpp deleted file mode 100644 index 720a1a614..000000000 --- a/editors/AbiWord2/files/patch-src::wp::ap::unix::ap_UnixApp.cpp +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD: ports/editors/AbiWord2/files/patch-src::wp::ap::unix::ap_UnixApp.cpp,v 1.3 2003/02/23 18:39:36 marcus Exp $ - ---- src/wp/ap/unix/ap_UnixApp.cpp.orig Thu Dec 6 09:00:14 2001 -+++ src/wp/ap/unix/ap_UnixApp.cpp Mon Dec 17 13:49:48 2001 -@@ -612,7 +612,7 @@ - { - pluginDir = pluginList[i]; - -- n = scandir(pluginDir.c_str(), &namelist, so_only, alphasort); -+ n = scandir(pluginDir.c_str(), &namelist, (int (*)(dirent *))so_only, alphasort); - UT_DEBUGMSG(("DOM: found %d plugins in %s\n", n, pluginDir.c_str())); - - if (n > 0) diff --git a/editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp b/editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp deleted file mode 100644 index dd1f65d72..000000000 --- a/editors/AbiWord2/files/patch-src_af_util_xp_ut_iconv.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/af/util/xp/ut_iconv.cpp.orig Fri Jan 2 16:00:33 2004 -+++ src/af/util/xp/ut_iconv.cpp Fri Jan 2 16:08:03 2004 -@@ -67,7 +67,7 @@ - #if defined (WIN32) || defined(__QNXNTO__) || defined(__CYGWIN__) || \ - (defined (__MACH__) && defined (__APPLE__)) || \ - (defined(TARGET_OS_MAC) && TARGET_OS_MAC) || \ --defined(__BEOS__) || defined (__AIX__) || \ -+defined(__BEOS__) || defined (__AIX__) || defined (__FreeBSD__) || \ - (defined(__linux__) && defined(__powerpc__) && (__GLIBC__ <= 2) && (__GLIBC_MINOR__ <= 1)) - - #define ICONV_CONST const diff --git a/editors/AbiWord2/files/patch-src_af_util_xp_ut_string_class.cpp b/editors/AbiWord2/files/patch-src_af_util_xp_ut_string_class.cpp deleted file mode 100644 index a82b611a7..000000000 --- a/editors/AbiWord2/files/patch-src_af_util_xp_ut_string_class.cpp +++ /dev/null @@ -1,26 +0,0 @@ ---- src/af/util/xp/ut_string_class.cpp.orig Mon Aug 25 03:34:03 2003 -+++ src/af/util/xp/ut_string_class.cpp Mon Aug 25 03:42:00 2003 -@@ -28,6 +28,7 @@ - #include <locale.h> - #include <ctype.h> - #include <stdarg.h> -+#include <glib.h> - - #include "ut_string.h" - #include "ut_string_class.h" -@@ -340,13 +341,13 @@ - return len; - } - -+#define VA_COPY G_VA_COPY -+ - #if !defined (VA_COPY) - # if defined (__GNUC__) && defined (__PPC__) && (defined (_CALL_SYSV) || defined (_WIN32) || defined(WIN32)) || defined(__s390__) || defined(__x86_64__) - # define VA_COPY(ap1, ap2) (*(ap1) = *(ap2)) - # elif defined (VA_COPY_AS_ARRAY) - # define VA_COPY(ap1, ap2) memmove ((ap1), (ap2), sizeof (va_list)) --# elif defined (__GNUC__) --# define VA_COPY(ap1,ap2) __va_copy((ap1),(ap2)) - # else /* va_list is a pointer */ - # define VA_COPY(ap1, ap2) ((ap1) = (ap2)) - # endif /* va_list is a pointer */ diff --git a/editors/AbiWord2/files/patch-src_af_xap_unix_xap_UnixDlg_Insert_Symbol.cpp b/editors/AbiWord2/files/patch-src_af_xap_unix_xap_UnixDlg_Insert_Symbol.cpp deleted file mode 100644 index 43e2d9ad1..000000000 --- a/editors/AbiWord2/files/patch-src_af_xap_unix_xap_UnixDlg_Insert_Symbol.cpp +++ /dev/null @@ -1,20 +0,0 @@ ---- src/af/xap/unix/xap_UnixDlg_Insert_Symbol.cpp.orig Wed Feb 11 13:49:15 2004 -+++ src/af/xap/unix/xap_UnixDlg_Insert_Symbol.cpp Wed Feb 11 13:50:09 2004 -@@ -487,6 +487,7 @@ - GtkWidget * XAP_UnixDialog_Insert_Symbol::_constructWindow(void) - { - GtkWidget * vboxInsertS; -+ GtkWidget * chapters; - - ConstructWindowName(); - -@@ -517,7 +518,8 @@ - m_areaCurrentSym, TRUE, FALSE, 0); - #else - -- m_SymbolMap = gucharmap_charmap_new (); -+ chapters = gucharmap_block_chapters_new (); -+ m_SymbolMap = gucharmap_charmap_new (GUCHARMAP_CHAPTERS (chapters)); - gtk_widget_show (m_SymbolMap); - gtk_box_pack_start(GTK_BOX(vboxInsertS), m_SymbolMap, TRUE, TRUE, 0); - diff --git a/editors/AbiWord2/files/patch-src_pkg_linux_rpm_data_abiword.desktop b/editors/AbiWord2/files/patch-src_pkg_linux_rpm_data_abiword.desktop deleted file mode 100644 index 656c586a6..000000000 --- a/editors/AbiWord2/files/patch-src_pkg_linux_rpm_data_abiword.desktop +++ /dev/null @@ -1,11 +0,0 @@ ---- src/pkg/linux/rpm/data/abiword.desktop.orig Sun Apr 6 14:45:19 2003 -+++ src/pkg/linux/rpm/data/abiword.desktop Sun Apr 20 00:33:09 2003 -@@ -12,7 +12,7 @@ - Icon=abiword_48.png - Terminal=0 - Type=Application --Categories=Application;Office;WordProcessor;X-Red-Hat-Base; -+Categories=Application;Office;WordProcessor; - StartupNotify=true - Encoding=UTF-8 - X-Desktop-File-Install-Version=0.3 diff --git a/editors/AbiWord2/pkg-descr b/editors/AbiWord2/pkg-descr deleted file mode 100644 index 7a56a9547..000000000 --- a/editors/AbiWord2/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ -AbiWord is an open-source, cross-platform WYSIWYG word processor. It works -on Windows and most Unix Systems. - -Features include: - - - Basic character formatting (bold, underline, italics, etc.) - - Paragraph alignment - - Spell-check - - Import of Word97 and RTF documents - - Export to RTF, Text, HTML, and LaTeX formats - - Interactive rulers and tabs - - Styles - - Unlimited undo/redo - - Multiple column control - - Widow/orphan control - - Find/Replace - - Anti-aliased fonts - - Images - -For more information, or to see screenshots, visit the AbiSource home page -at -WWW: http://www.abisource.com/ diff --git a/editors/AbiWord2/pkg-plist b/editors/AbiWord2/pkg-plist deleted file mode 100644 index bfb1be297..000000000 --- a/editors/AbiWord2/pkg-plist +++ /dev/null @@ -1,302 +0,0 @@ -bin/AbiWord-%%ABIVERSION%% -bin/abiword -bin/ttfadmin.sh -bin/ttftool -libdata/bonobo/servers/GNOME_AbiWord_Control_2_0.server -libdata/bonobo/servers/GNOME_AbiWord_Control_2_2.server -share/AbiSuite-%%ABIVERSION%%/AbiWord.exe.MANIFEST -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Break.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Field.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_FormatFootnotes.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_FormatFrame.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_FormatTable.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_HdrFtr.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_InsertTable.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Insert_DateTime.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_MailMerge.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_MetaData.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_New.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_PageNumbers.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Replace.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_Stylist.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/ap_UnixDialog_WordCount.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_About.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Encoding.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Image.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Language.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Password.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_PluginManager.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_WindowMore.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/glade/xap_UnixDlg_Zoom.glade -share/AbiSuite-%%ABIVERSION%%/AbiWord/readme.txt -share/AbiSuite-%%ABIVERSION%%/AbiWord/scripts/abw2html.pl -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/am-ET.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/be-BY.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/bg-BG.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/br-FR.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ca-ES.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/cs-CZ.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/cy-GB.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/da-DK.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/de-CH.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/de-DE.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/el-GR.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/en-AU.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/en-GB.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/en-IE.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/es-ES.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/es-MX.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/et.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/eu-ES.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/fi-FI.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/fr-FR.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ga-IE.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/gl-ES.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/he-IL.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/hu-HU.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/id-ID.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/it-IT.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ja-JP.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/jbo.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/lt-LT.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/lv-LV.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/mh-MH.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ms-MY.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/nb-NO.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/nl-NL.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/nn-NO.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/pl-PL.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/pt-BR.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/pt-PT.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ro-RO.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/ru-RU.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/sc-IT.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/sk-SK.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/sl-SI.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/sq-AL.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/sr.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/sv-SE.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/tr-TR.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/uk-UA.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/vi-VN.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/yi.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/zh-CN.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/zh-HK.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/strings/zh-TW.strings -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-CP1254 -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-KOI8-R -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-KOI8-U -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-KOI8-UB -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-am-ET -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ar -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ar-EG -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ar-SA -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-bg-BG -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ca-ES -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-cs-CZ -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-da-DK -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-de -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-de-AT -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-de-CH -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-de-DE -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-div-MV -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-el-GR -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-AU -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-CA -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-GB -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-IE -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-NZ -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-US -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-en-ZA -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-es -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-es-ES -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-es-MX -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-eu -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-eu-ES -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fa-IR -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fi-FI -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fr -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fr-BE -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fr-CA -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fr-CH -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-fr-FR -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-gl-ES -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-he -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-he-IL -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-hu-HU -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-it-IT -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ja-JP -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-lt-LT -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-nb-NO -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-nl-NL -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-nn-NO -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-pl-PL -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ps -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-pt-BR -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-pt-PT -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ru -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ru-RU -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-sk-SK -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-sk-SK.CP1250 -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-sl -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-sv -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-sv-SE -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-syr -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-tr -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-tr-TR -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-tr-TR.CP1254 -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-uk-UA -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-ur-PK -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-yi -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-zh-CN -share/AbiSuite-%%ABIVERSION%%/AbiWord/system.profile-zh-TW -share/AbiSuite-%%ABIVERSION%%/README -share/AbiSuite-%%ABIVERSION%%/abi-nautilus-view-file.xml -share/AbiSuite-%%ABIVERSION%%/clipart/book.png -share/AbiSuite-%%ABIVERSION%%/clipart/chip.png -share/AbiSuite-%%ABIVERSION%%/clipart/fun.png -share/AbiSuite-%%ABIVERSION%%/clipart/gear.png -share/AbiSuite-%%ABIVERSION%%/clipart/gnomea.png -share/AbiSuite-%%ABIVERSION%%/clipart/gnomeb.png -share/AbiSuite-%%ABIVERSION%%/clipart/gnomec.png -share/AbiSuite-%%ABIVERSION%%/clipart/gnomecorner.png -share/AbiSuite-%%ABIVERSION%%/clipart/gnomed.png -share/AbiSuite-%%ABIVERSION%%/clipart/gnomedecor1.png -share/AbiSuite-%%ABIVERSION%%/clipart/gnomedecor2.png -share/AbiSuite-%%ABIVERSION%%/clipart/gnomee.png -share/AbiSuite-%%ABIVERSION%%/clipart/gnomeflowers.png -share/AbiSuite-%%ABIVERSION%%/clipart/gnomeline.png -share/AbiSuite-%%ABIVERSION%%/clipart/idea.png -share/AbiSuite-%%ABIVERSION%%/clipart/lamp.png -share/AbiSuite-%%ABIVERSION%%/clipart/monitor.png -share/AbiSuite-%%ABIVERSION%%/clipart/music1.png -share/AbiSuite-%%ABIVERSION%%/clipart/pinceau.png -share/AbiSuite-%%ABIVERSION%%/clipart/simca.png -share/AbiSuite-%%ABIVERSION%%/clipart/surprise.png -share/AbiSuite-%%ABIVERSION%%/clipart/together.png -share/AbiSuite-%%ABIVERSION%%/clipart/toolbox.png -share/AbiSuite-%%ABIVERSION%%/clipart/tree.png -share/AbiSuite-%%ABIVERSION%%/clipart/tux_bordelais.png -share/AbiSuite-%%ABIVERSION%%/clipart/weather.png -share/AbiSuite-%%ABIVERSION%%/clipart/write.png -share/AbiSuite-%%ABIVERSION%%/icons/abiword_16.xpm -share/AbiSuite-%%ABIVERSION%%/icons/abiword_48.png -share/AbiSuite-%%ABIVERSION%%/icons/abiword_48.tif -share/AbiSuite-%%ABIVERSION%%/icons/abiword_48.xpm -%%GNOME:%%share/AbiSuite-%%ABIVERSION%%/icons/abiword_logo.xpm -share/AbiSuite-%%ABIVERSION%%/templates/A4.awt -share/AbiSuite-%%ABIVERSION%%/templates/Business-Report.awt -share/AbiSuite-%%ABIVERSION%%/templates/Employee-Directory.awt -share/AbiSuite-%%ABIVERSION%%/templates/Fax-Coversheet.awt -share/AbiSuite-%%ABIVERSION%%/templates/Two-Columns.awt -share/AbiSuite-%%ABIVERSION%%/templates/US-Letter.awt -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-am_ET -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ar -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ar_EG -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ar_SA -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-bg_BG -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ca_ES -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-cs_CZ -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-da_DK -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-de -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-de_AT -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-de_CH -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-de_DE -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-div_MV -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-el_GR -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_AU -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_CA -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_GB -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_IE -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_NZ -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-en_ZA -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es_ES -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es_FI -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es_IR -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-es_MX -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fa_IR -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fr -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fr_BE -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fr_CA -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fr_CH -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-fr_FR -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-gl_ES -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-he -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-he_IL -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-hu_HU -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-it_IT -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ja_JP -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-lt_LT -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-nb_NO -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-nl_NL -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-nn_NO -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-pl_PL -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ps -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-pt_BR -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-pt_PT -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ru -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ru_RU -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-sk_SK -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-sl -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-sv -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-sv_SE -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-syr -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-tr -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-tr_TR -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-uk_UA -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-ur_PK -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-yi -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-zh_CN -share/AbiSuite-%%ABIVERSION%%/templates/normal.awt-zh_TW -share/applications/abiword.desktop -share/icons/abiword_48.png -share/gnome/apps/Applications/abiword.desktop -%%GNOME:%%share/gnome/gnome-2.0/ui/abi-nautilus-view-file.xml -share/gnome/pixmaps/abiword_48.png -@dirrm share/AbiSuite-%%ABIVERSION%%/templates -@dirrm share/AbiSuite-%%ABIVERSION%%/icons -@dirrm share/AbiSuite-%%ABIVERSION%%/dictionary -@dirrm share/AbiSuite-%%ABIVERSION%%/clipart -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/strings -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/scripts -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/sample/en-US -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/sample -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/images -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/tutorial -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/problems -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/plugins -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/interface/workspace.xhtml_data -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/interface/rulers.xhtml_data -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/interface/dialogreplace.xhtml_data -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/interface -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/info -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/images -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/howto/howtoword.xhtml_data -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/howto/howtoweb.xhtml_data -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR/howto -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/fr-FR -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/es-ES -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/tutorial -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/problems -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/interface/workspace.xhtml_data -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/interface/rulers.xhtml_data -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/interface/menufile.xhtml_data -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/interface/dialogreplace.xhtml_data -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/interface -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/info -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/images -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/howto/howtoword.xhtml_data -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/howto/howtoweb.xhtml_data -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US/howto -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/en-US -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/de-DE/images -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/de-DE/de_DE -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help/de-DE -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/help -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord/glade -@dirrm share/AbiSuite-%%ABIVERSION%%/AbiWord -@dirrm share/AbiSuite-%%ABIVERSION%% diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile deleted file mode 100644 index 7f56180b2..000000000 --- a/editors/gedit-plugins/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: gedit-plugins -# Date created: 19 September 2003 -# Whom: Adam Weinberger <adamw@FreeBSD.org> -# -# $FreeBSD: ports/editors/gedit-plugins/Makefile,v 1.2 2003/10/18 07:18:32 bland Exp $ -# - -PORTNAME= gedit-plugins -PORTVERSION= 2.3.5 -PORTREVISION= 4 -CATEGORIES= editors gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= Plugins for gedit2 - -BUILD_DEPENDS= gedit:${PORTSDIR}/editors/gedit2 -RUN_DEPENDS= ${BUILD_DEPENDS} - -USE_BZIP2= yes -USE_PERL5= yes -USE_X_PREFIX= yes -USE_LIBTOOL_VER=13 -INSTALLS_SHLIB= yes -USE_REINPLACE= yes -USE_GNOME= gnomehack gnomeprefix gnometarget lthack -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -post-patch: - @${REINPLACE_CMD} -e "s|gedit-2.4|gedit-2.6|g" \ - ${WRKSRC}/configure - -.include <bsd.port.mk> diff --git a/editors/gedit-plugins/distinfo b/editors/gedit-plugins/distinfo deleted file mode 100644 index f05e408cb..000000000 --- a/editors/gedit-plugins/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gedit-plugins-2.3.5.tar.bz2) = 6925b3f5150a0e265abeb6d4657728d1 diff --git a/editors/gedit-plugins/files/patch-plugins::diff::diff.c b/editors/gedit-plugins/files/patch-plugins::diff::diff.c deleted file mode 100644 index 6a2c8f114..000000000 --- a/editors/gedit-plugins/files/patch-plugins::diff::diff.c +++ /dev/null @@ -1,30 +0,0 @@ ---- plugins/diff/diff.c.orig Sat Oct 18 16:02:21 2003 -+++ plugins/diff/diff.c Sat Oct 18 16:05:51 2003 -@@ -56,7 +56,6 @@ - #include <gedit/gedit-mdi.h> - #include <gedit/gedit-output-window.h> - -- - #define DIFF_BASE_KEY "/apps/gedit-2/plugins/diff" - #define DIFF_LOCATION_KEY "/diff-program-location" - #define UNIFIED_FORMAT_KEY "/use-unified-format" -@@ -438,7 +437,7 @@ - - case GTK_RESPONSE_HELP: - /* FIXME: choose a better link id */ -- gnome_help_display ("gedit.xml", "gedit-use-plugins", &error); -+ gnome_help_display ("gedit.xml", "gedit-compare-files-plugin", &error); - - if (error != NULL) - { -@@ -959,7 +958,9 @@ - - temp = gedit_plugin_locate_program (DIFF_PROGRAM_NAME, - plugin_name, -- parent); -+ parent, -+ DIFF_BASE_KEY DIFF_LOCATION_KEY, -+ "gedit-compare-files-configure"); - - if (temp != NULL) - { diff --git a/editors/gedit-plugins/pkg-descr b/editors/gedit-plugins/pkg-descr deleted file mode 100644 index 9edebc33f..000000000 --- a/editors/gedit-plugins/pkg-descr +++ /dev/null @@ -1 +0,0 @@ -Various plugins for gedit2. diff --git a/editors/gedit-plugins/pkg-plist b/editors/gedit-plugins/pkg-plist deleted file mode 100644 index 071ea2043..000000000 --- a/editors/gedit-plugins/pkg-plist +++ /dev/null @@ -1,59 +0,0 @@ -lib/gedit-2/plugins/ascii.gedit-plugin -lib/gedit-2/plugins/cvschangelog.gedit-plugin -lib/gedit-2/plugins/diff.gedit-plugin -lib/gedit-2/plugins/libasciitable.so -lib/gedit-2/plugins/libcvschangelog.so -lib/gedit-2/plugins/libdiff.so -share/gnome/gedit-2/glade/asciitable.glade2 -share/gnome/gedit-2/glade/diff.glade2 -share/locale/am/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/ar/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/az/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/be/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/bg/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/ca/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/cs/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/da/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/de/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/el/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/es/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/et/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/eu/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/fi/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/fr/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/ga/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/gl/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/he/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/hi/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/hu/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/it/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/ja/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/kn/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/ko/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/lt/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/lv/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/mk/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/ml/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/mn/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/ms/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/nl/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/nn/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/no/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/pl/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/pt/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/pt_BR/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/ro/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/ru/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/sk/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/sl/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/sr/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/sr@Latn/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/sv/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/ta/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/th/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/tr/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/uk/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/vi/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/wa/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/zh_CN/LC_MESSAGES/gedit-plugins-2.4.mo -share/locale/zh_TW/LC_MESSAGES/gedit-plugins-2.4.mo diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile deleted file mode 100644 index 7ffa727bd..000000000 --- a/editors/gedit2/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: gedit2 -# Date created: 14 May 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/editors/gedit2/Makefile,v 1.64 2003/11/17 12:28:56 trevor Exp $ -# - -PORTNAME= gedit2 -PORTVERSION= 2.5.91 -CATEGORIES= editors gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5 -DISTNAME= gedit-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= A small but powerful text editor for Gnome 2 Desktop Environment - -LIB_DEPENDS= pspell.15:${PORTSDIR}/textproc/aspell - -USE_BZIP2= yes -USE_X_PREFIX= yes -INSTALLS_SHLIB= yes -USE_GMAKE= yes -USE_LIBTOOL_VER=13 -USE_GNOME= gnomeprefix gnomehack intlhack lthack gnomehier \ - libgnomeprintui libgnomeui eel2 gtksourceview -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" -PLIST_SUB= VERSION="2.6" - -MAN1= gedit.1 - -.include <bsd.port.mk> diff --git a/editors/gedit2/distinfo b/editors/gedit2/distinfo deleted file mode 100644 index f15840abe..000000000 --- a/editors/gedit2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (gnome2/gedit-2.5.91.tar.bz2) = 09d7b0695fbac4e4c5485c2b86097f85 -SIZE (gnome2/gedit-2.5.91.tar.bz2) = 1959372 diff --git a/editors/gedit2/files/patch-configure b/editors/gedit2/files/patch-configure deleted file mode 100644 index 91c1e9a65..000000000 --- a/editors/gedit2/files/patch-configure +++ /dev/null @@ -1,39 +0,0 @@ ---- configure.orig Wed Feb 25 02:26:37 2004 -+++ configure Wed Feb 25 02:27:22 2004 -@@ -22282,6 +22282,7 @@ - if eval "test \"\${$as_ac_var+set}\" = set"; then - echo $ECHO_N "(cached) $ECHO_C" >&6 - else -+ LIBS="-lintl $LIBS" - cat >conftest.$ac_ext <<_ACEOF - /* confdefs.h. */ - _ACEOF -@@ -22371,6 +22372,7 @@ - cat >>confdefs.h <<_ACEOF - #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 - _ACEOF -+LIBS="-lintl $LIBS" - - else - { { echo "$as_me:$LINENO: error: ngettext function is required to build gedit." >&5 -@@ -22405,17 +22407,17 @@ - if test "x${prefix}" = "xNONE"; then - - cat >>confdefs.h <<_ACEOF --#define PIXMAPS_DIR "${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps" -+ - _ACEOF - - pixmapsdir="${ac_default_prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps" - else - - cat >>confdefs.h <<_ACEOF --#define PIXMAPS_DIR "${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps" -+#define PIXMAPS_DIR "${datadir}/pixmaps" - _ACEOF - -- pixmapsdir="${prefix}/${DATADIRNAME}/${PACKAGE}/pixmaps" -+ pixmapsdir="${datadir}/pixmaps" - fi - - diff --git a/editors/gedit2/pkg-descr b/editors/gedit2/pkg-descr deleted file mode 100644 index 3ccfe39b0..000000000 --- a/editors/gedit2/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -gEdit is a text editor for X using the GTK+ and GNOME libraries. -It is being developed by Alex Roberts, Evan Lawrence and Chris Lahey -(among others). - -gEdit is quite a neat text editor. It contains the following -features: - * Opening/Saving/Creating files - * File Revert - * Cut/Copy/Paste and Select All text - * Complete integration with the GNOME Environment, including GnomeMDI - * Search and Replace - * Global search - * A complete preferences interface - * Dynamically loading fonts - * Splitscreen Mode - * Printing support - * Configurable Plugins system - * Configurable window sizing - * Unlimited Undo/Redo - -WWW: http://gedit.sourceforge.net/ diff --git a/editors/gedit2/pkg-plist b/editors/gedit2/pkg-plist deleted file mode 100644 index 065633d69..000000000 --- a/editors/gedit2/pkg-plist +++ /dev/null @@ -1,302 +0,0 @@ -bin/gedit -bin/gnome-text-editor -etc/gconf/gconf.xml.defaults/apps/gedit-2/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/auto_indent/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/colors/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/font/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/line_numbers/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/right_margin/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/save/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/tabs/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/undo/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/wrap_mode/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/encodings/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/print/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/print/fonts/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/print/page/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/syntax_highlighting/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/ui/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/ui/recents/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/ui/statusbar/%gconf.xml -etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/ui/toolbar/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/auto_indent/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/colors/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/font/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/line_numbers/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/right_margin/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/save/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/tabs/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/undo/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/wrap_mode/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/encodings/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/print/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/print/fonts/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/print/page/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/syntax_highlighting/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/ui/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/ui/recents/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/ui/statusbar/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/ui/toolbar/%gconf.xml -etc/gconf/schemas/gedit.schemas -include/gedit-%%VERSION%%/gedit/bonobo-mdi-child.h -include/gedit-%%VERSION%%/gedit/bonobo-mdi.h -include/gedit-%%VERSION%%/gedit/gedit-convert.h -include/gedit-%%VERSION%%/gedit/gedit-debug.h -include/gedit-%%VERSION%%/gedit/gedit-document.h -include/gedit-%%VERSION%%/gedit/gedit-encodings.h -include/gedit-%%VERSION%%/gedit/gedit-file.h -include/gedit-%%VERSION%%/gedit/gedit-mdi-child.h -include/gedit-%%VERSION%%/gedit/gedit-mdi.h -include/gedit-%%VERSION%%/gedit/gedit-menus.h -include/gedit-%%VERSION%%/gedit/gedit-metadata-manager.h -include/gedit-%%VERSION%%/gedit/gedit-output-window.h -include/gedit-%%VERSION%%/gedit/gedit-plugin.h -include/gedit-%%VERSION%%/gedit/gedit-prefs-manager-app.h -include/gedit-%%VERSION%%/gedit/gedit-prefs-manager.h -include/gedit-%%VERSION%%/gedit/gedit-print.h -include/gedit-%%VERSION%%/gedit/gedit-recent.h -include/gedit-%%VERSION%%/gedit/gedit-utils.h -include/gedit-%%VERSION%%/gedit/gedit-view.h -include/gedit-%%VERSION%%/gedit/gedit2.h -include/gedit-%%VERSION%%/gedit/recent-files/egg-recent-item.h -include/gedit-%%VERSION%%/gedit/recent-files/egg-recent-model.h -include/gedit-%%VERSION%%/gedit/recent-files/egg-recent-util.h -include/gedit-%%VERSION%%/gedit/recent-files/egg-recent-view-bonobo.h -include/gedit-%%VERSION%%/gedit/recent-files/egg-recent-view-gtk.h -include/gedit-%%VERSION%%/gedit/recent-files/egg-recent-view.h -lib/bonobo/libgedit-control.so -lib/gedit-2/plugins/docinfo.gedit-plugin -lib/gedit-2/plugins/indent.gedit-plugin -lib/gedit-2/plugins/libdocinfo.so -lib/gedit-2/plugins/libindent.so -lib/gedit-2/plugins/libsample.so -lib/gedit-2/plugins/libshell_output.so -lib/gedit-2/plugins/libsort.so -lib/gedit-2/plugins/libspell.so -lib/gedit-2/plugins/libtaglist.so -lib/gedit-2/plugins/libtime.so -lib/gedit-2/plugins/sample.gedit-plugin -lib/gedit-2/plugins/shell_output.gedit-plugin -lib/gedit-2/plugins/sort.gedit-plugin -lib/gedit-2/plugins/spell.gedit-plugin -lib/gedit-2/plugins/taglist.gedit-plugin -lib/gedit-2/plugins/time.gedit-plugin -libdata/bonobo/servers/GNOME_Gedit.server -libdata/pkgconfig/gedit-%%VERSION%%.pc -share/gnome/application-registry/gedit.applications -share/gnome/applications/gedit.desktop -share/gnome/gedit-2/glade/docinfo.glade2 -share/gnome/gedit-2/glade/gedit-encodings-dialog.glade2 -share/gnome/gedit-2/glade/gedit-preferences.glade2 -share/gnome/gedit-2/glade/goto-line.glade2 -share/gnome/gedit-2/glade/languages-dialog.glade2 -share/gnome/gedit-2/glade/page-setup-dialog.glade2 -share/gnome/gedit-2/glade/plugin-manager.glade2 -share/gnome/gedit-2/glade/program-location-dialog.glade2 -share/gnome/gedit-2/glade/replace.glade2 -share/gnome/gedit-2/glade/shell_output.glade2 -share/gnome/gedit-2/glade/sort.glade2 -share/gnome/gedit-2/glade/spell-checker.glade2 -share/gnome/gedit-2/glade/time.glade2 -share/gnome/gedit-2/glade/uri.glade2 -share/gnome/gedit-2/taglist/HTML.tags -share/gnome/gedit-2/taglist/Latex.tags -share/gnome/gedit-2/taglist/XSLT.tags -share/gnome/gedit-2/ui/gedit-ui.xml -share/gnome/gnome-2.0/ui/gedit-viewer-ui.xml -share/gnome/help/gedit/C/figures/gedit_format_bold.png -share/gnome/help/gedit/C/figures/gedit_format_italic.png -share/gnome/help/gedit/C/figures/gedit_format_strikethrough.png -share/gnome/help/gedit/C/figures/gedit_format_underline.png -share/gnome/help/gedit/C/figures/gedit_recent_files_menu_icon.png -share/gnome/help/gedit/C/figures/gedit_window.png -share/gnome/help/gedit/C/gedit.xml -share/gnome/help/gedit/C/legal.xml -share/gnome/help/gedit/de/gedit.xml -share/gnome/help/gedit/de/legal.xml -share/gnome/help/gedit/es/gedit.xml -share/gnome/help/gedit/es/legal.xml -share/gnome/help/gedit/fr/gedit.xml -share/gnome/help/gedit/fr/legal.xml -share/gnome/help/gedit/it/gedit.xml -share/gnome/help/gedit/it/legal.xml -share/gnome/help/gedit/ja/gedit.xml -share/gnome/help/gedit/ja/legal.xml -share/gnome/help/gedit/ko/gedit.xml -share/gnome/help/gedit/ko/legal.xml -share/gnome/help/gedit/ro/figures/gedit_window.png -share/gnome/help/gedit/ro/gedit.xml -share/gnome/help/gedit/ro/legal.xml -share/gnome/help/gedit/sv/gedit.xml -share/gnome/help/gedit/sv/legal.xml -share/gnome/help/gedit/zh_CN/gedit.xml -share/gnome/help/gedit/zh_CN/legal.xml -share/gnome/help/gedit/zh_TW/gedit.xml -share/gnome/help/gedit/zh_TW/legal.xml -share/gnome/idl/GNOME_Gedit.idl -share/gnome/mime-info/gedit.keys -share/gnome/omf/gedit/gedit-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gedit/gedit-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gedit/gedit-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gedit/gedit-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gedit/gedit-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gedit/gedit-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gedit/gedit-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gedit/gedit-ro.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-ro.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gedit/gedit-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gedit/gedit-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/gedit/gedit-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/gedit/gedit-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/pixmaps/gedit-icon.png -share/gnome/pixmaps/gedit-logo.png -share/gnome/pixmaps/gedit-plugin-manager.png -share/locale/am/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/ar/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/az/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/be/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/bg/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/bn/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/ca/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/cs/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/cy/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/da/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/de/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/el/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/en_CA/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/es/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/et/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/eu/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/fa/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/fi/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/fr/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/ga/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/gl/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/he/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/hi/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/hr/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/hu/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/it/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/ja/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/kn/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/ko/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/lt/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/lv/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/mi/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/mk/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/ml/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/mn/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/ms/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/ne/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/nl/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/nn/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/no/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/pa/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/pl/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/pt/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/pt_BR/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/ro/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/ru/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/sk/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/sl/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/sq/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/sr/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/sr@Latn/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/sv/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/ta/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/th/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/tr/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/uk/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/vi/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/wa/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/zh_CN/LC_MESSAGES/gedit-%%VERSION%%.mo -share/locale/zh_TW/LC_MESSAGES/gedit-%%VERSION%%.mo -@dirrm share/gnome/omf/gedit -@dirrm share/gnome/help/gedit/zh_TW -@dirrm share/gnome/help/gedit/zh_CN -@dirrm share/gnome/help/gedit/sv -@dirrm share/gnome/help/gedit/ro/figures -@dirrm share/gnome/help/gedit/ro -@dirrm share/gnome/help/gedit/ko -@dirrm share/gnome/help/gedit/ja -@dirrm share/gnome/help/gedit/it -@dirrm share/gnome/help/gedit/fr -@dirrm share/gnome/help/gedit/es -@dirrm share/gnome/help/gedit/de -@dirrm share/gnome/help/gedit/C/figures -@dirrm share/gnome/gedit-2/ui -@dirrm share/gnome/gedit-2/taglist -@dirrm share/gnome/gedit-2/glade -@dirrm share/gnome/gedit-2 -@dirrm lib/gedit-2/plugins -@dirrm lib/gedit-2 -@dirrm include/gedit-%%VERSION%%/gedit/recent-files -@dirrm include/gedit-%%VERSION%%/gedit -@dirrm include/gedit-%%VERSION%% -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/ui/toolbar -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/ui/statusbar -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/ui/recents -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/ui -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/syntax_highlighting -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/print/page -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/print/fonts -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/print -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/encodings -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/wrap_mode -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/undo -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/tabs -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/save -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/right_margin -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/line_numbers -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/font -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/colors -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor/auto_indent -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences/editor -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2/preferences -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/gedit-2 -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/ui/toolbar -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/ui/statusbar -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/ui/recents -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/ui -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/syntax_highlighting -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/print/page -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/print/fonts -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/print -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/encodings -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/wrap_mode -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/undo -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/tabs -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/save -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/right_margin -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/line_numbers -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/font -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/colors -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor/auto_indent -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences/editor -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2/preferences -@dirrm etc/gconf/gconf.xml.defaults/apps/gedit-2 -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-ro.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/gedit/gedit-zh_TW.omf 2>/dev/null || /usr/bin/true diff --git a/editors/ghex2/Makefile b/editors/ghex2/Makefile deleted file mode 100644 index ed8004f40..000000000 --- a/editors/ghex2/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: ghex2 -# Date created: 15 September 2002 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/editors/ghex2/Makefile,v 1.28 2003/11/17 12:28:56 trevor Exp $ -# - -PORTNAME= ghex2 -PORTVERSION= 2.5.2 -PORTREVISION= 1 -CATEGORIES= editors gnome -MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.5 -DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} -DIST_SUBDIR= gnome2 - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 hex editor - -USE_BZIP2= yes -USE_X_PREFIX= yes -USE_GMAKE= yes -USE_GNOME= gnomeprefix gnomehack intlhack lthack gail libgnomeprintui \ - libgnomeui -USE_LIBTOOL_VER=13 -INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> diff --git a/editors/ghex2/distinfo b/editors/ghex2/distinfo deleted file mode 100644 index ef6d9b0b3..000000000 --- a/editors/ghex2/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (gnome2/ghex-2.5.2.tar.bz2) = 95dc4caef992ae0ea5b3a3e20b235e39 diff --git a/editors/ghex2/files/patch-aa b/editors/ghex2/files/patch-aa deleted file mode 100644 index cf9e15052..000000000 --- a/editors/ghex2/files/patch-aa +++ /dev/null @@ -1,6 +0,0 @@ ---- app-docs.make.orig Sun Mar 4 04:18:34 2001 -+++ app-docs.make Sat Apr 14 08:55:37 2001 -@@ -1,2 +1,2 @@ --helpdir = $(datadir)/gnome/help/$(app)/$(lang) -+helpdir = $(datadir)/help/$(app)/$(lang) - help_DATA = \ diff --git a/editors/ghex2/pkg-descr b/editors/ghex2/pkg-descr deleted file mode 100644 index 355aa25e0..000000000 --- a/editors/ghex2/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -GHEX is a simple binary editor, allowing the user to view -and edit a binary file in both hex and ascii with multiple -level undo/redo mechanism. It features find and replace -functions and conversion between binary, octal, decimal -and hexadecimal values, making use of an alternative, -user-configurable MDI concept to allow the user to edit -multiple documents with multiple views of each. - -WWW: http://www.gnome.org/ diff --git a/editors/ghex2/pkg-plist b/editors/ghex2/pkg-plist deleted file mode 100644 index e0080d427..000000000 --- a/editors/ghex2/pkg-plist +++ /dev/null @@ -1,157 +0,0 @@ -bin/ghex2 -etc/gconf/gconf.xml.defaults/apps/ghex2/%gconf.xml -etc/gconf/gconf.xml.defaults/schemas/apps/ghex2/%gconf.xml -etc/gconf/schemas/ghex2.schemas -include/gtkhex/accessiblegtkhex.h -include/gtkhex/accessiblegtkhexfactory.h -include/gtkhex/gtkhex.h -include/gtkhex/hex-document.h -lib/libgtkhex.a -lib/libgtkhex.so -lib/libgtkhex.so.0 -libdata/pkgconfig/gtkhex.pc -share/gnome/applications/ghex.desktop -share/gnome/gnome-2.0/ui/ghex-ui.xml -share/gnome/help/ghex2/C/figures/ghex_window_empty.png -share/gnome/help/ghex2/C/figures/ghex_window_open.png -share/gnome/help/ghex2/C/ghex2.xml -share/gnome/help/ghex2/C/legal.xml -share/gnome/help/ghex2/C/topic.dat -share/gnome/help/ghex2/de/figures/ghex_window_empty.png -share/gnome/help/ghex2/de/figures/ghex_window_open.png -share/gnome/help/ghex2/de/ghex2.xml -share/gnome/help/ghex2/de/legal.xml -share/gnome/help/ghex2/es/figures/ghex_window_empty.png -share/gnome/help/ghex2/es/figures/ghex_window_open.png -share/gnome/help/ghex2/es/ghex2.xml -share/gnome/help/ghex2/es/legal.xml -share/gnome/help/ghex2/es/topic.dat -share/gnome/help/ghex2/fr/figures/ghex_window_empty.png -share/gnome/help/ghex2/fr/figures/ghex_window_open.png -share/gnome/help/ghex2/fr/ghex2.xml -share/gnome/help/ghex2/fr/legal.xml -share/gnome/help/ghex2/it/figures/ghex_window_empty.png -share/gnome/help/ghex2/it/figures/ghex_window_open.png -share/gnome/help/ghex2/it/ghex2.xml -share/gnome/help/ghex2/it/legal.xml -share/gnome/help/ghex2/ja/figures/ghex_window_empty.png -share/gnome/help/ghex2/ja/figures/ghex_window_open.png -share/gnome/help/ghex2/ja/ghex2.xml -share/gnome/help/ghex2/ja/legal.xml -share/gnome/help/ghex2/ja/topic.dat -share/gnome/help/ghex2/ko/figures/ghex_window_empty.png -share/gnome/help/ghex2/ko/figures/ghex_window_open.png -share/gnome/help/ghex2/ko/ghex2.xml -share/gnome/help/ghex2/ko/legal.xml -share/gnome/help/ghex2/sv/figures/ghex_window_empty.png -share/gnome/help/ghex2/sv/figures/ghex_window_open.png -share/gnome/help/ghex2/sv/ghex2.xml -share/gnome/help/ghex2/sv/legal.xml -share/gnome/help/ghex2/sv/topic.dat -share/gnome/help/ghex2/zh_CN/figures/ghex_window_empty.png -share/gnome/help/ghex2/zh_CN/figures/ghex_window_open.png -share/gnome/help/ghex2/zh_CN/ghex2.xml -share/gnome/help/ghex2/zh_CN/legal.xml -share/gnome/help/ghex2/zh_TW/figures/ghex_window_empty.png -share/gnome/help/ghex2/zh_TW/figures/ghex_window_open.png -share/gnome/help/ghex2/zh_TW/ghex2.xml -share/gnome/help/ghex2/zh_TW/legal.xml -share/gnome/omf/ghex/ghex-C.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/ghex/ghex-C.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/ghex/ghex2-de.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/ghex/ghex2-de.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/ghex/ghex2-es.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/ghex/ghex2-es.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/ghex/ghex2-fr.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/ghex/ghex2-fr.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/ghex/ghex2-it.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/ghex/ghex2-it.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/ghex/ghex2-ja.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/ghex/ghex2-ja.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/ghex/ghex2-ko.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/ghex/ghex2-ko.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/ghex/ghex2-sv.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/ghex/ghex2-sv.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/ghex/ghex2-zh_CN.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/ghex/ghex2-zh_CN.omf 2>/dev/null || /usr/bin/true -share/gnome/omf/ghex/ghex2-zh_TW.omf -@exec scrollkeeper-install -q %D/share/gnome/omf/ghex/ghex2-zh_TW.omf 2>/dev/null || /usr/bin/true -share/gnome/pixmaps/gnome-ghex.png -share/locale/am/LC_MESSAGES/ghex-2.0.mo -share/locale/az/LC_MESSAGES/ghex-2.0.mo -share/locale/be/LC_MESSAGES/ghex-2.0.mo -share/locale/bg/LC_MESSAGES/ghex-2.0.mo -share/locale/ca/LC_MESSAGES/ghex-2.0.mo -share/locale/cs/LC_MESSAGES/ghex-2.0.mo -share/locale/da/LC_MESSAGES/ghex-2.0.mo -share/locale/de/LC_MESSAGES/ghex-2.0.mo -share/locale/el/LC_MESSAGES/ghex-2.0.mo -share/locale/en_GB/LC_MESSAGES/ghex-2.0.mo -share/locale/es/LC_MESSAGES/ghex-2.0.mo -share/locale/et/LC_MESSAGES/ghex-2.0.mo -share/locale/eu/LC_MESSAGES/ghex-2.0.mo -share/locale/fi/LC_MESSAGES/ghex-2.0.mo -share/locale/fr/LC_MESSAGES/ghex-2.0.mo -share/locale/ga/LC_MESSAGES/ghex-2.0.mo -share/locale/gl/LC_MESSAGES/ghex-2.0.mo -share/locale/hr/LC_MESSAGES/ghex-2.0.mo -share/locale/hu/LC_MESSAGES/ghex-2.0.mo -share/locale/it/LC_MESSAGES/ghex-2.0.mo -share/locale/ja/LC_MESSAGES/ghex-2.0.mo -share/locale/ko/LC_MESSAGES/ghex-2.0.mo -share/locale/ml/LC_MESSAGES/ghex-2.0.mo -share/locale/ms/LC_MESSAGES/ghex-2.0.mo -share/locale/nl/LC_MESSAGES/ghex-2.0.mo -share/locale/nn/LC_MESSAGES/ghex-2.0.mo -share/locale/no/LC_MESSAGES/ghex-2.0.mo -share/locale/pl/LC_MESSAGES/ghex-2.0.mo -share/locale/pt/LC_MESSAGES/ghex-2.0.mo -share/locale/pt_BR/LC_MESSAGES/ghex-2.0.mo -share/locale/ro/LC_MESSAGES/ghex-2.0.mo -share/locale/ru/LC_MESSAGES/ghex-2.0.mo -share/locale/sk/LC_MESSAGES/ghex-2.0.mo -share/locale/sl/LC_MESSAGES/ghex-2.0.mo -share/locale/sr/LC_MESSAGES/ghex-2.0.mo -share/locale/sr@Latn/LC_MESSAGES/ghex-2.0.mo -share/locale/sv/LC_MESSAGES/ghex-2.0.mo -share/locale/tr/LC_MESSAGES/ghex-2.0.mo -share/locale/uk/LC_MESSAGES/ghex-2.0.mo -share/locale/vi/LC_MESSAGES/ghex-2.0.mo -share/locale/wa/LC_MESSAGES/ghex-2.0.mo -share/locale/zh_CN/LC_MESSAGES/ghex-2.0.mo -share/locale/zh_TW/LC_MESSAGES/ghex-2.0.mo -@dirrm share/gnome/omf/ghex -@dirrm share/gnome/help/ghex2/zh_TW/figures -@dirrm share/gnome/help/ghex2/zh_TW -@dirrm share/gnome/help/ghex2/zh_CN/figures -@dirrm share/gnome/help/ghex2/zh_CN -@dirrm share/gnome/help/ghex2/sv/figures -@dirrm share/gnome/help/ghex2/sv -@dirrm share/gnome/help/ghex2/ko/figures -@dirrm share/gnome/help/ghex2/ko -@dirrm share/gnome/help/ghex2/ja/figures -@dirrm share/gnome/help/ghex2/ja -@dirrm share/gnome/help/ghex2/it/figures -@dirrm share/gnome/help/ghex2/it -@dirrm share/gnome/help/ghex2/fr/figures -@dirrm share/gnome/help/ghex2/fr -@dirrm share/gnome/help/ghex2/es/figures -@dirrm share/gnome/help/ghex2/es -@dirrm share/gnome/help/ghex2/de/figures -@dirrm share/gnome/help/ghex2/de -@dirrm share/gnome/help/ghex2/C/figures -@dirrm share/gnome/help/ghex2/C -@dirrm share/gnome/help/ghex2 -@dirrm include/gtkhex -@dirrm etc/gconf/gconf.xml.defaults/schemas/apps/ghex2 -@dirrm etc/gconf/gconf.xml.defaults/apps/ghex2 -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ghex/ghex-C.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ghex/ghex2-de.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ghex/ghex2-es.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ghex/ghex2-fr.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ghex/ghex2-it.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ghex/ghex2-ja.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ghex/ghex2-ko.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ghex/ghex2-sv.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ghex/ghex2-zh_CN.omf 2>/dev/null || /usr/bin/true -@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/ghex/ghex2-zh_TW.omf 2>/dev/null || /usr/bin/true diff --git a/editors/gnome2-office/Makefile b/editors/gnome2-office/Makefile deleted file mode 100644 index 7546539c1..000000000 --- a/editors/gnome2-office/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: gnome2-office -# Date created: 07 January 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# -# $FreeBSD: ports/editors/gnome2-office/Makefile,v 1.1 2004/01/07 06:02:42 marcus Exp $ -# - -PORTNAME= gnome2-office -PORTVERSION= 2.5.91 -CATEGORIES= editors gnome -MASTER_SITES= # empty -DISTFILES= # empty -EXTRACT_ONLY= # empty - -MAINTAINER= gnome@FreeBSD.org -COMMENT= GNOME 2 office applications - -RUN_DEPENDS= gnumeric:${PORTSDIR}/math/gnumeric2 \ - planner:${PORTSDIR}/deskutils/planner \ - dia:${PORTSDIR}/graphics/dia \ - glabels:${PORTSDIR}/deskutils/glabels \ - evolution-1.5:${PORTSDIR}/mail/evolution \ - AbiWord-2.2:${PORTSDIR}/editors/AbiWord2 \ - mergeant:${PORTSDIR}/databases/mergeant - -NO_BUILD= yes - -do-install: # empty - -.include <bsd.port.mk> diff --git a/editors/gnome2-office/pkg-descr b/editors/gnome2-office/pkg-descr deleted file mode 100644 index a2e41bd46..000000000 --- a/editors/gnome2-office/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -GNOME 2 Office - -The Office is a collection of applications one would expect in an -office/productivity suite for the GNOME 2 Desktop. This includes a -spreadsheet application, a word processor, project management application, -database access application, groupware suite, and diagramming application. - -WWW: http://www.FreeBSD.org/gnome/ diff --git a/editors/gnome2-office/pkg-plist b/editors/gnome2-office/pkg-plist deleted file mode 100644 index 549a621fe..000000000 --- a/editors/gnome2-office/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment this plist intentionally left empty |