mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 1.2
This commit is contained in:
parent
2e6f503b6d
commit
33fcd12a56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130716
3 changed files with 30 additions and 41 deletions
|
@ -5,7 +5,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= tpp
|
||||
PORTVERSION= 1.1.1
|
||||
PORTVERSION= 1.2
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= http://synflood.at/tpp/
|
||||
|
||||
|
@ -16,24 +16,9 @@ RUN_DEPENDS= ${RUBY_SITELIBDIR}/ncurses.rb:${PORTSDIR}/devel/ruby-ncurses \
|
|||
figlet:${PORTSDIR}/misc/figlet
|
||||
|
||||
NO_BUILD= yes
|
||||
USE_REINPLACE= yes
|
||||
USE_RUBY= yes
|
||||
RUBY_NO_BUILD_DEPENDS= yes
|
||||
|
||||
MAN1= tpp.1
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s,/usr/bin,${PREFIX}/bin," ${WRKSRC}/tpp.rb
|
||||
|
||||
post-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/tpp.rb ${PREFIX}/bin
|
||||
${LN} -sf ${PREFIX}/bin/tpp.rb ${PREFIX}/bin/tpp
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/tpp.1 ${PREFIX}/man/man1
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
cd ${WRKSRC}; ${INSTALL_DATA} CHANGES COPYING README ${DOCSDIR}
|
||||
${MKDIR} ${DOCSDIR}/examples
|
||||
cd ${WRKSRC}/examples; ${INSTALL_DATA} * ${DOCSDIR}/examples
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (tpp-1.1.1.tar.gz) = 6fe56942af5e4e8c795994ba19a2cd08
|
||||
SIZE (tpp-1.1.1.tar.gz) = 26822
|
||||
MD5 (tpp-1.2.tar.gz) = e82612eadfe6df77e20274f8af7960cf
|
||||
SIZE (tpp-1.2.tar.gz) = 37009
|
||||
|
|
|
@ -1,24 +1,28 @@
|
|||
bin/tpp.rb
|
||||
bin/tpp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/CHANGES
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/THANKS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/contrib/tpp.vim
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/ac-am.tpp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/bold.tpp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/center-et-al.tpp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/colors.tpp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/colors2.tpp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/exec.tpp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/horline.tpp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/huge.tpp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/list.tpp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/manyslides.tpp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/shell.tpp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/slidein.tpp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/source.tpp
|
||||
%%PORTDOCS%%%%DOCSDIR%%/examples/test.tpp
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/contrib
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/examples
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%DOCSDIR%%/CHANGES
|
||||
%%DOCSDIR%%/COPYING
|
||||
%%DOCSDIR%%/DESIGN
|
||||
%%DOCSDIR%%/README
|
||||
%%DOCSDIR%%/THANKS
|
||||
%%DOCSDIR%%/contrib/tpp-mode.el
|
||||
%%DOCSDIR%%/contrib/tpp.vim
|
||||
%%DOCSDIR%%/examples/ac-am.tpp
|
||||
%%DOCSDIR%%/examples/align-footer.tpp
|
||||
%%DOCSDIR%%/examples/bold.tpp
|
||||
%%DOCSDIR%%/examples/colors.tpp
|
||||
%%DOCSDIR%%/examples/colors2.tpp
|
||||
%%DOCSDIR%%/examples/debian-packaging.tpp
|
||||
%%DOCSDIR%%/examples/exec.tpp
|
||||
%%DOCSDIR%%/examples/horline.tpp
|
||||
%%DOCSDIR%%/examples/huge.tpp
|
||||
%%DOCSDIR%%/examples/list.tpp
|
||||
%%DOCSDIR%%/examples/manyslides.tpp
|
||||
%%DOCSDIR%%/examples/shell.tpp
|
||||
%%DOCSDIR%%/examples/slidein.tpp
|
||||
%%DOCSDIR%%/examples/source.tpp
|
||||
%%DOCSDIR%%/examples/test.tpp
|
||||
%%DOCSDIR%%/examples/tpp-features.tpp
|
||||
%%DOCSDIR%%/examples/wrap.tpp
|
||||
@dirrm %%DOCSDIR%%/contrib
|
||||
@dirrm %%DOCSDIR%%/examples
|
||||
@dirrm %%DOCSDIR%%
|
||||
|
|
Loading…
Add table
Reference in a new issue