Commit graph

81 commits

Author SHA1 Message Date
Danilo Egea Gondolfo
6bd7c4afe6 - Update to 20180926 2018-09-27 19:58:12 +00:00
Danilo Egea Gondolfo
47edea5f97 - Update to 20180911 2018-09-12 00:24:04 +00:00
Danilo Egea Gondolfo
512b9516ee - Update to 20180713 2018-07-13 20:24:53 +00:00
Danilo Egea Gondolfo
cfba65cadb - Update to 20180604 2018-06-10 12:44:41 +00:00
Danilo Egea Gondolfo
c21c9fa863 - Update to 20180327 2018-03-28 02:40:05 +00:00
Danilo Egea Gondolfo
3f45c42bd5 - Update to 20180101 2018-01-01 16:54:50 +00:00
Danilo Egea Gondolfo
38874c7e16 - Update to 20170521 2017-05-21 19:43:12 +00:00
Danilo Egea Gondolfo
e7822cb75b - Update to 20170413 2017-04-13 16:39:36 +00:00
Danilo Egea Gondolfo
45d058b764 - Update to 20161209 2016-12-09 22:54:47 +00:00
Danilo Egea Gondolfo
ff5d3983eb - Update to 20161105 2016-11-05 21:51:43 +00:00
Danilo Egea Gondolfo
0f3143f7ab - Update to 20160925 2016-09-26 02:40:06 +00:00
Danilo Egea Gondolfo
db4ae8270c - Update to 20160626 2016-06-29 15:23:30 +00:00
Danilo Egea Gondolfo
ef52529c8c - Update to 20160604 2016-06-04 20:42:47 +00:00
Danilo Egea Gondolfo
89cbe9f41d - Update to 20160409 2016-04-09 18:35:42 +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
Danilo Egea Gondolfo
9c9dcfb8a0 - Update to 20160226 2016-02-27 01:44:00 +00:00
Danilo Egea Gondolfo
7d980318e3 - Update to 20160222
- Uses tar:xz
2016-02-23 02:28:30 +00:00
Jimmy Olgeni
eb8748beda Remove trailing whitespace from Makefiles, M-X. 2015-10-08 15:12:22 +00:00
Danilo Egea Gondolfo
df2d958410 - Update to 20150819 2015-08-26 02:55:00 +00:00
Mathieu Arnold
60d1a83c2a MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
  of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
  no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.

While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.

Also, replace some EXTRACT_SUFX occurences with USES=tar:*.

Checked by:	make fetch-urlall-list
With hat:	portmgr
Sponsored by:	Absolight
2015-05-14 10:15:04 +00:00
Danilo Egea Gondolfo
97a57f7793 - Update to 20150415 2015-04-23 14:56:59 +00:00
Danilo Egea Gondolfo
741bd6b101 - Update to 20150214 2015-02-17 00:41:06 +00:00
Antoine Brodin
115aba45f3 Cleanup plist 2014-11-13 07:41:17 +00:00
Danilo Egea Gondolfo
1e9b34d8b7 - Update from 20140825 to 20140904 2014-09-04 15:04:13 +00:00
Danilo Egea Gondolfo
2cc9f2ea56 - Update from 20140725 to 20140825 2014-08-26 11:10:19 +00:00
Danilo Egea Gondolfo
cd2f77cb25 - Update from 20140714 to 20140725 2014-07-25 13:05:32 +00:00
Danilo Egea Gondolfo
516d5c8efb - Update from 20140706 to 20140714 2014-07-14 23:39:04 +00:00
Danilo Egea Gondolfo
8288fe324b - Update from 20140627 to 20140706 [1]
- Use MASTER_SITE_LOCAL due a diary snapshot rotation. I'll update it periodically.

PR:		ports/191670
Submitted by:	stb@lassitu.de [1]
2014-07-07 16:42:38 +00:00
Danilo Egea Gondolfo
92a40973e7 - Update from 20140425 to 20140627
- Take maintainership
2014-06-27 11:43:57 +00:00
Boris Samorodov
669e3e4d31 print/foomatic-db: update to version 20140425 2014-04-25 20:30:02 +00:00
Boris Samorodov
83d88688b4 print/foomatic-db: update to version 20140423 2014-04-23 20:31:48 +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
780442ee14 print/foomatic-db: Update to version 20140331. 2014-03-31 10:12:39 +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
e1e0ff426b Update to version 20140106. 2014-01-06 15:04:09 +00:00
Boris Samorodov
cd80c7bb53 Update to version 20131230. 2013-12-30 22:24:03 +00:00
Boris Samorodov
67f6c4ff6c . update to version 20131229;
. reword COMMENT.
2013-12-29 10:36:16 +00:00
Boris Samorodov
3cea66de34 . update to version 20131227; [1]
. refresh WWW address;
. use a package description from the site.

PR:		ports/185222  [1]
Reported by:	"O. Hartmann" <ohartman@zedat.fu-berlin.de>  [1]
2013-12-27 13:04:18 +00:00
Boris Samorodov
4301a892dd Add an additional MASTER_SITE to make the port fetchable.
PR:		ports/185222
Submitted by:	"O. Hartmann" <ohartman@zedat.fu-berlin.de>
2013-12-27 10:30:55 +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
dd0efaef40 - convert to the new perl5 framework
Approved by:	portmgr (bapt@, blanket)
2013-09-05 07:29:05 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
2013-07-11 16:26:26 +00:00
Martin Wilke
edbfcf1c23 - Kick MD5 Support 2011-07-03 06:14:57 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Ade Lovett
56fb58c56f Migrate from devel/automake15 to devel/automake19 2010-09-24 03:22:28 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Peter Pentchev
29863648e3 Chase the ftp/curl shlib version bump. 2010-04-03 10:44:36 +00:00