Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.4_2 06 Feb 2024 15:31:24 |
Gleb Popov (arrowd) Author: Martin Neubauer |
print/gtklp: Moved man to share/man
Approved by: portmgr(blanket) |
1.3.4_1 02 Mar 2023 05:23:10 |
Tobias C. Berner (tcberner) |
accessibility/at-spi2-core: update to 2.46.0
What's new in at-spi2-core 2.46.0:
* Fix GetInterfaces documentation on org.a11y.atspi.Accessible
interface.
What's new in at-spi2-core 2.45.91:
* Send device event controller events using the same signature as other
events.
* Document the Accessible, Action, and Cache dbus interfaces.
* Fix license of atspi-gmain.c (#87).
What's new in at-spi2-core 2.45.90:
* xml: Add some documentation.
* xml: Fix event arguments. (Only the first 15 lines of the commit message are shown above ) |
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.3.4 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.3.4 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.3.4 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
1.3.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.3.4 29 Aug 2020 01:40:29 |
kevans |
print/gtklp: fix build with -fno-common
Just a couple of duplicate symbols here.
PR: 248852
MFH: 2020Q3 (-fno-common build fix) |
1.3.4 03 Nov 2019 11:26:33 |
tcberner |
print/gtklp: Update to 1.3.3
- Give maintainership to: m.ne@gmx.net |
1.3.3 13 Feb 2018 11:47:30 |
yuri |
print/gtklp: Update to 1.3.3
Changelog:
https://gtklp.sirtobi.com/changelog.shtml
Additional port changes:
* Changed to DISTVERSION
* Removed USES=ssl
* Added to LIB_DEPENDS
* Added to USE_GNOME
* Added USE_XORG
* Replaced WWW with the https version
Reported by: portscout
Approved by: tcberner (mentor, implicit) |
1.3.1_2 15 Mar 2017 14:45:31 |
mat |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
1.3.1_2 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.3.1_2 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) |
1.3.1_1 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 ) |
1.3.1 12 Jan 2016 16:20:32 |
amdmi3 |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
1.3.1 16 Jun 2015 23:42:50 |
amdmi3 |
- Add LICENSE_FILE
- Add missing USES=libtool
- Switch to USES=autoreconf |
1.3.1 02 Mar 2015 23:42:00 |
bapt |
Remove Author from pkg-descr and white space fixes |
1.3.1 13 Nov 2014 07:41:18 |
antoine |
Cleanup plist |
1.3.1 01 Aug 2014 19:56:01 |
wg |
print/gtklp: updte to 1.3.1
PR: 191374
Submitted by: tkato432 yahoo com |
1.2.9_1 11 Jun 2014 18:55:30 |
marino |
Reset the 99 ports still listed under sylvio@
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit) |
1.2.9_1 03 Apr 2014 18:03:33 |
antoine |
- Stage support
- Fix build with new cups
- NLS is not optional, doesn't build if disabled
Reported by: pkg-fallout
With hat: portmgr
MFH: 2014Q2 |
1.2.9_1 21 Feb 2014 13:39:13 |
ehaupt |
Remove trailing whitespaces from category print |
1.2.9_1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
1.2.9_1 20 Sep 2013 22:44:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
1.2.9_1 02 Sep 2013 21:16:30 |
bapt |
Add an explicit dependency on pkgconf |
1.2.9_1 06 May 2013 10:22:41 |
bapt |
Convert from WITHOUT_NLS to PORT_OPTIONS:MNLS
While here do some conversion to new options framework |
1.2.9_1 24 Apr 2013 18:10:32 |
ak |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
1.2.9_1 24 Nov 2012 12:38:06 |
sylvio |
- New homepage to project.
PR: ports/170041
Submitted by: nemysis <nemysis@gmx.ch>
Feature safe: yes |
1.2.9_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.2.9 25 May 2012 19:48:25 |
sylvio |
- Update to 1.2.9 |
1.2.8_1 11 Nov 2011 23:10:40 |
tabthorpe |
- Fix build
PR: ports/162302
Submitted by: Bengt Ahlgren <bengta sics.se>
Feature safe: yes |
1.2.8_1 24 Oct 2011 09:11:38 |
dougb |
The vast majority of pkg-descr files had the following format when they
had both lines:
Author: ...
WWW: ....
So standardize on that, and move them to the end of the file when necessary.
Also fix some more whitespace, and remove more "signature tags" of varying
forms, like -- name, etc.
s/AUTHOR/Author/
A few other various formatting issues |
1.2.8_1 14 Oct 2011 16:37:48 |
pav |
- Mark BROKEN: does not compile
In file included from file.c:36:
gtklp.h:99: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*'
token
Reported by: pointyhat |
1.2.8_1 23 Sep 2011 22:26:39 |
amdmi3 |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
1.2.8_1 11 Aug 2011 19:20:17 |
kwm |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
1.2.8_1 03 Jul 2011 06:14:57 |
miwi |
- Kick MD5 Support |
1.2.8_1 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.2.8_1 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
1.2.8_1 31 May 2010 02:01:56 |
ade |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
1.2.8 17 Apr 2010 20:12:42 |
sylvio |
- Update to 1.2.8
Approved by: itetcu (mentor, implicit) |
1.2.7_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.2.7_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.2.7_1 27 Nov 2009 22:52:30 |
sylvio |
- Update my mail address to FreeBSD
Approved by: miwi (mentor) |
1.2.7_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
1.2.7 30 Jun 2009 14:15:49 |
araujo |
- Update to 1.2.7.
- Pass maintainer to submitter.
PR: ports/136128
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> |
1.2.6_1 24 May 2009 15:40:16 |
pav |
- Does not build
Reported by: pointyhat |
1.2.6_1 16 May 2009 13:28:48 |
dinoex |
- fix build
- use cups-client |
1.2.6_1 06 Jun 2008 13:58:01 |
edwin |
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) |
1.2.6 06 Mar 2008 20:25:55 |
miwi |
- Fix build
PR: 121281
Submitted by: Tobias Roth <ports@fsck.ch> |
1.2.6 15 Dec 2007 09:43:26 |
sat |
- Update to 1.2.6 |
1.2.5 30 Aug 2007 18:48:31 |
sat |
- Update to 1.2.5
- Add author to pkg-descr
- Sort plist |
1.2.4 31 Jul 2007 07:19:37 |
sat |
- Update to 1.2.4 |
1.2.3_2 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
1.2.3_2 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.2.3 08 Feb 2007 21:29:31 |
sat |
- Update to 1.2.3
- Move from x11r6 to localbase |
1.2.2 01 Jun 2006 05:24:22 |
sat |
- Update to 1.2.2
Approved by: krion (mentor) |
1.2.1 16 Mar 2006 19:36:59 |
pav |
- Update to 1.2.1
PR: ports/94503
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.2.0 21 Feb 2006 18:16:41 |
vd |
Update to 1.2.0
PR: ports/93657
Submitted by: Ports Fury
Approved by: garga (mentor, implicitly) |
1.1.0 22 Jan 2006 02:48:53 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.1.0 28 Nov 2005 16:49:25 |
pav |
- Update to 1.1.0
PR: ports/89583
Submitted by: Ports Fury |
1.0g_1 25 Nov 2005 17:42:55 |
pav |
- Add SHA256 |
1.0g_1 05 Nov 2005 05:22:06 |
marcus |
Bump PORTREVISION to chase the glib20 shared library update. |
1.0g 31 Aug 2005 22:26:11 |
pav |
- Update to 1.0g
PR: ports/85536
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.0f 22 Jun 2005 18:01:47 |
lawrance |
Update to 1.0f
PR: ports/82536
Submitted by: Ports Fury |
1.0d 16 May 2005 07:46:36 |
jylefort |
Update to 1.0d
PR: ports/81057
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
1.0c_1 12 Mar 2005 10:54:27 |
marcus |
Bump PORTREVISION to chase the glib20 shared lib version change. |
1.0c 06 Mar 2005 16:38:37 |
ahze |
- Update to 1.0c
PR: 78502
Submitted by: Ports Fury |
1.0b 16 Jan 2005 10:26:44 |
krion |
Update to version 1.0b
PR: ports/76284
Submitted by: Ports Fury |
1.0 16 Dec 2004 05:49:27 |
kris |
Clean up handling of locale directories at deinstall-time:
* Don't remove "system directories" (which were created by BSD.*.dist)
* Silently try to remove locale directories which we might have created |
1.0 18 Nov 2004 20:42:38 |
krion |
Update to version 1.0
PR: ports/74083
Submitted by: Ports Fury |
0.9u_2 07 Nov 2004 22:37:47 |
marcus |
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade. |
0.9u_1 16 Aug 2004 19:42:13 |
krion |
Tarball was rerolled, authors added new translations.
PR: ports/70546
Submitted by: Ports Fury |
0.9u 14 Aug 2004 21:39:43 |
kris |
BROKEN: Size mismatch |
0.9u 30 Jul 2004 21:17:39 |
krion |
Update to version 0.9u
PR: ports/69818
Submitted by: Ports Fury |
0.9s 19 May 2004 21:23:25 |
krion |
- Update to version 0.9s
PR: ports/66887
Submitted by: Ports Fury |
0.9r 17 May 2004 18:41:12 |
krion |
- Update to version 0.9r
PR: ports/66755
Submitted by: Ports Fury |
0.9p_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
0.9p 29 Jan 2004 16:13:06 |
trevor |
SIZEify. |
0.9p 17 Aug 2003 19:14:39 |
krion |
- Update to version 0.9p
PR: 55666
Submitted by: Ports Fury |
0.9m 17 Aug 2003 05:03:50 |
marcus |
Assign maintainership back to ports@. Thanks for all your work, Martin. |
0.9m 20 Apr 2003 19:40:34 |
marcus |
Remove USE_GNOMENG. |
0.9m 21 Feb 2003 13:23:12 |
knu |
De-pkg-comment. |
0.9m 16 Jan 2003 10:38:17 |
arved |
Add dependency on automake.
Submitted by: bento
Approved by: maintainer |
0.9m 09 Dec 2002 16:55:03 |
dinoex |
Fix MASTER_SITES
http://people.freebsd.org/~fenner/portsurvey/martin.klaffenboeck@gmx.at.html
PR: 46066
Submitted by: martin.klaffenboeck@gmx.at |
0.9m 27 Nov 2002 14:46:37 |
alane |
Damn, keep forgetting approved by.
A broken port: $0.01
A port with autoconf: priceless.
Approved by: kris |
0.9m 27 Nov 2002 14:45:30 |
alane |
Add USE_AUTOCONF_VER. Don't use autoconf without it(tm). |
0.9m 17 Nov 2002 19:52:08 |
marcus |
Add gtklp, a GTK+ frontend to CUPS.
PR: 44376
Submitted by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> |