View | Details | Raw Unified | Return to bug 222583 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+12 lines)
Lines 11-16 Link Here
11
MAINTAINER=	ports@FreeBSD.org
11
MAINTAINER=	ports@FreeBSD.org
12
COMMENT=	DocBook SGML DTD into nroff/troff -man macros converter
12
COMMENT=	DocBook SGML DTD into nroff/troff -man macros converter
13
13
14
LICENSE=			MITlegacy OSF U-TORONTO
15
LICENSE_COMB=			multi
16
LICENSE_NAME_MITlegacy=		Old version of MIT license
17
LICENSE_NAME_OSF=		License of software from Open Software Foundation, Inc.
18
LICENSE_NAME_U-TORONTO=		License of software from University of Toronto
19
LICENSE_FILE_MITlegacy=		${FILESDIR}/LICENSE.MIT_LEGACY
20
LICENSE_FILE_OSF=		${FILESDIR}/LICENSE.OSF
21
LICENSE_FILE_U-TORONTO=		${FILESDIR}/LICENSE.U-TORONTO
22
LICENSE_PERMS_MITlegacy=	${_LICENSE_PERMS_DEFAULT}
23
LICENSE_PERMS_OSF=		${_LICENSE_PERMS_DEFAULT}
24
LICENSE_PERMS_U-TORONTO=	${_LICENSE_PERMS_DEFAULT}
25
14
RUN_DEPENDS=	docbook>0:textproc/docbook
26
RUN_DEPENDS=	docbook>0:textproc/docbook
15
27
16
USES=		imake
28
USES=		imake
(-)files/LICENSE.MIT_LEGACY (+27 lines)
Line 0 Link Here
1
(Following sentences are gotten from cmd/docbook-to-man.sh of source archive.)
2
3
Copyright (c) 1996 X Consortium
4
Copyright (c) 1996 Dalrymple Consulting
5
6
Permission is hereby granted, free of charge, to any person obtaining a copy
7
of this software and associated documentation files (the "Software"), to deal
8
in the Software without restriction, including without limitation the rights
9
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
10
copies of the Software, and to permit persons to whom the Software is
11
furnished to do so, subject to the following conditions:
12
13
The above copyright notice and this permission notice shall be included in
14
all copies or substantial portions of the Software.
15
16
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
17
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
19
X CONSORTIUM OR DALRYMPLE CONSULTING BE LIABLE FOR ANY CLAIM, DAMAGES OR
20
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
21
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
22
OTHER DEALINGS IN THE SOFTWARE.
23
24
Except as contained in this notice, the names of the X Consortium and
25
Dalrymple Consulting shall not be used in advertising or otherwise to
26
promote the sale, use or other dealings in this Software without prior
27
written authorization.
(-)files/LICENSE.OSF (+15 lines)
Line 0 Link Here
1
(Following sentences are gotten from Instant/browse.c of source archive.)
2
3
Copyright (c) 1994  
4
Open Software Foundation, Inc. 
5
6
Permission is hereby granted to use, copy, modify and freely distribute 
7
the software in this file and its documentation for any purpose without 
8
fee, provided that the above copyright notice appears in all copies and 
9
that both the copyright notice and this permission notice appear in 
10
supporting documentation.  Further, provided that the name of Open 
11
Software Foundation, Inc. ("OSF") not be used in advertising or 
12
publicity pertaining to distribution of the software without prior 
13
written permission from OSF.  OSF makes no representations about the 
14
suitability of this software for any purpose.  It is provided "as is" 
15
without express or implied warranty. 
(-)files/LICENSE.U-TORONTO (+16 lines)
Line 0 Link Here
1
Copyright (c) 1986 by University of Toronto.
2
Written by Henry Spencer.  Not derived from licensed software.
3
4
Permission is granted to anyone to use this software for any
5
purpose on any computer system, and to redistribute it freely,
6
subject to the following restrictions:
7
8
1. The author is not responsible for the consequences of use of
9
	this software, no matter how awful, even if they arise
10
	from defects in it.
11
12
2. The origin of this software must not be misrepresented, either
13
	by explicit claim or by omission.
14
15
3. Altered versions must be plainly marked as such, and must not
16
	be misrepresented as being the original software.
(-)files/patch-Instant__Imakefile (-3 / +3 lines)
Lines 1-5 Link Here
1
--- Instant/Imakefile.orig	Mon Jun 17 05:50:29 1996
1
--- Instant/Imakefile.orig	1996-06-17 03:50:29 UTC
2
+++ Instant/Imakefile	Fri Oct  5 18:18:22 2001
2
+++ Instant/Imakefile
3
@@ -1,14 +1,18 @@
3
@@ -1,14 +1,18 @@
4
 #define IHaveSubdirs
4
 #define IHaveSubdirs
5
 #define PassCDebugFlags
5
 #define PassCDebugFlags
Lines 21-27 Link Here
21
 DEFINES		= -DDEF_TPT_LIB=\"$(TPTLIB)\"
21
 DEFINES		= -DDEF_TPT_LIB=\"$(TPTLIB)\"
22
 
22
 
23
 SRCS	= main.c util.c info.c translate.c traninit.c tranvar.c tables.c \
23
 SRCS	= main.c util.c info.c translate.c traninit.c tranvar.c tables.c \
24
@@ -19,4 +23,4 @@
24
@@ -19,4 +23,4 @@ OBJS	= main.o util.o info.o translate.o 
25
 MakeSubdirs($(SUBDIRS))
25
 MakeSubdirs($(SUBDIRS))
26
 DependSubdirs($(SUBDIRS))
26
 DependSubdirs($(SUBDIRS))
27
 
27
 
(-)files/patch-Transpec__Imakefile (-2 / +2 lines)
Lines 1-5 Link Here
1
--- Transpec/Imakefile.orig	Mon Jun 17 05:50:28 1996
1
--- Transpec/Imakefile.orig	1996-06-17 03:50:28 UTC
2
+++ Transpec/Imakefile	Fri Oct  5 18:20:17 2001
2
+++ Transpec/Imakefile
3
@@ -1,5 +1,6 @@
3
@@ -1,5 +1,6 @@
4
-ROOT =		/usr/local
4
-ROOT =		/usr/local
5
-TPTLIB =	$(ROOT)/lib/tpt
5
-TPTLIB =	$(ROOT)/lib/tpt
(-)files/patch-cmd__Imakefile (-2 / +2 lines)
Lines 1-5 Link Here
1
--- cmd/Imakefile.orig	Mon Jun 17 05:50:30 1996
1
--- cmd/Imakefile.orig	1996-06-17 03:50:30 UTC
2
+++ cmd/Imakefile	Fri Oct  5 18:18:22 2001
2
+++ cmd/Imakefile
3
@@ -1,4 +1,5 @@
3
@@ -1,4 +1,5 @@
4
-ROOT =	/usr/local
4
-ROOT =	/usr/local
5
+PREFIX ?=	/usr/local
5
+PREFIX ?=	/usr/local
(-)files/patch-cmd__docbook-to-man.sh (-4 / +4 lines)
Lines 1-5 Link Here
1
--- cmd/docbook-to-man.sh.orig	Mon Jun 17 05:50:30 1996
1
--- cmd/docbook-to-man.sh.orig	1996-06-17 03:50:30 UTC
2
+++ cmd/docbook-to-man.sh	Fri Oct  5 18:18:22 2001
2
+++ cmd/docbook-to-man.sh
3
@@ -40,9 +40,9 @@
3
@@ -40,9 +40,9 @@
4
 # ***** change the following paths if your installation of nsgmls and / or
4
 # ***** change the following paths if your installation of nsgmls and / or
5
 # ***** DocBook isn't into the default places.
5
 # ***** DocBook isn't into the default places.
Lines 13-19 Link Here
13
 
13
 
14
 
14
 
15
 # ***** modify the following line (to "=false") if you're not using the
15
 # ***** modify the following line (to "=false") if you're not using the
16
@@ -51,19 +51,16 @@
16
@@ -51,19 +51,16 @@ DOCBOOK=$SGMLS/Davenport/dtd
17
 doElanPSInclude=true
17
 doElanPSInclude=true
18
 
18
 
19
 
19
 
Lines 35-41 Link Here
35
 
35
 
36
 error=false
36
 error=false
37
 
37
 
38
@@ -159,17 +156,8 @@
38
@@ -159,17 +156,8 @@ cat >> /tmp/dtm.$$.psinc <<\!
39
 .ds f4\"
39
 .ds f4\"
40
 !
40
 !
41
 
41
 

Return to bug 222583