Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.1_9 01 Aug 2014 20:06:11 |
antoine |
Remove print/freetype-tools, it's integrated in TeXLive |
1.3.1_9 24 Jul 2014 16:33:10 |
bapt |
Reset maintainership for ports not staged with no pending PR
With hat: portmgr |
1.3.1_9 14 Jul 2014 18:42:04 |
bapt |
Modernize LIB_DEPENDS
With hat: portmgr |
1.3.1_9 25 Jun 2014 05:35:32 |
bapt |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
1.3.1_9 26 May 2014 13:55:51 |
miwi |
- Convert gmake,bzip2,xz to USES
Approved by: portmgr |
1.3.1_9 20 Sep 2013 22:44:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
print) |
1.3.1_9 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. |
1.3.1_9 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. |
1.3.1_9 10 Jun 2012 18:42:48 |
swills |
- 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) |
1.3.1_9 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.3.1_8 03 Jul 2011 06:14:57 |
miwi |
- Kick MD5 Support |
1.3.1_8 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
1.3.1_8 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.3.1_7 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.3.1_6 22 Aug 2009 00:35:32 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with P,R,S |
1.3.1_6 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
1.3.1_6 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 |
1.3.1_5 04 Aug 2007 11:41:31 |
gabor |
- Remove the DESTDIR modifications from individual ports as we have a new,
fully chrooted DESTDIR, which does not need such any more.
Sponsored by: Google Summer of Code 2007
Approved by: portmgr (pav) |
1.3.1_5 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}. |
1.3.1_4 24 Feb 2007 04:51:34 |
rafan |
- Add portscout restriction |
1.3.1_4 13 Nov 2006 13:28:02 |
rafan |
- Do not install t1asm, depending on print/t1utils instead.
Spotted by: Edward G.J.Lee <edt1023 at info.sayya.org> |
1.3.1_3 13 Aug 2006 10:21:37 |
rafan |
- Respect DESTDIR
- Remove unnecessary RUN_DEPENDS by swap {BUILD,RUN}_DEPENDS
This is due to libtool and gmake.
Bump PORTREVISION for this.
- Use find's ability: -delete
PR: ports/101871
Submitted by: Gea-Suan Lin <gslin at gslin.org> |
1.3.1_2 30 Jun 2006 11:05:49 |
rafan |
- Add missing dependency
The only port that has direct dependency on this port is chinese/CJK,
but due to other dependencies, print/freetype is listed in CJK's
dependcies list. Thus, no need to bump CJK's PORTREVISION in this case.
PR: 99628
Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Approved by: delphij (mentor) |
1.3.1_1 27 Jun 2006 03:58:58 |
rafan |
Change to my FreeBSD.org email.
Approved by: delphij (mentor) |
1.3.1_1 13 May 2006 01:03:17 |
edwin |
Remove USE_REINPLACE from all categories starting with P |
1.3.1_1 24 Jan 2006 01:00:58 |
edwin |
SHA256ify
Approved by: krion@ |
1.3.1_1 15 Nov 2005 06:52:12 |
ade |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
1.3.1_1 31 Jul 2005 10:33:53 |
sem |
- ttf2pk, ttf2pfm: install forgoten font maps
- install ttf2bdf
- install ttfbanner
- include a patch in previous chinese/CJK for ttf2pk (patch-big5eten)
which add support for big5 eten extension maps
- it should use gmake
- bump PORTREVISION
PR: ports/84346
Submitted by: maintainer |
1.3.1 29 Jul 2005 09:24:29 |
pav |
This includes some tools that are in FreeType 1's contrib directory.
ttf2pfb: Converting TrueType fonts to the Postscript Type 1 format.
ttf2pk: A simple conversion tool to bring TrueType quality to the
TeX world.
ttf2bdf: Produce bitmapped fonts from TrueType files for your X11
applications.
PR: ports/84282
Submitted by: Rong-En Fan <rafan@infor.org> |