New port intended for textproc/asm2html asm2html converts NASM syntax assembly code into HTML output, suitable for display as web pages on your web site. Soon it will produce XHTML output, with additional options. Please find attached to this pr(1) asm2html.shar which contains all needed files to produce a standard FreeBSD port. Thank you for all your time, and consideration. --Chris Fix: Patch attached with submission follows: How-To-Repeat: N/A
first discovered issues: 1) tabs removed, spaced used installed (error) 2) 2nd line in header is supposed to be "# $FreeBSD$", I saw the same mistake in another resurrection PR 3) It's not STAGED!
Quick hit: the original COMMENT was correct; it's against style to use the name of the port in the COMMENT itself. Reverting to use the previous version...
Since the PLIST is only two files (executable and man page) it's probably better to just leave the list in the Makefile. Total judgement call (there's no right answer) but I'd say a PLIST < 5 is very common to include it as part of the Makefile.
ack! This port is not clang friendly! It's failing on F10+ due to hardcoded gcc
A commit references this bug: Author: marino Date: Wed Jun 11 13:26:53 UTC 2014 New revision: 357476 URL: http://svnweb.freebsd.org/changeset/ports/357476 Log: Resurrect textproc/asm2html (with stage support), assign maintainer This port was removed in 2011 due to a lack of distfiles. Chris has rectified this and becomes the new maintainer. Other things of note: * Header trimmed * pkg-descr updated (new WWW link too) * Stage support * Updated to newer version 1.4 => 1.7 * BSD 3-clause license annotated * Fix on FreeBSD 10+ PR: 188981 Submitted by: Chris Hutchinson Fixes by: marino Changes: head/MOVED head/textproc/Makefile head/textproc/asm2html/ head/textproc/asm2html/Makefile head/textproc/asm2html/distinfo head/textproc/asm2html/pkg-descr
The proposed port needed a lot of changes, see commit diffs. closing...