Commit Graph

190 Commits

Author SHA1 Message Date
MIHIRA Sanpei Yoshiro
85da0a1180 jmk-x11-fonts, Jim Knoble's font package for X
PR:		ports/20722
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2000-11-18 12:23:15 +00:00
Satoshi Asami
7112ba2b40 Change motif to a normal dependency. REQUIRES_MOTIF is now called
USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif.  As
before, it implies USE_XPM (and therefore USE_XLIB).  Motif-dummy is
removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3.

Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always
have USE_MOTIF.  ftp/moxftp will define USE_MOTIF unless
WANT_ATHENA_VERSION (new variable) is defined.  I merged the X cases
in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined.

I will remove x11-toolkits/Motif-dummy (which has been repo copied to
open-motif) in a few days.
2000-11-07 23:28:20 +00:00
Satoshi Asami
939f849a9a Revert previous commit and just change 6 to ${XAWVER}. (The previous
version didn't work anyway, since USE_IMAKE was defined after include
of bsd.port.pre.mk....)
2000-11-03 08:09:48 +00:00
Satoshi Taoka
90f97911de Fix the following problem:
In XFree86-4, version of libneXtaw is 7 instead of "6" in XFree86-3.
   (Is it true ?)

Obtained from: bento
2000-11-02 18:30:36 +00:00
Trevor Johnson
f78f42134f Tell users that not all these fonts are free.
PR:		21907
Submitted by:	Dag-Erling Smørgrav
2000-10-15 07:06:11 +00:00
Trevor Johnson
1e45c8cae4 Some of these fonts are not freely redistributable. Add RESTRICTED
line and describe some of the restrictions.

PR:		21907
Submitted by:	Dag-Erling Smørgrav <des@yes.no>
2000-10-15 06:55:37 +00:00
Satoshi Asami
7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00
Maxim Sobolev
55a61bb102 Correct CATEGORIES - make first category in the CATEGORIES list matching parent
directory.
2000-10-04 06:40:08 +00:00
Ade Lovett
b6f7c5d5e9 Remove an unwanted .orig file from the PLIST, and fix a couple
of typos in the pkg/DESCR.  PORTREVISION bumped.

PR:		20562
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2000-09-17 18:20:43 +00:00
Will Andrews
0c6af39fe3 Add urwfonts 1.0, another font collection for X.
PR:		20560
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2000-09-16 04:34:43 +00:00
Will Andrews
2b4d45c636 Add nucleus 0.77, another font package (some mozilla stuff in there).
PR:		20559
Submitted by:	Jimmy Olgeni <olgeni@uli.it>
2000-09-16 04:23:51 +00:00
Satoshi Asami
3405e8106b Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and
RUN_DEPENDS=mkfontdir:XFree86-4-clients when XFREE86_VERSION=4.

Submitted by:	bento
2000-09-12 13:04:00 +00:00
Shigeyuki Fukushima
751b37a6c7 Add depend-mechanism on XFree86-4.
Submitted by:	asami
2000-09-10 15:51:09 +00:00
Satoshi Asami
fa227227a2 Typo (X11_BASE -> X11BASE).
Submitted by:	bento (well, sort of)
2000-08-25 20:08:31 +00:00
Satoshi Asami
036dd8c105 Update to 4.0.1. Remove libraries from -clients. Try to extract
only what each port needs.  Other miscellaneous bug fixes.

Submitted by:	maintainer
2000-08-25 10:35:22 +00:00
Satoshi Taoka
52903a6b41 Delete extra directories after pkg_delete
Obtained from:  bento
2000-08-25 07:42:01 +00:00
Satoshi Taoka
5305822c36 To delete extra files and directories after pkg_delete
Obtained from:	asami
2000-08-25 05:28:35 +00:00
Will Andrews
7d7a9a2180 Make these COMMENT files conform to Handbook standard.
PR:		20269
Submitted by:	Ports Fury
2000-08-11 11:50:37 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Kevin Lo
919fa5f0d6 - Fix MASTER_SITES
- Use gzip to compress font files
PR: 20105
Submitted by: Ports Fury
2000-07-22 07:34:08 +00:00
Akinori MUSHA
55372ae8e9 Fix PLIST.
PR:		ports/20034
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-07-19 14:32:25 +00:00
Shigeyuki Fukushima
5c017085a6 Activate bitmap-fonts instead of bitmap-font. 2000-07-19 08:28:06 +00:00
Shigeyuki Fukushima
64c1981511 Repo-copy from x11-fonts/bitmap-font.
Change distfile: this port's distfile only includes bitmap font files.
2000-07-19 08:26:45 +00:00
Will Andrews
d1a02d78f5 Update to 3.0.
PR:		19933
Submitted by:	Ports Fury
2000-07-15 17:42:44 +00:00
Maxim Sobolev
b2c6dfcfae Tidy up COMMENT.
PR:		19799
Submitted by:	Nishimura Takashi <takashi@ueda.info.waseda.ac.jp>
2000-07-13 11:18:06 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Will Andrews
f00cba2736 Add the only file I missed it the last p5-* mega-update.
Patch submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2000-06-17 02:39:34 +00:00
Will Andrews
1e60866cc1 Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies.  Show how to respect CC/CFLAGS.  Many
miscellaneous modifications.  I used more excessive hacks to force p5-Jcode
and p5-WWW-Search to respect CC/CFLAGS.

Patches largely done by:	Christian Weisgerber <naddy@mips.inka.de>
2000-06-17 02:37:15 +00:00
Satoshi Asami
68b9360ed0 Make PLIST match BSD.x11.dist. Mostly cosmetic (added/deleted @dirrm
etc.) but I added five .o files to Server.

When we move to these ports as default, BSD.x11.dist will be changed so
we can get rid of all the @dirrm's.

Submitted by:	bento
2000-06-09 20:49:12 +00:00
Satoshi Asami
3103ffad6e Split up XFree86-4 into several pieces. Pretty green, please test with care.
Submitted by:			taguchi@tohoku.iij.ad.jp
Approved (in spirit) by:	jmz (XFree86 port maintainer)
2000-06-08 10:42:32 +00:00
Satoshi Taoka
1bfe1456aa Fixed taipei16.bdf in this port
(Xserver crashes if you use the old one)

PR:		17612
Submitted by:	Christopher Hall <hsw@acm.org>
2000-06-08 01:00:11 +00:00
Satoshi Asami
9741d6da4d Remove empty fonts.dir and fonts.alias files. (Note chinese/kcfonts still
leaves fonts.alias behind -- it is not removing any entries from that file.)
2000-06-01 06:46:32 +00:00
Satoshi Taoka
17b8bb108d Updated to 2.0.2
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
PR: 18284
2000-05-30 05:11:31 +00:00
Steve Price
c5bf5f27e7 Update to version 4.4.
PR:		18749
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-29 03:42:21 +00:00
Steve Price
0146ca122a Adding mozilla-fonts version 1.0.
A bunch of fonts for Netscape/Mozilla.

PR:		17301
Submitted by:	dom@myrddin.demon.co.uk
2000-05-01 02:35:14 +00:00
Shigeyuki Fukushima
6e0a25dd39 Update to 8.3.
Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-04-25 17:30:00 +00:00
Kris Kennaway
39c06186fa Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive
for quite some time. If any non-committer wants to take over maintainership
please let me know.

Reviewed by:		ports
No response from:	erich
2000-04-23 22:59:51 +00:00
Chris Piazza
4b260ce251 Update with the new PORTNAME/PORTVERSION variables 2000-04-10 00:44:43 +00:00
Michael Haro
59ef70dca5 portlint:
remove blank line
	move BUILD_DEPENDS to DEPENDS section
2000-03-21 09:01:42 +00:00
Andrey A. Chernov
aca90445a6 Make TTF support not optional, it never come into package otherwise 2000-02-28 20:03:52 +00:00
Peter Wemm
02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00
Shigeyuki Fukushima
3d2ac2c67b Update to 8.2. 2000-02-08 04:33:50 +00:00
Satoshi Taoka
07c2464895 Updated MASTER_SITES
Submitted by:	 OKAZAKI Tetsurou <okazaki@be.to>
Obtained from:	 direct contact
2000-01-15 17:45:02 +00:00
R. Imura
cefd155650 Update version to 4.3.3.
(and add WWW: line into pkg/DESCR)

PR:		15947
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-01-14 19:11:20 +00:00
R. Imura
7f4fb1f37f - Fix MASTER_SITES
- Add WWW: line into pkg/DESCR

PR:		15946
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-01-14 18:55:31 +00:00
Satoshi Taoka
2c66f62153 Added intlfonts 2000-01-08 03:06:37 +00:00
Satoshi Taoka
106273b5a4 Free X11 fonts for all characters that Emacs can handle 2000-01-08 03:03:16 +00:00
Shigeyuki Fukushima
e3f064262c Upgrade to 8.1. 1999-12-24 14:20:56 +00:00
Steve Price
eae0a60682 Work around the fact that Tcl's exec treats non-empty stderr as an
indication of error.  Also update to use Tk version 8.2.

PR:		14292
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
1999-11-26 18:32:51 +00:00
Justin M. Seger
3b6b5b88fc Bump freetype's lib number 1999-11-25 03:41:57 +00:00
John Fieber
fbc3127a36 Update to 4.2.
PR:		ports/13595
Submitted by:	Christian Weisgerber <naddy@mips.rhein-neckar.de>
1999-11-16 15:11:45 +00:00
Shigeyuki Fukushima
ccbb3b80a2 Update to 8.0.
Fix unfetchable problem.
1999-11-05 16:27:54 +00:00
Shigeyuki Fukushima
956c11bc3b Update to 7.19.07. 1999-10-22 15:24:40 +00:00
Shigeyuki Fukushima
b6b97e94fd Fix unfetchable problem. 1999-10-22 14:58:36 +00:00
Satoshi Taoka
ae3d41d7fd Add nexfontsel 1999-09-29 14:56:52 +00:00
Satoshi Taoka
3d50405659 A neXtaw based replacement for xfontsel 1999-09-29 14:56:07 +00:00
Satoshi Asami
3a7ce625ab ${GUNZIP} -> ${GUNZIP_CMD}. (mharo somehow misspelt these two.... ;) 1999-09-09 11:00:04 +00:00
Chris Piazza
68e615346e Update MAINTAINER's email address
PR:		13648
Submitted by:	maintainer
1999-09-09 03:03:19 +00:00
Michael Haro
2262dde3ac gzip -> ${GZIP_CMD}
gzip -d  -> ${GUNZIP_CMD}
gzip -dc -> ${GZCAT}
gunzip   -> ${GUNZIP_CMD}
1999-09-04 23:39:29 +00:00
Michael Haro
65ab34a667 FreeBSD.ORG -> FreeBSD.org
Prompted by PR:  13476, 13477
Submitted by:  KATO Tsuguru
1999-08-31 06:53:31 +00:00
Peter Wemm
50fb080408 $Id$ -> $FreeBSD$ 1999-08-31 03:04:38 +00:00
Tim Vanderhoek
4f1d4da0af Caps, no period. 1999-08-29 17:49:24 +00:00
Michael Haro
235481b52a awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
1999-08-22 23:33:47 +00:00
Michael Haro
5281212be3 chmod -> ${CHMOD}
chown -> ${CHOWN}
1999-08-22 19:01:07 +00:00
Shigeyuki Fukushima
fe1f7ae281 Add INSTALL and DEINSTALL scripts.
Fix mkfontdir problem (Port's 'make install' doesn't execute mkfontdir).
Auto-execute 'xset fp rehash' in INSTALL/DEINSTALL script.
Submitted by:	TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>
1999-08-19 12:28:51 +00:00
Satoshi Asami
47f2e9852e Add editors/bitmap-{emacs20,fonts}, x11-fonts/bitmap-font. 1999-08-19 01:43:00 +00:00
Shigeyuki Fukushima
4b39a8e5d5 Bitmap font, 8 dots x 16 dots bitmap font.
Bitmap font is used on Mule with bitmap-mule or Emacs20 with bitmap-emacs20.
1999-08-18 14:00:03 +00:00
John Fieber
cc1068f6ac Upgrade from 3.7 to 3.9.
PR:		12873
Submitted by:	Christian Weisgerber <naddy@mips.rhein-neckar.de>
1999-08-13 16:58:53 +00:00
Tim Vanderhoek
4b7f92f936 Commit #2/4 to enforce Caps, no period. I ran this oe as
$ time cvs $FREEBSD ci -m `cat msg` `cat ci.ab`

Results to follow.  :)
1999-06-26 17:55:58 +00:00
Steve Price
00fd185849 Revert my previous fix. It seems I had an old distfile. 1999-06-22 17:37:37 +00:00
Steve Price
c6a9c0fbd9 Set ${WRKSRC} correctly so this builds again. 1999-05-31 04:48:32 +00:00
Michael Haro
8ff0b9d30d a remove white space 1999-05-03 04:46:35 +00:00
Satoshi Taoka
5186bfeb0f type1inst requires mkfontdir 1999-04-13 16:07:20 +00:00
Satoshi Asami
5114e2637e Adjust port Makefiles to new EXTRACT_* variable defaults. See log of
bsd.port.mk rev. 1.304 for details on the change.

The fix here is one of the following.

(1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining
    EXTRACT_* commands.

(2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously
    calling the "tar" command (i.e., arguments like "-xzf" are spelled
    out).

(3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS},
    add ${EXTRACT_AFTER_ARGS} to the command line as well.

(4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS
    is set, define the other two too.
1999-02-03 11:12:01 +00:00
John Fieber
facc0406a5 Upgrade from 3.4 to 3.7. 1999-01-16 23:26:01 +00:00
Satoshi Asami
4950255203 Break up the "plan9" category -- all the ports are where they belong, and
"plan9" is a virtual category now.

Reviewed by:	the ports list
1999-01-09 03:19:49 +00:00
Satoshi Asami
5050012208 Fix WRKSRC. 1998-12-26 22:23:20 +00:00
Justin M. Seger
4f7a2c9904 Activate p5-type1inst 1998-12-13 13:53:49 +00:00
Justin M. Seger
2d62f4fedc Import of p5-type1inst 0.6.1
This is a little hack I wrote to help in setting up new Type 1 PostScript
fonts for use with X. It automatically constructs the fonts.scale file which
X uses to identify fonts in can use the current directory. Previously you
had to write this file by hand which is unacceptable if you have lots of
fonts.
James Macnicol (J.Macnicol@student.anu.edu.au)

PR:		ports/5660
Submitted by:	giffunip@asme.org
1998-12-13 13:52:58 +00:00
Justin M. Seger
2b585a1dd2 Use libttf.3 of the new freetype 1.2 1998-12-12 21:03:36 +00:00
Steve Price
cc3da74d4d Fixup CATEGORIES list.
Submitted by:	Josh Gilliam <josh@quick.net>
1998-11-21 17:18:16 +00:00
Bill Fumerola
8b54b0e745 Update MASTER_SITES, include my public_html dir as a site, as
ftp.cdrom.com went rather slow for me, and sometimes is overloaded.

PR:		ports/8592
Submitted by:	maintainer
1998-11-19 23:26:38 +00:00
Satoshi Asami
fdced335d2 Portlint. 1998-10-30 07:45:50 +00:00
John Fieber
749b7f9beb Upgrade and unbreak. 1998-10-28 23:41:24 +00:00
Steve Price
b683d69f9f Move manpages to Makefile and use MAN1 macro. 1998-10-04 17:38:39 +00:00
Steve Price
ea6a1d8395 Remove empty directories on deinstall. 1998-10-04 17:37:34 +00:00
Steve Price
abab842f2f Move manpages to Makefile and use MAN* macros. 1998-10-04 00:56:49 +00:00
Satoshi Asami
5d9c9602fa freetype (libttf) is now converted to ELF. 1998-09-21 08:41:46 +00:00
Satoshi Asami
2f38238a08 Checksum changed.... 1998-09-15 09:36:23 +00:00
Thomas Gellekum
f42be4aad7 ttmkfdir moved from x11 to x11-fonts. 1998-09-09 08:11:49 +00:00
Thomas Gellekum
defb2720b8 Re-import to x11-fonts, as requested by Satoshi. 1998-09-09 08:06:32 +00:00
Tim Vanderhoek
9f5e5e4e08 For removing this one manpage, I can not be bothered to
think of a pun.
1998-08-20 03:29:15 +00:00
Satoshi Asami
5264cbceb5 Fix up dependencies for ports that moved into the x11-toolkits category. 1998-08-07 23:56:56 +00:00
Satoshi Asami
3103ea2f76 Move "etlfonts freefonts getbdf sharefonts tkfont xfed xmbdfed" from
x11 to fonts.  While I'm here, change the category names in some
(hopefully all) CJK font ports.
1998-08-07 22:43:13 +00:00
Satoshi Asami
3c134ede8d New categories deskutils, x11-clocks, x11-fm, x11-fonts, x11-toolkits
and x11-wm.  Their contents to be repository copied shortly.
1998-08-07 22:08:20 +00:00
Satoshi Asami
ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00
Vanilla I. Shu
122a4d71a9 Sort pkg/PLIST. 1998-07-02 10:58:15 +00:00
Vanilla I. Shu
5343590cf2 Sort pkg/PLIST. 1998-07-02 10:47:37 +00:00
Matthew Hunt
ac19b99b19 Import of tkfont, a Tk-based replacement for xfontsel.
PR:		6594
Submitted by:	Brett Taylor <brett@peloton.physics.montana.edu>
1998-05-17 04:44:52 +00:00
Donald Burr
f255833ae6 PR: ports/6139
New port: x11/sharefonts, a collection of shareware ATM
fonts from the CICA archives.  Used by GIMP, esp. plug-ins and
script-fu.
1998-05-16 02:08:04 +00:00