Commit Graph

663 Commits

Author SHA1 Message Date
Erwin Lansing
2a01ba1378 Fix after DESTDIR support was added.
Submitted by:	gabor
2006-08-08 18:39:54 +00:00
Thierry Thomas
d0bd638125 - Upgrade to 1.16;
- Change my address;

- Remove XFree86-3 support;

- Chase ttmkfdir update.
2006-08-03 20:06:54 +00:00
Erwin Lansing
e4d730c33e Update to 0.40
PR:		101146
Submitted by:	Gea-Suan Lin <gslin@gslin.org>
2006-08-01 08:37:34 +00:00
Ion-Mihai Tetcu
6e89799a34 - Update to 3.0.9
- Pass maintainership to submitter

Added file(s):
- files/patch-builtin.cpp
- files/patch-directory.cpp
- files/patch-encoding.l
- files/patch-ttf.cpp
- files/patch-util.h

This release contains additional patches and impovements from Redhat and net:
- Compressed fonts support via Zlib
- Improve performance when checking if a font has a mapping present
- Base font file selection on the magic at the start of the file
- iso8859-13 support
- Default read system encodings.dir instead of the one in current directory
- A lot of bugfixes

PR:		ports/100520
Submitted by:	Stanislav Sedov <ssedov@mbsd.msk.ru>
2006-07-19 11:06:15 +00:00
Martin Wilke
3547dddfb7 - Unbreak
- Fix pkg-plist

PR:		ports/100426
Submitted by:	miwi
Approved by:	krion (mentor), maintainer
2006-07-19 07:45:35 +00:00
Erwin Lansing
157be036a0 Note to self: first coffee, then commit.
Maho-san fixed the port not to use this file until the future work can be done
and I wrongfully readded it.

Pointyhat and certainly no cookie to:	erwin
2006-07-18 08:40:47 +00:00
Erwin Lansing
fb98854436 Readd the empty fonts.alias.cyberbit which is here in preparation for
future work.

Submitted by:	nork, maho (maintainer)
2006-07-18 08:35:16 +00:00
Maho Nakata
6757c0720c Remove fonts.alias stuffs.
Noticed by:	nork and erwin
2006-07-18 06:21:44 +00:00
Michael Johnson
1a836eaca1 - Update to 2.8
Spotted by:	ka24 via irc.freenode.org/#FreeBSD-GNOME
2006-07-17 01:00:10 +00:00
Mark Linimon
4cdeffef6a Mark as broken: fails to deinstall cleanly. 2006-07-16 21:50:48 +00:00
Erwin Lansing
70480582d4 Remove zero-sized files. 2006-07-10 20:44:48 +00:00
Boris Samorodov
6478ed46be 1. Upgrade linux infrostructure ports from FC3 to FC4.
2. Introduce gtk2-engines into x11-toolkits/linux-gtk2.     [1]

Requested by:	netchild [1]
Approved by:	netchild (mentor, implicit)
2006-07-09 21:01:45 +00:00
Renato Botelho
de7cecba96 - Update to 4.20
- Pass maintainership to submitter

PR:		ports/99586
Submitted by:	Vlad V. Teterya <vlad at vlad.uz.ua>
Approved by:	maintainer
2006-07-06 16:16:54 +00:00
Martin Wilke
a558961425 Add manu-gothic, an old german blackletter handwriting (suetterlin) font.
This True Type Font has been based on the Old German handwriting as it
was taught in Schleswig and Germany around Year 1900 (Suetterlin). If
you study sources from that time and before, it is important to be
familiar with this writing style. The font is free for personal use.

WWW: http://www.bryld.info/download.php

PR:		ports/95278
Submitted by:	heiner Eichmann <h.eichmann@gmx.de>
Approved by:	krion (mentor) markus (co mentor)
2006-06-29 15:13:19 +00:00
Michael Johnson
85e215fdbd - Update to 2.7 2006-06-20 01:20:16 +00:00
Aaron Dalton
2d914c9605 - Update PORTVERSION to correct 0.38.1
- Remove DISTNAME hack
- Add WRKSRC to deal with malformed distro dir structure

Approved by:	tobez (implicit)
2006-06-19 00:21:11 +00:00
Jeremy Messenger
7f86966102 Use the correct mtree when you change the prefix, for example:
Incorrect: (before)
	================================
	# cd /usr/ports/x11-toolkits/pango
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.local.dist <-- Here...
	================================

	Correct: (after)
	================================
	# cd /usr/ports/x11-toolkits/pango
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist <-- Here...
	================================
2006-06-12 04:58:43 +00:00
Martin Wilke
83bdb34821 Update MASTER_SITES
PR:		ports/97849
Submitted by:	miwi
Approved by:	krion (mentor)
2006-06-08 13:36:24 +00:00
Erwin Lansing
26d5da3fc3 Remove MAN3PREFIX and assign over to perl.
Submitted by:	Rong-En Fan <rafan@infor.org>
2006-06-06 07:44:29 +00:00
Vasil Dimov
8a36bd62da Remove expired leaf ports:
2006-06-01 devel/gnu-libtool
2006-06-01 japanese/linux-ttfonts
2006-06-01 net/gnomemeeting
2006-06-01 news/knzb
2006-06-01 x11/linux-gnomelibs
2006-06-01 x11-fonts/linux-urw-fonts
2006-06-05 11:07:32 +00:00
Jeremy Messenger
ae00e4fd7a Correct it, don't use USE_X_PREFIX that cause the circle dependency loop. 2006-06-01 00:25:39 +00:00
Jeremy Messenger
336ae3953d - Add header in these *-reference ports.
- Fix a few of pkg-descr by chase the rename.
- Move all PORTREVISION and PORTEPOCH to top with ?=.
- Put USE_X_PREFIX back in, but under REFERENCE_PORT, and remove PREFIX? and
  USE_XLIB. This fix ports to use the correct mtree when you change the prefix,
  for example:

  	Incorrect: (Without USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.local.dist <-- Here...
	================================

  	Correct: (With USE_X_PREFIX)
	================================
	# cd /usr/ports/x11-toolkits/gtk20
	# make -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist
	# make PREFIX=/tmp/foo -V MTREE_FILE
	/etc/mtree/BSD.x11-4.dist <-- Here...
	================================

- Change a several of *-reference ports to install in LOCALBASE instead
  X11BASE, but only two gtkmm*-reference couldn't be change at the moment.
  Bump the PORTREVISION for change prefix.

Discussed with:	marcus
2006-05-31 22:18:51 +00:00
Xin LI
f3b47e00a0 Add BUILD_DEPENDS to make pinityhat happy.
Submitted by:	Dryice Liu <dryice dryice name> (maintainer)
PR:		ports/98188
2006-05-31 02:42:18 +00:00
Xin LI
87e4579c33 Update to 0.7.0 (the version goes backward since the old version
number is from where the fontset is derived from).

Submitted by:	Dryice Liu <dryice dryice name> (maintainer)
PR:		ports/97779
2006-05-29 01:58:48 +00:00
Jeremy Messenger
7e42d7a7c4 devel/pkgconfig -> devel/pkg-config
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.

PR:		ports/97985
Repocopy by:	marcus
2006-05-28 05:25:50 +00:00
Andrey A. Chernov
eb3804a59a Replace mastersite died 2006-05-21 10:39:16 +00:00
Thierry Thomas
7dbc7b34f3 Chase DISTFILES and make fetchable again.
Same MD5, don't bump PORTREVISION.

Reported by:	ports-i386 via Kris
2006-05-20 21:53:07 +00:00
Michael Johnson
92d582918d - Update to 2.6
PR:		97493
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-05-19 12:38:38 +00:00
Michael Johnson
d3138e9a45 - Add pkg-descr
Requested by:	Dan Langille <dan@langille.org> for freshports.org
2006-05-17 20:56:56 +00:00
Jeremy Messenger
2341ff2d85 portlint:
-Use lowercase letter in the begin of IGNORE.
	-Replace some spaces by tabs.
	-Remove a whitespace.
2006-05-16 05:35:53 +00:00
Alexander Leidinger
0869554ba0 Don't run fc-cache, we're using the fonts of the X server and the native
fontconfig (or the fonts ports/packages) are supposed to run fc-cache.
I also noticed it has problems with some fonts, so we may end up with a
not complete cache in this version.

This should fix the build on pointyhat (cache files left after pkg_delete).

While I'm here use a link to the native fonts.conf, we don't need our
own here.
2006-05-13 15:48:28 +00:00
Edwin Groothuis
5b2fd8de70 Remove USE_REINPLACE from categories starting with X 2006-05-13 05:00:46 +00:00
Jean-Yves Lefort
b6c29102e0 Move the fontconfig programming reference to the fontconfig-reference port. 2006-05-11 18:03:03 +00:00
Sergey Matveychuk
9834ff02ed - Remove CVS tags and blank lines from distinfo file in unmaintained ports
Obtained from:	distinfo survey
2006-05-07 16:01:48 +00:00
Alexander Leidinger
4026ca7b77 Mark as deprecated (+expiry), it is not needed. 2006-05-02 11:20:20 +00:00
Jean-Yves Lefort
867d117e44 - Make sure that /usr/X11R6/lib/X11/fonts is only listed once in fonts.conf.
- Replace some spaces by tabs.
2006-05-01 18:46:06 +00:00
Alexander Leidinger
c1eba2d83e - convert to use bsd.linux-rpm.mk (get rid of include of linux-gtk/Makefile) [1]
- use fixed plists [1]
- category "linux" added to those ports without it [1]
- update some ports to a recent FC3 one [1]

- remove plists/... for Alpha (there's no support since linux_base-8 for
  Alpha anymore)
- don't hardcode version numbers in some plists, use PLIST_SUB instead
  (any errors are mine, don't keep them, send them to me)

Regarding linux-ungif I declare a maintainer timeout (one month, Boris tried
to contact the maintainer) and also pull the "sweeping commit"-card (the
port which it uses as some kind of master port can not be used for this
anymore). Besides this, I don't think he will be upset when other people
do the work instead of adding an entry to his TODO list. :-)

This commit brings us just before the switch of the default linux base
port to the fc3 one, modulo some bugs which may appear. So:
	 Beta testers wanted!

To test:
sed -i.old -e 's:linux-XFree86-libs:linux-xorg-libs:' /usr/ports/Mk/bsd.port.mk
echo OVERRIDE_LINUX_BASE_PORT=fc3 >> /etc/make.conf
portupgrade -f -o emulators/linux_base-fc3 -f linux_base-8
portupgrade -o x11/linux-xorg-libs linux-XFree86-libs
portupgrade linux-\*

The first two steps are necessary to switch to fc3 as the new default linux
base port, the last 3 steps to upgrade to fc3.

And feel free to send a big "Thank you!" to Boris, he did a lot of the work!
I just provided some hints and answered some questions (besides from
committing all the necessary changes for FC3 and doing some minor
changes+comments/improvements to/of his work), even when he tries to tell
you something else. ;-)

Submitted by:	Boris Samorodov <bsam@ipt.ru> [1]
2006-05-01 17:28:17 +00:00
Yen-Ming Lee
329aed2ac9 - update to 1.19
- assign to perl@
2006-04-28 15:11:06 +00:00
Jimmy Olgeni
d4751730c3 Assume maintainership from ports@. 2006-04-20 12:00:55 +00:00
Michael Johnson
88dc85abfe - Update to 2.5 2006-04-17 02:37:55 +00:00
Mark Linimon
428ee0bc4b Reset petef due to no response to email. We hope to see him back sometime.
Hat:	portmgr
2006-04-14 20:45:44 +00:00
Michael Johnson
180b80999a - Update to 2.4.1
Spotted by:	portscout
2006-04-09 16:25:33 +00:00
Thierry Thomas
076a04adb7 - Upgrade to 20060126;
- Respect NOPORTDOCS.

PR:		93744
Submitted by:	Andreas Kohn <andreas (at) syndrom23.de> (maintainer)
2006-03-27 19:40:40 +00:00
Joe Marcus Clarke
0c0a9192a7 Fix the build when docbook-utils is installed.
Submitted by:	Andreas Kohn <andreas@syndrom23.de>
2006-03-26 23:34:28 +00:00
Jimmy Olgeni
6902b1ae80 Fix file permissions. 2006-03-26 19:42:19 +00:00
Pav Lucistnik
ef951e1ecd An x11 font designed to be small yet easily read.
WWW: http://www.goof.com/pcg/marc/suxus.html

PR:		ports/93184
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
2006-03-26 19:13:49 +00:00
Jimmy Olgeni
371160e582 Fix MASTER_SITES. 2006-03-26 17:59:11 +00:00
Jimmy Olgeni
c1997941b1 Assume maintainership from ports@. 2006-03-26 17:56:50 +00:00
Jimmy Olgeni
0599ec230b Use NO_BUILD. 2006-03-26 17:55:24 +00:00
Jimmy Olgeni
b09702dc34 Add fc-cache handling.
Obtained from:	Dejan Lesjak <dejan.lesjak(at)ijs.si>
2006-03-26 17:49:22 +00:00