Add urlendec 1.0, URL encoder and decoder.
PR: 22303 Submitted by: G. Adam Stanislav <adam@whizkidtech.net>
This commit is contained in:
parent
bdf469e5cc
commit
dd537b1721
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41018
@ -343,6 +343,7 @@
|
||||
SUBDIR += ttt
|
||||
SUBDIR += tund
|
||||
SUBDIR += unison
|
||||
SUBDIR += urlendec
|
||||
SUBDIR += vnc
|
||||
SUBDIR += vrrp
|
||||
SUBDIR += vtun
|
||||
|
39
net/urlendec/Makefile
Normal file
39
net/urlendec/Makefile
Normal 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
1
net/urlendec/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (urlendec-1.0.tar.gz) = 13d7b876048f070951bccaae776f1180
|
1
net/urlendec/pkg-comment
Normal file
1
net/urlendec/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
URL encoder and decoder
|
9
net/urlendec/pkg-descr
Normal file
9
net/urlendec/pkg-descr
Normal 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
4
net/urlendec/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/urlencode
|
||||
bin/urldecode
|
||||
share/doc/urlendec/index.html
|
||||
share/doc/urlendec/rfc1738.txt
|
Loading…
Reference in New Issue
Block a user