1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

upgrade to 1.6

drop maintainership
This commit is contained in:
Ying-Chieh Liao 2002-05-03 18:41:55 +00:00
parent 29d4cfc86f
commit 27d6c46fb9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58507
3 changed files with 33 additions and 9 deletions

View File

@ -7,14 +7,14 @@
#
PORTNAME= trio
PORTVERSION= 1.3
PORTVERSION= 1.6
CATEGORIES= devel
MASTER_SITES= http://www.contactor.se/~dast/stuff/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ctrio
MAINTAINER= ijliao@FreeBSD.org
MAINTAINER= ports@FreeBSD.org
MANCOMPRESSED= no
MAN3= trio_printf.3 trio_scanf.3 trio_register.3 strio.3
USE_GMAKE= yes
post-patch:
@${PERL} -pi -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
@ -24,8 +24,10 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include
.endfor
${INSTALL_DATA} ${WRKSRC}/libtrio.a ${PREFIX}/lib
.for file in ${MAN3}
${INSTALL_MAN} ${WRKSRC}/man/man3/${file} ${MANPREFIX}/man/man3
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/doc ${DOCSDIR}
${CP} -R ${WRKSRC}/html ${DOCSDIR}
.endif
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (trio-1.3.tar.gz) = 81035929ba937f4fb49d07f44e699529
MD5 (trio-1.6.tar.gz) = 79f73fbfc0411f4d8eec6352dd2ab9f0

View File

@ -1,3 +1,25 @@
include/trio.h
include/triop.h
lib/libtrio.a
%%PORTDOCS%%share/doc/trio/doc/doc.h
%%PORTDOCS%%share/doc/trio/doc/doc_dynamic.h
%%PORTDOCS%%share/doc/trio/doc/doc_printf.h
%%PORTDOCS%%share/doc/trio/doc/doc_register.h
%%PORTDOCS%%share/doc/trio/doc/doc_scanf.h
%%PORTDOCS%%share/doc/trio/doc/doc_static.h
%%PORTDOCS%%share/doc/trio/doc/footer.html
%%PORTDOCS%%share/doc/trio/doc/header.html
%%PORTDOCS%%share/doc/trio/doc/trio.cfg
%%PORTDOCS%%share/doc/trio/doc/trio.css
%%PORTDOCS%%share/doc/trio/html/group___dynamic_strings.html
%%PORTDOCS%%share/doc/trio/html/group___printf.html
%%PORTDOCS%%share/doc/trio/html/group___scanf.html
%%PORTDOCS%%share/doc/trio/html/group___special_quantities.html
%%PORTDOCS%%share/doc/trio/html/group___static_strings.html
%%PORTDOCS%%share/doc/trio/html/group___user_defined.html
%%PORTDOCS%%share/doc/trio/html/index.html
%%PORTDOCS%%share/doc/trio/html/modules.html
%%PORTDOCS%%share/doc/trio/html/trio.css
%%PORTDOCS%%@dirrm share/doc/trio/doc
%%PORTDOCS%%@dirrm share/doc/trio/html
%%PORTDOCS%%@dirrm share/doc/trio