Commit Graph

1211 Commits

Author SHA1 Message Date
landry
196283bd3f +apvlv 2010-05-13 16:05:39 +00:00
landry
7e9761a729 Import apvlv 0.0.9.6, A PDF Viewer Like Vim.
Apvlv is a PDF Viewer with vim-like keybindings using poppler rendering
library (that means it won't render pdf that evince and epdfview already
don't render).
For example, <Ctrl-f> for next page, <Ctrl-b> to previous page,
'k','j','h','l' to scrolling a page up, down, left or right, and so on.
It support lots of other shortcuts explained in the provided pdf
documentation, shown when starting it without arguments.
2010-05-13 16:05:05 +00:00
espie
aa7a22512d don't declare malloc, lex will pull it out of stdlib (fixes compile
with gcc4, no package change)
2010-05-11 06:40:36 +00:00
espie
7635fa3139 don't declare malloc (no package change) 2010-05-11 06:36:59 +00:00
espie
f675634237 use "our" make :C modifier instead of systemV substitution, since that one
is a bit fuzzy, and we want to change it to help xenocara.
2010-05-10 18:41:49 +00:00
kili
47ec1798b6 Update to poppler-data-0.4.2.
ok ajacoutot@
2010-05-08 17:10:24 +00:00
kili
58d821bbc6 Update to poppler-0.12.4.
Use the converters/libiconv MODULE (prompted by ajacoutot).

ok ajacoutot@, edd@ (except for the patch hunk move bits, but I
really prefer a silent `make update-patches')
2010-05-08 17:09:48 +00:00
ajacoutot
b79064081f Update to foo2zjs-20100507.
* added support for the HP LaserJet Pro P1102 and P1102w, HP LaserJet
Pro P1566, and HP LaserJet Pro P1606dn.
2010-05-08 09:59:23 +00:00
ajacoutot
25f9152d38 Bring a couple of patches from pkgsrc that prevent bogus
'Job does not start with "%!", is it PostScript?' errors.

issue was reported by pirofti@ some time ago
2010-05-07 16:08:54 +00:00
ajacoutot
10ba7c1182 Fix build on a clean machine by not checking for a file converter.
breakage reported by jasper@

While here:
* remove the ppr stuffs
* remove bundled strlcpy / strlcat
2010-04-27 14:01:43 +00:00
naddy
91db013e33 fix build and WANTLIB after libXp removal 2010-04-24 20:18:39 +00:00
ajacoutot
d35a7dc91f Bugfix release to libspectre 0.2.5. 2010-04-18 18:31:25 +00:00
ajacoutot
012de91e9f We want to patch configure.ac since we use autofoo.
Fix an implicit declaration.
2010-04-18 09:04:35 +00:00
ajacoutot
d3182b3852 Zap useless heading/trailing blank lines. 2010-04-15 13:27:47 +00:00
ajacoutot
661b850096 Use autoconf 2.61. 2010-04-13 17:03:24 +00:00
kili
cb81754fa8 Explicitely set MODPY_VERSION to 2.6, otherwise we get a wrong
LIB_DEPENDS.

Not the best solution, but at least it unbreaks the build.

ok ajacoutot@, sthen@
2010-04-13 11:55:30 +00:00
ajacoutot
eb45868b65 Use ksh as default "modern_shell". 2010-04-12 16:34:49 +00:00
edd
749110191b fix texmf-local indexing. OK kili@ 2010-04-12 12:49:24 +00:00
ajacoutot
6cce6fcad3 Disable dnssd support for now as it is not yet stable. 2010-04-07 13:55:30 +00:00
ajacoutot
4ea34a6c67 Enhance MESSAGE with a quick and working howto.
Samsung-CLP315 was successfully tested with this.
2010-04-07 11:37:55 +00:00
ajacoutot
15f473ef81 Tweak. 2010-04-07 10:07:26 +00:00
kili
74bc48a8f7 Don't only test wether GCC support -pie but also test wether a
program built with -pie actually runs. Fixes the build on arm.

ok ajacoutot@
2010-04-04 18:42:14 +00:00
pirofti
eed5d3cd05 Remove MESSAGE after discussions with ajacoutot@ and kili@. Okay kili@. 2010-04-02 12:02:45 +00:00
ajacoutot
619a46ab85 Fix WANTLIB of the ldap FLAVOR. 2010-04-01 07:14:43 +00:00
ajacoutot
a9024260f2 Bump cups requirements. 2010-03-31 16:22:30 +00:00
ajacoutot
d1ea956b94 Major update to cups-1.4.3.
Changelog is to big to detail here, refer to HOMEPAGE for details.

I have been using 1.4.X for several months.
Versions 1.4.0 and 1.4.2 have been tested in bulks by jasper@, thanks!

Please contact me directly if you see regressions.
2010-03-31 16:20:02 +00:00
ajacoutot
ae8ce23957 Update to foo2zjs-20100329, needed for upcoming CUPS update.
Install icm and firmware directories.
Add a MESSAGE about getting ICM profiles from the net using 'getweb'.
2010-03-31 16:01:45 +00:00
ajacoutot
61677a6e76 Do not install useless ReadMe. 2010-03-31 14:44:28 +00:00
sthen
7e0b0c7e60 fix trailing backslash; pointed out by Andreas Kahari, thanks!
ok ajacoutot@
2010-03-29 13:11:42 +00:00
jasper
e04d0415fd - update openclipart to 2.0 2010-03-29 12:23:24 +00:00
ajacoutot
b9b195187c No need to specify the no_* FLAVOR for avahi, this is the default now.
naddy thinks there may be some gratuitous bumps but let's be safe.

reads good to sthen@, ok jasper@
2010-03-29 07:52:26 +00:00
ajacoutot
ed5c5131df Move hp-check from -gui to -main. 2010-03-26 08:00:03 +00:00
ajacoutot
07ff32bdb7 Fix packaging so that grumpy v2.0 can make good dreams. 2010-03-25 21:41:34 +00:00
oga
3304c7a5be Fix latex-mk when using pdflatex with xfig.
The suffix make rule was typoed to still generate a .eps instead of a
.pdf, making it fail. Bump packagename.

"durrr, OK" phessler@, "I never used xfig with latex-mk, so if it works
for you go ahead" ${MAINTAINER}
2010-03-24 16:15:06 +00:00
ajacoutot
f6a9d7a924 Add setup.py to the SUBST_CMD list.
from Greg Jones, thanks.
2010-03-24 06:31:13 +00:00
naddy
e9c6b1da7f * extract directly into destdir to save copy
* remove execute bits from data files
2010-03-21 16:43:40 +00:00
ajacoutot
c2879afdcf Update to foomatic-db-engine-4.0.4.
The important part for us is that "it is not required any more that for
Foomatic to return a PPD file for a given printer/driver combo that
there is an XML file for both the printer and the driver. One XML file
(either printer or driver) is enough when this file describes the
printer/driver relation."
That means that printers that did not appear before (i.e. one could not
create a custom ppd) where they were marked as supported will now
appear and work fine.
2010-03-21 14:41:00 +00:00
ajacoutot
311ef385df Update to foomatic-filters-4.0.4.
Get rid of the libgs dependency.
2010-03-21 14:39:40 +00:00
edd
c5a355f911 Remove 'tlmgr' script. It is not intended to be used with the OpenBSD
packakges and if it were to work it would screw up package checksums.

OK, jasper@
2010-03-21 13:22:55 +00:00
ajacoutot
c3eff2d298 Major update to hplip-3.10.2.
Take maintainership.
Tweak, flush and fix dependencies...

Add some example on how to use hplip.
2010-03-21 11:07:43 +00:00
ajacoutot
43ca060d34 Set better defaults to fix some printing issues with lpd(8).
issue reported by Jan Stary
2010-03-21 10:49:25 +00:00
ajacoutot
f4844268e7 Take maintainership of these print ports. 2010-03-21 10:14:50 +00:00
ajacoutot
9bb999da35 Update to gutenprint-5.2.5. 2010-03-21 10:00:36 +00:00
ajacoutot
00bcec65dc Update to libspectre-0.2.4.
Take maintainership.

ok jasper@
2010-03-21 09:50:59 +00:00
ajacoutot
00a8519bba Update to py-cups-1.9.48.
Take maintainership.
2010-03-21 09:46:02 +00:00
jsg
c4093906b0 Bring in pdfjadetex.ini from TeX Live svn revision 16978
by Karl Berry, which unbreaks jadetex with TeX Live 2009.

ok edd@ jasper@
2010-02-17 10:19:08 +00:00
naddy
f7d8d158a2 bump so we don't collide with earlier package names; ok ajacoutot@ 2010-02-10 16:32:22 +00:00
jasper
228964a8d2 - extend archtecture tests for mips64el
ok naddy@ phessler@
2010-02-09 12:23:59 +00:00
kili
d4dc1f4d12 Actully build the complete thing during make build instead of linking
obj/gs during make fake. This fixes the breakage on hppa found by
landry@ the other day. Bump PKGNAME to be save (shouldn't be
necessary, but the failure on hppa was weird enough to get paranoic).

Builds fine on hppa for landry@.

ok ajacoutot@
2010-02-06 19:56:40 +00:00
ajacoutot
7b9098c173 Give some much needed love so this port:
* tweak COMMENT and DESCR, document FLAVORS
* add myself as MAINTAINER
* fix the s10x14 FLAVOR
* we already patch Makefile.unix so move the *_FLAGS to it
* Remove Apple copyrighted files (from Fedora).
* bump PKGNAME major version to be on par with every other *nix

ok kili@ espie@
2010-02-06 11:26:29 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
jasper
4fba78e767 - add a few patches from upstream svn
* clarify an error message
* fix error handling of encrypted files
* save current page when reloading the document

from brynet (MAINTAINER)
2010-01-12 21:45:20 +00:00
ajacoutot
2b40d8d8f2 Tweak MESSAGE. 2010-01-12 10:59:00 +00:00
ajacoutot
562b477e50 -foomatic-db-hpijs 2010-01-12 10:58:01 +00:00
ajacoutot
77a37d554b Remove foomatic-db-hpijs (as it's been dropped from foomatic-db at
openprinting.org).

It's been unmaintained for a long time now and the generated PPDs are
out-of-date for the newer foomatic-*.
Correct PPDs files for HP printers are of course still shipped in the
hpijs package.
2010-01-12 10:55:55 +00:00
ajacoutot
57afa508a2 * -main really needs -hpcups, -hpijs is useless in this case.
* reorder depends
* tweak MESSAGE and COMMENT
2010-01-10 18:09:29 +00:00
edd
fa3f60febf Fix the xindy module path in TeX Live.
OK kili@
2010-01-10 16:43:36 +00:00
ajacoutot
435bc7fde2 Try and be logical:
* no need to depend on foomatic-filters because hpcups uses its own cups
raster and hpijs uses the bundled foomatic-rip-hplip.
* move foomatic-rip-hplip into the -hplip subpackage because it is only
used there.

Bump and add conflict marker accordingly.
2010-01-10 16:43:18 +00:00
kili
c4bc404b9c Only xindy depends on ffcall (which is horribly broken on arm). 2010-01-10 13:06:36 +00:00
edd
a299569caf fix build for the new version of clisp, which has new syntax for clisp-link.
OK kili@
2010-01-07 10:57:17 +00:00
jasper
683631fed7 SECURITY FIX:
CVE-2009-4270: Ghostscript "errprintf()" Buffer Overflow Vulnerability

ok kili@ (MAINTAINER)
2010-01-04 19:14:52 +00:00
kili
d74f83d278 Update to 2.12.3. 2010-01-01 11:00:49 +00:00
jasper
1712187405 Security fix for SA37577, related to CVE-2009-4227.
transfig ".fig" File Parsing Buffer Overflow
2009-12-27 22:15:40 +00:00
ajacoutot
7f48ea4ece Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 15:54:32 +00:00
benoit
176316ff57 - change my email
- update WANTLIB
2009-12-20 17:28:21 +00:00
espie
ce8c3b0e44 upgrade path from teTeX 2009-12-15 18:01:57 +00:00
edd
55f93cad4c Fixed xz BUILD_DEPENDS, thanks Thanos Tsouanas for the heads up.
OK sthen@
2009-12-15 16:21:18 +00:00
edd
bd02d1c647 Update to TeX Live 2009.
Requires newest pacakge tools for upgrading from 2008.

OK kili@
2009-12-12 17:48:34 +00:00
ajacoutot
03f7ce366f Put binaries back into the -main subpackage. It makes more sense as the
foomatic db can be removed while keeping the gutenprint pkg installed
for printing. It only adds a dependency on print/ijs.
2009-12-10 14:12:01 +00:00
ajacoutot
dc89afaa01 Make it run_depends on hpijs. 2009-12-10 13:49:57 +00:00
ajacoutot
4ec7c40b92 Remove the -gimp subpackage. It had a meaning when gimp did not provide
a sensible printing interface but this is not the case anymore. This
also allows to remove gutenprintui2 and gtk+2 dependency.

Rebuild -foomatic against the latest foomatic-db-engine.
The -foomatic package run_depends on foomatic-db. Move some files from
-main to -foomatic.
2009-12-10 11:04:35 +00:00
ajacoutot
0ee6f3255c Move PPD files under foo2zjs own directory.
Remove MESSAGE, it is not relevant anymore as the CUPS creates the
symlink automatically for us now.
2009-12-10 10:59:00 +00:00
ajacoutot
7cc37258b8 Update to foomatic-db-hpijs-1.4 2009-12-10 10:58:45 +00:00
ajacoutot
b5115d7fc9 Update to foomatic-db-4.0.20091207
Now depends on foomatic-db-engine.
2009-12-10 10:58:25 +00:00
ajacoutot
09adbe6dc8 Update to foomatic-db-engine-4.0.3.
Add a link from foomatic-ppdfile  to the CUPS driver directory so that
PPDs file will be created on demand (no need to hunt for them on
openprinting.org).

Merge MESSAGE from foomatic-db-gutenprint to be more coherent.

Rework dependencies:
foomatic-db{gutenprint,hpijs}->foomatic-db->foomatic-db-engine
2009-12-10 10:57:59 +00:00
ajacoutot
9f0b30e126 Update to foomatic-filters-4.0.3.
(rewritten from perl to c)
2009-12-10 10:57:21 +00:00
ajacoutot
1ca27be86e Create a symlink to the foomatic drivers database so that they are
available without doing anything if some are installed.
2009-12-10 10:57:06 +00:00
ajacoutot
4bc91e5e24 Unbreak after CUPS gnutls -> openssl move.
spotted by jasper@
2009-11-24 17:13:59 +00:00
jasper
2b82712fd4 ECURITY FIX for CVE-2009-3553.
CUPS "cupsdDoSelect()" Denial of Service Vulnerability.
2009-11-22 18:10:12 +00:00
ajacoutot
12bbcded54 Regen WANTLIB after CUPS gnutls -> openssl move. 2009-11-22 17:22:07 +00:00
jasper
d98c45b104 give cups a better chance to build on mips64, this exposes a bug in
ld(1), but the build is able to progress a lot further though.

ok ajacoutot@ (MAINTAINER)
2009-11-22 16:47:35 +00:00
ajacoutot
487de33a33 Regen WANTLIB after CUPS gnutls -> openssl move. 2009-11-22 16:40:03 +00:00
ajacoutot
a5a0b69c01 Now that SHA1_Update symbol conflict has been solved in security/nss3,
remove the need for gnutls and use openssl instead.
2009-11-22 16:38:55 +00:00
kili
abea5e6c76 Update. 2009-11-21 21:58:26 +00:00
kili
c1932f7b75 Security fix (CVE-2009-3607) and bug fixes. 2009-11-21 21:57:50 +00:00
ajacoutot
2ed669f58b Upstream rolled up a new tarball.
from alek@
cvs: ----------------------------------------------------------------------
2009-11-19 22:10:30 +00:00
ajacoutot
2e753781b9 Extend comment with deeper explanation.
No pkg change.
2009-11-11 11:00:32 +00:00
ajacoutot
85aa6bd194 This needs to run_depends on ghostscript. 2009-10-27 14:36:44 +00:00
kili
b5659e40c4 Update to poppler-0.12.1.
Contains the xpdf-3.02pl4 diffs and some additional bug fixes.

ok ajacoutot@
2009-10-26 19:23:45 +00:00
kili
7306dd1dd4 Unbreak the build after the removal of ${LOCALBASE}/lib/X11/fonts/ghostscript.
No pkg bump necessary, since the ghostscript fonts are used during build time
only.
2009-10-26 19:15:15 +00:00
jasper
6a63c0cb29 SECURITY FIX for CVE-2009-3608, CVE-2009-3609.
CUPS "pdftops" Filter Data Handling Integer Overflow Vulnerabilities
Patch from Ubuntu.

ok ajacoutot@ (MAINTAINER)
2009-10-25 16:04:34 +00:00
jasper
104a083fec - update libspectre to 0.2.3
* bugfixes and enhancements

ok ajacoutot@
2009-10-25 16:01:09 +00:00
kili
5d5711efef Remove the symlink in ${PREFIX}/lib/X11/fonts.
ok ajacoutot@ (during p2k9)
2009-10-21 14:19:01 +00:00
kili
6c932f5d20 Merge security fixes from xpdf.
ok jasper@
2009-10-15 20:43:40 +00:00
kili
da255d2943 Remove stupid comments. 2009-10-13 16:20:34 +00:00
kili
ce62ff7d75 Update to poppler-data-0.3.0. 2009-10-13 10:20:05 +00:00
kili
caf2459631 Update to poppler-0.12.0.
Prodded and ok by ajacoutot@
2009-10-13 10:19:37 +00:00
giovanni
61b977f67d I have no more Hp compatible printers,
drop maintainership
2009-10-13 09:54:12 +00:00
ajacoutot
e5b1a4f773 Add gnutl support back after recent gnutls upgrade.
Regen wantlib & bump.
2009-10-12 11:17:17 +00:00
kili
0d35155812 Update to 2.12.2, following the guile update.
May still be broken a little bit; I'll fix any possible bugs
soon.
2009-10-11 18:56:21 +00:00