aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-06-17 18:48:42 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-06-17 18:48:42 +0000
commit1ed395e43eefefd9f35815a5670c1eeb1047abd7 (patch)
treef52c23b13137b740e81c7a3cc518d5cb50fd1d4b /converters
parenta25df289ca61a56e5ea188888c505fdd363df14a (diff)
downloadports-1ed395e43eefefd9f35815a5670c1eeb1047abd7.tar.gz
ports-1ed395e43eefefd9f35815a5670c1eeb1047abd7.zip
Notes
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile1
-rw-r--r--converters/compface/Makefile26
-rw-r--r--converters/compface/distinfo3
-rw-r--r--converters/compface/files/patch-Makefile.in10
-rw-r--r--converters/compface/pkg-descr5
5 files changed, 0 insertions, 45 deletions
diff --git a/converters/Makefile b/converters/Makefile
index ff4cd8ecafc8..92b1e06a2961 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -11,7 +11,6 @@
SUBDIR += chmview
SUBDIR += cmios9
SUBDIR += cocot
- SUBDIR += compface
SUBDIR += convmv
SUBDIR += dosunix
SUBDIR += dumpasn1
diff --git a/converters/compface/Makefile b/converters/compface/Makefile
deleted file mode 100644
index 84c89f6b70f5..000000000000
--- a/converters/compface/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: compface
-# Date created: 2008-06-10
-# Whom: Ashish Shukla <wahjava@gmail.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= compface
-PORTVERSION= 1.5.2
-CATEGORIES= converters
-MASTER_SITES= http://ftp.xemacs.org/pub/xemacs/aux/
-
-MAINTAINER= wahjava@gmail.com
-COMMENT= Utility and library for converting to/from xfaces
-
-GNU_CONFIGURE= yes
-
-PLIST_FILES= bin/compface \
- bin/uncompface \
- include/compface.h \
- lib/libcompface.a
-
-MAN1= uncompface.1 compface.1
-MAN3= uncompface.3 compface.3
-
-.include <bsd.port.mk>
diff --git a/converters/compface/distinfo b/converters/compface/distinfo
deleted file mode 100644
index 091e397e5aac..000000000000
--- a/converters/compface/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (compface-1.5.2.tar.gz) = 62f4f79c0861ad292ba3cf77b4c48319
-SHA256 (compface-1.5.2.tar.gz) = a6998245f530217b800f33e01656be8d1f0445632295afa100e5c1611e4f6825
-SIZE (compface-1.5.2.tar.gz) = 46970
diff --git a/converters/compface/files/patch-Makefile.in b/converters/compface/files/patch-Makefile.in
deleted file mode 100644
index 88042175fadb..000000000000
--- a/converters/compface/files/patch-Makefile.in
+++ /dev/null
@@ -1,10 +0,0 @@
---- Makefile.in.old 2008-06-16 00:14:07.000000000 -0300
-+++ Makefile.in 2008-06-16 00:14:12.000000000 -0300
-@@ -74,7 +74,6 @@
- $(RM) -rf `cat .fname` .fname
-
- install: $(NAMEEXE) $(UNNAMEEXE) $(LIBNAME)
-- $(INSTALL_PROGRAM) -d $(BINDIR) $(LIBDIR) $(MAN1DIR) $(MAN3DIR) $(INCLUDEDIR)
- $(INSTALL_PROGRAM) $(srcdir)/$(NAMEEXE) $(EXECUTABLE)
- -chmod 0755 $(EXECUTABLE)
- -strip $(EXECUTABLE)
diff --git a/converters/compface/pkg-descr b/converters/compface/pkg-descr
deleted file mode 100644
index fde3040ed8f3..000000000000
--- a/converters/compface/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Compface provides utilities and a library for converting to
-and from the X-Face format, a 48x48 bitmap format used to
-carry thumbnails of email authors in a mail header.
-
-WWW: http://ftp.xemacs.org/pub/xemacs/aux/