summaryrefslogtreecommitdiff
path: root/converters/base64
diff options
context:
space:
mode:
authortv <tv>2006-01-31 20:19:02 +0000
committertv <tv>2006-01-31 20:19:02 +0000
commit1bf85a33a7f0af352174332dac11865971217df5 (patch)
treeac38b597af8194f97ef08d4fd0ea67ec8fae54d6 /converters/base64
parentfb412398b2a8cd982d1920218452cdaea52847a6 (diff)
downloadpkgsrc-tv_libtool_1_5_18_tmpdirfix.tar.gz
Backport a change from 1.5.22 to 1.5.18 that fixes some issues withtv_libtool_1_5_18_tmpdirfix
temp dir creation when using relink-based finalization.
Diffstat (limited to 'converters/base64')
-rw-r--r--converters/base64/DESCR11
-rw-r--r--converters/base64/Makefile25
-rw-r--r--converters/base64/PLIST3
-rw-r--r--converters/base64/distinfo5
4 files changed, 0 insertions, 44 deletions
diff --git a/converters/base64/DESCR b/converters/base64/DESCR
deleted file mode 100644
index 1bbaf8a673c..00000000000
--- a/converters/base64/DESCR
+++ /dev/null
@@ -1,11 +0,0 @@
- The MIME (Multipurpose Internet Mail Extensions) specification (RFC 1341
-and successors) defines a mechanism for encoding arbitrary binary information
-for transmission by electronic mail. Triplets of 8-bit octets are encoded as
-groups of four characters, each representing 6 bits of the source 24 bits.
-Only characters present in all variants of ASCII and EBCDIC are used, avoiding
-incompatibilities in other forms of encoding such as uuencode/uudecode.
-
- base64 is a command line utility which encodes and decodes files in this
-format. It can be used within a pipeline as an encoding or decoding filter,
-and is most commonly used in this manner as part of an automated mail
-processing system.
diff --git a/converters/base64/Makefile b/converters/base64/Makefile
deleted file mode 100644
index 43f795cb86b..00000000000
--- a/converters/base64/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2005/04/11 21:45:08 tv Exp $
-#
-
-DISTNAME= base64-1.3
-PKGNAME= ${DISTNAME}
-PKGREVISION= 1
-CATEGORIES= converters
-MASTER_SITES= http://www.fourmilab.ch/webtools/base64/
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.fourmilab.ch/webtools/base64/
-COMMENT= Encode and decode base64 files
-
-PKG_INSTALLATION_TYPES= overwrite pkgviews
-
-GNU_CONFIGURE= yes
-BUILD_TARGET= prog
-
-INSTALLATION_DIRS= bin man/man1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/base64 ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/base64.1 ${PREFIX}/man/man1
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/converters/base64/PLIST b/converters/base64/PLIST
deleted file mode 100644
index 6bacf3b66cd..00000000000
--- a/converters/base64/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 21:50:46 zuntum Exp $
-bin/base64
-man/man1/base64.1
diff --git a/converters/base64/distinfo b/converters/base64/distinfo
deleted file mode 100644
index 2382676a277..00000000000
--- a/converters/base64/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.4 2005/02/23 16:12:33 agc Exp $
-
-SHA1 (base64-1.3.tar.gz) = 41fa61f775b6bf518ca4dce416149f7f187505c1
-RMD160 (base64-1.3.tar.gz) = 53b4df64ffcb9ac9ab82e672f1a309add8db58f9
-Size (base64-1.3.tar.gz) = 177250 bytes