pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/uno UNO is a tool for source code analysis. It i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e7a6f507a98
branches:  trunk
changeset: 503195:6e7a6f507a98
user:      shannonjr <shannonjr%pkgsrc.org@localhost>
date:      Tue Nov 15 20:55:47 2005 +0000

description:
UNO is a tool for source code analysis. It is designed
to intercept primarily the three most common types of
software defects: use of uninitialized variable,
nil-pointer references, and out-of-bounds array
indexing.

diffstat:

 devel/uno/DESCR    |   5 +++++
 devel/uno/Makefile |  36 ++++++++++++++++++++++++++++++++++++
 devel/uno/PLIST    |  10 ++++++++++
 devel/uno/distinfo |   5 +++++
 4 files changed, 56 insertions(+), 0 deletions(-)

diffs (72 lines):

diff -r dfdcf4cb2322 -r 6e7a6f507a98 devel/uno/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/uno/DESCR   Tue Nov 15 20:55:47 2005 +0000
@@ -0,0 +1,5 @@
+UNO is a tool for source code analysis. It is designed
+to intercept primarily the three most common types of
+software defects: use of uninitialized variable,
+nil-pointer references, and out-of-bounds array
+indexing.
diff -r dfdcf4cb2322 -r 6e7a6f507a98 devel/uno/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/uno/Makefile        Tue Nov 15 20:55:47 2005 +0000
@@ -0,0 +1,36 @@
+# $NetBSD: Makefile,v 1.1 2005/11/15 20:55:47 shannonjr Exp $
+#
+
+DISTNAME=              uno_v28
+CATEGORIES=            devel
+MASTER_SITES=          http://spinroot.com/uno/
+
+MAINTAINER=            shannonjr%NetBSD.org@localhost
+HOMEPAGE=              http://spinroot.com/uno/
+COMMENT=               Tool for source code analysis
+
+WRKSRC=                ${WRKDIR}/Uno/src
+
+do-build:
+       cd ${WRKSRC} && ${SETENV} ${BUILDENV} make -f makefile
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/uno ${PREFIX}/bin; \
+       ${INSTALL_PROGRAM} ${WRKSRC}/uno_local ${PREFIX}/bin;   \
+       ${INSTALL_PROGRAM} ${WRKSRC}/uno_global ${PREFIX}/bin;  \
+       ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uno;    \
+       ${INSTALL_DATA} ${WRKDIR}/Uno/doc/uno_long.pdf ${PREFIX}/share/doc/uno; \
+       ${INSTALL_DATA} ${WRKDIR}/Uno/doc/uno_man.pdf ${PREFIX}/share/doc/uno;  \
+       ${INSTALL_DATA} ${WRKDIR}/Uno/doc/uno_manpage.pdf ${PREFIX}/share/doc/uno;      \
+       ${INSTALL_DATA} ${WRKDIR}/Uno/doc/uno_short.pdf ${PREFIX}/share/doc/uno;        \
+       ${INSTALL_MAN} ${WRKDIR}/Uno/doc/uno.1 ${PREFIX}/man/man1
+
+USE_TOOLS+=    bison gmake flex
+
+SUBST_CLASSES+=                prefix
+SUBST_STAGE.prefix=    post-patch
+SUBST_FILES.prefix=     makefile
+SUBST_SED.prefix=       -e "s,/usr/bin,${PREFIX}/bin,g"
+SUBST_MESSAGE.prefix=   "Fixing harcoded paths."
+
+.include "../../mk/bsd.pkg.mk"
diff -r dfdcf4cb2322 -r 6e7a6f507a98 devel/uno/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/uno/PLIST   Tue Nov 15 20:55:47 2005 +0000
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2005/11/15 20:55:47 shannonjr Exp $
+bin/uno
+bin/uno_global
+bin/uno_local
+man/man1/uno.1
+share/doc/uno/uno_long.pdf
+share/doc/uno/uno_man.pdf
+share/doc/uno/uno_manpage.pdf
+share/doc/uno/uno_short.pdf
+@dirrm share/doc/uno
diff -r dfdcf4cb2322 -r 6e7a6f507a98 devel/uno/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/uno/distinfo        Tue Nov 15 20:55:47 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2005/11/15 20:55:47 shannonjr Exp $
+
+SHA1 (uno_v28.tar.gz) = a15812a7d7ba72d6d3df283e28265c4ca2761c8f
+RMD160 (uno_v28.tar.gz) = ea12259c130ab61e7147a4f51c73d1c1ad056c55
+Size (uno_v28.tar.gz) = 236562 bytes



Home | Main Index | Thread Index | Old Index