diff options
author | joerg <joerg> | 2012-01-23 20:49:21 +0000 |
---|---|---|
committer | joerg <joerg> | 2012-01-23 20:49:21 +0000 |
commit | a1545537935c0982ddf2bc5048ff3e2992b7b1cc (patch) | |
tree | 2c99cd8d5a3da4f750b0c63a4cfa30d90a334295 /devel | |
parent | d255182e4c6204a50255c128add06949f9653c7c (diff) | |
download | pkgsrc-a1545537935c0982ddf2bc5048ff3e2992b7b1cc.tar.gz |
Fix mdoc syntax. Bump revision.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/acr/Makefile | 3 | ||||
-rw-r--r-- | devel/acr/distinfo | 3 | ||||
-rw-r--r-- | devel/acr/patches/patch-man_man5_configure.acr.5 | 48 |
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\ ; |