diff options
Diffstat (limited to 'devel/cobf')
-rw-r--r-- | devel/cobf/Makefile | 35 | ||||
-rw-r--r-- | devel/cobf/distinfo | 2 | ||||
-rw-r--r-- | devel/cobf/files/patch-makefile | 26 | ||||
-rw-r--r-- | devel/cobf/pkg-descr | 5 |
4 files changed, 0 insertions, 68 deletions
diff --git a/devel/cobf/Makefile b/devel/cobf/Makefile deleted file mode 100644 index 7858889b6485..000000000000 --- a/devel/cobf/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# Created by: Ed Schouten <ed@fxq.nl> -# $FreeBSD$ - -PORTNAME= cobf -PORTVERSION= 1.06 -CATEGORIES= devel -MASTER_SITES= http://home.arcor.de/bernhard.baier/${PORTNAME}/ -DISTNAME= ${PORTNAME}_${PORTVERSION} - -MAINTAINER= ed@FreeBSD.org -COMMENT= C and C++ code obfuscator - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2020-05-05 - -USES= zip - -BUILD_WRKSRC= ${WRKSRC}/src/cpp -MAKEFILE= makefile -NO_WRKSUBDIR= yes - -PLIST_FILES= bin/cobf -PORTDOCS= COPYING README cobf.pdf - -OPTIONS_DEFINE= DOCS - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/cpp/cobf ${STAGEDIR}${PREFIX}/bin/cobf - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/copyright.txt ${STAGEDIR}${DOCSDIR}/COPYING - ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR}/README - ${INSTALL_DATA} ${WRKSRC}/doc/cobf.pdf ${STAGEDIR}${DOCSDIR}/cobf.pdf - -.include <bsd.port.mk> diff --git a/devel/cobf/distinfo b/devel/cobf/distinfo deleted file mode 100644 index fb113148682e..000000000000 --- a/devel/cobf/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (cobf_1.06.zip) = df3902d52c7e0cea0e5ebd7b463d7f991df023ae2be49fc225f4d3ada2e17789 -SIZE (cobf_1.06.zip) = 199444 diff --git a/devel/cobf/files/patch-makefile b/devel/cobf/files/patch-makefile deleted file mode 100644 index 21803f77f768..000000000000 --- a/devel/cobf/files/patch-makefile +++ /dev/null @@ -1,26 +0,0 @@ ---- src/cpp/makefile Fri Jan 6 18:55:56 2006 -+++ src/cpp/makefile Sun May 14 14:23:10 2006 -@@ -3,9 +3,8 @@ - # Makefile for gcc 3.4.4 - # - # --CFLAGS = -Wall -O6 -fomit-frame-pointer -m486 -Dunix -I ../include -+CXXFLAGS += -Dunix -I../include - CCFLAGS = -Wall -O6 -fomit-frame-pointer -m486 -Dunix -I ../include --LDFLAGS = -lstdc++ - - AS =as - LD =gcc $(LDFLAGS) -@@ -32,11 +31,8 @@ - .cc.o: - $(CCC) -c -o $*.o $< - --.cpp.o: -- $(CCC) -c -o $*.o $< -- - cobf: $(COBF_OBJECTS) -- $(LD) -o $@ $(COBF_OBJECTS) $(LDFLAGS) -+ $(CXX) -o $@ $(COBF_OBJECTS) $(LDFLAGS) - - clean: - -rm *.o diff --git a/devel/cobf/pkg-descr b/devel/cobf/pkg-descr deleted file mode 100644 index f6d1bb0dd4eb..000000000000 --- a/devel/cobf/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -COBF (aka C-Obfuscator) is a program which manipulates C or C++ source files -in a way that they aren't readable by human beings; but they remain -compilable. - -WWW: http://home.arcor.de/bernhard.baier/cobf/ |