diff options
author | alane <alane@FreeBSD.org> | 2002-09-10 19:48:11 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-09-10 19:48:11 +0800 |
commit | d8da5a426b894de6013086c19212e85dad61b689 (patch) | |
tree | b9ad1544b13274490c93212ee65d9f69bdb59382 /editors | |
parent | 20d061e13029e03f9e1fc4660172cbd17af49eae (diff) | |
download | freebsd-ports-gnome-d8da5a426b894de6013086c19212e85dad61b689.tar.gz freebsd-ports-gnome-d8da5a426b894de6013086c19212e85dad61b689.tar.zst freebsd-ports-gnome-d8da5a426b894de6013086c19212e85dad61b689.zip |
Whacked. (1) legal issue - illegal copies of qt code (2) relies on qt apis
not present in qt3 (3) fugly. 3 strikes you're out.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/fine/Makefile | 34 | ||||
-rw-r--r-- | editors/fine/distinfo | 1 | ||||
-rw-r--r-- | editors/fine/files/patch-aa | 41 | ||||
-rw-r--r-- | editors/fine/files/patch-ab | 17 | ||||
-rw-r--r-- | editors/fine/pkg-comment | 1 | ||||
-rw-r--r-- | editors/fine/pkg-descr | 6 | ||||
-rw-r--r-- | editors/fine/pkg-plist | 11 |
7 files changed, 0 insertions, 111 deletions
diff --git a/editors/fine/Makefile b/editors/fine/Makefile deleted file mode 100644 index 6ff93e540c44..000000000000 --- a/editors/fine/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: FINE -# Date created: 17 August 1999 -# Whom: Chris Piazza <cpiazza@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= fine -PORTVERSION= 2.4 -CATEGORIES= editors -MASTER_SITES= http://www.lrv.fri.uni-lj.si/~bojank/ -DISTNAME= ${PORTNAME}${PORTVERSION} - -MAINTAINER= kde@freebsd.org - -NO_WRKSUBDIR= yes - -USE_QT_VER= 2 -USE_GMAKE= yes -MAKE_ENV= CXX="${CXX}" MOC="${MOC}" LIBQT="-l${QTNAME}" \ - QTCPPFLAGS="${QTCPPFLAGS}" QTCFGLIBS="${QTCFGLIBS}" - -.include <bsd.port.pre.mk> - -.if ${MACHINE_ARCH} == "alpha" -CFLAGS+= -O0 -.endif - -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/fine ${PREFIX}/bin - @${MKDIR} ${DATADIR} - @${INSTALL_DATA} ${WRKSRC}/*.template ${DATADIR} - -.include <bsd.port.post.mk> diff --git a/editors/fine/distinfo b/editors/fine/distinfo deleted file mode 100644 index 68c2812a9e7c..000000000000 --- a/editors/fine/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (fine2.4.tar.gz) = ea0008a845b4a8b0f63eeff2c68b2012 diff --git a/editors/fine/files/patch-aa b/editors/fine/files/patch-aa deleted file mode 100644 index 11241051c455..000000000000 --- a/editors/fine/files/patch-aa +++ /dev/null @@ -1,41 +0,0 @@ ---- Makefile.orig Sat Jun 23 00:24:38 2001 -+++ Makefile Sun Dec 2 16:38:37 2001 -@@ -1,8 +1,8 @@ --INCLUDE = -I. -I$(QTDIR)/include -I$(HOME)/include -I./icons -+INCLUDE = -I. -I./icons ${QTCPPFLAGS} - DESTLIB = $(HOME)/lib # where to put library --LIB = -L/usr/X11R6/lib -L$(QTDIR)/lib -L$(DESTLIB) -+LIB = -L. ${LIBQT} ${QTCFGLIBS} - --MOC = $(QTDIR)/bin/moc -+#MOC = $(QTDIR)/bin/moc - CC = g++ - C = gcc - AR = ar -@@ -10,7 +10,7 @@ - RM = rm -f - KDOC = kdoc -H -d doc -e - --OPTIONS = -O2 -ansi -+OPTIONS = ${CXXFLAGS} - - OBJ = qsmartedit.o qcolormultilinedit.o undoredo.o qeditor.o qfontselect.o qcolordialog.o qcolorlistboxitem.o qkeyworddialog.o qhotkeydialog.o - METAOBJ = qsmartedit.mo qcolormultilinedit.mo qeditor.mo qfontselect.mo qcolordialog.mo qkeyworddialog.mo qhotkeydialog.mo -@@ -35,14 +35,13 @@ - - $(TARGET): $(OBJ) $(METAOBJ) - $(AR) r $(TARGET) $(OBJ) $(METAOBJ) -- mv $(TARGET) $(DESTLIB) - - %.o: %.C -- $(CC) -c $(OPTIONS) $(INCLUDE) $< -+ $(CXX) -c $(OPTIONS) $(INCLUDE) $< - - %.mo: %.h - $(MOC) $< -o $(subst .h,.C,$(M)$<) -- $(CC) -c $(OPTIONS) $(INCLUDE) $(subst .h,.C,$(M)$<) -o $(subst .h,.mo,$<) -+ $(CXX) -c $(OPTIONS) $(INCLUDE) $(subst .h,.C,$(M)$<) -o $(subst .h,.mo,$<) - - fine: fine.o fine.mo -- $(CC) -g -ofine fine.o fine.mo $(OPTIONS) $(LIB) -lFine -lqt -lX11 -lXext -+ $(CXX) -ofine fine.o fine.mo $(OPTIONS) $(LIB) -lFine diff --git a/editors/fine/files/patch-ab b/editors/fine/files/patch-ab deleted file mode 100644 index eda2a0f86f19..000000000000 --- a/editors/fine/files/patch-ab +++ /dev/null @@ -1,17 +0,0 @@ ---- fine.C.orig Sat Jun 23 02:40:45 2001 -+++ fine.C Sun Dec 2 19:54:21 2001 -@@ -1,5 +1,4 @@ - #define _GNU_SOURCE 1 --#include <features.h> - #include <stdlib.h> - #include <qmsgbox.h> - #include <fine.h> -@@ -237,7 +236,7 @@ - } - fclose(f); - } else QMessageBox::warning(ed,"Couldn't find main configuration file", -- "Couldn't find .editor file in your .fine directory!\nTry to type: make install in the FINE distribution directory."); -+ "Couldn't find .editor file in your .fine directory!"); - } - - sysmenu = new QMenuBar(this,"Editor System Main Menu"); diff --git a/editors/fine/pkg-comment b/editors/fine/pkg-comment deleted file mode 100644 index 72d33c81e190..000000000000 --- a/editors/fine/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -An editor that uses the QT toolkit and can do syntax highlighting diff --git a/editors/fine/pkg-descr b/editors/fine/pkg-descr deleted file mode 100644 index 951a80e443f8..000000000000 --- a/editors/fine/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The Finally INteligent Editor. A user friendly editor with -a nice GUI (uses the Qt toolkit) that can parse syntax -and colour keywords and other things. It can also be programmed -to insert text with keybindings. - -WWW: http://www.lrv.fri.uni-lj.si/~bojank/fine.html diff --git a/editors/fine/pkg-plist b/editors/fine/pkg-plist deleted file mode 100644 index 46850bfb2008..000000000000 --- a/editors/fine/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/fine -share/fine/C++.template -share/fine/LaTeX.template -share/fine/Matlab.template -share/fine/h.template -share/fine/html.template -share/fine/lyr.template -share/fine/pascal.template -share/fine/perl.template -share/fine/postscript.template -@dirrm share/fine |