aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-06-17 02:11:52 +0000
committerFelippe de Meirelles Motta <lippe@FreeBSD.org>2008-06-17 02:11:52 +0000
commit45cd53b9f44a03d60c0847b19e5ba21e024a45af (patch)
treefc2f2a661369956f2fee2329db11a2d9d9344236 /converters
parente3775a6810a62e0df3564682d8d700f3216770ea (diff)
downloadports-45cd53b9f44a03d60c0847b19e5ba21e024a45af.tar.gz
ports-45cd53b9f44a03d60c0847b19e5ba21e024a45af.zip
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/ PR: ports/124430 Submitted by: Ashish Shukla <wahjava@gmail.com> Reviewed by: lippe Approved by: gabor (mentor, implicit)
Notes
Notes: svn path=/head/; revision=214989
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, 45 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 92b1e06a2961..ff4cd8ecafc8 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -11,6 +11,7 @@
SUBDIR += chmview
SUBDIR += cmios9
SUBDIR += cocot
+ SUBDIR += compface
SUBDIR += convmv
SUBDIR += dosunix
SUBDIR += dumpasn1
diff --git a/converters/compface/Makefile b/converters/compface/Makefile
new file mode 100644
index 000000000000..84c89f6b70f5
--- /dev/null
+++ b/converters/compface/Makefile
@@ -0,0 +1,26 @@
+# 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
new file mode 100644
index 000000000000..091e397e5aac
--- /dev/null
+++ b/converters/compface/distinfo
@@ -0,0 +1,3 @@
+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
new file mode 100644
index 000000000000..88042175fadb
--- /dev/null
+++ b/converters/compface/files/patch-Makefile.in
@@ -0,0 +1,10 @@
+--- 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
new file mode 100644
index 000000000000..fde3040ed8f3
--- /dev/null
+++ b/converters/compface/pkg-descr
@@ -0,0 +1,5 @@
+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/