[Lunar-commits] <moonbase-other> Merge branch 'master' of github.com:lunar-linux/moonbase-other
Florin Braescu
florin at lunar-linux.org
Wed Oct 24 16:23:47 CEST 2012
commit b1ab33918532851e9c41eb4a0cd0d5d8a04dbb2f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed, 24 Oct 2012 07:23:47 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/b1ab33918532851e9c41eb4a0cd0d5d8a04dbb2f
Merge branch 'master' of github.com:lunar-linux/moonbase-other
---
chat/dircproxy/DETAILS | +18/-0
graphics/gqview/BUILD | +7/-0
mail/nmh/BUILD | +8/-0
mail/nmh/DETAILS | +23/-0
utils/user-session-units/DETAILS | +2/-2
web/httpd/systemd.d/httpd.service | +13/-0
x11-utils/gparted/DEPENDS | +5/-0
x11-utils/gparted/DETAILS | +15/-0
8 files changed
--- /dev/null
+++ b/chat/dircproxy/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=dircproxy
+ VERSION=1.2.0-RC1
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=http://$MODULE.googlecode.com/files/
+ SOURCE_VFY=sha1:7dc4b3aa2e10222f74e280de69c41f571335a96b
+ WEB_SITE=http://dircproxy.googlecode.com/
+ ENTERED=20060118
+ UPDATED=20121023
+ SHORT="An IRC proxy server"
+cat << EOF
+dircproxy is an IRC proxy server ("bouncer") designed for people who use
+IRC from lots of different workstations or clients, but wish to remain
+connected and see what they missed while they were away. You connect to
+IRC through dircproxy, and it keeps you connected to the server, even
+after you detach your client from it. While you're detached, it logs
+channel and private messages as well as important events, and when you
+reattach it'll let you know what you missed.
+EOF
--- /dev/null
+++ b/graphics/gqview/BUILD
@@ -0,0 +1,7 @@
+(
+
+ sedit "s:\(INTLLIBS)\):\1 -lm:" src/Makefile.in &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/mail/nmh/BUILD
@@ -0,0 +1,8 @@
+(
+
+ # By default, nmh fills /usr/lib with a bunch of binaries
+ OPTS+=" --libdir=${MODULE_PREFIX}/libexec"
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/mail/nmh/DETAILS
@@ -0,0 +1,23 @@
+ MODULE=nmh
+ VERSION=1.5
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL[0]=http://download.savannah.gnu.org/releases/nmh/
+ SOURCE_VFY=sha1:9d8c034206f793d6d796b514c9a8242422f0d4f7
+ WEB_SITE=http://www.nongnu.org/nmh/
+ ENTERED=20080604
+ UPDATED=20121022
+ PSAFE=no
+ SHORT="electronic mail handling system"
+
+cat << EOF
+nmh (new MH) is a powerful electronic mail handling system. It was
+originally based on version 6.8.3 of the MH message system developed by
+the RAND Corporation and the University of California. It is intended
+to be a (mostly) compatible drop-in replacement for MH.
+
+nmh consists of a collection of fairly simple single-purpose programs
+to send, receive, save, retrieve, and manipulate e-mail messages. Since
+nmh is a suite rather than a single monolithic program, you may freely
+intersperse nmh commands with other commands at your shell prompt,
+or write custom scripts which use these commands in flexible ways.
+EOF
--- a/utils/user-session-units/DETAILS
+++ b/utils/user-session-units/DETAILS
@@ -1,11 +1,11 @@
MODULE=user-session-units
- VERSION=5
+ VERSION=6
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://foo-projects.org/~sofar/$MODULE/
MAINTAINER=sofar at lunar-linux.org
WEB_SITE=http://github.com/sofar/$MODULE
ENTERED=20120627
- UPDATED=20120702
+ UPDATED=20121023
SHORT="A collection of system units for the user session"
cat << EOF
EOF
--- /dev/null
+++ b/web/httpd/systemd.d/httpd.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Apache HTTPD
+After=syslog.target network.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/httpd.pid
+ExecStart=/usr/sbin/apachectl start
+ExecReload=/usr/sbin/apachectl restart
+ExecStop=/usr/sbin/apachectl stop
+
+[Install]
+WantedBy=http-daemon.target
--- /dev/null
+++ b/x11-utils/gparted/DEPENDS
@@ -0,0 +1,5 @@
+depends parted
+depends gtkmm
+
+optional_depends "mtools" "" "" "for fat32 volume label support"
+optional_depends "gtk-doc" "" "--disable-doc" "for documentation"
--- /dev/null
+++ b/x11-utils/gparted/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=gparted
+ VERSION=0.14.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE_VFY=sha1:d5d46f6651c2b92e3e4cc1c3c9b4ab80b6cd6524
+ WEB_SITE=http://gparted.sourceforge.net
+ ENTERED=20050109
+ UPDATED=20121023
+ SHORT="A graphical frontend to libparted"
+
+cat << EOF
+GParted stands for GNOME Partition Editor and is a graphical frontend
+to libparted. Among other features it supports creating, resizing,
+moving and copying of partitions.
+EOF
More information about the Lunar-commits
mailing list