Commit graph

930 commits

Author SHA1 Message Date
jmmv
b632aa4134 Update to 1.6:
- Updated to Unicode 4.1 character database.
 - Improved search facility.
 - Various bug fixes.
 - New and updated translations.
2006-03-30 21:16:23 +00:00
jlam
d71a98aa8e Avoid extra stat() calls by not repeatedly checking whether a file
exists on the disk -- we can just check whether a variable defined by
find-files.mk is "__nonexistent__" or not.
2006-03-30 18:06:17 +00:00
jlam
11993b86ed Bump PKGREVISION for all packages that had broken INSTALL/DEINSTALL
scripts prior to revision 1.43 of bsd.pkginstall.mk.
2006-03-21 06:00:43 +00:00
minskim
90e716a946 Set libdir in .la files correctly; otherwise, fontforge fails to load
libraries on Darwin at run time.  Bump PKGREVISION.
2006-03-18 04:52:33 +00:00
jlam
daad0f3d6c Modify the pkginstall framework so that it manages all aspects of
INSTALL/DEINSTALL script creation within pkgsrc.

If an INSTALL or DEINSTALL script is found in the package directory,
it is automatically used as a template for the pkginstall-generated
scripts.  If instead, they should be used simply as the full scripts,
then the package Makefile should set INSTALL_SRC or DEINSTALL_SRC
explicitly, e.g.:

	INSTALL_SRC=	${PKGDIR}/INSTALL
	DEINSTALL_SRC=	# emtpy

As part of the restructuring of the pkginstall framework internals,
we now *always* generate temporary INSTALL or DEINSTALL scripts.  By
comparing these temporary scripts with minimal INSTALL/DEINSTALL
scripts formed from only the base templates, we determine whether or
not the INSTALL/DEINSTALL scripts are actually needed by the package
(see the generate-install-scripts target in bsd.pkginstall.mk).

In addition, more variables in the framework have been made private.
The *_EXTRA_TMPL variables have been renamed to *_TEMPLATE, which are
more sensible names given the very few exported variables in this
framework.  The only public variables relating to the templates are:

	INSTALL_SRC		INSTALL_TEMPLATE
	DEINSTALL_SRC		DEINSTALL_TEMPLATE
				HEADER_TEMPLATE

The packages in pkgsrc have been modified to reflect the changes in
the pkginstall framework.
2006-03-14 01:14:26 +00:00
minskim
3d575ba893 Update fonts-unttf to 1.0.1.20060215.
Changes:
- Removed UnTazaDH.ttf.
2006-03-13 01:43:36 +00:00
minskim
5e4d23902d Use UTF-8 characters instead of \x escape sequences in ja.po as
suggested by OBATA Akio in PR pkg/32996.  This is a workaround for
PR bin/32650.

Bump PKGREVISION.
2006-03-07 23:09:28 +00:00
wiz
35af66a196 Belatedly bump PKGREVISION for all libtasn1 dependencies, since
libtasn1 had a shlib major bump.
Also update dependencies in bl3.mk files.

Addresses PR 32998 by Robert Elz.
2006-03-06 00:18:10 +00:00
minskim
8b2441c12e Fix encoding of a .po file. This fixes PR pkg/32996. 2006-03-05 20:46:19 +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
adam
c9179774e1 Changes 20060209:
* Bug fixes
2006-03-03 16:06:33 +00:00
rxg
8b66642037 Use pre-defined TEXMFDIRS to instead of TEXMF. 2006-02-27 12:26:06 +00:00
darcy
429a5ece21 Upgrade to version 1.1.18.
The web site has no description of changes but the version we had was too
old for print/lilypond so I bumped it to the latest version anyway.
2006-02-23 22:22:05 +00:00
wiz
c3a2ea7f7e Sort. 2006-02-23 17:36:33 +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
b0c34ab32e Fix PLIST. Bump PKGREVISION. 2006-02-21 22:39:02 +00:00
wiz
8e98e56925 Fix font handling. Simplify Makefile. Bump PKGREVISION. 2006-02-17 19:36:46 +00:00
wiz
2d86624f0b Fix font handling. Comment out non-existent HOMEPAGE
and MASTER_SITES. Bump PKGREVISION.
2006-02-17 19:36:11 +00:00
wiz
f72aac16be Add bdftopcf to tools. Fix font handling.
Fix pkglint warnings. Bump PKGREVISION.
2006-02-17 19:35:25 +00:00
wiz
c1036d791a Fix font handling. Bump PKGREVISION. 2006-02-17 19:34:33 +00:00
wiz
d5ad57d8d2 Fix font handling. Bump PKGREVISION. 2006-02-17 19:34:08 +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
wiz
61f28e0d4f Fix font handling. Bump PKGREVISION. 2006-02-17 19:31:00 +00:00
wiz
c63da05b01 Fix font handling. Bump PKGREVISION. 2006-02-17 19:29:56 +00:00
wiz
1192784f7a Fix font handling. Bump PKGREVISION. 2006-02-17 19:28:43 +00:00
wiz
3f0e047e42 Fix font handling. Bump PKGREVISION. 2006-02-17 19:27:59 +00:00
abs
0edcfaf387 Add fonts/p5-Font-TTFMetrics-0.1
Font::TTFMetrics encapsulates the font metrics of a true type font
file. A true type font file contains several tables which need to
be parsed before any useful information could be gathered about
the font. There is the excellent module for parsing TTF font in
CPAN by Martin Hosken, Font::TTF. But in my opinion the use of
Font::TTF requires intimate knowledge of TTF font format. This
module was written to support the use of TTF in Pastel 2D graphics
library in Perl. Three factors prompted me to write this module:
first, I required a fast module to access TTF file. Second, all
the access required was read-only. Last, I wanted a user friendly,
higher level API to access TTF file.
2006-02-16 08:13:27 +00:00
abs
b4525c0235 Add fonts/p5-Font-TTFMetrics 2006-02-15 23:39:04 +00:00
xtraeme
507463550b Joerg Sonnenberger will be the maintainer. 2006-02-12 15:29:17 +00:00
xtraeme
b36bf56512 ENOTIME to mantain these packages, feel free to pick it up if you are
insterested.
2006-02-12 15:24:14 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
36184e458a Add and enable mplayer-fonts. 2006-02-03 00:38:28 +00:00
wiz
cf163acbfa Initial import of mplayer-fonts-20030714:
This package contains the font files for mplayer and gmplayer.

Split off from mplayer-share to address PR 31263.
2006-02-03 00:37:59 +00:00
joerg
b88f3aced3 Explicitly depend on gettext-lib, it doesn't compile without. 2006-02-02 18:02:35 +00:00
adam
d904e99946 Added BUILD_USES_MSGFMT and plurals 2006-01-31 21:28:34 +00:00
minskim
5f77ddc49a Capitalize a font name correctly. Noted by Bernd Ernesti. 2006-01-30 00:15:49 +00:00
minskim
05e278f3b0 Update alee-ttf to 6.3. Patches provided by the maintainer,
Yi Min-Cheol, in PR pkg/32505.

Changes since 6.0:
- Rename four ttf fonts.
- Add 12px bitmap fonts to EunGuseulMono.ttf.
2006-01-25 21:27:06 +00:00
minskim
168b87c82a Do not use EXTRACT_CMD.tar.gz, which is not defined any longer. 2006-01-25 20:50:42 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
jlam
758d912e33 Update package Makefile now that bsd.pkg.extract.mk is using the
"extract" script for extraction.  Many cases where a custom EXTRACT_CMD
simply copied the distfile into the work directory are no longer
needed.  The extract script also hides differences between pax and
tar behind a common command-line interface, so we no longer need code
that's conditional on whether EXTRACT_USING is tar or pax.
2006-01-21 18:57:40 +00:00
jlam
0c00c00247 We can just use the bare name "unzip" instead of using a make variable --
at this point, the tools directory has already been created and is at the
front of our PATH.
2006-01-21 14:37:35 +00:00
rxg
1cc6b4c312 Use MASTER_SITE_SOURCEFORGE_JP. 2006-01-21 11:55:14 +00:00
adam
bf0f8e223e patch-ab not needed any more 2006-01-20 12:11:47 +00:00
adam
30abde0cf6 Changes 20060114:
* Bug fixes
2006-01-20 12:11:21 +00:00
xtraeme
94dbc0f920 Update meta-pkgs/xorg to 6.9.0.
The full list of changes:
http://ftp.x.org/pub/X11R7.0/doc/html/RELNOTES2.html

Thanks to joerg@ and reed@ for testing on DragonFlyBSD.

Tested on NetBSD/i386 3.0/-current and DragonFlyBSD-1.4/i386.
2006-01-18 23:53:05 +00:00
rxg
5d93ed0845 Modified mailbox in MAINTAINER. 2006-01-16 13:43:26 +00:00
minskim
8142be4767 Update tex-unttf to 1.0.1.20051219. This is the first dated tarball.
No significant change since the last version.
2006-01-15 22:33:09 +00:00
tonio
56edd1a62d Make teTeX3 the default TEX_DEFAULT
bump PKGREVISION where necessary

Move PKG_TEXMFPREFIX and PKG_LOCALTEXMFPREFIX definitions to
teTeX?/buidlink3.mk, so that packages may include
print/teTeX1-bin/buildlink3.mk directly (however, using teTeX/module.mk do not
allow that)
2006-01-08 14:00:11 +00:00
joerg
b8b72ab276 Replace usage of FILES_SUBST_SED. 2006-01-05 20:13:34 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
jlam
a9bb2eaa6e Convert to use the font hooks in the pkginstall framework and get rid
of the custom INSTALL and DEINSTALL scripts.  Also, just override some
make variables using MAKE_FLAGS instead of patching the Makefile, and
get rid of patch-aa.
2005-12-29 22:20:00 +00:00
jlam
67f9f822e8 Convert to use the font hooks in the pkginstall framework. We no
longer need to run mkfontdir ourselves, and those @exec/@unexec lines
may be removed from the PLISTs.
2005-12-29 18:17:21 +00:00
markd
5b3244f3b7 Remove PKG_FAIL_REASON. Package not broken - problem was a corrupt
distfile on the bulk build machine.
2005-12-29 11:12:15 +00:00
jlam
b82726cb2d Use REQD_DIRS instead of OWN_DIRS since we always want these directories
to be created during installation and removed (if empty) during
de-installation.  Also, remove any @exec/@unexec lines from the PLISTs
that are made unnecessary by using REQD_DIRS.

Bump the PKGREVISION since the binary package behavior changed.
2005-12-29 07:31:31 +00:00
jlam
1859f144b4 Convert to use the new pkginstall framework fonts-handling by renaming
FONTS_<TYPE>_DIRS variables to FONTS_DIRS.<type>, and by removing the
unnecessary inclusion of mk/fonts.mk.
2005-12-29 07:04:27 +00:00
jlam
dc9594e09d Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
2005-12-29 06:21:30 +00:00
joerg
f9bace43b3 stdout is not a valid global initializer, move the init to run time. 2005-12-28 19:50:45 +00:00
joerg
3146896167 Uses bdftopcf. 2005-12-28 19:38:36 +00:00
joerg
5f2f56d644 timezone is already a local symbol on DragonFly, use the same path as
Macs here (e.g. no local information).
2005-12-28 19:34:34 +00:00
joerg
2c79cdaac6 Uses mkfontdir. 2005-12-28 19:31:05 +00:00
joerg
86907d9458 Uses mkfontdir. 2005-12-28 19:18:27 +00:00
joerg
3d419ce091 Uses bdftopcf and mkfontdir. 2005-12-28 18:28:48 +00:00
joerg
4f9120034b Uses bdftopcf. 2005-12-28 17:58:53 +00:00
schmonz
463f43526a Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386
3.0. If one of these is important to you, please fix it in time
for pkgsrc-2006Q1, or it may be removed.
2005-12-26 23:39:30 +00:00
rillig
8df5df253f Added missing RMD160 checksum for XFree86-4.4.0-src-5.tgz. 2005-12-17 10:13:43 +00:00
joerg
6e4a0dd799 Bump all motif packages for recent openmotif update. The major version
of the shared libXm has changed.
2005-12-12 21:36:54 +00:00
markd
140f857bc0 Add acroread7-* asian font packs. 2005-12-11 13:40:07 +00:00
markd
250d219893 Initial import acroread7-korfont 7.0
Asian Font Packs for Acrobat Reader 7 (Korean)
2005-12-11 13:38:23 +00:00
markd
af2368b992 Initial import acroread7-jpnfont 7.0
Asian Font Packs for Acrobat Reader 7 (Japanese)
2005-12-11 13:37:33 +00:00
markd
ecccfc3720 Initial import acroread7-font-share 7.0
Asian Font Packs for Acrobat Reader 7 (common base)
2005-12-11 13:36:27 +00:00
markd
9e8b02ea2c Initial import acroread7-chtfont 7.0
Asian Font Packs for Acrobat Reader 7 (Chinese Traditional)
2005-12-11 13:35:14 +00:00
markd
fdba932b52 Initial import acroread7-chsfont 7.0
Asian Font Packs for Acrobat Reader 7 (Chinese Simplified)
2005-12-11 13:34:06 +00:00
rillig
981f37c516 Fixed pkglint warnings about misquoted @comment in PLIST_SUBST. 2005-12-08 21:41:17 +00:00
rillig
6419e9879b Fixed PLIST quoting issue introduced by the recent "pkglint --autofix"
change.
2005-12-08 09:14:50 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
joerg
51d8de026e This needs bdftopcf for building. 2005-12-03 17:44:19 +00:00
minskim
d073d178cd Add tex-unttf and tex-dhucs. 2005-11-29 22:39:48 +00:00
minskim
3f05d978a2 Remove files that should have not been imported. 2005-11-29 22:30:57 +00:00
minskim
19ed0ef864 Import tex-unttf.
Un fonts are GPL'd Korean fonts.  This package provides the texmf tree
required to use TrueType Un fonts in LaTeX.
2005-11-29 22:28:28 +00:00
adam
7ca61ea7e0 Changes 20051028:
* Bug fixes
2005-11-29 14:27:46 +00:00
jlam
e6e49a2f0f Change all instances of including mk/ghostscript.mk into asking for
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove
ghostscript.mk.  This change removes a rather out-dated file from
pkgsrc and switches packages to use the more compact implementation
of the Ghostcript-handling inside the tools framework.
2005-11-28 06:41:20 +00:00
wiz
53d0a596e3 Update to 1.19:
2004-01-08   Gisle Aas

   Release 1.19

   Documentation fixes by Paul Croome
2005-11-23 22:09:04 +00:00
minskim
2108d1d825 Update alee-ttf to 6.0. Patches submitted by Yi Min-Cheol
(maintainer) in PR pkg/32146.

Changes:
- Add GuseulMono.ttf, [C00ky].ttf.
- Add iso8859-15 support to Bandal.ttf, Bangwool.ttf, Eunjin.ttf, and
  Guseul.ttf.
- Rename Ongdalsam.ttf to Guseul.ttf.
2005-11-23 05:49:59 +00:00
minskim
21521bc942 Font map handling requires teTeX-bin>=3.0nb4. Specify the dependency
in teTeX/module.mk, rather than individual packages.
2005-11-20 18:22:50 +00:00
minskim
6590ccc27c Use the autoconf version intended by the author. This makes the
package build on Darwin.
2005-11-20 06:27:24 +00:00
minskim
a3bd11854a Replace TEXFONTMAPS with TEX_FONTMAPS for consistency with other TEX_*
variables in mk/tex.buildlink3.mk and better readability.
2005-11-17 00:42:14 +00:00
minskim
7486236dda Add tex-uhc-fonts-{base,extra}. 2005-11-15 19:57:58 +00:00
minskim
3701f9ba73 Import tex-uhc-fonts-extra.
This package provides 11 extra UHC fonts that can be used with HLaTeX:
graphic, gungseo, shinmun, pilgi, pen, bom, yetgul, jamo, vada,
pilgia, and dinaru.
2005-11-15 19:55:59 +00:00
minskim
fedad0dd85 Import tex-uhc-fonts-base.
This package provides three UHC fonts required by HLaTeX: myoungjo,
gothic, and taza.
2005-11-15 19:54:16 +00:00
minskim
ad5044daee Update adobe-cmaps to 20051109 and take maintainership.
Updated CMAP files: ac15, ag14, aj16, and ak12.
2005-11-14 06:05:20 +00:00
minskim
f7faaf323e whitespace 2005-11-14 05:58:07 +00:00
minskim
56a8c9e7a3 Set USE_TOOLS instead of BUILD_DEPENDS for unzip. 2005-11-14 05:57:41 +00:00
minskim
64ddf61dcc Use teTeX/module.mk to update ls-R properly. Bump PKGREVISION becuase
previously these packages might create ls-R under $HOME.
2005-11-13 05:30:10 +00:00
tonio
815186b5a4 oups, forgot a part of the MAKE_ENV, needed for PKG_TEXMFPREFIX 2005-11-09 09:03:22 +00:00
tonio
79824f2744 convert to use tex.buildlink3.mk
installs files in PKG_LOCALTEXMFPREFIX
2005-11-09 08:12:54 +00:00
tonio
5517232822 converted to use tex.buildlink3.mk 2005-11-08 19:49:52 +00:00
jlam
bfaf100e3a These packages all use mkfontdir at run-time so add the appropriate
USE_TOOLS definition.
2005-11-08 18:22:09 +00:00
jlam
7c2ca267b8 Whitespace fixes. 2005-11-08 17:54:32 +00:00
rillig
78df9b5155 Using MASTER_SITE_DEBIAN instead of hard-coded URL. 2005-11-03 13:39:25 +00:00