Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2016_3 11 Jan 2024 13:59:36
    |
Baptiste Daroussin (bapt)  |
MANPREFIX: eliminate usage of MANPREFIX
While here move some manpages to share/man |
2016_2 03 Nov 2023 07:17:38
    |
Michael Osipov (michaelo)  |
*/*: Bump PORTREVISION for Ghostscript 10 change
Reported by: sunpoet
Approved by: jrm (mentor), sunpoet
Differential Revision: https://reviews.freebsd.org/D42412 |
2016_1 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) |
2016_1 19 Dec 2022 14:44:58
    |
Muhammad Moinur Rahman (bofh)  |
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket) |
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) |
2016_1 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 ) |
2016_1 20 Jul 2022 14:23:14
    |
Tobias C. Berner (tcberner)  |
textproc: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Choe, Cheng-Dae" whitekid
* -
* <glewis@FreeBSD.org>
* <koshy@india.hp.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron Straup Cope
* Aaron Straup Cope <ascope@cpan.org>
* Ache
* Adam Herzog <adam@herzogdesigns.com>
* Adam Weinberger <adamw@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2016_1 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) |
2016_1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2016_1 14 Aug 2019 12:16:41
  |
mat  |
Convert to UCL & cleanup pkg-message (categories [t-u]) |
2016_1 28 Mar 2018 16:52:54
  |
mat  |
Fix build with Perl 5.26.
Unescaped left brace in regex is illegal in regex when not used as a
quantifier.
- /foo{3}/ will match foofoofoo.
- /\\new{bar}/ is illegal and should be written as /\\new\{bar}/.
PR: 226817
Sponsored by: Absolight |
2016 04 Feb 2017 07:57:42
  |
danfe  |
- Spell `LICENSE_FILE' variable correctly
- Fix some nearby bogosities (when noticed) |
2016 04 Nov 2016 19:26:35
  |
hrs  |
Update to 2016. |
2008_4 01 Apr 2016 14:25:18
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2008_4 24 Mar 2016 15:47:50
  |
tijl  |
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) |
2008_3 22 Aug 2015 17:48:36
  |
hrs  |
- Split ghostscript into X11-independent and -dependent parts:
* print/ghostscript{7,8,9,9-agpl}-base
Installs Ghostscript binary, libgs, and related files.
These ports do not depend on X11 libraries (i.e. x11* devices
are not available). USES=ghostscript will set dependency on
one of them depending on GHOSTSCRIPT_DEFAULT.
The default device is set to "display" or "bbox".
* print/ghostscript{7,8,9,9-agpl}-x11
Installs a shared library which provides X11 support to
the installed Ghostscript binaries. x11* devices will be (Only the first 15 lines of the commit message are shown above ) |
2008_2 16 Jul 2015 20:53:29
  |
kwm  |
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938 |
2008_2 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 |
2008_2 20 Apr 2015 16:56:51
  |
mat  |
Fix with Perl 5.21.1+
"defined(@array)" and "defined(%hash)" are now fatal errors
These have been deprecated since v5.6.1 and have raised deprecation
warnings since v5.16.
With hat: perl@
Sponsored by: Absolight |
2008_1 15 Nov 2014 16:26:33
  |
antoine  |
Cleanup plist |
2008_1 21 Jan 2014 23:40:23
  |
bapt  |
Fix properties on pkg-plist |
2008_1 02 Nov 2013 17:34:44
  |
hrs  |
Add STAGEDIR support. |
2008_1 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2008_1 17 Sep 2013 06:51:04
  |
bapt  |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
2008_1 11 May 2013 17:58:56
  |
hrs  |
Rectify USE_TEX to support both of teTeX and TeXLive.
TEX_DEFAULT:
A knob to choose teTeX or TeXLive. One can specify in /etc/make.conf.
USE_TEX:
A knob for port developers. Valid keywords are listed in
bsd.tex.mk. |
2008_1 06 May 2013 02:00:41
  |
hrs  |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier. |
2008_1 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
2008 21 Jan 2012 17:40:15
 |
eadler  |
At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.
Explicit duplication > := > = and this just moves ports one step to the left
Approved by: portmgr |
2008 22 Feb 2011 19:08:53
 |
hrs  |
Update to 2008. |
2002.2.1_9 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2002.2.1_8 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
2002.2.1_7 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 |
2002.2.1_6 24 Sep 2007 08:39:25
 |
rafan  |
Remove print/ghostscript-afpl as it has been replaced by print/ghostscript-gpl
since version 8.57. The leading ghostscript is the -gpl one.
Approved by: portmgr (pav) |
2002.2.1_6 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}. |
2002.2.1_5 18 Jan 2007 05:54:50
 |
hrs  |
- Add CONFLICTS with ja-latex2html[*].
- Use TEXMFDIR instead of TEXMFLOCAL.
- Use pkg-message.in to replace %%DATADIR%% string.
- Bump PORTREVISION.
PR: ports/107728 [*]
Submitted by: Koji Yokota [*] |
2002.2.1_4 26 Jan 2006 16:19:00
 |
hrs  |
- Fix dependency[1]
- Use %%DATADIR%% in pkg-plist.
Submitted by: girgen[1] |
2002.2.1_3 24 Jan 2006 03:10:24
 |
edwin  |
SHA256ify
Approved by: krion@ |
2002.2.1_3 25 Jul 2004 14:51:18
 |
hrs  |
- Fix dependency.
- Take maintainership.
- Use USE_GHOSTSCRIPT.
Approved by: linimon (mentor) |
2002.2.1_2 19 Jun 2004 06:16:01
 |
hrs  |
Fix pkg-plist which was broken by the recent print/teTeX change.
Reported by: kris |
2002.2.1_2 30 Jan 2004 22:53:51
 |
krion  |
- Fix plist and bump PORTREVISION
Noticed by: bento via kris |
2002.2.1_1 29 Jan 2004 16:13:06
 |
trevor  |
SIZEify. |
2002.2.1_1 27 Sep 2003 01:01:08
 |
edwin  |
KATO mega patch
- ECHO -> ECHO_MSG
For some ports:
- pre-fetch -> pre-everything
- ECHO -> ECHO_CMD
PR: ports/56820-56858
Submitted by: KATO Tsuguru <tkato@prontomail.com> |
2002.2.1_1 31 Aug 2003 01:21:41
 |
edwin  |
[PATCH] textproc/latex2html: enable choose of ghostscript interpreter
This patch allows the admin of the machine to choose either
print/ghostscript-gnu or print/ghostscript-afp1
PR: ports/54951
Submitted by: Jens Rehsack <rehsack@liwing.de> |
2002.2.1_1 24 Jul 2003 05:47:22
 |
daichi  |
update textproc/latex2html: PLIST is missing some files
PR: 51275
Submitted by: Alan Barrett <apb@cequrux.com> |
2002.2.1 20 Feb 2003 19:11:26
 |
knu  |
De-pkg-comment. |
2002.2.1 03 Nov 2002 14:41:52
 |
naddy  |
Rename patch-message, which is already a bsd.port.mk target. |
2002.2.1 27 Oct 2002 15:00:19
 |
nork  |
Fix correct ports version.
PR: ports/44525
Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru> |
2002-2-1 25 Oct 2002 02:21:12
 |
ijliao  |
upgrade to 2002-2-1
drop maintainership
PR: 43632
Submitted by: maintainer |
99.2b8_1 17 Sep 2002 16:44:16
 |
ijliao  |
add manpage (grab from Debian)
PR: 35249
Submitted by: Fred <sexyfork@nomade.fr> |
18 Oct 2001 03:49:55
    |
ijliao  |
forgot it in the last commit |
15 Oct 2001 11:50:20
    |
ijliao  |
targets reworked a lot |
11 Sep 2001 21:52:33
    |
knu  |
Replace the ghostscript55 dependencies with ghostscript-gnu. |
10 Jul 2001 14:54:22
    |
sobomax  |
${PREFIX}/share/${PORTNAME} --> ${DATADIR} |
05 Feb 2001 16:35:27
    |
olgeni  |
More style fixes for ports/textproc. |
03 Feb 2001 19:12:18
    |
sf  |
enforce not to create gif files and fix pkg-plist. |
23 Jan 2001 14:39:54
    |
sf  |
(null commit) According to the maintainer previous distinfo change includes
'There were none that I noticed at all.' |
21 Jan 2001 19:22:31
    |
sf  |
update checksum. |
11 Dec 2000 16:44:46
    |
roam  |
Update to 99.2b8. |
25 Nov 2000 10:31:08
    |
asami  |
ghostscript5 doesn't exist anymore, so change dependencies to ghostscript55. |
08 Oct 2000 07:29:51
    |
asami  |
Convert category textproc to new layout. |
05 Sep 2000 02:25:20
    |
steve  |
Use correct path for anytopnm in RUN_DEPENDS. |