notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: arabic/arabtex/Makefile
SVNWeb

Number of commits found: 23

Tue, 11 Apr 2023
[ 15:43 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:24e24a19568e8038e3926d7050e1a6052a8b0df5  commit hash:24e24a19568e8038e3926d7050e1a6052a8b0df5  commit hash:24e24a19568e8038e3926d7050e1a6052a8b0df5  24e24a1  (Only the first 10 of 98 ports in this commit are shown above. View all ports for this commit)
*/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
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Mon, 19 Dec 2022
[ 14:44 Muhammad Moinur Rahman (bofh) search for other commits by this committer ]    commit hash:721e5776c957ada07a0d148f5fc3e782a251e6dc  commit hash:721e5776c957ada07a0d148f5fc3e782a251e6dc  commit hash:721e5776c957ada07a0d148f5fc3e782a251e6dc  721e577  (Only the first 10 of 130 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d9604089dbacb6019abf7e0eeb9e2d799395633e  commit hash:d9604089dbacb6019abf7e0eeb9e2d799395633e  commit hash:d9604089dbacb6019abf7e0eeb9e2d799395633e  d960408 
arabic: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Nicola Vitale <nivit@email.it>
  *  Samy Al Bahra <samy@kerneled.com>
  *  Samy Al Bahra <samy@kerneled.org>
  *  Thierry Thomas <thierry@pompo.net>

With hat:	portmgr
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Fri, 13 Nov 2015
[ 13:56 marino search for other commits by this committer ] Original commit   Revision:401516
arabic/arabic: Fix staging after WRKDIR/WRKSRC global changes

This port was left behind when it wandated WRKDIR != WRKSRC and it
was failing staging.

Approved by:	just fix it
Mon, 2 Nov 2015
[ 10:24 danfe search for other commits by this committer ] Original commit   Revision:400648
Bump port revision after r400639 to ensure that users get fixed package.

Requested by:	marino
[ 08:24 danfe search for other commits by this committer ] Original commit   Revision:400639
- Rework broken conversion to option helpers in r399610: while ARABTEXDIRS
  ends up with the correct values, .for loop in `do-install' recipe would
  not iterate over `doc' subdirectory.  So instead, get rid of ARABTEXDIRS
  altogether and install docs in dedicated `do-install-DOCS-on' target
- While here, optimize away MKTEXLSR variable that was used only to amend
  PLIST_SUB knob and convert EXTRACT_SUFX to USES=tar:tgz per portlint(1)

Reported by:	marino
Sun, 18 Oct 2015
[ 09:50 danfe search for other commits by this committer ] Original commit   Revision:399610
Employ option helpers (for DOCS_VARS) and put the knobs in their logical
order (first USE_*, then build-related, then miscellaneous/custom ones).
Thu, 5 Dec 2013
[ 21:03 nivit search for other commits by this committer ] Original commit   Revision:335716
- Update distinfo due to a little change in a PFB font file
  old dist file:
http://people.freebsd.org/~nivit/public_distfiles/arabtex/255afcb5e8004781c6fcc77dbc28a89b/arab311.tgz
  new dist file:
http://people.freebsd.org/~nivit/public_distfiles/arabtex/ded5e5c2e96afdf5827d58c6f41ea56a/arab311.tgz
- Add license (LPPL10)
- Sort Makefile variables
- Allow staging
- Remove post-install target
- Remove Author field, and fix WWW one in pkg-descr
Fri, 20 Sep 2013
[ 11:04 bapt search for other commits by this committer ] Original commit   Revision:327685
Add NO_STAGE all over the place in accessibility in preparation for the staging
support
Sat, 11 May 2013
[ 17:58 hrs search for other commits by this committer ] Original commit   Revision:317899 (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
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.
Mon, 6 May 2013
[ 02:00 hrs search for other commits by this committer ] Original commit   Revision:317455 (Only the first 10 of 150 ports in this commit are shown above. View all ports for this commit)
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
Sun, 23 Dec 2012
[ 06:54 danfe search for other commits by this committer ] Original commit   Revision:309416
Second round of Makefile cleanups in Arabic ports.
Mon, 23 Jul 2012
[ 14:05 cs search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
Fix typos in COMMENT
Sun, 10 Jun 2012
[ 18:42 swills search for other commits by this committer ] Original commit  (Only the first 10 of 639 ports in this commit are shown above. View all ports for this commit)
- Convert all remaining instances of BUILD_DEPENDS=${RUN_DEPENDS} or
  RUN_DEPENDS=${BUILD_DEPENDS} to use := which portlint has warned
  about for a while.

PR:             ports/168208
Approved by:    portmgr (miwi)
Mon, 2 May 2011
[ 12:44 makc search for other commits by this committer ] Original commit  (Only the first 10 of 195 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after open-mofit update
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Sun, 10 Dec 2006
[ 01:21 nivit search for other commits by this committer ] Original commit  (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
- Updated email address in my ports

Approved by:    alexbl (mentor)
Tue, 19 Jul 2005
[ 20:35 pav search for other commits by this committer ] Original commit 
This LaTeX package extends the capabilities of TeX/LaTeX to generate
the arabic writing from an ASCII transliteration for texts in several
languages using the arabic script.
Several other common encodings are also supported.

PR:             ports/83515
Submitted by:   Nicola Vitale <nivit@email.it>

Number of commits found: 23