Commit Graph

1039 Commits

Author SHA1 Message Date
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