update sent to 0.2 release fixing several serious segfaults and issues
with hints from gsoares ok ajacoutot mmcc gsoares
This commit is contained in:
parent
cf643bed39
commit
eac69f1732
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2015/11/14 19:38:55 jung Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2015/11/26 09:57:07 jung Exp $
|
||||
|
||||
COMMENT= simple plaintext presentation tool
|
||||
|
||||
DISTNAME= sent-0.1
|
||||
DISTNAME= sent-0.2
|
||||
|
||||
CATEGORIES= misc productivity
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (sent-0.1.tar.gz) = n2qlu+r4O7WEqD9DcJ3rHCnODTiNCzr1sMxgEPHA0CU=
|
||||
SIZE (sent-0.1.tar.gz) = 13837
|
||||
SHA256 (sent-0.2.tar.gz) = U7lh+dkqJ3pkCN9wJbSm3q5rZVp5c4PJNEIpDkU5EHY=
|
||||
SIZE (sent-0.2.tar.gz) = 13479
|
||||
|
@ -1,8 +1,8 @@
|
||||
$OpenBSD: patch-config_def_h,v 1.1.1.1 2015/11/14 19:38:55 jung Exp $
|
||||
--- config.def.h.orig Fri Nov 13 21:41:45 2015
|
||||
+++ config.def.h Fri Nov 13 21:40:52 2015
|
||||
$OpenBSD: patch-config_def_h,v 1.2 2015/11/26 09:57:07 jung Exp $
|
||||
--- config.def.h.orig Thu Nov 19 19:37:08 2015
|
||||
+++ config.def.h Wed Nov 25 12:35:33 2015
|
||||
@@ -8,8 +8,8 @@ static char *fontfallbacks[] = {
|
||||
#define NUMFONTSCALES 30
|
||||
#define NUMFONTSCALES 42
|
||||
#define FONTSZ(x) ((int)(10.0 * powf(1.1288, (x)))) /* x in [0, NUMFONTSCALES-1] */
|
||||
|
||||
-static const char *fgcol = "#000000";
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-config_mk,v 1.1.1.1 2015/11/14 19:38:55 jung Exp $
|
||||
--- config.mk.orig Wed Nov 11 23:46:24 2015
|
||||
+++ config.mk Fri Nov 13 22:00:42 2015
|
||||
@@ -4,22 +4,22 @@ VERSION = 0.1
|
||||
$OpenBSD: patch-config_mk,v 1.2 2015/11/26 09:57:07 jung Exp $
|
||||
--- config.mk.orig Thu Nov 19 19:37:08 2015
|
||||
+++ config.mk Wed Nov 25 12:35:33 2015
|
||||
@@ -4,22 +4,22 @@ VERSION = 0.2
|
||||
# Customize below to fit your system
|
||||
|
||||
# paths
|
||||
|
@ -1,13 +1,9 @@
|
||||
Simple plaintext presentation tool.
|
||||
sent is a simple plaintext presentation tool.
|
||||
|
||||
sent does not need latex, libreoffice or any other fancy file format, it uses
|
||||
plaintext files and png images. Currently every paragraph represents a slide in
|
||||
the presentation. Especially for presentations using the Takahashi method this
|
||||
is very nice and allows you to write down the presentation for a quick lightning
|
||||
talk within a few minutes.
|
||||
plaintext files and png images. Every paragraph represents a slide in the
|
||||
presentation.
|
||||
|
||||
The presentation is displayed in a simple X11 window colored black on white for
|
||||
maximum contrast even if the sun shines directly onto the projected image. The
|
||||
content of each slide is automatically scaled to fit the window so you don't
|
||||
have to worry about alignment. Instead you can really concentrate on the
|
||||
content.
|
||||
The presentation is displayed in a simple X11 window. The content of each slide
|
||||
is automatically scaled to fit the window and centered so you also don't have to
|
||||
worry about alignment. Instead you can really concentrate on the content.
|
||||
|
Loading…
Reference in New Issue
Block a user