svn commit: r357476 - in head: . textproc textproc/asm2html

John Marino marino at FreeBSD.org
Wed Jun 11 13:26:53 UTC 2014


Author: marino
Date: Wed Jun 11 13:26:52 2014
New Revision: 357476
URL: http://svnweb.freebsd.org/changeset/ports/357476
QAT: https://qat.redports.org/buildarchive/r357476/

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

Added:
  head/textproc/asm2html/
     - copied from r277020, head/textproc/asm2html/
Modified:
  head/MOVED
  head/textproc/Makefile
  head/textproc/asm2html/Makefile   (contents, props changed)
  head/textproc/asm2html/distinfo   (contents, props changed)
  head/textproc/asm2html/pkg-descr   (contents, props changed)

Modified: head/MOVED
==============================================================================
--- head/MOVED	Wed Jun 11 13:21:21 2014	(r357475)
+++ head/MOVED	Wed Jun 11 13:26:52 2014	(r357476)
@@ -2382,7 +2382,6 @@ sysutils/Tee||2011-08-01|Has expired: No
 sysutils/i855vidctl10||2011-08-01|Has expired: No more public distfiles
 sysutils/rsyslog3-snmp||2011-08-01|Has expired: unsupported upstream
 sysutils/xapply||2011-08-01|Has expired: No more public distfiles
-textproc/asm2html||2011-08-01|Has expired: Looks like abandonware, no more public distfiles
 textproc/diff-mode.el||2011-08-01|Has expired: Looks like abandonware, no more public distfiles
 vietnamese/gtk-im-vi||2011-08-01|Has expired: Looks like abandonware, no more public distfiles
 www/campsite||2011-08-01|Has expired: Does not work

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Wed Jun 11 13:21:21 2014	(r357475)
+++ head/textproc/Makefile	Wed Jun 11 13:26:52 2014	(r357476)
@@ -30,6 +30,7 @@
     SUBDIR += artha
     SUBDIR += asciidoc
     SUBDIR += asm-xml
+    SUBDIR += asm2html
     SUBDIR += aspell
     SUBDIR += aspell-ispell
     SUBDIR += ast-aspell

Modified: head/textproc/asm2html/Makefile
==============================================================================
--- head/textproc/asm2html/Makefile	Sun Jul  3 20:20:10 2011	(r277020)
+++ head/textproc/asm2html/Makefile	Wed Jun 11 13:26:52 2014	(r357476)
@@ -1,24 +1,26 @@
-# New ports collection makefile for:	asm2html
-# Date created:				5 June 2003
-# Whom:					Ben Haga <tuxsuximus at hotmail.com>
-#
+# Created by: Ben Haga <tuxsuximus at hotmail.com>
 # $FreeBSD$
-#
 
 PORTNAME=	asm2html
-PORTVERSION=	1.4
+PORTVERSION=	1.7
 CATEGORIES=	textproc
-MASTER_SITES=	http://virtus.ath.cx/asm2html/
+MASTER_SITES=	http://bsdforge.com/projects/source/textproc/asm2html/
 
-MAINTAINER=	ports at FreeBSD.org
+MAINTAINER=	portmaster at bsdforge.com
 COMMENT=	Converts NASM syntax assembly code to HTML code
 
-DEPRECATED=	Looks like an abandonware, no more public distfiles
-EXPIRATION_DATE=	2011-08-01
+LICENSE=	BSD3CLAUSE
 
-MAN1=		asm2html.1
-PLIST_FILES=	bin/asm2html
+USES=		tar:xz
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS+=--prefix=${PREFIX}
+MAKE_ARGS+=	CC=${CC}
+
+PLIST_FILES=	bin/asm2html man/man1/asm2html.1.gz
+
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/src/asm2html ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/man/asm2html.1 \
+		${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>

Modified: head/textproc/asm2html/distinfo
==============================================================================
--- head/textproc/asm2html/distinfo	Sun Jul  3 20:20:10 2011	(r277020)
+++ head/textproc/asm2html/distinfo	Wed Jun 11 13:26:52 2014	(r357476)
@@ -1,2 +1,2 @@
-SHA256 (asm2html-1.4.tar.gz) = eee1a19dee7c867bd608a942d431777e1e10b87b32527e8fac9206c7e1ad0836
-SIZE (asm2html-1.4.tar.gz) = 33975
+SHA256 (asm2html-1.7.tar.xz) = 88cb8f85392c805f768423dfd0a085ee4c5e48d22ec10e67293559f48531ae3e
+SIZE (asm2html-1.7.tar.xz) = 26768

Modified: head/textproc/asm2html/pkg-descr
==============================================================================
--- head/textproc/asm2html/pkg-descr	Sun Jul  3 20:20:10 2011	(r277020)
+++ head/textproc/asm2html/pkg-descr	Wed Jun 11 13:26:52 2014	(r357476)
@@ -1,3 +1,6 @@
-asm2html converts NASM syntax assembly code to HTML code
+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.
 
-WWW: http://virtus.ath.cx/asm2html/
+
+WWW: http://bsdforge.com/projects/textproc/asm2html/


More information about the svn-ports-head mailing list