diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-05-23 05:58:00 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-05-23 05:58:00 +0000 |
commit | 0eefe8db8468d650b77fb5e5f982f7b5febbe388 (patch) | |
tree | 45eaf0c4d77d1ba474c9e4566bdefccf831fa7b8 /devel/ddd | |
parent | turn on ddd (diff) |
Upgrade to 2.1.
Submitted by: jkh
Notes
Notes:
svn path=/head/; revision=6537
Diffstat (limited to 'devel/ddd')
-rw-r--r-- | devel/ddd/Makefile | 6 | ||||
-rw-r--r-- | devel/ddd/distinfo | 2 | ||||
-rw-r--r-- | devel/ddd/files/patch-01 | 9 | ||||
-rw-r--r-- | devel/ddd/pkg-descr | 7 | ||||
-rw-r--r-- | devel/ddd/pkg-plist | 2 |
5 files changed, 19 insertions, 7 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile index a338ea4b4eac..350c471c96b7 100644 --- a/devel/ddd/Makefile +++ b/devel/ddd/Makefile @@ -4,10 +4,10 @@ # Date created: Tue Jan 28, 1997 # Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.5 1996/12/01 01:23:12 obrien Exp $ +# $Id: Makefile,v 1.1.1.1 1997/05/22 21:41:25 obrien Exp $ # -DISTNAME= ddd-2.0 +DISTNAME= ddd-2.1 CATEGORIES= devel MASTER_SITES= ftp://ftp.ips.cs.tu-bs.de/pub/local/softech/ddd/ \ ftp://richb-pc.acc.qc.edu/pub/ddd/ \ @@ -28,6 +28,8 @@ post-configure: post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/ddd + ${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/ddd + ${INSTALL_DATA} ${WRKSRC}/PROBLEMS ${PREFIX}/share/doc/ddd ${INSTALL_DATA} ${WRKSRC}/doc/ddd-paper.ps ${PREFIX}/share/doc/ddd ${INSTALL_DATA} ${WRKSRC}/doc/ddd.man.ps ${PREFIX}/share/doc/ddd ${GZIP_CMD} ${PREFIX}/share/doc/ddd/ddd-paper.ps diff --git a/devel/ddd/distinfo b/devel/ddd/distinfo index b2937a91f54a..47c3fa59650a 100644 --- a/devel/ddd/distinfo +++ b/devel/ddd/distinfo @@ -1 +1 @@ -MD5 (ddd-2.0.tar.gz) = d1d244715f241916bd01c348164e92e7 +MD5 (ddd-2.1.tar.gz) = 077ae221bd252c16954a75264495981a diff --git a/devel/ddd/files/patch-01 b/devel/ddd/files/patch-01 index 38a6fc194822..153275bcbc14 100644 --- a/devel/ddd/files/patch-01 +++ b/devel/ddd/files/patch-01 @@ -1,10 +1,11 @@ ---- ddd/Ddd.in.orig Wed Sep 25 06:27:33 1996 -+++ ddd/Ddd.in Sun May 4 12:49:05 1997 -@@ -167,7 +167,7 @@ +--- ddd/Ddd.in.orig Wed May 7 05:19:43 1997 ++++ ddd/Ddd.in Thu May 22 19:49:46 1997 +@@ -167,7 +167,8 @@ - ! Paper size, in format WIDTH x HEIGHT. (Default: A4). + ! Paper size, in format WIDTH x HEIGHT. (Default: A4). -Ddd*paperSize: 210mm x 297mm ++!Ddd*paperSize: 210mm x 297mm +Ddd*paperSize: 8.5" x 11" diff --git a/devel/ddd/pkg-descr b/devel/ddd/pkg-descr index c8bd19752bf4..4cff4dec35fa 100644 --- a/devel/ddd/pkg-descr +++ b/devel/ddd/pkg-descr @@ -9,5 +9,12 @@ explored incrementally and interactively, using automatic layout if preferred. Each time the program stops, the data display reflects the current variable values. +See the DDD homepage at + http://www.cs.tu-bs.de/softech/ddd/ +Also daily CVS snapshots are at + ftp://ftp.ips.cs.tu-bs.de/pub/local/softech/ddd/current/ +Binaries for other systems are at: + ftp://ftp.ips.cs.tu-bs.de/pub/local/softech/ddd/bin/ + - David O'Brien obrien@NUXI.com diff --git a/devel/ddd/pkg-plist b/devel/ddd/pkg-plist index b26414be6f76..039815bec084 100644 --- a/devel/ddd/pkg-plist +++ b/devel/ddd/pkg-plist @@ -1,4 +1,6 @@ bin/ddd man/man1/ddd.1.gz +share/doc/ddd/FAQ +share/doc/ddd/PROBLEMS share/doc/ddd/ddd-paper.ps.gz share/doc/ddd/ddd.man.ps.gz |