[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Florin Braescu
florin at lunar-linux.org
Tue Sep 11 20:38:05 CEST 2012
commit 85f21fe67c949866da3ec0415b07426804d4e83f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Tue, 11 Sep 2012 11:38:05 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/85f21fe67c949866da3ec0415b07426804d4e83f
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
devel/cscope/DEPENDS | +1/-0
devel/cscope/DETAILS | +23/-0
printer/splix/BUILD | +6/-0
printer/splix/DEPENDS | +2/-0
printer/splix/DETAILS | +15/-0
virtual/lxc/DEPENDS | +1/-0
virtual/lxc/DETAILS | +26/-0
7 files changed
--- /dev/null
+++ b/devel/cscope/DEPENDS
@@ -0,0 +1 @@
+depends ncurses
--- /dev/null
+++ b/devel/cscope/DETAILS
@@ -0,0 +1,23 @@
+ MODULE=cscope
+ VERSION=15.8a
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=http://surfnet.dl.sourceforge.net/sourceforge/cscope/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:00f76825791b895532778f720c509cd13b9d6846
+ WEB_SITE="http://cscope.sourceforge.net"
+ ENTERED=20100123
+ UPDATED=20120910
+ SHORT="source code browser"
+cat <<EOF
+Cscope is a developer's tool for browsing source code. Allows
+searching code for: - all references to a symbol - global definitions -
+functions called by a function - functions calling a function - text
+string - regular expression pattern - a file - files including a file
+Features: - Curses based (text screen) - An information database is
+generated for faster searches and later reference - The fuzzy parser
+supports C, but is flexible enough to be useful for C++ and Java,
+and for use as a generalized 'grep database' (use it to browse large
+text documents!) - Has a command line mode for inclusion in scripts
+or as a backend to a GUI/frontend - Runs on all flavors of Unix,
+plus most monopoly-controlled operating systems.
+EOF
--- /dev/null
+++ b/printer/splix/BUILD
@@ -0,0 +1,6 @@
+(
+
+ sedit 's;const PPDFile::Value::Value;const PPDFile::Value;' src/ppdfile.cpp &&
+ default_make
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/printer/splix/DEPENDS
@@ -0,0 +1,2 @@
+depends cups
+depends jbigkit
--- /dev/null
+++ b/printer/splix/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=splix
+ VERSION=2.0.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:d40b9fcfd03efd7a9b6b2700fbb0af96569f095b
+ WEB_SITE=http://splix.ap2c.org
+ ENTERED=20090102
+ UPDATED=20090107
+ SHORT="A set of CUPS drivers for the Samsung Printer Language"
+
+cat << EOF
+SpliX is a set of CUPS printer drivers for SPL (Samsung Printer Language)
+printers. If you have a such printer, you need to download and use SpliX.
+Moreover you will find documentation about this proprietary language.
+EOF
--- /dev/null
+++ b/virtual/lxc/DEPENDS
@@ -0,0 +1 @@
+depends libcap
--- /dev/null
+++ b/virtual/lxc/DETAILS
@@ -0,0 +1,26 @@
+ MODULE=lxc
+ VERSION=0.7.5
+ SOURCE=${MODULE}-${VERSION}.tar.gz
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:e9f5a05a63735f80fb6e0d0d6d7a82d047cc65d0
+ WEB_SITE="http://lxc.sourceforge.net/"
+ ENTERED=20120827
+ UPDATED=20120827
+ SHORT="container namespace cgroup virtualisation"
+cat <<EOF
+The container technology is actively being pushed into the mainstream
+linux kernel. It provides the resource management through the control
+groups aka process containers and resource isolation through the
+namespaces.
+
+The linux containers, lxc, aims to use these new functionalities to
+provide an userspace container object which provides full resource
+isolation and resource control for an application or a system.
+
+The first objective of this project is to make the life easier for the
+kernel developers involved in the containers project and especially
+to continue working on the Checkpoint/Restart new features. The lxc
+is small enough to easily manage a container with simple command
+lines and complete enough to be used for other purposes.
+EOF
More information about the Lunar-commits
mailing list