mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
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.
This commit is contained in:
parent
c344a550c6
commit
9472b5bd32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66039
@ -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>
|
@ -1 +0,0 @@
|
||||
MD5 (fine2.4.tar.gz) = ea0008a845b4a8b0f63eeff2c68b2012
|
@ -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
|
@ -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");
|
@ -1 +0,0 @@
|
||||
An editor that uses the QT toolkit and can do syntax highlighting
|
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user