summaryrefslogtreecommitdiff
path: root/mail/aileron
diff options
context:
space:
mode:
Diffstat (limited to 'mail/aileron')
-rw-r--r--mail/aileron/Makefile28
-rw-r--r--mail/aileron/distinfo2
-rw-r--r--mail/aileron/files/patch-Makefile64
-rw-r--r--mail/aileron/files/patch-aa13
-rw-r--r--mail/aileron/files/patch-ab11
-rw-r--r--mail/aileron/pkg-descr9
-rw-r--r--mail/aileron/pkg-plist46
7 files changed, 0 insertions, 173 deletions
diff --git a/mail/aileron/Makefile b/mail/aileron/Makefile
deleted file mode 100644
index ac4f14c5ece1..000000000000
--- a/mail/aileron/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: Aileron
-# Date created: 3 Sep 2002
-# Whom: Alexey Dokuchaev <danfe@regency.nsu.ru>
-#
-# $FreeBSD$
-#
-
-PORTNAME= aileron
-PORTVERSION= 0.1.3
-PORTREVISION= 1
-CATEGORIES= mail
-MASTER_SITES= http://ucsu.colorado.edu/~nwanua/Aileron/
-DISTNAME= Aileron-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= WINGs mail client
-
-BROKEN= "Does not build with new version of windowmaker"
-EXPIRATION_DATE=2005-02-18
-DEPRECATED= ${BROKEN}
-
-LIB_DEPENDS= c-client4.8:${PORTSDIR}/mail/cclient
-BUILD_DEPENDS= ${X11BASE}/bin/get-wings-flags:${PORTSDIR}/x11-wm/windowmaker
-
-USE_X_PREFIX= yes
-USE_XPM= yes
-
-.include <bsd.port.mk>
diff --git a/mail/aileron/distinfo b/mail/aileron/distinfo
deleted file mode 100644
index 033824715c19..000000000000
--- a/mail/aileron/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (Aileron-0.1.3.tar.gz) = 33b31db4bc4098367c89cb2ba67cb4ee
-SIZE (Aileron-0.1.3.tar.gz) = 154765
diff --git a/mail/aileron/files/patch-Makefile b/mail/aileron/files/patch-Makefile
deleted file mode 100644
index 9a9001da0c4f..000000000000
--- a/mail/aileron/files/patch-Makefile
+++ /dev/null
@@ -1,64 +0,0 @@
---- Makefile.orig Fri Nov 23 02:53:00 2001
-+++ Makefile Wed Aug 28 13:38:08 2002
-@@ -1,45 +1,35 @@
--
--
--SHELL = /bin/sh
--CC = gcc
--INSTALL = /bin/cp -r
--INSTALLDIR = $(DESTDIR)/usr/lib/GNUstep/Apps/Aileron.app
-+CC ?= gcc
-+INSTALL = /bin/cp
-+INSTALLDIR = ${X11BASE}/GNUstep/Apps/Aileron.app
- IMAGES = images
- MISCFILES = AUTHORS.html
-
-+TARGET = Aileron
-
--TARGET=Aileron
--
--CFLAGS= `get-wings-flags --cflags` -I. -I/usr/include/c-client -Wall \
--#-Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion \
--#-Werror
-+CFLAGS += `get-wings-flags --cflags` -I. -I${LOCALBASE}/include/c-client -Wall
-
-+LDFLAGS = `get-wings-flags --ldflags` -L${X11BASE}/lib
-
--
--LDFLAGS=`get-wings-flags --ldflags` -L/usr/X11R6/lib
--
--LIBS= `get-wings-flags --libs` -lWMaker -lc-client -lcrypt
--#-lefence
-+LIBS= `get-wings-flags --libs` -lWMaker -lc-client4 -lcrypt
-
- MODULES = Addresses.o Aileron.o Composer.o Find.o HTMLParser.o Info.o \
- MailBox.o Mailboxes.o Menu.o Preferences.o TimeStamp.o HTMLWriter.o
-
--all: $(TARGET)
-+all: ${TARGET}
-
- install:
-- strip $(TARGET)
-- mkdir -p $(INSTALLDIR)
-- $(INSTALL) $(TARGET) $(MISCFILES) $(IMAGES) $(INSTALLDIR)
-+ strip ${TARGET}
-+ mkdir -p ${INSTALLDIR}
-+ ${INSTALL} -R ${TARGET} ${MISCFILES} ${IMAGES} ${INSTALLDIR}
-
- clean:
-- rm -f $(MODULES) $(TARGET) core *~
-+ rm -f ${MODULES} ${TARGET} core *~
-
- distclean:
-- rm -f $(MODULES) $(TARGET) core
-+ rm -f ${MODULES} ${TARGET} core
-
--$(TARGET): $(MODULES) Aileron.h
-- $(CC) -g -o $(TARGET) $(MODULES) $(LIBS) $(LDFLAGS)
-+${TARGET}: ${MODULES} Aileron.h
-+ ${CC} -o ${TARGET} ${MODULES} ${LIBS} ${LDFLAGS}
-
- .c.o:
-- $(CC) $(CFLAGS) -g -c $< -o $@
--
-+ ${CC} ${CFLAGS} -c $< -o $@
diff --git a/mail/aileron/files/patch-aa b/mail/aileron/files/patch-aa
deleted file mode 100644
index 4ba12a5e73d3..000000000000
--- a/mail/aileron/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- Mailboxes.c.orig Sat Aug 30 18:08:05 2003
-+++ Mailboxes.c Sat Aug 30 18:10:00 2003
-@@ -1713,8 +1713,8 @@
- WMButton *b;
- char *path;
-
--printf("\n\ndelet NM does not... add severl nm's at once breaks:
-- WMGetPLDictionaryKeys (pl=0x40ae5fe0) at getting.c:354
-+printf("\n\ndelet NM does not... add severl nm's at once breaks:\n\
-+ WMGetPLDictionaryKeys (pl=0x40ae5fe0) at getting.c:354\n\
- 354 getting.c: No such file or directory.\n\n\n");
-
- if (!WMGetUDStringForKey(Aileron.defaultsDB, "MailDir")) {
diff --git a/mail/aileron/files/patch-ab b/mail/aileron/files/patch-ab
deleted file mode 100644
index 66f33ac7f43d..000000000000
--- a/mail/aileron/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- Info.c.orig Sat Aug 30 18:05:45 2003
-+++ Info.c Sat Aug 30 18:07:29 2003
-@@ -163,7 +163,7 @@
- {
- WMAppendTextStream(tPtr,
- "<htmL><p><i><b>Aileron</b></i> is a WINGs email client that has been \
--designed for speed, simplicity, and above all, beauty
-+designed for speed, simplicity, and above all, beauty \
- copyright (C) 1999 - 2001 : <u>nwanua@windowmaker.org</u> <html>");
- }
-
diff --git a/mail/aileron/pkg-descr b/mail/aileron/pkg-descr
deleted file mode 100644
index 21ece275ab9a..000000000000
--- a/mail/aileron/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-Aileron is an email client written for the WindowMaker window manager.
-It is based on the WINGs widget library. The philosophy behind Aileron
-is to be as similar to NeXTSTEP's Mail.app as possible, right down to
-the menu keybindings. Aileron will play nice with pine, elm, or whatever
-other mbox mail reader you use. There will be a few deviations from the
-original Mail.app, most of which the average WindowMaker user will
-appreciate.
-
-WWW: http://ucsu.colorado.edu/~nwanua/Aileron/
diff --git a/mail/aileron/pkg-plist b/mail/aileron/pkg-plist
deleted file mode 100644
index ab042d998383..000000000000
--- a/mail/aileron/pkg-plist
+++ /dev/null
@@ -1,46 +0,0 @@
-GNUstep/Apps/Aileron.app/AUTHORS.html
-GNUstep/Apps/Aileron.app/Aileron
-GNUstep/Apps/Aileron.app/images/filetypes/AUTHOR
-GNUstep/Apps/Aileron.app/images/filetypes/file-dot-jpg.tif
-GNUstep/Apps/Aileron.app/images/filetypes/file-dot-mov.tif
-GNUstep/Apps/Aileron.app/images/filetypes/file-generic-gnustep.tif
-GNUstep/Apps/Aileron.app/images/filetypes/generic-sound.tif
-GNUstep/Apps/Aileron.app/images/filetypes/generic-text.tif
-GNUstep/Apps/Aileron.app/images/icon/numbers.xpm
-GNUstep/Apps/Aileron.app/images/icon/mailboxes.xpm
-GNUstep/Apps/Aileron.app/images/icon/mailboxesfull.xpm
-GNUstep/Apps/Aileron.app/images/icon/mailboxesmask.xbm
-GNUstep/Apps/Aileron.app/images/icon/mailboxesmask.xpm
-GNUstep/Apps/Aileron.app/images/icon/newmail.xpm
-GNUstep/Apps/Aileron.app/images/icon/no_newmail.xpm
-GNUstep/Apps/Aileron.app/images/icon/Mail2.xpm
-GNUstep/Apps/Aileron.app/images/infopanel/info-image.tif
-GNUstep/Apps/Aileron.app/images/infopanel/info-title.tif
-GNUstep/Apps/Aileron.app/images/timestamp/date.xpm
-GNUstep/Apps/Aileron.app/images/timestamp/clk.xpm
-GNUstep/Apps/Aileron.app/images/timestamp/month.xpm
-GNUstep/Apps/Aileron.app/images/timestamp/led.xpm
-GNUstep/Apps/Aileron.app/images/timestamp/weekday.xpm
-GNUstep/Apps/Aileron.app/images/win/upbtn.xpm
-GNUstep/Apps/Aileron.app/images/win/answered-flag.tif
-GNUstep/Apps/Aileron.app/images/win/clip.tif
-GNUstep/Apps/Aileron.app/images/win/compose.tif
-GNUstep/Apps/Aileron.app/images/win/delete.tif
-GNUstep/Apps/Aileron.app/images/win/deliver.tif
-GNUstep/Apps/Aileron.app/images/win/downbtn.xpm
-GNUstep/Apps/Aileron.app/images/win/face.xpm
-GNUstep/Apps/Aileron.app/images/win/find.tif
-GNUstep/Apps/Aileron.app/images/win/forward.tif
-GNUstep/Apps/Aileron.app/images/win/mailboxes.tif
-GNUstep/Apps/Aileron.app/images/win/mime-flag.tif
-GNUstep/Apps/Aileron.app/images/win/new-flag.tif
-GNUstep/Apps/Aileron.app/images/win/newmail.tif
-GNUstep/Apps/Aileron.app/images/win/reply.tif
-GNUstep/Apps/Aileron.app/images/win/addresses.tif
-@dirrm GNUstep/Apps/Aileron.app/images/filetypes
-@dirrm GNUstep/Apps/Aileron.app/images/infopanel
-@dirrm GNUstep/Apps/Aileron.app/images/icon
-@dirrm GNUstep/Apps/Aileron.app/images/timestamp
-@dirrm GNUstep/Apps/Aileron.app/images/win
-@dirrm GNUstep/Apps/Aileron.app/images
-@dirrm GNUstep/Apps/Aileron.app