summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2012-01-23 20:49:21 +0000
committerjoerg <joerg@pkgsrc.org>2012-01-23 20:49:21 +0000
commitc69e60ebb7e8a12a47cf69b0f30f793ac1ef3981 (patch)
tree2c99cd8d5a3da4f750b0c63a4cfa30d90a334295 /devel
parenta87f0b8f79852901cdb31ff04583ddec5148eac2 (diff)
downloadpkgsrc-c69e60ebb7e8a12a47cf69b0f30f793ac1ef3981.tar.gz
Fix mdoc syntax. Bump revision.
Diffstat (limited to 'devel')
-rw-r--r--devel/acr/Makefile3
-rw-r--r--devel/acr/distinfo3
-rw-r--r--devel/acr/patches/patch-man_man5_configure.acr.548
3 files changed, 52 insertions, 2 deletions
diff --git a/devel/acr/Makefile b/devel/acr/Makefile
index 402dd53b38c..e1b67b4ba9e 100644
--- a/devel/acr/Makefile
+++ b/devel/acr/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2010/07/06 10:17:12 jmmv Exp $
+# $NetBSD: Makefile,v 1.6 2012/01/23 20:49:21 joerg Exp $
#
DISTNAME= acr-0.4
+PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ftp://ftp.nopcode.org/prj/acr/
diff --git a/devel/acr/distinfo b/devel/acr/distinfo
index 219d082a9a7..13fc3e3a6a3 100644
--- a/devel/acr/distinfo
+++ b/devel/acr/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2005/09/26 23:33:45 xtraeme Exp $
+$NetBSD: distinfo,v 1.2 2012/01/23 20:49:21 joerg Exp $
SHA1 (acr-0.4.tar.gz) = e4d37c35c44bb978e50171a741ebdc0f4c126324
RMD160 (acr-0.4.tar.gz) = 971070fa7f6e98c98cf4a19408834349d052f8f5
Size (acr-0.4.tar.gz) = 58479 bytes
+SHA1 (patch-man_man5_configure.acr.5) = 7bfef1ce3e3a9eee57715d59e7ddb7966389f1ba
diff --git a/devel/acr/patches/patch-man_man5_configure.acr.5 b/devel/acr/patches/patch-man_man5_configure.acr.5
new file mode 100644
index 00000000000..32c65407b0f
--- /dev/null
+++ b/devel/acr/patches/patch-man_man5_configure.acr.5
@@ -0,0 +1,48 @@
+$NetBSD: patch-man_man5_configure.acr.5,v 1.1 2012/01/23 20:49:21 joerg Exp $
+
+--- man/man5/configure.acr.5.orig 2005-09-23 05:21:20.000000000 +0000
++++ man/man5/configure.acr.5
+@@ -31,14 +31,13 @@ conditionals and dies
+ .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 must be also a word.
+ .Pp
+-.Bl -bold -tag -width indent
+ Each word is called "keyword", there these types:
++.Bl -tag -width indent
+ .It Miscelaneous-Keys:
+ { } ;
+ .It Context:
+@@ -56,7 +55,6 @@ IF IFEQ IFEQVAL IFAND -NOT
+ From the version 0.4, acr supports the normal variable assignation syntax format. Now you can use things like that:
+ VAR = VALUE ;
+ Old format ( = VAR VALUE ; ) may be deprecated in the future.
+-
+ .Bl -bullet -compact
+ .It
+ "=" resets the value of the target variable.
+@@ -201,8 +199,8 @@ Checks if CLASSPATH contains the desired
+ .Sh CONTEXTS
+ Contexts tells definitions where to be stored, in a global context (before all checks and conditionals) or in 'local' context (inside conditional checks). This last context is useful for nested conditionals.
+ .Pp
+-.Bl -tag -width indent
+ Contexts are:
++.Bl -tag -width indent
+ .It GLOBAL:
+ The default one. Tells definitions to be stored before any check or conditional.
+ .It LOCAL:
+@@ -210,8 +208,8 @@ Definitions are ordered to be stored ins
+ .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\ ;