Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: print/enscript-letter |
Commit | Credits | Log message |
1.6.6_3 20 Jul 2022 14:22:48
    |
Tobias C. Berner (tcberner)  |
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 ) |
1.6.6_3 10 Jan 2022 15:15:39
    |
Stefan Eßer (se)  |
Fix CONFLICTS entries of multiple ports
There have been lots of missing CONFLICTS_INSTALL entries, either
because conflicting ports were added without updating existing ports,
due to name changes of generated packages, due to mis-understanding
the format and semantics of the conflicts entries, or just due to
typoes in package names.
This patch is the result of a comparison of all files contained in
the official packages with each other. This comparison was based on
packages built with default options and may therefore have missed
further conflicts with optionally installed files.
Where possible, version numbers in conflicts entries have been
generalized, some times taking advantage of the fact that a port (Only the first 15 lines of the commit message are shown above ) |
1.6.6_3 29 Oct 2021 09:50:18
    |
Stefan Eßer (se)  |
*/*: Remove redundant '-[0-9]*' from CONFLICTS
The conflict checks compare the patterns first against the package
names without version (as reported by "pkg query "%n"), then - if
there was no match - agsinst the full package names including the
version (as reported by "pkg query "%n-%v").
Many CONFLICTS definitions used patterns like "bash-[0-9]*" to filter
for the bash package in any version. But that pattern is functionally
identical with just "bash".
Approved by: portmgr (blanket) |
1.6.6_3 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.6.6_1 28 May 2014 06:26:25
  |
johans  |
- Adopt port
- Add NLS support
- Pet portlint |
1.6.4_5 11 May 2014 14:18:54
  |
amdmi3  |
- Support staging
- Pet check-sanity
Approved by: portmgr blanket |
1.6.4_5 20 Sep 2013 22:44:00
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
1.6.4_3 13 Mar 2011 14:15:42
 |
rafan  |
- Move CONFLICTS definition to slave ports itself instead of making it in
master port so that portmaster can pick this up correctly
- Remove MD5 checksum from distinfo
Reported by: Warren Block <wblock at wonkity.com> and dougb@ |
1.6.1_1 09 Apr 2000 17:40:02
    |
cpiazza  |
Update with the new PORTNAME/PORTVERSION variables |