- designate GTK_CONFIG in Makefile, not patches
Reviewed by: maintainer
- change = to ?= or += in some of the variables in palm/jpilot
instead of assigning variables after the .include statement.
Suggested by: asami
(1) Add the following ports for XEmacs packages (by repository-copy).
ports/editors/xemacs-base-packages
ports/editors/xemacs-mule-base-packages
ports/editors/xemacs-mule-sumo-packages
ports/editors/xemacs-sumo-packages
The last two ports are for japanese.
PR: 13386
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
(2) Add the following ports for XEmacs packages for mule (by repository-copy).
ports/japanese/xemacs-sumo
ports/japanese/xemacs-sumo-canna
ports/japanese/xemacs-sumo-canna+wnn4
ports/japanese/xemacs-sumo-canna+wnn6
ports/japanese/xemacs-sumo-wnn4
ports/japanese/xemacs-sumo-wnn6
PR: 13387
Submitted by: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
(3) Modified the following ports in order to update to 21.1.6.
ports/japanese/xemacs
ports/japanese/xemacs-canna
ports/japanese/xemacs-canna+wnn4
ports/japanese/xemacs-canna+wnn6
ports/japanese/xemacs-wnn4
ports/japanese/xemacs-wnn6
ports/editors/xemacs-mule
ports/editors/xemacs-mule-common
PR: 13390
Submitted by: maintainer, KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp>
if the user wants to proceed (unless BATCH is set) at pre-fetch and
pre-install. Make the same query at pkg_add time.
While I'm at it,
- Move the URI to DESCR from Makefile.
- Replace a few = with ?=
- Instead of using echo in Makefile to create the sample startup
script, use a template.
-current machine.
Also I fixed the code for grabbing from the X11 desktop in 24 bit colour modes.
Previously it gave us a blurred yellow image. Now it can capture
the X11 desktop in full 24 bit colour for both XRGB and XBGR Truecolour.
Dc20pack can control a Kodak DC20/25 digital camera via the embedded
serial port. Pictures are initially downloaded in the camera's native format
but can be converted to targa format.
Note that I did not test this personally as I don't own a DC20/25 :).
The submitter says that it works, though.
PR: 12909
Submitted by: Maurice Castro <maurice@serc.rmit.edu.au>