diff options
-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, 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/ |