diff options
author | lippe <lippe@FreeBSD.org> | 2008-06-18 02:48:42 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-06-18 02:48:42 +0800 |
commit | c5af9f1c1edbbfd7dd4d7c46037ba252443e79cb (patch) | |
tree | ea6f5c8bc62087ed99e8ac759538c973ce3c2b84 /converters | |
parent | f779c2e1e0dc74ecc65c0393e7ba6e145308a1c5 (diff) | |
download | freebsd-ports-gnome-c5af9f1c1edbbfd7dd4d7c46037ba252443e79cb.tar.gz freebsd-ports-gnome-c5af9f1c1edbbfd7dd4d7c46037ba252443e79cb.tar.zst freebsd-ports-gnome-c5af9f1c1edbbfd7dd4d7c46037ba252443e79cb.zip |
- Remove converters/compface, we already have this port on ports tree, see mail/faces.
Reported by: Gabor Zahemszky <Gabor@Zahemszky.HU>
Approved by: gabor (mentor, implicit)
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/compface/Makefile | 26 | ||||
-rw-r--r-- | converters/compface/distinfo | 3 | ||||
-rw-r--r-- | converters/compface/files/patch-Makefile.in | 10 | ||||
-rw-r--r-- | converters/compface/pkg-descr | 5 |
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/ |