non port: print/enscript-letter/Makefile |
SVNWeb
|
Number of commits found: 42 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 51879c9 (Only the first 10 of 197 ports in this commit are shown above. )
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 )
|
Mon, 10 Jan 2022
|
[ 15:15 Stefan Eßer (se) ] bcaf25a (Only the first 10 of 491 ports in this commit are shown above. )
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 )
|
Fri, 29 Oct 2021
|
[ 09:50 Stefan Eßer (se) ] 819f25b (Only the first 10 of 388 ports in this commit are shown above. )
*/*: 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)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Thu, 26 Mar 2020
|
[ 17:38 makc ]
print/enscript-letter:
- Pass maintainership to submitter
PR: 244915
Submitted by: Marco Beishuizen
|
Mon, 4 Nov 2019
|
[ 21:21 rene ] (Only the first 10 of 99 ports in this commit are shown above. )
Returns johans's ports to the pool after safekeeping his commit bit.
|
Sat, 10 Nov 2018
|
[ 18:12 bapt ] (Only the first 10 of 386 ports in this commit are shown above. )
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816
|
Thu, 8 Dec 2016
|
[ 19:52 tijl ] (Only the first 10 of 551 ports in this commit are shown above. )
Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
Thu, 24 Mar 2016
|
[ 15:47 tijl ] (Only the first 10 of 95 ports in this commit are shown above. )
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)
|
Mon, 9 Mar 2015
|
[ 19:41 johans ]
Add CPE information
print/enscript-letter has had vulnerabilities with a CPE identifier
assigned (e.g. CVE-2008-4306).
PR: 198248
Submitted by: shun.fbsd.pr@dropcut.net
|
Wed, 28 May 2014
|
[ 06:26 johans ]
- Adopt port
- Add NLS support
- Pet portlint
|
Sat, 17 May 2014
|
[ 12:25 rafan ]
- Update to 1.6.6
- Reset maintainership as I have no intention to maintain this anymore
PR: ports/189011
Submitted by: Boris Samorodov <bsam at passap.ru>
|
Wed, 14 May 2014
|
[ 00:55 amdmi3 ]
- Use more clear way of shebang fixing
Approved by: portmgr blanket
|
Mon, 12 May 2014
|
[ 17:45 amdmi3 ]
- Add USES=perl5 (some scripts installed are written in perl)
Approved by: portmgr blanket
|
Sun, 11 May 2014
|
[ 14:18 amdmi3 ]
- Support staging
- Pet check-sanity
Approved by: portmgr blanket
|
Sun, 22 Sep 2013
|
[ 18:05 bapt ] (Only the first 10 of 132 ports in this commit are shown above. )
Fix NO_STAGE attribution
|
Fri, 20 Sep 2013
|
[ 22:44 bapt ] (Only the first 10 of 325 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Tue, 15 Mar 2011
|
[ 17:20 rafan ]
- Use ?= for PS so that slaves can override its value
- Bump PORTREVISION to force pointyhat building new pkgs
|
Sun, 13 Mar 2011
|
[ 14:15 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@
|
Mon, 12 Jul 2010
|
[ 14:16 rafan ]
- Add CONFLICTS on other enscript-* pkgs
PR: ports/148125
|
Tue, 18 Nov 2008
|
[ 14:20 rafan ]
- Fix CVE 2008-3863, 2008-4306
PR: ports/128958
Submitted by: Eygene Ryabinkin <rea-fbsd at codelabs.ru>
Obtained from: http://cvs.fedoraproject.org/viewvc/devel/enscript/
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Tue, 27 Jun 2006
|
[ 03:58 rafan ] (Only the first 10 of 37 ports in this commit are shown above. )
Change to my FreeBSD.org email.
Approved by: delphij (mentor)
|
Fri, 9 Dec 2005
|
[ 13:22 pav ]
- change the master site, so it is fetchable again
- use %%DATADIR%% in pkg-plist
- As I'm maintainer of a slave port (chinese/enscript)
of this one, I would like to take this port.
- Change MACHINE_ARCH to ARCH, which follows bsd.port.mk
PR: ports/90135
Submitted by: Rong-En Fan <rafan@infor.org>
|
Tue, 12 Apr 2005
|
[ 03:26 obrien ] (Only the first 10 of 773 ports in this commit are shown above. )
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
|
Mon, 11 Apr 2005
|
[ 08:04 obrien ] (Only the first 10 of 776 ports in this commit are shown above. )
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
Sat, 12 Feb 2005
|
[ 01:36 naddy ]
Fix configure script: don't skip AC_PROG_CC or bad things will happen.
|
Fri, 11 Feb 2005
|
[ 23:52 naddy ]
* GNU make is not required.
* Don't bother specifying dimensions that aren't used anywhere.
* Remove various cruft.
|
[ 21:35 naddy ]
Security fixes:
Erik Sjolund discovered several issues in enscript: it suffers from
several buffer overflows (CAN-2004-1186), quotes and shell escape
characters are insufficiently sanitized in filenames (CAN-2004-1185),
and it supported taking input from an arbitrary command pipe, with
unwanted side effects (CAN-2004-1184).
Obtained from: Gentoo
|
Wed, 19 Jan 2005
|
[ 21:37 thierry ]
Fix typo.
|
Tue, 18 May 2004
|
[ 15:40 linimon ]
Reset bouncing maintainer address.
|
Wed, 24 Mar 2004
|
[ 19:20 pav ]
- Update to 1.6.4
PR: ports/63639
Submitted by: Jonathan Noack <noackj@concordiacrusaders.org>
Approved by: maintainer timeout (3 weeks)
|
Wed, 4 Feb 2004
|
[ 05:10 marcus ] (Only the first 10 of 1422 ports in this commit are shown above. )
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
|
Thu, 16 Oct 2003
|
[ 05:15 kris ]
Add back previous maintainer: it seems the mail bounce was caused by
problems with the .org TLD.
|
[ 03:12 kris ]
Reset bouncing maintainer address
|
Wed, 24 Sep 2003
|
[ 09:37 osa ] (Only the first 10 of 143 ports in this commit are shown above. )
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru>
PR: 56998
|
Fri, 21 Feb 2003
|
[ 13:23 knu ] (Only the first 10 of 66 ports in this commit are shown above. )
De-pkg-comment.
|
Sun, 19 Aug 2001
|
[ 20:06 knu ]
Add a patch to support syntax highlighting of the Ruby language.
|
Tue, 22 May 2001
|
[ 19:17 sobomax ] (Only the first 10 of 12 ports in this commit are shown above. )
Don't overwrite CATEGORIES in master ports. Use += instead, so slaves would be
able to insert their own entries (usually language category) upfront.
|
Tue, 16 Jan 2001
|
[ 17:33 sobomax ] (Only the first 10 of 365 ports in this commit are shown above. )
Massive style enforcement - use ^I instead of spaces for variables identation.
|
Number of commits found: 42 |