1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
Commit Graph

18810 Commits

Author SHA1 Message Date
Andreas Klemm
480b85d13c "Shouldn't that be "letter" rather than "a4" since "letter" works with
printers that have "a4" paper, while "a4" produces clipped results for
printers that have letter papper?" ---Warner

YES ;-)

Reminded by:	Warner Losh <imp@harmony.village.org>
1999-05-23 18:35:50 +00:00
Shigeyuki Fukushima
7df178750b Change from psgml-setup.el to psgml-setupel.el.
Improve scripts/configure (delete needless indirect INFILES variable).
Use PSGML_SETUPEL in PLIST_SUB.
1999-05-23 16:23:36 +00:00
Andreas Klemm
653af1a830 New apsfilter 5.1.0 released
Port related changes:
- apsfilter port isn't interactive anymore, we can now put it onto FreeBSD CD 1
- use bzip2 for apsfilter sources to save space on FreeBSD Disk 1
- new run dependency to recode and a2ps
- when BATCH is defined set PAPERSIZE to a4, to avoid problems with a2ps port
- updated DESCR (listed some of the new apsfilter features)
- updated PLIST
- new post-install target to inform people to run SETUP to complete installation
Apsfilter related changes:
- new supported file types (BMP, FAX G3, troff)
- possible to print in different print resolutions (see example in INSTALL),
  i.e.: lpr -P{low,med,high} some_files...
- ghostscript can make use of additional type1 fonts by setting the gs
  environment variable GS_FONTPATH. gs automatically recognizes
        /usr/X11R6/lib/X11/fonts/Type1 and
        /var/X11R6/lib/X11/fonts/Type1
  if present. Other Paths can be configured global or printer type
  dependend by admin or user as usual. See precedence of apsfilterrc
  and .apsfilterrc files above.
- printer driver type dependend config files in that order:
        - /etc/apsfilterrc
        - /etc/apsfilterrc.${PRINTER}
	and if defined INSECURE:
        - $HOME/.apsfilterrc
        - $HOME/.apsfilterrc.${PRINTER}
- CRLF translation and perforation skip for more HP models
- new environment variable USE_RECODE_NOT_A2PS, so you can use
  reecode as an alternative over a2ps
- new environment variable RECODE_OPTS
  defaults to "-q latin1:ibmpc"
- new environment variable PAGES_REVERSE_ORDER for forcing dvips
  to print in reverse order
- detection of printer resolution revamped and more clear
- Precedence of definition of print resolution:
        a) by name of filter script (symlink to apsfilter)
        b) by setting GS_RESOL in apsfilterrc config files
        c) autodetected by apsfilter (PS_xxx, printer driver name)
	d) otherwise defaults to 300dpi (for dvips commandline)
- some dvips settings cleanup, use -Z only when resol >= 400dpi
- when printing html use some sane defaults for HTML2PS_OPTS
  if not set in apsfilterrc files
Contributions:
- SUPPORT FOR NEW GNU a2ps 4.12, Hurray !!!!
	thanks to Debian Port maintainer, Matej Vela <mvela@public.srce.hr>
- cool PS testpage (test.ps)
	Andreas Reuter <ar205@bonzo.geowiss.nat.tu-bs.de>
- many thanks to the SuSE developement team especially
  Werner Fink <werner@suse.de> for many inspirations
- and of course cosmetic and bugfixes ;-)
1999-05-23 16:16:30 +00:00
Shigeyuki Fukushima
32f9d19977 Change from wemi-setup.el to wemi-setupel.el.
Use WEMI_SETUPEL in PLIST_SUB.
Improve scripts/configure.
Fix pkg/DESCR (sync with apel/flim modification).
1999-05-23 15:53:25 +00:00
Shigeyuki Fukushima
ba17dae4cb Change from wemi-setup.el to wemi-setupel.el.
Use WEMI_SETUPEL in PLIST_SUB variable.
Improve scripts/configure.
Fix pkg/DESCR.
1999-05-23 15:50:01 +00:00
Shigeyuki Fukushima
ae20fc153a Improve scripts/configure.
Fix pkg/DESCR (sync with apel/flim modification).
1999-05-23 15:44:31 +00:00
Shigeyuki Fukushima
6f9cd38037 Change from flim-setup.el to flim-setupel.el.
Use FLIM_SETUPEL in PLIST_SUB variable.
Improve scripts/configure.
1999-05-23 15:39:48 +00:00
Shigeyuki Fukushima
175878ac6a Change from flim-stup.el to flim-setupel.el.
Use APEL_SETUPEL in PLIST_SUB variable.
Improve scripts/configure.
1999-05-23 15:35:18 +00:00
Shigeyuki Fukushima
f89ac1adfc Use PLIST_SUB (apel-setupel.el). 1999-05-23 15:31:08 +00:00
Shigeyuki Fukushima
4f21f14900 Change from apel-setup.el to apel-setupel.el.
Improve scripts/configure.
1999-05-23 15:28:44 +00:00
Ralf S. Engelschall
5d77d32e3e Activate NPS port. 1999-05-23 14:55:24 +00:00
Ralf S. Engelschall
48e1819573 Import of NPS, a non-preeemtive thread scheduling library.
NPS is a POSIX/ANSI-C based library for Unix platforms which
provides non-preemtive scheduling for multiple threads of execution
("multi-threading") inside server applications. All threads run in the
same address space of the server application, but each thread has it's
own individual run-time stack and program-counter.

The thread scheduling itself is done in a cooperative way, i.e. the
threads are managed by a priority- and event-based non-preemtive
scheduler. The intention is that this way one can achieve better
portability and run-time performance than with preemtive scheduling.
The event facility allows threads to wait until various types of
events occur, including pending I/O on filedescriptors, elapsed
timers, pending I/O on message ports, thread and process termination,
and even customized callback functions.

More details:
http://www.engelschall.com/sw/nps/
 ftp://ftp.engelschall.com/sw/nps/
1999-05-23 14:54:10 +00:00
Shigeyuki Fukushima
cbc777bce7 Upgrade to 2.8.2.pre5. 1999-05-23 11:57:22 +00:00
SADA Kenji
4b97905b97 Fix to display the help menu in japanese.
Adviced by:	yohta@bsys.tsukuba.ac.jp (Yoshihiko OHTA)
1999-05-22 21:37:03 +00:00
Ralf S. Engelschall
5cf02f5fd5 Add also FTP site to MASTER_SITES 1999-05-22 15:15:18 +00:00
Michael Haro
94955cbcc9 Upgrade to 4.1.11
PR:		11819
Submitted by:	maintainer w/ upgrade by me
1999-05-22 07:48:27 +00:00
Michael Haro
8f58b17226 Upgrade to version 3.1.1
PR Number: 11817
Originator:     Dominic Mitchell
1999-05-22 06:53:03 +00:00
David E. O'Brien
8be8a21a22 Upgrade to 1.0.1.
Remove my (obrien) name totally from this port so I stop getting email
about it.

Submitted by:	Amancio Hasty <hasty@rah.star-gate.com>
1999-05-22 04:36:08 +00:00
Michael Haro
3296252ea9 Use proper path in manpage. 1999-05-22 03:54:35 +00:00
Matthew Hunt
7aefdc5ee6 Correct distfile fennerage by upgrading to beta72. 1999-05-21 22:39:40 +00:00
Ralf S. Engelschall
45380e9a54 Upgrade to MM Shared Memory Library, version 1.0.4 1999-05-21 21:34:05 +00:00
Jun Kuriyama
b8a8ba8aff XML for Java parser. 1999-05-21 15:35:55 +00:00
Jun Kuriyama
6c9dae2421 Activate xml4j. 1999-05-21 15:34:16 +00:00
Jun Kuriyama
26a53b79ab Add textproc/xml4j. 1999-05-21 15:32:19 +00:00
Shigeyuki Fukushima
6c31449761 WEMI is a branch of SEMI kernel package using widget. It is a library
to provide MIME feature for GNU Emacs(Mule) based on SEMI API.  Namely it
contains whole features of SEMI thus it is a replacement of SEMI.
This is a development version.
I forgot to put this in previous commit log.
1999-05-21 13:36:01 +00:00
Shigeyuki Fukushima
c6bff366fb WEMI is a branch of SEMI kernel package using widget. It is a library
to provide MIME feature for GNU Emacs based on SEMI API.  Namely it
contains whole features of SEMI thus it is a replacement of SEMI.
This is a development version.
I forgot to put this in previous commit log.
1999-05-21 13:35:10 +00:00
Shigeyuki Fukushima
5f5b81c984 WEMI is a branch of SEMI kernel package using widget. It is a library
to provide MIME feature for GNU Emacs(Mule) based on SEMI API.  Namely it
contains whole features of SEMI thus it is a replacement of SEMI.
I forgot to put this in previous commit log.
1999-05-21 13:34:27 +00:00
Shigeyuki Fukushima
2966f55f16 WEMI is a branch of SEMI kernel package using widget. It is a library
to provide MIME feature for GNU Emacs based on SEMI API.  Namely it
contains whole features of SEMI thus it is a replacement of SEMI.
I forgot to put this in previous commit log.
1999-05-21 13:33:37 +00:00
Shigeyuki Fukushima
def52a273d SEMI is a library to provide MIME feature for GNU Emacs(Mule).
This is a development version.
I forgot to put this in previous commit log.
1999-05-21 13:32:36 +00:00
Shigeyuki Fukushima
86c83141db SEMI is a library to provide MIME feature for GNU Emacs.
This is a development version.
I forgot to put this in previous commit log.
1999-05-21 13:31:52 +00:00
Shigeyuki Fukushima
d1d6c8e8c4 SEMI is a library to provide MIME feature for GNU Emacs(Mule).
I forgot to put this in previous commit log.
1999-05-21 13:30:51 +00:00
Shigeyuki Fukushima
236b271375 SEMI is a library to provide MIME feature for GNU Emacs.
I forgot to put this in previous commit log.
1999-05-21 13:29:59 +00:00
Shigeyuki Fukushima
7e0c4c17fe FLIM is a library to provide basic features about message representation
or encoding for editors/mule. This is a development version.
I forgot to put this in previous commit log.
1999-05-21 13:28:48 +00:00
Shigeyuki Fukushima
446a7daba8 FLIM is a library to provide basic features about message representation
or encoding. This is a development version.
I forgot to put this in previous commit log.
1999-05-21 13:27:51 +00:00
Shigeyuki Fukushima
c649d7a543 FLIM is a library to provide basic features about message representation
or encoding for editors/mule.
I forgot to put this in previous commit log.
1999-05-21 13:26:51 +00:00
Shigeyuki Fukushima
837abb7c38 FLIM is a library to provide basic features about message representation
or encoding.
I forgot to put this in previous commit log.
1999-05-21 13:25:30 +00:00
Thomas Gellekum
a7ec9960d9 Enable the parser module.
Submitted by:	nectar
1999-05-21 07:06:06 +00:00
Satoshi Asami
690723a9a2 netscape wants X. Give it. 1999-05-21 06:29:13 +00:00
SADA Kenji
020ea72e72 Unbreak. 1999-05-21 01:17:33 +00:00
SADA Kenji
d677eb96b3 Activate netscape46s. 1999-05-21 01:13:27 +00:00
SADA Kenji
dfc11dc69f Upgrade v4.51 to v4.6. 1999-05-21 01:11:10 +00:00
David E. O'Brien
69a7447907 Bye-bye g77. (use egcs-devel instead) 1999-05-20 21:53:31 +00:00
Satoshi Asami
d221d57a22 Oops, I meant May of 1999, not 1998. 1999-05-20 21:16:05 +00:00
Satoshi Asami
d232aa2fb6 Update dates to May 20. Consistently use "3-stable" to refer to the
branch so I don't have to keep updating the name every time a new
release comes out.
1999-05-20 21:14:39 +00:00
Satoshi Asami
2a48e2b30f Add 32upgrade. 1999-05-20 20:48:37 +00:00
Satoshi Asami
51992523b4 3.2R upgrade kit. (Yes, we already need one, due to a bugfix in fetch!)
Requested by:	jmg
1999-05-20 20:46:29 +00:00
Satoshi Asami
65281e8ece Add png dependency. That fixes the PLIST problem, so add back deleted
entries.

Submitted by:	maintainer
1999-05-20 19:08:04 +00:00
SADA Kenji
3372393f2c Fix dependence.
Reported by:	kuriyama@FreeBSD.ORG
1999-05-20 17:37:19 +00:00
SADA Kenji
22aecbe8e6 Mark as BROKEN.
PW repository copied them, so I'll commit correct contents later.
1999-05-20 15:10:47 +00:00
Jun Kuriyama
f50481106a Activate jfc. 1999-05-20 14:43:16 +00:00