A dot or a single quote introduces a roff(7) macro; fix text lines
beginning with such a character. Drop USE_GROFF. ok and delousing schwarze@
This commit is contained in:
parent
a04fecb631
commit
15f8863012
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2013/03/11 11:07:38 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2015/02/17 19:47:01 naddy Exp $
|
||||
|
||||
COMMENT= dungeon crawl
|
||||
CATEGORIES= games
|
||||
@ -9,6 +9,7 @@ DISTNAME= dc400b26-src
|
||||
EXTRACT_SUFX= .tbz2
|
||||
V= 4.0.0b26
|
||||
PKGNAME= dungeon-crawl-$V
|
||||
REVISION= 0
|
||||
|
||||
BUILD_DEPENDS+= archivers/bzip2
|
||||
|
||||
@ -18,7 +19,6 @@ EXTRACT_CASES+= *.tbz2) ${BZIP2} -dc ${FULLDISTDIR}/$$archive | ${TAR} xf -;;
|
||||
WRKSRC= ${WRKDIST}/source
|
||||
MAKE_FILE=${WRKSRC}/makefile.bsd
|
||||
MAKE_FLAGS=EXTRA_FLAGS='${CXXFLAGS} -DSAVE_DIR_PATH=\"${TRUEPREFIX}/lib/dungeon-crawl-$V/\"' CXX='${CXX}' LDFLAGS=
|
||||
USE_GROFF = Yes
|
||||
|
||||
ALL_TARGET=debug
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
$OpenBSD: patch-docs_crawl_6,v 1.1.1.1 2005/10/22 15:20:28 espie Exp $
|
||||
--- docs/crawl.6.orig Wed Oct 19 12:01:32 2005
|
||||
+++ docs/crawl.6 Wed Oct 19 12:01:42 2005
|
||||
$OpenBSD: patch-docs_crawl_6,v 1.2 2015/02/17 19:47:01 naddy Exp $
|
||||
--- docs/crawl.6.orig Wed Sep 12 20:46:36 2001
|
||||
+++ docs/crawl.6 Tue Feb 17 18:53:51 2015
|
||||
@@ -1,9 +1,9 @@
|
||||
.TH crawl 6 "02 April 2001"
|
||||
.IX crawl
|
||||
@ -13,3 +13,25 @@ $OpenBSD: patch-docs_crawl_6,v 1.1.1.1 2005/10/22 15:20:28 espie Exp $
|
||||
[-scores [N]]
|
||||
[-name <string>]
|
||||
[-race <letter>]
|
||||
@@ -708,8 +708,8 @@ or secret doors adjacent to you.
|
||||
.PP
|
||||
The section of the viewing window which is coloured (with the '@' representing
|
||||
you at the centre) is what you can see around you. The dark grey around it is
|
||||
-the parts of the level which you have visited, but cannot currently see. The
|
||||
-'x' command lets you move the cursor around to get a description of the
|
||||
+the parts of the level which you have visited, but cannot currently see. The 'x'
|
||||
+command lets you move the cursor around to get a description of the
|
||||
various dungeon features, and typing '?' when the cursor is over a monster
|
||||
brings up a short description of that monster (these are all rather sketchy;
|
||||
I'll write better descriptions when I have time). You can get a map of the
|
||||
@@ -937,8 +937,8 @@ items (such as some weapons) by invoking them in this
|
||||
.PP
|
||||
You pick items up with the ',' (comma) command and drop them with the 'd'rop
|
||||
command. When you are given a prompt like "drop which item?" or "pick up
|
||||
-<x>?", if you type a number before either the letter of the item, or 'y' or
|
||||
-'n' for yes or no, you will drop or get that quantity of the item.
|
||||
+<x>?", if you type a number before either the letter of the item, or 'y' or 'n'
|
||||
+for yes or no, you will drop or get that quantity of the item.
|
||||
.PP
|
||||
Typing 'i' gives you an inventory of what you are carrying. When you
|
||||
are given a prompt like "Throw [or wield, wear, etc] which item?", you can
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-source_ouch_h,v 1.1.1.1 2005/10/22 15:20:28 espie Exp $
|
||||
--- source/ouch.h.orig Tue Oct 18 23:53:25 2005
|
||||
+++ source/ouch.h Tue Oct 18 23:53:32 2005
|
||||
@@ -54,7 +54,7 @@ void scrolls_burn(char burn_strength, ch
|
||||
$OpenBSD: patch-source_ouch_h,v 1.2 2015/02/17 19:47:01 naddy Exp $
|
||||
--- source/ouch.h.orig Fri Feb 28 02:55:32 2003
|
||||
+++ source/ouch.h Tue Feb 17 18:52:57 2015
|
||||
@@ -54,7 +54,7 @@ void scrolls_burn(char burn_strength, char target_clas
|
||||
* called from: acr - bang - beam - command - effects - fight - misc -
|
||||
* ouch - output - religion - spells - spells2 - spells4
|
||||
* *********************************************************************** */
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-source_spl-cast_h,v 1.1.1.1 2005/10/22 15:20:28 espie Exp $
|
||||
--- source/spl-cast.h.orig Tue Oct 18 23:55:20 2005
|
||||
+++ source/spl-cast.h Tue Oct 18 23:55:25 2005
|
||||
@@ -43,7 +43,7 @@ bool your_spells( int spc2, int powc = 0
|
||||
$OpenBSD: patch-source_spl-cast_h,v 1.2 2015/02/17 19:47:01 naddy Exp $
|
||||
--- source/spl-cast.h.orig Fri Feb 28 02:55:32 2003
|
||||
+++ source/spl-cast.h Tue Feb 17 18:52:57 2015
|
||||
@@ -43,7 +43,7 @@ bool your_spells( int spc2, int powc = 0, bool allow_f
|
||||
* misc - mstuff2 - religion - spell - spl-book - spells4
|
||||
* *********************************************************************** */
|
||||
bool miscast_effect( unsigned int sp_type, int mag_pow, int mag_fail,
|
||||
|
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2013/03/11 11:07:41 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2015/02/17 19:47:01 naddy Exp $
|
||||
|
||||
COMMENT= Rogue like adventure game
|
||||
|
||||
DISTNAME= wanderer-3.2
|
||||
REVISION = 1
|
||||
REVISION= 2
|
||||
|
||||
CATEGORIES= games
|
||||
|
||||
@ -17,9 +17,11 @@ WANTLIB= c curses
|
||||
|
||||
MASTER_SITES= http://www.e271.net/~marina/
|
||||
|
||||
USE_GROFF = Yes
|
||||
NO_TEST= Yes
|
||||
|
||||
pre-patch:
|
||||
@rm ${WRKSRC}/Makefile.orig
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/wanderer
|
||||
${INSTALL_DATA} /dev/null \
|
||||
|
31
games/wanderer/patches/patch-wanderer_6
Normal file
31
games/wanderer/patches/patch-wanderer_6
Normal file
@ -0,0 +1,31 @@
|
||||
$OpenBSD: patch-wanderer_6,v 1.1 2015/02/17 19:47:01 naddy Exp $
|
||||
--- wanderer.6.orig Wed Dec 19 03:20:35 2001
|
||||
+++ wanderer.6 Tue Feb 17 19:00:26 2015
|
||||
@@ -65,8 +65,8 @@ By pressing 'W' you can redraw the screen, and '#' wil
|
||||
icon style and single character. '!' wil display the map in icon mode, and '?'
|
||||
will display the help screen. Finally, '~' will prompt for a password to jump
|
||||
levels. The masterpassword will give a prompt for the required level
|
||||
-number, and then respond with the correct password before jumping. If the file
|
||||
-'no_pws' is readable in the screens directory, then pressing '~' will just
|
||||
+number, and then respond with the correct password before jumping. If the
|
||||
+file 'no_pws' is readable in the screens directory, then pressing '~' will just
|
||||
cause a request for the required screen number. On no account may anyone
|
||||
who has not given the masterpassword jump back a level.
|
||||
.SH THE EDITOR
|
||||
@@ -84,12 +84,12 @@ of the screen with their meanings.
|
||||
.PP
|
||||
To play the game, press either 'p' to play with the iconic screen, or 'n'
|
||||
to play with the full screen. When you are in the game, you will recieve an
|
||||
-extra 'memory' option on the righthand side of the screen. This allows you to
|
||||
-'record' moves in a solution to be replayed after changes to the screen.
|
||||
+extra 'memory' option on the righthand side of the screen. This allows you
|
||||
+to 'record' moves in a solution to be replayed after changes to the screen.
|
||||
.PP
|
||||
Pressing '(' will start recording from the beginning of the memory, and ')'
|
||||
-will stop recording. At any point during recording, '-' will add a
|
||||
-'checkpoint'. This will cause the program to return control to the user during
|
||||
+will stop recording. At any point during recording, '-' will add a 'checkpoint'.
|
||||
+This will cause the program to return control to the user during
|
||||
playback when it reaches this point, without moving the memory pointer.
|
||||
Pressing '+' will then continue playing, or '&' will start recording from this
|
||||
point, leaving the previous data unaffected.
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.23 2013/03/11 11:35:57 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.24 2015/02/17 19:47:01 naddy Exp $
|
||||
|
||||
SHARED_ONLY = Yes
|
||||
|
||||
@ -7,7 +7,7 @@ COMMENT = Tcl bindings for Curl
|
||||
DISTNAME = TclCurl-7.19.6
|
||||
SHARED_LIBS = TclCurl7196 0.0
|
||||
CATEGORIES = net
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
MAINTAINER = Stuart Cassoff <stwo@users.sourceforge.net>
|
||||
|
||||
# BSD
|
||||
@ -25,7 +25,6 @@ FAKE_FLAGS = PKG_DIR=tclcurl \
|
||||
INSTALL_LIBRARY='${INSTALL_DATA}'
|
||||
|
||||
SEPARATE_BUILD =Yes
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE=gnu
|
||||
|
||||
CONFIGURE_ARGS+=--with-tcl=${MODTCL_LIBDIR} \
|
||||
|
44
net/tclcurl/patches/patch-doc_tclcurl_n
Normal file
44
net/tclcurl/patches/patch-doc_tclcurl_n
Normal file
@ -0,0 +1,44 @@
|
||||
$OpenBSD: patch-doc_tclcurl_n,v 1.1 2015/02/17 19:47:01 naddy Exp $
|
||||
--- doc/tclcurl.n.orig Mon Sep 28 14:52:48 2009
|
||||
+++ doc/tclcurl.n Tue Feb 17 19:16:16 2015
|
||||
@@ -1,7 +1,7 @@
|
||||
.\" You can view this file with:
|
||||
.\" nroff -man [file]
|
||||
.\" Adapted from libcurl docs by fandom@telefonica.net
|
||||
-.TH TclCurl n "30 September 2009" "TclCurl 7.19.6 "TclCurl Easy Interface"
|
||||
+.TH TclCurl n "30 September 2009" "TclCurl 7.19.6" "TclCurl Easy Interface"
|
||||
.SH NAME
|
||||
TclCurl: - get a URL with FTP, FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, FILE or LDAP syntax.
|
||||
.SH SYNOPSIS
|
||||
@@ -791,8 +791,8 @@ response will be treated as a valid HTTP header line s
|
||||
.TP
|
||||
.B -cookie
|
||||
Pass a string as parameter. It will be used to
|
||||
-set a cookie in the http request. The format of the string should be
|
||||
-'[NAME]=[CONTENTS];'. Where NAME is the cookie name and CONTENTS is
|
||||
+set a cookie in the http request. The format of the string should
|
||||
+be '[NAME]=[CONTENTS];'. Where NAME is the cookie name and CONTENTS is
|
||||
what the cookie should contain.
|
||||
|
||||
If you need to set mulitple cookies, you need to set them all using
|
||||
@@ -1530,8 +1530,9 @@ consists of one or more cipher strings separated by co
|
||||
are also acceptable separators but colons are normally used, , - and + can be
|
||||
used as operators.
|
||||
|
||||
-For OpenSSL and GnuTLS valid examples of cipher lists include 'RC4-SHA', 'SHA1+DES',
|
||||
-'TLSv1' and 'DEFAULT'. The default list is normally set when you compile OpenSSL.
|
||||
+For OpenSSL and GnuTLS valid examples of cipher lists
|
||||
+include 'RC4-SHA', 'SHA1+DES', 'TLSv1' and 'DEFAULT'.
|
||||
+The default list is normally set when you compile OpenSSL.
|
||||
|
||||
You will find more details about cipher lists on this URL:
|
||||
http://www.openssl.org/docs/apps/ciphers.html
|
||||
@@ -1716,7 +1717,7 @@ same handle. Let it return first before invoking it an
|
||||
you want parallel transfers, you must use several curl handles.
|
||||
.TP
|
||||
.B RETURN VALUE
|
||||
-'0' if all went well, non-zero if it didn't. In case of error, if the
|
||||
+\&'0' if all went well, non-zero if it didn't. In case of error, if the
|
||||
.I errorbuffer
|
||||
was set with
|
||||
.I configure
|
@ -1,8 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.4 2013/03/11 11:35:58 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 2015/02/17 19:47:01 naddy Exp $
|
||||
|
||||
COMMENT= gzip-aware file mirroring over http
|
||||
|
||||
DISTNAME= zsync-0.6.2
|
||||
REVISION= 0
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
CATEGORIES= net
|
||||
@ -19,6 +20,5 @@ WANTLIB += c m
|
||||
MASTER_SITES= ${HOMEPAGE}download/
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
USE_GROFF= Yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
12
net/zsync/patches/patch-doc_zsync_1
Normal file
12
net/zsync/patches/patch-doc_zsync_1
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-doc_zsync_1,v 1.1 2015/02/17 19:47:01 naddy Exp $
|
||||
--- doc/zsync.1.orig Thu Sep 16 19:17:49 2010
|
||||
+++ doc/zsync.1 Tue Feb 17 20:41:19 2015
|
||||
@@ -22,7 +22,7 @@ zsync retrieves the rest of the target file over HTTP.
|
||||
\fB\-A\fR \fIhostname\fP=\fIusername\fR:\fIpassword\fR
|
||||
Specifies a username and password to be used with the given hostname. \fB-A\fR
|
||||
can be used multiple times (with different hostnames), in cases where e.g. the
|
||||
-.zsync file is on a different server from the download, or there are multiple
|
||||
+\&.zsync file is on a different server from the download, or there are multiple
|
||||
download servers (there could be different auth details for different servers -
|
||||
and zsync never assumes that your password should be sent to a server other
|
||||
than the one named - otherwise redirects would be dangerous!).
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.14 2014/07/01 12:15:10 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.15 2015/02/17 19:47:01 naddy Exp $
|
||||
|
||||
COMMENT= 802.11 WEP and WPA-PSK keys cracking program
|
||||
DISTNAME= aircrack-ng-1.1
|
||||
REVISION= 8
|
||||
REVISION= 9
|
||||
CATEGORIES= security
|
||||
|
||||
HOMEPAGE= http://www.aircrack-ng.org/
|
||||
@ -19,7 +19,6 @@ MASTER_SITES= http://download.aircrack-ng.org/
|
||||
WANTLIB += sqlite3
|
||||
|
||||
USE_GMAKE= Yes
|
||||
USE_GROFF = Yes
|
||||
MAKE_ENV+= SQLITE=true UNSTABLE=true
|
||||
MAKE_FLAGS+= CC=${CC}
|
||||
|
||||
|
12
security/aircrack-ng/patches/patch-manpages_airodump-ng_1
Normal file
12
security/aircrack-ng/patches/patch-manpages_airodump-ng_1
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-manpages_airodump-ng_1,v 1.1 2015/02/17 19:47:01 naddy Exp $
|
||||
--- manpages/airodump-ng.1.orig Sat Apr 24 22:06:16 2010
|
||||
+++ manpages/airodump-ng.1 Tue Feb 17 19:32:19 2015
|
||||
@@ -55,7 +55,7 @@ Active Scanning Simulation (send probe requests and pa
|
||||
.TP
|
||||
.I --output-format <formats>
|
||||
Define the formats to use (separated by a comma). Possible values are: pcap, ivs, csv, gps, kismet, netxml. The default values are: pcap, csv, kismet, kismet-newcore.
|
||||
-'pcap' is for recording a capture in pcap format, 'ivs' is for ivs format (it is a shortcut for --ivs). 'csv' will create an airodump-ng CSV file, 'kismet' will create a kismet csv file and 'kismet-newcore' will create the kismet netxml file. 'gps' is a shortcut for --gps.
|
||||
+\&'pcap' is for recording a capture in pcap format, 'ivs' is for ivs format (it is a shortcut for --ivs). 'csv' will create an airodump-ng CSV file, 'kismet' will create a kismet csv file and 'kismet-newcore' will create the kismet netxml file. 'gps' is a shortcut for --gps.
|
||||
.br
|
||||
Theses values can be combined with the exception of ivs and pcap.
|
||||
.PP
|
Loading…
Reference in New Issue
Block a user