1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Update to 0.62

- Add LICENSE
- Use test framework
- Switch to options helpers
- Fix WWW:
This commit is contained in:
Dmitry Marakasov 2016-02-05 05:41:51 +00:00
parent 0e7f31a368
commit 569ff113bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408131
3 changed files with 12 additions and 6 deletions

View File

@ -2,16 +2,20 @@
# $FreeBSD$
PORTNAME= uncrustify
PORTVERSION= 0.61
PORTVERSION= 0.62
CATEGORIES= textproc
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Highly configurable source code beautifier
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
USES= gmake
CONFIGURE_ARGS= --disable-silent-rules
TEST_TARGET= check
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
PORTDATA= *
@ -19,7 +23,9 @@ PORTDOCS= *
OPTIONS_DEFINE= DOCS
post-install:
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/documentation && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (uncrustify-0.61.tar.gz) = 1df0e5a2716e256f0a4993db12f23d10195b3030326fdf2e07f8e6421e172df9
SIZE (uncrustify-0.61.tar.gz) = 1143946
SHA256 (uncrustify-0.62.tar.gz) = 5d19307aa75f904159385d83ef7e6a605c0148ce5da3a2d9366e34867c28385a
SIZE (uncrustify-0.62.tar.gz) = 1171219

View File

@ -1,7 +1,7 @@
The goals of this project are simple:
Create a highly configurable, easily modifiable source code beautifier.
What it does:
What it does:
* Ident code, aligning on parens, assignments, etc
* Align on '=' and variable definitions
* Align structure initializers
@ -14,4 +14,4 @@ What it does:
* Supports embedded SQL 'EXEC SQL' stuff
* Highly configurable - 168 configurable options as of version 0.30
WWW: http://uncrustify.sourceforge.net
WWW: http://uncrustify.sourceforge.net/