Index: head/games/typespeed/Makefile =================================================================== --- head/games/typespeed/Makefile (revision 172502) +++ head/games/typespeed/Makefile (revision 172503) @@ -1,67 +1,67 @@ # New ports collection makefile for: typespeed # Date created: 06 September 2003 # Whom: refugee # # $FreeBSD$ # PORTNAME= typespeed -PORTVERSION= 0.5.1 +PORTVERSION= 0.5.2 CATEGORIES= games MASTER_SITES= http://tobias.eyedacor.org/typespeed/ \ http://critical.ch/distfiles/ \ http://energy.critical.ch/distfiles/ MAINTAINER= ehaupt@FreeBSD.org COMMENT= Test your typing speed, and get your fingers\' CPS USE_GETOPT_LONG=yes SCOREPREFIX?= /var/games SCOREDIR= ${SCOREPREFIX}/typespeed SCORECAT= dos dut eng fin fra ger ita portuguese prog spanish thai unix SOURCES= file.c menu.c misc.c network.c typespeed.c LDFLAGS+= -L${LOCALBASE}/lib -lncurses CFLAGS+= -I${LOCALBASE}/include -D_GNU_SOURCE -DWORDDIR=\"${DATADIR}\" \ -DHIGHDIR=\"${SCOREDIR}\" -DHIGHDIR=\"${SCOREDIR}\" SUB_FILES= pkg-install pkg-deinstall SUB_LIST= SCOREDIR="${SCOREDIR}" SCORECAT="${SCORECAT}" MAN1= typespeed.1 post-patch: @${REINPLACE_CMD} -e 's|\(/etc\)|${PREFIX}\1|' \ ${WRKSRC}/pathnames.h post-extract: @${ECHO} ${DATADIR} > ${WRKSRC}/typespeedrc do-build: # build highscore converter ${CC} ${CFLAGS} ${WRKSRC}/convert.c -o ${WRKSRC}/convert # build typespeed .for f in ${SOURCES} ${CC} ${CFLAGS} -c ${WRKSRC}/${f} -o ${WRKSRC}/${f:C/\.c/.o/} .endfor ${CC} ${LDFLAGS} ${SOURCES:C/(.*)\.c/${WRKSRC}\/\1.o/} \ -o ${WRKSRC}/${PORTNAME} do-install: ${INSTALL_PROGRAM} -m 2555 ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/convert ${PREFIX}/bin/${PORTNAME}-hs-conv ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.6 ${MANPREFIX}/man/man1/${MAN1} ${INSTALL_DATA} ${WRKSRC}/typespeedrc ${PREFIX}/etc/typespeedrc.dist .if !exists(${PREFIX}/etc/typespeedrc) ${INSTALL_DATA} ${WRKSRC}/typespeedrc ${PREFIX}/etc .endif ${MKDIR} ${DATADIR} ${FIND} ${WRKSRC} -name "words.*" -type f \ -exec ${INSTALL_DATA} {} ${DATADIR} \; post-install: @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include Property changes on: head/games/typespeed/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.13 \ No newline at end of property +1.14 \ No newline at end of property Index: head/games/typespeed/distinfo =================================================================== --- head/games/typespeed/distinfo (revision 172502) +++ head/games/typespeed/distinfo (revision 172503) @@ -1,3 +1,3 @@ -MD5 (typespeed-0.5.1.tar.gz) = a39a4f76c047803c0b3d295d136365f0 -SHA256 (typespeed-0.5.1.tar.gz) = 742d629c38faff730e663703359fda7a5b9636488192485f1a860d5f7d6384b1 -SIZE (typespeed-0.5.1.tar.gz) = 54776 +MD5 (typespeed-0.5.2.tar.gz) = 6e619816d4d2637f132fe951ea3a073e +SHA256 (typespeed-0.5.2.tar.gz) = f3ad53dd5bc043f5f329ff3f488d5d98cd68605b7e2a7845f3e26289f772526d +SIZE (typespeed-0.5.2.tar.gz) = 57374 Property changes on: head/games/typespeed/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.5 \ No newline at end of property +1.6 \ No newline at end of property Index: head/games/typespeed/pkg-plist =================================================================== --- head/games/typespeed/pkg-plist (revision 172502) +++ head/games/typespeed/pkg-plist (revision 172503) @@ -1,18 +1,19 @@ bin/typespeed bin/typespeed-hs-conv @unexec if cmp -s %D/etc/typespeedrc %D/etc/typespeedrc.dist; then rm -f %D/etc/typespeedrc; fi etc/typespeedrc.dist @exec [ -f %B/typespeedrc ] || cp %B/%f %B/typespeedrc %%DATADIR%%/words.dos %%DATADIR%%/words.dut %%DATADIR%%/words.eng %%DATADIR%%/words.fin %%DATADIR%%/words.fra %%DATADIR%%/words.ger %%DATADIR%%/words.ita %%DATADIR%%/words.portuguese %%DATADIR%%/words.prog %%DATADIR%%/words.spanish +%%DATADIR%%/words.test %%DATADIR%%/words.thai %%DATADIR%%/words.unix @dirrm %%DATADIR%% Property changes on: head/games/typespeed/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property