aboutsummaryrefslogtreecommitdiff
path: root/print/detex
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Switch to USES=tarDmitry Marakasov2015-11-121-3/+4
| | | | | | | | - Switch to options helpers - Add LICENSE_FILE Notes: svn path=/head/; revision=401374
* print/detex: Fix typo to pass the Freshports sanity check.Rene Ladan2014-06-231-2/+2
| | | | | | | Unmute an installation command while here. Notes: svn path=/head/; revision=358913
* - Bump PORTREVISION for LICENSE addingRusmir Dusko2014-04-251-7/+18
| | | | | | | | | | | | | - Remove DEPRECATED, EXPIRATION_DATE - Add license (MIT) - Support STAGEDIR - Add post-extract to fix MAN - Add DOCS and Option - Please don't deprecate so easily next time, this port was not hard to fix. Notes: svn path=/head/; revision=352089
* Deprecate a few old unmaintained portsAntoine Brodin2014-03-111-0/+2
| | | | Notes: svn path=/head/; revision=347934
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | print) Notes: svn path=/head/; revision=327765
* Rely on bsdtar to autodetermine the format of the distfiles when possibleBaptiste Daroussin2013-04-291-4/+0
| | | | | | | | | | For a while now bsdtar is able to autotermine compression and archive format. Let's then use tar directly instead of piping to tar. Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format Notes: svn path=/head/; revision=316786
* - Fix build with clangPietro Cerutti2012-12-032-6/+185
| | | | | | | | | - Trim Makefile header Feature safe: yes Notes: svn path=/head/; revision=308131
* - Kick MD5 SupportMartin Wilke2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276961
* . FreeBSD has <string.h>, so define HAVE_STRING_H during compilation.Greg Lewis2010-02-051-1/+1
| | | | | | | This gets rid of warnings about implicit declarations of strlen, etc. Notes: svn path=/head/; revision=249271
* - Update to 2.8Martin Wilke2008-02-192-4/+4
| | | | | | | | PR: 120822 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=207570
* - Add SHA256Pav Lucistnik2005-11-251-0/+1
| | | | Notes: svn path=/head/; revision=149449
* SIZEify.Trevor Johnson2004-03-171-0/+1
| | | | Notes: svn path=/head/; revision=104313
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* De-pkg-comment.Akinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75971
* o Rollback PORTCOMMENT modifications while this feature's implementationMario Sergio Fujikawa Ferreira2002-11-102-3/+1
| | | | | | | | | | | is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence) Notes: svn path=/head/; revision=69808
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.Adam Weinberger2002-11-062-1/+2
| | | | | | | Approved by: pat Notes: svn path=/head/; revision=69612
* Distfile was repacked (no content changes, except they now have aKris Kennaway2002-10-192-2/+1
| | | | | | | top-level directory instead of expanding in .) Notes: svn path=/head/; revision=68327
* Fix build: malloc() prototype already provided by <stdlib.h>.Christian Weisgerber2002-08-201-1/+1
| | | | | | | Submitted by: Brian Minard <bminard@flatfoot.ca> Notes: svn path=/head/; revision=64711
* Update to version 2.7.Christian Weisgerber2002-08-064-126/+8
| | | | | | | | PR: 41360 Submitted by: Ports Fury Notes: svn path=/head/; revision=64107
* To ports@freebsd.org.David E. O'Brien2002-05-081-1/+1
| | | | Notes: svn path=/head/; revision=58737
* Accidental whitespaceChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27422
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-091-2/+2
| | | | Notes: svn path=/head/; revision=27421
* Restore useless version required comments.David E. O'Brien2000-03-221-0/+1
| | | | Notes: svn path=/head/; revision=26941
* Remove the "version required" line.David E. O'Brien2000-03-201-1/+0
| | | | Notes: svn path=/head/; revision=26835
* Style nits in the ports I maintain.David E. O'Brien2000-02-131-3/+3
| | | | Notes: svn path=/head/; revision=25734
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21143
* Adjust port Makefiles to new EXTRACT_* variable defaults. See log ofSatoshi Asami1999-02-031-2/+4
| | | | | | | | | | | | | | | | | | | | | | bsd.port.mk rev. 1.304 for details on the change. The fix here is one of the following. (1) Define USE_BZIP2 instead of BUILD_DEPENDS on bzip2 and redefining EXTRACT_* commands. (2) Change ${EXTRACT_CMD} to ${TAR} when the command is obviously calling the "tar" command (i.e., arguments like "-xzf" are spelled out). (3) If ${EXTRACT_CMD} is called directly with ${EXTRACT_BEFORE_ARGS}, add ${EXTRACT_AFTER_ARGS} to the command line as well. (4) If any of EXTRACT_CMD, EXTRACT_BEFORE_ARGS or EXTRACT_AFTER_ARGS is set, define the other two too. Notes: svn path=/head/; revision=16518
* Don't print the manpages in pkg/PLIST, please.Tim Vanderhoek1998-08-191-1/+0
| | | | Notes: svn path=/head/; revision=12653
* detex takes as input a TeX source file and strips the TeX commands.David E. O'Brien1997-03-256-0/+155
The result is output to stdout. This is useful if you need a pure ASCII version of a TeX/LaTeX file. Notes: svn path=/head/; revision=6012