wanting do to this for a long time now. Now we got rid of the stupid
dependency on Tcl/Tk and save some checks in python's makefile.
Update the dependent ports accordingly.
New variables:
PORTNAME - Base name of port
PORTVERSION - Version of port
Modified variables:
PKGNAME - Always ${PORTNAME}-${PORTVERSION}; error to override this
DISTNAME - Defaults to ${PKGNAME}
Right now old style is still accepted (unless REQUIRE_PORTNAME is
defined) but all port Makefiles will be converted this weekend and
bsd.port.mk will be changed again to have the new style be mandatory.
Reviewed by: the ports list, mharo in particular
(2) Change "clean" to be more generic -- it now has
pre-clean/post-clean helpers (it only had pre-clean before) and
the actual work is in do-clean so porters can redefine it if
necessary.
Requested by: "Matthew N. Dodd" <winter@jurai.net>
Reviewed by: dirk
- Fix several small bugs.
- Support Excel spreadsheets using xlHtml. (RUN_DEPENDS added)
- Abolish mknmz --ole option.
- Introduce mknmz --html-split option. Split a large HTML document
into parts by <a name="..."> and index them respectively.
Fix PLIST. (@dirrm share/namazu was missing)
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 ...
- Mention full screen graphics mode works though it'll need due care not
to enter full screen text mode.
- Wording: vmware -> VMware
- Wording: tmpfs -> MFS
Some apps such as VMware for Linux would be happy with it.
The code was originally written by Vladimir N. Silyaev.
Note: It _includes_ Linux ioctl support, but basically it's
FreeBSD native stuff. I'm importing this into emulators
category for convevience' sake. Check it out.
fastx11, because for some reason it reportedly doesn't work in 16bpp mode,
which most people use (I use 24bpp).
Sorry for being so late about this.
Submitted by: green
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
- 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
after post-patch to before pre-patch.
Submitted by: reg (libtool maintainer)
(2) Misc. cleanup, pass MAKE_ENV to ${XMKMF}, etc.
Submitted by: reg
(3) Document ALL_TARGET and INSTALL_TARGET.
PR: 17334
Submitted by: Patrick Seal <patseal@hyperhost.net>
nslookups in a non-blocking manner. The adns distribution also comes with
some utilities similar to dig, host, nslookup, etc.
The port that I'm importing rips out the ${PORTOBJFORMAT} checking and
also trims the extra stuff in pkg/DESCR, which the original submission
contained.
PR: 17510
Submitted by: Kostya Lukin <lukin@sapa.ivcme.elektra.ru>
Reviewed by: billf, mharo