diff options
author | vd <vd@FreeBSD.org> | 2006-05-26 17:48:03 +0800 |
---|---|---|
committer | vd <vd@FreeBSD.org> | 2006-05-26 17:48:03 +0800 |
commit | 38b7113f3a4563c368c45aef5dc54f04aae0f6bc (patch) | |
tree | 19d22ca57d6b02dac1010cdbaea5a75cd922837e /x11 | |
parent | 4d1177280383f7023ca710ae784e28f95a8718a8 (diff) | |
download | freebsd-ports-graphics-38b7113f3a4563c368c45aef5dc54f04aae0f6bc.tar.gz freebsd-ports-graphics-38b7113f3a4563c368c45aef5dc54f04aae0f6bc.tar.zst freebsd-ports-graphics-38b7113f3a4563c368c45aef5dc54f04aae0f6bc.zip |
Remove expired leaf port:
x11/xfedor
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xfedor/Makefile | 42 | ||||
-rw-r--r-- | x11/xfedor/distinfo | 3 | ||||
-rw-r--r-- | x11/xfedor/files/default.sos | 1 | ||||
-rw-r--r-- | x11/xfedor/files/patch-aa | 23 | ||||
-rw-r--r-- | x11/xfedor/files/patch-ab | 19 | ||||
-rw-r--r-- | x11/xfedor/files/patch-ac | 19 | ||||
-rw-r--r-- | x11/xfedor/files/patch-ad | 57 | ||||
-rw-r--r-- | x11/xfedor/files/patch-ae | 56 | ||||
-rw-r--r-- | x11/xfedor/pkg-descr | 24 | ||||
-rw-r--r-- | x11/xfedor/pkg-plist | 21 |
11 files changed, 0 insertions, 266 deletions
diff --git a/x11/Makefile b/x11/Makefile index 55bdcea1eda..e1353ad0d13 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -236,7 +236,6 @@ SUBDIR += xfce4-clipman-plugin SUBDIR += xfce4-taskmanager SUBDIR += xfce4-trigger-launcher - SUBDIR += xfedor SUBDIR += xfishtank SUBDIR += xfree86_xkb_xml SUBDIR += xgrab diff --git a/x11/xfedor/Makefile b/x11/xfedor/Makefile deleted file mode 100644 index 7d1cd9f2e49..00000000000 --- a/x11/xfedor/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# New ports collection makefile for: xfedor -# Date created: 3 Sep 1996 -# Whom: ache -# -# ATTENTION: It not work in > 256 colors modes, please fix it -# if you can. -# -# $FreeBSD$ -# - -PORTNAME= xfedor -PORTVERSION= 1.0 -CATEGORIES= x11 -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/x11/util/ -DISTNAME= ${PORTNAME} - -MAINTAINER= ports@FreeBSD.org -COMMENT= A .bdf fonts/.xbm bitmaps/.xpm colored pixmaps/mouse cursor editor - -BROKEN= does not fetch -DEPRECATED= old, old, old, unmaintained, no usable MASTER_SITES -EXPIRATION_DATE= 2006-05-22 - -USE_IMAKE= yes -USE_XPM= yes - -XFHELP= ${X11BASE}/lib/X11/xfedor # See patches too -XCAT1= ${X11BASE}/man/cat1 - -do-install: - cd ${WRKSRC}; \ - ${INSTALL_PROGRAM} xfedor ${PREFIX}/bin - -${MKDIR} ${XFHELP} - ${CHOWN} ${SHAREOWN}:${SHAREGRP} ${XFHELP} - ${CHMOD} 755 ${XFHELP} - cd ${WRKSRC}/help; \ - ${INSTALL_DATA} * ${XFHELP} - ${INSTALL_DATA} ${FILESDIR}/default.sos ${XFHELP} - cd ${WRKSRC}; \ - ${INSTALL_MAN} xfedor.txt ${XCAT1}/xfedor.1 - -.include <bsd.port.mk> diff --git a/x11/xfedor/distinfo b/x11/xfedor/distinfo deleted file mode 100644 index e5be988065f..00000000000 --- a/x11/xfedor/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (xfedor.tar.gz) = 09166cec44c5091af0bb383ca18e6533 -SHA256 (xfedor.tar.gz) = e2a63eb564b19fe4c70a1ac985715b481ec8ff295eb6de12ddd6bc3f9d430681 -SIZE (xfedor.tar.gz) = 63097 diff --git a/x11/xfedor/files/default.sos b/x11/xfedor/files/default.sos deleted file mode 100644 index 1c3db10bf30..00000000000 --- a/x11/xfedor/files/default.sos +++ /dev/null @@ -1 +0,0 @@ -No help on this subject diff --git a/x11/xfedor/files/patch-aa b/x11/xfedor/files/patch-aa deleted file mode 100644 index e4af534ad79..00000000000 --- a/x11/xfedor/files/patch-aa +++ /dev/null @@ -1,23 +0,0 @@ ---- Imakefile.orig Fri May 27 01:56:29 1994 -+++ Imakefile Wed Nov 1 09:38:11 2000 -@@ -1,11 +1,8 @@ --XCOMM Specify here your Xpm installation directories -- XPM_INCLUDEDIR = /project/motif/build/Xpm3.4/source/lib -- XPM_LIBDIR = /project/motif/build/Xpm3.4/sun/lib -- -- EXTRA_INCLUDES = -I$(XPM_INCLUDEDIR) -+ DEFINES = -DDIRSOS=\"${X11BASE}/lib/X11/xfedor\" -+ EXTRA_INCLUDES = -I$(INCROOT)/X11 - - DEPLIBS = $(DEPXLIB) --LOCAL_LIBRARIES = $(XLIB) -L$(XPM_LIBDIR) -lXpm -+LOCAL_LIBRARIES = $(XLIB) -lXpm - SYS_LIBRARIES = -lm - - SRCS = couchex.c myrast.c dialogue.c popup.c\ -@@ -31,4 +28,4 @@ - main.o - - --ComplexProgramTarget(xfedor) -+ComplexProgramTargetNoMan(xfedor) diff --git a/x11/xfedor/files/patch-ab b/x11/xfedor/files/patch-ab deleted file mode 100644 index fa4b4a99939..00000000000 --- a/x11/xfedor/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ -*** sos.c.bak Thu May 26 21:59:13 1994 ---- sos.c Tue Sep 3 01:15:19 1996 -*************** -*** 36,42 **** - { - - if ((dirsos = getenv("SOS"))==0) -! if (UnixFileNameMode) dirsos = "/usr/local/lib/X11/xfedor" ; - else dirsos = ""; - if (UnixFileNameMode) { - newdirsos = (char *)malloc(strlen(dirsos)+2); ---- 36,42 ---- - { - - if ((dirsos = getenv("SOS"))==0) -! if (UnixFileNameMode) dirsos = DIRSOS; - else dirsos = ""; - if (UnixFileNameMode) { - newdirsos = (char *)malloc(strlen(dirsos)+2); diff --git a/x11/xfedor/files/patch-ac b/x11/xfedor/files/patch-ac deleted file mode 100644 index f8e1920a9ee..00000000000 --- a/x11/xfedor/files/patch-ac +++ /dev/null @@ -1,19 +0,0 @@ -*** bitmaps/bull.bak Mon Jun 13 17:59:16 1988 ---- bitmaps/bull Tue Sep 3 01:46:36 1996 -*************** -*** 1,7 **** - #define bull_width 70 - #define bull_height 75 - #define bull_x_hot 0 -! #define bull-y_hot -1 - static char bull_bits[] = { - 0xff, 0xff, 0xff, 0xff, 0x5f, 0xfe, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xff, - 0xff, 0x29, 0xfc, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xff, 0x3f, 0x00, 0xf0, ---- 1,7 ---- - #define bull_width 70 - #define bull_height 75 - #define bull_x_hot 0 -! #define bull_y_hot -1 - static char bull_bits[] = { - 0xff, 0xff, 0xff, 0xff, 0x5f, 0xfe, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xff, - 0xff, 0x29, 0xfc, 0xff, 0xff, 0x3f, 0xff, 0xff, 0xff, 0x3f, 0x00, 0xf0, diff --git a/x11/xfedor/files/patch-ad b/x11/xfedor/files/patch-ad deleted file mode 100644 index 8e56c774e66..00000000000 --- a/x11/xfedor/files/patch-ad +++ /dev/null @@ -1,57 +0,0 @@ -*** couchex.c.orig Thu May 26 21:59:03 1994 ---- couchex.c Tue Sep 3 02:09:18 1996 -*************** -*** 366,377 **** - { - XEvent rep ; - static int ZoneCour = 0 ; -! int i, keysym ; - char s[1] ; - - do { - XNextEvent(Dpl,&rep) ; -! if (rep.type == KeyPress) XLookupString(&rep,s,1,&keysym,NULL); - } while ( ((rep.type != Expose) || (rep.xexpose.count != 0)) && - ((rep.type != KeyPress) || (IsModifierKey(keysym))) && - (rep.type != ButtonPress) && ---- 366,378 ---- - { - XEvent rep ; - static int ZoneCour = 0 ; -! int i ; -! KeySym keysym ; - char s[1] ; - - do { - XNextEvent(Dpl,&rep) ; -! if (rep.type == KeyPress) XLookupString(&rep.xkey,s,1,&keysym,NULL); - } while ( ((rep.type != Expose) || (rep.xexpose.count != 0)) && - ((rep.type != KeyPress) || (IsModifierKey(keysym))) && - (rep.type != ButtonPress) && -*************** -*** 788,798 **** - int wd ; - { - int px, py ; -! long bidon ; - XWindowAttributes watt ; - - XGetWindowAttributes(Dpl,wd,&watt); -! XQueryPointer(Dpl,root,&bidon,&bidon,&px,&py,&bidon,&bidon,&bidon); - - if ((px + watt.width/2) > DisplayWidth(Dpl,screen)) - px = DisplayWidth(Dpl,screen) - watt.width/2 ; ---- 789,801 ---- - int wd ; - { - int px, py ; -! Window bidon ; -! int fake; -! unsigned int mfake; - XWindowAttributes watt ; - - XGetWindowAttributes(Dpl,wd,&watt); -! XQueryPointer(Dpl,root,&bidon,&bidon,&px,&py,&fake,&fake,&mfake); - - if ((px + watt.width/2) > DisplayWidth(Dpl,screen)) - px = DisplayWidth(Dpl,screen) - watt.width/2 ; diff --git a/x11/xfedor/files/patch-ae b/x11/xfedor/files/patch-ae deleted file mode 100644 index 214fa2003fa..00000000000 --- a/x11/xfedor/files/patch-ae +++ /dev/null @@ -1,56 +0,0 @@ -*** filer.c.orig Thu May 26 21:59:10 1994 ---- filer.c Tue Sep 3 15:01:15 1996 -*************** -*** 85,91 **** - { - int i ; - int nchars ; -! char * filename[138] ; - int bytesperrow ; - unsigned char * vidmem ; - int vidwidth ; ---- 85,91 ---- - { - int i ; - int nchars ; -! char filename[138] ; - int bytesperrow ; - unsigned char * vidmem ; - int vidwidth ; -*************** -*** 187,193 **** - fprintf(stderr,"\n"); - fprintf(stderr, msg, p1, p2, p3, p4); - fprintf(stderr,"\n"); -! fclose(pF); - return -1 ; - } - ---- 187,196 ---- - fprintf(stderr,"\n"); - fprintf(stderr, msg, p1, p2, p3, p4); - fprintf(stderr,"\n"); -! if (pF != NULL) { -! fclose(pF); -! pF = NULL; -! } - return -1 ; - } - -*************** -*** 300,306 **** - - if (!Extension(filename,".bdf")) strcat(filename,".bdf"); - -! if ((pF = fopen( filename, "r")) == NULL) return fatal("Can't open file"); - - getline(linebuf); - if ((sscanf(linebuf, "STARTFONT %s", namebuf) != 1) || ---- 303,309 ---- - - if (!Extension(filename,".bdf")) strcat(filename,".bdf"); - -! if ((pF = fopen( filename, "r")) == NULL) return fatal("Can't open file %s", filename); - - getline(linebuf); - if ((sscanf(linebuf, "STARTFONT %s", namebuf) != 1) || diff --git a/x11/xfedor/pkg-descr b/x11/xfedor/pkg-descr deleted file mode 100644 index 0245cecb9f8..00000000000 --- a/x11/xfedor/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -It not work in > 256 colors modes, please fix it, if you can. - Ache ---------------------------- Original README ------------------------------- -Xfedor is a bdf/xbm/xpm/mouse editor. -It has been achieved before Xt or Motif were available, so it is only -based on Xlib :-| - -Known problems: - - very very old proprietary/personal:-) look&feelsick - - C comments in french - - filer.c module (BDF reader/writer) has to be reviewed for new BDF - stuff and some bugs (COMMENT lines lost, unexpected changes in - read/write only actions...) - - non Xt based => icccm problems, fixed geometry, lack of resources... - - not even X based originally, so don't expect something great. - (visual problem I would say on weird X server). -Otherwise, it can still help to create mouse cursors, colored pixmaps and -possibly fonts (if you don't care about XLFD compliance...). -Xfedor needs the Xpm library to link. - -Daniel Dardailler <daniel@osf.org> -Last updated: May 26 1994 - -PS: I do *not* support this code anylonger. Nobody does. diff --git a/x11/xfedor/pkg-plist b/x11/xfedor/pkg-plist deleted file mode 100644 index 60ef099849a..00000000000 --- a/x11/xfedor/pkg-plist +++ /dev/null @@ -1,21 +0,0 @@ -bin/xfedor -lib/X11/xfedor/BEZIERS.sos -lib/X11/xfedor/CIRCLE.sos -lib/X11/xfedor/CUTAP.sos -lib/X11/xfedor/EDIT.sos -lib/X11/xfedor/FILL.sos -lib/X11/xfedor/FONT.sos -lib/X11/xfedor/GARB.sos -lib/X11/xfedor/LINE.sos -lib/X11/xfedor/METRIC.sos -lib/X11/xfedor/NUM.sos -lib/X11/xfedor/RECTANGLE.sos -lib/X11/xfedor/RESIZE.sos -lib/X11/xfedor/ROTATE.sos -lib/X11/xfedor/SAVE.sos -lib/X11/xfedor/SOS.sos -lib/X11/xfedor/TRANSLATE.sos -lib/X11/xfedor/WRITE.sos -lib/X11/xfedor/default.sos -man/cat1/xfedor.1 -@dirrm lib/X11/xfedor |