1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
Commit Graph

1220 Commits

Author SHA1 Message Date
Andreas Klemm
531d04891c update patch after make-release 2000-08-27 15:57:08 +00:00
Andreas Klemm
8b8a1ef16f Update to todays snapshot which offers new features and bugfixes.
Update to this snap is highly recommended.

       Michael Loßin <phallobst@web.de>
        --------------------------------
          Here are some small changes to the duplex code, more class stuff
          and several minor tweaks:
        * duplex printing:
                - "forced simplex" mode was totally fscked up
                  (infinite loop _and_ wrong print command)
                - use psselect _or_ pstops to extract odd/even pages
                - one less temporary file
        * new function send_mail for duplex and failure messages
        * DVIPS_REVERSE and ACROREAD_REVERSE are gone; PS_UTILS
          should be used to correct _all_ file formats
        * new class options:
                - a3,a4,letter,legal,ledger  (paper size)
                - a2ps,mpage,recode  (ASCII filter)
                - 1pps,2pps,4pps,8pps  (pages per sheet)
                - border,noborder,header,noheader  (ASCII style)
                - landscape  (force orientation for ASCII and DVI)
                - simplex  (force non-duplex mode)
                - color,mono  (color handling)
        * FAQ update
        * slight manpage fixes
        * Makefile fixes
        * small cosmetic changes here and there

        changes from me:
        ----------------
        * SETUP: A -> abort, I -> install a printer, Q finish installation
          I think quit is the usual leave operation
        * hint for FreeBSD ports collection, not to install manpages
        * SETUP, apsfilter: Change my mail address to andreas@apsfilter.org
        * SETUP: make more clear how to restart the lineprinter scheduler
        * SETUP: install_man_pages:
                - document 'default' to not install manpages when simply
                  hitting RETURN, ie. when installing from FreeBSD ports
                  collection
                - its not clear if FreeBSD user used ports collection or
                  not, so ask if manual pages should be installed or not
        * SETUP: save 2 seconds sleep by combining a message
        * FAQ, use the SGML based version
          Changes to the FAQ should directly be made to the doc tree !
        * TODO: remove resolved items, update some ITEMS and one new.
2000-08-27 15:56:34 +00:00
David E. O'Brien
51f4bf9cfd Look for proper version of Xaw3d, as this wasn't done when someone upgraded
the Xaw3d port.

Submitted by:	Bernie Doehner <bad@uhf.wireless.net>
2000-08-27 04:18:33 +00:00
Andreas Klemm
1ef0d22ed6 Update: new patch 2000-08-26 16:54:44 +00:00
Andreas Klemm
5f89e614e5 The last changes were too Linux centric (Michael doesn't have access to BSD
machine). So here now some bugfixes to make SETUP work again !

* SETUP: fix permissions of $SPOOLDIR
  700 was to restrictive for BSD.
  TODO: "clone" permissions of $SPOOL
* SETUP: bugfix: BSD needs /usr/sbin in PATH to find chown.
  added /sbin as well, since this is unexpensive and possibly
  needed for other systems.
* SETUP: cosmetic, reformat menues to still fit within 25 lines
* SETUP: fix: grep -c needs an argument (".") in echo "\c" | grep -c .
  to work on FreeBSD and possibly other BSDs with GNU grep 2.4
2000-08-26 16:52:18 +00:00
Andreas Klemm
e06ef9f169 Some cosmetic updates
And nuke GLOBAL.sh entirely (was still left in PLIST)
2000-08-25 17:07:32 +00:00
Ade Lovett
2c47dda968 Unconditionally disable bonobo support here too -- it needs reworking
for the new bonobo code.

Submitted by:	Archie Cobbs <archie@whistle.com>
2000-08-25 16:07:03 +00:00
Andreas Klemm
d31b2652d2 MFC
Allow 6.x gs versions, even developer snapshots.
by using gs --version to get gs version number.
2000-08-25 08:50:54 +00:00
Andreas Klemm
d0e3f1a3a0 upgrade to newest snap 25.08.2000
See ANNOUNCE file in apsfilterrc, what changes have been done !
2000-08-25 08:49:39 +00:00
Andreas Klemm
bbb68e3825 Update port: print/ghostscript55 to 5.50a
Thanks for port submission !

PR:		20266
Submitted by:	tkato@prontomail.ne.jp
2000-08-24 21:20:30 +00:00
Andreas Klemm
9f1c27c0ec forgot the two patches, sorry.
PR:		20038
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-08-24 20:44:58 +00:00
Andreas Klemm
9269d1b0eb The software's own genarch program took several HOURS on
my dual PIII-700  trying to figure out the  sizes of the
        primary and secondary caches. The sizes turned out to be
        rather wrong (definetly true for the L2 cache, may be L1
        is indeed 32Kb). Their algorithm  seems bogus to me, but
        most  importantly,  the  obtained values  are  NOT  USED
        anywhere in the GhostScript code... One of the submitted
        patches rips  the "cache size" section  from the genarch
        entirely.

        The attached modification and new patches also:
                . replace the use of mktemp/fopen with mkstemp/fdopen
                . modify the unix-gcc.mak so that there is no need for
                  GNU-make

PR:		20038
Submitted by:	Mikhail Teterin <mi@aldan.algebra.com>
2000-08-24 20:43:55 +00:00
Andreas Klemm
6a6a51be24 new apsfilter current archive.
Sorry same date in archive name.
Update md5.
2000-08-22 19:08:15 +00:00
Andreas Klemm
284b2a041d use newest available diff. 2000-08-22 19:06:34 +00:00
Akinori MUSHA
735e506801 Add ruby-clibpdf, a Ruby binding for ClibPDF. 2000-08-22 15:13:41 +00:00
Akinori MUSHA
b00add5d5d Mark as NO_CDROM. One needs a license to bundle this software with
other products. (And only free for non-profit personal use, and use
by educational, non-profit, and government organizations)
2000-08-22 14:19:12 +00:00
Akinori MUSHA
278f3e371b Add clibpdf, a library for creating PDF (Acrobat) files directly
via C language programs.
2000-08-22 14:11:11 +00:00
Thomas Gellekum
a0e10553bd New port py-reportlab, a library for creating PDF documents using Python. 2000-08-22 11:45:41 +00:00
Andreas Klemm
50d40d0008 - Updated apsfilter port to lastest devel snapshot which will soon become
apsfilter 6.0-RELEASE.

- The installation directory changed
  from ${PREFIX}/apsfilter
  to ${PREFIX}/share/apsfilter

- Its possible to run SETUP on a NFS client from mounted ${PREFIX}/share
  and so to install apsfilter on NFS clients ...

- Now Linux and FreeBSD have the same installation directory.

- /etc/apsfilter contains since 6.0 (2 weeks ago) a little directory
  structure for every printer.

- Switching between apsfilter releases is possible by simply changing
  the destination of the symblic link /etc/apsfilter/basedir.

Apsfilter V 6.0 _is_ in my humble opineon stable and useable and
the best apsfilter release ever since filtersetup and such things
have gone ... apsfilter has been modernized from ground up.

So please test test test.
2000-08-22 06:58:45 +00:00
Dima Ruban
03f074dc3e Change MASTER_SITE from ftp-pac.adobe.com to ftp.adobe.com. 2000-08-21 21:32:26 +00:00
Dirk Froemberg
da3cbea0bf Prevent a2ps from going crazy: Don't let it install files in /.
No response from:	maintainer
2000-08-21 19:58:48 +00:00
Andreas Klemm
27e0397669 fix port after apsfilter6's src directory has gone 2000-08-19 08:51:59 +00:00
Andreas Klemm
8dfeb3a5bc new apsfilter developement snap 2000-08-18 14:25:43 +00:00
Andreas Klemm
4532c8683f not necessary anymore in new apsfilter snap ... other committ follows 2000-08-18 14:23:28 +00:00
Andreas Klemm
9102a137b1 enable apsfilter6 in Makefile
this morning I remembered, that I forgot something yesterday ;-)
2000-08-18 05:44:21 +00:00
Andreas Klemm
e0e966dd66 Update URL, printexample and add mailinglist address to report
trouble and comments to ..
2000-08-17 18:41:45 +00:00
Andreas Klemm
7a07c9b2f2 update port to apsfilter 6.0 developement snapshot after repository copy.
Thanks Satoshi for immediate response.
2000-08-17 18:39:08 +00:00
Daniel Harris
a671f14c43 Update to 0.13.1b.
PR:		20664
Submitted by:	MAINTAINER
2000-08-17 00:32:42 +00:00
Andreas Klemm
6d433021fb update apsfilter stable port
last recent changes:

Mo  14 Aug 2000 07:05:28 CEST   Andreas Klemm <andreas@apsfilter.org>
        * SETUP: use "-" instead of "-_", as reported from
          Hal Bower. To make print_testpage work on every gs version.
          For printing the test page this is enough.
        * info file fix: use new domain "apsfilter.org"
        * refresh info concerning mailing-lists, the following are
          available now:
                - apsfilter-announce    Announcements
                - apsfilter-chat        talk/chat around apsfilter and printing
                - apsfilter-current     developer version of apsfilter
                - apsfilter-cvs         Commit Messages of Apsfilter Developers
                - apsfilter-devel       Closed List for Apsfilter Developers
                - apsfilter-hackers     Technical Discussion, code submissions
                - apsfilter-help        User Support / Help Forum
                - apsfilter-printing    Printing under Unix environment
                - apsfilter-stable      apsfilter stable release (5.x)
2000-08-14 05:34:55 +00:00
Andreas Klemm
a95de40a83 update port after new make-release script on www.apsfilter.org
which produces files with other md5 checksum, but more accurate
file creation date.
2000-08-13 20:58:19 +00:00
Dirk Froemberg
0c986676ae LyX needs gmake.
Reported by:	Mike Harding <mvh@ix.netcom.com>
2000-08-13 16:03:49 +00:00
Satoshi Asami
e12374929d +MAN3= FreeType.3
+MAN3PREFIX=    ${PREFIX}/lib/perl5/${PERL_VERSION}

Submitted by:	bento
2000-08-12 05:48:16 +00:00
Satoshi Asami
106a570a5e +bin/fterror
Submitted by:	obento
2000-08-12 01:36:33 +00:00
Andreas Klemm
764a482c8d fix dialog call in configure script
Submitted by:	Udo Schweigert <ust@cert.siemens.de>
2000-08-11 16:28:33 +00:00
Will Andrews
7d7a9a2180 Make these COMMENT files conform to Handbook standard.
PR:		20269
Submitted by:	Ports Fury
2000-08-11 11:50:37 +00:00
Andreas Klemm
9d28b01702 unbreak port.
Add patch 5.4.2 to RELENG_5

Things that makes me wonder:

a) patch is unable to remove make-release, that vanished in RELENG_5
   so I had to remove the diff for that. Don't know if our patch is
   so dumb, or if cvs diff doesn't generate the right things.
   The complete diff concerning this is rejected.

b) the CONFIGURE TARGET OF OUR PORTS COLLECTION STILL doesn't work.
   Could someone please tell me, if I missed something ???
   Suddenly the apsfilter configure script isn't executed anymore
   and so the apsfilter port doesn't create Makefile.inc to resolve
   the port dependencies, when being called "interactively"...
2000-08-11 04:47:51 +00:00
Andreas Klemm
b010bfac91 Had to mark it broken, because patches for 5.4.2 were not created correctly
on www.apsfilter.org, after make-release script has moved from apsfilter
source to www area ...
Am working on this, sorry for any inconveniances !
2000-08-10 05:58:10 +00:00
Andreas Klemm
2f3fdd7a97 reorganized apsfilter download area ...
make-release produced new diff but actionally no change
2000-08-09 22:02:46 +00:00
Ade Lovett
972ca4afab Re-sobomize to use pre-patch instead of post-extract
Wrists slapped by:	knu, sheldon
2000-08-04 16:11:37 +00:00
Dirk Froemberg
0916dde144 Upgrade to 1.1.5fix1. 2000-08-04 12:41:49 +00:00
Ade Lovett
38ae599271 Extensive patchfile cleanups using sobomax's wonderful
post-extract rule
2000-08-04 01:19:21 +00:00
MIHIRA Sanpei Yoshiro
060c56d87d change my e-mail address
--> sanpei@FreeBSD.org
2000-08-03 14:28:33 +00:00
Satoshi Asami
c6bcad2436 (1) Add new variable, XFREE86_VERSION, to specify which version of
XFree86 (3 or 4) to depend to when USE_XLIB is set.
    XFREE86_VERSION defaults to 3 for now, but adventurous users can
    override it in /etc/make.conf.  When XFREE86_VERSION=3, USE_XLIB
    will add a dependency to x11/XFree86; when it is set to 4, the
    dependency will be to x11/XFree86-4-libraries.  When
    XFREE86_VERSION=4, the PKG_IGNORE_DEPENDS and ALWAYS_BUILD_DEPENDS
    hacks to avoid messing with XFree86 are turned off.

    Since XFree86 version 4 includes some software that used to be
    separate ports, when XFREE86_VERSION=3 the following variables are
    provided:

    USE_DGS		LIB_DEPENDS on x11/dgs
    USE_FREETYPE	LIB_DEPENDS on print/freetype
    USE_MESA		LIB_DEPENDS on graphics/Mesa3
    USE_XPM		LIB_DEPENDS on graphics/xpm

    When XFREE86_VERSION=4, these variables have no effect.  The
    LIB_DEPENDS in the tree for the above four ports have all been
    converted to the USE_* counterparts.  For your information, this
    is the count of the number of ports:

    USE_DGS		0
    USE_FREETYPE	16
    USE_MESA		36
    USE_XPM		236

    There is a new variable, XAWVER, which is set to 6 when
    XFREE86_VERSION=3 and 7 when XFREE86_VERSION=4.  This is also
    passed to PLIST_SUB so ports that build Xaw based shared libraries
    can use this variable to substitute the shlib version number.

    There is also a provision of using a separate mtree file for
    XFREE86_VERSION=4, but that part is not enabled yet.

Reviewed by:	the ports list
Tested by:	make index (XFREE86_VERSION=3 only)

(2) Add hebrew to list of valid categories.
Submitted by:	nbm
2000-08-03 09:28:57 +00:00
Chris D. Faulhaber
324dfb8f33 Update port to 0.13
PR:		20207
Submitted by:	Maintainer
2000-08-01 23:52:48 +00:00
Andreas Klemm
f9a2087076 apsfilter main site moved from freefall.freebsd.org
completely to www.apsfilter.org
Many thanks to the FreeBSD developer team, Jordan, WC,
who made distribution of apsfilter possible for years.
Changes:
- checksums changed
- Redesign concerning patches to save CVS repository space
  remove patches in patches directory completely !
- use PATCHFILES in Makefile instead, which are actually
  smaller changes !
2000-08-01 17:06:40 +00:00
Maxim Sobolev
5b8558c0f5 Update to 1.20.
PR:		20094
Submitted by:	maintainer
2000-08-01 13:32:51 +00:00
Jean-Marc Zucconi
331077a2b2 Fix the install: target. 2000-07-30 21:32:19 +00:00
Maxim Sobolev
a8cffde473 Create ${WRKSRC} --> ${WRKDIR}/libpng sysmlink and use it in ghostscript ports
instead of hardcoded ${WRKSRC}/libpng-png.version.number.
2000-07-26 07:43:48 +00:00
Satoshi Taoka
5d7d820639 (1) /usr/share/info/dir was renamed to dir-tmpl.
(2) Now it is not necessary to exist a file "info/dir"
when install-info is executed.

By (1) and (2), I removed the next line:

[ -f %D/info/dir ] || sed -ne 1,/Menu:/p /usr/share/info/dir > %D/info/dir

from PLIST or Makefile

CV: ----------------------------------------------------------------------
2000-07-19 14:22:30 +00:00
Akinori MUSHA
14dfa33f7c Fix build failure on -current. (Another fix regarding Perl 5.6.0 update)
Approved by:	taoka-san (Maintainer)
2000-07-19 00:41:40 +00:00
CHOI Junho
a1bc057745 - a patch added: changes default Korean PS font. 2000-07-17 14:05:53 +00:00
Shigeyuki Fukushima
695aafbb99 Change dependency from texinfo.el to texinfmt.el.
Texinfo.el is a major mode elisp for editing Texinfo files.
Texinfmt.el is for formatting Texinfo files into Info files.

Submitted by:	OKAZAKI Tetsurou <okazaki@be.to>
2000-07-17 06:17:34 +00:00
Satoshi Taoka
44ee2ef5a6 editors/flim-xemacs21-mule
editors/flim-xemacs21-mule-current
  editors/semi-xemacs21-mule
  editors/semi-xemacs21-mule-current
  editors/wemi-xemacs21-mule
  editors/wemi-xemacs21-mule-current
  mail/wanderlust-xemacs21-mule
  print/yatex-xemacs-mule

The above ports' dependencies were fixed.
2000-07-17 05:32:15 +00:00
Satoshi Taoka
076c5b15d9 Change dependency port from editors/xemacs-sumo-packages to
editors/xemacs--packages (editors/xemacs-sumo-packages was deleted from
the port tree).
2000-07-17 05:02:05 +00:00
Satoshi Asami
6fbc4e7fab Temporarily remove these ports until their dependencies are fixed -- they
are currently blocking the INDEX build.
2000-07-16 17:35:42 +00:00
Andreas Klemm
4686ca73f7 o Synchronize with latest patch on apsfilter homepage...
o Additional "post-5.4.2 Release" features:
- AppleTalk Remote printer support (via netatalk's pap(1) utility).
  Experimental, please test !
- new revised uniprint profiles from Harold Bower <HalBower@worldnet.att.net>
  and additionally some new for:
  - Epson Stylus 800 (Monochrome) and
  - Epson LQ-570/870/1070/1170 24-pin Dot-Matrix
- prevent printing of an empty page when using raw printer, default is off now.
- bugfix: older gs versions (< v6.x) doesn't support "-_", which allows more      efficient read operation. The bug prevented apsfilter to work with the
  older gs versions.
- bugfix: hpdj (3rd party gs driver) doesn't like the -sBitsPerPixel option.      So stripp it off, if using hpdj driver.
- FAQ file cleanups
- better hpdj driver defaults for HP DJ 970 printers
- some cleanups in code when printing PDF files
- and other things ....
2000-07-15 16:28:41 +00:00
Thomas Gellekum
0f2cc20578 Install texi2dvi which is required by texi2pdf.
PR:		19712
Submitted by:	"Mario Sergio Fujikawa Ferreira" <lioux@uol.com.br>
2000-07-13 12:53:26 +00:00
Maxim Sobolev
355ccf2a1d Update 2.2.1. Also support ${PREFIX} properly. 2000-07-11 08:43:49 +00:00
CHOI Junho
0ae505a66b Add CJK-LuX, Document processor interfaced with LaTeX, with CJK support 2000-07-05 14:58:12 +00:00
Maxim Sobolev
6db96c0500 Bump png shared library version.
Submitted by:	Hajimu UMEMOTO <ume@mahoroba.org>
2000-07-04 07:13:35 +00:00
Maxim Sobolev
822a1b932a Update libpng to 1.0.7. Also add MASTER_SITE_SOURCEFORGE and appropriate WWW
into PLIST while I'm here.
2000-07-03 08:54:25 +00:00
Kris Kennaway
d6d1dd4d53 Remove extraneous files on deinstall
Noticed by:	bento
2000-07-03 04:56:01 +00:00
Jean-Marc Zucconi
c2310184f9 Correct a mistake when I modified the port last week. Changes were relative
to the wrong distfile (there are 2 or 3 different versions of dviselect, but
the differences are essentially cosmetic)
2000-07-02 22:45:55 +00:00
CHOI Junho
e2e1dae3ee Change maintainer address. 2000-07-01 17:07:08 +00:00
CHOI Junho
4da0d669e8 Remove RUN_DEPENDS. It gives you the choice of runtime gs version,
just like many other gs-related ports does.

Change MAINTAINER address.
2000-07-01 17:06:56 +00:00
David E. O'Brien
1228d352ee Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
2000-06-29 07:03:02 +00:00
Chuck Robey
7d3b447cba From received mail:
Hi,
by accident I found that a2ps dumps core if invoked with
options for the old a2ps version.

a2ps -f -F7.0

reproduces the problem. With the following patch the problem
seems to be cured.

The patches work.

Submitted by:	Oliver Adler <oli@devsoft.devsoft.com>
2000-06-28 03:21:11 +00:00
Maxim Sobolev
fb93fc598b - Use MASTER_SITE_AFTERSTEP to MASTER_SITES
PR:		19468
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-23 13:14:38 +00:00
Satoshi Taoka
d4cfe8918c Update to 2.01 (This version supports Tgif Ver. 4.X !!) 2000-06-23 08:55:29 +00:00
Jean-Marc Zucconi
8b4c4f394d Use another master site. The tarball disapeared from the original ftp site. 2000-06-21 17:41:32 +00:00
Maxim Sobolev
5db1aa9735 Make it working with javavmwrapper. 2000-06-20 07:41:24 +00:00
Dirk Froemberg
cd2df61746 Upgrade to 1.1.5. 2000-06-19 11:10:11 +00:00
Satoshi Asami
ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00
Maxim Sobolev
5178b48938 Final round of the INSTALLS_SHLIBS=yes conversion. Few remaining ports with
ldconfig in PLIST need personal consideration.
2000-06-16 10:38:50 +00:00
Maxim Sobolev
dc1177a9a5 Fourth round of INSTALLS_SHLIBS conversion. 2000-06-16 08:48:22 +00:00
Maxim Sobolev
61ebd322a2 Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I
just cun'n'pasted the name from Satoshi's commit message without checking
it.

Hall of shame entry:	sobomax
2000-06-16 08:19:52 +00:00
Maxim Sobolev
5cb1434004 Second round of INSTALL_SHLIBS=yes fixes. 2000-06-15 17:12:51 +00:00
Maxim Sobolev
a9f22cd584 Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE. 2000-06-14 13:21:38 +00:00
Satoshi Asami
fe90a46320 Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to my
area on the local ports tree.
2000-06-09 21:59:16 +00:00
Alexander Langer
a14503e1c2 Fix build:
* Add texmf definition:
Submitted by:	Andrew <andrew@ugh.net.au>
PR:		18680

* Add png.3 LIB_DEPEND

Reviewed by:	will
2000-06-09 07:28:07 +00:00
Maxim Sobolev
9de1af78f4 Update to 1.9 version and update maintainer's e-mail
PR:		18983
Submitted by:	maintainer
2000-06-07 15:06:37 +00:00
Vanilla I. Shu
80546c21d2 Update freetype to 1.3.1. 1.3 has the problem displaying Dyan fonts.
And, update the MASTER_SITES to where really they are.

PR:		ports/18859
Submitted by:	clive@cirx.org
2000-06-04 06:00:35 +00:00
Satoshi Asami
b1750302a9 No need to delete share/emacs/site-lisp, it's created by mtree.
Submitted by:	bento
2000-06-03 08:08:15 +00:00
Ade Lovett
1ecc592d8c Say hello to GNOME 1.2
audio/gnomemedia		1.2.0
	deskutils/gnomepim		1.2.0
	devel/bugbuddy			1.0
	devel/glade			0.5.9
	devel/libgtop			1.0.9
	games/gnomegames		1.2.0
	graphics/imlib			1.9.8.1
	misc/gnomeusersguide		1.2
	misc/gnomeutils			1.2.0
	sysutils/gnomecontrolcenter	1.2.0
	sysutils/gtop			1.0.8
	x11-fm/gmomemc			4.5.50
	x11/gnomecore			1.2.0
	x11/gnomelibs			1.2.1

Along with cosmetic changes to other parts of the metaport
for the new shared library version numbers.

Plus.  The metaport has been reworked to bring in a few more
often-requested items.

Please note that you absolutely need GTK/GLIB 1.2.8 or higher
for this release.
2000-06-01 16:10:38 +00:00
Jean-Marc Zucconi
7f6bc0d612 Remove extra directory at deinstall time. 2000-06-01 13:34:41 +00:00
Maxim Sobolev
390a860a56 Remove "@dirrm share/java" as it is now JDK's job. 2000-05-31 09:46:24 +00:00
Satoshi Asami
d84bdfebe4 Remove some directories.
Found by:	bento
2000-05-31 07:03:53 +00:00
Satoshi Asami
6cea1cbbe9 @exec/unexec install-info regex.info too. Remove one extra directory.
Found by:	bento
2000-05-31 06:29:15 +00:00
Satoshi Asami
f05aff6040 @dirrm share/java 2000-05-31 05:54:11 +00:00
Satoshi Asami
8562acaf02 Remove empty directories upon deinstallation.
Submitted by:	obento
2000-05-30 19:25:41 +00:00
Maxim Sobolev
ecc5693eb8 Activate acrobatviewer. 2000-05-29 08:42:33 +00:00
Maxim Sobolev
1b69e27a4e Initial import of Adobe AcrobatViewer(r) - a new Adobe's free PDF viewer written
entirely in Java

PR:		16606
Submitted by:	sobomax
2000-05-29 08:34:03 +00:00
Steve Price
50a68c76cd Update to version 1.8g. The previous version was actually 1.8 and not 2.1. 2000-05-28 03:53:53 +00:00
Andreas Klemm
99ec874f95 Bug in configure script
blanks instead of TABs, make "make" feel unhappy.

Submitted by:	Ahilan Anantha <aanantha@cs.ucsd.edu>
2000-05-27 11:18:06 +00:00
Andreas Klemm
70cd22a70a added post installation note, to apply patch for lpr.c,
if you want apsfilters so called "CLASS support" when suppressing the
printing of banner page.

CLASS support enables you to enter gs driver specific commands
on the command line via lpr's -C option, i.e.:

	lpr -C high:presentation file.ps

Normally this only works when you configure lpd to print the banner page.
Only then additional lines are inserted in the print jobs control file.

apsfilters standard printcap installation always uses :sh:,
therefore you need the patch for lpr.c, to write those "CLASS informations"
into the print jobs control file, no matter if :sh: is configured in
printcap or not.
2000-05-26 19:38:03 +00:00
Andreas Klemm
462a1b979b use new SCRIPTS_ENV variable
latest diff
2000-05-25 21:31:53 +00:00
Ade Lovett
65273d21b3 Update to 0.20 2000-05-22 18:56:14 +00:00
Chris Piazza
ccb4cb63db Png version number changed.
PR:		18579
Submitted by:	Ron Rosson <insane@lunatic.oneinsane.net>
2000-05-19 07:04:49 +00:00
Ade Lovett
dd79e2bde4 Update to 0.95 2000-05-17 16:31:35 +00:00
Ade Lovett
f244bb2b84 Update to 0.19 2000-05-17 16:28:17 +00:00
David E. O'Brien
49531e4751 Use Linux version of strip'. The FreeBSD strip' overly brands right now.
PR:		18489
Submitted by:	FUJISHIMA Satsuki <k5@cheerful.com>
2000-05-14 22:06:33 +00:00
Jean-Marc Zucconi
d6cfd19709 Add one more file. Delete the makeindx directory at deinstall time. 2000-05-10 01:27:38 +00:00
Jean-Marc Zucconi
3899eb0a37 Move the @unexec install-info before the info files; add @exec install-info
after the info files, as required by PW^H^Hthe handbook.
2000-05-06 23:45:53 +00:00
Nik Clayton
e052fcae98 Update to JadeTeX 2.18.
Update Maintainer's e-mail address.

Reviewed by:	$MAINTAINER
2000-05-06 17:10:40 +00:00
Jean-Marc Zucconi
e0d7a722a9 Cleanup ${PREFIX}/info/dir at deinstall time. 2000-05-06 01:49:27 +00:00
Jean-Marc Zucconi
1ccd4ecb06 Add more files. Remove directories at deinstall time. 2000-05-05 01:02:20 +00:00
Jean-Marc Zucconi
666f2f2b0b Add missing files. Correct cleanup on deinstall. 2000-05-04 23:00:27 +00:00
Jean-Marc Zucconi
5bfa50cdce Add more files; remove directories at deinstall time. 2000-05-04 20:50:03 +00:00
Jean-Marc Zucconi
85a6394525 Add man pages 2000-05-04 20:48:49 +00:00
Dirk Froemberg
130d33bc83 - upgrade to 1.1.4.3 (patch-1.1.4fix3)
- use shared intl.1 instead of supplied static library

PR:		ports/17267, ports/17268
2000-05-03 14:54:23 +00:00
Satoshi Asami
dab9b32c36 Comment out dependencies to tcl76/tk42 -- making it FORBIDDEN is not enough
since it will still kill the INDEX build due to missing dependencies.
2000-05-03 09:01:01 +00:00
Dirk Froemberg
7ac7c29a0d Touch some files to workaround a build failure if automake is
installed.

PR:		ports/18240
2000-05-01 20:45:46 +00:00
Justin M. Seger
8bb41b99e7 Mark FORBIDDEN for non-Japanese languages. This was the last port requiring
the non-Japanese tcl/tk 7.6/4.2
2000-05-01 18:03:33 +00:00
Andreas Klemm
a160ee17ff update to apsfilter 5.4.2
- contains security fixes
- make-release: web page design
- remove note about manually installing manpages on Linux Systems
  this is done by SETUP
- new TODO item
- SETUP: order of manpage install paths (Matej Vela)
2000-04-30 16:12:57 +00:00
Justin M. Seger
e6586a2b6c Attempt to fix errors caused by libwww upgrade.
NOTE: This hasn't been tested and I'm not presently able to test it.
2000-04-29 16:47:02 +00:00
Andreas Klemm
ce0b4a9bd1 update apsfilter to 5.4.1 2000-04-26 18:57:24 +00:00
Vanilla I. Shu
a6faafe89e Upgrade to 20000418.
Submitted by:	maintainer
2000-04-24 06:27:40 +00:00
Andreas Klemm
8add2e6d1e - medium definition driver (lqx70cm.upp) changed to unidirectional print to
reduce alignment problems. It is only slightly slower, but produces much
  nicer print.
- Added $Id$

Obtained from:	Harold Bower <HalBower@worldnet.att.net>
2000-04-22 06:30:43 +00:00
Andreas Klemm
bf21315f1e Add HPDJ driver
an enhanced PCL3 (PCL3+) driver
that was part of gs5 port and got lost in gs55 port.
Now it reappears in gs 6.01 ;-)

ftp://ftp.sbs.de/pub/graphics/ghostscript/pcl3/pcl3.html
2000-04-20 17:31:44 +00:00
Michael Haro
bd5129fd88 add SLAVEDIRS 2000-04-20 10:23:17 +00:00
Ade Lovett
f51470b439 Update to 0.18 2000-04-19 15:06:04 +00:00
Satoshi Asami
4190a2434c WRKSRC-related fixes. 2000-04-16 10:44:52 +00:00
Andreas Klemm
031fa0eba4 use ghostscript 6.01 port consistently,
not version 5.50
2000-04-16 08:39:43 +00:00
Satoshi Asami
be609897b4 Move papersize to PKGNAMESUFFIX -- otherwise it will affect DISTNAME
and thus WRKSRC.
2000-04-15 11:02:14 +00:00
Akinori MUSHA
52190dc850 Portlint COMMENT's.
Everybody should read the Handbook again!

PR:		ports/18008
Submitted by:	tkato@prontomail.ne.jp
2000-04-14 18:16:14 +00:00
Akinori MUSHA
6eff5967a7 Tiny cosmetic fixes.
Assure master ports and their lang-specific slaves of having
consistent categories.
2000-04-14 17:10:50 +00:00
Akinori MUSHA
5026928fba Cosmetic. Set their categories right.
print/acroread-commfont:
  - Use CATEGORIES+= to follow after a slave's lang-specific category.

{chinese,japanese,korean}/acroread-*font:
  - Set only the lang-specific category for each.
2000-04-14 16:55:52 +00:00
Satoshi Asami
65edb6c4e2 Move down bsd.port.pre.mk inclusion to below PORTNAME/PORTVERSION definitions
these are used to define other variables.
2000-04-14 13:18:13 +00:00
Akinori MUSHA
25697a480c Use PKGNAMESUFFIX. 2000-04-13 11:22:38 +00:00
Akinori MUSHA
4821f7755e Correct the use of `?=' and get happy with the slave. 2000-04-13 09:06:04 +00:00
Satoshi Asami
74b19501bc Convert to PORTNAME/PORTVERSION.
Anomalies found:
 - autoconvert was missing "zh-" in front of PKGNAME
 - xcin (both 2.3 and 2.5) had invalid version strings
 - neither of xcin ports had NO_LATEST_LINK
 - telnet8-1.0 thinks PKGNAME is zh-telnet-1.0

Fixed all except the last (I wasn't sure if it was intentional).
2000-04-13 08:28:23 +00:00
Satoshi Asami
0f2d08baa3 Typo (pAPERSIZE -> PAPERSIZE). This is an area unrelated to the
PORTNAME/PORTVERSION change, cpiazza must have accidentally hit a
"~" in his vi or something. :>

I have a hunch that the "?=" in PORTNAME and PORTVERSION can be
changed to "=" too but I'll leave those for now.
2000-04-13 06:09:03 +00:00
Akinori MUSHA
b8541018d5 Use PKGNAMEPREFIX/PKGNAMESUFFIX. 2000-04-11 04:49:08 +00:00
Chris Piazza
e062d3845f Accidental whitespace 2000-04-09 17:50:59 +00:00
Chris Piazza
d38f7d91c8 Update with the new PORTNAME/PORTVERSION variables 2000-04-09 17:41:40 +00:00
Andreas Klemm
c3ad901743 As requested by many
Submitted by:	Anton Berezin <tobez@tobez.org>,Kimura Fuyuki <fuyuki@jade.dti.ne.jp>
2000-04-06 05:17:06 +00:00
Andreas Klemm
c12982f43b Upgrade to 5.3.3
remote printing with samba was broken because of syntax error in shell.
only occurred when a SMB_PASSWD has been set.

Thanks to Olivier !

Submitted by:	Olivier PAGE <olivier@esm2.imt-mrs.fr>
2000-04-05 13:17:11 +00:00
Andreas Klemm
70b4cfa810 released new apsfilter version 5.3.2 due to a
syntax error in SETUP
which is detected by bash2 but not by our shell
So all Linux user trapped over this
result is, that you can't select a printer and loop in printer selection
forever...

+         doesn't work:
+               PRINTER=`awk -F "|" \
                        ^----- missing "
+                       "{ if (FNR == $answer ) print \\$2 }" \
+                       < $PRINTER_LIST"`
                                       ^^----- wrong order
+         works:
+               PRINTER="`awk -F "|" \
                        ^----- o.k.
+                       "{ if (FNR == $answer ) print \\$2 }" \
+                       < $PRINTER_LIST`"
                                       ^^----- o.k.

Is it a bug in our shell ???
2000-04-05 07:03:39 +00:00
Andreas Klemm
b96c7c09b0 apsfilter release 5.3.1
Fixes BUG in apsfilter 5.3.0
	SETUP: you entered a "printer selection loop" when selecting uniprint
	printer

Includes the previous patch for CLASS support and such ...
2000-04-03 19:37:31 +00:00
Andreas Klemm
78c8d55a47 use gs6 port ! 2000-04-02 19:19:16 +00:00
Andreas Klemm
ef1e8104ae update to apsfilter 5.1.3
New features in 5.3.0
=====================

- Major enhancements in SETUP, therefore version bump
    - checks your version of ghostscript
    - is aware of gs version 5.50 and 6.01 printer drivers
    - new driver selection mechanism
        - fetches list of available printer driver from file
        - you can browse/search this list using more
        - you select printer driver by number
	- sanity check, if the printer driver is present in your gs binary
	- at the end of your selection you get a list of printers
	  as confirmation, that are supported by your driver selection
	- you can repeat this step as often as you like until you
	  choose a valid printer driver
    - After printer driver selection you can as usual print test pages
      if you like or repeat the step of selection another driver in this
      more user friendly manner.

- upp profile contribution for
  Epson LQ-570/870/1070/1170 ESC/P2 24-pin Dot Matrix printer

- 3rd party additional driver for
  HP 812C, 815C, 832C, 880C, 882C, 895C, 932C, 970C
  http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html

- Generic Postscript printer Support
	- added more resolutions in SETUP script and apsfilter script
	- bugfix: some resolutions were missing in apsfilter script

- Adding driver support information is now more easy, since you only
  have to add it to a file setup/printer-<gs-version>

- internal: download page: enhanced make-release script
  produces now diffs from every version to latest version

- latest apsfilter patches can be found on download page

- info: new URL -> http://people.freebsd.org/~andreas
2000-04-02 15:14:12 +00:00
Andreas Klemm
183c9d8b3d update apsfilter to latest patchlevel
- new URL -> http://people.freebsd.org/~andreas
- make-release: generate more diffs (every release to latest) and
  patch from latest to head branch
- Added files with an up to date printer list for gs 5.50 and 6.01
  SETUP will be modified later...
  - devices-5.50 - list of driver options
  - devices-6.01 - list of driver options
  - printer-5.50 - list of supported printers
  - printer-6.01 - list of supported printers
2000-04-02 09:00:32 +00:00
Ade Lovett
d1c5f3e756 Update to 0.16, a bunch of new features, and plenty of bugs fixed.
Shared library revision bumped as a result.
2000-03-28 02:53:40 +00:00
Satoshi Asami
6d9749ec44 Add ghostscript6.
Forgotten by:	andreas ;)
2000-03-27 20:12:34 +00:00
Andreas Klemm
0a4fe3a698 fixed png.h problem by setting include path in CFLAGS in ports Makefile
gs6 compiles and runs now !!!
fixed BATCH mode

gs -h

Aladdin Ghostscript 6.01 (2000-03-17)
Copyright (C) 2000 Aladdin Enterprises, Menlo Park, CA.  All rights reserved.
Usage: gs [switches] [file1.ps file2.ps ...]
Most frequently used switches: (you can use # in place of =)
 -dNOPAUSE           no pause after page   | -q       `quiet', fewer messages
 -g<width>x<height>  page size in pixels   | -r<res>  pixels/inch resolution
 -sDEVICE=<devname>  select device         | -dBATCH  exit after last file
 -sOutputFile=<file> select output file: - for stdout, |command for pipe,
                                         embed %d or %ld for page #
Input formats: PostScript PostScriptLevel1 PostScriptLevel2 PDF
Available devices:
   appledmp iwhi iwlo iwlq hl7x0 bj10e bj200 bjc600 bjc800 lbp8 lips3 m8510
   coslw2p coslwxl uniprint lj250 declj250 ap3250 epson eps9mid eps9high
   lp8000 lq850 epsonc st800 stcolor lp2563 dnj650c deskjet djet500 cdeskjet
   djet500c cdjcolor cdjmono cdj500 cdj550 cdj670 cdj850 cdj880 cdj890
   cdj1600 laserjet ljetplus ljet2p ljet3 ljet3d ljet4 ljet4d lj4dith cljet5
   cljet5c cljet5pr lj5mono lj5gray pj pjetxl pjxl paintjet pjxl300 pxlmono
   bbox pxlcolor ibmpro jetp3852 imagen fs600 lxm5700m cp50 necp6 oce9050
   oki182 okiibm r4081 sj48 bmpmono bmpgray bmp16 bmp256 bmp16m bmp32b
   bmpsep1 bmpsep8 ccr cgmmono cgm8 cgm24 cif dfaxhigh dfaxlow faxg3 faxg32d
   faxg4 miff24 inferno jpeg jpeggray mgrmono mgrgray2 mgrgray4 mgrgray8
   mgr4 mgr8 pcxmono pcxgray pcx16 pcx256 pcx24b pcxcmyk pdfwrite bit bitrgb
   bitcmyk plan9bm pbm pbmraw pgm pgmraw pgnm pgnmraw pnm pnmraw ppm ppmraw
   pkm pkmraw pksm pksmraw pngmono pnggray png16 png256 png16m psmono psgray
   psrgb pswrite epswrite sgirgb sunhmono t4693d2 t4693d4 t4693d8 tek4696
   tiffcrle tiffg3 tiffg32d tiffg4 tiff12nc tiff24nc tifflzw tiffpack x11
   x11alpha x11cmyk x11cmyk2 x11cmyk4 x11cmyk8 x11gray2 x11gray4 x11mono
   x11rg16x x11rg32x nullpage
Search path:
   . : /usr/local/share/ghostscript/6.01/lib :
   /usr/local/share/ghostscript/fonts
For more information, see /usr/local/share/ghostscript/6.01/doc/Use.htm.
Report bugs to bug-gs@aladdin.com, using the form in Bug-form.htm.
2000-03-25 21:50:52 +00:00
Andreas Klemm
00114700d0 - fix typo in variable name (Louis), changed it to HP8XX_DRV afterwards
- make configure script work (Louis)
- make configure.batch script work (Andreas)
- extract contributed HP8XX driver in ${WRKSRC}/src
- make png driver compile (add $(PREFIX)/include to XINCLUDE variable)

Dunno, if this will be the last round of cleanups...

Submitted by:	"Louis A. Mamakos" <louie@TransSys.COM>
2000-03-25 21:02:50 +00:00
Andreas Klemm
a24c808917 Sorry, it's broken.
Before the new patch gs build fine, but didn't
include the printer devices included with configuration script.
After fixing this it refuses to build.
Any help appreciated.
Now you have the last version as I to help me to fix the mess.
Sorry folks ...
2000-03-25 15:32:40 +00:00
Andreas Klemm
d54318fb63 new ghostscript 6.01 port after repository copy
additional changes by me:
- configure + configure.batch updates:
  reviewed all informations in makefiles and driver docu
  to make list of available drivers and supported printers complete
- added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau
  Driver is still in developement. There is a newer 1.4 beta version
  available, but this version is recommended by the author.
      http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html
  Supported are the following models:
      HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C
- added contributed uniprint driver profiles:
- configure + configure.batch updates:
  reviewed all informations in makefiles and driver docu
  to make list of available drivers and supported printers complete
- added DeskJet 880C/882C/895C Driver from Matthew J. Gelhau
  Driver is still in developement. There is a newer 1.4 beta version
  available, but this version is recommended by the author.
      http://www.proaxis.com/~mgelhaus/linux/software/hp880c/hp880c.html
  Supported are the following models:
      HP DeskJet 812C 815C 832C 880C 882C 895C 932C 970C
- added contributed uniprint driver profiles:
    printer: Epson Stylus Color 740
    mode1: stc740ih.upp: Epson Stylus Color 740, 1440x720DpI, Inkjet Paper
    mode2: stc740p.upp : Epson Stylus Color 740, 720x720DpI, Plain Paper
    mode3: stc740pl.upp: Epson Stylus Color 740, 360x360DpI, Plain Paper
    contributor: Francois D. Menard <fmenard@g6-114b.residence.usherb.ca>
    #
    printer: Epson LQ-1170
    mode1: lqx70ch.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x360DpI, Plain Pap.
    mode2: lqx70cl.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 180x180DpI, Plain Pap.
    mode3: lqx70cm.upp : Epson LQ-1170 ESC/P2 Dot Matrix, 360x180DpI, Plain Pap.
    contributor: Harold Bower <HalBower@worldnet.att.net>
- updated PLIST
- use GS_VERSION for DISTNAME
- fix installation path for pdf_sec.ps if defined PDFENCRYPT
- silence make install ("@")
- change COMMENT to reflect version
- update DESCR, to document driver enhancements compared to stanfard gs
  release
- apsfilter will be updated later

Submitted by:   "Alec Wolman" <wolman@cs.washington.edu>
2000-03-25 12:27:38 +00:00
Chris D. Faulhaber
9e9ffbf1ac Update port to 2.02
* Remove nonfunctional nls support

PR:		17553
Submitted by:	Maintainer
2000-03-24 00:11:03 +00:00
Will Andrews
af4a01863e Finish moving MAINTAINER for my ports.
andrews@technologist.com -> will@FreeBSD.org. :-)

Reminded by:	asami
2000-03-22 01:59:41 +00:00
David E. O'Brien
e05c25a8bf Restore useless version required comments. 2000-03-22 00:28:26 +00:00
Michael Haro
edcce1c878 PREFIX -> LOCALBASE 2000-03-21 08:30:08 +00:00
Michael Haro
cde5e15779 portlint:
echo -> ${ECHO}
	move variables to proper sections
2000-03-21 08:24:13 +00:00
Michael Haro
056bd0f29d reorder variables to follow port standards (portlint) 2000-03-21 08:22:22 +00:00
Chris D. Faulhaber
6c92c9f98f Update WWW
PR:		17478
Submitted by:	Valeriy Ushakov <uwe@ptc.spbu.ru>
2000-03-21 01:07:39 +00:00
David E. O'Brien
da36feaffe Remove the "version required" line. 2000-03-20 02:37:50 +00:00
Dirk Froemberg
a556129e9f Incorporate patch-1.1.4fix2.gz. 2000-03-19 14:06:37 +00:00
Satoshi Asami
aa77fa6fab Master site moved; file was unfetchable.
Submitted by:	maintainer
2000-03-12 19:30:22 +00:00
Andreas Klemm
980b2b2f4e Forgot to change checksum file.
New apsfilter features:

* Security: config files are read using awk, not sourced during runtime
* Complete Windows Remote Printer Support (as Guest user or using real login)
* Complete Unix remote printer support
* Support for different print resolutions (by starting SETUP repeatedly)
  and choosing different print resolutions
* A2PS options revamped
* lots of more things... See my homepage, ANNOUNCE file ...
* print margin problem of a2ps fixed
  FAQ section gives you a real life example, of how to configure
  page margins in /usr/local/etc/a2ps.cfg for an EPSON STYLUS PRO.
  With this example you can fine tune the margins for your printer in
  about 10-15 minutes from scratch...
2000-03-11 20:56:10 +00:00
Andreas Klemm
df0004eb3b New apsfilter release 5.2.0 2000-03-11 20:46:48 +00:00
Dirk Froemberg
44529d7154 Add --with-included-gettext to CONFIGURE_ARGS to fix build on 3.4.
This is a workaround only.
2000-03-10 23:58:53 +00:00
David E. O'Brien
3ce8a33bcc Get all of the Alpha needed changes committed. 2000-03-10 08:52:22 +00:00
David E. O'Brien
7d4ce88094 Acroreader version 4 for the FreeBSD/Alpha. 2000-03-10 08:26:56 +00:00
David E. O'Brien
3e093a69a6 Acrobat for FreeBSD/Alpha. 2000-03-09 18:15:08 +00:00
Dirk Froemberg
1b834c4202 Add PKGNAME=lyx-1.1.4.1 to honor patch-1.1.4fix1.gz.
Asked for by:	asami
2000-03-08 09:50:44 +00:00
Andreas Klemm
065b75c49e apsfilter depends now on samba
make Windows Remote Printer support via smbclient
an option in the dialogue config script.
When running in batch mode it's included automatically
2000-03-06 22:16:28 +00:00
Dirk Froemberg
2be7494edd Upgrade to 1.1.4fix1.
Submitted by:	jedgar and jkoshy (with some modifications from me)
2000-03-06 12:06:20 +00:00
Jean-Marc Zucconi
bd5689cc1c Change MASTERSITES: ftp.cdrom.com -> ftp.freesoftware.com 2000-03-04 22:59:57 +00:00
Jean-Marc Zucconi
b33604f599 Do not create temporary files in ${SCRIPTDIR}. Use ${WRKDIR}.
Pointed out by: asami
2000-03-03 22:07:51 +00:00
Jean-Marc Zucconi
6c6ff752f6 Do not create temporary files in ${SCRIPTDIR}. Use ${WRKDIR}.
Use ${INSTALL_DATA} instead of 'install -c -m 644'
2000-03-03 22:07:17 +00:00
Andreas Klemm
167fbf476d Apsfilter 5.1.5-RELEASE
- SETUP: added support for configuring remote printer
  Beware: you still have to make sure, that your line printer scheduler supports
  input filter processing with remote printers as it is the case for FreeBSD 3.x
  and later with a "fixed" lpd, as well as for Unix systems with LPRng installed
  as lineprinter scheduler, which is the case for some (not all !!!) Linux
  Systems.
- Add support for printing with SAMBA (SAMBA_PRINTER)
- Bugfix. Some printer dependend settings will be overwritten, when installing
  a 2nd printer, which might cause printing with the 1st printer to fail,
  especially if the first printer is color and 2nd B&W or vice versa.
  Revamped SETUP and bin/apsfilter to get around this.
- Added SETUP menue entries for the uniprint driver
  contributed by Francois D. Menard <fmenard@g6-114b.residence.usherb.ca>
  printer: Epson Stylus Color 740
   mode1: stc740ih.upp : Epson Stylus Color 740, 1440x720DpI, Inkjet Paper
   mode2: stc740p.upp  : Epson Stylus Color 740, 720x720DpI, Plain Paper
   mode3: stc740pl.upp : Epson Stylus Color 740, 360x360DpI, Plain Paper
- New FAQ entries concerning print margins when printing ASCII text with a2ps
- updated howto and troubleshooting document
  HOWTO-BUGREPORTS moved to toplevel, so that its easier to find.
2000-03-02 17:40:14 +00:00
Satoshi Asami
b2fc2bafbb Add virtual category "linux" to Linux apps and support libs/utils. 2000-02-28 08:34:04 +00:00
Steve Price
e64aa01a0f Minor tweak to get this to build again on -current. 2000-02-27 14:50:49 +00:00
Satoshi Asami
8cdbcbd8da Bump shlib versions of kdelibs11 and kdesupport11. 2000-02-24 07:01:14 +00:00
Ade Lovett
fc37748c85 Update to 0.12 2000-02-23 00:07:21 +00:00
Thomas Gellekum
acf6e97dc0 Use texmf-1.0.2 instead of 1.0.1. 2000-02-22 12:22:34 +00:00
Chris D. Faulhaber
c54a4961e1 Activate trueprint 2000-02-21 22:18:14 +00:00
Chris D. Faulhaber
aea17fb733 Trueprint is a general purpose printing program. It tries to produce
everything that anybody could need in a program printout without
the need for large numbers of switches or pipelines.  Trueprint can
currently handle C, C++, Java, Perl, Verilog, shell (including ksh), Pascal,
pseudo C, report files (trueprint report files), listing files, text files.

PR:		16775
Submitted by:	Dmitry Sivachenko <dima@Chg.RU>
2000-02-21 22:16:35 +00:00
Thomas Gellekum
5184ccb517 Upgrade to 1.0.7. 2000-02-21 10:24:09 +00:00
Dirk Froemberg
18134d7bad Take over maintainership. 2000-02-20 19:43:22 +00:00
Andreas Klemm
ab10519a48 Reducing Maintainership to an amount of ports
I can handle.

Sorry, the rest has to go to ports@FreeBSD.ORG.
2000-02-20 17:01:26 +00:00
Joerg Wunsch
63f752472b Shelder the next homeless... Distfile also resurrected from an old
CD-ROM.
2000-02-19 19:42:16 +00:00
Andreas Klemm
d428c7a87c Add option to build ghostscript55 with PDFENCRYPT support. 2000-02-13 18:14:48 +00:00
Andreas Klemm
93d129d562 tabify 2000-02-13 17:33:57 +00:00
Andreas Klemm
b05b739820 - Disable encrypted PDF support by default (because of possible
export restrictions)
- tar -> TAR

PR:		16667
Submitted by:	KATO Tsuguro
2000-02-13 17:07:38 +00:00
Jeremy Lea
2af63f9335 PLIST fixes. 2000-02-13 10:49:13 +00:00
David E. O'Brien
b5d1cecde4 Style nits in the ports I maintain. 2000-02-13 03:25:05 +00:00
Andreas Klemm
5411288cea apsfilter 5.1.5 prerelease specially dedicated for FreeBSD 4.0 Release.
Not much changes. See apsfilter docu files.
2000-02-12 21:02:06 +00:00
Chris Piazza
99feea2eac Build with NEWGCC
PR:		16541
Submitted by:	Simon Karpen <karpes@rpi.edu>
2000-02-10 01:31:19 +00:00
Peter Wemm
02c5b6c7c6 Change all www.freebsd.org/~user references to people.FreeBSD.org/~user,
as the days of the former are numbered.

Reviewed by:	asami
2000-02-08 09:29:51 +00:00
Satoshi Taoka
8949838b84 Added poster 2000-02-07 15:01:16 +00:00
Satoshi Taoka
759f70b39c resize a postscript image to print on larger media and/or multiple sheets
PR: 16514
Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
2000-02-07 14:57:59 +00:00
Jean-Marc Zucconi
8a76ff8f4c Add more files related to the graphics package, including default configuration
files.
2000-02-07 01:14:00 +00:00
Dirk Froemberg
4e6deb28ec Add missing "MAINTAINER=ports@FreeBSD.org". 2000-02-05 10:55:49 +00:00
Andreas Klemm
9be456bf68 A better description 2000-02-05 10:52:00 +00:00
Kris Kennaway
28c30ae35d Respect CC and CFLAGS, and create the tempfile securely with mkstemp()
while I'm here.
2000-02-02 07:32:10 +00:00
Satoshi Asami
b111445cfd Add latex2rtf.
Submitted by:	bento
2000-02-01 19:46:32 +00:00
Foxfair Hu
cb2821cb05 PR: 16433
Submitted by:	The maintainer(Keith Jang <keith@freebsd.sinica.edu.tw>)
Update CJK to the version of 2000/01/27.
2000-02-01 16:26:48 +00:00
Michael Haro
b09c6987e9 update to 0.12.7b
Submitted by: maintainer
PR: 16455
2000-02-01 01:43:05 +00:00
David E. O'Brien
b968f7a10a Add casts to make this tolerable to an ISO-C++ compiler.
Submitted by:	Alexander Langer <alex@big.endian.de>
2000-01-31 23:17:32 +00:00