Commit graph

2083 commits

Author SHA1 Message Date
uebayasi
f64cda5daf Add pdfjam. 2006-01-09 10:10:50 +00:00
uebayasi
500647c2ef Initial import of PDFjam 1.2.0:
PDFjam is a small collection of shell scripts which provide a simple
interface to some of the functionality of the excellent pdfpages package
(by Andreas Matthias) for pdfLaTeX.  At present the utilities available
are:

 + pdfnup, which allows PDF files to be "n-upped" in roughly the way
   that psnup does for PostScript files.

 + pdfjoin, which concatenates the pages of multiple PDF files together
   into a single file

 + pdf90, which rotates the pages of one or more PDF files through 90
   degrees (anti-clockwise).
2006-01-09 10:10:08 +00:00
tonio
a5a34197c1 do not use tex.buildlink3.mk when the only accepted version is teTeX1, to
allow bulk build to create packages
2006-01-08 14:13:48 +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
b6b8dd8761 ISO C says, stdin is not a valid rvalue on global scope. Move the init
into RTFInit, if rtffp is still NULL.
2006-01-08 00:03:57 +00:00
reed
82c7367324 Homepage was 40 Not Found so update it.
I used the download site which redirected to this new URL.
(Maybe the MASTER_SITES should point to new URL also?)
2006-01-06 06:23:55 +00:00
reed
921dea271a Add a HOMEPAGE. (It is better than nothing.) 2006-01-06 02:57:39 +00:00
reed
9b7ed64fcc Remove dependency on papersize.
The package build for this package already honors the PAPERSIZE
setting.  (As discussed on tech-pkg.)

Not bumping PKGREVISION, since I just bumped it a couple minutes ago.
2006-01-06 02:51:12 +00:00
reed
9e5378e20e This installation provides an enscript.info file.
(I noticed because I use custom INFO_DIR and I have
chmod 0 /usr/pkg/info which is a plain file to catch misuse.)

Bump PKGREVISION.
2006-01-06 02:48:55 +00:00
joerg
2b829f436f Use SUBST framework. 2006-01-06 00:19:44 +00:00
ghen
455345bb5b Change the default for BUILDLINK_DEPMETHOD.qt3-tools from "full" to "build",
without affecting packages that are currently using it.

Packages which previously didn't set BUILDLINK_DEPMETHOD to neither "full" nor
"build" now set it to "full", but should be checked whether they really need it
(comment added).  Packages which previously set it to "build" now don't set it
anymore.

Ok by jlam, wiz.
2006-01-05 10:08:58 +00:00
schmonz
42428df5a0 Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4
rather than PKG_FAIL_REASON, so that they provide useful error
messages in build logs, and so that they continue to work on platforms
where they aren't broken.
2006-01-04 04:29:05 +00:00
joerg
c20b5ed9fd Fix papersize and provide the list of replacements needed. 2006-01-02 23:15:49 +00:00
joerg
bc277bccbc No broken gettext here. 2006-01-02 15:15:22 +00:00
wiz
f61c002199 Recursive PKGREVISION bump for gnutls shlib major bump.
Bump BUILDLINK_RECOMMENDED.
2005-12-31 12:32:31 +00:00
wiz
83a0444075 Update to 0.4.3:
- Fix selection crasher (Nickolay V. Shmyrev, #4402).
	- Fix printing problem for single page output (#4555).
	- Fix miscellaneous compile problems/warnings.
	- CVE-2005-3191 and CAN-2005-2097 security fixes.
2005-12-31 00:35:55 +00:00
garbled
c86ee7f74c Modify this pkg so it works with either xaw-xpm or xaw3d. If XAW_TYPE is
set to "standard" automatically promote it to xaw3d, as the pkg will not
work with stock xaw.  Change approved by Matthias (maintainer)
2005-12-30 04:00:01 +00:00
joerg
e880439d80 Fix errno deetection and use of the test results. Isn't it a lot better
when the conditional matches the variable name from the test case?
2005-12-29 13:46:16 +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
reed
deaeac79be Remove second (re)setting of INSTALLATION_DIRS. 2005-12-28 05:05:44 +00:00
reed
127ca4a759 Add homepage.
Use INSTALLATION_DIRS for directories.

Allow custom PKGMANDIR.
2005-12-28 04:56:42 +00:00
reed
23f92861dc Install man pages using PKGMANDIR. 2005-12-27 23:51:51 +00:00
reed
275cef3cf0 Update the patch for the makefile so it will use PKGMANDIR. 2005-12-27 23:50:07 +00:00
reed
0cfd3dc129 Don't point to documentation that is not installed to list the
features. (Anyways, it appears this package doesn't install the file.)
2005-12-27 17:54:41 +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
joerg
c842548471 Fix errno. 2005-12-20 18:13:23 +00:00
ghen
7ac0365057 Fix window resizing bug,
from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=324172

Bump PKGREVISION.  Ok by joerg, wiz, dillo.
2005-12-20 16:00:16 +00:00
joerg
37d16eaa51 Compile real local backends, not just stubs, for DragonFly.
Since this package "worked" before, bump the revision.
Noticed by antencek AT gmail DOT com.
2005-12-19 16:04:48 +00:00
dillo
a31cd3b54d Fix vulnerability CAN-2005-3191. Patch provided by jlam.
Bump PKGREVISION to 2.
2005-12-18 20:05:32 +00:00
jlam
26452ab8ee Add and enable the following packages:
print/foomatic-filters-cups
	print/foomatic-ppds
	print/foomatic-ppds-cups

Remove the following superseded packages:

	print/cupsomatic
	print/cupsomatic-ppds
	print/foomatic-gswrapper
2005-12-17 18:59:06 +00:00
jlam
c5187ffd95 Remove cupsomatic, cupsomatic-ppds and foomatic-gswrapper. These
packages have been superseded by the foomatic-filters-cups and
foomatic-ppds-cups packages.
2005-12-17 18:56:55 +00:00
jlam
7644435b1b Initial import of print/foomatic-ppds-cups, which installs the Foomatic
PPDs collection into the CUPS PPD database.
2005-12-17 18:41:43 +00:00
jlam
5db5f894e9 Initial import of print/foomatic-ppds, which is a collection of PPD
files for use with foomatic-rip.  This collection is from the PPD
tarball generated from the Foomatic printer database on 2005-12-17.
2005-12-17 18:39:24 +00:00
jlam
80d8567605 * Be a bit more clever with expressing the dependency so that we don't
have to install mpage if we have another "text-to-ps" package
  installed.

* Add a "cups" package option so that this package can be used with
  CUPS without requiring any other "text-to-ps" filters to be installed.
  If the "cups" option is specified, then also try installing foomatic-rip
  as a CUPS filter (using the INSTALL script from the foomatic-filters-cups
  package).

* Move the example config file under ${PREFIX}/share/foomatic where
  other Foomatic-related data files will also go in the future.

Bump the PKGREVISION to 2.
2005-12-17 18:35:10 +00:00
jlam
cf09320118 Initial import of print/foomatic-filters-cups, which installs Foomatic
support into a pkgsrc CUPS installation.
2005-12-17 18:26:15 +00:00
jlam
54eb955f0a Add a Makefile.common that can be used by all foomatic-filters{,-*}
packages, and which provides a common definition for the version number.
2005-12-17 18:26:07 +00:00
rillig
90abe9acbb Added missing RMD160 checksum for solaris-5010.tar.gz. 2005-12-17 10:41:56 +00:00
jlam
2558c0291d Change my MAINTAINER email address to the one I've been using for
pkgsrc work.
2005-12-17 05:20:21 +00:00
jlam
2483500823 Fix for the following security advisories which affect cups-1.1.x:
CAN-2005-3191
	CAN-2005-3192

The fixes were largely copied from xpdf-3.01pl1.patch from foolabs.com;
however, patch-be for Stream.cxx also includes a proper fix for
CAN-2005-3191 which was only partially fixed in the foolabs.com patch.

Bump the PKGREVISION to 4.
2005-12-17 04:22:55 +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
b4f67f6fc6 add poppler-qt 2005-12-11 10:09:10 +00:00
markd
3baac5935d Initial import of poppler-qt-0.4.2.
This is the QT wrapper for poppler, a PDF rendering library.
2005-12-11 10:07:31 +00:00
salo
78d67cabe6 Security fixes for CVE-2005-3191, CVE-2005-3192 and CVE-2005-3193.
Patches from xpdf.
2005-12-11 05:08:50 +00:00
wiz
3f16007cad Add x11 option to the various ghostscript packages, and get rid
of the separate ghostscript*x11* packages.
2005-12-09 20:30:16 +00:00
dillo
d4239c0005 Fix subdirectory on sunsite mirrors, noted by reed. 2005-12-08 18:53:24 +00:00
joerg
424cd3530a Move initialisation with stderr to runtime. Fixes compilation at least
on DragonFly.
2005-12-07 15:48:55 +00:00
uebayasi
0f61f01e89 Fix a patch for "Xpdf Multiple Buffer Overflow Vulnerabilities"
(http://secunia.com/advisories/17897/).
2005-12-07 09:26:58 +00:00
reed
830cb5ca4c Set --sysconfdir=${PKG_SYSCONFDIR} so that SYSTEM_XPDFRC in
${PREFIX}/include/poppler/poppler-config.h is set appropriately
for the user's PKG_SYSCONFBASE setting.

Use the PAPERSIZE variable to set the a4 option, the same way the
xpdf package does it.

These two improvements are from Mark Davies via private email.
Thank you Mark.

Bump PKGREVISION.
2005-12-06 17:13: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
kim
20d673afb5 Restore previously used file locations. 2005-12-04 17:02:54 +00:00
kim
8d7084a2db The work directory was stored in the default rc file since upgrade to
1.0b4nb1.  There was no default rc file before.  Explicitly setting
the path passed to the install script seems to avoid the problem.
2005-12-04 16:34:34 +00:00
wiz
d231a3e48d Judging from the bulk builds, the package currently is not happy
about anything but teTeX1 -- mark it as such.
2005-12-03 20:11:40 +00:00
wiz
9eb2fc2cc4 LISPDIR already includes PREFIX. Noted by Pavel Cahyna in PR 32223. 2005-12-03 11:12:28 +00:00
joerg
f2d58417a0 Use correct locale directory on DragonFly. 2005-12-03 01:41:56 +00:00
rillig
ca1ccea86c Removed double definition of PKGREVISION. 2005-12-02 16:56:08 +00:00
wiz
3b1f5a7308 Convert to options framework.
Add cups option handling to buildlink3.mk (USE_CUPS was not properly
supported there before).
2005-12-01 18:21:52 +00:00
wiz
b1ba023f95 Fix cups handling in buildlink3.mk file.
cups is not enabled by default, so no further changes.

Users who have added cups to the options for this package should
rebuild all dependencies.
2005-12-01 18:16:50 +00:00
tonio
4f1d385752 add CFLAGS.Darwin+=-flat_namespace
to avoid a2ps failure at runtime under Darwin (symbol not found in flat
namespace)

Bump PKGREVISION, as it changes the binary package under Darwin
2005-11-30 18:24:00 +00:00
minskim
d073d178cd Add tex-unttf and tex-dhucs. 2005-11-29 22:39:48 +00:00
minskim
c152997844 Import tex-dhucs.
DHUcs is a TeX macro package to typeset Hangul documents using
LaTeX-ucs.  With this package, LaTeX can process UTF-8 Korean
documents.
2005-11-29 22:37:39 +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
adrianp
2decd63246 Update for http://cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2004-0967 2005-11-27 17:04:18 +00:00
wiz
321a09857a Bump PKGREVISION for libgsf dependencies, and BUILDLINK_DEPENDS because
of the libgsf shlib major bump and associated BUILDLINK_DEPENDS bump.
2005-11-25 21:23:14 +00:00
jlam
d0890a0ccb Update print/ghostscript-esp{,-nox11} to ESP Ghostscript 8.15.1. This
version is based on the GPL Ghostscript 8.15 release.  Major changes from
Ghostscript 7.0x include:

* Many printer drivers were added and updated.
* Improved support for running as a job server (-dJOBSERVER)
* Support for DeviceN colorspaces at up to 8 colorants total at 8 bits
  per colorant.
* The PDF writer has been considerably improved and implements PDF
  1.4 encryption
* Add a new feature to scale PDFs to the current page size.
* Font rendering has been substantially reworked and improved.
* PDF 1.4 transparency rendering is much more likely to be correct
* Improved support for CID font substitution.
* Improved processing of incorrect and broken PDF files, including files
  with corrupted xref tables and non-ASCII font names.
* Support for JBIG2-encoded images.
* The usual plethora of bug fixes.
2005-11-21 06:17:58 +00:00
jlam
06a928b0e0 Update the master distribution sites. 2005-11-20 23:10:44 +00:00
minskim
d4ec572c69 - Install a sample config file into share/examples, rather than into
the texmf tree.
- Correct paths to this package.

No PKGREVISION bump since this package didn't build due to the wrong
path to map.mk.
2005-11-20 19:14:50 +00:00
minskim
32df98277f Update dvipdfmx to 20050627.
Major changes since 20031116:
- bug fixes in subfont scheme or TrueType fonts with CIDType2 format.
- embedded ICC profile support for JPEG and PNG.
- Accept "unicode" encoding keyword in fontmap files for TrueType and
  Type1 fonts.
2005-11-20 18:51:53 +00:00
minskim
60464071de Add a INSTALL/DEINSTALL template to handle font maps for dvipdfmx. 2005-11-20 18:46:22 +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
50e9361700 Add hugeotp2ocp. 2005-11-17 22:29:51 +00:00
minskim
600ac9665d Import hugeotp2ocp.
hugeotp2ocp is a utility that converts OTP files to OCP files used by
Omega.  This program can process OTP files requiring more memory than
regular otp2ocp in teTeX can handle.
2005-11-17 22:27:05 +00:00
rillig
c0388e791b Added missing RMD160 checksums. 2005-11-17 10:28:50 +00:00
rillig
18d00171ba Added missing SHA1 checksums. 2005-11-17 10:24:59 +00:00
minskim
ca378e248f Grammar fix in comments. 2005-11-17 00:48:07 +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
116cf5a85f Run updmap at DEINSTALL, rather than POST-DEINSTALL; otherwise, updmap
complains when multiple map files are deleted.  No functional change
to existing packages since none of them install multiple map files.
2005-11-16 22:27:38 +00:00
minskim
1071b0cc33 Install files to support more languages, including Chinese, Japanese,
Korean, and Klingon.

Bump PKGREVISION.
2005-11-16 21:45:15 +00:00
minskim
843ffba436 Use INSTALL_DATA instead of CP to set correct permission and ownership. 2005-11-15 23:28:02 +00:00
minskim
73b1d7e48a Update HOMEPAGE. 2005-11-15 22:16:45 +00:00
minskim
7f0f3d1ac1 Regen to match with the previous PKGREVISION bump. 2005-11-15 20:13:09 +00:00
minskim
c3f3163251 Depend on fonts/tex-uhc-fonts-base, which provides required fonts, and
suggest fonts/tex-uhc-fonts-extra in MESSAGE for those who want to use
different fonts.

Bump PKGREVISION.
2005-11-15 19:59:51 +00:00
minskim
25d41e7621 Add tex-hlatex. 2005-11-15 07:15:25 +00:00
minskim
6e1a0ee18d Teach module.mk how to handle font map files. 2005-11-15 07:13:19 +00:00
minskim
c145d4db74 Import tex-hlatex.
HLaTeX is a TeX macro package to typeset Hangul documents using LaTeX.
With this package, LaTeX and Lambda can process both EUC-KR and UTF-8
characters.
2005-11-15 07:11:53 +00:00
minskim
deaf945337 Since packages installing font maps may run updmap, remove files and
directories changed by updmap with ${RM}, rather than including them
as regular entries in PLIST.

Bump PKGREVISION.
2005-11-15 07:00:08 +00:00
minskim
fa8e6d61bc This package may not be reditributed for profit. Set RESTRICTED and
NO_*_ON_CDROM accordingly.
2005-11-15 03:15:45 +00:00
minskim
501af8d6e1 Add tex-foiltex. 2005-11-15 03:02:52 +00:00
minskim
aac97303cf Import tex-foiltex from pkgsrc-wip. Packaged by Benedikt Meurer.
The FoilTeX is a collection of LaTeX files for making foils.  A number
of features are built-in including large sans serif font as normal
font, options for setting normalsize at 20pt (default), 17pt, 25pt or
30pt, new macros for starting new foils, for special environments like
Theorem and Proof, simple macros to control the headline and footline.
With Rokicki's dvips or Y&Y's dvipsone, it will even rotate individual
foils easily.
2005-11-15 03:00:11 +00:00
tonio
8856513a73 Use TEX and PDFTEX as exported by the buildlink files 2005-11-14 21:57:00 +00:00
tonio
2eebfe72bb fixing for TEX_DEFAULT=teTeX2.
Now uses tex and pdftex for teTeX2, and etex/pdfetex for teTeX3
2005-11-14 20:41:38 +00:00
minskim
275a175886 - Update PLIST to match the files installed by adobe-cmaps-20051109.
- Use teTeX/module.mk to update ls-R properly.

Bump PKGREVISION.
2005-11-14 17:01:36 +00:00
minskim
7168177c04 Install bibtex files. Without these, IEEEtran.cls is less useful.
Bump PKGREVISION.
2005-11-14 02:41:19 +00:00
minskim
21921fb67a Add tex-passivetex. 2005-11-13 06:37:02 +00:00
minskim
93989bd0d1 Import tex-passivetex from pkgsrc-wip.
PassiveTeX is a library of TeX macros which can be used to process an
XML document which results from an XSL transformation to formatting
objects.  PassiveTeX provides a rapid development environment for
experimenting with XSL FO, using a reliable pre-existing formatter.
2005-11-13 06:35:20 +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
minskim
0a3827888e Use teTeX/module.mk to update ls-R properly. Bump PKGREVISION because
previously this papckage generated ls-R under $HOME.
2005-11-13 04:19:00 +00:00
minskim
1f4ffd8ba3 Correct path to module.mk 2005-11-13 04:14:31 +00:00
minskim
8f630d3f3a Use teTeX/module.mk to update ls-R propertly. Bump PKGREVISION
because this package didn't update ls-R at deinstallation.
2005-11-13 04:12:43 +00:00
minskim
43eaeab8fd Use teTeX/module.mk to update ls-R properly. Bump PKGREVISION because
this package didn't update ls-R at deinstallation.
2005-11-13 04:03:11 +00:00