Commit graph

4008 commits

Author SHA1 Message Date
Martin Wilke
936c86d3c4 - Fix build on amd64
Submitted by:	miwi (via private mail)
Approved by:	maintainer
2007-07-23 19:52:44 +00:00
Martin Wilke
2732b6b4f6 - Update to 1.7.4a [1]
- Fix build problems on 6.2 [2]

PR:		112988
Submitted by:	Chris Calvey<chris@infosec.yi.org> [2]
Approved by:	Anish Mistry <amistry@am-productions.biz> (maintainer [1])
2007-07-23 12:49:49 +00:00
Rong-En Fan
f935a609c5 - Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them.  This is determined by running ``configure --help'' in
  do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
  which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
  Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
  PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
  subdirectory detection.

PR:		ports/111470
Approved by:	portmgr
Discussed with:	stas (Mk/*), gerald (info related stuffs)
Tested by:	pointyhat exp run
2007-07-23 09:36:51 +00:00
Rong-En Fan
ba196c19c6 - Update to 2.17 2007-07-21 12:42:55 +00:00
Rong-En Fan
312bbce413 - Update to 2.64
PR:		ports/114415
Submitted by:	KATO Tsuguru <tkato432 at yahoo.com>
2007-07-11 03:54:15 +00:00
Mikhail Teterin
6686ae02cc Add a patch to ensure we compile against the new Boost-1.34, while
maintaining compatibility with Boost-1.33. Also, when compiling against
1.34, be sure to remove the `-fno-exceptions' flag, because the new
Boost throws in a few places...

Notified by:	pav
2007-07-06 20:29:55 +00:00
Jean-Marc Zucconi
abe26b8975 Change the depends from tex to initex to avoid installing it with teTeX
(the port is not compatible with teTeX).
2007-07-06 08:23:53 +00:00
Dmitry Sivachenko
434bfbbd25 Release to ports@ 2007-07-05 09:17:14 +00:00
Tom McLaughlin
3b2714c505 Bump PORTREVISION for a few apps due to gnutls update. 2007-07-05 03:54:51 +00:00
Michael Johnson
a67fff7cf3 Add cupsddk
The CUPS Driver Development Kit (DDK) provides a suite of standard drivers,
a PPD file compiler, and other utilities that can be used to develop printer
drivers for CUPS and other printing environments.

WWW: http://www.cups.org/ddk/
2007-07-04 21:00:00 +00:00
Alexey Dokuchaev
23316dca12 - Fix the build with modern GCC and unbreak [1]
- Teach to respect PREFIX
- Consistently spell application name in Makefile and pkg-descr

Reported by:	pointyhat (logs) [1]
2007-07-04 13:56:47 +00:00
Pav Lucistnik
d18583938a Mark BROKEN on 7.X: does not compile with GCC 4.2 2007-07-04 08:05:40 +00:00
Hiroki Sato
c693557a24 Move a line to creat the install directory to the do-install
target.  This fixes installation by a non-root user.

Spotted by:	mi
2007-07-04 06:51:38 +00:00
Pav Lucistnik
737b8faa1b - Mark BROKEN on CURRENT: does not build with GCC 4.2 2007-07-03 09:32:56 +00:00
Martin Wilke
ab96b2d45c - Unbreak
- Fix build after objformat removal
- Remove FreeBSD 4.X gruft
2007-07-02 18:45:55 +00:00
Martin Wilke
92182edd2f Chase increase of print/pslib shlib version.
Submitted by:	pointyhat via pav
2007-07-01 22:13:49 +00:00
Roman Bogorodskiy
95eecf16e6 Chase gnutls shared library version chase: adjust DEPENDS lines and
bump PORTREVISIONs.
2007-07-01 08:56:16 +00:00
Mark Linimon
0c0a374650 Reset rainer.alves@gmail.com by request due to current lack of time to
work on FreeBSD.
2007-06-29 19:33:24 +00:00
Marcelo Araujo
8fa4080ca2 - Update to 5.4.4.
Approved by:	stas (mentor)
2007-06-29 16:58:01 +00:00
Marcelo Araujo
d2101f2dd8 - Change my mail address to araujo@.
Approved by:	stas (mentor)
2007-06-29 16:29:19 +00:00
Martin Wilke
de223f9338 - Update to 0.3.0
Changelog:
	* lots of fixed bugs
	* color separation support
	* support for different input encodings
	* and more

PR:		113987
Submitted by:	Marcus von Appen <mva@sysfault.org> (maintainer)
2007-06-29 11:59:04 +00:00
Martin Wilke
b57e7139d4 - Fix build with gcc4
- Support USE_BDB

PR:		114078
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-06-29 08:32:36 +00:00
Ying-Chieh Liao
b65af4200d fix png problem
Pointyhat to: myself
2007-06-27 01:37:38 +00:00
Michael Johnson
991744f706 Update to 5.1.3 2007-06-26 15:07:47 +00:00
Michael Johnson
6ee3ee2696 Update to 5.1.3 2007-06-26 15:07:46 +00:00
Hiroki Sato
158243389e Fix some manpages that should have been in MLINKS.
Submitted by:	brian
2007-06-24 15:57:25 +00:00
Hiroki Sato
53ab43d026 Update to 20070409. Changes include:
- Xref and object stream were implemented for PDF v1.5 or higher
   to reduce the size of the PDF output (contributed by Matthias
   Franz).

 - A few bugs were fixed too.

Approved by:	matusita (maintainer)
2007-06-23 14:24:42 +00:00
Hiroki Sato
ba5ad24a2c %%ACROBASE%% and %%ADOBEBASE%% are now handled by acroread ports.
Spotted by:	pointyhat
2007-06-23 14:18:06 +00:00
Ying-Chieh Liao
d1e9fe8720 add libharu 2.0.8
Haru Free PDF Library
2007-06-15 15:18:00 +00:00
Andreas Klemm
7409cfd447 "make describe" failed in top-level "make index"
since ports configure script adds "-nox11" suffix
even when ${GHOSTSCRIPT_PORT} is already "ghostscript-gpl-nox11".

Submitted by:	G. Paul Ziemba <paul@treehouse.napa.ca.us>
Reviewed by:	me
2007-06-13 16:56:37 +00:00
Andreas Klemm
0f4fb37da2 Depend on graphics/tgif port not tgif-nls.
Bumped portrevision

PR:		113549
Submitted by:	Geraud CONTINSOUZAS
2007-06-13 16:03:20 +00:00
Dirk Meyer
65e9d1a1ae - drop pkg-install
as this cases problems for upgrading users

PR:		113613
2007-06-12 14:14:35 +00:00
Dirk Meyer
534d02914f - Security update to 1.2.11
Security: CVE-2007-0720
http://www.securityfocus.com/bid/23127

Reported by:	miwi
2007-06-11 16:50:22 +00:00
Andrew Pantyukhin
f6b5cd7fa6 Add port print/a2pdf:
a2pdf converts ASCII text to PDF format, with optional line/page
numbering and Perl syntax highlighting.

WWW: http://perl.jonallen.info/projects/a2pdf
Author: Jon Allen <jj@jonallen.info>
2007-06-11 15:04:34 +00:00
Martin Wilke
3e7df8382c - Update to 3.2.5
PR:		111246
Submitted by:	Eric P. Scott <eps+pbug0704@ana.com>
2007-06-10 00:49:25 +00:00
Martin Wilke
10882b18d8 - Add japanese font
PR:		113474
Submitted by:	Eygene Ryabinkin <rea-fbsd@codelabs.ru> (maintainer)
Thanks to:	ume@
2007-06-09 12:48:54 +00:00
Hiroki Sato
9839ed46e7 Fix wrong variable names forgotten in the previous commit. 2007-06-09 12:44:02 +00:00
Hiroki Sato
56e44968b6 Use @dirrmtry for Adobe and Adobe/Acrobat7.0 directories
(and use ADOBEBASE and ACROBASE for consistency).

PR:		ports/112941
Submitted by:	edwin
2007-06-09 11:18:46 +00:00
Dirk Meyer
bbe73c02e9 - fix order for creation for user, groups and dirs.
PR:		113473
2007-06-08 13:57:13 +00:00
Rong-En Fan
2c9cdf0426 - Use bsd.emacs.mk 2007-06-05 08:49:59 +00:00
Hiroki Sato
4b8c103d72 Fix build when lvga256 or vgalib is enabled.
Spotted by:	itetcu
2007-06-03 16:39:47 +00:00
Hiroki Sato
63ef77c898 Update to 8.57.
Submitted by:	KATO Tsuguru
PR:		ports/113009
2007-06-03 05:02:53 +00:00
Mikhail Teterin
3ecc8b8113 Add the overlooked gl.mo (localization)
Notified by:	kris
2007-06-02 02:25:47 +00:00
Martin Wilke
046ff7c965 PHP extention to generate postscript by using pslib.
WWW: http://pecl.php.net/package-info.php?package=ps

PR:		ports/112968
Submitted by:	Alan Garfield <alan at fromorbit.com>
2007-05-29 17:09:21 +00:00
Nicola Vitale
dc62b45acb SpliX is a set of CUPS printer drivers for SPL (Samsung Printer Language)
printers. Below is a non-exhaustive list of currently supported printers. Note
that only SPL2 and SPLc printers are currently supported!

Manufacturer    Model       State
Xerox	        Phaser 6100	Works
Samsung	        CLP-300 	Non-working
Samsung	        CLP-500	    Works
Samsung	        CLP-510	    Works
Samsung	        CLP-600	    Non-working
Samsung	        ML-1510	    Works
Samsung	        ML-1520	    Works
Samsung	        ML-1610	    Works
Samsung	        ML-1710	    Works
Samsung	        ML-1740	    Works
Samsung	        ML-1750	    Works
Samsung	        ML-2010	    Works
Samsung	        ML-2150	    Untested
Samsung	        ML-2250	    Works
Samsung	        ML-2550	    Untested
Samsung	        ML-2571	    Works

WWW:	http://splix.sourceforge.net/

PR:		ports/111034
Submitted by:	Tomas Verbaitis <tomasv at megalogika.lt>
2007-05-29 13:14:59 +00:00
Mikhail Teterin
d84047f0c9 Upgrade from 1.4.3 to 1.4.4. Add (optional) support for Aiksaurus. 2007-05-28 21:05:34 +00:00
Alexander Nedotsukov
cd6f803346 Allow these ports to be built with GCC 4.2. 2007-05-28 04:39:07 +00:00
Martin Wilke
0d18bf9bf1 - Update to 2.4.6
PR:		112427
Submitted by:	Simon Olofsson <simon@olofsson.de> (maintainer)
2007-05-27 11:30:57 +00:00
Kris Kennaway
b7ff7031ea BROKEN with gcc 4.2 2007-05-27 03:03:31 +00:00
Dirk Meyer
13b3264699 - update for gnustep-make-2.0.0 2007-05-25 05:55:36 +00:00