View | Details | Raw Unified | Return to bug 94358
Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 9-15 Link Here
9
PORTVERSION=	1.1
9
PORTVERSION=	1.1
10
PORTREVISION=	4
10
PORTREVISION=	4
11
CATEGORIES=	textproc tcl83
11
CATEGORIES=	textproc tcl83
12
MASTER_SITES=	http://www.zveno.com/in-tclxml/
12
MASTER_SITES=	http://people.tecnik93.com/~itetcu/FreeBSD/others_ports/${PORTNAME}/sources/
13
13
14
MAINTAINER=	mi@aldan.algebra.com
14
MAINTAINER=	mi@aldan.algebra.com
15
COMMENT=	The TCL interface to Expat library
15
COMMENT=	The TCL interface to Expat library
Lines 18-24 Link Here
18
		expat.6:${PORTSDIR}/textproc/expat2
18
		expat.6:${PORTSDIR}/textproc/expat2
19
19
20
INSTALLS_SHLIB=	yes
20
INSTALLS_SHLIB=	yes
21
USE_REINPLACE=	yes
22
21
23
TCL_VERSION=	8.3
22
TCL_VERSION=	8.3
24
TCL_DVER=	${TCL_VERSION:S/.//}
23
TCL_DVER=	${TCL_VERSION:S/.//}
(-)pkg-descr (-2 lines)
Lines 7-14 Link Here
7
It creates a Tcl package, called "expat", which defines a single
7
It creates a Tcl package, called "expat", which defines a single
8
new Tcl command "expat".
8
new Tcl command "expat".
9
9
10
WWW: http://www.zveno.com/zm.cgi/in-tclxml/
11
12
This port ignores the old expat distribution bundled with the software
10
This port ignores the old expat distribution bundled with the software
13
and links the library against the latest installed by the expat2 port.
11
and links the library against the latest installed by the expat2 port.
14
12
(-)pkg-plist (-2 / +2 lines)
Lines 2-6 Link Here
2
@dirrm lib/tcl%%TCL_VERSION%%/TclExpat
2
@dirrm lib/tcl%%TCL_VERSION%%/TclExpat
3
lib/libtclexpat.so.1.1
3
lib/libtclexpat.so.1.1
4
lib/libtclexpat.so
4
lib/libtclexpat.so
5
%%PORTDOCS%%share/doc/TclExpat/README
5
%%PORTDOCS%% %%DOCSDIR%%/README
6
%%PORTDOCS%%@dirrm share/doc/TclExpat
6
%%PORTDOCS%%@dirrm  %%DOCSDIR%%

Return to bug 94358