diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-01 19:00:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-01 19:00:15 +0000 |
commit | e1af4def637cbd16315bed7d2bc7e12518bc5864 (patch) | |
tree | 42b04b4ef723928a11908aad6ad8e4fa3b192b53 /devel/acr | |
parent | f2748793d353b6ae99d24817b7d076e0cc5ea0d7 (diff) | |
download | pkgsrc-e1af4def637cbd16315bed7d2bc7e12518bc5864.tar.gz |
Update to 0.9.9, based on 0.9.8 package by krytarowski in wip.
Changes not found, but patch was integrated.
Diffstat (limited to 'devel/acr')
-rw-r--r-- | devel/acr/Makefile | 13 | ||||
-rw-r--r-- | devel/acr/PLIST | 43 | ||||
-rw-r--r-- | devel/acr/distinfo | 9 | ||||
-rw-r--r-- | devel/acr/patches/patch-man_man5_configure.acr.5 | 32 |
4 files changed, 34 insertions, 63 deletions
diff --git a/devel/acr/Makefile b/devel/acr/Makefile index 51ab5c60f40..dbef799b782 100644 --- a/devel/acr/Makefile +++ b/devel/acr/Makefile @@ -1,15 +1,18 @@ -# $NetBSD: Makefile,v 1.8 2013/06/12 11:00:57 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.9 2015/01/01 19:00:15 wiz Exp $ -DISTNAME= acr-0.8.6 +DISTNAME= acr-0.9.9 CATEGORIES= devel -MASTER_SITES= http://www.lolcathost.org/b/ +MASTER_SITES= -https://github.com/radare/${PKGBASE}/archive/${PKGVERSION_NOREV}${EXTRACT_SUFX} +EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.nopcode.org/wk.php/Acr +HOMEPAGE= https://github.com/radare/acr COMMENT= Autoconf replacement LICENSE= gnu-gpl-v2 +# Only defined the install target +NO_BUILD= yes + GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" diff --git a/devel/acr/PLIST b/devel/acr/PLIST index 73ebdad4ae2..8a3ac759108 100644 --- a/devel/acr/PLIST +++ b/devel/acr/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2013/06/12 11:00:57 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.4 2015/01/01 19:00:15 wiz Exp $ bin/acr bin/acr-cat bin/acr-install @@ -9,29 +9,9 @@ man/man1/acr.1 man/man1/amr.1 man/man5/configure.acr.5 man/man5/configure.amr.5 -share/acr/examples/and.acr -share/acr/examples/chaos.acr -share/acr/examples/check.acr -share/acr/examples/chklibdl.acr -share/acr/examples/contexts.acr -share/acr/examples/cpu.acr -share/acr/examples/endian.acr -share/acr/examples/if.acr -share/acr/examples/ifeqval.acr -share/acr/examples/perl.acr -share/acr/examples/pkgcfg.acr -share/acr/examples/python.acr -share/acr/examples/ruby.acr -share/acr/examples/sdl.acr -share/acr/examples/sizeof.acr -share/acr/examples/x11.acr share/acr/modules/csharp.acr share/acr/modules/java-gtk.acr share/acr/modules/sizes.acr -share/acr/vim/ftplugin/acr.vim -share/acr/vim/install.sh -share/acr/vim/syntax/acr.vim -share/acr/vim/vimrc share/doc/acr/amr-tutorial share/doc/acr/backup share/doc/acr/check-user @@ -44,6 +24,23 @@ share/doc/acr/developers/string-mode share/doc/acr/developers/unit-tests share/doc/acr/developers/using_cvs share/doc/acr/endian +share/doc/acr/examples/and.acr +share/doc/acr/examples/chaos.acr +share/doc/acr/examples/check.acr +share/doc/acr/examples/chklibdl.acr +share/doc/acr/examples/contexts.acr +share/doc/acr/examples/cpu.acr +share/doc/acr/examples/endian.acr +share/doc/acr/examples/if.acr +share/doc/acr/examples/ifeqval.acr +share/doc/acr/examples/perl.acr +share/doc/acr/examples/pkgcfg.acr +share/doc/acr/examples/python.acr +share/doc/acr/examples/ruby.acr +share/doc/acr/examples/sdl.acr +share/doc/acr/examples/sizeof.acr +share/doc/acr/examples/vala.acr +share/doc/acr/examples/x11.acr share/doc/acr/flag-arguments share/doc/acr/gnumake share/doc/acr/hello_world @@ -53,3 +50,7 @@ share/doc/acr/make-tips share/doc/acr/pkg-config share/doc/acr/sandbox share/doc/acr/syntax +share/doc/acr/vim/ftplugin/acr.vim +share/doc/acr/vim/install.sh +share/doc/acr/vim/syntax/acr.vim +share/doc/acr/vim/vimrc diff --git a/devel/acr/distinfo b/devel/acr/distinfo index 16517d18d44..7b46a8ad8dc 100644 --- a/devel/acr/distinfo +++ b/devel/acr/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.3 2013/06/12 11:00:57 ryoon Exp $ +$NetBSD: distinfo,v 1.4 2015/01/01 19:00:15 wiz Exp $ -SHA1 (acr-0.8.6.tar.gz) = 3fc8c751e671db866253854a9afdfe943ecc2bbb -RMD160 (acr-0.8.6.tar.gz) = 00e1793860ef2b4dc44649e664809fe01291e678 -Size (acr-0.8.6.tar.gz) = 71099 bytes -SHA1 (patch-man_man5_configure.acr.5) = 54d15c48625086939d19c99efa76ebb231b30834 +SHA1 (acr-0.9.9.zip) = f5348d16862addf6dcd8e3ee4b00563cc83f83f8 +RMD160 (acr-0.9.9.zip) = a24f6dcccf0f0463614c2297c0ba2143ca19b19c +Size (acr-0.9.9.zip) = 94039 bytes diff --git a/devel/acr/patches/patch-man_man5_configure.acr.5 b/devel/acr/patches/patch-man_man5_configure.acr.5 deleted file mode 100644 index 9280f565d13..00000000000 --- a/devel/acr/patches/patch-man_man5_configure.acr.5 +++ /dev/null @@ -1,32 +0,0 @@ -$NetBSD: patch-man_man5_configure.acr.5,v 1.2 2013/06/12 11:00:57 ryoon Exp $ - -* WIth this patch, configure.acr(5) is rendered properly with mdocml. - ---- man/man5/configure.acr.5.orig 2011-08-04 10:24:58.000000000 +0000 -+++ man/man5/configure.acr.5 -@@ -33,14 +33,13 @@ generation of .acr files with SUBDIRS an - .El - .\" - .Sh SYNTAX --.Bl -tag -width indent - The configure.acr file is a word-based configuration file for ACR. - .Pp - This means that each word must be separated with space, tab or new-lines. - The ';' separator to terminate strings must be also a separated word. - .Pp --.Bl -bold -tag -width indent - Each word is called "keyword", there are these types: -+.Bl -bold -tag -width indent - .It Miscelaneous-Keys: - { } ; - .It Command: -@@ -208,8 +207,8 @@ Checks the existence of the target user - .El - .\" - .Sh DEFINITIONS --.Bl -tag -width indent - Sets are processed at the beggining of the configure script. -+.Bl -tag -width indent - .It = varname value\ ; - Sets the value of varname to value. - .It += varname value\ ; |