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/font2svg/Makefile
SVNWeb

Number of commits found: 27

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)
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, 19 Oct 2019
[ 12:21 rakuco search for other commits by this committer ] Original commit   Revision:514793 (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
Switch MASTER_SITES and WWW to https in Chris' ports.

PR:		241272
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com> (maintainer)
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
Thu, 24 Mar 2016
[ 15:47 tijl search for other commits by this committer ] Original commit   Revision:411798 (Only the first 10 of 95 ports in this commit are shown above. View all ports for this commit)
Make print/ghostscript9-agpl-base the default Ghostscript port.  Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.

Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.

Fix print/ghostscript9-agpl-base to install eps2write.

Update math/asymptote to 2.37 to support newer Ghostscript.

PR:		208159
Exp-run by:	antoine
Approved by:	portmgr (antoine)
Thu, 21 Jan 2016
[ 20:05 pi search for other commits by this committer ] Original commit   Revision:406873
print/font2svg: unbreak

- new distsite, new WWW
- submitter becomes maintainer
- LICENSE added

PR:		206181
Submitted by:	Chris Hutchinson <portmaster@bsdforge.com>
Mon, 9 Nov 2015
[ 12:59 antoine search for other commits by this committer ] Original commit   Revision:401096 (Only the first 10 of 285 ports in this commit are shown above. View all ports for this commit)
Mark a few ports BROKEN: unfetchable
Sat, 22 Aug 2015
[ 17:48 hrs search for other commits by this committer ] Original commit   Revision:395047 (Only the first 10 of 354 ports in this commit are shown above. View all ports for this commit)
- Split ghostscript into X11-independent and -dependent parts:

 * print/ghostscript{7,8,9,9-agpl}-base

   Installs Ghostscript binary, libgs, and related files.
   These ports do not depend on X11 libraries (i.e. x11* devices
   are not available).  USES=ghostscript will set dependency on
   one of them depending on GHOSTSCRIPT_DEFAULT.

   The default device is set to "display" or "bbox".

 * print/ghostscript{7,8,9,9-agpl}-x11

   Installs a shared library which provides X11 support to
   the installed Ghostscript binaries.  x11* devices will be
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Thu, 16 Jul 2015
[ 20:53 kwm search for other commits by this committer ] Original commit   Revision:392322 (Only the first 10 of 89 ports in this commit are shown above. View all ports for this commit)
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.

Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl

PR:		201201 (exp-run)
Approved by:	portmgr (mat@)
Exp run by:	antione@ (previous patch)
Differential Revision:	https://reviews.freebsd.org/D2938
Sat, 20 Dec 2014
[ 19:33 bapt search for other commits by this committer ] Original commit   Revision:375108 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
cleanup plist
Tue, 10 Jun 2014
[ 03:24 vanilla search for other commits by this committer ] Original commit   Revision:357249
Stagify.
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)
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
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)
Mon, 24 Sep 2007
[ 08:39 rafan search for other commits by this committer ] Original commit  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one.

Approved by:    portmgr (pav)
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}.
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
Fri, 12 Nov 2004
[ 15:42 ijliao search for other commits by this committer ] Original commit 
upgrade to 1.0
Thu, 4 Nov 2004
[ 23:53 pav search for other commits by this committer ] Original commit 
- Update to 0.1.5

PR:             ports/73467
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Tue, 20 Jan 2004
[ 16:30 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
Use the new ghostscript options.

Submitted by:   linimon
Sat, 27 Sep 2003
[ 01:01 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 37 ports in this commit are shown above. View all ports for this commit)
KATO mega patch

- ECHO -> ECHO_MSG

For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD

PR:             ports/56820-56858
Submitted by:   KATO Tsuguru <tkato@prontomail.com>
Sun, 31 Aug 2003
[ 01:01 edwin search for other commits by this committer ] Original commit 
[PATCH] print/font2svg: enable choose of ghostscript interpreter

        This patch allows the admin of the machine to choose either
        print/ghostscript-gnu or print/ghostscript-afp1

PR:             ports/54940
Submitted by:   Jens Rehsack <rehsack@liwing.de>
Sun, 30 Mar 2003
[ 15:50 ijliao search for other commits by this committer ] Original commit 
author import my patch without release a new version

Noted by:       kris
Thu, 20 Feb 2003
[ 18:55 knu 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)
De-pkg-comment.
Fri, 17 Jan 2003
[ 09:58 ijliao search for other commits by this committer ] Original commit 
add font2svg
All font to svg-font converter

Number of commits found: 27