Commit graph

24 commits

Author SHA1 Message Date
agc
30b55df38e Convert all occurrences (353 by my count) of
MASTER_SITES= 	site1 \
			site2

style continuation lines to be simple repeated

	MASTER_SITES+= site1
	MASTER_SITES+= site2

lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2017-01-19 18:52:01 +00:00
mef
4ced831528 (pkgsrc) Add following line
LICENSE=       gnu-gpl-v2 AND gnu-lgpl-v2.1
(upstream) Update 2.5.5 to 2.5.6
  Januari 2008
   - Released version 2.5.6
   - honour /etc/papersize file
2014-12-09 07:17:45 +00:00
asau
6ebceaf75d Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days. 2012-10-08 13:45:34 +00:00
joerg
7f033f32bb DESTDIR support 2010-02-12 00:13:23 +00:00
reed
857637df3d Fix PR 39650. I now realize I had broken this myself back in March 2007
when I updated to 2.5.5.

Use the correct papersize names. And bump PKGREVISION.

It now just passes along the name set in pkgsrc PAPERSIZE.
It has no checking so could still have wrong value.
I didn't check for "Letterdj" so that may cause problem as mpage
doesn't know it. For the record this is what mpage knows:

Mpage knows about the following paper types:
Type           Points Wide Points High
-------------- ----------- -----------
Letter                 612         792
LetterSmall            612         792
Tabloid                792        1224
Ledger                1224         792
Legal                  612        1008
Statement              396         612
Executive              540         720
A0                    2384        3368
A1                    1684        2384
A2                    1192        1684
A3                     842        1192
A4                     596         842
A4Small                595         842
A5                     420         595
B4                     729        1032
B5                     516         729
Folio                  612         936
Quarto                 610         780
10x14                  720        1008
2008-10-04 14:51:16 +00:00
reed
4b0230ed30 ISO-8859.15 encoding was installed so add to PLIST. Noticed by Joerg.
Also saw that installed manpage is not gzipped now.

So bump PKGREVISION also.
2007-03-19 16:36:17 +00:00
reed
02320601b1 Update to 2.5.5. (I noticed old version was not on download site
last year some time.)

Add another downlaod site.

Make this use PKGMANDIR.

Changes are:

November 2006
   - Released version 2.5.5
   - apply Fedora restricted font and scale patches
September 2005
   - usage fixes
   - use /tmp instead of /usr/tmp
   - Duplex featrure settings go into %%BeginSetup section.
November 2004
   - Small updates to manual page
May 2004
    - Released version 2.5.4
    - Do not explicitely switch of duplex mode when -t is not given.
    - Add redhat utf-8 patch
    - Add -u option to switch off utf-8 checking
August  2003
    RedHat fixes
       - check for empy optarg in arg processing.
    Suggested by J.D. Laub <jdl@access-health.com>:
       - -V option to show mpage version
       - -- option to stop process options (remaing args are files)
       - add -- option to prprog when filename starts with a -.
     From: Sanjoy Mahajan <sanjoy@mrao.cam.ac.uk>
       - %% and \n fixes for Duplex Beginfeature settings.
October  2002
    - Released version 2.5.3
    - Start moving mapge into the GPL...
    - Fixed double 'showsheet' output when processing postscript.
    - Added A0 to page_desc in glob.c.
    - Remove newline after formfeed. (Gregory Bond <gnb@itga.com.au>)
    - the -X option now always prints the filename/header on the left
      and the physical page number on the right. Per suggestion of
      Marc Branchaud <marcnarc@xcert.com>
    - From Neil Brown <neilb@cse.unsw.edu.au>: define showheet using
      the load operator instead of the bind operator. This might solve
      situations where showpage is redefined elsewhere.
    - From Ilgiz Latypov <ilgizl@pcauto.comk>: -J option to set an
      initial value to the pagenum counter.
    - Improved processing of "BeginDocument/EndDocument" directives
      resulting in much better handling of included EPS graphics.
      Should improve processing of dvips files a lot...
Jun 2002
    from: jdl@access-health.com
     - When processing stdin, 'pr' was hardcoded instead of using the
       prprog variable.
     - Removed useless strcpy when processing command line args
       (could even give unpredictable results)
    from: dlarson@brookings.net
      - explicitely set duplex printing to false in the default case.
    from: George.Pajari@Faximum.com
      - using -m while printing in duplex creates useless margins: punching
        holes may go through the printed areas on one of the sides.
Jan 2002	Marcel J.E. Mol marcel@mesa.nl
    - lib/mpage -> share/mpage
Nov 2001        Marcel J.E. Mol marcel@mesa.nl
    - Changes from redhat
          * use mkstemp instead of mktemp.
          * kanji support.
Oct 2000        Marcel J.E. Mol marcel@mesa.nl
    - Added A1 and A2 to page_desc in glob.c.
Aug 1999        Marcel J.E. Mol marcel@mesa.nl
    - Added -e option and related code from Enrique Melendez Asensio <ema@csn.es>
      to allow 4,1,2,3 booklets... Needs cleanup and extended to txt too.
    - Patch from  Gabor Ribarik <ribarik@math-inst.hu> to take of
      dvips(k) 5.78's output if it contains many postscript figures.
      (see indoc variable in post.c)
      He (or actually Attila Karpati) also implemented multiple -j options.
      Fix the %%Page director when pages are skipped (with -j).
    - Include amiga port from  Andreas R. Kleinert <info@ar-kleinert.de>:
              * added smakefile, smakefile.ppc and SCOPTIONS
              * added #ifdef AMIGA section to mpage.h
              * mpage.h now #undefs MAXINT if already #define
                (before re-#defining it iself)
              * LIBDIR has been #define within SCOPTIONS;
                used MPAGE: assign, which you may redirect
                yourself, then...
Jun 1998        Marcel J.E. Mol marcel@mesa.nl
    - Clipping logical page was terribly wrong. This was visible when
      specifying negative pagemargins (-M).
Apr 1998        Marcel J.E. Mol marcel@mesa.nl
    - Corrected types (lvirden@cas.org)
Mar 1998        Marcel J.E. Mol marcel@mesa.nl
    - for EPS files that have %%Trailer and are included in PS files
      mpage will stop after the first %%Trailer. Made check on %%Trailer
      (and %%PSTrailer) a runtime option -k ('kill on trailer');
    - When input text file has no newline at last line, mpage forgot to
      print that line...
    - Updated manual page and usage (lm@cs.rmit.edu.au)
    - warning in -b option failed.
    - Changed defining paper types (to add new papger tpyes, just add to
      the paper array in glob.c).
Jan 1998        Marcel J.E. Mol marcel@mesa.nl
    - Removed save/restore statements for PS input processing. They seem
      to generate 'memory overflow' errors.
    - Removed 'TexDict begin' additions for dvips files.
    - OS/2 changes (Alexander Mai <st002279@hrzpub.tu-darmstadt.de>)
    - Makefile: create install dirs if not there (jwessel@uiuc.edu)
    - Check for %PSTrailer (for Mathematis program) (jwessel@uiuc.edu)
    - version 2.5 introduced bug in handling formfeed in text files. Fixed.
2007-03-17 01:11:22 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
reed
921dea271a Add a HOMEPAGE. (It is better than nothing.) 2006-01-06 02:57:39 +00:00
reed
dd59b9e320 Use MAKE_ENV instead of MAKEFLAGS for setting the papersize.
This fixes PR #31102 which I just reopened.

The problem could be seen when installing another package
that depends on mpage. But couldn't be seen when directly
building within pkgsrc/print/mpage.
2005-09-20 19:43:03 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
snj
f0872fe0d8 Convert to buildlink3. 2004-04-25 02:51:39 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
wiz
912d39fe3f Obey PAPERSIZE, as requested in pkg/15504. 2002-02-16 01:21:52 +00:00
jlam
ddf35537db Trivially mark as strongly buildlinked. 2002-02-09 19:25:33 +00:00
wiz
a87738b456 Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-17 17:42:09 +00:00
agc
988019b016 Update package Makefiles for automatic manual page handling. 1998-06-22 12:58:33 +00:00
frueauf
49e36ada0b Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org. 1998-04-20 11:56:17 +00:00
agc
258b808c9f Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.
Remove redundant (and sometimes erroneous) comments.
1998-04-15 10:38:15 +00:00
tron
c3a77c5370 RCS ID police. 1998-04-01 21:06:09 +00:00
tron
a9627f8301 Initial import of FreeBSD's "mpage" port. 1998-04-01 20:57:18 +00:00