The NetBSD Project

CVS log for pkgsrc/print/hpijs/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / print / hpijs

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.34 / (download) - annotate - [select for diffs], Fri Mar 20 11:58:14 2020 UTC (4 years ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, HEAD
Changes since 1.33: +2 -2 lines
Diff to previous 1.33 (colored) to selected 1.8 (colored)

*: Convert broken sourceforge HOMEPAGEs back to http

Revision 1.33 / (download) - annotate - [select for diffs], Sat Jan 18 23:33:28 2020 UTC (4 years, 2 months ago) by rillig
Branch: MAIN
Changes since 1.32: +2 -2 lines
Diff to previous 1.32 (colored) to selected 1.8 (colored)

all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.

Revision 1.32 / (download) - annotate - [select for diffs], Sat Oct 12 20:41:11 2019 UTC (4 years, 6 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.31: +10 -10 lines
Diff to previous 1.31 (colored) to selected 1.8 (colored)

print/hpijs: fix location of HTML documentation

Revision 1.31 / (download) - annotate - [select for diffs], Sun Apr 26 13:28:23 2015 UTC (8 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.30: +2 -3 lines
Diff to previous 1.30 (colored) to selected 1.8 (colored)

Drop ONLY_FOR_COMPILER. Fix a bunch of warnings from clang, missing
includes warranting a revision bump.

Revision 1.30 / (download) - annotate - [select for diffs], Mon Oct 8 13:45:39 2012 UTC (11 years, 6 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.29: +1 -3 lines
Diff to previous 1.29 (colored) to selected 1.8 (colored)

Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Dec 23 11:44:54 2010 UTC (13 years, 3 months ago) by dsainty
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored) to selected 1.8 (colored)

Mechanically replace references to graphics/jpeg with the suitable
alternative from mk/jpeg.buildlink3.mk

This allows selection of an alternative jpeg library (namely the x86 MMX,
SSE, SSE2 accelerated libjpeg-turbo) via JPEG_DEFAULT=libjpeg-turbo, and
follows the current standard model for alternatives (fam, motif, fuse etc).

The mechanical edits were applied via the following script:

#!/bin/sh
for d in */*; do
  [ -d "$d" ] || continue
  for i in "$d/"Makefile* "$d/"*.mk; do
    case "$i" in *.orig|*"*"*) continue;; esac
    out="$d/x"
    sed -e 's;graphics/jpeg/buildlink3\.mk;mk/jpeg.buildlink3.mk;g' \
        -e 's;BUILDLINK_PREFIX\.jpeg;JPEGBASE;g' \
        < "$i" > "$out"
    if cmp -s "$i" "$out"; then
      rm -f "$out"
    else
      echo "Edited $i"
      mv -f "$i" "$i.orig" && mv "$out" "$i"
    fi
  done
done

Revision 1.28 / (download) - annotate - [select for diffs], Wed Jan 27 13:42:20 2010 UTC (14 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.27: +9 -9 lines
Diff to previous 1.27 (colored) to selected 1.8 (colored)

DESTDIR support.

Revision 1.27 / (download) - annotate - [select for diffs], Mon Jan 18 09:59:22 2010 UTC (14 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored) to selected 1.8 (colored)

Second try at jpeg-8 recursive PKGREVISION bump.

Revision 1.26 / (download) - annotate - [select for diffs], Wed Aug 26 19:58:14 2009 UTC (14 years, 7 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored) to selected 1.8 (colored)

bump revision because of graphics/jpeg update

Revision 1.25 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:30 2006 UTC (18 years, 1 month ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.24: +2 -2 lines
Diff to previous 1.24 (colored) to selected 1.8 (colored)

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.

Revision 1.24 / (download) - annotate - [select for diffs], Sun Jan 29 01:51:23 2006 UTC (18 years, 2 months ago) by gavan
Branch: MAIN
Changes since 1.23: +3 -2 lines
Diff to previous 1.23 (colored) to selected 1.8 (colored)

Update to hpijs 2.1.4.

This release contains support for a number of new printers.

Revision 1.23 / (download) - annotate - [select for diffs], Mon Dec 5 20:50:53 2005 UTC (18 years, 4 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.22: +1 -2 lines
Diff to previous 1.22 (colored) to selected 1.8 (colored)

Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html

Revision 1.22 / (download) - annotate - [select for diffs], Wed Sep 28 20:52:25 2005 UTC (18 years, 6 months ago) by rillig
Branch: MAIN
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored) to selected 1.8 (colored)

Replaced "# defined" with "yes" in Makefile variables like GNU_CONFIGURE,
NO_BUILD, USE_LIBTOOL.

Revision 1.21 / (download) - annotate - [select for diffs], Fri Jul 15 18:27:53 2005 UTC (18 years, 9 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored) to selected 1.8 (colored)

Drop distinction between PKGSRC_USE_TOOLS and USE_TOOLS by making
PKGSRC_USE_TOOLS go away.  There is now only a single USE_TOOLS variable
that specifies all of the tools we need to build/run the package.

Revision 1.20 / (download) - annotate - [select for diffs], Fri Jun 17 04:49:48 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.19: +7 -7 lines
Diff to previous 1.19 (colored) to selected 1.8 (colored)

Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead of
${PREFIX}.

Revision 1.19 / (download) - annotate - [select for diffs], Fri Jun 17 03:50:30 2005 UTC (18 years, 10 months ago) by jlam
Branch: MAIN
Changes since 1.18: +2 -1 lines
Diff to previous 1.18 (colored) to selected 1.8 (colored)

Create directories before installing files into them.

Revision 1.18 / (download) - annotate - [select for diffs], Sun May 15 22:02:28 2005 UTC (18 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored) to selected 1.8 (colored)

Note where gzip or gunzip is required by the package since it isn't
required by default any longer in bsd.pkg.mk under the new tools
framework.

Revision 1.17 / (download) - annotate - [select for diffs], Mon Apr 11 21:47:07 2005 UTC (19 years ago) by tv
Branch: MAIN
Changes since 1.16: +1 -2 lines
Diff to previous 1.16 (colored) to selected 1.8 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.16 / (download) - annotate - [select for diffs], Fri Nov 19 19:15:46 2004 UTC (19 years, 5 months ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored) to selected 1.8 (colored)

Update hpijs to 1.7.1. Changes are mostly additions of PPD files
for more models, some NULL pointer checks, envelope and KRBG (with
patched gs) support.

See http://hpinkjet.sourceforge.net/updates.php for full details.

Revision 1.15 / (download) - annotate - [select for diffs], Sun Jun 27 13:34:24 2004 UTC (19 years, 9 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2004Q3-base, pkgsrc-2004Q3
Changes since 1.14: +2 -6 lines
Diff to previous 1.14 (colored) to selected 1.8 (colored)

replace bogus USE_PKGSRC_GCC with ONLY_FOR_COMPILER=gcc.

Revision 1.14 / (download) - annotate - [select for diffs], Sun Jun 27 13:33:29 2004 UTC (19 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.13: +2 -1 lines
Diff to previous 1.13 (colored) to selected 1.8 (colored)

this uses a c and c++ compiler.

Revision 1.13 / (download) - annotate - [select for diffs], Thu Jun 3 11:53:05 2004 UTC (19 years, 10 months ago) by cube
Branch: MAIN
CVS Tags: pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.12: +3 -2 lines
Diff to previous 1.12 (colored) to selected 1.8 (colored)

Correct CONFLICTS line to match actual versions of ghostscript.  Reported
by Peter Bex.

Revision 1.12 / (download) - annotate - [select for diffs], Sun Apr 25 02:55:54 2004 UTC (19 years, 11 months ago) by snj
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11 (colored) to selected 1.8 (colored)

Convert to buildlink3.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Apr 24 22:46:11 2004 UTC (19 years, 11 months ago) by jlam
Branch: MAIN
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored) to selected 1.8 (colored)

Relinquish maintainership of packages to tech-pkg@NetBSD.org.

Revision 1.10 / (download) - annotate - [select for diffs], Sun Feb 22 17:34:49 2004 UTC (20 years, 1 month ago) by jdolecek
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1
Changes since 1.9: +11 -2 lines
Diff to previous 1.9 (colored) to selected 1.8 (colored)

update hpijs package to latest 1.5 version

Full list of changes since previously packaged version 1.3 is
available at:

	http://hpinkjet.sourceforge.net/updates.php

Briefly:
* many more recent printer models supported
* added foomatic PPD files
* added 4KB output buffering to improve USB performance
* various improvements for DJ3320 and DJ9xx
* fixed a Deskjet 5550 problem with odd page duplex jobs
* documented new Photo mode for VIP printers with no auto media detection.
* added support for custom paper size, removed (now redundant)
  3425-COVER paper size
* added Printable Area documentation
* fixed a Officejet hang problem (ie: Officejet 500/600/700 and PSC 300).

Package update submitted in PR pkg/24526 by Paul Shupak

Package also updated to do the install step itself, and removed
the now unneded patch.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Sep 17 19:41:31 2003 UTC (20 years, 7 months ago) by grant
Branch: MAIN
CVS Tags: pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

get rid of USE_GCC2/3 in pkg Makefiles, and set GCC_REQD or
USE_PKGSRC_GCC as appropriate, as this is handled by compiler.mk now.

Revision 1.8 / (download) - annotate - [selected], Thu Jul 17 22:52:29 2003 UTC (20 years, 9 months ago) by grant
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.7 / (download) - annotate - [select for diffs], Mon Jun 2 14:05:07 2003 UTC (20 years, 10 months ago) by abs
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored) to selected 1.8 (colored)

Use mk/gcc.buildlink2.mk rather than gcc/buildlink2.mk so lang/gcc3
is accepted. Suggested by Grant.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Jan 25 09:37:38 2003 UTC (21 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-6-1-base, netbsd-1-6-1
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored) to selected 1.8 (colored)

Accomplish the same thing as patch-ab, enabling the output buffer, without
patching the configure script.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 25 08:51:47 2003 UTC (21 years, 2 months ago) by toshii
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored) to selected 1.8 (colored)

Update to hpijs-1.3. Closes PR pkg/19213. Changes are:

 1. Added the following new printer support.
	Deskjet 450, Deskjet 3320, Deskjet 3420, Deskjet 3425,
	Deskjet 3810, Deskjet 3816, Deskjet 3822, Deskjet 6122,
	Deskjet 6127, Photosmart 230, Photosmart 7550, PSC 2100,
	PSC 2150, PSC 2200
 2. Made a change to configure.in to check for uint32_t in stdint.h,
  machine/types.h and inttypes.h.
 3. Added 600 dpi Best and 1200 dpi Photo to DJ9xx.
 4. Added a new paper size for printing covers on Deskjet 3425.
 5. Fixed a DJ850 extra page and top margin problem.
 6. Fixed a Deskjet 1120/1125 multiple page problem. These printers now
  use the DJ9xx device class with limited support.

plus a pkgsrc patch which enables output buffering.  This should
reduce system load.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Sep 29 07:38:26 2002 UTC (21 years, 6 months ago) by jlam
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.8 (colored)

Use gcc/buildlink2.mk instead of Makefile.gcc

Revision 1.3 / (download) - annotate - [select for diffs], Fri Sep 13 23:09:32 2002 UTC (21 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.2: +7 -1 lines
Diff to previous 1.2 (colored) to selected 1.8 (colored)

hpijs needs g++ on Solaris, as noted in pkg/17325 by Eric Schnoebelen
<eric at cirr dot com>.

Revision 1.2 / (download) - annotate - [select for diffs], Wed Sep 11 00:08:32 2002 UTC (21 years, 7 months ago) by jlam
Branch: MAIN
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored) to selected 1.8 (colored)

Note conflicts between hpijs and ghostscript{,-nox11}.  This will be
resolved later by pulling out the hpijs server from the current ghostscript
packages.

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Sep 11 00:01:28 2002 UTC (21 years, 7 months ago) by jlam
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored) to selected 1.8 (colored)

Initial import of hpijs-1.2.2.

HPIJS implements a IJS server for IJS clients such as GNU Ghostscript,
and provides printing support for more than 150 printer models, including
DeskJet, OfficeJet, PhotoSmart, Business InkJet, and some LaserJet
models.

Revision 1.1 / (download) - annotate - [select for diffs], Wed Sep 11 00:01:28 2002 UTC (21 years, 7 months ago) by jlam
Branch: MAIN
Diff to selected 1.8 (colored)

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>