Commit Graph

743 Commits

Author SHA1 Message Date
deanna
984d0b6e04 Fix regress by letting the test know the correct shared lib versions.
ok mbalmer
2007-03-17 18:28:02 +00:00
kili
d56701ca36 Update to epdfview-0.1.6.
From maintainer Vlad Glagolev.

"Go for it." espie@
2007-03-17 14:04:16 +00:00
steven
db79367ae4 WANTLIB fixes, mostly needed by recent cairo update 2007-02-11 00:56:57 +00:00
steven
2d0d567da7 +latex-mk 2007-01-31 22:38:49 +00:00
steven
86c39316dd import latex-mk 1.8
latex-mk is a set of Makefile fragments designed to assist in the
management of LaTeX documents.

based on a submission by andreas.bihlmaier at gmx.de

looks good jasper@
2007-01-31 22:38:03 +00:00
steven
02c8c43c2b +ps2eps 2007-01-19 07:06:49 +00:00
steven
45b4a09f53 import ps2eps-1.61
ps2eps is a tool to produce Encapsulated PostScript Files (EPS/EPSF) from
usual one-paged Postscript documents. It calculates correct Bounding Boxes
for those EPS files and filters some special postscript command sequences
that can produce erroneous results on printers.

from Laurence Tratt <laurie at tratt.net>
2007-01-19 07:05:54 +00:00
jolan
b06262740c just fetch via http since there are still some problems with adobe's ftp
servers

ok sturm@
2007-01-18 20:46:21 +00:00
kurt
59012601cb bump pkg due to java.port.mk change in RUN_DEPENDS 2007-01-16 02:48:02 +00:00
mbalmer
20f0fad4bd maintenance update to scribus 1.3.3.7. 2007-01-10 23:33:36 +00:00
bernd
934d72d026 Security update to acroread-7.0.9.
Fixes for CVE-2006-5857, CVE-2007-0045, CVE-2007-0046, CVE-2007-0048.

http://www.adobe.com/support/security/bulletins/apsb07-01.html
http://www.piotrbania.com/all/adv/adobe-acrobat-adv.txt

ok sturm@
2007-01-10 12:48:28 +00:00
sturm
2cf221d29c set FETCH_CMD to not use passive mode as some server is misbehaving
repeatedly

noticed by Jack J. Woehr, fix by jolan@
2007-01-04 19:21:45 +00:00
kili
1f786a8c4a xargs without -r is bad. Why didn't anyone yell at me when i committed this? 2007-01-01 22:54:46 +00:00
kili
411c7c67ca Add epdfview. 2007-01-01 12:35:20 +00:00
kili
1c984f1b16 ePDFView is a free lightweight PDF document viewer using Poppler,
cairo and GTK+ libraries. The aim of ePDFView is to make a simple
PDF document viewer, in the lines of Evince but without using the
GNOME libraries.

From Vlad Glagolev <stelzy at gmail dot com>.
2007-01-01 12:32:38 +00:00
kili
83dd33b594 Remove an unused variable. 2006-12-28 23:26:23 +00:00
ajacoutot
a87a4324ba - set PORTHOME to ${WRKDIR} for consistency with other ports
no package change
2006-12-26 14:07:10 +00:00
kili
f50270bc88 Swap RUN_DEPENDS and BUILD_DEPENDS.
ok dassow@
2006-12-17 20:13:33 +00:00
espie
0f5dc96ea1 say goodbye to GNU land. 2006-12-16 12:22:32 +00:00
steven
16c96c0a84 bump PKGNAME after plist change 2006-12-16 09:35:11 +00:00
pvalchev
1094fca034 fix rcsid; Mikolaj Kucharski 2006-12-16 06:41:27 +00:00
steven
20b177e323 read the no_x11 fragment
go ahead bernd@
2006-12-13 18:19:02 +00:00
bernd
4fde9e9461 Backout my last change. It was obviously wrong, sorry!
Spotted by steven@, thanks!
2006-12-12 23:14:13 +00:00
bernd
a6c76eaa1c Add missing @pkgpath after conversio to new MULTI_PACKAGES.
Spotted by Antti Harri <iku at openbsd dot fi>, thanks!
2006-12-12 12:10:57 +00:00
jasper
92ec63ddc4 update lyx to 1.4.3
from Zvezdan Petkovic <zpetkovic at acm at org> (maintainer)

zap dead mastersite an NO_REGRESS=Yes while there

ok pvalchev
2006-11-27 17:16:57 +00:00
steven
0a712b9022 update to 2.8.8
new MULTI_PACKAGES

from kili@ with some corrections by me.
2006-11-26 11:24:29 +00:00
espie
f2c37e8943 new MULTI_PACKAGES 2006-11-25 17:14:51 +00:00
steven
affb625bbd don't derive one PKGNAME from the other; requested by espie@ 2006-11-25 13:11:02 +00:00
steven
13d8bfaa55 new MULTI_PACKAGES 2006-11-24 22:27:32 +00:00
kili
d57130fe92 new MULTI_PACKAGES 2006-11-24 22:20:29 +00:00
espie
fcfd261e91 new MULTI_PACKAGES 2006-11-23 19:31:34 +00:00
espie
666a6ebcd6 new MULTI_PACKAGES 2006-11-21 10:07:26 +00:00
mbalmer
748ae603c4 Update to CUP 1.2.7. 2006-11-17 19:15:36 +00:00
steven
3a8bbd69f1 use my openbsd.org address 2006-11-16 09:15:01 +00:00
steven
91a71496cd USE_X11 2006-11-13 12:51:14 +00:00
steven
4d1a344b19 USE_X11 2006-11-11 14:09:04 +00:00
mbalmer
c8e802318d Maintenance update to scribus-1.3.3.5. 2006-11-10 17:17:30 +00:00
mbalmer
3d9dc6bc61 Don't install files with weird ownership, don't install lppasswd setuid root. 2006-11-07 11:20:49 +00:00
kili
262f516a1b Avoid references to PKGNAME.
Remove noops like WRKDIST=${WRKDIR}/${DISTNAME}.
Drop DIST_SUBDIR where appropriate.

Problem mentioned by naddy.
Some simplifications and ok, steven.
2006-11-04 19:19:15 +00:00
kurt
d5e7960401 pkg bump due to depends change in java.port.mk 2006-11-01 20:47:41 +00:00
espie
669ddb18f0 fix dependency 2006-10-30 08:28:26 +00:00
kili
3c25d302e8 Add lilypond 2006-10-29 19:28:55 +00:00
kili
1d4b109dc7 LilyPond -- music notation and typesetting software.
ok, mbalmer@
2006-10-29 19:27:12 +00:00
espie
397fac782e let poppler compile the qt wrapper stuff, as koffice needs it. 2006-10-29 11:03:26 +00:00
ajacoutot
36d2cceb0b - update my email address
- bump PKGNAME

ok robert@
2006-10-27 12:53:01 +00:00
mbalmer
ad93c794f4 add xpp 2006-10-22 12:03:22 +00:00
mbalmer
1c55feccc9 xpp is a printing panel for CUPS. Lets you select a printer, set options,
etc.
2006-10-22 12:02:11 +00:00
mbalmer
9d690dfd6f Update to CUPS 1.2.5, this fixes a handful of bugs. Remove one patch that
was applied upstream.
2006-10-21 10:58:24 +00:00
kili
f8166a12da Update to 1.3.3.4, with some patches
o.k. from mbalmer (also new maintainer).
2006-10-20 22:52:47 +00:00
steven
604972aef4 add @pkgpath line to allow updating ghostscript/afpl packages
reminded by henning@, help from espie@
2006-10-20 16:45:58 +00:00