Bug 60353 - [MAINTAINER UPDATE] Update lang/gnat-doc-* to 3.15p
Summary: [MAINTAINER UPDATE] Update lang/gnat-doc-* to 3.15p
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-18 03:30 UTC by John Merryweather Cooper
Modified: 2004-07-05 18:09 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Merryweather Cooper 2003-12-18 03:30:17 UTC
	Update lang/gnat-doc-* to 3.15p.  The distfile name has changed,
	some graphics have been added to the html documentation, and
	the info documentation is more comprehensive.

Fix: # This is a patch for gnat-doc-html to update it to gnat-doc-html-3.15p
# 
# To apply this patch:
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'applypatch' program with this patch file as input.
#
# If you do not have 'applypatch', it is part of the 'makepatch' package
# that you can fetch from the Comprehensive Perl Archive Network:
# http://www.perl.com/CPAN/authors/Johan_Vromans/makepatch-x.y.tar.gz
# In the above URL, 'x' should be 2 or higher.
#
# To apply this patch without the use of 'applypatch':
# STEP 1: Chdir to the source directory.
# STEP 2: Run the 'patch' program with this file as input.
#
#### End of Preamble ####

#### Patch data follows ####


#### ApplyPatch data follows ####
# Data version        : 1.0
# Date generated      : Wed Dec 17 19:12:34 2003
# Generated by        : makepatch 2.00
# Recurse directories : Yes
# p 'Makefile' 3010 1071715194 0100644
# p 'distinfo' 64 1071714594 0100644
# p 'pkg-plist_html' 594 1071716300 0100644
# p 'pkg-plist_info' 2281 1071717016 0100644
# p 'pkg-plist_ps' 266 1071716402 0100644
# p 'pkg-plist_texi' 576 1071716472 0100644
# p 'pkg-plist_txt' 250 1071716556 0100644
#### End of ApplyPatch data ####

#### End of Patch kit [created: Wed Dec 17 19:12:34 2003] ####
#### Checksum: 192 6057 19997 ####

--------------070406070905060300010001----1xOaHhceAHRhRu1iAj33Plu1lV4oT6rYm2GcSIgGRlygcXdA
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

diff -u 'gnat-doc-html/Makefile' 'gnat-doc-html-3.15p/Makefile'
Index: ./Makefile
--- ./Makefile	Sun Nov 30 02:38:56 2003
+++ ./Makefile	Wed Dec 17 18:39:54 2003
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	gnat-doc
-PORTVERSION=	3.14p
+PORTVERSION=	3.15p
 CATEGORIES=	lang
 MASTER_SITES=	ftp://cs.nyu.edu/pub/gnat/%SUBDIR%/ \
 		ftp://ftp.cdrom.com/pub/languages/ada/compiler/gnat/%SUBDIR%/ \
@@ -19,12 +19,12 @@
 		ftp://ftp.fss.bme.hu/pub/ada/gnat/%SUBDIR%/
 MASTER_SITE_SUBDIR=	${PORTVERSION}
 PKGNAMESUFFIX=	-${DOCFORMAT}
-DISTNAME=	gnat-${PORTVERSION}-docs
+DISTNAME=	gnat-${PORTVERSION}-unx-docs
 
 MAINTAINER=	coop9211@uidaho.edu
 COMMENT=	Documentation for the GNAT compiler
 
-WRKSRC=		${WRKDIR}/gnat-${PORTVERSION}-docs
+WRKSRC=		${WRKDIR}/gnat-${PORTVERSION}-unx-docs
 NO_BUILD=	yes
 PLIST=		${MASTERDIR}/pkg-plist_${DOCFORMAT}
 PKGMESSAGE=	${MASTERDIR}/pkg-message_${DOCFORMAT}
@@ -61,9 +61,6 @@
 .if ${DOCFORMAT} == "info"
 	@${MKDIR} ${PREFIX}/info
 	@${INSTALL_MAN} ${WRKSRC}/${DOCFORMAT}/* ${PREFIX}/info
-	@if [ ! -f ${PREFIX}/info/dir ]; then \
-		${SED} -ne '1,/Menu:/p' \/usr\/share\/info/dir > ${PREFIX}/info/dir; \
-	fi
 	@${INSTALL_INFO} --item=${ARM_LABEL} ${PREFIX}/info/arm95.info ${PREFIX}/info/dir
 	@${INSTALL_INFO} --item=${GCC_LABEL} ${PREFIX}/info/gcc.info ${PREFIX}/info/dir
 	@${INSTALL_INFO} --item=${RM_LABEL} ${PREFIX}/info/gnat_rm.info ${PREFIX}/info/dir
diff -u 'gnat-doc-html/distinfo' 'gnat-doc-html-3.15p/distinfo'
Index: ./distinfo
--- ./distinfo	Fri Feb  8 07:41:54 2002
+++ ./distinfo	Wed Dec 17 18:29:54 2003
@@ -1 +1 @@
-MD5 (gnat-3.14p-docs.tar.gz) = b5ed0bdfa4a5d6f88b0f64c444e60761
+MD5 (gnat-3.15p-unx-docs.tar.gz) = 3bcbedfaccf343a8515efc0f74b8a027
diff -u 'gnat-doc-html/pkg-plist_html' 'gnat-doc-html-3.15p/pkg-plist_html'
Index: ./pkg-plist_html
--- ./pkg-plist_html	Fri Feb  8 07:41:54 2002
+++ ./pkg-plist_html	Wed Dec 17 18:58:20 2003
@@ -15,4 +15,4 @@
 share/doc/gnat/html/tasks.gif
 share/doc/gnat/html/tooltips.gif
 @dirrm share/doc/gnat/html
-@unexec rmdir %D/share/doc/gnat 2>/dev/null || true
+@dirrm share/doc/gnat
diff -u 'gnat-doc-html/pkg-plist_info' 'gnat-doc-html-3.15p/pkg-plist_info'
Index: ./pkg-plist_info
--- ./pkg-plist_info	Fri Feb  8 07:41:54 2002
+++ ./pkg-plist_info	Wed Dec 17 19:10:16 2003
@@ -49,7 +49,21 @@
 info/gcc.info-12
 info/gcc.info-13
 info/gcc.info-14
+info/gcc.info-15
+info/gcc.info-16
+info/gcc.info-17
+info/gcc.info-18
+info/gcc.info-19
 info/gcc.info-2
+info/gcc.info-20
+info/gcc.info-21
+info/gcc.info-22
+info/gcc.info-23
+info/gcc.info-24
+info/gcc.info-25
+info/gcc.info-26
+info/gcc.info-27
+info/gcc.info-28
 info/gcc.info-3
 info/gcc.info-4
 info/gcc.info-5
@@ -59,6 +73,11 @@
 info/gcc.info-9
 info/gdb.info
 info/gdb.info-1
+info/gdb.info-10
+info/gdb.info-11
+info/gdb.info-12
+info/gdb.info-13
+info/gdb.info-14
 info/gdb.info-2
 info/gdb.info-3
 info/gdb.info-4
@@ -69,6 +88,8 @@
 info/gdb.info-9
 info/gnat_rm.info
 info/gnat_rm.info-1
+info/gnat_rm.info-10
+info/gnat_rm.info-11
 info/gnat_rm.info-2
 info/gnat_rm.info-3
 info/gnat_rm.info-4
@@ -79,6 +100,13 @@
 info/gnat_rm.info-9
 info/gnat_ug.info
 info/gnat_ug.info-1
+info/gnat_ug.info-10
+info/gnat_ug.info-11
+info/gnat_ug.info-12
+info/gnat_ug.info-13
+info/gnat_ug.info-14
+info/gnat_ug.info-15
+info/gnat_ug.info-16
 info/gnat_ug.info-2
 info/gnat_ug.info-3
 info/gnat_ug.info-4
diff -u 'gnat-doc-html/pkg-plist_ps' 'gnat-doc-html-3.15p/pkg-plist_ps'
Index: ./pkg-plist_ps
--- ./pkg-plist_ps	Fri Feb  8 07:41:54 2002
+++ ./pkg-plist_ps	Wed Dec 17 19:00:02 2003
@@ -4,6 +4,5 @@
 share/doc/gnat/ps/gnat_rm.ps
 share/doc/gnat/ps/gnat_ug.ps
 share/doc/gnat/ps/gvd.ps
-share/doc/gnat/ps/refcard.ps
 @dirrm share/doc/gnat/ps
-@unexec rmdir %D/share/doc/gnat 2>/dev/null || true
+@dirrm share/doc/gnat
diff -u 'gnat-doc-html/pkg-plist_texi' 'gnat-doc-html-3.15p/pkg-plist_texi'
Index: ./pkg-plist_texi
--- ./pkg-plist_texi	Fri Feb  8 07:41:54 2002
+++ ./pkg-plist_texi	Wed Dec 17 19:01:12 2003
@@ -3,7 +3,7 @@
 share/doc/gnat/texi/extend.texi
 share/doc/gnat/texi/gcc.texi
 share/doc/gnat/texi/gcov.texi
-share/doc/gnat/texi/gdb.texinfo
+share/doc/gnat/texi/gfdl.texi
 share/doc/gnat/texi/gnat_rm.texi
 share/doc/gnat/texi/gnat_ug_unx.texi
 share/doc/gnat/texi/gvd.texi
@@ -15,4 +15,4 @@
 share/doc/gnat/texi/texiplus.tex
 share/doc/gnat/texi/tm.texi
 @dirrm share/doc/gnat/texi
-@unexec rmdir %D/share/doc/gnat 2>/dev/null || true
+@dirrm share/doc/gnat
diff -u 'gnat-doc-html/pkg-plist_txt' 'gnat-doc-html-3.15p/pkg-plist_txt'
Index: ./pkg-plist_txt
--- ./pkg-plist_txt	Fri Feb  8 07:41:54 2002
+++ ./pkg-plist_txt	Wed Dec 17 19:02:36 2003
@@ -5,4 +5,4 @@
 share/doc/gnat/txt/gnat_ug.txt
 share/doc/gnat/txt/gvd.txt
 @dirrm share/doc/gnat/txt
-@unexec rmdir %D/share/doc/gnat 2>/dev/null || true
+@dirrm share/doc/gnat
#### End of Patch data ####
How-To-Repeat: 	N/A
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-19 23:22:13 UTC
State Changed
From-To: open->closed

Committed, thanks!