Commit graph

48 commits

Author SHA1 Message Date
joerg
1d111c3d8b Don't include x11.b3.mk. 2007-02-06 18:27:33 +00:00
joerg
c598c080f6 Fix PLIST for fonts.alias. Bump revisions. 2006-10-09 07:02:55 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
tron
2551dbfa52 Remove "fonts.alias" and "fonts.dir" from package list because the
installation framework creates and remove these files automatically.
2006-02-23 14:53:04 +00:00
wiz
74643a9af9 Fix font handling. Install TrueType and Type1 fonts too.
Simplify PLIST handling. Bump PKGREVISION.
2006-02-17 19:33:44 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
4f9120034b Uses bdftopcf. 2005-12-28 17:58:53 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
wiz
d5eacef007 Add RMD160 checksums. 2005-05-25 09:17:47 +00:00
tron
38788796aa Revert checksum to what was in version 1.2.1 because there apparently
was some problem on certain GNU mirrors which not at least fixed on
"ftp.gwdg.de". Problem noticed by Robert Elz on "tech-pkg@netbsd.org".
Bump package revision again.
2003-07-28 15:07:37 +00:00
tron
e69e9b7b56 Fix checksum for "README.split" once more. 2003-07-28 13:30:05 +00:00
tron
6b29804347 Update package list to match latest distribution file changes and bump
package revision.
2003-07-25 20:41:17 +00:00
tron
f6aae3d4f8 Distfiles were again modified without a version bump. 2003-07-25 20:32:27 +00:00
wiz
cef8fe9fa5 Fix PLIST. 2003-07-19 21:18:01 +00:00
grant
4083b24390 s/netbsd.org/NetBSD.org/ 2003-07-17 21:31:04 +00:00
kei
f821d1a746 forgot to commit the workaround unneeded any more. 2003-07-17 13:59:38 +00:00
kei
ef6c97666f - distfiles are modified without a version bump.
- the name of distribution directory seems to have been corrected.
2003-07-17 13:47:32 +00:00
itojun
9dd51ed4da upgrade to intlfonts 1.2.1. no changelog available, it seems 2003-07-12 12:12:17 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
wiz
e8817c9088 Complete standardization of messages according to latest pkglint. 2002-09-24 12:29:55 +00:00
wiz
026f5c3ae1 Sort.
Makes it possible to remove lib/X11/fonts/intlfonts{,/bdf} since it is
behind the last files from that directory.
2002-08-16 16:33:15 +00:00
hubertf
f49699bc71 Fix for new DIST_SUBDIR 2002-07-24 21:05:36 +00:00
hubertf
b6feb0b6f9 use PKGNAME_NOREV for DIST_SUBDIR 2002-07-24 20:07:51 +00:00
hubertf
a8cfbf322a fix for new pkg revision 2002-07-24 03:45:58 +00:00
hubertf
14e5a985f1 Add a line for the korean fonts 2002-07-24 02:39:36 +00:00
hubertf
f6b0fc4d22 Update to intlfonts-1.2nb1:
* also install BDF files (for mule - any2ps etc.)
 * also add Korean fonts (low quality)

This intends to fix PRs 17589 and 17336.
2002-07-24 02:32:17 +00:00
wiz
aa842b21c5 Remove version from DESCR. 2001-11-02 16:33:23 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
zuntum
1cf29af8b5 Move pkg/ files into package's toplevel directory 2001-10-31 22:48:50 +00:00
wiz
57754e016e Make rxvt-compatible (for Chinese). pkg/12664. 2001-06-09 14:55:41 +00:00
agc
b6f04cc107 Move to sha1 digests, and add distfile sizes. 2001-04-18 14:24:33 +00:00
agc
103dd4f90d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:14:10 +00:00
wiz
94dc65fbec Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 14:38:16 +00:00
wiz
b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00
wiz
f3f5291706 add RCS Id 2000-09-03 14:46:50 +00:00
wiz
739766246b Include bsd.prefs.mk for proper handling of NO_EXTRA_FONTS.
Problem report and fix by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp> in
pkg/10467.
2000-06-28 21:50:24 +00:00
agc
2f639d015d Main category is now fonts 2000-05-27 14:11:29 +00:00
itojun
a4d7cf0c6c make build of EXTRA_FONTS conditional by NO_EXTRA_FONTS (default: build all).
generate PLIST dynamically.
pointed out by: tron@zhadum.de (Matthias Scheler)
2000-05-09 17:16:18 +00:00
itojun
b39a4cc026 don't remove these entries, these extra entries in PLIST are for
EXTRA_FONTS (or can I put these jumbo Asian fonts into default packaging?).
2000-05-09 16:34:50 +00:00
tron
9ee105aa56 Remove incorrect entries for several fonts which are not installed. 2000-05-09 15:10:50 +00:00
tron
544e89dbeb Sync with change of "${DIST_SUBDIR}". 2000-05-05 21:00:28 +00:00
itojun
fc7add1d9f use distfiles/${PKGNAME} as download directory, instead of distfiles/intlfonts,
to avoid distfiles name crash (if old version was installed in the past
we experience checksum failure with the previous config)
2000-04-20 16:57:21 +00:00
itojun
3ed09bddda regen 2000-04-07 03:52:20 +00:00
itojun
19026716cb use intlfonts-1.2 as base distribution.
key changes from 1.1 to 1.2:
- autoconf-based installation Makefile is supplieed
- Bold, Italic, Bold-Italic styles are added.
- BDF file name changed for DOS.
2000-04-07 03:51:54 +00:00
abs
3365dcb7a5 Consistency:
Capitalise, remove trailing '.', remove many leading 'a', or 'the'.
1999-09-21 17:20:03 +00:00
tron
51c8f1db9f Fix sub directory on GNU master sites. 1999-09-11 09:35:00 +00:00
tron
7aaa19a3be New "intlfonts" package supplied by Greg A. Woods in PR pkg/7181:
Free X11 fonts (BDF format) for all characters that Emacs can handle.
1999-09-07 22:13:06 +00:00