From olgeni@uli.it Sat Aug 19 13:12:09 2000 Return-Path: Received: from vega.uli.it (vega.uli.it [62.212.0.2]) by hub.freebsd.org (Postfix) with ESMTP id C58CF37B43E for ; Sat, 19 Aug 2000 13:12:08 -0700 (PDT) Received: from olgeni.uli.it (olgeni.uli.it [62.212.0.22]) by vega.uli.it (Postfix) with ESMTP id 808A23B00C for ; Sat, 19 Aug 2000 22:12:08 +0200 (CEST) Message-Id: Date: Sat, 19 Aug 2000 22:12:13 +0200 (CEST) From: Jimmy Olgeni To: FreeBSD-gnats-submit@freebsd.org Subject: [PATCH] Update port: eterm -> 0.9 >Number: 20723 >Category: ports >Synopsis: [PATCH] Update port: eterm 0.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: olgeni >State: closed >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Aug 19 13:20:01 PDT 2000 >Closed-Date: Sat Feb 17 14:28:10 PST 2001 >Last-Modified: Sat Feb 17 14:28:39 PST 2001 >Originator: Jimmy Olgeni >Release: FreeBSD 4.1-STABLE i386 >Organization: Colby >Environment: >Description: Updated eterm to version 0.9. I cloned the japanese port and stripped japanese support. >How-To-Repeat: >Fix: diff -rcN eterm.orig/Makefile eterm/Makefile *** eterm.orig/Makefile Thu Aug 10 23:45:17 2000 --- eterm/Makefile Sat Aug 19 16:31:51 2000 *************** *** 6,48 **** # PORTNAME= eterm ! PORTVERSION= 0.8.10 CATEGORIES= x11 MASTER_SITES= ftp://ftp.eterm.org/pub/Eterm/ \ ! http://eterm.is.nontoxic.org/download/ \ ! ftp://ftp.livewire.com.au/pub/linuxberg/files/x11/system/ \ ! ftp://ftp.c-com.net/pub/.30/LinuxBerg/files/x11/system/ \ ! ftp://ftp.sunsite.auc.dk/disk6/linuxberg.com/files/x11/system/ DISTNAME= Eterm-${PORTVERSION} MAINTAINER= murray@FreeBSD.org LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib USE_GMAKE= yes USE_X_PREFIX= yes ! USE_LIBTOOL= yes ! INSTALLS_SHLIB= yes ! CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" ! MAN1= Eterm.1 ! ! pre-patch: ! .if ( defined(KANJI) ) ! ${CP} ${FILESDIR}/patch-kanji ${PATCHDIR} ! .endif ! ! # this is needed to remove leftover files from applied patches. ! pre-install: ! .for i in Eterm emacs irc mutt tn3270 trans ! @${RM} -f ${WRKSRC}/themes/$i/*.orig ! .endfor post-install: @${CHMOD} 4711 ${PREFIX}/bin/Eterm ! .ifndef NOPORTDOCS @${MKDIR} ${PREFIX}/share/doc/Eterm @${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/doc/Eterm @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm .endif --- 6,40 ---- # PORTNAME= eterm ! PORTVERSION= 0.9 CATEGORIES= x11 MASTER_SITES= ftp://ftp.eterm.org/pub/Eterm/ \ ! ftp://ftp.enlightenment.org/pub/enlightenment/Eterm/ \ ! ftp://ftp.dti.ad.jp/pub/X/enlightenment/Eterm/ \ ! ftp://ftp.kddlabs.co.jp/.10/X11/window_manager/enlightenment/Eterm/ \ ! ftp://ftp.sogang.ac.kr/.c/tools/X11/Enlightenment/Eterm/ DISTNAME= Eterm-${PORTVERSION} MAINTAINER= murray@FreeBSD.org LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib + BUILD_DEPENDS= man2html:${PORTSDIR}/textproc/man2html USE_GMAKE= yes USE_X_PREFIX= yes ! GNU_CONFIGURE= yes ! CONFIGURE_ARGS= --enable-trans=imlib --enable-utmp \ ! --enable-xim --with-theme-update MAN1= Eterm.1 ! INSTALLS_SHLIB= yes post-install: @${CHMOD} 4711 ${PREFIX}/bin/Eterm ! .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/Eterm @${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm + @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.1.html ${PREFIX}/share/doc/Eterm + @${INSTALL_DATA} ${WRKSRC}/doc/Eterm_reference.html ${PREFIX}/share/doc/Eterm @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/doc/Eterm @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm .endif diff -rcN eterm.orig/files/md5 eterm/files/md5 *** eterm.orig/files/md5 Sun Jan 9 19:09:14 2000 --- eterm/files/md5 Sun Feb 13 16:18:09 2000 *************** *** 1 **** ! MD5 (Eterm-0.8.10.tar.gz) = 44b0b498d8186205d0898b266643fbf1 --- 1 ---- ! MD5 (Eterm-0.9.tar.gz) = 73dff9c93da8393b906d2713bb2d480d diff -rcN eterm.orig/files/patch-kanji eterm/files/patch-kanji *** eterm.orig/files/patch-kanji Wed Oct 28 16:50:25 1998 --- eterm/files/patch-kanji Thu Jan 1 01:00:00 1970 *************** *** 1,9 **** - --- config.h.in.orig Mon Oct 26 19:34:07 1998 - +++ config.h.in Mon Oct 26 19:34:37 1998 - @@ -206,3 +206,6 @@ - - /* Define if you have the Kenny library (-lKenny). */ - #undef HAVE_LIBKENNY - + - +/* Define if you want the KANJI mode enable. */ - +#define KANJI --- 0 ---- diff -rcN eterm.orig/patches/patch-ac eterm/patches/patch-ac *** eterm.orig/patches/patch-ac Sun Jan 9 19:09:15 2000 --- eterm/patches/patch-ac Thu Jan 1 01:00:00 1970 *************** *** 1,22 **** - --- src/Makefile.in.orig Fri Nov 5 13:03:54 1999 - +++ src/Makefile.in Sat Jan 8 19:27:47 2000 - @@ -106,7 +106,7 @@ - libEterm_la_SOURCES = activeconfig.c activeeterm.c activetags.c command.c graphics.c grkelot.c menubar.c misc.c netdisp.c options.c pixmap.c screen.c scrollbar.c system.c threads.c utmp.c - - libEterm_la_DEPENDENCIES = $(DIST_ROOT)/libmej/libmej.la feature.h - -libEterm_la_LDFLAGS = -release $(VERSION) - +libEterm_la_LDFLAGS = -version-info 8:8:8 - - bin_PROGRAMS = Eterm - Eterm_SOURCES = main.c - @@ -117,6 +117,10 @@ - LDADD = $(DIST_ROOT)/libmej/libmej.la -L$(libdir) -L$(prefix)/lib $(LIBS) $(GRLIBS) $(X_LIBS) - - EXTRA_DIST = activeconfig.h activeeterm.h activetags.h command.h debug.h eterm_imlib.h eterm_utmp.h feature.h.in graphics.h grkelot.h grx.h main.h menubar.h misc.h options.h pixmap.h profile.h screen.h scrollbar.h system.h threads.h graphics/Makefile.am graphics/Makefile.in graphics/README graphics/data graphics/grxlib.c graphics/grxlib.h graphics/qplot.c Eterm.xpm - + - +ifeq ($(PORTOBJFORMAT),elf) - +LDFLAGS+=-Wl,-rpath,$(X11BASE)/lib - +endif - - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = ../config.h --- 0 ---- diff -rcN eterm.orig/patches/patch-ae eterm/patches/patch-ae *** eterm.orig/patches/patch-ae Thu Jan 1 01:00:00 1970 --- eterm/patches/patch-ae Sun Feb 13 16:18:10 2000 *************** *** 0 **** --- 1,21 ---- + --- src/command.c.orig Mon Feb 7 22:20:41 2000 + +++ src/command.c Mon Feb 7 22:22:16 2000 + @@ -40,6 +40,8 @@ + #include "config.h" + #include "feature.h" + + +#undef HAVE_SAVED_UIDS + + + /* System Headers */ + #include + #include + @@ -1560,6 +1562,9 @@ + # endif + # if VTIME != VEOL + tio->c_cc[VTIME] = 0; + +# endif + +# ifdef VSTATUS + + tio->c_cc[VSTATUS] = CSTATUS; + # endif + + /* input modes */ diff -rcN eterm.orig/patches/patch-af eterm/patches/patch-af *** eterm.orig/patches/patch-af Wed Jun 16 09:18:52 1999 --- eterm/patches/patch-af Thu Jan 1 01:00:00 1970 *************** *** 1,66 **** - --- themes/Eterm/MAIN.in.orig Sun Jun 13 00:26:37 1999 - +++ themes/Eterm/MAIN.in Sun Jun 13 00:28:40 1999 - @@ -94,7 +94,7 @@ - # scale 100%, 0 to tile, any other number specifies W/H in pixels - begin pixmaps - background %random(`cat pixmaps.list 2>/dev/null`) - - path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/" - + path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/:@DATADIR@/Eterm/bg/scale/:@DATADIR@/Eterm/bg/tile/" - - # Support for these is forthcoming - # scroll_up -1 -1 ~/.Eterm/up_arrow.ppm - --- themes/emacs/MAIN.in.orig Sun Jun 13 00:26:37 1999 - +++ themes/emacs/MAIN.in Sun Jun 13 00:29:06 1999 - @@ -94,7 +94,7 @@ - # scale 100%, 0 to tile, any other number specifies W/H in pixels - begin pixmaps - background %random(`cat pixmaps.list 2>/dev/null`) - - path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/" - + path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/:@DATADIR@/Eterm/bg/scale/:@DATADIR@/Eterm/bg/tile/" - - # Support for these is forthcoming - # scroll_up -1 -1 ~/.Eterm/up_arrow.ppm - --- themes/irc/MAIN.in.orig Sun Jun 13 00:26:37 1999 - +++ themes/irc/MAIN.in Sun Jun 13 00:29:24 1999 - @@ -94,7 +94,7 @@ - # scale 100%, 0 to tile, any other number specifies W/H in pixels - begin pixmaps - background %random(`cat pixmaps.list 2>/dev/null`) - - path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/" - + path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/:@DATADIR@/Eterm/bg/scale/:@DATADIR@/Eterm/bg/tile/" - - # Support for these is forthcoming - # scroll_up -1 -1 ~/.Eterm/up_arrow.ppm - --- themes/mutt/MAIN.in.orig Sun Jun 13 00:26:37 1999 - +++ themes/mutt/MAIN.in Sun Jun 13 00:30:14 1999 - @@ -94,7 +94,7 @@ - # scale 100%, 0 to tile, any other number specifies W/H in pixels - begin pixmaps - background %random(`cat pixmaps.list 2>/dev/null`) - - path "~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/" - + path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/:@DATADIR@/Eterm/bg/scale/:@DATADIR@/Eterm/bg/tile/" - - # Support for these is forthcoming - # scroll_up -1 -1 ~/.Eterm/up_arrow.ppm - --- themes/tn3270/MAIN.in.orig Sun Jun 13 00:26:37 1999 - +++ themes/tn3270/MAIN.in Sun Jun 13 00:30:36 1999 - @@ -94,7 +94,7 @@ - # scale 100%, 0 to tile, any other number specifies W/H in pixels - begin pixmaps - background %random(`cat pixmaps.list 2>/dev/null`) - - path "~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/" - + path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/:@DATADIR@/Eterm/bg/scale/:@DATADIR@/Eterm/bg/tile/" - - # Support for these is forthcoming - # scroll_up -1 -1 ~/.Eterm/up_arrow.ppm - --- themes/trans/MAIN.in.orig Sun Jun 13 00:26:37 1999 - +++ themes/trans/MAIN.in Sun Jun 13 00:33:48 1999 - @@ -96,7 +96,7 @@ - # scale 100%, 0 to tile, any other number specifies W/H in pixels - begin pixmaps - # background %random(`cat pixmaps.list 2>/dev/null`) - -# path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/" - +# path "./pix/:~/.Eterm/:~/.Eterm/themes/Eterm/pix:~/.Eterm/pix/:@DATADIR@/Eterm/pix/:@DATADIR@/Eterm/bg/scale/:@DATADIR@/Eterm/bg/tile/" - - # Support for these is forthcoming - # scroll_up -1 -1 ~/.Eterm/up_arrow.ppm --- 0 ---- diff -rcN eterm.orig/patches/patch-ag eterm/patches/patch-ag *** eterm.orig/patches/patch-ag Fri Nov 26 03:14:01 1999 --- eterm/patches/patch-ag Thu Jan 1 01:00:00 1970 *************** *** 1,11 **** - --- src/feature.h.in.orig Thu Nov 25 20:50:37 1999 - +++ src/feature.h.in Thu Nov 25 20:50:49 1999 - @@ -380,7 +380,7 @@ - * may seem to be owned by root. But if you define this and don't have them, - * the utmp and tty stuff could break. Do some testing. DO NOT get this one - * wrong! */ - -/* #define HAVE_SAVED_UIDS */ - +#define HAVE_SAVED_UIDS - - /* Use getgrnam() to determine the group id of TTY_GRP_NAME, and chgrp tty - * device files to that group. This should be ok on SVR4 and Linux systems --- 0 ---- diff -rcN eterm.orig/patches/patch-ah eterm/patches/patch-ah *** eterm.orig/patches/patch-ah Fri Nov 26 03:14:01 1999 --- eterm/patches/patch-ah Sun Feb 13 16:18:12 2000 *************** *** 1,11 **** ! --- src/main.c.orig Thu Nov 25 20:51:39 1999 ! +++ src/main.c Thu Nov 25 20:53:30 1999 ! @@ -26,6 +26,8 @@ ! ! static const char cvs_ident[] = "$Id: main.c,v 1.35 1999/04/20 00:46:37 mej Exp $"; ! ! +#define NEED_LINUX_HACK 1 ! + ! /* includes */ ! #include "main.h" ! #ifdef USE_ACTIVE_TAGS --- 1,10 ---- ! --- themes/Makefile.in.orig Wed Feb 2 05:36:43 2000 ! +++ themes/Makefile.in Wed Feb 9 03:46:59 2000 ! @@ -239,6 +239,7 @@ ! $(CHMOD) 755 $(DESTDIR)$(pkgdatadir)/themes/$$i ; \ ! $(CHMOD) 644 $(DESTDIR)$(pkgdatadir)/themes/$$i/???* ; \ ! rm -f $(DESTDIR)$(pkgdatadir)/themes/$$i/theme.cfg.in ; \ ! + rm -f $(DESTDIR)$(pkgdatadir)/themes/$$i/theme.cfg.in.orig ; \ ! else \ ! echo "ALERT! Not overwriting $$i theme in $(DESTDIR)$(pkgdatadir)/themes. You will need to update this theme manually." ; \ ! fi ; \ diff -rcN eterm.orig/patches/patch-ai eterm/patches/patch-ai *** eterm.orig/patches/patch-ai Wed Dec 22 20:35:29 1999 --- eterm/patches/patch-ai Thu Jan 1 01:00:00 1970 *************** *** 1,35 **** - *** src/command.c.old Thu Dec 23 01:39:37 1999 - --- src/command.c Thu Dec 23 01:42:00 1999 - *************** - *** 40,45 **** - --- 40,47 ---- - #include "feature.h" - #include "config.h" - - + #undef HAVE_SAVED_UIDS - + - /* System Headers */ - #include - #include - *************** - *** 120,125 **** - --- 122,128 ---- - #endif - #ifdef HAVE_TERMIOS_H - # include - + # include - #else - # include - #endif - *************** - *** 2100,2105 **** - --- 2103,2111 ---- - # endif - # if VTIME != VEOL - tio->c_cc[VTIME] = 0; - + # endif - + # ifdef VSTATUS - + tio->c_cc[VSTATUS] = CSTATUS; - # endif - - /* input modes */ --- 0 ---- diff -rcN eterm.orig/patches/patch-aj eterm/patches/patch-aj *** eterm.orig/patches/patch-aj Sun Jan 9 19:09:15 2000 --- eterm/patches/patch-aj Thu Jan 1 01:00:00 1970 *************** *** 1,11 **** - --- libmej/Makefile.in.orig Sat Jan 8 19:29:13 2000 - +++ libmej/Makefile.in Sat Jan 8 19:29:50 2000 - @@ -107,7 +107,7 @@ - - INCLUDES = -I. -I$(top_srcdir) -I$(top_srcdir)/src -I.. -I$(includedir) -I$(prefix)/include $(X_CFLAGS) - - -libmej_la_LDFLAGS = -release $(VERSION) - +libmej_la_LDFLAGS = -version-info 8:8:8 - - EXTRA_DIST = debug.h global.h mem.h strings.h strptime.h strptime.c - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs --- 0 ---- diff -rcN eterm.orig/patches/patch-ar eterm/patches/patch-ar *** eterm.orig/patches/patch-ar Thu Jan 1 01:00:00 1970 --- eterm/patches/patch-ar Sun Feb 13 16:18:15 2000 *************** *** 0 **** --- 1,11 ---- + --- src/Makefile.in.orig Mon Feb 7 21:50:25 2000 + +++ src/Makefile.in Mon Feb 7 21:51:29 2000 + @@ -120,7 +120,7 @@ + + + libEterm_la_DEPENDENCIES = $(top_builddir)/libmej/libmej.la feature.h + -libEterm_la_LDFLAGS = -release $(VERSION) + +libEterm_la_LDFLAGS = -version-info 9:9:9 + + bin_PROGRAMS = Eterm + Eterm_SOURCES = main.c diff -rcN eterm.orig/patches/patch-as eterm/patches/patch-as *** eterm.orig/patches/patch-as Thu Jan 1 01:00:00 1970 --- eterm/patches/patch-as Sun Feb 13 16:18:15 2000 *************** *** 0 **** --- 1,11 ---- + --- libmej/Makefile.in.orig Mon Feb 7 21:52:12 2000 + +++ libmej/Makefile.in Mon Feb 7 21:52:44 2000 + @@ -120,7 +120,7 @@ + + INCLUDES = -I. -I.. -I$(includedir) -I$(prefix)/include + + -libmej_la_LDFLAGS = -release $(VERSION) + +libmej_la_LDFLAGS = -version-info 9:9:9 + + EXTRA_DIST = debug.h global.h mem.h strings.h strptime.h strptime.c + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff -rcN eterm.orig/patches/patch-bc eterm/patches/patch-bc *** eterm.orig/patches/patch-bc Thu Jan 1 01:00:00 1970 --- eterm/patches/patch-bc Sun Feb 13 16:18:17 2000 *************** *** 0 **** --- 1,11 ---- + --- src/startup.c.orig Mon Feb 7 22:24:54 2000 + +++ src/startup.c Mon Feb 7 22:24:57 2000 + @@ -29,6 +29,8 @@ + #include "config.h" + #include "feature.h" + + +#define NEED_LINUX_HACK 1 + + + #include + #include + #include diff -rcN eterm.orig/patches/patch-sec1 eterm/patches/patch-sec1 *** eterm.orig/patches/patch-sec1 Thu Jun 29 11:04:58 2000 --- eterm/patches/patch-sec1 Thu Jan 1 01:00:00 1970 *************** *** 1,27 **** - Index: src/command.c - =================================================================== - RCS file: /cvs/enlightenment/Eterm/src/command.c,v - retrieving revision 1.1.1.1.2.7 - diff -u -r1.1.1.1.2.7 command.c - --- src/command.c 1999/11/02 16:34:35 1.1.1.1.2.7 - +++ src/command.c 2000/06/02 02:06:56 - @@ -4694,6 +4694,9 @@ - return; /* Make sure there are 2 args left */ - y = args[++i]; - x = args[++i]; - + if (x > scr->width || y > scr->height) { - + return; - + } - XResizeWindow(Xdisplay, TermWin.parent, x, y); - break; - case 5: - @@ -4713,6 +4716,9 @@ - return; /* Make sure there are 2 args left */ - y = args[++i]; - x = args[++i]; - + if (x > (scr->width / TermWin.fwidth) || y > (scr->height / TermWin.fheight)) { - + return; - + } - XResizeWindow(Xdisplay, TermWin.parent, - Width2Pixel(x) + 2 * TermWin.internalBorder + (scrollbar_visible()? scrollbar_total_width() : 0), - Height2Pixel(y) + 2 * TermWin.internalBorder + (menubar_visible()? menuBar_TotalHeight() : 0)); --- 0 ---- diff -rcN eterm.orig/pkg/PLIST eterm/pkg/PLIST *** eterm.orig/pkg/PLIST Fri Jun 16 21:46:57 2000 --- eterm/pkg/PLIST Sat Aug 12 19:55:43 2000 *************** *** 1,54 **** bin/Esetroot bin/Eterm @exec chmod 4711 %D/bin/Eterm lib/libEterm.a lib/libEterm.so ! lib/libEterm.so.8 lib/libmej.a lib/libmej.so ! lib/libmej.so.8 ! share/Eterm/pix/014.png ! share/Eterm/pix/40.png ! share/Eterm/pix/6.png share/Eterm/pix/backwave.jpg ! share/Eterm/pix/circuit.png share/Eterm/pix/fourthday.jpg share/Eterm/pix/gaia.jpg share/Eterm/pix/galleon.jpg share/Eterm/pix/nebula.jpg share/Eterm/pix/night_of_the_dragon.jpg share/Eterm/pix/pixmaps.list ! share/Eterm/themes/Eterm/Eterm.menu ! share/Eterm/themes/Eterm/MAIN share/Eterm/themes/Eterm/pixmaps.list ! share/Eterm/themes/chooser/MAIN ! share/Eterm/themes/chooser/chooser.menu share/Eterm/themes/chooser/pixmaps.list ! share/Eterm/themes/emacs/MAIN ! share/Eterm/themes/emacs/emacs.menu share/Eterm/themes/emacs/pixmaps.list ! share/Eterm/themes/irc/MAIN ! share/Eterm/themes/irc/irc.menu share/Eterm/themes/irc/pixmaps.list ! share/Eterm/themes/mutt/MAIN ! share/Eterm/themes/mutt/mutt.menu share/Eterm/themes/mutt/pixmaps.list ! share/Eterm/themes/tn3270/MAIN ! share/Eterm/themes/tn3270/pixmaps.list ! share/Eterm/themes/trans/MAIN share/Eterm/themes/trans/pixmaps.list ! share/Eterm/themes/trans/trans.menu share/doc/Eterm/Eterm.tcap share/doc/Eterm/Eterm.ti share/doc/Eterm/ReleaseNotes - @dirrm share/doc/Eterm - @dirrm share/Eterm/themes/Eterm - @dirrm share/Eterm/themes/chooser - @dirrm share/Eterm/themes/emacs - @dirrm share/Eterm/themes/irc - @dirrm share/Eterm/themes/mutt - @dirrm share/Eterm/themes/tn3270 @dirrm share/Eterm/themes/trans @dirrm share/Eterm/themes @dirrm share/Eterm/pix @dirrm share/Eterm --- 1,100 ---- bin/Esetroot + bin/Etbg bin/Eterm @exec chmod 4711 %D/bin/Eterm + bin/Ettable + bin/Etcolors + bin/Etwinop lib/libEterm.a + lib/libEterm.la lib/libEterm.so ! lib/libEterm.so.9 lib/libmej.a + lib/libmej.la lib/libmej.so ! lib/libmej.so.9 ! share/Eterm/pix/014.jpg ! share/Eterm/pix/40.jpg share/Eterm/pix/backwave.jpg ! share/Eterm/pix/bar_horizontal_1.png ! share/Eterm/pix/bar_horizontal_2.png ! share/Eterm/pix/bar_horizontal_3.png ! share/Eterm/pix/bar_vertical_1.png ! share/Eterm/pix/bar_vertical_2.png ! share/Eterm/pix/bar_vertical_3.png ! share/Eterm/pix/blackstone.jpg ! share/Eterm/pix/button_arrow_down_1.png ! share/Eterm/pix/button_arrow_down_2.png ! share/Eterm/pix/button_arrow_down_3.png ! share/Eterm/pix/button_arrow_up_1.png ! share/Eterm/pix/button_arrow_up_2.png ! share/Eterm/pix/button_arrow_up_3.png ! share/Eterm/pix/circuit.jpg share/Eterm/pix/fourthday.jpg share/Eterm/pix/gaia.jpg share/Eterm/pix/galleon.jpg + share/Eterm/pix/menu1.png + share/Eterm/pix/menu2.png + share/Eterm/pix/menu3.png share/Eterm/pix/nebula.jpg share/Eterm/pix/night_of_the_dragon.jpg share/Eterm/pix/pixmaps.list ! share/Eterm/pix/scaled-pixmaps.list ! share/Eterm/pix/tiled-pixmaps.list ! share/Eterm/themes/Eterm/menus.cfg share/Eterm/themes/Eterm/pixmaps.list ! share/Eterm/themes/Eterm/scaled-pixmaps.list ! share/Eterm/themes/Eterm/theme.cfg ! share/Eterm/themes/Eterm/tiled-pixmaps.list ! share/Eterm/themes/auto/menus.cfg ! share/Eterm/themes/auto/pixmaps.list ! share/Eterm/themes/auto/scaled-pixmaps.list ! share/Eterm/themes/auto/theme.cfg ! share/Eterm/themes/auto/tiled-pixmaps.list ! share/Eterm/themes/cEterm/menus.cfg ! share/Eterm/themes/cEterm/pixmaps.list ! share/Eterm/themes/cEterm/scaled-pixmaps.list ! share/Eterm/themes/cEterm/theme.cfg ! share/Eterm/themes/cEterm/tiled-pixmaps.list ! share/Eterm/themes/chooser/menus.cfg share/Eterm/themes/chooser/pixmaps.list ! share/Eterm/themes/chooser/scaled-pixmaps.list ! share/Eterm/themes/chooser/theme.cfg ! share/Eterm/themes/chooser/tiled-pixmaps.list ! share/Eterm/themes/emacs/menus.cfg share/Eterm/themes/emacs/pixmaps.list ! share/Eterm/themes/emacs/scaled-pixmaps.list ! share/Eterm/themes/emacs/theme.cfg ! share/Eterm/themes/emacs/tiled-pixmaps.list ! share/Eterm/themes/irc/menus.cfg share/Eterm/themes/irc/pixmaps.list ! share/Eterm/themes/irc/scaled-pixmaps.list ! share/Eterm/themes/irc/theme.cfg ! share/Eterm/themes/irc/tiled-pixmaps.list ! share/Eterm/themes/mutt/menus.cfg share/Eterm/themes/mutt/pixmaps.list ! share/Eterm/themes/mutt/scaled-pixmaps.list ! share/Eterm/themes/mutt/theme.cfg ! share/Eterm/themes/mutt/tiled-pixmaps.list ! share/Eterm/themes/trans/menus.cfg share/Eterm/themes/trans/pixmaps.list ! share/Eterm/themes/trans/scaled-pixmaps.list ! share/Eterm/themes/trans/theme.cfg ! share/Eterm/themes/trans/tiled-pixmaps.list ! share/doc/Eterm/Eterm.1.html ! share/doc/Eterm/Eterm_reference.html share/doc/Eterm/Eterm.tcap share/doc/Eterm/Eterm.ti share/doc/Eterm/ReleaseNotes @dirrm share/Eterm/themes/trans + @dirrm share/Eterm/themes/mutt + @dirrm share/Eterm/themes/irc + @dirrm share/Eterm/themes/emacs + @dirrm share/Eterm/themes/chooser + @dirrm share/Eterm/themes/cEterm + @dirrm share/Eterm/themes/auto + @dirrm share/Eterm/themes/Eterm @dirrm share/Eterm/themes @dirrm share/Eterm/pix @dirrm share/Eterm + @dirrm share/doc/Eterm >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports->murray Responsible-Changed-By: steve Responsible-Changed-When: Sat Aug 19 13:27:41 PDT 2000 Responsible-Changed-Why: Over to port's maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=20723 Responsible-Changed-From-To: murray->olgeni Responsible-Changed-By: olgeni Responsible-Changed-When: Thu Feb 1 12:02:25 PST 2001 Responsible-Changed-Why: I'll take a look at this. http://www.freebsd.org/cgi/query-pr.cgi?pr=20723 State-Changed-From-To: open->closed State-Changed-By: olgeni State-Changed-When: Sat Feb 17 14:28:10 PST 2001 State-Changed-Why: Port has been updated to version 0.9. http://www.freebsd.org/cgi/query-pr.cgi?pr=20723 >Unformatted: