update to 1.3; mostly from Xavier Santolaria <xavier@santolaria.net>

This commit is contained in:
naddy 2003-08-18 21:06:59 +00:00
parent de7617e682
commit 7a8d03c16a
4 changed files with 15 additions and 23 deletions

View File

@ -1,23 +1,27 @@
# $OpenBSD: Makefile,v 1.16 2002/12/23 00:37:50 pvalchev Exp $
# $OpenBSD: Makefile,v 1.17 2003/08/18 21:06:59 naddy Exp $
COMMENT= "converter to/from base64 encoding"
DISTNAME= base64
PKGNAME= base64-1.0
DISTNAME= base64-1.3
CATEGORIES= converters
MASTER_SITES= http://www.fourmilab.ch/webtools/base64/
# License: PD
HOMEPAGE= http://www.fourmilab.ch/webtools/base64/
# public domain
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}
CONFIGURE_STYLE=gnu
ALL_TARGET= prog
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/base64 ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/base64.1 ${PREFIX}/man/man1
REGRESS_TARGET= wringer
REGRESS_FLAGS=PATH=${WRKBUILD}:${PORTPATH}
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (base64.tar.gz) = 212028261cf8cdbc50149c7d2cece266
RMD160 (base64.tar.gz) = 931d4798cccd0a3173e7200c185d6194ac3fe0c2
SHA1 (base64.tar.gz) = 47bd6a883487acb1ad8dfc969eb032ae1329b857
MD5 (base64-1.3.tar.gz) = 66d81725ba4d03227af2ce3792e50d5d
RMD160 (base64-1.3.tar.gz) = 53b4df64ffcb9ac9ab82e672f1a309add8db58f9
SHA1 (base64-1.3.tar.gz) = 41fa61f775b6bf518ca4dce416149f7f187505c1

View File

@ -1,13 +0,0 @@
--- Makefile.orig Mon Aug 11 14:10:15 1997
+++ Makefile Wed Oct 20 22:45:51 1999
@@ -1,8 +1,8 @@
-CC = cc
+#CC = cc
PROGS = base64
#CFLAGS = -g
-CFLAGS = -O
+#CFLAGS = -O
all: $(PROGS)

View File

@ -1 +1,2 @@
A converter to/from base64 encoding.
BASE64 is a simple command-line filter which encodes and decodes
binary files in Base64 encoding as defined in RFC 1341.