aboutsummaryrefslogtreecommitdiff
path: root/textproc/s5
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistAntoine Brodin2014-11-151-9/+0
| | | | Notes: svn path=/head/; revision=372605
* - Add LICENSESunpoet Po-Chuan Hsieh2014-06-032-11/+12
| | | | | | | | - Remove Author line - Use single space after WWW: Notes: svn path=/head/; revision=356380
* textproc/s5: use TAR instead of EXTRACT_CMDJohn Marino2014-06-011-1/+1
| | | | | | | | | | | This actually changes the extract tool from /usr/bin/unzip to /usr/bin/tar because UNZIP_CMD currently refers to $LOCALBASE/bin/unzip so using that would require a new dependency on info. To avoid adding a new dependency, just use TAR which works fine. Notes: svn path=/head/; revision=356047
* Convert textproc to USES=zipBaptiste Daroussin2014-03-101-2/+1
| | | | Notes: svn path=/head/; revision=347786
* Convert from USE_DOS2UNIX to USES=dos2unixBaptiste Daroussin2013-11-192-12/+9
| | | | | | | | | | While here: - support stage, - use bsdtar to extract when supported. - Cleanup Notes: svn path=/head/; revision=334286
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | textproc) Notes: svn path=/head/; revision=327773
* Style: tab -> space.Eitan Adler2013-03-281-1/+1
| | | | | | | Most contributors copy an existing port when writing their own so reduce the number of bad examples in the tree. Notes: svn path=/head/; revision=315487
* - Reassign to the heapGreg Larkin2012-02-271-1/+1
| | | | | | | Requested by: roam (on ports-developers@) Notes: svn path=/head/; revision=292325
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276994
* A couple of changes:Peter Pentchev2008-06-125-21/+650
| | | | | | | | | | | - let the s5-blank script evolve into the s5 utility, a bit more powerful, and having a manual page - only run the DOS2UNIX command on the text files, do no damage to images - use COPYTREE_SHARE for the installation - bump PORTREVISION. Notes: svn path=/head/; revision=214713
* Fix the download site to avoid a redirect that may break the download.Peter Pentchev2008-06-041-1/+1
| | | | Notes: svn path=/head/; revision=214294
* USE_DOS2UNIX for the s5-blank template and other files. To make this workPeter Pentchev2006-07-141-1/+4
| | | | | | | | | | | with the somewhat weird s5-blank.zip rebuild process, move the "build" actions to post-extract, as per the PR. PR: 96306 Submitted by: delphij Notes: svn path=/head/; revision=167785
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154308
* Explicitly specify unzip as a build dependency, do not just hope it willPeter Pentchev2005-11-011-1/+3
| | | | | | | | | | | be left over from the extract stage. [1] Clean up the build/install interaction - remove a slew of files at the build stage, do not modify the work tree during the installation. Reported by: pointyhat via kris [1] Notes: svn path=/head/; revision=146874
* Add S5 1.1, Eric Meyer's Simple Standards-based Slide Show System.Peter Pentchev2005-10-285-0/+130
WWW: http://www.meyerweb.com/eric/tools/s5/ Notes: svn path=/head/; revision=146597