diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-07 22:06:56 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-07 22:06:56 +0000 |
commit | e0f90882f514f685b4044de2fee10431415c9b6d (patch) | |
tree | aa08f8b67b06ee2e1e601c42cc29a2d5c817dbb0 /devel | |
parent | 781b6d8532a1e336f326511c8c24795e72a9b9b2 (diff) | |
download | FreeBSD-ports-e0f90882f514f685b4044de2fee10431415c9b6d.zip FreeBSD-ports-e0f90882f514f685b4044de2fee10431415c9b6d.tar.gz |
Remove duplicate port: devel/asm2html (see textproc/asm2html)
Noticed by: maintainer of devel/asm2html
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/asm2html/Makefile | 16 | ||||
-rw-r--r-- | devel/asm2html/distinfo | 1 | ||||
-rw-r--r-- | devel/asm2html/pkg-descr | 5 | ||||
-rw-r--r-- | devel/asm2html/pkg-plist | 1 |
5 files changed, 0 insertions, 24 deletions
diff --git a/devel/Makefile b/devel/Makefile index 11c3a60..6d1f3e8 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -42,7 +42,6 @@ SUBDIR += as80 SUBDIR += asis SUBDIR += asl - SUBDIR += asm2html SUBDIR += asmutils SUBDIR += astyle SUBDIR += atk diff --git a/devel/asm2html/Makefile b/devel/asm2html/Makefile deleted file mode 100644 index decb80e..0000000 --- a/devel/asm2html/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# New ports collection makefile for: asm2html -# Date created: 13 Januari 2003 -# Whom: Douwe Kiela <virtus@wanadoo.nl> -# -# $FreeBSD$ -# - -PORTNAME= asm2html -PORTVERSION= 1.0 -CATEGORIES= devel www textproc -MASTER_SITES= http://virtus.ath.cx/asm2html/ - -MAINTAINER= virtus@wanadoo.nl -COMMENT= A small tool to display NASM assembly source code in nice-looking HTML - -.include <bsd.port.mk> diff --git a/devel/asm2html/distinfo b/devel/asm2html/distinfo deleted file mode 100644 index e1480bd..0000000 --- a/devel/asm2html/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (asm2html-1.0.tar.gz) = b4d5a2972768e35aff409fb56e7e1b5d diff --git a/devel/asm2html/pkg-descr b/devel/asm2html/pkg-descr deleted file mode 100644 index 5a661cb..0000000 --- a/devel/asm2html/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Asm2html is a small tool to display NASM assembly source code in -HTML. It looks for assembly keywords,register names,etc. and all -gives them seperate colors. - -WWW: http://virtus.ath.cx/asm2html diff --git a/devel/asm2html/pkg-plist b/devel/asm2html/pkg-plist deleted file mode 100644 index 15a7ffa..0000000 --- a/devel/asm2html/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/asm2html |