summaryrefslogtreecommitdiff
path: root/print (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Add pclprintSatoshi Taoka1999-09-091-0/+1
| | | | Notes: svn path=/head/; revision=21452
* Utility for printing to HP (Laser,Desk)Jets using PCL rather than PSSatoshi Taoka1999-09-095-0/+157
| | | | | | | | PR: 13422 Submitted by: Will Andrews <andrews@technologist.com> Notes: svn path=/head/; revision=21450
* Upgrade to 2.01.Dirk Froemberg1999-09-0811-167/+84
| | | | | | | | PR: ports/13627 Submitted by: Lars Koeller <lkoeller@cc.fh-lippe.de> Notes: svn path=/head/; revision=21403
* Update to 1.14Bill Fenner1999-09-074-6/+6
| | | | | | | | PR: ports/13551 Submitted by: Mike Meyer <mwm@phone.net> Notes: svn path=/head/; revision=21378
* The tiff port now lives in ports/graphics/tiff.Steve Price1999-09-073-3/+3
| | | | Notes: svn path=/head/; revision=21367
* Updated to 3.16Satoshi Taoka1999-09-066-22/+31
| | | | | | | | | | | Fixed MASTER_SITES Modified pkg/COMMENT and pkg/DESCR PR: 13568 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Notes: svn path=/head/; revision=21320
* Strip the binary on installChris Piazza1999-09-042-0/+2
| | | | | | | | PR: 13480 Submitted by: Mikhail Teterin <mi@aldan.agebra.com> Notes: svn path=/head/; revision=21254
* change use of DISTNAME and portlintDavid E. O'Brien1999-09-041-3/+2
| | | | Notes: svn path=/head/; revision=21241
* Upgrade to 7.00.Thomas Gellekum1999-09-037-38/+89
| | | | Notes: svn path=/head/; revision=21210
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-3128-31/+31
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157
* Clean COMMENTMichael Haro1999-08-313-22/+20
| | | | | | | | | | | reformat DESCR and add WWW: FreeBSD.ORG -> FreeBSD.org PR: 13478 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21156
* Copyright changedAndreas Klemm1999-08-312-38/+38
| | | | Notes: svn path=/head/; revision=21155
* $Id$ -> $FreeBSD$Peter Wemm1999-08-31109-109/+109
| | | | Notes: svn path=/head/; revision=21143
* have some trouble with my make-release scriptAndreas Klemm1999-08-302-2/+2
| | | | | | | | | | | gzip and bzip2 create a compressed file and in the header unfortunately this changes md5 checksum. Now updating md5, have to look for a better solution in the near future, stay tuned... Notes: svn path=/head/; revision=21138
* Remove preceeding pkgname from some of the comments having one.Tim Vanderhoek1999-08-291-1/+1
| | | | Notes: svn path=/head/; revision=21098
* Update to version 0.51Chris Piazza1999-08-286-8/+10
| | | | | | | | PR: 13440 Submitted by: maintainer Notes: svn path=/head/; revision=21066
* Had to update sources without bumping version number.Andreas Klemm1999-08-282-2/+2
| | | | | | | So checksum changed... Notes: svn path=/head/; revision=21058
* upgrade to apsfilter 5.1.3Andreas Klemm1999-08-284-6/+6
| | | | | | | | | | | | | | | | | | | | | | Changed License, want a postcard. New features in 5.1.3 ===================== - Security fix. tmp files are now not readable by other people this gives you more privacy for your print jobs - New nice options for a2ps when printing ASCII files - SETUP's main menue now leads you more user friendly to new uniprint drivers - SETUP: many display enhancements to make the setup script more informative to the user. - some cosmetic concerning apsfilter-promo@klemm.gtn.com Notes: svn path=/head/; revision=21057
* expr -> ${EXPR}Michael Haro1999-08-283-6/+6
| | | | | | | | | mv -> ${MV} rm -> ${RM} tr -> ${TR} Notes: svn path=/head/; revision=21051
* sed -> ${SED}Michael Haro1999-08-284-10/+10
| | | | Notes: svn path=/head/; revision=21048
* ln -> ${LN}Michael Haro1999-08-281-2/+2
| | | | Notes: svn path=/head/; revision=21047
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-275-31/+31
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* Update MASTER_SITESChris Piazza1999-08-261-2/+2
| | | | | | | | PR: 13316 Submitted by: maintainer Notes: svn path=/head/; revision=21012
* Add in a patch that I forgot to add when I committed the upgradeChris Piazza1999-08-251-2/+11
| | | | | | | to this port. Notes: svn path=/head/; revision=20972
* Upgrade to 1.0.6.Thomas Gellekum1999-08-254-14/+16
| | | | | | | Reviewed by: Bernd Rosauer <br@netland.inka.de> Notes: svn path=/head/; revision=20964
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20941
* grep -> ${GREP}Michael Haro1999-08-234-8/+8
| | | | | | | | true -> ${TRUE} false -> ${FALSE} Notes: svn path=/head/; revision=20902
* awk -> ${AWK}Michael Haro1999-08-221-4/+4
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* chmod -> ${CHMOD}Michael Haro1999-08-227-19/+19
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Update to version 0.40.Steve Price1999-08-226-8/+18
| | | | | | | | PR: 12781 (15 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20873
* Update to version 0.4.Steve Price1999-08-2212-66/+183
| | | | | | | | PR: 12781 (7 of 19) Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=20863
* apsfilter download directory changed slightly...Andreas Klemm1999-08-212-4/+4
| | | | | | | Submitted by: Richard Dabney <rdabney@lasg.com> Notes: svn path=/head/; revision=20838
* Not a good idea to depend on non-existent teTeX-beta.Satoshi Asami1999-08-202-6/+6
| | | | Notes: svn path=/head/; revision=20826
* Remove teTeX-beta.Satoshi Asami1999-08-201-2/+1
| | | | Notes: svn path=/head/; revision=20825
* Update to 1.5.0Chris Piazza1999-08-143-9/+11
| | | | | | | | PR: 12970 Submitted by: maintainer Notes: svn path=/head/; revision=20708
* Added two files, files/md5 and pkg/MESSAGE into print/acroread-commfontSatoshi Taoka1999-08-124-0/+22
| | | | | | | (I forgot to add when I committed) Notes: svn path=/head/; revision=20665
* Update to distfiles dated 1999.7.20Satoshi Taoka1999-08-122-30/+26
| | | | | | | | | | | Removed "RESTRICTED" from acroread-chsfont acroread-chtfont acroread-korfont acroread-commfont (I think that for acroread-jpnfont we need to register with Adobe) Submitted: maintainer (these are mine) Notes: svn path=/head/; revision=20664
* TypoSatoshi Taoka1999-08-091-1/+1
| | | | | | | Noticed by: Atsushi TAKAHASHI <atsushi@stat.phys.titech.ac.jp> Notes: svn path=/head/; revision=20625
* Upgrade: version T96->version T97Jean-Marc Zucconi1999-08-072-5/+5
| | | | Notes: svn path=/head/; revision=20600
* Add FETCH_BEFORE_ARGS=-b.Dirk Froemberg1999-08-013-3/+6
| | | | | | | Primary master site needs it. Notes: svn path=/head/; revision=20469
* Upgrade to 2.0.Dirk Froemberg1999-07-3014-84/+273
| | | | | | | pdflib is build as a shared library, now. Notes: svn path=/head/; revision=20404
* Make port depend on linux_base instead of linux_lib.Marcel Moolenaar1999-07-213-6/+6
| | | | Notes: svn path=/head/; revision=20299
* Fixed bug: html2ps chokes on pictures inserted viaAndreas Klemm1999-07-191-3/+11
| | | | | | | | | | | <img src="file:/foo/bar.gif"> Thus mswordview output isn't parsed properly. PR: closes 10874 Submitted by: stanislav shalunov <shalunov@att.com> Notes: svn path=/head/; revision=20274
* Don't install/overwrite files already installed by latex.Jean-Marc Zucconi1999-07-152-4/+5
| | | | Notes: svn path=/head/; revision=20223
* Update checksum (some files have been re-created)Jean-Marc Zucconi1999-07-151-5/+5
| | | | Notes: svn path=/head/; revision=20222
* Assorted ${WRKDIRPREFIX}/symlink ${PORTSDIR} fixes. mbone/vat still doesn'tSatoshi Asami1999-07-158-24/+24
| | | | | | | build but at least it will have a better chance. Notes: svn path=/head/; revision=20221
* Correct a typo in DISTFILE.Foxfair Hu1999-07-092-4/+4
| | | | Notes: svn path=/head/; revision=20132
* MASTER_SITE_TEX_CTAN was misspelled.David E. O'Brien1999-07-072-4/+4
| | | | Notes: svn path=/head/; revision=20108
* An overridable MASTER_SITE_CTAN does little good if it is at the bottom ofDavid E. O'Brien1999-07-072-6/+6
| | | | | | | the MASTER_SITES list. Notes: svn path=/head/; revision=20105
* Maintainer has updated to a PPC machine and, despite his stated desire,Tim Vanderhoek1999-07-072-3/+3
| | | | | | | | will be unable to run FreeBSD and maintain this port on the new hardware. Change maintainer to ports@FreeBSD.org. Notes: svn path=/head/; revision=20101