Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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) |
0.64 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 ) |
0.64 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 ) |
0.64 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.64 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.64 24 Feb 2018 13:37:22 |
sunpoet |
Update to 0.64
- Strip shared library
- Update pkg-descr
Changes: http://search.cpan.org/dist/Net-CUPS/Changes |
0.61_5 23 Feb 2018 19:25:14 |
sunpoet |
Take maintainership
Approved by: vg (implicit) |
0.61_5 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.61_5 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
0.61_5 27 Mar 2016 14:58:00 |
tijl |
- Update security/gnutls to 3.4.10.
- Rename the LIBDANE option DANE because that's the name of the protocol
supported by libgnutls-dane and gnutls-cli. Also clarify the option
description.
- Add an IDN option.
- libgnutls-openssl has been removed in 3.4. Some ports used this library
in their LIB_DEPENDS but no port actually required it.
- Some old API functions have been removed. Ports that used these have been
updated or patched to use the new API.
- Add a patch to print/cups to prevent overlinking of libgnutls.so.
- Bump PORTREVISION on dependent ports.
net-im/jabber: This port used the old API to give users fine grained
control over which crypto algorithms were used via a configuration file.
It's not immediately obvious how to port this to the new API so the port
always uses the defaults now.
www/hydra: Mark BROKEN. This uses more removed calls than the other ports,
is said to be alpha quality and not fully functional and has been abandoned
10 years ago.
PR: 207768
Exp-run by: antoine
Approved by: portmgr (antoine) |
0.61_4 11 Mar 2016 11:53:42 |
tijl |
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 ) |
0.61_3 11 Dec 2015 10:03:55 |
sunpoet |
- Add LICENSE
Approved by: portmgr (blanket) |
0.61_3 07 Nov 2015 11:18:12 |
vg |
- Remove broken
- Fix build
PR: ports/204052
Submitted by: Mathieu Simon <freebsd@simweb.ch> |
0.61_3 17 Jun 2015 17:15:10 |
antoine |
Mark BROKEN: Fails to configure or build
=======================<phase: configure >============================
===> Configuring for p5-Net-CUPS-0.61_3
Net::CUPS Configuration
Running cups-config ... 2.0.3
The version of the Common Unix Printing System installed
on your system is too old for this module to work properly.
Please upgrade the version of CUPS on your system to version
1.2.2 or higher and re-run Makefile.PL to install this module.
Can't open Makefile: No such file or directory.
===========================================================================
=======================<phase: build >============================
===> Building for p5-Net-CUPS-0.61_3
make[1]: cannot open Makefile.
Reported by: pkg-fallout |
0.61_3 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.61_2 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
0.61_1 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
0.61_1 20 Apr 2014 20:02:06 |
antoine |
Unbreak with new cups
PR: ports/188451
Obtained from: https://rt.cpan.org/Public/Bug/Display.html?id=78583
With hat: portmgr |
0.61_1 05 Jan 2014 16:55:05 |
az |
- state support
Approved by: portmgr (blanket infrastructure) |
0.61_1 20 Sep 2013 22:44:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
0.61_1 04 Sep 2013 13:07:41 |
az |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
0.61_1 22 Jul 2013 14:34:23 |
vg |
- Changed my email
- Trim Makefile headers and positions name and surname within
Approved by: eadler, rm (mentors) |
0.61_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
0.61 13 Sep 2011 08:37:57 |
sunpoet |
- Add p5-Net-CUPS 0.61
Previous versions of this module attempted to provide a Perl interface
layer similar to the C interface of CUPS. This was fine for power users,
but most people were not looking for this type of interface.
This module has now been converted to use an object oriented paradigm
to facilitate quicker development and ease of use.
WWW: http://search.cpan.org/dist/Net-CUPS/
PR: ports/160644
Submitted by: Veniamin Gvozdikov <g.veniamin@googlemail.com> |