Add urlendec 1.0, URL encoder and decoder.

PR:		22303
Submitted by:	G. Adam Stanislav <adam@whizkidtech.net>
This commit is contained in:
Will Andrews 2001-04-07 07:11:21 +00:00
parent bdf469e5cc
commit dd537b1721
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41018
6 changed files with 55 additions and 0 deletions

View File

@ -343,6 +343,7 @@
SUBDIR += ttt
SUBDIR += tund
SUBDIR += unison
SUBDIR += urlendec
SUBDIR += vnc
SUBDIR += vrrp
SUBDIR += vtun

39
net/urlendec/Makefile Normal file
View File

@ -0,0 +1,39 @@
# New ports collection makefile for: urlendec
# Date created: 25 October 2000
# Whom: G. Adam Stanislav <adam@whizkidtech.net>
#
# $FreeBSD$
#
PORTNAME= urlendec
PORTVERSION= 1.0
CATEGORIES= net
MASTER_SITES= http://www.whizkidtech.net/fports/
MAINTAINER= adam@whizkidtech.net
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
BINARIES= urlencode urldecode
DOCFILES= index.html rfc1738.txt
do-install:
.for f in ${BINARIES}
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin
.endfor
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/urlendec
.for f in ${DOCFILES}
${INSTALL_MAN} ${WRKSRC}/${f} ${PREFIX}/share/doc/urlendec
.endfor
@echo ""
@echo " ----------------------------------------------------"
@echo " Please read ${PREFIX}/share/doc/urlendec/index.html"
@echo " for detailed instructions how to use this port."
@echo " ----------------------------------------------------"
@echo ""
.endif
.include <bsd.port.mk>

1
net/urlendec/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (urlendec-1.0.tar.gz) = 13d7b876048f070951bccaae776f1180

1
net/urlendec/pkg-comment Normal file
View File

@ -0,0 +1 @@
URL encoder and decoder

9
net/urlendec/pkg-descr Normal file
View File

@ -0,0 +1,9 @@
A set of two tools to URL encode and URL decode any stream of data, either
from the command line or from standard input.
See RFC 1738, section 2.2, for an eplanation of URL encoding.
WWW: http://www.whizkidtech.net/urlendec/
G. Adam Stanislav
adam@whizkidtech.net

4
net/urlendec/pkg-plist Normal file
View File

@ -0,0 +1,4 @@
bin/urlencode
bin/urldecode
share/doc/urlendec/index.html
share/doc/urlendec/rfc1738.txt