Update darcs to 0.9.23

ok pvalchev@
This commit is contained in:
dons 2004-07-31 03:18:29 +00:00
parent 6634beb23b
commit dc31ee2230
5 changed files with 73 additions and 39 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2004/05/18 23:26:33 dons Exp $
# $OpenBSD: Makefile,v 1.6 2004/07/31 03:18:29 dons Exp $
COMMENT= "advanced revision control system written in Haskell"
V= 0.9.20
V= 0.9.23
DISTNAME= darcs-${V}
CATEGORIES= devel

View File

@ -1,3 +1,3 @@
MD5 (darcs-0.9.20.tar.gz) = 4d7bd4d35ee5eadb5913fb19cbfea5ab
RMD160 (darcs-0.9.20.tar.gz) = de19ed914a4821cae3d5794a567546a42d6cfae4
SHA1 (darcs-0.9.20.tar.gz) = fa9be6ed37bd5d52f9b8c9f26c7a8c57d52480c6
MD5 (darcs-0.9.23.tar.gz) = 9bdabbdefaed8ffdfeb0578715e38462
RMD160 (darcs-0.9.23.tar.gz) = 29062eb7e88820f936371eca70d3b76075f1e83b
SHA1 (darcs-0.9.23.tar.gz) = 8bdfe9ce76bddc646f2f8bf3000deb245493244e

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-GNUmakefile,v 1.3 2004/04/29 03:49:51 dons Exp $
$OpenBSD: patch-GNUmakefile,v 1.4 2004/07/31 03:18:29 dons Exp $
Make the install a bit more standard.
Don't try and install .ps docs
Make the install a bit more standard, get rid of sysconfdir stuff.
Put cgi-bin stuff in darcs dir instead. Don't try to install .ps docs
--- GNUmakefile.orig 2004-04-04 02:57:00.000000000 +1000
+++ GNUmakefile 2004-04-24 13:10:56.000000000 +1000
@@ -87,15 +87,14 @@ installbin: all
--- GNUmakefile.orig 2004-07-26 22:22:34.000000000 +1000
+++ GNUmakefile 2004-07-31 11:54:37.000000000 +1000
@@ -91,15 +91,14 @@ installbin: all
$(INSTALL) -d $(DESTDIR)/$(bindir)
$(INSTALL) darcs $(DESTDIR)/$(bindir)
@ -17,17 +17,16 @@ Don't try and install .ps docs
$(INSTALL) -d $(DESTDIR)/$(mandir)/man1
$(INSTALL) -m 0644 darcs.1 $(DESTDIR)/$(mandir)/man1/
-installdocs: darcs.ps manual/index.html
+installdocs:
installdocs: darcs.ps manual/index.html
$(INSTALL) -d $(DESTDIR)/$(datadir)/doc/darcs/manual
- $(INSTALL) -m 0644 darcs.ps $(DESTDIR)/$(datadir)/doc/darcs
$(INSTALL) -m 0644 manual/* $(DESTDIR)/$(datadir)/doc/darcs/manual
$(INSTALL) -d $(DESTDIR)/$(datadir)/doc/darcs/examples
@@ -103,15 +102,15 @@ installdocs: darcs.ps manual/index.html
@@ -107,23 +106,20 @@ installdocs: darcs.ps manual/index.html
$(INSTALL) -m 0644 zsh_completion_old $(DESTDIR)/$(datadir)/doc/darcs/examples/
installserver: darcs_cgi darcs-createrepo
installserver: darcs_cgi darcs-createrepo cgi/darcs.cgi
- $(INSTALL) -d $(DESTDIR)/$(libexecdir)/cgi-bin
- $(INSTALL) darcs_cgi $(DESTDIR)/$(libexecdir)/cgi-bin/darcs
+ $(INSTALL) -d $(DESTDIR)/$(libexecdir)/darcs
@ -38,10 +37,19 @@ Don't try and install .ps docs
- $(INSTALL) -d $(DESTDIR)/$(sysconfdir)/darcs
- test -e $(DESTDIR)/$(sysconfdir)/darcs/cgi.conf || \
- $(INSTALL) -m 0644 cgi.conf $(DESTDIR)/$(sysconfdir)/darcs/cgi.conf
- $(INSTALL) -m 0644 cgi/cgi.conf $(DESTDIR)/$(sysconfdir)/darcs/cgi.conf
- $(INSTALL) cgi/darcs.cgi $(DESTDIR)/$(libexecdir)/cgi-bin/darcs.cgi
+ $(INSTALL) -d $(DESTDIR)/$(datadir)/darcs
+ test -e $(DESTDIR)/$(datadir)/darcs/cgi.conf || \
+ $(INSTALL) -m 0644 cgi.conf $(DESTDIR)/$(datadir)/darcs/cgi.conf
+ $(INSTALL) -m 0644 cgi/cgi.conf $(DESTDIR)/$(datadir)/darcs/cgi.conf
+ $(INSTALL) cgi/darcs.cgi $(DESTDIR)/$(libexecdir)/darcs/darcs.cgi
$(INSTALL) -d $(DESTDIR)/$(datadir)/darcs
$(INSTALL) -d $(DESTDIR)/$(datadir)/darcs/xslt
$(INSTALL) -m 644 cgi/xslt/*.xslt $(DESTDIR)/$(datadir)/darcs/xslt/
$(INSTALL) -m 644 cgi/xslt/styles.css $(DESTDIR)/$(datadir)/darcs/xslt/styles.css
- test -e $(DESTDIR)/$(sysconfdir)/darcs/styles.css || \
- ln -s $(datadir)/darcs/xslt/styles.css \
- $(DESTDIR)/$(sysconfdir)/darcs/styles.css
dist: darcs
./darcs dist --dist-name darcs-`./darcs --version`

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-configure,v 1.1 2004/04/29 03:49:51 dons Exp $
$OpenBSD: patch-configure,v 1.2 2004/07/31 03:18:29 dons Exp $
Don't build the postscript manual
--- configure.orig 2004-04-04 02:57:07.000000000 +1000
+++ configure 2004-04-23 20:06:46.000000000 +1000
@@ -3848,7 +3848,7 @@ if test "$enable_mmap" = "no"; then
--- configure.orig 2004-07-27 20:42:06.000000000 +1000
+++ configure 2004-07-31 11:52:21.000000000 +1000
@@ -3706,7 +3706,7 @@ if test "$enable_mmap" = "no"; then
fi
@ -13,7 +13,7 @@ Don't build the postscript manual
INSTALLWHAT="installbin"
BUILDDOC="no"
@@ -4016,7 +4016,7 @@ if test -z "$DVIPS"; then
@@ -3894,7 +3894,7 @@ if test -z "$DVIPS"; then
echo "$as_me: WARNING: Cannot find dvips in your path!" >&2;}
fi
if test ! '(' '(' -z "$LATEX" ')' -o '(' -z "$DVIPS" ')' ')'; then
@ -22,7 +22,7 @@ Don't build the postscript manual
INSTALLWHAT="$INSTALLWHAT installdocs"
BUILDDOC="yes"
fi
@@ -4135,15 +4135,15 @@ fi
@@ -4013,15 +4013,15 @@ fi
{ echo "$as_me:$LINENO: WARNING: Cannot find hevea in your path either!" >&5
echo "$as_me: WARNING: Cannot find hevea in your path either!" >&2;}
else

View File

@ -1,50 +1,71 @@
@comment $OpenBSD: PLIST,v 1.4 2004/05/18 23:26:33 dons Exp $
@comment $OpenBSD: PLIST,v 1.5 2004/07/31 03:18:29 dons Exp $
bin/darcs
libexec/darcs/darcs.cgi
man/man1/darcs.1
sbin/darcs-createrepo
share/darcs/bash_completion.d/darcs
share/darcs/cgi.conf
share/darcs/xslt/annotate.xslt
share/darcs/xslt/browse.xslt
share/darcs/xslt/common.xslt
share/darcs/xslt/errors.xslt
share/darcs/xslt/patches.xslt
share/darcs/xslt/repos.xslt
share/darcs/xslt/styles.css
share/doc/darcs/examples/zsh_completion_new
share/doc/darcs/examples/zsh_completion_old
share/doc/darcs/manual/contents.png
share/doc/darcs/manual/contents_motif.png
share/doc/darcs/manual/cross_ref_motif.png
share/doc/darcs/manual/crossref.png
share/doc/darcs/manual/darcs.css
share/doc/darcs/manual/darcs.html
share/doc/darcs/manual/foot_motif.png
share/doc/darcs/manual/footnode.html
share/doc/darcs/manual/images.aux
share/doc/darcs/manual/images.log
share/doc/darcs/manual/images.pl
share/doc/darcs/manual/images.tex
share/doc/darcs/manual/img1.old
share/doc/darcs/manual/img1.png
share/doc/darcs/manual/img10.png
share/doc/darcs/manual/img11.png
share/doc/darcs/manual/img12.png
share/doc/darcs/manual/img13.png
share/doc/darcs/manual/img14.png
share/doc/darcs/manual/img15.png
share/doc/darcs/manual/img16.png
share/doc/darcs/manual/img17.png
share/doc/darcs/manual/img18.png
share/doc/darcs/manual/img19.png
share/doc/darcs/manual/img10.old
share/doc/darcs/manual/img11.old
share/doc/darcs/manual/img12.old
share/doc/darcs/manual/img13.old
share/doc/darcs/manual/img14.old
share/doc/darcs/manual/img15.old
share/doc/darcs/manual/img16.old
share/doc/darcs/manual/img17.old
share/doc/darcs/manual/img18.old
share/doc/darcs/manual/img19.old
share/doc/darcs/manual/img2.old
share/doc/darcs/manual/img2.png
share/doc/darcs/manual/img20.png
share/doc/darcs/manual/img21.png
share/doc/darcs/manual/img22.png
share/doc/darcs/manual/img23.png
share/doc/darcs/manual/img24.png
share/doc/darcs/manual/img20.old
share/doc/darcs/manual/img21.old
share/doc/darcs/manual/img22.old
share/doc/darcs/manual/img23.old
share/doc/darcs/manual/img24.old
share/doc/darcs/manual/img3.old
share/doc/darcs/manual/img3.png
share/doc/darcs/manual/img4.old
share/doc/darcs/manual/img4.png
share/doc/darcs/manual/img5.old
share/doc/darcs/manual/img5.png
share/doc/darcs/manual/img6.old
share/doc/darcs/manual/img6.png
share/doc/darcs/manual/img7.old
share/doc/darcs/manual/img7.png
share/doc/darcs/manual/img8.old
share/doc/darcs/manual/img8.png
share/doc/darcs/manual/img9.old
share/doc/darcs/manual/img9.png
share/doc/darcs/manual/index.html
share/doc/darcs/manual/internals.pl
share/doc/darcs/manual/labels.pl
share/doc/darcs/manual/next.png
share/doc/darcs/manual/next_g.png
share/doc/darcs/manual/next_motif.png
share/doc/darcs/manual/next_motif_gr.png
share/doc/darcs/manual/node1.html
share/doc/darcs/manual/node10.html
share/doc/darcs/manual/node11.html
@ -58,11 +79,16 @@ share/doc/darcs/manual/node8.html
share/doc/darcs/manual/node9.html
share/doc/darcs/manual/prev.png
share/doc/darcs/manual/prev_g.png
share/doc/darcs/manual/previous_motif.png
share/doc/darcs/manual/previous_motif_gr.png
share/doc/darcs/manual/up.png
share/doc/darcs/manual/up_g.png
share/doc/darcs/manual/up_motif.png
share/doc/darcs/manual/up_motif_gr.png
@dirrm share/doc/darcs/manual
@dirrm share/doc/darcs/examples
@dirrm share/doc/darcs
@dirrm share/darcs/xslt
@dirrm share/darcs/bash_completion.d
@dirrm share/darcs
@dirrm libexec/darcs