Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.17_6 19 May 2024 07:24:17 |
Daniel Engberg (diizzy) |
print/psutils: Remove dead mirrors
Remove mirrors that are no longer responding or providing service
Approved by: portmgr (blanket, build fix) |
1.17_6 22 Jan 2024 15:50:43 |
Muhammad Moinur Rahman (bofh) |
print/psutils: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
1.17_5 29 Aug 2023 03:04:24 |
Yasuhiro Kimura (yasu) |
print/psutils: Add license information
While I'm here,
* Pet portclippy
* Re-format Makefile with portfmt
PR: 272912
Approved by: maintainer timeout |
1.17_5 02 Aug 2023 14:16:41 |
Muhammad Moinur Rahman (bofh) |
Mk/bsd.sites.mk: Add new MACRO TEX
There are two different sites/mirror required for the ports tree. Due to
the packaging of texlive we need the CTAN historic mirror which is
defined in TEX_CTAN and normal mirror which hosts most of the packages.
Unfortunately both were uses interchangeably without checking the
details and in previous there was single sites mirroring both the
historic dists and the noemal packages. As this is no longer the case
update all other ports pointing towards the wrong site.
Approved by: portmgr (blanket) |
1.17_5 06 Jul 2023 15:01:53 |
Brad Davis (brd) Author: Miyashita Touka |
print/psutils: Add an HTTPS MASTER_SITE
PR: 239092
Approved by: garga, maintainer timeout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.17_5 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
1.17_5 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.17_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.17_5 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.17_5 14 May 2015 10:15:09 |
mat |
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 |
1.17_5 29 Jan 2015 05:00:31 |
hrs |
Use bin/perl instead of bin/perlN.NN.N in the shebang line.
Spotted by: Anton Shterenlikht |
1.17_4 13 Nov 2014 07:41:18 |
antoine |
Cleanup plist |
1.17_4 20 Jun 2014 11:15:58 |
amdmi3 |
- Switch print/libpaper to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket |
1.17_3 30 Mar 2014 14:36:32 |
bapt |
Support stage |
1.17_3 21 Jan 2014 23:40:23 |
bapt |
Fix properties on pkg-plist |
1.17_3 20 Sep 2013 22:44:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
1.17_3 05 Sep 2013 07:29:06 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
1.17_3 24 Apr 2013 04:13:09 |
hrs |
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). |