Commit graph

35 commits

Author SHA1 Message Date
Stefan Walter
6b9a8cdf69 Install the proprietary license text as advertised in pkg-message.
PR:		127447
Submitted by:	Till Klampaeckel <till@php.net>
Approved by:	maintainer timeout
2008-10-25 12:15:56 +00:00
Felippe de Meirelles Motta
a4347aa2d7 - Fix pkg-plist.
- Bump PORTREVISION.

Reported by:	itetcu
Approved by:	gabor (mentor)
2008-05-29 21:14:12 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Felippe de Meirelles Motta
09cec24050 - Makefile cosmetic changes.
- Move pkg-message to FILESDIR.
- Bump PORTREVISION.

PR:		ports/121753
Submitted by:	myself
Approved by:	araujo (mentor), Konstantinos Konstantinidis <kkonstan@duth.gr> (maintainer)
2008-04-03 02:14:31 +00:00
Edwin Groothuis
5560a9badb add SHA256 checksums and reformat Makefile 2008-03-25 04:12:03 +00:00
Martin Wilke
06aa815303 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 23:03:18 +00:00
Dmitry Morozovsky
0f886f6131 Clean up pkg-message a bit:
- support for XFree86 3.x has been dropped
- mention xorg before XFree86 as it is default X system for long time

PR:		ports/112867
Approved by:	maintainer
Approved by:	portmgr (erwin)
2007-05-23 07:10:46 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00
Pav Lucistnik
45a085ac12 - Remove support for xfree86-3
PR:		ports/106666
Submitted by:	vd
With hat:	portmgr
2007-02-02 17:06:25 +00:00
Kris Kennaway
7c01d45474 NO_CDROM and NO_PACKAGE are not appropriate; use RESTRICTED instead 2006-09-03 01:15:32 +00:00
Mark Linimon
9bbc301792 Remove dead mastersites per distfile survey.
Approved by:	maintainer
2005-11-29 18:53:14 +00:00
Jeremy Messenger
3f74b02e85 HAVE_MSWINDOWS_LICENSE -> WITH_MSWINDOWS_LICENSE for now.
Requested by:	kris
2005-11-12 20:54:20 +00:00
Jeremy Messenger
d7ddb40ab5 Add Tahoma TTF fonts, it's off by default with HAVE_MSWINDOWS_LICENSE knob to
enable it. You must have a Windows License to use it. Bump it to 0.30.

PR:		ports/87847
Submitted by:	Rostislav Krasny <rosti.bsd@gmail.com>
Approved by:	Konstantinos Konstantinidis <konstand@gmail.com> (maintainer)
2005-11-12 20:03:07 +00:00
Jeremy Messenger
2cf76b0be5 Fix a ftp link in the MASTER_SITES:
-ftp://ftp.uni-koeln.de/pc/win32/msoft-95/
	+ftp://ftp.uni-koeln.de/pc/win32/msoft/

Submitted by:	Rostislav Krasny <rosti.bsd@gmail.com>
2005-10-20 21:34:46 +00:00
Jeremy Messenger
896016dc77 Update and improvement on the fonts.dir, bump the PORTREVISION.
- Add more encodings fonts like add iso8859-6, ansi-1251, and etc.
	- Correct info of font what kind of they are to allow some apps to
	  search for specific font like monospaced stuff correct. Ex:

	  Before: [...] mono-medium-r-normal--0-0-0-0-c-0-adobe-standard
	  After: [...] mono-book-r-monospaced--0-0-0-0-m-0-adobe-standard

Don't ask me why there are no tools (ttmkfdir, mkfontscale, etc) that will
give the same output. What I am doing is merge to the each others for what
they can find encodings stuff, they work together just fine.

Submitted by:	ache
Approved by:	maintainer (implicit, only fix and add missing encodings
		allowed)
2005-10-17 23:12:08 +00:00
Jeremy Messenger
d2543525ff - Remove ttmkfdir dependency and do not use it, using static method by
add fonts.dir in webfonts/files/. It's easier on us for no prefer
  what to use tools. For example, if you install Xorg and why do you
  need ttmkfdir when there have mkfontscale and mkfontdir that came
  with Xorg?
- Add run fc-cache like bitstream-vera port has, useful for the new
  Xorg/XFree86 and other desktops.
- Remove the rename, leave the default alone to avoid cause a few apps crash.
- Move LICENSE in DOCSDIR instead in font directory.
- Remove too many targets, they aren't need and the complicate isn't
  need too.
- Correct the extract way, now it will extracting in WRKSRC.
- Remove WITH_NETSCAPE_ALIASES, there's no Netscape 4.x in ports tree.
- A few other cleans up.

BTW: If it causes any different language font problem, please let me know and
     I will be happy to try to fix it.

PR:		ports/84201
Approved by:	Konstantinos Konstantinidis <konstand@gmail.com> (maintainer)
Tested by:	keramida (Greek font)
2005-08-28 07:04:24 +00:00
Eric Anholt
4eb209da7d - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,
and make XFREE86_VERSION map to it.  XFREE86_VERSION is now deprecated.
- Make xorg the default X_WINDOW_SYSTEM on -current.
- Add several new X_*_PORT variables which point to various pieces of X11 based
  on the setting of X_WINDOW_SYSTEM, and make ports use them.
- Add information to CHANGES about how to handle the transition.

PR:		ports/68763
Approved by:	portmgr (marcus)
Approved by:	re (scottl)
2004-07-23 19:10:32 +00:00
Dmitry Sivachenko
b9b0e92a41 Move cabextract dependency from BUILD_DEPENDS to EXTRACT_DEPENDS to
unbreak the build on systems without cabextract.

Approved by:	kris
2003-03-19 07:41:55 +00:00
Akinori MUSHA
e173f6c3ea De-pkg-comment. 2003-02-21 14:08:24 +00:00
Christian Weisgerber
2ec37711e4 A "patch-message" target is already used by bsd.port.mk. 2002-11-03 14:51:40 +00:00
Trevor Johnson
899c73049b Add back Konstantinos Konstantinidis as the maintainer. He has
responded to the message I sent to his duth.gr address.  He seems
interested in maintaining the port.  Although he did not say that
he wishes to use that address, it is the only working one I know.
2002-08-26 10:12:21 +00:00
Trevor Johnson
2d7850622f Bump PORTREVISION. Users who installed the port in the past were
not told that the Arial Unicode font has a different, much more
restrictive, license than the other fonts.  They were only shown
the less restrictive license.  Since they did not see the Unicode
license, they did not have a chance to make sure they were not in
violation of it.  The license mentioned by the port now matches the
actual license, and the PORTREVISION bump will encourage them to
update.
2002-08-24 23:16:42 +00:00
Trevor Johnson
1e1f0ac851 whitespace changes suggested by portlint -act 2002-08-24 23:07:06 +00:00
Trevor Johnson
6d3573ad97 The distfiles were removed from the publisher's sites, so use a
different set of master sites.  The home page is no longer worth
reading, so remove its URL from pkg-descr.

Noticed by:     Miguel Mendez
Obtained from:  www.alltheweb.com FTP search (in part)
Submitted by:   Amar Takhar, Christian Brueffer, blackend and myself
PR:             41716 and 41775
2002-08-24 22:50:16 +00:00
Trevor Johnson
8f98463cfa Remove the Arial Unicode font. Its license is much more restrictive
than the license on the other fonts, and it can no longer be
downloaded from its publisher.  Remove the RESTRICTED line because
the remaining fonts have fewer restrictions on redistribution via
the Internet.

Reviewed by:	no objection from ports list
2002-08-24 21:59:51 +00:00
Trevor Johnson
d1b52edb53 Set MAINTAINER to ports@FreeBSD.org, since e-mail to the existing
maintainer bounces with "451 daemon.gr: Name server timeout".
Submitted by:   alane
2002-08-24 21:48:06 +00:00
Patrick Li
b2fe88e6b2 Last attempt to fix the prefix problem was just a revert of fenner's changes
so fix that and just add USE_X_PREFIX before .include <bsd.port.pre.mk>

Noticed by:	Tadayuki OKADA <tadayuki@mediaone.net>
2002-02-02 07:10:31 +00:00
Patrick Li
771caea0d3 Fix to install to the proper prefix (default: /usr/X11R6)
PR:		34533
Submitted by:	bmah
2002-02-02 04:25:52 +00:00
Akinori MUSHA
a80f0bd0dd Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
2002-01-29 12:14:18 +00:00
Bill Fenner
d1c842d043 Include bsd.port.pre.mk in order to get XFREE86_VERSION defined.
Submitted by:	distfile survey
2002-01-21 16:39:13 +00:00
Jim Mock
699b590e7c Update to 0.21.
PR:		34091
Submitted by:	maintainer
2002-01-20 22:31:03 +00:00
Mark Pulford
c5a927e1e2 Use X11BASE with ttmkfdir to avoid PATH problem
PR:		27755
Approved by:	maintainer
2001-06-11 16:09:37 +00:00
Maxim Sobolev
efee4410c5 Put back NO_PACKAGE - its absence doesn't provide any substantial benefits,
while may cause license violation. As the maintainer said: "It doesn't
make sense to take the risk for such a low return." So be it...

Submitted by:	maintainer
2001-05-18 23:47:19 +00:00
Ying-Chieh Liao
f828fbc4d5 Updated distinfo - apparently trebuc32.exe has been updated from version
1.15 to 1.22 (cheers Mikhail).

Also removed NO_PACKAGE, it doesn't seem to be justified.

PR:		27365
Submitted by:	MAINTAINER
2001-05-18 16:15:39 +00:00
Clive Lin
5c4efe4a8a New port: TrueType core fonts for the Web.
PR: 24431
Submitted by: Konstantinos Konstantinidis <kkonstan@duth.gr>
2001-01-20 11:14:29 +00:00