From owner-cvs-all@FreeBSD.ORG Fri Oct 3 08:06:02 2003 Return-Path: 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 ED73E16A4B3; Fri, 3 Oct 2003 08:06:02 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D07A43F93; Fri, 3 Oct 2003 08:06:02 -0700 (PDT) (envelope-from krion@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h93F62XJ078419; Fri, 3 Oct 2003 08:06:02 -0700 (PDT) (envelope-from krion@repoman.freebsd.org) Received: (from krion@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h93F62IN078418; Fri, 3 Oct 2003 08:06:02 -0700 (PDT) (envelope-from krion) Message-Id: <200310031506.h93F62IN078418@repoman.freebsd.org> From: Kirill Ponomarew Date: Fri, 3 Oct 2003 08:06:02 -0700 (PDT) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/devel Makefile ports/devel/skalibs Makefile distinfo pkg-descr pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Fri, 03 Oct 2003 15:06:03 -0000 krion 2003/10/03 08:06:02 PDT FreeBSD ports repository Modified files: devel Makefile Added files: devel/skalibs Makefile distinfo pkg-descr pkg-plist Log: skalibs is a package centralizing the public-domain C development files used for building other skarnet.org software. skalibs can also be used as a sound basic start for C development. There are a lot of general-purpose libraries out there; but if your main goal is to produce small and secure C code, you will like skalibs. skalibs contains exclusively public-domain code. So you can redistribute it as you want, and it does not prevent you from distributing any of your executables. PR: 53701 57540 Submitted by: Sergei Kolobov Revision Changes Path 1.1302 +1 -0 ports/devel/Makefile 1.1 +35 -0 ports/devel/skalibs/Makefile (new) 1.1 +1 -0 ports/devel/skalibs/distinfo (new) 1.1 +14 -0 ports/devel/skalibs/pkg-descr (new) 1.1 +76 -0 ports/devel/skalibs/pkg-plist (new)