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

(-)/var/tmp/Sather/Makefile (-1 / +6 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME=	sather
9
PORTNAME=	sather
10
PORTVERSION=	1.2.1
10
PORTVERSION=	1.2.1
11
PORTREVISION=	2
11
PORTREVISION=	3
12
CATEGORIES=	lang
12
CATEGORIES=	lang
13
MASTER_SITES=	${MASTER_SITE_GNU}
13
MASTER_SITES=	${MASTER_SITE_GNU}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 25-30 Link Here
25
25
26
INFO=		sather sather-mode sather-tutorial
26
INFO=		sather sather-mode sather-tutorial
27
27
28
PORTDOCS=	*
29
28
.include <bsd.port.pre.mk>
30
.include <bsd.port.pre.mk>
29
31
30
.if ${OSVERSION} >= 501000
32
.if ${OSVERSION} >= 501000
Lines 86-91 Link Here
86
		--exclude "*Makefile*" ${obj} | \
88
		--exclude "*Makefile*" ${obj} | \
87
		${TAR} -C ${PREFIX}/lib/sather --unlink -xf -
89
		${TAR} -C ${PREFIX}/lib/sather --unlink -xf -
88
	@${CHOWN} -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/sather/${obj}
90
	@${CHOWN} -R ${LIBOWN}:${LIBGRP} ${PREFIX}/lib/sather/${obj}
91
	@${FIND} ${PREFIX}/lib/sather/${obj}/ -type f -exec ${CHMOD} \
92
		${LIBMODE} {} \;
89
.endfor
93
.endfor
90
.for file in sabrowse.1 sacomp.1
94
.for file in sabrowse.1 sacomp.1
91
	${INSTALL_MAN} ${WRKSRC}/Doc/man/man1/${file} ${MANPREFIX}/man/man1
95
	${INSTALL_MAN} ${WRKSRC}/Doc/man/man1/${file} ${MANPREFIX}/man/man1
Lines 101-106 Link Here
101
	${TAR} -C ${WRKSRC}/Doc --exclude '*GPL' --exclude man -cf - . | \
105
	${TAR} -C ${WRKSRC}/Doc --exclude '*GPL' --exclude man -cf - . | \
102
		${TAR} -C ${DOCSDIR} --unlink -xf -
106
		${TAR} -C ${DOCSDIR} --unlink -xf -
103
	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
107
	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
108
	@${FIND} ${DOCSDIR}/ -type f -exec ${CHMOD} ${SHAREMODE} {} \;
104
.endif
109
.endif
105
110
106
.include <bsd.port.post.mk>
111
.include <bsd.port.post.mk>
(-)/var/tmp/Sather/pkg-plist (-34 lines)
Lines 396-439 Link Here
396
lib/sather/System/Platforms/tcltk/sather.xbm
396
lib/sather/System/Platforms/tcltk/sather.xbm
397
lib/sather/System/Platforms/tcltk/sathermask.xbm
397
lib/sather/System/Platforms/tcltk/sathermask.xbm
398
lib/sather/System/Platforms/tcltk/startup.tcl
398
lib/sather/System/Platforms/tcltk/startup.tcl
399
%%PORTDOCS%%share/doc/sather/BugReport
400
%%PORTDOCS%%share/doc/sather/Bugs
401
%%PORTDOCS%%share/doc/sather/Changes
402
%%PORTDOCS%%share/doc/sather/Contributing
403
%%PORTDOCS%%share/doc/sather/Debugging.html
404
%%PORTDOCS%%share/doc/sather/FAQ
405
%%PORTDOCS%%share/doc/sather/GC-incremental
406
%%PORTDOCS%%share/doc/sather/Gui/Doc.fmk.ps
407
%%PORTDOCS%%share/doc/sather/Gui/index.html
408
%%PORTDOCS%%share/doc/sather/Gui/install
409
%%PORTDOCS%%share/doc/sather/Installation.html
410
%%PORTDOCS%%share/doc/sather/License
411
%%PORTDOCS%%share/doc/sather/PP.description
412
%%PORTDOCS%%share/doc/sather/Sather-1.1.ps
413
%%PORTDOCS%%share/doc/sather/ToDo
414
%%PORTDOCS%%share/doc/sather/WebBrowser.html
415
%%PORTDOCS%%share/doc/sather/compiler.ps
416
%%PORTDOCS%%share/doc/sather/header/README
417
%%PORTDOCS%%share/doc/sather/header/c
418
%%PORTDOCS%%share/doc/sather/header/c-lgpl
419
%%PORTDOCS%%share/doc/sather/header/h
420
%%PORTDOCS%%share/doc/sather/header/h-lgpl
421
%%PORTDOCS%%share/doc/sather/header/make
422
%%PORTDOCS%%share/doc/sather/header/module
423
%%PORTDOCS%%share/doc/sather/header/sa
424
%%PORTDOCS%%share/doc/sather/header/sa-lgpl
425
%%PORTDOCS%%share/doc/sather/index.html
426
%%PORTDOCS%%share/doc/sather/iterators.ps
427
%%PORTDOCS%%share/doc/sather/pSather-notes
428
%%PORTDOCS%%share/doc/sather/programmer-manual.ps
429
%%PORTDOCS%%share/doc/sather/runtime_spec
430
share/emacs/site-lisp/hl319.el
399
share/emacs/site-lisp/hl319.el
431
share/emacs/site-lisp/sather-lib.el
400
share/emacs/site-lisp/sather-lib.el
432
share/emacs/site-lisp/sather-module.el
401
share/emacs/site-lisp/sather-module.el
433
share/emacs/site-lisp/sather.el
402
share/emacs/site-lisp/sather.el
434
%%PORTDOCS%%@dirrm share/doc/sather/header
435
%%PORTDOCS%%@dirrm share/doc/sather/Gui
436
%%PORTDOCS%%@dirrm share/doc/sather
437
@dirrm lib/sather/System/Platforms/tcltk/init
403
@dirrm lib/sather/System/Platforms/tcltk/init
438
@dirrm lib/sather/System/Platforms/tcltk
404
@dirrm lib/sather/System/Platforms/tcltk
439
@dirrm lib/sather/System/Platforms/freebsd
405
@dirrm lib/sather/System/Platforms/freebsd

Return to bug 100964