aboutsummaryrefslogtreecommitdiffstats
path: root/print
Commit message (Collapse)AuthorAgeFilesLines
* remove deprecated fetch options from FETCH_BEFORE_ARGSmharo2001-04-022-2/+0
|
* Add ruby-panda, a Ruby extension library to access Panda, a GPL'edknu2001-04-027-0/+94
| | | | library for dynamically generating PDF files.
* - "Gelhaus driver" (cdj850) wasn't active in gs, fix thatandreas2001-04-0116-12/+92
| | | | | | | | | | | - therefore bump port revision - add a makefile template, so that it will be compiled in - patch configure.batch and the interactive one interactive configuration is still not enabled, because every driver entry needs to be checked thoroughly if its still present, if more printer models are supported, if there are new printers/drivers, etc ... This needs time that I currently don't have. Any taker ???
* update from apsfilter 6.1.0 to 6.1.1andreas2001-04-014-24/+33
| | | | | | | | | | | | | | - a duplex printing password fix turned out incompatibility of BSD od(1) to other flavours of od(1). - apsfilter 6.1.1 contains the duplex password fix + a substitution of od(1) with hexdump which also seems to be available on Linux and Solaris. - no PORTREVISION dump since we have a new release - added pkg-message file for easier handling and addition of notification to apsfilter *package* had to change configure script and Makefile to follow that new infrastructure. - troff notification in dependency to FreeBSD version
* Update distinfo (the distfile's name is same buttaoka2001-03-311-1/+1
| | | | | | the file is deffirent from the old one.) Obtained from: bento
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-305-5/+5
| | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly.
* New port: ktexshell.demon2001-03-286-0/+69
| | | | KDE frontend to the popular TeX/LaTeX typesetting system
* Add panda, a GPL'ed PDF generation library.knu2001-03-287-0/+137
|
* - update port to use pcl3-3.2, this is the release version of theandreas2001-03-2712-16/+16
| | | | | | PCL3 driver from Martin Lottermoser (former 3.0.2 was BETA) - therefore bump PORTREVISION - pkg-plist: remove BETA file, added NEWS file instead
* `rpm' and `rpm2cpio' have been repocopied from "misc" to "archivers".obrien2001-03-211-1/+1
|
* minor fix: apsfilter developement started one year earlier (1993).andreas2001-03-201-1/+1
|
* update to new apsfilter version 6.1.0andreas2001-03-205-24/+22
| | | | | | | | | | all from -current has been merged after a long testing period. See the ANNOUNCE file for the long list of bugfixes, security, feature and code enhancements. I hope, this time apsfilter port will fit on CD 1, so people can install apsfilter during initial FreeBSD installation.
* - enable LyX 1.1.6 to show included EPS figuresandreas2001-03-208-4/+192
| | | | | | | | | - tested by Jose - problem is described in: http://sourceforge.net/bugs/?func=detailbug&bug_id=124957&group_id=1897 - major fix for lyx users, therefore bumped port revision Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es>
* one gs runtime dependency too much after adding the knobs to chooseandreas2001-03-181-1/+0
| | | | | between gs with/without X11. doesn't bump portrevision, because it doesn't bring any more benefit for the port.
* merged everything from apsfilter-currentandreas2001-03-184-10/+11
| | | | | | | see new handbook !!! update to apsfilter 6.1.0 BETA if everything is right I'll tag and roll apsfilter 6.1.0 bumped PORTREVISION
* Add missing LIB_DEPENDS.knu2001-03-141-1/+4
| | | | Submitted by: bento
* Add important URLs int pkg-descrtaoka2001-03-142-3/+6
| | | | | | | | Add -f to ${MV} in order to force to move files Delete "p" from "${TAR} xfp". Expanding this distfile, directory modes under bjfiltercom/work/usr are 700. So in "make install", /compat/linux/usr/local's mode is 700 if ${TAR} with "p" is executed.
* Fix owner/group on Acrobat4 directories.dima2001-03-132-0/+2
| | | | Submitted by: Jimmy Olgeni <olgeni@FreeBSD.org>
* execute mktexlsr at install/deinstall.sf2001-03-132-3/+6
| | | | | PR: 25671 Submitted by: maintainer
* Add p5-GnomePrint, it's perl binding to Gnomeprint library.vanilla2001-03-127-0/+59
|
* Upgrade to 1.1.6.1.dirk2001-03-1115-85/+355
|
* Upgrade to current version. Unfortunately, the distfile contains a strayjoerg2001-03-112-2/+5
| | | | | | .o file we need to remove first... Submitted by: fenner's port survey
* Fix pkg-plistkevlo2001-03-111-0/+2
| | | | | PR: 25668 Submitted by: maintainer
* Fix plistkris2001-03-111-0/+1
|
* Fix plistkris2001-03-111-0/+1
|
* upgrade to 3.03billf2001-03-113-7/+7
| | | | Encouraged by: fenner's new toy
* I found a yet another *simple* solution to a problemtaoka2001-03-102-25/+14
| | | | | | | | with respect to the rpm command. It is to use rpm2cpio instead of rpm as an extract command. Suggested by: KOMATSU Shinichiro <koma2@jiro.c.u-tokyo.ac.jp> Obtained from: ports-jp@jp.freebsd.org
* When this was installed by pkg_add,taoka2001-03-101-1/+1
| | | | | | the command "@unexec rpm -e ...." which I added to pkg-list in previous commit is not necessary. So the command requires "; ture" in the end.
* An error occured in "rpm -U". Adding "--noscripts" to rpm's flags,taoka2001-03-102-3/+10
| | | | | | | | | | | it solves. To maintain ${LINUXBASE}/var/lib/rpm/, we must add the command such as @unexec rpm -e %%RM_RPMFLAGS%% bjfiltercom-%%PORTVERSION%% > /dev/null 2>&1 to pkg-plist for all rpm's package.
* Update version to 1.69.e (this is beta version, 10103091216).taoka2001-03-093-9/+26
| | | | The version supports YaTeX's hilighting for XEmacs (font-lock).
* Bug-fix (rpm command was dealed with non-rpm files)taoka2001-03-091-2/+3
| | | | Obtained from: bento
* Add py-freetype 0.5, a Python wrapping of the FreeType 1.2 fontssobomax2001-03-097-0/+64
| | | | | rendering engine. In fact the software called PyFT, but py-freetype better reflects its purpose.
* Photo Image Print System for Linux -- EPSON PM-3500Ctaoka2001-03-085-0/+34
|
* Each print/pips* makes etc/ld.so.cache by "@exec ldconfig" in pkg-plisttaoka2001-03-081-1/+0
| | | | | | | But the file is an extra file after pkg_delete. So the command is deleted. Obtained from: bento
* Add a PLIST file for International productstaoka2001-03-071-0/+31
| | | | (I forgot to add it. So a problem occurred on bento ....)
* Use MASTERDIR instead of PKGDIRtaoka2001-03-071-3/+1
| | | | | | | If the former is used then a problem occures on bento. But on my box no problem dose. Obtained from: fenner's errorlogs
* Delete a duplicated entry "linux-libglade" in RUN_DEPENDStaoka2001-03-071-1/+0
|
* - bump port revision, you can select ghostscript version without X11 supportandreas2001-03-072-1/+19
| | | | when doing interactive installation
* - bumped port revisions because of new dependenciesandreas2001-03-071-5/+31
| | | | | | | | | | | | | | | | - default in BATCH mode is now, NOT to have X11 based utilities in port dependencies, I think this makes apsfilter better in - running on small printservers that don't have X11 installed - making apsfilter package more "sexy" for being placed onto the 1st FreeBSD installation CD-ROM, since now it consumes less space !!! - make apsfilter use the same make environment variable NO_X like in ghostscript6 port - this enables you to build and run apsfilter even on a small printserver, that doesn't have X installed - NO_X is even usefull when having APSFILTER_ALL set, since then it installs all available/supported filter utilities, that don't require X11 - the last one needs some more fine tuning, currently I left it empty, have to think about, whats a possible replacement that don't need X11...
* Fix name of xforms library (xforms.0 -> forms.0).dirk2001-03-055-5/+5
| | | | Submitted by: steve
* Add ghostscript6-nox11nik2001-03-051-0/+1
|
* Slave port to turn on the NO_X variable in the ghostscript6 port, to allownik2001-03-051-0/+17
| | | | | | binary packages with this option. Reviewed by: alex
* remove pbm2ppa, use pnm2ppa instead.sf2001-03-049-116/+0
|
* rename pbm2ppa to pnm2ppa with updating to 1.04 (repository copied).sf2001-03-0415-89/+199
| | | | | PR: 24880 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Fix Arphic fonts location.keith2001-03-031-5/+5
| | | | | Reported by: Kang-Ming Liu <gugod@gugod.org> "Michael C . Wu" <keichii@iteration.net>
* Remove do-configure section, use PERL_CONFIGURE now.vanilla2001-03-011-1/+0
|
* Canon Bubble Jet Print Filter for Linux -- BJ F870taoka2001-03-016-0/+44
|
* Canon Bubble Jet Print Filter for Linux -- BJ F860taoka2001-03-016-0/+44
|
* Canon Bubble Jet Print Filter for Linux -- BJ F850taoka2001-03-016-0/+47
|
* Canon Bubble Jet Print Filter for Linux -- Common filestaoka2001-03-018-0/+226
|
* Change a dependency: teTeX is required for building, not justtrevor2001-02-281-2/+2
| | | | | | running, lilypond. Submitted by: Daniel O'Connor <doconnor@gsoft.com.au>
* gs shouldn't ignore SIGTERM from lpd by simply adding -DUPD_SIGNAL=0andreas2001-02-284-4/+12
| | | | | | | | | | | | to CFLAGS - this saves paper if you device to kill a job quickly because you forgot something ... - prevents in UPD driver (reported by Joerg) to make a "clean shutdown", which is generally a nice idea, but in "real life" leads to a wastage of paper ... - portrevision bumped because of this important feature Submitted by: J Wunsch <j@ida.interface-business.de>
* MASTER_SITE_LOCAL hosting is no longer needed.obrien2001-02-271-3/+1
|
* Update to version 1.1.6-2steve2001-02-266-24/+33
| | | | | PR: 25073 Submitted by: Michael Harnois <mdharnois@home.com>
* Minor pkg-plist fixes.steve2001-02-261-0/+4
| | | | | PR: 23806 Submitted by: Yen-Ming Lee <leeym@bsd.ce.ntu.edu.tw>
* - Support PREFIX properlyobrien2001-02-263-6/+13
| | | | | | | - Fix Imakefile breakage under XFree86 4.x PR: 25325 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* new port of lilypond 1.3.131, the GNU music typesettertrevor2001-02-266-0/+382
| | | | Obtained from: NetBSD pkgsrc
* Honour the NO_X variable, and don't try and build the X11 output formats,nik2001-02-2612-36/+104
| | | | | | | | | or depend on the X11 libraries, if it is set. This should allow "make release" to work happily with the documentation build again. Approved by: andreas (MAINTAINER)
* Clean up whitespace to shut up portlint.markm2001-02-221-1/+1
|
* Give this port half-a-chance of actually fetching. All the sitesmarkm2001-02-222-1/+2
| | | | | I tried couldn't handle automatic .tar and .gz of a directory, but they could handle .tar -only.
* Add ruby-pdflib, a Ruby extension library to access PDFlib.knu2001-02-216-0/+92
|
* Unset TOP environment variable before proceed with build. The port'ssobomax2001-02-191-0/+1
| | | | | | | | | | Makefiles abuse this variable commonly used to specify default options for the top(1) monitor, which breaks the build. PR: 25192 Submitted by: Stefan `Sec` Zehl <sec@42.org> (among several other, whose names were lost in entropy of Universe)
* Update to version 3.24.obrien2001-02-174-272/+273
| | | | Submitted by: Kim Shrier <kim@tinker.com>
* typo clean up police: \s -> \tlioux2001-02-151-1/+1
|
* simple typo fix, remove odd extraneous spaces (^ $)lioux2001-02-151-1/+1
|
* Change the port name to "acroread4" so we can remove the "no latest"obrien2001-02-132-6/+2
| | | | | setting and make this pkg_add -r'able. I don't see acroread4 replacing acroread3 as the preferred acroreader in many's eyes.
* Fixed distinfotaoka2001-02-131-1/+1
|
* Modification for adding the new slave portstaoka2001-02-131-0/+15
|
* Photo Image Print System for Linux --- EPSON Stylus Color980taoka2001-02-135-0/+47
|
* Photo Image Print System for Linux --- EPSON Stylus Color880taoka2001-02-135-0/+51
|
* Change the master port for internationa products from this to pips-sc880taoka2001-02-132-8/+2
|
* Correct my English in pkg-descrtaoka2001-02-1313-81/+106
|
* Add %%PORTDOCS%%.knu2001-02-101-94/+94
|
* Add %%PORTDOCS%%.knu2001-02-101-26/+26
|
* Use MASTER_SITE_TEX_CTAN to MASTER_SITESkevlo2001-02-081-3/+4
| | | | | PR: 24879 Submitted by: Ports Fury
* Add more master sites. There still aren't redundent sites for all theobrien2001-02-061-1/+3
| | | | | distfiles, but this is closer. One should not depend on ftp.freebsd.org to *always* be alive...
* Update to 1.1.5fix2cjh2001-02-053-5/+20
|
* Add homepage.jmz2001-02-021-0/+2
| | | | Submitted by: andreas
* MAINTAINER should be e-mail address.sf2001-01-291-1/+1
|
* Restore credit to creation of this port to smace.will2001-01-272-2/+2
|
* Remove inactive MAINTAINER <smace>, who hasn't committed in 20 months.will2001-01-272-4/+4
|
* Update port print/cups to 1.1.6jeh2001-01-2615-81/+12
| | | | | | | | | | | | | Changes: o PORTREVISION removed (two typos fixed in source distribution which were fixed by patches for cups-1.1.5). Incidentally, PORTREVISION is spelled wrong in r1.2 of the port's Makefile. o patch-aa and patch-ad now obsolete o MD5 checksum PR: 24650 Submitted by: George Reid <greid@ukug.uk.freebsd.org> MAINTAINER
* Update MASTER_SITES (sgi.com -> ftp.sgi.com)jedgar2001-01-251-1/+1
|
* The directory of freetype's header files was changedtaoka2001-01-211-0/+10
| | | | | | | | | to /usr/local/include/freetype/, then perlftlib cannot find freetype.h. This problem is fixed. Submitted by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp> jihuang@csie.nctu.edu.tw Obtained from: direct mails
* - checksum of gdevcd8.tar.gz changedandreas2001-01-208-8/+8
| | | | | | | | - created a new distinfo file - bumped PORTREVISION since this makes sure, that packages are build from proper source Submitted by: Christopher Masto <chris@netmonger.net>
* bugfix: distinfo file is missing md5 checksum for hpdj 2.6 sourcesandreas2001-01-194-0/+4
| | | | | | | | | | | this is another showstopper after the variable name change and still doesn't show up here, since I have the sources in DISTFILES dir... PORTREVISION still doesn't need a bump, since no package could have been created and if, there is no new port functionality involved with this fix. Sorry for any trouble, but its too expensive for me, to re-fetch all files as final test. Submitted by: "Jamin A. Brown" <jamin@gwi.net>
* bugfix: hpdj couldn't be fetched after the variable name changeandreas2001-01-184-4/+4
| | | | | | | | | I forgot to change HPDJ_DRV to HPDJ_SRC in DISTFILES PORTREVISION not bumped since building of packages wasn't possible. Even if port/package could be build, because hpdj source was already present, no functionality change. Submitted by: "Justin W. Pauler" <jwpauler@jwpages.com>, "Jamin A. Brown" <jamin@gwi.net>
* - added stable version 4.0.4 of gimp-print (stp) driverandreas2001-01-1820-144/+344
| | | | | | | | | | | | | | | high quality drivers for Epsons, HPs, ... - bumped port revision - modified all target and added a makefile component to build tool from stp driver (escputil) to do maintenance on epsons install manpage as well - variable name changes, new scheme sounds better - use variables as often as possible in all make targets to reduce port maintenance as much as possible - fix two copy and paste mistakes in echo messages - updated pkg_plist, tested port and package building as well as removal - modified configure.batch to build stp driver
* cosmetic: add cvs idandreas2001-01-178-0/+16
|
* Add pic2fig 1.4, a pic format to fig format converter.will2001-01-179-0/+567
| | | | | PR: 24388 Submitted by: Patrick Powell <papowell@astart.com>
* update to ghostscript v 6.50andreas2001-01-1740-408/+1116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - removed port revision, because of new version - added PCL3 driver (hpdj successor) from Martin Lottermoser *both* driver, HPDJ and PCL3, are now compiled in reason: PCL3 is still flagged as BETA and author didn't get much response Although Martin says, its definitively not ALPHA, its safer to have the old drivers around, if things fail for some reason. Martin confirmed, that its possible to have both in one gs binary !!! - disable configure script temporarily, since dialog needs a driver update but I don't want to hold back that port any longer. - enabled as many gs driver as possible - reorganized MASTER_SITES - added mirrors - add a note, that russion mirror isn't up to date, so don't add it - optimized downloading from 6 different sources by special ordering - reorganized Makefile completely - put only ${GS_SOURCES} into EXTRACT_ONLY variable unpacking other 3rd party src's is handled in post-extract target - directory creating, patching, unpacking and install actions are now handeled within the proper make target. This makes port maintenance much easier, i.e.: if you enter make extract, then only extraction of things happen, but makefiles are still not patched. Before this cleanup, things were not so structured and not easy to maintain. Maybe we get a configure script later, to choose between different 3rd party driver options, then this "sorting" and documenting will support the migration process... - silence port by hiding actions with "@" - insert many informational echoes. This makes port maintenance and troubleshooting easier - put more unique comments in front of the different 3rd party modules - document things better - use as many environment variables as necessary, so that "numerical" changes only have to happen on some places and not withing make targets - use gs version number also in docu directory - properly install runtime, info and doc files from 3rd party drivers - put not needed stuff into "NOPORTDOCS" section - keep old font names to avoid fetching unnecessary things - updated patches as necessary - added new patch from Nartin Lottermoser - removed 2 patches that have been incorporated into gs 6.50 - added needed manual pages - updated pkg-plist - finally tested port and package building as well as port removal new port passes all disciplines ;-)
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-1710-18/+18
|
* Files added with the update of cupsjeh2001-01-116-0/+54
| | | | | | | | | Fix a typo in the configure script the prevented sample configuration files from being install in $PREFIX/etc/cups Bumped PORTREVISION PR: 24227 Submitted by: George Reid <greid@ukug.uk.freebsd.org> MAINTAINER
* Fix a typo in the configure script the prevented sample configurationjeh2001-01-116-582/+624
| | | | | | | | files from being install in $PREFIX/etc/cups Bumped PORTREVISION PR: 24277 Submitted by: George Reid <greid@ukug.uk.freebsd.org> MAINTAINER
* update apsfilter portandreas2001-01-092-2/+5
| | | | | | | | | | | | | | | | - add patchsite and patchfile - fix1: correct apsfilter version string that is echo'd in logfile when script debugging is turned on - fix2: samba remote printing bug fixed. The exported variable containing the windows password was spelled incorrectly. samba 2.0.7 uses PASSWD not PASSWORD. Hint: People who don't want to reinstall apsfilter can fix that easily by substituting PASSWORD with PASSWD - for runtime in $PREFIX/share/apsfilter/bin/apsfilter - for SETUP (test printing functionality) in $PREFIX/share/apsfilter/SETUP
* Don't create symlinks of files in ${PREFIX}/include/freetype in the directorysobomax2001-01-092-16/+3
| | | | | | | ${PREFIX}/include, because this lead to the freetype1's includes being picked by the freetype2 ports. Prompted by: mdharnois@home.com, scanner@jurai.net etc
* Photo Image Print System for Linux --- EPSON PM-880Ctaoka2001-01-095-0/+32
|
* Photo Image Print System for Linux --- EPSON PM-780Ctaoka2001-01-095-0/+32
|
* Photo Image Print System for Linux --- EPSON Stylus Color777/Color680taoka2001-01-095-0/+53
| | | | whose are international products.
* pips800 is a master port for pips-sc680_777, pips780 and pips880 which aretaoka2001-01-091-4/+23
| | | | | going to be imported by me. Then for these new ports I must modify pips800.
* Release to the world all of my ports that I don't use, excluding KDE 1,will2001-01-091-1/+1
| | | | | which I'm holding for various reasons, so some kind soul can take the time to fix them without having to wait for me.
* cosmetic:andreas2001-01-094-4/+4
| | | | | forgot in previous commit, that HPDJ_SRC also should make use of the new variables ${HPDJ_NAME} and ${HPDJ_VERS}
* purely cosmetic:andreas2001-01-094-20/+32
| | | | | | - for easier maintencance (later upgrade) splitup HPDJ_DRV variable into HPDJ_NAME HPDJ_VERS HPDJ_DIR HPDJ_SRC - testcompile ran fine
* cosmetic: update commentandreas2001-01-094-4/+4
| | | | new official home for Martin Lottermosers pcl3 driver
* updated MASTER_SITESandreas2001-01-094-4/+4
| | | | | hpdj-2.6 is now available from http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/
* Bump PORTREVISION, to reflect the added patches.nik2001-01-081-0/+1
|
* Bring in a patch from http://indev.insu.com/openjade/ which:nik2001-01-082-0/+5
| | | | | | | | | | | * Makes two side output optional * Fixes cell-*-row-margin * Fixes sequences in tables * Nukes the multipar macro * Gives better table support * Removes the trailing blank page in print output and more.
* New Ports: print/cupsjeh2001-01-0725-0/+1318
| | | | | | | CUPS provides a portable printing layer for UNIX-based operating systems. PR: 240877 Submitted by: George Reid <greid@ukug.uk.freebsd.org>
* - update port to new version 1.0b3andreas2001-01-054-32/+25
| | | | | | | | | => bump PORTREVISION (forgotten by Roman ;-) - Changed maintainer to ports, I want to reduce my personal workload. Maybe I take over again in the future if I have more time for this. PR: 24072 Submitted by: Roman Shterenzon <roman@xpert.com>
* remove empty share/locale stuff.sf2001-01-051-0/+3
| | | | Submitted by: bento
* update to 2.20(old version no longer available at master site).sf2001-01-043-3/+6
| | | | | | | | PR: 20665 Submitted by: Sean Kelly <kelly@cbl-skelly3.hs.earthlink.net> make PKGMESSAGE PREFIX safe. remake ls-R at deinstall.
* - manpages were missing in ports Makefileandreas2001-01-022-2/+5
| | | | | | | | | therefore they were also missing in package (-> PORTREVISION bump) - portlint complained about descr. line being too long, trimmed it down to below 70 chars. PR: 23973 Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
* Goodbye, YEAR2000. Hello, 2001.will2001-01-014-8/+0
| | | | Approved by: asami
* Add p5-Text-PDF 0.12, a perl module for manipulating PDF files.will2000-12-316-0/+74
| | | | | PR: 23966 Submitted by: Anton Berezin <tobez@tobez.org>
* Upgrade to 1.1.5fix2.dirk2000-12-3115-20/+95
| | | | PR: ports/23641
* Seems this file got left over by accident in the transitionade2000-12-281-28/+0
| | | | | | | to its new home. Nuke it, there's nothing else here. Move along. Nothing more to see. Found by: accident (during a machine rebuild)
* Remove apsfilter6 version. The old stable port (apsfilter)andreas2000-12-245-261/+0
| | | | | has been updated for that purpose. CVS history can be found here. Suggested by Kris and Bill.
* disable apsfilter6andreas2000-12-241-1/+1
| | | | enable apsfilter
* Update old apsfilter-stable with V 6.0.0 from new stable-branch.andreas2000-12-246-0/+289
|
* new apsfilter-STABLE release: V 6.0.0andreas2000-12-234-15/+14
| | | | | | | updated PORTREVISION updated pkg_plist completely replaces old apsfilter-STABLE release, so the 5.4.2 port has been removed by me.
* apsfilter6 is the new stable version.andreas2000-12-231-1/+0
| | | | So this version completely vanishes to Attic.
* die apsfilter5, long live apsfilter6 ;-)andreas2000-12-236-289/+0
| | | | Just released the new version 6.0.0 release.
* Upgrade to 1.02.tg2000-12-223-5/+14
|
* Update to 2.0.1.sobomax2000-12-203-4/+8
|
* Add WWW.sobomax2000-12-202-0/+4
|
* - Use MASTER_SITE_TEX_CTAN to MASTER_SITESsobomax2000-12-191-4/+6
| | | | | PR: 23629 Submitted by: Ports Furry
* Add dependency to linux-png for Ver. 1.3 pips*taoka2000-12-181-1/+2
| | | | | Pointed out: Takeshi Ken Yamada <ken@tydfam.machida.tokyo.jp> Obtained from: FreeBSD-users-jp@jp.freebsd.org
* Upgrade to 8.00kevlo2000-12-166-57/+39
| | | | | PR: 23569 Submitted by: Ports Fury
* To support printing via USB port for pips{760,770,800,820_3300}taoka2000-12-142-1/+21
|
* (1) When I committed ports of pips{2200,3000,3300,670,750,900},taoka2000-12-1411-41/+26
| | | | | | | I must commit modification for pips800 which is a master port for these. I forgot it. (2) Simplify slave ports in japapese (modifying Makefile and deleting pkg-plist).
* Update maintainer email address.roam2000-12-142-2/+2
| | | | | PR: 23540 Submitted by: maitainer
* Update to version 3.2.3c.steve2000-12-114-42/+17
| | | | | PR: 23278 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
* Photo Image Print System for Linux --- EPSON PM-900Ctaoka2000-12-115-0/+36
|
* Photo Image Print System for Linux --- EPSON PM-750C PM-2000Ctaoka2000-12-115-0/+37
|
* Photo Image Print System for Linux --- EPSON PM-670Ctaoka2000-12-115-0/+36
|
* Photo Image Print System for Linux --- EPSON PM-3300Ctaoka2000-12-115-0/+36
|
* Photo Image Print System for Linux --- EPSON PM-3000Ctaoka2000-12-115-0/+36
|
* Photo Image Print System for Linux --- EPSON PM-2200Ctaoka2000-12-115-0/+36
|
* update to newest SNAPSHOT, see ChangeLog on apsfilter.org what changed.andreas2000-12-093-9/+8
| | | | | | | | | | | | | | | cleanup: don't create /usr/local/apsfilter/filter/.keep_me anymore (normal and BATCH mode) echo some infos in install target ( if BATCH NOT set), where to look for further help in case of trouble. BTW, Jordan reported some bugs with noneexisting printcap file and problems printing a test page. I removed my printcap prior installation of printers using SETUP and had no problem so far. The only thing that might be the case is, that apsfilters SETUP doesn't grok the situation, if you choose a driver, that is actually NOT compiled in into your gs binary... but this is JUST A THOUGHT.
* update patchandreas2000-12-092-2/+2
| | | | | | hint: no need to update folks, sorry, make-release still doesn't work right and updates still apsfilter-stable if I want to roll a new -current snapshot. I will fix it in the future but currently I don't have time.
* bump ports revision number, since a new 3rd party driver has been added.andreas2000-11-274-0/+4
| | | | Submitted by: Kris Kennaway <kris@FreeBSD.org>
* - Add 3rd party gs driver for HP DeskJet 970andreas2000-11-2620-16/+88
| | | | | | | | | | | - http://www.harsch.net/Ghostscript/ghostscript.html - driver is based on Uli Wortmann's HO DJ850 driver - supports duplex printing Note from the author: in duplex mode black is not so intensive as in normal mode. Maybe HP wants to prevent, that you don't see the black of the other side of the page too much. If somebody knows HP's algorithm, how to reduce the black, then author would try to compensate it with some code...
* The distfile disapeared again from master site. Use MASTER_SITE_LOCAL asjmz2000-11-261-1/+3
| | | | MASTER_SITE.
* ghostscript5 doesn't exist anymore, so change dependencies to ghostscript55.asami2000-11-252-2/+2
|
* Use MASTER_SITE_RINGSERVER and MASTER_SITE_SUBDIR effectively.knu2000-11-232-20/+14
| | | | Not responded by: jseger (MAINTAINER), sobomax
* Ditch out "Version required" from comments section.sobomax2000-11-231-1/+0
|
* nuke ghostscript v 5.0, we have a more "up to date" oneandreas2000-11-231-1/+0
|
* Have been told to remove this port, since gs55 is the real successorandreas2000-11-239-499/+0
| | | | | | of this quite old gs5 port. Sorry forgot the name of the one who told me to do so, but I think we all agree in not having an old gs5 and a gs55 port all together in the ports collection.
* - Support CC properlykevlo2000-11-222-49/+10
| | | | | | | - Support install macros PR: 22993 Submitted by: Ports Fury
* Add $FreeBSD$, which help me in problem reports.obrien2000-11-222-0/+2
|
* Add $FreeBSD$'s which help me in problem reports.obrien2000-11-222-0/+2
|
* Update to 0.25ade2000-11-149-9/+18
|
* Remove trailing "2" from DISTNAME and MASTER_SITE_SUBDIR.sobomax2000-11-141-1/+2
|
* Add freetype2 after a repo-copy from print/freerype.sobomax2000-11-145-40/+75
| | | | | | | | | | | | Several notes: o Freetype2 is incompatible at API level with older freetype, therefore portname will be freetype2-x.x to allow pkg_* tools correctly handle dependencies (I do not use NO_LATEST_LINK, because it is a production-quality software, not a beta or such). o There are no fs namespace conflicts between freetype and freetype2, so they both could be installed on the same machine w/o any problems.
* - Support CXX properlykevlo2000-11-133-6/+30
| | | | | | | | - Fix compile error in 4-stable - Fix Imakefile breakage under XFree86 4.x PR: 22814 Submitted by: Ports Fury
* Change MAINTAINER field.demon2000-11-131-1/+1
| | | | | | I am now at FreeBSD dot org Approved by: sobomax
* Urrr... I miss to commit Makefile :(vanilla2000-11-122-2/+0
|
* Remove USE_XLIB, only freetype utility depends to X library,vanilla2000-11-123-22/+49
| | | | not freetype library..
* Change motif to a normal dependency. REQUIRES_MOTIF is now calledasami2000-11-082-2/+2
| | | | | | | | | | | | | | USE_MOTIF and generates a LIB_DEPENDS to x11-toolkits/open-motif. As before, it implies USE_XPM (and therefore USE_XLIB). Motif-dummy is removed from PKG_IGNORE_DEPENDS, whose sole resident is now XFree86-3. Most of the simple ".if defined(HAVE_MOTIF)"s are removed to always have USE_MOTIF. ftp/moxftp will define USE_MOTIF unless WANT_ATHENA_VERSION (new variable) is defined. I merged the X cases in cad/mars, so USE_MOTIF is used iff WITHOUT_X11 is not defined. I will remove x11-toolkits/Motif-dummy (which has been repo copied to open-motif) in a few days.
* Change keith@freebsd.sinica.edu.tw to keith@FreeBSD.orgkeith2000-11-072-3/+3
|
* Updated the "sheets.map" file for 4.13.obrien2000-11-031-1/+1
| | | | | PR: 22313 Submitted by: Jose M. Alcaide <jose@we.lc.ehu.es>
* Add missing manpage texi2dvi4a2ps.1 (how do you pronounce that?!?).asami2000-11-031-1/+1
| | | | Submitted by: bento
* Comment out a2ps.el for now, this won't package since emacs is not aasami2000-11-031-3/+1
| | | | | | | dependency (which is a good thing!). Remove removal of site-lisp directories, they are created by mtree anyway. Submitted by: bento
* Typotaoka2000-11-021-1/+1
| | | | Pointed out by: asami
* Whitespace-only:sobomax2000-11-011-2/+2
| | | | Make indentation uniform across my ports.
* At his request, remove Joel Sutton as maintainer of 8 ports. Thank you fordougb2000-10-291-1/+1
| | | | | | | | your efforts on these ports, and thank you for also taking the responsibility to let us know your time now has other priorities. PR: ports/22384 Submitted by: Joel Sutton, jsutton@bbcon.com.au
* Update to version 0.13.2bkevlo2000-10-212-4/+4
| | | | | PR: 22156 Submitted by: MAINTAINER
* Change default pager from /usr/bin/pg to /usr/bin/more. As before,mph2000-10-194-42/+64
| | | | | | | | | | | | | | | | $PAGER overrides. (Requested by: dcs) One patch per modified file. One modified file per patch. Honor CC, CFLAGS. Use BSD_INSTALL_FOO and, as a side effect, install with our customary ownerships. No response from: maintainer
* Add support for B4 paper sizejmz2000-10-192-2/+19
| | | | Submitted by: TAOKA Satoshi <taoka@infonets.hiroshima-u.ac.jp>
* Update MASTER_SITEStaoka2000-10-191-1/+1
| | | | Submitted by: sada
* Upgrade to 1.01.tg2000-10-173-4/+30
|
* Support PREFIX properlyade2000-10-143-12/+6
| | | | | | | Update WWW: line of pkg-descr PR: 21616 Submitted by: Ports Fury (no response from maintainer)
* Update MASTER_SITES and WWW line of pkg-descrade2000-10-144-32/+15
| | | | | | | Support PREFIX properly PR: 21615 Submitted by: Ports Fury (no response from maintainer)
* pkg/MESSAGE -> ${PKGMESSAGE}. Bad port, no cookie. ;) (It wasn't evenasami2000-10-101-1/+1
| | | | | using ${PKGDIR} or ${.CURDIR}/pkg/ and that's why I missed in my original sweep....)
* Fix MD5_FILE (files/md5 -> distinfo).asami2000-10-081-5/+4
|
* Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} isasami2000-10-0816-25/+25
| | | | | | spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
* ${MASTERDIR}/pkg/MESSAGE -> ${PKGMESSAGE} (now that's a new one!)asami2000-10-081-1/+1
|
* Change PATCHDIR from patches/ to files/. Also change PKGDIR (pkg/ toasami2000-10-081-1/+1
| | | | .) and other pkg variables if they are nearby.
* Rename PLIST.<emacs> to pkg-plist.<emacs>.asami2000-10-081-4/+4
|
* Rename ${RESOLUTION}.list to pkg-plist.${RESOLUTION}.asami2000-10-081-1/+1
|
* Since the maintainer could not be bothered in the past _3_ months to moveobrien2000-10-071-1/+1
| | | | ``sheet.map'' to freefall:~/public_distfiles, I'll host the file.
* Implement USE_GNOME, part 2.reg2000-10-055-36/+13
|
* Implement USE_GTK, part 2.reg2000-10-051-7/+1
|
* Update to the lastest version.kevlo2000-10-047-45/+60
| | | | | PR: 21733 Submitted by: MAINTAINER
* Correct CATEGORIES - make first category in the CATEGORIES list matching parentsobomax2000-10-041-1/+1
| | | | directory.
* USE_LIBTOOL.reg2000-10-034-4/+2
|
* Update to 0.24. Read the ChangeLog for updates, the list is enormous.ade2000-09-299-45/+63
|
* Clean .orig files in ${WRKSRC}/lib/doc created by distributiondirk2000-09-285-0/+5
| | | | | | patch so they aren't installed. Reported by: onigiri
* Add missing files.dirk2000-09-285-0/+20
| | | | Reported by: onigiri
* Update files/md5 because distfiles was updated but these are same file names.taoka2000-09-274-4/+4
| | | | Obtained from: bento
* Now bsd.ruby.mk is automatically included by bsd.port.mk when USE_RUBYknu2000-09-261-3/+1
| | | | | or USE_LIBRUBY is defined, individual ruby ports no longer need to include it explicitly.
* Eliminate WRKSRC=${WRKDIR}/${PKGNAME} lines, as these will break whenasami2000-09-253-6/+3
| | | | | | | | | | | PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
* Update WWW:billf2000-09-251-1/+1
|
* Update this to version 4.13.chuckr2000-09-224-41/+31
|
* ComplexProgramTarget() -> ComplexProgramTargetNoMan()asami2000-09-221-0/+11
|
* Add BUILD_DEPENDS to appropriate version of X depending on the valueasami2000-09-211-3/+9
| | | | of XFREE86_VERSION.
* Add sgf2tex, a system for typesetting Go games and diagrams using TeX.ade2000-09-207-0/+148
| | | | | PR: 19965 Submitted by: Steve Coltrin <spcoltri@omcl.org>
* (1) Fixed a problem hunging up the package-making system on bentotaoka2000-09-189-49/+40
| | | | | | Pointed out: asami (2) Modified to use variables defined in Mk/bsd.emacs.mk as many as possible.
* Add pdflib3.asami2000-09-141-0/+1
|
* new port pdflib3 (repocopy from pdflib):billf2000-09-144-42/+31
| | | | | | | | | | | | | version 3 of pdflib has odd restrictions for usage (and you may need to purchase a license depending on what you do with it). It is however needed for php4's pdf functions and is of use to many, so we'll keep a seperate restricted port available for those of us who need it. Support for languages other then C/C++ are turned off for now, but I may change that (turning on perl/tcl/python support involves turning _off_ C/C++ support, so I'll add a WITH_FOO knob later) Submitted by: sobomax, billf
* Use bsd.python.mk.tg2000-09-122-96/+90
|
* - Remove restriction of encrypted PDF supportandreas2000-09-123-36/+24
| | | | | | | - nonexistent -> NONEXISTENT PR: 21082 Submitted by: tkato@prontomail.ne.jp
* - Remove restriction of encrypted PDF supportandreas2000-09-1212-140/+116
| | | | | | | | | | | - nonexistent -> NONEXISTENT - Add USE_GMAKE - portlint - Fix usage of PREFIX/LOCALBASE - Fix pkg/PLIST PR: 21083 Submitted by: tkato@prontomail.ne.jp
* fix missing symlink.sanpei2000-09-112-2/+2
| | | | | | splash image at start up would be white and black, not colorful. Approved by: dima
* Update to 1.1.5fix1.cjh2000-09-114-6/+45
|
* Add USE_AUTOCONF to make this build and install again (hopefully 8-|)dirk2000-09-105-0/+5
| | | | PR: ports/20638, ports/21041
* update after make releaseandreas2000-09-092-3/+3
|
* changes see ChangeLogandreas2000-09-093-60/+74
| | | | | | | | | | | | | | | | | | | revamped port dependencies - if defined(BATCH) && defined(APSFILTER_ALL) every tool and filter supported by apsfilter will be installed (very time and space consuming) - if defined(BATCH) only most necessary things are installed If you want complete control over what to install, then don't define BATCH or BATCH && APSFILTER_ALL, then please use the new updated interactive method of building using dialog. The configure script is now up to date, concerning tools needed/supported by apsfilter and a little bit more explicite ! Thanks for Greg Lehey and friends for a vivit discussion, this is the desired result I hope !!!
* update after make-releaseandreas2000-09-082-3/+3
|
* * samba password is not used on the command line anymore, but inandreas2000-09-082-2/+2
| | | | | | | | | | | the PASSWORD environment variable * custom printer queue names really work now (the given default name is "lp" if it isn't used already) * /etc/apsfilter/$QUEUE/apsfilterrc.$USER is another config file * new config variable: DISABLE_DUPLEX (needed if apsfilter is not running on the host the print job was started) * more verbose apsfilterrc template * some documentation updates
* Update with bsd.ruby.mk. :>knu2000-09-072-48/+40
|
* upgrade after make-release.andreas2000-09-072-3/+3
|
* * Michael Lossin <losse@germanymail.com>:andreas2000-09-072-2/+2
| | | | | | | | NIS corrections. * statement concerning personal e-mail to me and SUPPORT in general. * make it possible to run apsfilter in NIS environment extraction of $HOMEDIR works now. idea from: Volker Seebode <vas@plesnik.de>
* Bug-fixed to create correctly filter*.rev of each slave portstaoka2000-09-071-5/+3
| | | | | | | Pointed out: Jun USHIDA <ushida@msa.biglobe.ne.jp> And fixed typo Obtained from: portlint
* update.andreas2000-09-052-3/+3
|
* Mo 4 Sep 2000 21:34:06 CEST Andreas Klemm <andreas@apsfilter.org>andreas2000-09-052-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes for hpdj printers, special treatment for driver hpdj_u970 * BITSPERPIXEL can't be changed for hpdj * due to popular demand: ASCII_PPS and ASCII_LANDSCAPE change the printout just for ASCII files, independent of PS_NUP and LANDSCAPE (but these provide default values if needed) * BINDING now uses "short" and "long" instead of psset-switches * fixed printing on PS-printers and during debugging Sa 2 Sep 2000 18:53:41 CEST Andreas Klemm <andreas@apsfilter.org> * replace list of apsfilter contributors with this link: http://www.apsfilter.org/contrib.html Sa 2 Sep 2000 12:57:15 CEST Andreas Klemm <andreas@apsfilter.org> * added working watermark template from Andreas Reuter <ar205@bonzo.geowiss.nat.tu-bs.de> this file is the basis to _dynamically_ create backgrounds for every printed page, i.e.: "internal use only", "Top Secret" etc. Probably we'll use it this way in the future: lpr -C wmark="Top Secret" file Sa 2 Sep 2000 10:40:32 CEST Andreas Klemm <andreas@apsfilter.org> * be more verbose about what A2PS_OPTS gives you (overwrites the complete a2ps commandline) Fr 1 Sep 2000 17:25:12 CEST Andreas Klemm <andreas@apsfilter.org> * yes, we can remove the two entries from KNOWN_BUGS These entries are no apsfilter bugs. Have been added to FAQ * FAQ has been updated on webserver. Fr 1 Sep 2000 16:19:35 CEST Michael Lossin <losse@germanymail.com> * custom printer queue names, as suggested by Jef Moskot * cloning spool dir permissions with chmod (I think this needs the GNU version) * call checkpc after printcap fiddling (will be ignored by BSD spoolers) * faster code insertion for paper tray selection with awk, as suggested by Beat Rubischon * color mode fixed for hpdj * small changes in class option code * INSTALL, README and apsfilterrc updates * remove unneeded docu .... doc/methods, doc/features, doc/WHAT_AM_I KNOWN_BUGS and by me: * still keep KNOWN_BUGS have to test this ... * update Makefile (remove nuked stuff) * check for checkpc before using it. * add /usr/local/sbin for checkpc
* Add bmp16m to available printer drivers as defaulttaoka2000-09-043-3/+3
| | | | | | (because print/pips* uses bmp16m in GS) Approved by: maintainer
* Add bmp16m to available printer drivers as defaulttaoka2000-09-041-2/+2
| | | | (because print/pips* uses bmp16m in GS)
* Fixed for failuer to make checksum in slave portstaoka2000-09-041-1/+3
| | | | | Submitted by: MITA Yoshio <mita@ee.t.u-tokyo.ac.jp> Obtained from: ports-jp@jp.freebsd.org
* Upgrade md5 chksum.andreas2000-09-032-2/+2
|
* Upgrade, see ChangeLog.andreas2000-09-032-2/+2
|
* Add pips760, pips770, pips800 and pips820_3300 intotaoka2000-09-021-0/+4
| | | | print/Makefile and japanese/Makefile
* Photo Image Print System for Linux --- EPSON PM-760Ctaoka2000-09-024-0/+33
|
* Photo Image Print System for Linux --- EPSON PM-770Ctaoka2000-09-024-0/+34
|
* Photo Image Print System for Linux --- EPSON PM-820C PM-3300Ctaoka2000-09-024-0/+34
|
* Photo Image Print System for Linux --- EPSON PM-800Ctaoka2000-09-026-0/+118
|
* * read command in ash already has the functionalityandreas2000-09-012-2/+2
| | | | | | | | to "raw" read the input. Check if the read command can handle "-r" and use it if possible * fix some minor bugs with PostScript handling Submitted by: Michael Lossin <losse@germanymail.com>
* Look for the correct shared version of Xaw3d.obrien2000-08-291-1/+1
|
* Remove kchowksey@hss.hns.com as MAINTAINER; email has beenfenner2000-08-291-2/+0
| | | | bouncing for 4 months.
* update after make release.andreas2000-08-292-2/+2
|
* Michael Lossin <losse@germanymail.com>:andreas2000-08-292-2/+2
| | | | | | | | | | | | | | | * ASCII_STYLE is gone; use PS_NUP and LANDSCAPE now (class options: 1pps, 2pps, 4pps, 8pps, landscape, portrait) * new config option: HARDWARE_DUPLEX; set this for printers that can handle duplex printing by themselves * new function: ps_postprocessing() handles all PS_UTILS etc. * tray selection for duplex printers (as a shell function) * more class options: shortbind, longbind, tray0...tray9, book; related config options: BINDING, PAPERTRAY, PS_BOOK * give some more info on how to manually flip sheets * SETUP: fix SMB_FLAGS line for smbclient.conf * use "-r" option for many read operations * small fixes here and there
* update after make-releaseandreas2000-08-281-1/+1
|
* Oops, forgot to update the checksum ...andreas2000-08-271-1/+1
|
* update patch after make-releaseandreas2000-08-272-2/+2
|
* Update to todays snapshot which offers new features and bugfixes.andreas2000-08-273-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Look for proper version of Xaw3d, as this wasn't done when someone upgradedobrien2000-08-271-1/+1
| | | | | | the Xaw3d port. Submitted by: Bernie Doehner <bad@uhf.wireless.net>
* Update: new patchandreas2000-08-272-2/+2
|
* The last changes were too Linux centric (Michael doesn't have access to BSDandreas2000-08-272-2/+2
| | | | | | | | | | | | | | 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
* Some cosmetic updatesandreas2000-08-263-3/+2
| | | | And nuke GLOBAL.sh entirely (was still left in PLIST)
* Unconditionally disable bonobo support here too -- it needs reworkingade2000-08-262-6/+38
| | | | | | for the new bonobo code. Submitted by: Archie Cobbs <archie@whistle.com>
* MFCandreas2000-08-252-2/+2
| | | | | Allow 6.x gs versions, even developer snapshots. by using gs --version to get gs version number.
* upgrade to newest snap 25.08.2000andreas2000-08-252-2/+2
| | | | See ANNOUNCE file in apsfilterrc, what changes have been done !
* Update port: print/ghostscript55 to 5.50aandreas2000-08-2521-177/+270
| | | | | | | Thanks for port submission ! PR: 20266 Submitted by: tkato@prontomail.ne.jp
* forgot the two patches, sorry.andreas2000-08-258-0/+408
| | | | | PR: 20038 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
* The software's own genarch program took several HOURS onandreas2000-08-258-68/+228
| | | | | | | | | | | | | | | | | | | 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>
* new apsfilter current archive.andreas2000-08-231-1/+1
| | | | | Sorry same date in archive name. Update md5.
* use newest available diff.andreas2000-08-232-3/+3
|
* Add ruby-clibpdf, a Ruby binding for ClibPDF.knu2000-08-226-0/+101
|
* Mark as NO_CDROM. One needs a license to bundle this software withknu2000-08-221-0/+2
| | | | | other products. (And only free for non-profit personal use, and use by educational, non-profit, and government organizations)
* Add clibpdf, a library for creating PDF (Acrobat) files directlyknu2000-08-228-0/+213
| | | | via C language programs.