Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.68 02 Dec 2023 13:32:28
    |
Rene Ladan (rene)  |
textproc/bibtool: Remove expired port
2023-11-30 textproc/bibtool: BROKEN for more than an year |
2.68 29 Oct 2023 22:53:31
    |
Muhammad Moinur Rahman (bofh)  |
textproc/bibtool: Mark DEPRECATED
- BROKEN for more than an year
- Set EXPIRATION_DATE 2023-11-30
- Pet portclippy |
2.68 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) |
2.68 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) |
2.68 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 ) |
2.68 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 ) |
2.68 17 May 2022 14:41:54
    |
Dmitry Marakasov (amdmi3)  |
textproc/bibtool: mark BROKEN: does not build |
2.68 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2.68 22 Apr 2020 21:33:03
  |
sunpoet  |
Update WWW |
2.68 15 Apr 2020 11:16:36
  |
fernape  |
textproc/bibtool: update to 2.68
ChangeLog:
https://www.ctan.org/ctan-ann/id/mailman.7071.1586884555.2586.ctan-ann@ctan.org
* Handling of extracting by aux file improved.
* Record extended by attribute lineno.
This attribute carries the line number of the initiating \@.
* The format of the error messages has been slightly streamlined.
Double spaces are avoided; two colons in one message are avoided.
* The format of the messages of `check_rule` include file and line
number. (Only the first 15 lines of the commit message are shown above ) |
2.67 04 Nov 2019 21:21:04
  |
rene  |
Returns johans's ports to the pool after safekeeping his commit bit. |
2.67 10 Sep 2018 13:14:52
  |
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
2.67 11 Jan 2018 14:18:01
  |
danfe  |
Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2). |
2.67 21 May 2017 21:06:27
  |
johans  |
Update to bibtool 2.67
List license |
2.66 27 Dec 2016 13:19:30
  |
johans  |
Update bibtool to 2.66 |
2.65 28 Jun 2016 06:08:32
  |
johans  |
Update bibtool to 2.65 |
2.64 07 Jun 2016 21:34:36
  |
johans  |
Update to bibtool 2.64 |
2.63 17 Jan 2016 09:21:56
  |
johans  |
Update BibTool to 2.63 |
2.61 13 Jul 2015 12:14:06
  |
johans  |
- Update to bibtool 2.61
- Remove workaround for bad tarball; consider fixed on 9.x |
2.60 25 Jun 2015 13:45:58
  |
amdmi3  |
- Mark BROKEN on 9.x, fails to extract:
BibTool/doc/bibtool.tex: Already exists
tar: Error exit delayed from previous errors.
Submitted by: pkg-fallout
Approved by: portmgr blanket |
2.60 13 Jun 2015 10:33:08
  |
johans  |
Update to BibTool 2.60 |
2.59 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 |
2.59 22 Mar 2015 12:00:24
  |
johans  |
Update to BibTool 2.59 |
2.58 01 Mar 2015 13:04:02
  |
johans  |
Update to bibtool 2.58 |
2.57 25 Jan 2015 18:01:44
  |
johans  |
- Update BibTool to 2.57
- Provide docs as PDF rather than DVI
- Remove patch files no longer needed
- Adopt port |
2.48_5 16 Jan 2015 17:28:14
  |
rafan  |
Drop maintainership as I no longer use these software nor have time and
energy to keep up. |
2.48_5 15 Nov 2014 16:26:33
  |
antoine  |
Cleanup plist |
2.48_5 26 Jan 2014 00:03:52
  |
mat  |
- Convert to staging
- pet portlint
- add license
- convert patches to makepatch naming
Sponsored by: Absolight |
2.48_5 20 Sep 2013 23:17:32
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
textproc) |
2.48_5 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. |
2.48_5 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. |
2.48_5 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
2.48_4 03 Jul 2011 14:40:25
 |
ohauer  |
-remove MD5 |
2.48_4 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.48_3 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
2.48_2 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 |
2.48_1 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}. |
2.48 27 Jun 2006 03:58:58
 |
rafan  |
Change to my FreeBSD.org email.
Approved by: delphij (mentor) |
2.48 24 Jan 2006 03:10:24
 |
edwin  |
SHA256ify
Approved by: krion@ |
2.48 04 Nov 2005 05:40:12
 |
ijliao  |
add bibtool 2.48
Command line manipulation of BibTeX files
PR: 88455
Submitted by: rafan@infor.org |