summaryrefslogtreecommitdiff
path: root/devel/asm2html
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-25Use BSD_INSTALL_* to set permission and ownership correctly.minskim3-1/+29
2004-04-25Convert to buildlink3.snj1-2/+2
2003-06-03Update to 1.4, provided by the maintainer Douwe Kiela in PR 21319:wiz3-10/+9
25/04/2003 (virtus): some small bugfixes 25/04/2003 (virtus): added configure script 25/04/2003 (virtus): added manual page 25/04/2003 (virtus): added ./man directory
2003-01-23Update to 1.3, with patch provided in PR pkg/20014 by virtus@wanadoo.nl.jmmv3-8/+8
- there were some errors in the commenting when lines were not shown, fixed. - the line counting mechanism was improved. - some more small things were improved/fixed.
2003-01-19Update to 1.2. Changes since 1.0:jmmv2-5/+5
1.2: 19/01/2003 (virtus): put the code into seperate files 19/01/2003 (virtus): fixed the topfile and bottom file bugs 1.1: 18/01/2003 (virtus): -t [topfile] option added 18/01/2003 (virtus): -b [bottomfile] option added 18/01/2003 (virtus): -V argument added 18/01/2003 (virtus): some small things were fixed Update requested in PR pkg/19915 by virtus@wanadoo.nl, the maintainer.
2003-01-13Initial import of asm2html, version 1.0.jmmv4-0/+26
asm2html is a small tool to create nice looking HTML files from NASM assembly source code. Other assembly formats, such as AT&T syntax will probably be added in the near future. Package provided in PR pkg/19834 by virtus@lappy.heinekenfans.com.