aboutsummaryrefslogtreecommitdiffstats
path: root/devel/as31
Commit message (Collapse)AuthorAgeFilesLines
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
| | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
* Migration from bison 1.x to 2.xade2007-10-171-2/+2
| | | | | PR: 117086 Tested by: -exp runs
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* Install man-pagevs2006-08-041-2/+4
| | | | Submitted by: Gil Kloepfer
* Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.ade2006-03-071-1/+1
| | | | | Discussed with: kris Approved by: portmgr (implicit)
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Cleanupvs2005-09-223-15/+3
|
* SIZE-ify distinfovs2004-03-221-0/+1
| | | | | Reminded by: trevor Approved by: linimon (mentor)
* - Update MAINTAINER-line of my ports to new @FreeBSD.org addressvs2004-03-101-1/+1
| | | | | | - Nuke 2x USE_SIZE while here Approved by: linimon (mentor)
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Add as31, a free 8051 assembler originally written by Ken Stauffer.pav2003-12-065-0/+57
AS31 is a good tool for building small 8051-based projects that are written in 100% 8051 assembly language. PR: ports/59549 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>