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

Collapse All | Expand All

(-)sgmltools-lite/Makefile (-9 / +5 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	sgmltools-lite
8
PORTNAME=	sgmltools-lite
9
PORTVERSION=	3.0.3
9
PORTVERSION=	3.0.3
10
PORTREVISION=	1
10
PORTREVISION=	2
11
CATEGORIES=	textproc
11
CATEGORIES=	textproc
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	sgmltools-lite
13
MASTER_SITE_SUBDIR=	sgmltools-lite
Lines 15-33 Link Here
15
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
16
COMMENT=	Generates various output formats from DocBook SGML documents
16
COMMENT=	Generates various output formats from DocBook SGML documents
17
17
18
BUILD_DEPENDS+=	python:${PORTSDIR}/lang/python \
18
BUILD_DEPENDS+=	openjade:${PORTSDIR}/textproc/openjade \
19
		openjade:${PORTSDIR}/textproc/openjade \
20
		${LOCALBASE}/share/texmf:${PORTSDIR}/print/teTeX
19
		${LOCALBASE}/share/texmf:${PORTSDIR}/print/teTeX
21
RUN_DEPENDS+=	${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \
20
RUN_DEPENDS+=	${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook \
22
		${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-docbook-modular
21
		${LOCALBASE}/share/sgml/docbook/dsssl:${PORTSDIR}/textproc/dsssl-docbook-modular
23
22
24
BROKEN=		Broken pkg-plist
23
USE_PYTHON_BUILD=	yes
25
EXPIRATION_DATE=2005-02-18
26
DEPRECATED=	${BROKEN}
27
28
MAN1=		sgmltools-lite.1
24
MAN1=		sgmltools-lite.1
29
GNU_CONFIGURE=	yes
25
GNU_CONFIGURE=	yes
30
CONFIGURE_ARGS+=--with-etcsgml=${PREFIX}/etc/sgml --datadir=${LOCALBASE}/share
26
CONFIGURE_ARGS+=--with-etcsgml=${PREFIX}/etc/sgml --datadir=${PREFIX}/share
31
27
32
pre-configure:
28
pre-configure:
33
	${RM} -f ${WRKSRC}/config.cache
29
	${RM} -f ${WRKSRC}/config.cache
Lines 36-41 Link Here
36
	${MKDIR} ${PREFIX}/etc/sgml
32
	${MKDIR} ${PREFIX}/etc/sgml
37
33
38
post-install:
34
post-install:
39
	${ECHO_CMD} "3.0.3" > ${LOCALBASE}/share/sgml/misc/sgmltools/VERSION
35
	${ECHO_CMD} "3.0.3" > ${PREFIX}/share/sgml/misc/sgmltools/VERSION
40
36
41
.include <bsd.port.mk>
37
.include <bsd.port.mk>
(-)sgmltools-lite/pkg-descr (-1 / +1 lines)
Lines 4-7 Link Here
4
formats are possible.  As the front-end is written in Python, it is relatively
4
formats are possible.  As the front-end is written in Python, it is relatively
5
easy to adapt to your needs. 
5
easy to adapt to your needs. 
6
6
7
WWW: http://www.sgmltools.org/
7
WWW: http://sgmltools-lite.sourceforge.net/
(-)sgmltools-lite/pkg-plist (+3 lines)
Lines 39-42 Link Here
39
@dirrm share/sgml/misc/sgmltools/python/backends
39
@dirrm share/sgml/misc/sgmltools/python/backends
40
@dirrm share/sgml/misc/sgmltools/python
40
@dirrm share/sgml/misc/sgmltools/python
41
@dirrm share/sgml/misc/sgmltools
41
@dirrm share/sgml/misc/sgmltools
42
@dirrm etc/sgml/catalog.d
42
@unexec rmdir %D/etc/sgml 2>/dev/null || true
43
@unexec rmdir %D/etc/sgml 2>/dev/null || true
44
@unexec rmdir %D/share/sgml/dtd 2>/dev/null || true
45
@unexec rmdir %D/share/sgml/misc 2>/dev/null || true

Return to bug 75100