diff options
author | taoka <taoka@FreeBSD.org> | 1999-09-07 03:00:15 +0800 |
---|---|---|
committer | taoka <taoka@FreeBSD.org> | 1999-09-07 03:00:15 +0800 |
commit | 7dd9674148bf303146aa36d0af204fdf80a92f64 (patch) | |
tree | 52a29048e7c4693d42195646970a08c4abd31d51 /print | |
parent | 2b39483073ed5cfcd1797343a1d8d054fd8a2b14 (diff) | |
download | freebsd-ports-gnome-7dd9674148bf303146aa36d0af204fdf80a92f64.tar.gz freebsd-ports-gnome-7dd9674148bf303146aa36d0af204fdf80a92f64.tar.zst freebsd-ports-gnome-7dd9674148bf303146aa36d0af204fdf80a92f64.zip |
Updated to 3.16
Fixed MASTER_SITES
Modified pkg/COMMENT and pkg/DESCR
PR: 13568
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'print')
-rw-r--r-- | print/lout/Makefile | 8 | ||||
-rw-r--r-- | print/lout/distinfo | 2 | ||||
-rw-r--r-- | print/lout/files/patch-01 | 38 | ||||
-rw-r--r-- | print/lout/pkg-comment | 2 | ||||
-rw-r--r-- | print/lout/pkg-descr | 2 | ||||
-rw-r--r-- | print/lout/pkg-plist | 1 |
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 |