aboutsummaryrefslogtreecommitdiff
path: root/devel/hp48cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra instance of OPTIONS_DEFINE; contract MASTER_SITES while here.Alexey Dokuchaev2014-03-161-4/+2
| | | | Notes: svn path=/head/; revision=348398
* Support stageBaptiste Daroussin2014-01-281-9/+6
| | | | | | | Add a EXAMPLES option Notes: svn path=/head/; revision=341508
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | devel part 2) Notes: svn path=/head/; revision=327723
* Do not check NOPORTDOCS when about to install port examples.Alexey Dokuchaev2013-04-261-1/+5
| | | | Notes: svn path=/head/; revision=316569
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-6/+2
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276999
* - Spell the RPL programming language (RPL meaning ROM-based proceduralAlexey Dokuchaev2011-01-212-3/+4
| | | | | | | | | | | | | | language following Hewlett-Packard or, alternatively, Reverse Polish LISP) correctly as RPL. While majority of HP calculators use Reverse Polish notation (RPN) for computations, it is not correct abbreviation for their programming language - Augment mirror list to offload author's personal website to SunSITE mirrors available Feature safe: yes Notes: svn path=/head/; revision=268085
* - Unbreak parallel buildsAlexey Dokuchaev2011-01-112-17/+9
| | | | | | | | - Convert pkg-plist into PLIST_FILES and PORTEXAMPLES - Add LICENSE (GPLv2) Notes: svn path=/head/; revision=267653
* - Reformat description text to fit more nicely into standard 80-characterAlexey Dokuchaev2011-01-111-5/+7
| | | | | | | | | terminal screen - Add a note about GCC-based `devel/hp48xgcc' port which might be better alternative to this port Notes: svn path=/head/; revision=267630
* - Mark MAKE_JOBS_UNSAFEPav Lucistnik2009-11-191-0/+1
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=244490
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | | | | PR: 117086 Tested by: -exp runs Notes: svn path=/head/; revision=201613
* - Resurrect once dead portAlexey Dokuchaev2006-09-044-0/+55
| | | | | | | | | | | | - Take maintainership - Respect CC and CLAGS - Clean up Makefile - Utilize EXAMPLESDIR macro - Pet some portlint(1) - Fix a WWW line, remove attribution Notes: svn path=/head/; revision=172221
* Clean up the ports tree some by removing my junk... more to come...Patrick Li2005-05-274-57/+0
| | | | Notes: svn path=/head/; revision=136305
* Add size data.Trevor Johnson2004-03-181-0/+1
| | | | | | | Approved by: maintainers Notes: svn path=/head/; revision=104360
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Maintainer is now committer so change to new email address.Patrick Li2001-11-152-2/+2
| | | | | | | Approved by: lioux Notes: svn path=/head/; revision=50033
* add hp48ccYing-Chieh Liao2001-08-295-0/+55
C-like compiler that translates input code to the HP48 RPN language PR: 29642 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=47090