notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: print/latex-beamer/Makefile

Number of commits found: 32

Tuesday, 11 Apr 2023
15:43 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/tex*: Update version 20210325=>20230313

- devel/tex-kpathsea: Update version 6.3.3=>6.3.5
- print/texlive-tlmgr: Update version 20210325=>20230313
  * Add LICENSE GPLv2
- devel/tex-libtexlua: Update distinfo from 20230313 dists
- devel/tex-libtexluajit: Update distinfo from 20230313 dists
- print/tex-ptexenc: Update version 1.3.9=>1.4.3
  * Pet portclippy
- devel/tex-web2c: Update version 20210325=>20230313
- devel/tex-synctex: Update distinfo from 20230313 dists
- print/tex-basic-engines: Update version 20210325=>20230313
- print/texlive-base: Update version 20210325=>20230313
- print/texlive-docs: Update version 20210325=>20230313
- print/texlive-full: Update version 20210325=>20230313
- print/texlive-texmf: Update version 20210325=>20230313
- print/texlive-texmf-source: Update version 20210325=>20230313
- print/latex-biber: Update version 2.16=>2.19
- print/tex-dvipdfmax: Update version 20210325=>20230313
- print/tex-dvipsk: Update version 2021.1=>2023.1
- print/tex-formats: Update version 20210325=>20230313
- print/tex-jadetex: Update distinfo from 20230313 dists
- print/tex-luatex: Update version 1.12.0=>1.16.0
- print/tex-xetex: Update distinfo from 20230313 dists
- print/tex-xmltex: Update distinfo from 20230313 dists
- japanese/tex-ptex: Fix build
  * Remove ConTeXt format
- textproc/foiltex: Update MASTER_SITES
  * Adopt port
- There are multiple ports which uses the macro USE_TEX=texmf that is
  downloading a big DISTFILE. Unfortunately it is not possible for me to
  test all the consumers in runtime. So in the following ports I have
  removed USE_TEX=texmf so that someone who uses those can report the
  runtime files those are missing. If possible(based on LICENSE
  permission) I will try to create a smaller distfile out of the
  texlive-20230313-texmf and change dependency accordingly otherwise
  will reinstate USE_TEX=texmf. The list of ports that are affected are
  following:
  * arabic/arabtex
  * graphics/epix
  * math/cadabra2
  * math/coq
  * math/gnuplot-tex-extras
  * net-mgmt/netmagis-www
  * print/dvisvg
  * print/lilypond
  * print/mftrace
  * print/tex-xdvik
  * print/latex-beamer

Sponsored by:	Nepustil
commit hash: 24e24a19568e8038e3926d7050e1a6052a8b0df5 commit hash: 24e24a19568e8038e3926d7050e1a6052a8b0df5 commit hash: 24e24a19568e8038e3926d7050e1a6052a8b0df5 commit hash: 24e24a19568e8038e3926d7050e1a6052a8b0df5 24e24a1
Monday, 19 Dec 2022
14:44 Muhammad Moinur Rahman (bofh) search for other commits by this committer
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)
commit hash: 721e5776c957ada07a0d148f5fc3e782a251e6dc commit hash: 721e5776c957ada07a0d148f5fc3e782a251e6dc commit hash: 721e5776c957ada07a0d148f5fc3e782a251e6dc commit hash: 721e5776c957ada07a0d148f5fc3e782a251e6dc 721e577
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 16 Dec 2019
13:16 cmt search for other commits by this committer
print/latex-beamer: update to 3.57 and unbreak

latex-beamer is now hosted at github.

PR:		241766
Approved by:	maintainer-timeout (hrs)
Original commitRevision:520255 
Wednesday, 6 Nov 2019
14:00 antoine search for other commits by this committer
Mark a few ports BROKEN (unfetchable)
Original commitRevision:516887 
Thursday, 16 Jul 2015
06:33 hrs search for other commits by this committer
Remove an extra dependency.

Pointy hat to:	hrs
Original commitRevision:392276 
Tuesday, 14 Jul 2015
04:57 hrs search for other commits by this committer
Resurrect print/latex-beamer and update it to 3.36.
Original commitRevision:391970 
Wednesday, 2 Jul 2014
13:32 bapt search for other commits by this committer
Support stage
Original commitRevision:360182 
Friday, 20 Sep 2013
22:44 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
print)
Original commitRevision:327765 
Saturday, 11 May 2013
17:58 hrs search for other commits by this committer
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.
Original commitRevision:317899 
Monday, 6 May 2013
02:00 hrs search for other commits by this committer
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
Original commitRevision:317455 
Sunday, 3 Mar 2013
20:43 hrs search for other commits by this committer
Fix footer of infolines outer theme when no \institute is defined.

Pointed out by:	avg
Original commitRevision:313377 
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Saturday, 22 Aug 2009
00:35 amdmi3 search for other commits by this committer
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Friday, 30 Mar 2007
05:19 hrs search for other commits by this committer
Update to 3.07.  Changes include:

        - LyX layout removed since it is now part of the LyX
          development tree.
        - Cleaned up documentation.
        - Cleaned up license chaos and removed all possibly
          copyrighted material.
        - Fixed incorrect subsubsections in vertical navigation bars.
        - Fixed problem with overlay specifications in amsmath
          environments.
        - Fixed superfluous \show in beamerthemeshadow.sty
        - Fixed color problem in beamer boxes with rounded corners.
        - Fixed problem with frametitle syntax in fragile frames.
        - Fixed missing frame subtitles in article mode.
        - Added french solution translations (due to Philippe De Sousa).
Original commit
Thursday, 4 Jan 2007
21:48 hrs search for other commits by this committer
Resurrect print/latex-pgf and print/latex-beamer and update
them to 1.01 and 3.06 respectively.

Changes since latex-beamer 3.01 (included in teTeX) include:

 - Fixed bug in drawing of buttons.
 - Version for use with pgf version 1.00.
 - Added color theme wolverine and presentation theme AnnArbor,
   submitted by Madhusudan Singh <madhusudan.singh@gmail.com>.
 - Added two screen options.
 - Added subsubsections (evil!).
 - Added \begin{frame}{Title}{Subtitle} syntax.
 - Switched to pgf version 0.95
 - \setbeamercovered is now scoped.
 - Fixed location of navigation symbols on plain frames.
 - Fixed wrong frame number in conjunction with fragile option.
 - Fixed compatibility definitions like \beamertemplateballtoc.
 - Fixed compatibility definitions for \beamersetleftmargin.
 - Fixed wobbling height of frametitle in default theme.
 - Fixed problem with serif theme and "onlymath" option.
 - Fixed problem with >127 characters and fragile option.
 - Fixed problem with activation of Chinese characters
 - Fixed problem with spaces in semiverbatim.
Original commit
Tuesday, 12 Dec 2006
16:06 vd search for other commits by this committer
Remove expired ports:
2006-12-01 print/latex-beamer: is already included in the teTeX distribution
2006-12-01 print/latex-bibtopic: is already included in the teTeX distribution
2006-12-01 print/latex-bibunits: is already included in the teTeX distribution
2006-12-01 print/latex-booktabs: is already included in the teTeX distribution
2006-12-01 print/latex-index: is already included in the teTeX distribution
2006-12-01 print/latex-layouts: is already included in the teTeX distribution
2006-12-01 print/latex-pgf: is already included in the teTeX distribution
2006-12-01 print/latex-subfig: is already included in the teTeX distribution
2006-12-01 print/latex-xcolor: is already included in the teTeX distribution
2006-12-01 print/latex-lineno: is already included in the teTeX distribution
2006-12-01 print/latex-pict2e: is already included in the teTeX distribution
2007-05-31 multimedia/gstreamer-plugins-mpeg2enc80: Obsolete version, use
gstreamer 0.10 instead
2006-12-01 lang/gcc30: "This port is no longer in use by anything in the ports
collection and will be removed in the future.  Use a later release instead."
2006-12-01 lang/egcs: "This port is no longer in use by anything in the ports
collection and will be removed in the future.  Use a later release of gcc
instead"
2006-12-01 graphics/php4-ming: doesn't work with new version of ming library
2006-12-01 graphics/dvipng: is already included in the teTeX distribution
Original commit
Saturday, 2 Sep 2006
20:27 kris search for other commits by this committer
Schedule these ignored ports for termination on 2006-12-01
Original commit
Thursday, 10 Feb 2005
17:33 hrs search for other commits by this committer
- Mark as IGNORE because this is already included in the teTeX-3.0.
- Fix pkg-plist.
Original commit
Monday, 15 Nov 2004
20:13 hrs search for other commits by this committer
Update to 3.01.
Original commit
Wednesday, 3 Nov 2004
17:05 hrs search for other commits by this committer
Update to 3.00.
Original commit
Saturday, 21 Aug 2004
13:15 hrs search for other commits by this committer
Update to 2.21.
Original commit
Thursday, 19 Aug 2004
17:39 hrs search for other commits by this committer
Fix dependency.

Approved by:    linimon (mentor)
Original commit
Sunday, 25 Jul 2004
14:46 hrs search for other commits by this committer
Update to 2.20.

Submitted by:   ijliao
Approved by:    linimon (mentor)
PR:             ports/68039
Original commit
Tuesday, 23 Mar 2004
08:15 krion search for other commits by this committer
- Update to version 2.10

PR:             ports/64603
Submitted by:   maintainer
Original commit
Wednesday, 3 Mar 2004
21:38 krion search for other commits by this committer
- Update to version 2.01

PR:             ports/63712
Submitted by:   maintainer
Original commit
Saturday, 24 Jan 2004
10:00 krion search for other commits by this committer
Add latex-beamer 1.21,

latex-beamer is a LaTeX class that allows you to create a
beamer presentation. It can also be used to create slides. It
behaves similarly to other packages like Prosper, but has the
advantage that it works together directly with pdflatex, but
also with dvips.

PR:             ports/61827
Submitted by:   hrs@FreeBSD.org
Original commit

Number of commits found: 32