Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
20 Jul 2022 14:23:14 2016_1 |
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 ) |
29 Oct 2021 09:50:18 2016_1 |
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) |
06 Apr 2021 14:31:07 2016_1 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
14 Aug 2019 12:16:41
2016_1 |
mat  |
Convert to UCL & cleanup pkg-message (categories [t-u]) |
28 Mar 2018 16:52:54
2016_1 |
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 |
04 Feb 2017 07:57:42
2016 |
danfe  |
- Spell `LICENSE_FILE' variable correctly
- Fix some nearby bogosities (when noticed) |
04 Nov 2016 19:26:35
2016 |
hrs  |
Update to 2016. |
01 Apr 2016 14:25:18
2008_4 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
24 Mar 2016 15:47:50
2008_4 |
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) |
22 Aug 2015 17:48:36
2008_3 |
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 ) |
16 Jul 2015 20:53:29
2008_2 |
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 |
14 May 2015 10:15:09
2008_2 |
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 |
20 Apr 2015 16:56:51
2008_2 |
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 |
15 Nov 2014 16:26:33
2008_1 |
antoine  |
Cleanup plist |
21 Jan 2014 23:40:23
2008_1 |
bapt  |
Fix properties on pkg-plist |
02 Nov 2013 17:34:44
2008_1 |
hrs  |
Add STAGEDIR support. |
20 Sep 2013 23:17:32
2008_1 |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
17 Sep 2013 06:51:04
2008_1 |
bapt  |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
11 May 2013 17:58:56
2008_1 |
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. |
06 May 2013 02:00:41
2008_1 |
hrs  |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier. |
01 Jun 2012 05:26:28
2008_1 |
dinoex  |
- update png to 1.5.10 |
21 Jan 2012 17:40:15
2008 |
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 |
22 Feb 2011 19:08:53
2008 |
hrs  |
Update to 2008. |
28 Mar 2010 06:47:48
2002.2.1_9 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
2002.2.1_8 |
dinoex  |
- update to jpeg-8 |
31 Jul 2009 13:57:52
2002.2.1_7 |
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
24 Sep 2007 08:39:25
2002.2.1_6 |
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) |
19 May 2007 20:32:57
2002.2.1_6 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
18 Jan 2007 05:54:50
2002.2.1_5 |
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 [*] |
26 Jan 2006 16:19:00
2002.2.1_4 |
hrs  |
- Fix dependency[1]
- Use %%DATADIR%% in pkg-plist.
Submitted by: girgen[1] |
24 Jan 2006 03:10:24
2002.2.1_3 |
edwin  |
SHA256ify
Approved by: krion@ |
25 Jul 2004 14:51:18
2002.2.1_3 |
hrs  |
- Fix dependency.
- Take maintainership.
- Use USE_GHOSTSCRIPT.
Approved by: linimon (mentor) |
19 Jun 2004 06:16:01
2002.2.1_2 |
hrs  |
Fix pkg-plist which was broken by the recent print/teTeX change.
Reported by: kris |
30 Jan 2004 22:53:51
2002.2.1_2 |
krion  |
- Fix plist and bump PORTREVISION
Noticed by: bento via kris |
29 Jan 2004 16:13:06
2002.2.1_1 |
trevor  |
SIZEify. |
27 Sep 2003 01:01:08
2002.2.1_1 |
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> |
31 Aug 2003 01:21:41
2002.2.1_1 |
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> |
24 Jul 2003 05:47:22
2002.2.1_1 |
daichi  |
update textproc/latex2html: PLIST is missing some files
PR: 51275
Submitted by: Alan Barrett <apb@cequrux.com> |
20 Feb 2003 19:11:26
2002.2.1 |
knu  |
De-pkg-comment. |
03 Nov 2002 14:41:52
2002.2.1 |
naddy  |
Rename patch-message, which is already a bsd.port.mk target. |
27 Oct 2002 15:00:19
2002.2.1 |
nork  |
Fix correct ports version.
PR: ports/44525
Submitted by: Lev A. Serebryakov <lev@serebryakov.spb.ru> |
25 Oct 2002 02:21:12
2002-2-1 |
ijliao  |
upgrade to 2002-2-1
drop maintainership
PR: 43632
Submitted by: maintainer |
17 Sep 2002 16:44:16
99.2b8_1 |
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. |