aboutsummaryrefslogtreecommitdiff
path: root/print/lout
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-09-06 19:00:15 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-09-06 19:00:15 +0000
commitb14e3be002a4fb66b7fc2e29007c039c01309cf2 (patch)
tree73b464d2ab6a92b56f36f65ddaf7970ac837cf2b /print/lout
parent3a771997c70b9d8de8de63bcce4c7e96906fefb0 (diff)
downloadports-b14e3be002a4fb66b7fc2e29007c039c01309cf2.tar.gz
ports-b14e3be002a4fb66b7fc2e29007c039c01309cf2.zip
Updated to 3.16
Fixed MASTER_SITES Modified pkg/COMMENT and pkg/DESCR PR: 13568 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=21320
Diffstat (limited to 'print/lout')
-rw-r--r--print/lout/Makefile8
-rw-r--r--print/lout/distinfo2
-rw-r--r--print/lout/files/patch-0138
-rw-r--r--print/lout/pkg-comment2
-rw-r--r--print/lout/pkg-descr2
-rw-r--r--print/lout/pkg-plist1
6 files changed, 31 insertions, 22 deletions
diff --git a/print/lout/Makefile b/print/lout/Makefile
index 215ee18fa11b..690b86e09c0f 100644
--- a/print/lout/Makefile
+++ b/print/lout/Makefile
@@ -1,14 +1,14 @@
# New ports collection makefile for: lout
-# Version required: 3.13
+# Version required: 3.16
# Date created: 10/22/96
# Whom: oly@world.std.com
#
# $FreeBSD$
#
-DISTNAME= lout-3.13
+DISTNAME= lout-3.16
CATEGORIES= print
-MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \
+MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \
ftp://ftp.cs.usyd.edu.au/jeff/lout/
MASTER_SITE_SUBDIR= support/lout
@@ -22,6 +22,6 @@ INSTALL_TARGET= install installman installdoc
MAN1= c2lout.1 lout.1
post-install:
- strip ${PREFIX}/bin/lout ${PREFIX}/bin/c2lout
+ @strip ${PREFIX}/bin/lout ${PREFIX}/bin/c2lout
.include <bsd.port.mk>
diff --git a/print/lout/distinfo b/print/lout/distinfo
index 7f2ebf12ec17..ce9872c1d617 100644
--- a/print/lout/distinfo
+++ b/print/lout/distinfo
@@ -1 +1 @@
-MD5 (lout-3.13.tar.gz) = 9aed1178d8006a55097d0fa2b5782a22
+MD5 (lout-3.16.tar.gz) = 7d55e6a8686fbc2ec515da535b3a58a3
diff --git a/print/lout/files/patch-01 b/print/lout/files/patch-01
index ee96714973fc..00d7bdd049c5 100644
--- a/print/lout/files/patch-01
+++ b/print/lout/files/patch-01
@@ -1,7 +1,7 @@
-*** makefile.orig Thu Feb 4 23:13:30 1999
---- makefile Wed Mar 17 23:08:39 1999
+*** makefile.orig Fri May 28 17:37:08 1999
+--- makefile Sat Sep 4 07:45:46 1999
***************
-*** 252,261 ****
+*** 254,263 ****
COLLATE = 1
@@ -12,7 +12,7 @@
LIBFONT = font
LIBMAPS = maps
---- 252,261 ----
+--- 254,263 ----
COLLATE = 1
@@ -24,7 +24,7 @@
LIBFONT = font
LIBMAPS = maps
***************
-*** 267,278 ****
+*** 269,283 ****
CHARIN = 1
CHAROUT = 0
@@ -36,8 +36,11 @@
! ZLIB =
ZLIBPATH =
- CC = gcc
---- 267,278 ----
+! CC = gcc
+
+ RCOPY = cp -r
+
+--- 269,283 ----
CHARIN = 1
CHAROUT = 0
@@ -49,9 +52,12 @@
! ZLIB = -lz
ZLIBPATH =
- CC = gcc
+! #CC = gcc
+
+ RCOPY = cp -r
+
***************
-*** 327,366 ****
+*** 329,368 ****
@echo "(a) Installing lout and c2lout binaries into BINDIR $(BINDIR)"
cp lout $(BINDIR)/lout
chmod 755 $(BINDIR)/lout
@@ -92,7 +98,7 @@
@echo ""
@echo "(c) Initializing run (should be silent, no errors expected)"
$(BINDIR)/lout -x -s $(LIBDIR)/$(LIBINCL)/init
---- 327,369 ----
+--- 329,371 ----
@echo "(a) Installing lout and c2lout binaries into BINDIR $(BINDIR)"
cp lout $(BINDIR)/lout
chmod 755 $(BINDIR)/lout
@@ -137,8 +143,8 @@
@echo "(c) Initializing run (should be silent, no errors expected)"
$(BINDIR)/lout -x -s $(LIBDIR)/$(LIBINCL)/init
***************
-*** 368,373 ****
---- 371,377 ----
+*** 370,375 ****
+--- 373,379 ----
@echo "(d) Changing mode of files just created by initializing run"
chmod 644 $(LIBDIR)/$(LIBDATA)/*
chmod 644 $(LIBDIR)/$(LIBHYPH)/*
@@ -147,7 +153,7 @@
installman:
@echo ""
***************
-*** 376,398 ****
+*** 378,400 ****
-e "s@<DOCDIR>@$(DOCDIR)@" -e "s@<MANDIR>@$(MANDIR)@" \
man/lout.1 > $(MANDIR)/lout.1
chmod 644 $(MANDIR)/lout.1
@@ -171,7 +177,7 @@
chmod 755 $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES
cp locale/msgs.fr $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES/msgs.$(LOC_FR)
gencat $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES/errors.$(LOC_FR) \
---- 380,406 ----
+--- 382,408 ----
-e "s@<DOCDIR>@$(DOCDIR)@" -e "s@<MANDIR>@$(MANDIR)@" \
man/lout.1 > $(MANDIR)/lout.1
chmod 644 $(MANDIR)/lout.1
@@ -200,7 +206,7 @@
cp locale/msgs.fr $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES/msgs.$(LOC_FR)
gencat $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES/errors.$(LOC_FR) \
***************
-*** 402,410 ****
+*** 404,412 ****
installde:
@echo ""
@echo "Putting German error messages into $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)"
@@ -210,7 +216,7 @@
chmod 755 $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)/LC_MESSAGES
cp locale/msgs.de $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)/LC_MESSAGES/msgs.$(LOC_DE)
gencat $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)/LC_MESSAGES/errors.$(LOC_DE) \
---- 410,418 ----
+--- 412,420 ----
installde:
@echo ""
@echo "Putting German error messages into $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)"
diff --git a/print/lout/pkg-comment b/print/lout/pkg-comment
index a03a37cba0d5..da76711eed14 100644
--- a/print/lout/pkg-comment
+++ b/print/lout/pkg-comment
@@ -1 +1 @@
-Document creation system like LaTeX, but smaller
+LaTeX like document creation system with PsotScript/PDF output
diff --git a/print/lout/pkg-descr b/print/lout/pkg-descr
index d244d3aac1d6..11672a3b3b62 100644
--- a/print/lout/pkg-descr
+++ b/print/lout/pkg-descr
@@ -7,3 +7,5 @@ a Lout document.
- Oly
oly@world.std.com
+
+WWW: http://snark.niif.spb.su/~uwe/lout/lout.html
diff --git a/print/lout/pkg-plist b/print/lout/pkg-plist
index b7d6a804c70d..4b06508473a1 100644
--- a/print/lout/pkg-plist
+++ b/print/lout/pkg-plist
@@ -45,6 +45,7 @@ share/doc/lout/expert/det_prec
share/doc/lout/expert/det_size
share/doc/lout/expert/det_sort
share/doc/lout/expert/det_visi
+share/doc/lout/expert/dop
share/doc/lout/expert/exa
share/doc/lout/expert/exa_bibl
share/doc/lout/expert/exa_chap