summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-09-24 03:53:43 +0000
committerhubertf <hubertf>2000-09-24 03:53:43 +0000
commit4b7bbe1aad6b076ab49a343f5df8bc3a1dd58de8 (patch)
tree37c88a8983ddcaf6829179ca7de813b2d542a491 /misc
parentdfe72a804463084cb42392dff8f3098a65b8f908 (diff)
downloadpkgsrc-4b7bbe1aad6b076ab49a343f5df8bc3a1dd58de8.tar.gz
* This pkg actually works better without ncurses than with(!)
(ncurses wasn't found, and if it was made to find it, the screen attributes were not as good as with our in-tree curses) * Install samples & docs
Diffstat (limited to 'misc')
-rw-r--r--misc/sci/Makefile12
-rw-r--r--misc/sci/files/patch-sum5
-rw-r--r--misc/sci/patches/patch-aa6
-rw-r--r--misc/sci/pkg/PLIST15
4 files changed, 28 insertions, 10 deletions
diff --git a/misc/sci/Makefile b/misc/sci/Makefile
index e55e3942db4..16859c6423a 100644
--- a/misc/sci/Makefile
+++ b/misc/sci/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/03/16 13:50:13 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2000/09/24 03:53:43 hubertf Exp $
#
DISTNAME= sci.0.3.8
@@ -9,8 +9,6 @@ MASTER_SITES= http://linuxparts.com/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://linuxparts.com/software.html
-DEPENDS+= ncurses>=4.2:../../devel/ncurses
-
WRKSRC= ${WRKDIR}/sci
pre-build:
@@ -18,5 +16,13 @@ pre-build:
pre-install:
-@${GUNZIP_CMD} ${WRKSRC}/sci.1.gz
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sci
+ for i in app APP.README COPYING README allbut.awk edit.awk \
+ maillist.awk template.sci template.sci.num sortd \
+ whch scidata.out ; \
+ do \
+ ${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/sci ; \
+ done
.include "../../mk/bsd.pkg.mk"
diff --git a/misc/sci/files/patch-sum b/misc/sci/files/patch-sum
index 602b31ab170..3c13bdc6e0f 100644
--- a/misc/sci/files/patch-sum
+++ b/misc/sci/files/patch-sum
@@ -1,4 +1,3 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 14:09:19 agc Exp $
+$NetBSD: patch-sum,v 1.2 2000/09/24 03:53:43 hubertf Exp $
-MD5 (patch-aa) = 9be4a759e5085218c227ca623263c40c
-MD5 (patch-ab) = c7db56fefb2ad074b6050ffb8cf2fcdf
+MD5 (patch-aa) = 461815912a5b5a8a4c1d25d6beaf62c7
diff --git a/misc/sci/patches/patch-aa b/misc/sci/patches/patch-aa
index 646dac200fc..1d73653420e 100644
--- a/misc/sci/patches/patch-aa
+++ b/misc/sci/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 1999/06/16 21:37:16 mjl Exp $
+$NetBSD: patch-aa,v 1.2 2000/09/24 03:53:44 hubertf Exp $
--- makefile.orig Wed Jun 16 23:07:37 1999
+++ makefile Wed Jun 16 23:20:05 1999
@@ -12,8 +12,8 @@ $NetBSD: patch-aa,v 1.1.1.1 1999/06/16 21:37:16 mjl Exp $
-CURSES=-lncurses
+INSTALL=${PREFIX}/bin
+MAN=${PREFIX}/man/man1
-+COPT=-DUSLEEP -I${PREFIX}/include
-+CURSES=-L${PREFIX}/lib -lncurses
++COPT=-DUSLEEP
++CURSES= -lcurses
$(PROG).o : $(PROG).c
gcc -O3 $(COPT) -Wall -pedantic -c $(PROG).c
diff --git a/misc/sci/pkg/PLIST b/misc/sci/pkg/PLIST
index 69d0fd77d50..86c1732ddcc 100644
--- a/misc/sci/pkg/PLIST
+++ b/misc/sci/pkg/PLIST
@@ -1,3 +1,16 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 1999/06/16 21:37:16 mjl Exp $
+@comment $NetBSD: PLIST,v 1.2 2000/09/24 03:53:44 hubertf Exp $
bin/sci
man/man1/sci.1
+share/doc/sci/APP.README
+share/doc/sci/COPYING
+share/doc/sci/README
+share/doc/sci/allbut.awk
+share/doc/sci/app
+share/doc/sci/edit.awk
+share/doc/sci/maillist.awk
+share/doc/sci/scidata.out
+share/doc/sci/sortd
+share/doc/sci/template.sci
+share/doc/sci/template.sci.num
+share/doc/sci/whch
+@dirrm share/doc/sci