notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: print/muttprint/Makefile
SVNWeb

Number of commits found: 70

Sun, 30 Apr 2023
[ 11:10 Felix Palmen (zirias) search for other commits by this committer ]    commit hash:a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5  commit hash:a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5  commit hash:a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5  a6bb2f8  (Only the first 10 of 148 ports in this commit are shown above. View all ports for this commit)
Mk/Uses/magick.mk: Bump all consumers

Bump all consumers of ImageMagick ports after flavorizing them.

Approved by:	tcberner (mentor, implicit)
Mon, 19 Dec 2022
[ 14:44 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:721e5776c957ada07a0d148f5fc3e782a251e6dc  commit hash:721e5776c957ada07a0d148f5fc3e782a251e6dc  commit hash:721e5776c957ada07a0d148f5fc3e782a251e6dc  721e577  (Only the first 10 of 130 ports in this commit are shown above. View all ports for this commit)
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex

- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
  and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
  infrastructure and also in the ports which have been removed from the
  ports as those are redundant.

In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.

Reviewed by:	portmgr
Approved by:	portmgr (blanket)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:51879c91f87889e30c8cc97affa08f16b6ac8527  commit hash:51879c91f87889e30c8cc97affa08f16b6ac8527  commit hash:51879c91f87889e30c8cc97affa08f16b6ac8527  51879c9  (Only the first 10 of 197 ports in this commit are shown above. View all ports for this commit)
print: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Eldridge <alane@geeksrus.net>
  *  Alex Dupre <ale@FreeBSD.org>
  *  Alex Dupre <sysadmin@alexdupre.com>
  *  Alexander Vereeken <Alexander88207@protonmail.com>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Alonso Cardenas Marquez <acm@FreeBSD.org>
  *  Andreas Klemm <andreas@FreeBSD.org>
  *  Andreas Klemm <andreas@klemm.gtn.com>
  *  Andrew Pantyukhin <infofarmer@FreeBSD.org>
  *  Anish Mistry <amistry@am-productions.biz>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 11 Dec 2021
[ 13:50 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  commit hash:45526ecbeec33dbb87f0b678d4c04988aab9b657  45526ec  (Only the first 10 of 146 ports in this commit are shown above. View all ports for this commit)
framework: Add new USES 'magick' for graphics/ImageMagick*

A new USES has been added to depend on ImageMagick.

	USES=magick

adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.

If a specific version is required, use for example

	USES=magick:6        resp.     USES=magick:7

If only a build, run or test is required, use for example

	USES=magick:build    resp.     USES=magick:6,build,test
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 10 Nov 2018
[ 19:57 kwm search for other commits by this committer ] Original commit   Revision:484640 (Only the first 10 of 157 ports in this commit are shown above. View all ports for this commit)
Update ImageMagick to 6.9.10.14 [1]

* Add PKGNAMESUFFIX and rename the directory. This was done to show
  that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.

Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.

Chase these changes in all the ports that using IM6.

PR:		225102 (based on, only the version update) [1]
Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>
Wed, 12 Sep 2018
[ 07:55 romain search for other commits by this committer ] Original commit   Revision:479586
Make X-Face support optional and disable it by default

X-Face support is disabled in the default configuration of muttprint, and the
support for this option requires mail/faces which in turn requires devel/glib12
and x11-toolkits/gtk12.  Make it possible for users who really care about this
feature to get it, and remove these old dependencies for others.
Mon, 10 Sep 2018
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Mon, 30 Apr 2018
[ 06:17 romain search for other commits by this committer ] Original commit   Revision:468672
Unbreak with recent version of Perl

PR:		227856
Submitted by:	romain
Approved by:	Matthias Apitz <guru@unixarea.de> (maintainer)
Fri, 21 Oct 2016
[ 12:51 mat search for other commits by this committer ] Original commit   Revision:424411 (Only the first 10 of 718 ports in this commit are shown above. View all ports for this commit)
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Fri, 1 Apr 2016
[ 14:16 mat search for other commits by this committer ] Original commit   Revision:412348 (Only the first 10 of 2612 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Fri, 11 Mar 2016
[ 11:53 tijl search for other commits by this committer ] Original commit   Revision:410825 (Only the first 10 of 128 ports in this commit are shown above. View all ports for this commit)
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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 25 Feb 2016
[ 13:05 rakuco search for other commits by this committer ] Original commit   Revision:409515 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Update to 0.73.

This release was never formally announced on the website, but is available
for download. Matthias, the port maintainer, had to do a lot of adjustments
to get it to an actual buildable state that are reflected in the patches
added to files/.

PR:		207299
Submitted by:	Matthias Apitz <guru@unixarea.de> (maintainer)
Fri, 28 Nov 2014
[ 11:19 marino search for other commits by this committer ] Original commit   Revision:373545
print/muttprint: provide option to build it without X11 support

PR:		194283
Submitted by:	Frank Wall
Approved by:	maintainer timeout
Mon, 13 Oct 2014
[ 18:18 pi search for other commits by this committer ] Original commit   Revision:370811
print/muttprint:

- remove recently-added run_deps on print/texlive-full and print/tex-dvipsk
- change USE_TEX to the sufficient set of 'latex dvipsk'

Submitted by:	mat
Approved by:	Matthias Apitz <guru@unixarea.de> (maintainer)
Sat, 11 Oct 2014
[ 11:50 pi search for other commits by this committer ] Original commit   Revision:370632
print/muttprint: add run_deps, change maintainer to submitter

Patch see
https://lists.freebsd.org/pipermail/freebsd-ports/2014-October/095916.html
- Submitter wants to be maintainer

Submitted by:	Matthias Apitz <guru@unixarea.de>
Thu, 11 Sep 2014
[ 15:01 adamw search for other commits by this committer ] Original commit   Revision:367944
Not sure where I found muttprint-langinfo existing before, but it doesn't
appear to be built in print/ or russian/, so remove it from the plist
entirely and bump PORTREVISION.
Mon, 8 Sep 2014
[ 14:39 adamw search for other commits by this committer ] Original commit   Revision:367634
So it looks like mutprint-langinfo is not built for the russian/ port.
Add a simple PLIST_SUB switch to account for this.
Sat, 6 Sep 2014
[ 14:51 adamw search for other commits by this committer ] Original commit   Revision:367441
Fix build by changing USE_TEX=texlive to USE_TEX=texmf.

While here, rearrage things so they are in a more predictable order.
The chaos led to there being two USES= that clobbered each other.

Also, remove an old fragment that was preventing bin/muttprint-langinfo
from being installed.
Mon, 5 May 2014
[ 09:45 bapt search for other commits by this committer ] Original commit   Revision:352986 (Only the first 10 of 293 ports in this commit are shown above. View all ports for this commit)
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Sun, 6 Apr 2014
[ 15:42 bapt search for other commits by this committer ] Original commit   Revision:350369
Support stage
Switch from latex to texlive
Fri, 20 Sep 2013
[ 22:44 bapt search for other commits by this committer ] Original commit   Revision:327765 (Only the first 10 of 325 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
Sat, 3 Aug 2013
[ 13:44 mat search for other commits by this committer ] Original commit   Revision:324191 (Only the first 10 of 124 ports in this commit are shown above. View all ports for this commit)
- Convert to new perl framework
- Remove MAKE_JOBS_SAFE=yes, it's the default.
Sat, 11 May 2013
[ 17:58 hrs search for other commits by this committer ] Original commit   Revision:317899 (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
Rectify USE_TEX to support both of teTeX and TeXLive.

TEX_DEFAULT:
	A knob to choose teTeX or TeXLive.  One can specify in /etc/make.conf.

USE_TEX:
	A knob for port developers.  Valid keywords are listed in
	bsd.tex.mk.
Mon, 6 May 2013
[ 02:00 hrs search for other commits by this committer ] Original commit   Revision:317455 (Only the first 10 of 150 ports in this commit are shown above. View all ports for this commit)
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
Wed, 24 Apr 2013
[ 04:13 hrs search for other commits by this committer ] Original commit   Revision:316401 (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
Merge print/psutils-a4 and print/psutils-letter into a single port
print/psutils.  The default paper size in the programs can be set via
libpaper ($PAPERSIZE or etc/papersize configuration file).
Sat, 30 Jun 2012
[ 05:48 az search for other commits by this committer ] Original commit 
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
Mon, 2 May 2011
[ 12:44 makc search for other commits by this committer ] Original commit  (Only the first 10 of 195 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after open-mofit update
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Sat, 22 Aug 2009
[ 00:35 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 349 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
Wed, 22 Jul 2009
[ 16:27 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 263 ports in this commit are shown above. View all ports for this commit)
- lang/perl5.6 is dead, remove PERL_LEVEL/PERL_VERSION < 500801 checks

PR:             ports/135398
Tested by:      2 -exp runs by pav
Approved by:    portmgr (pav)
Fri, 9 Jan 2009
[ 10:06 pav search for other commits by this committer ] Original commit 
- This port does not need libgnugetopt
Fri, 6 Jun 2008
[ 13:58 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 107 ports in this commit are shown above. View all ports for this commit)
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
Thu, 28 Feb 2008
[ 21:24 obraun search for other commits by this committer ] Original commit 
Reset maintainer to ports@
Sat, 8 Sep 2007
[ 01:04 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 88 ports in this commit are shown above. View all ports for this commit)
Welcome bsd.perl.mk.  Add support for constructs such as USE_PERL5=5.8.0+.
Drop support for antique perl.

Work done by:   gabor
Sponsored by:   Google Summer of Code 2007
Hat:            portmgr
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Fri, 23 Jun 2006
[ 13:30 ahze search for other commits by this committer ] Original commit 
- Depend on cups-base instead of cups-lpr if WITH_CUPS is defined

Reported by:    Sergey Akifyev
Sat, 13 May 2006
[ 01:03 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with P
Tue, 7 Mar 2006
[ 08:28 ade search for other commits by this committer ] Original commit  (Only the first 10 of 633 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with: kris
Approved by:    portmgr (implicit)
Mon, 16 May 2005
[ 20:02 obraun search for other commits by this committer ] Original commit 
* Upgrade to 0.72d.
* Welcome a new upstream maintainer, so reset the MASTER_SITE to sf.net
Sun, 26 Dec 2004
[ 20:06 obraun search for other commits by this committer ] Original commit 
Upgrade to 0.72c
Sat, 18 Dec 2004
[ 18:48 obraun search for other commits by this committer ] Original commit 
Set MASTER_SITES to MASTER_SITE_LOCAL, since the developer wants to stop his
project and remove also the upstream distfiles.
Sun, 21 Nov 2004
[ 19:48 obraun search for other commits by this committer ] Original commit 
Upgrade to 0.72b.
Thu, 12 Aug 2004
[ 12:48 mat search for other commits by this committer ] Original commit  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
After devel/p5-File-Temp has gained an IGNORE for PERL_LEVEL > 500800, all
these ports were broken because they always depended on it. I've rearranged all
the dependencies to fit the new scheme.
Fri, 28 May 2004
[ 08:47 obraun search for other commits by this committer ] Original commit 
Upgrade to 0.72a
Thu, 11 Mar 2004
[ 07:48 obraun search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
deUSE_SIZEify.
Wed, 4 Feb 2004
[ 05:10 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1422 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
Sat, 31 Jan 2004
[ 11:16 obraun search for other commits by this committer ] Original commit  (Only the first 10 of 60 ports in this commit are shown above. View all ports for this commit)
SIZE-ify
Tue, 7 Oct 2003
[ 07:46 edwin search for other commits by this committer ] Original commit 
Make print/muttprint suitable to act as a master-port, needed for
russian/muttprint

Informed maintainer.
Related PR:     ports/50609
Wed, 6 Aug 2003
[ 20:05 obraun search for other commits by this committer ] Original commit 
s/A4/a4/ for PAPERSIZE.
[ 19:27 obraun search for other commits by this committer ] Original commit 
* Set papersize in muttprint.
* Add a 'WITH_CUPS' knob to have muttprint use CUPS by default.
* Look for global conffile under ${PREFIX}/etc/
* Make portlint happy: use DOCSDIR and SITE_PERL

PR:             ports/55317
Submitted by:   Glenn Johnson <gjohnson@srrc.ars.usda.gov>
Sun, 1 Jun 2003
[ 06:54 obraun search for other commits by this committer ] Original commit 
Upgrade to 0.71.
Sun, 11 May 2003
[ 17:30 obraun search for other commits by this committer ] Original commit 
* Add dependecy on devel/p5-File-Temp.
* Bump PORTREVISION.

PR:             ports/52020
Submitted by:   Alex Semenyaka <alexs@ratmir.ru>
Sat, 26 Apr 2003
[ 22:05 obraun search for other commits by this committer ] Original commit 
Upgrade to 0.70.
Sun, 6 Apr 2003
[ 14:32 obraun search for other commits by this committer ] Original commit 
* Create a uniq tmpfile for each user.
* Bump PORTREVISION.

PR:             ports/50540
Submitted by:   Alex Semenyaka <alexs@snark.ratmir.ru>
Tue, 18 Feb 2003
[ 10:50 obraun search for other commits by this committer ] Original commit  (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment and make portlint a little bit happier.
Wed, 1 Jan 2003
[ 17:33 obraun search for other commits by this committer ] Original commit 
Upgrade to 0.64.
Tue, 5 Nov 2002
[ 21:55 obraun search for other commits by this committer ] Original commit  (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
Use PORTCOMMENT variable instead of pkg-comment file.
Thu, 12 Sep 2002
[ 11:43 obraun search for other commits by this committer ] Original commit 
* Upgrade to 0.63a.
* Fix paths in manpage and html documentation.
Mon, 9 Sep 2002
[ 08:04 obraun search for other commits by this committer ] Original commit 
Upgrade to 0.63.
Wed, 21 Aug 2002
[ 14:46 obraun search for other commits by this committer ] Original commit  (Only the first 10 of 12 ports in this commit are shown above. View all ports for this commit)
Change MAINTAINER to my FreeBSD address.

Approved by:    dwcjr (mentor)
Thu, 28 Feb 2002
[ 15:12 vanilla search for other commits by this committer ] Original commit 
Upgrade to 0.62b    
Mon, 18 Feb 2002
[ 09:54 markp search for other commits by this committer ] Original commit 
Updated to 0.62a.    
Sun, 17 Feb 2002
[ 22:12 pat search for other commits by this committer ] Original commit 
* Add dependence on the new port graphics/compface in order to enable printing  
  x-faces.   * Bump PORTREVISION.    
Wed, 13 Feb 2002
[ 15:59 dwcjr search for other commits by this committer ] Original commit 
Add dependencies on teTeX, psutils, and ImageMagick.   Add -w flag for perl.  
Bump PORTREVISION    
Tue, 12 Feb 2002
[ 22:58 dwcjr search for other commits by this committer ] Original commit 
Don't use warnings   BUMP PORTREVISION    
[ 04:22 dwcjr search for other commits by this committer ] Original commit 
Fix spacing problem I created when fixing tabs    
[ 04:18 dwcjr search for other commits by this committer ] Original commit 
Add muttprint 0.61, utility to print mail with mutt.    

Number of commits found: 70