1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

- Switch to USES=tar

- Switch to options helpers
- Regenerate patches with `make makepatch`
- Cleanup pkg-descr
This commit is contained in:
Dmitry Marakasov 2016-08-07 09:01:03 +00:00
parent c46847be64
commit 7a046131cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419763
5 changed files with 12 additions and 12 deletions

View File

@ -7,11 +7,11 @@ PORTEPOCH= 1
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-unix-1.2/${PORTNAME}-unix-${PORTVERSION}
DISTNAME= ${PORTNAME}-unix-${PORTVERSION}
EXTRACT_SUFX= .tar
MAINTAINER= ports@FreeBSD.org
COMMENT= Standard netcat enhanced with twofish encryption
USES= tar
WRKSRC= ${WRKDIR}/unix
ALL_TARGET= freebsd
@ -22,7 +22,9 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cryptcat ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DOCSDIR}
do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
--- Makefile.orig Tue May 22 21:06:42 2001
+++ Makefile Fri Oct 28 15:07:46 2005
--- Makefile.orig 2005-10-18 00:41:01 UTC
+++ Makefile
@@ -10,13 +10,11 @@
# debugging
# DFLAGS = -DTEST -DDEBUG
@ -15,7 +15,7 @@
o = o # object extension
ALL = cryptcat
@@ -28,8 +26,11 @@
@@ -28,8 +26,11 @@ bogus:
### HARD TARGETS
@ -29,7 +29,7 @@
nc-dos:
@echo "DOS?! Maybe someday, but not now"
@@ -113,10 +114,10 @@
@@ -115,10 +116,10 @@ next:
make -e $(ALL) $(MFLAGS) XFLAGS='-DNEXT' STATIC=-Bstatic
farm9crypt.o: farm9crypt.cc farm9crypt.h

View File

@ -1,5 +1,5 @@
--- farm9crypt.cc.orig Sat Dec 18 05:34:27 2004
+++ farm9crypt.cc Sun Oct 30 07:45:05 2005
--- farm9crypt.cc.orig 2004-12-18 04:34:27 UTC
+++ farm9crypt.cc
@@ -23,6 +23,7 @@
#include <sys/types.h> // suggested by several people -- for OpenBSD, FreeBSD compiles
#include <sys/socket.h> /* basics, SO_ and AF_ defs, sockaddr, ... */

View File

@ -1,5 +1,5 @@
--- netcat.c.orig Tue Oct 18 19:42:05 2005
+++ netcat.c Sun Oct 30 07:47:37 2005
--- netcat.c.orig 2005-10-18 17:42:05 UTC
+++ netcat.c
@@ -48,9 +48,6 @@
#else
#include <malloc.h>

View File

@ -16,5 +16,3 @@ same thing. However, in this case the data transferred is encrypted.
For more information about netcat see net/netcat port.
WWW: http://sourceforge.net/projects/cryptcat/
Roman Shterenzon <roman@xpert.com>