aboutsummaryrefslogtreecommitdiff
path: root/lang/bas2tap
Commit message (Collapse)AuthorAgeFilesLines
* Remove Author from pkg-descr and white space fixesBaptiste Daroussin2015-03-021-1/+0
| | | | Notes: svn path=/head/; revision=380306
* lang/bas2tap: Overdue update to 2.6, portscout did not notice this one...Rene Ladan2014-12-072-3/+3
| | | | Notes: svn path=/head/; revision=374184
* Convert l* to USES=zipBaptiste Daroussin2014-03-101-1/+1
| | | | Notes: svn path=/head/; revision=347773
* lang/bas2tap: unconditionally install documentation into STAGEDIRRene Ladan2014-02-161-4/+0
| | | | Notes: svn path=/head/; revision=344601
* Add staging support.Rene Ladan2013-09-241-4/+3
| | | | Notes: svn path=/head/; revision=328129
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - remove empty OPTIONS_DEFAULTRene Ladan2013-03-251-1/+1
| | | | | | | - portlint fixes Notes: svn path=/head/; revision=315209
* Make sure the default options (DOCS, EXAMPLES, IPV6, NLS) are alwaysRene Ladan2012-10-291-0/+2
| | | | | | | | | defined. Feature safe: yes Notes: svn path=/head/; revision=306613
* Use optionsNG syntax for NOPORTDOCSRene Ladan2012-10-231-1/+3
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306329
* Cleanup Makefile headers of my ports.Rene Ladan2012-10-071-5/+1
| | | | | | | Just use my login for ports I originally created myself. Notes: svn path=/head/; revision=305446
* The vast majority of pkg-descr files had the following format when theyDoug Barton2011-10-241-1/+1
| | | | | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues Notes: svn path=/head/; revision=284239
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276987
* - update to 2.5Rene Ladan2010-08-273-7/+7
| | | | | | | | - add LICENSE, now licensed under GPLv2 instead of custom license - pkg-descr: add WWW and remove my email address Notes: svn path=/head/; revision=260082
* - Update maintainer mailMartin Wilke2009-01-051-1/+1
| | | | | | | | PR: 127077 Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer) Notes: svn path=/head/; revision=225285
* This utility converts both 48k and 128k ZX Spectrum BASIC programs storedPav Lucistnik2007-07-113-0/+48
as plain text files into TAP files. TAP files can be used in most ZX Spectrum emulators and can be concatenated together using cat(1). Author: Martijn van der Heide PR: ports/114046 Submitted by: Rene Ladan <r.c.ladan@gmail.com> Notes: svn path=/head/; revision=195429