From owner-cvs-all@FreeBSD.ORG Sun Jun 11 09:41:49 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1C9316A41A; Sun, 11 Jun 2006 09:41:48 +0000 (UTC) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9122743D48; Sun, 11 Jun 2006 09:41:48 +0000 (GMT) (envelope-from pav@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k5B9dd0G059791; Sun, 11 Jun 2006 09:39:39 GMT (envelope-from pav@repoman.freebsd.org) Received: (from pav@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k5B9dcrJ059790; Sun, 11 Jun 2006 09:39:38 GMT (envelope-from pav) Message-Id: <200606110939.k5B9dcrJ059790@repoman.freebsd.org> From: Pav Lucistnik Date: Sun, 11 Jun 2006 09:39:38 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/devel Makefile ports/devel/cobf Makefile distinfo pkg-descr ports/devel/cobf/files patch-makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 09:41:49 -0000 pav 2006-06-11 09:39:38 UTC FreeBSD ports repository Modified files: devel Makefile Added files: devel/cobf Makefile distinfo pkg-descr devel/cobf/files patch-makefile Log: COBF (aka C-Obfuscator) is a program which manipulates C or C++ sourcefiles in a way that they aren't readable by human beings; but they remain compilable. WWW: http://home.arcor.de/bernhard.baier/cobf/ Please note: the 'copyright.txt' disallows patching the sourcecode without explicit permission from the author. Binary packages are not permitted without shipping the source. I contacted the author of COBF (emails available per request) and we are allowed to patch 'src/cpp/makefile' (see 'files/patch-makefile'). He also permits us shipping binary-only packages (because users can obtain the source with 'make fetch' anyway). PR: ports/97264 Submitted by: Ed Schouten Revision Changes Path 1.2269 +1 -0 ports/devel/Makefile 1.1 +34 -0 ports/devel/cobf/Makefile (new) 1.1 +3 -0 ports/devel/cobf/distinfo (new) 1.1 +26 -0 ports/devel/cobf/files/patch-makefile (new) 1.1 +5 -0 ports/devel/cobf/pkg-descr (new)