diff options
author | wiz <wiz@pkgsrc.org> | 2013-03-15 22:13:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-03-15 22:13:02 +0000 |
commit | 0de8a92167978bb44efc51b178a895913f84b831 (patch) | |
tree | f01d810fdf46f42bea9723bd3eff9234550f55cc /devel/orc | |
parent | fdb3a69f45a7decd43d69848dc6d6e7b4d64128f (diff) | |
download | pkgsrc-0de8a92167978bb44efc51b178a895913f84b831.tar.gz |
Update to 0.4.17: no documentation found, diff looks like added mips
support.
Diffstat (limited to 'devel/orc')
-rw-r--r-- | devel/orc/Makefile | 4 | ||||
-rw-r--r-- | devel/orc/PLIST | 19 | ||||
-rw-r--r-- | devel/orc/distinfo | 8 |
3 files changed, 22 insertions, 9 deletions
diff --git a/devel/orc/Makefile b/devel/orc/Makefile index 913d7f10712..4219a05661c 100644 --- a/devel/orc/Makefile +++ b/devel/orc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2012/10/31 11:17:34 asau Exp $ +# $NetBSD: Makefile,v 1.7 2013/03/15 22:13:02 wiz Exp $ # -DISTNAME= orc-0.4.16 +DISTNAME= orc-0.4.17 CATEGORIES= devel MASTER_SITES= http://code.entropywave.com/download/orc/ diff --git a/devel/orc/PLIST b/devel/orc/PLIST index bfa0720e6aa..03ebb685712 100644 --- a/devel/orc/PLIST +++ b/devel/orc/PLIST @@ -1,26 +1,40 @@ -@comment $NetBSD: PLIST,v 1.4 2011/11/17 12:45:06 drochner Exp $ +@comment $NetBSD: PLIST,v 1.5 2013/03/15 22:13:02 wiz Exp $ bin/orc-bugreport bin/orcc include/orc-0.4/orc-test/orcarray.h include/orc-0.4/orc-test/orcprofile.h include/orc-0.4/orc-test/orcrandom.h include/orc-0.4/orc-test/orctest.h -include/orc-0.4/orc/opcodes.h include/orc-0.4/orc/orc-stdint.h include/orc-0.4/orc/orc.h include/orc-0.4/orc/orcarm.h +include/orc-0.4/orc/orcbytecode.h +include/orc-0.4/orc/orcbytecodes.h +include/orc-0.4/orc/orccode.h +include/orc-0.4/orc/orccompiler.h +include/orc-0.4/orc/orcconstant.h +include/orc-0.4/orc/orccpu.h include/orc-0.4/orc/orccpuinsn.h include/orc-0.4/orc/orcdebug.h include/orc-0.4/orc/orcemulateopcodes.h +include/orc-0.4/orc/orcexecutor.h include/orc-0.4/orc/orcfunctions.h +include/orc-0.4/orc/orcinstruction.h +include/orc-0.4/orc/orcinternal.h +include/orc-0.4/orc/orclimits.h +include/orc-0.4/orc/orcmips.h include/orc-0.4/orc/orcmmx.h include/orc-0.4/orc/orcneon.h include/orc-0.4/orc/orconce.h +include/orc-0.4/orc/orcopcode.h include/orc-0.4/orc/orcparse.h include/orc-0.4/orc/orcpowerpc.h include/orc-0.4/orc/orcprogram.h +include/orc-0.4/orc/orcrule.h include/orc-0.4/orc/orcsse.h +include/orc-0.4/orc/orctarget.h include/orc-0.4/orc/orcutils.h +include/orc-0.4/orc/orcvariable.h include/orc-0.4/orc/orcx86.h include/orc-0.4/orc/orcx86insn.h lib/liborc-0.4.la @@ -55,7 +69,6 @@ share/gtk-doc/html/orc/orc-opcodes.html share/gtk-doc/html/orc/orc-runninging.html share/gtk-doc/html/orc/orc-tutorial.html share/gtk-doc/html/orc/orc-x86.html -share/gtk-doc/html/orc/orc.devhelp share/gtk-doc/html/orc/orc.devhelp2 share/gtk-doc/html/orc/right.png share/gtk-doc/html/orc/style.css diff --git a/devel/orc/distinfo b/devel/orc/distinfo index c18db13e120..544df0a11f1 100644 --- a/devel/orc/distinfo +++ b/devel/orc/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2011/11/17 12:45:06 drochner Exp $ +$NetBSD: distinfo,v 1.9 2013/03/15 22:13:02 wiz Exp $ -SHA1 (orc-0.4.16.tar.gz) = b67131881e7834b0c820bfba468f668100fb2e91 -RMD160 (orc-0.4.16.tar.gz) = d2073873e11dd73aaf1a0b9758d60535a0e6b61a -Size (orc-0.4.16.tar.gz) = 668368 bytes +SHA1 (orc-0.4.17.tar.gz) = 5cb7b3225a23bc4a5771a62e9c94a90d21609632 +RMD160 (orc-0.4.17.tar.gz) = f8973115c16d0b9ac01e68762da28813be68a971 +Size (orc-0.4.17.tar.gz) = 724990 bytes SHA1 (patch-ab) = 589967ac10bbfcf1cf557918aed86a93f0d85a2b |