Commit graph

47 commits

Author SHA1 Message Date
Mathieu Arnold
8d6597e0bb Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:16:16 +00:00
Tijl Coosemans
59272d1017 Combine print/cups-base, print/cups-client and print/cups-image into
print/cups and update it to 2.1.3.  Also remove print/cups-pstoraster,
improve print/cups-filters, print/foomatic-* and update print/hplip to
3.16.2.

Long description:

First some background.  When you hand a file to cups it sets up a chain of
filter programs that converts the file to something a printer understands.
Each filter has a cost associated with it and cups tries to find the
cheapest chain.  Costs used to be configured in such a way that files were
first converted to PostScript.  This could then be manipulated further (e.g.
putting multiple pages on one sheet) before finally being sent to a
PostScript printer or another filter like pstoraster which produces a raster
format understood by non-PostScript printer drivers.  Nowadays most filters
have been moved from cups to cups-filters and they have been configured to
use PDF as an intermediate format instead of PostScript.

Merging of cups-base, cups-client and cups-image into print/cups:
- cups-image provides a library to work with the cups raster format.  It is
  only used to implement filters and printer drivers and these only exist
  in the context of a cups server so there's no need to separate this from
  cups-base.
- cups-client provides a library that allows applications to print via cups.
  It is possible to use the library to access a remote cups server without
  running a local cups server, but such a setup is discouraged and the
  configuration file to set this up has been marked deprecated.  It is
  better to run a local cups server and let that talk to the remote cups
  server because then you have the benefits of local job queuing in case the
  remote server is down or busy.  Given this and the fact that without
  filters cups-base is now smaller than it used to be it makes sense to
  merge the ports.  The patch also adds options IPPTOOL, DOCS and NLS which
  when disabled make the new cups package smaller than the current
  cups-client package.  Merging the ports also prevents problems with
  options like ZEROCONF being configured differently in both ports.
- print/cups was a metaport that depended on cups-base and some filters.
  There isn't really a need for such a metaport so cups-base can be renamed
  to cups.  The filters can be depended on by printer drivers such as hplip
  if they need them.

Additional changes to the new print/cups:
- Clean up the patches.  They seem to have been regenerated with post-patch
  changes included.
- Add a patch to prevent intermediate conversion to PDF when a PostScript
  file is sent to a PostScript printer when cups-filters is installed.
- Fix the PAM configuration file.
- Add a patch to let the server search /usr/local/share/ppd like on Linux so
  other ports don't have to add links to it.
- Remove ulpt(4) helper scripts.  The port uses libusb with ugen(4).
- Remove support for mDNSResponder.  cups-filters only supports Avahi.
- Combine ICONS and XDG_OPEN options into an X11 option to support WITHOUT_X11.
- Optionally depend on colord for ICC profile support.
- Various smaller changes.

Changes to print/cups-filters:
- Let the cups_browsed rc.d script depend on cupsd and avahi_daemon instead
  of LOGIN.
- Development of foomatic-filters has been moved to cups-filters so let this
  port install foomatic related files and add foomatic-filters to CONFLICTS.
- Fix location of liblouis tables.
- Add patch to fix ICC support.

Changes to print/cups-pstoraster:
This port is essentially an old version of Ghostscript plus a cups filter.
It's no longer developed.  This commit removes it and changes existing
dependencies to print/cups-filters which depends on print/ghostscript* and
includes a gstoraster filter that can handle both PostScript and PDF.

Changes to print/foomatic-db*:
Remove old MASTER_SITES and dependencies and eliminate PKGNAMEPREFIX.

Changes to print/foomatic-filters:
Install beh backend with its original name again and add cups-filters to
CONFLICTS.

Changes to print/hplip:
- Stop installing hpijs/foomatic-rip support.  This is no longer supported
  upstream.
- Stop installing hpcups PPDs.  These are now automatically generated.  The
  bundled PPDs are generated for an older version of cups.
- Rename the QT option to X11 to support WITHOUT_X11.
- Simplify the patches now that ports are installed in a staging area.
- Add a patch to set SO_REUSEPORT (next to SO_REUSEADDR) on the mDNS socket
  like avahi-daemon does.  This fixes Zeroconf support for HP network
  printers.

PR:		207746
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-11 11:53:42 +00:00
John Marino
bdcb449187 print/foomatic-db-engine is not jobs safe
This port has failed on me with multijob several times.
The last time, the lib/perl5/site_perl/Foomatic/Defaults.pm file
was not installed, so set MAKE_JOBS_UNSAFE.
2015-07-06 10:05:02 +00:00
Mathieu Arnold
88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00
Mikhail Teterin
0affa18976 Add a patch, that removes the reference to bash from
one of the installed scripts.

(This was caught by the "QA step" here.)
2015-02-15 13:42:59 +00:00
Muhammad Moinur Rahman
62b0e06bba print/foomatic-db-engine: Update version 4.0.11=>4.0.12
- Add LICENSE GPLv2
- Remove MAKE_JOBS_UNSAFE as it builds fine without it
- Take maintainrship

Approved by:	bapt marino (implicit)
2015-02-15 12:07:53 +00:00
Baptiste Daroussin
9a8b7df868 Cleanup plist 2015-02-05 15:53:00 +00:00
Mathieu Arnold
eee58d187e Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:

  site_perl :           lib/perl5/site_perl/5.18
  site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
  perl_man3 :           lib/perl5/5.18/man/man3

Now we have:

  site_perl : lib/perl5/site_perl
  site_arch : lib/perl5/site_perl/mach/5.18
  perl_man3 : lib/perl5/site_perl/man/man3

Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.

As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.

The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.

The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.

PR:		194969
Differential Revision:	https://reviews.freebsd.org/D1019
Exp-run by:	antoine
Reviewed by:	perl@
Approved by:	portmgr
2014-11-26 13:08:24 +00:00
John Marino
abe5c774d3 print/foomatic-db-engine: Not jobs safe
Some times man page isn't ready before installing starts.
2014-11-07 08:14:25 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Boris Samorodov
7b45090007 Update to version 4.0.11. 2014-03-31 10:10:51 +00:00
Boris Samorodov
ec8d898909 Release cups-* nad foomatic-* ports. Currently I have no enough
spare time for those ports.

I've submitted ports/186824 to update cups-* ports to version 1.7.0.
2014-02-16 21:17:15 +00:00
Boris Samorodov
652dde7a1c . take maintainership print/foomatic-db, print/foomatic-db-engine, print/foomatic-filters);
. update to version 20131207;
. change MASTER_SITES;
. use new LIB_DEPENDS syntax;
. incorporate USES=gmake;
. allow staging.

PR:		ports/184690
Submitted by:	bsam (me)
Reviewed by:	acm (former maintainer, maintainer timeout)
2013-12-26 19:38:16 +00:00
Baptiste Daroussin
6c6152ff82 Add NO_STAGE all over the place in preparation for the staging support (cat: print) 2013-09-20 22:43:59 +00:00
Andrej Zverev
945c98fdf8 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-04 13:07:40 +00:00
Jose Alonso Cardenas Marquez
6e9adeda1e - Update to 4.0.7 2011-04-08 06:39:06 +00:00
Jose Alonso Cardenas Marquez
cd737eaf60 - Update to 4.0.1
- Bump PORTEPOCH
2009-06-16 22:00:38 +00:00
Jose Alonso Cardenas Marquez
cb64690d86 - Update to 20070124 2007-02-01 20:50:38 +00:00
Jose Alonso Cardenas Marquez
6af1cca0d8 - Update to 20061214
- Add miwi's mirror to MASTER_SITES (miwi thanks)
2006-12-16 15:54:53 +00:00
Jose Alonso Cardenas Marquez
da6c0d94b2 - Update to 20061031 2006-11-06 16:53:15 +00:00
Jose Alonso Cardenas Marquez
079b401c86 - Update to 20060922 2006-09-25 15:45:09 +00:00
Jose Alonso Cardenas Marquez
e4c1d19785 - Update to 20060822
Approved by:	garga (mentor)
2006-08-23 15:49:23 +00:00
Jose Alonso Cardenas Marquez
ffa72f082e - Update to 20060723
- Change master site local to my account

Approved by:	garga (mentor)
2006-07-24 02:05:15 +00:00
Jose Alonso Cardenas Marquez
b6b4a544cd Change maintainer address to my @FreeBSD.org email
Approved by:	garga (mentor)
2006-07-23 02:45:24 +00:00
Pav Lucistnik
fa7f3f085a - Update to 20060618
PR:		ports/99129
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
2006-06-19 21:14:39 +00:00
Pav Lucistnik
1bb2dab941 - Update to 20060531
- Host tarball locally
- Take maintainership

PR:		ports/98203
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
2006-05-31 09:45:42 +00:00
Edwin Groothuis
508b8d82f4 Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by:    krion@
PR:             ports/88711 (related)
2006-01-22 03:01:03 +00:00
Pav Lucistnik
6edb86f43a - Add SHA256 2005-11-25 17:44:39 +00:00
Kirill Ponomarev
23799d8de4 Update to version 3.0.2
PR:		ports/72325
Submitted by:	Ports Fury
2004-10-12 12:16:21 +00:00
Kris Kennaway
081501263d BROKEN: Configure fails
Approved by:	portmgr (self)
2004-09-18 17:14:33 +00:00
Ade Lovett
e32a824579 Move devel/autoconf->devel/autoconf253 and devel/automake->devel/automake15
All autotools ports are now truly versioned and do not conflict with each
other.

This marks the end of "Phase 1" of the autotools updates.
2004-08-03 22:36:52 +00:00
Joe Marcus Clarke
116cae22e7 Add another XML patch to fix the build.
Reported by:	pointyhat via kris
2004-07-07 20:27:26 +00:00
Joe Marcus Clarke
d6ac2d1259 Do not attempt to load the old libxml1 stuff since that was removed from
libxml2-2.6.11.  We depend on libxml2 anyway, so this should effectively
be a NOP while ensuring this port still builds.

Reported by:	pointyhat via kris
2004-07-07 05:48:18 +00:00
Ade Lovett
1a628ded35 Sync with new bsd.autotools.mk 2004-06-04 17:29:38 +00:00
Peter Pentchev
64b64d5ff7 Update ftp/curl to 7.12.0 and bump the shared library version in all
dependent ports.
2004-06-03 22:41:40 +00:00
Ade Lovett
3f651573ad Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".

For ports-in-waiting:

	USE_LIBTOOL=YES		->	USE_LIBTOOL_VER=13
	USE_AUTOCONF=YES	->	USE_AUTOCONF_VER=213
	USE_AUTOMAKE=YES	->	USE_AUTOMAKE_VER=14

Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
2004-03-14 06:17:56 +00:00
Joe Marcus Clarke
51bf5328d3 Fix make patch after gettext PORTREVISION bump by using DISTNAME instead of
PKGNAME for the tarball and WRKSRC.

PR:		63148
Submitted by:	Taoka Fumiyoshi <fmysh@iijmio-mail.jp>
2004-02-20 19:54:33 +00:00
Kris Kennaway
05d40e6cf8 BROKEN: Fails to patch 2004-02-16 12:21:31 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Pav Lucistnik
f558b1e10d - Fix build, fix plist, bump version
Reported by:	bento via kris
2003-12-13 12:29:50 +00:00
Pav Lucistnik
e462215b1b - Update to today (20031120) CVS and fix building
PR:		ports/58423
Submitted by:	Martin Ranne <gasp@ridcully.dnsalias.org>
Approved by:	adamw (mentor)
2003-11-20 21:34:23 +00:00
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +00:00
Kris Kennaway
87fa56aa04 Reset bouncing maintainer address 2003-11-03 04:56:45 +00:00
Kris Kennaway
09b69954f2 Mark BROKEN (see bento logs). These ports are scheduled for removal
after Feb 2 2004 if they are still broken at that time and no fixes
have been submitted by PR.
2003-11-03 03:56:42 +00:00
Kris Kennaway
d2bff1e077 BROKEN: Does not compile 2003-10-28 02:50:35 +00:00
Edwin Groothuis
f3977414ce Add USE_AUTOMAKE to the ports Makefile
Noticed by: bento
2003-10-13 04:19:52 +00:00
Edwin Groothuis
b2e7ed49f1 New port: print/foomatic-db-engine
db engine for foomatic (and gimp-print) printer drivers

PR:		ports/48812
Submitted by:	Martin Ranne <gasp@ridcully.dnsalias.org>
2003-10-08 12:52:42 +00:00