aboutsummaryrefslogtreecommitdiff
path: root/news/yydecode
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2005-03-07 22:56:09 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2005-03-07 22:56:09 +0000
commit81ddcb742e63587ed3c269d6996335ffea310866 (patch)
tree6ab1a1e59d27fc466c6db7536fa0f8b2d0ec38c1 /news/yydecode
parenta03b08c943c01cb3b617cc93df1aaff88da0f5ef (diff)
downloadports-81ddcb742e63587ed3c269d6996335ffea310866.tar.gz
ports-81ddcb742e63587ed3c269d6996335ffea310866.zip
Add yydecode 0.2.10, a tool to decode yEnc encoded files.
PR: ports/75078 Submitted by: Mikolaj Rydzewski <miki@ceti.pl> Approved by: pav (mentor)
Notes
Notes: svn path=/head/; revision=130568
Diffstat (limited to 'news/yydecode')
-rw-r--r--news/yydecode/Makefile24
-rw-r--r--news/yydecode/distinfo2
-rw-r--r--news/yydecode/pkg-descr11
3 files changed, 37 insertions, 0 deletions
diff --git a/news/yydecode/Makefile b/news/yydecode/Makefile
new file mode 100644
index 000000000000..3a24de84420c
--- /dev/null
+++ b/news/yydecode/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: yydecode
+# Date created: 14 Dec 2004
+# Whom: Mikolaj Rydzewski <miki@ceti.pl>
+#
+# $FreeBSD$
+#
+
+PORTNAME= yydecode
+PORTVERSION= 0.2.10
+CATEGORIES= news
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= yydecode
+
+MAINTAINER= miki@ceti.pl
+COMMENT= Tool to decode yEnc encoded files
+
+MAN1= yydecode.1
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
+
+PLIST_FILES= bin/yydecode
+
+.include <bsd.port.mk>
diff --git a/news/yydecode/distinfo b/news/yydecode/distinfo
new file mode 100644
index 000000000000..d95995d841f3
--- /dev/null
+++ b/news/yydecode/distinfo
@@ -0,0 +1,2 @@
+MD5 (yydecode-0.2.10.tar.gz) = 9e6c5eb009f9084f7cbe7e4b766b12d8
+SIZE (yydecode-0.2.10.tar.gz) = 119983
diff --git a/news/yydecode/pkg-descr b/news/yydecode/pkg-descr
new file mode 100644
index 000000000000..65878af3fda3
--- /dev/null
+++ b/news/yydecode/pkg-descr
@@ -0,0 +1,11 @@
+yydecode started life as a decoder for yEnc encoded binaries, which have
+recently appeared on Usenet. yydecode works almost identically to the infamous
+uudecode program. Version 0.2.8 and onwards contains a superset of uudecode's
+functionality, (ie. decodes standard uuencoded files, as well as Base64
+[RFC2045] encoded files produced by uuencode) and hence can be used as a
+drop-in replacement in all circumstances.
+
+WWW: http://yydecode.sf.net/
+
+- Mikolaj Rydzewski
+miki@ceti.pl