[Pkg-xfce-commits] r72 - in goodies: . mousepad mousepad/debian

Yves-Alexis Perez corsac-guest@costa.debian.org
Tue, 26 Apr 2005 19:09:37 +0000


Author: corsac-guest
Date: 2005-04-26 19:09:37 +0000 (Tue, 26 Apr 2005)
New Revision: 72

Added:
   goodies/mousepad/
   goodies/mousepad/debian/
   goodies/mousepad/debian/changelog
   goodies/mousepad/debian/compat
   goodies/mousepad/debian/control
   goodies/mousepad/debian/copyright
   goodies/mousepad/debian/docs
   goodies/mousepad/debian/menu
   goodies/mousepad/debian/mousepad.sgml
   goodies/mousepad/debian/mousepad.xpm
   goodies/mousepad/debian/rules
Log:
First commit of mousepad, a lightweight text editor for Xfce


Added: goodies/mousepad/debian/changelog
===================================================================
--- goodies/mousepad/debian/changelog	2005-04-26 19:09:01 UTC (rev 71)
+++ goodies/mousepad/debian/changelog	2005-04-26 19:09:37 UTC (rev 72)
@@ -0,0 +1,6 @@
+mousepad (0.2.2-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Yves-Alexis Perez <yaperez@corsac.net>  Sat, 23 Apr 2005 19:06:01 +0200
+

Added: goodies/mousepad/debian/compat
===================================================================
--- goodies/mousepad/debian/compat	2005-04-26 19:09:01 UTC (rev 71)
+++ goodies/mousepad/debian/compat	2005-04-26 19:09:37 UTC (rev 72)
@@ -0,0 +1 @@
+4

Added: goodies/mousepad/debian/control
===================================================================
--- goodies/mousepad/debian/control	2005-04-26 19:09:01 UTC (rev 71)
+++ goodies/mousepad/debian/control	2005-04-26 19:09:37 UTC (rev 72)
@@ -0,0 +1,33 @@
+Source: mousepad
+Section: editors
+Priority: optional
+Maintainer: Debian Xfce Maintainers <pkg-xfce-devel@lists.alioth.debian.org>
+Uploaders: Emanuele Rocca <ema@debian.org>, Simon Huggins <huggie@earth.li>, Rudy Godoy <rudy@kernel-panik.org>, Martin Loschwitz <madkiss@debian.org>, Yves-Alexis Perez <corsac@corsac.net>
+Build-Depends: debhelper (>= 4.0.0), docbook-to-man, libxfcegui4-dev (>= 4.2.1-1), pkg-config
+Standards-Version: 3.6.1
+
+Package: mousepad
+Architecture: any
+Depends: ${shlibs:Depends}
+Recommends: xfprint4
+Description: Simple text editor for Xfce
+ Mousepad is a text editor for Xfce based on Leafpad. The initial reason for
+ Mousepad was to provide printing support, which would have been difficult
+ for Leafpad for various reasons.
+ .
+ Although some features are under development, currently Mousepad has
+ following features:
+   * Complete support for UTF-8 text
+   * Cut/Copy/Paste and Select All text
+   * Search and Replace
+   * Font selecton
+   * Word Wrap
+   * Character coding selection
+   * Auto character coding detection (UTF-8 and some codesets)
+   * Manual codeset setting
+   * Infinite Undo/Redo by word
+   * Auto Indent
+   * Multi-line Indent
+   * Display line numbers
+   * Drag and Drop
+   * Printing

Added: goodies/mousepad/debian/copyright
===================================================================
--- goodies/mousepad/debian/copyright	2005-04-26 19:09:01 UTC (rev 71)
+++ goodies/mousepad/debian/copyright	2005-04-26 19:09:37 UTC (rev 72)
@@ -0,0 +1,24 @@
+This package was debianized by Yves-Alexis Perez <yaperez@corsac.net> on
+Sat, 23 Apr 2005 19:06:01 +0200.
+
+It was downloaded from http://erikharrison.net/.
+
+Upstream Author is Erik Harrison <erikharrison@gmail.com>.
+
+   This package is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; version 2 dated June, 1991.
+
+   This package is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
+
+   You should have received a copy of the GNU General Public License
+   along with this package; if not, write to the Free Software
+   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
+   02111-1307, USA.
+
+On Debian systems, the complete text of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+

Added: goodies/mousepad/debian/docs
===================================================================
--- goodies/mousepad/debian/docs	2005-04-26 19:09:01 UTC (rev 71)
+++ goodies/mousepad/debian/docs	2005-04-26 19:09:37 UTC (rev 72)
@@ -0,0 +1,2 @@
+NEWS
+README

Added: goodies/mousepad/debian/menu
===================================================================
--- goodies/mousepad/debian/menu	2005-04-26 19:09:01 UTC (rev 71)
+++ goodies/mousepad/debian/menu	2005-04-26 19:09:37 UTC (rev 72)
@@ -0,0 +1,6 @@
+?package(mousepad):\
+  needs="X11"\
+  section="Apps/Editors"\
+  title="MousePad"\
+  command="/usr/bin/mousepad"\
+  icon="/usr/share/pixmaps/mousepad.xpm"

Added: goodies/mousepad/debian/mousepad.sgml
===================================================================
--- goodies/mousepad/debian/mousepad.sgml	2005-04-26 19:09:01 UTC (rev 71)
+++ goodies/mousepad/debian/mousepad.sgml	2005-04-26 19:09:37 UTC (rev 72)
@@ -0,0 +1,145 @@
+<!doctype refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
+
+<!-- Process this file with docbook-to-man to generate an nroff manual
+     page: `docbook-to-man manpage.sgml > manpage.1'.  You may view
+     the manual page with: `docbook-to-man manpage.sgml | nroff -man |
+     less'.  A typical entry in a Makefile or Makefile.am is:
+
+manpage.1: manpage.sgml
+	docbook-to-man $< > $@
+
+    
+	The docbook-to-man binary is found in the docbook-to-man package.
+	Please remember that if you create the nroff version in one of the
+	debian/rules file targets (such as build), you will need to include
+	docbook-to-man in your Build-Depends control field.
+
+  -->
+
+  <!-- Fill in your name for FIRSTNAME and SURNAME. -->
+  <!ENTITY dhfirstname "<firstname>Benedikt</firstname>">
+  <!ENTITY dhsurname   "<surname>Meurer</surname>">
+  <!-- Please adjust the date whenever revising the manpage. -->
+  <!ENTITY dhdate      "<date>March 19, 2005</date>">
+  <!-- SECTION should be 1-8, maybe w/ subsection other parameters are
+       allowed: see man(7), man(1). -->
+  <!ENTITY dhsection   "<manvolnum>1</manvolnum>">
+  <!ENTITY dhemail     "<email>bm@os-cillation.de</email>">
+  <!ENTITY dhusername  "Benedikt Meurer">
+  <!ENTITY dhucpackage "<refentrytitle>MOUSEPAD</refentrytitle>">
+  <!ENTITY dhpackage   "mousepad">
+
+  <!ENTITY debian      "<productname>Debian</productname>">
+  <!ENTITY gnu         "<acronym>GNU</acronym>">
+  <!ENTITY gpl         "&gnu; <acronym>GPL</acronym>">
+]>
+
+<refentry>
+  <refentryinfo>
+    <address>
+      &dhemail;
+    </address>
+    <author>
+      &dhfirstname;
+      &dhsurname;
+    </author>
+    <copyright>
+      <year>2005</year>
+      <holder>&dhusername;</holder>
+    </copyright>
+    &dhdate;
+  </refentryinfo>
+  <refmeta>
+    &dhucpackage;
+
+    &dhsection;
+  </refmeta>
+  <refnamediv>
+    <refname>&dhpackage;</refname>
+
+    <refpurpose>simple text editor for Xfce</refpurpose>
+  </refnamediv>
+  <refsynopsisdiv>
+    <cmdsynopsis>
+      <command>&dhpackage;</command>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+  <refsect1>
+    <title>DESCRIPTION</title>
+
+    <para>This manual page documents briefly the
+      <command>&dhpackage;</command> command.</para>
+
+    <para>
+    	<command>&dhpackage;</command> is a simple text
+	editor for the Xfce Desktop Environment.
+    </para>
+
+  </refsect1>
+  <refsect1>
+    <title>OPTIONS</title>
+
+    <para>These programs follow the usual &gnu; command line syntax,
+      with long options starting with two dashes (`-').  A summary of
+      options is included below.  For a complete description, see the
+      <application>Info</application> files.</para>
+
+    <variablelist>
+      <varlistentry>
+        <term><option>-h</option>
+          <option>--help</option>
+        </term>
+        <listitem>
+          <para>Show summary of options.</para>
+        </listitem>
+      </varlistentry>
+      <varlistentry>
+        <term><option>-v</option>
+          <option>--version</option>
+        </term>
+        <listitem>
+          <para>Show version of program.</para>
+        </listitem>
+      </varlistentry>
+    </variablelist>
+  </refsect1>
+  <refsect1>
+    <title>SEE ALSO</title>
+
+    <para>xfprint4 (1).</para>
+  </refsect1>
+  <refsect1>
+    <title>AUTHOR</title>
+
+    <para>This manual page was written by &dhusername; &dhemail; for
+      the &debian; system (but may be used by others).  Permission is
+      granted to copy, distribute and/or modify this document under
+      the terms of the &gnu; General Public License, Version 2 any 
+	  later version published by the Free Software Foundation.
+    </para>
+	<para>
+	  On Debian systems, the complete text of the GNU General Public
+	  License can be found in /usr/share/common-licenses/GPL.
+	</para>
+
+  </refsect1>
+</refentry>
+
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:2
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-default-dtd-file:nil
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+-->
+
+

Added: goodies/mousepad/debian/mousepad.xpm
===================================================================
--- goodies/mousepad/debian/mousepad.xpm	2005-04-26 19:09:01 UTC (rev 71)
+++ goodies/mousepad/debian/mousepad.xpm	2005-04-26 19:09:37 UTC (rev 72)
@@ -0,0 +1,132 @@
+/* XPM */
+static char *leafpad[] = {
+/* columns rows colors chars-per-pixel */
+"32 32 94 2",
+"   c #000000",
+".  c #070808",
+"X  c #090909",
+"o  c #171717",
+"O  c #121C11",
+"+  c #181818",
+"@  c #1E241D",
+"#  c #1C2A1A",
+"$  c #232322",
+"%  c #262E25",
+"&  c #2D2D2D",
+"*  c #223520",
+"=  c #223920",
+"-  c #2E352D",
+";  c #362E24",
+":  c #37342C",
+">  c #333332",
+",  c #393939",
+"<  c #2E412C",
+"1  c #31422E",
+"2  c #3A5937",
+"3  c #3D6536",
+"4  c #3E6738",
+"5  c #3F6E3A",
+"6  c #413B35",
+"7  c #403F3D",
+"8  c #584936",
+"9  c #454443",
+"0  c #4B4B4B",
+"q  c #504A43",
+"w  c #5D5041",
+"e  c #505050",
+"r  c #545853",
+"t  c #5A5A5A",
+"y  c #476A43",
+"u  c #486C44",
+"i  c #4C6F49",
+"p  c #477E41",
+"a  c #4C7049",
+"s  c #487F41",
+"d  c #586057",
+"f  c #5B615A",
+"g  c #5A7450",
+"h  c #635B47",
+"j  c #616843",
+"k  c #61615B",
+"l  c #626262",
+"z  c #6E6D6B",
+"x  c #717171",
+"c  c #50874B",
+"v  c #51894C",
+"b  c #5A844A",
+"n  c #856E52",
+"m  c #8E9B6A",
+"M  c #9C8B64",
+"N  c #A58C6D",
+"B  c #878685",
+"V  c #858985",
+"C  c #8C8C8B",
+"Z  c #91918F",
+"A  c #A4A5A5",
+"S  c #A8A7A2",
+"D  c #ACAAA5",
+"F  c #AFAEA8",
+"G  c #AFB0AF",
+"H  c #B0AFAA",
+"J  c #B4B2AD",
+"K  c #B6B6B3",
+"L  c #B8B7B7",
+"P  c #B8B7B8",
+"I  c #BBBAB5",
+"U  c #BCBBB9",
+"Y  c #C0BFBB",
+"T  c #C2C2C2",
+"R  c #C8C7C4",
+"E  c #C9C8C5",
+"W  c #CDCCCB",
+"Q  c #D1D0CE",
+"!  c #D6D6D5",
+"~  c #D7D8D7",
+"^  c #D9D8D7",
+"/  c #DCDCDC",
+"(  c #DFDFE0",
+")  c #E0E0DF",
+"_  c #E5E5E4",
+"`  c #E7E8E7",
+"'  c #E8E7E7",
+"]  c #E8E8E7",
+"[  c #EBEBEB",
+"{  c #F3F3F2",
+"}  c #F7F8F7",
+"|  c #F8F7F7",
+" . c #FCFCFC",
+".. c None",
+/* pixels */
+"................................................................",
+"........+ > & & & & & & & & & & & & & & & & & & & > , + ........",
+"........7 r l l l l l k t l l l l l t l l l l k t 0 r 0 ........",
+"........& A  . . . . . . . . . . . . . . .| | { [ 0 0 e ........",
+"........& A  . . .|  .| | | | { { { { { { { { { / 0 0 e ........",
+"........& A  .T J J J J J J J K [ { { { { { { { ) 0 0 e ........",
+"........> A  .{ ] [ [ ] ] ] ] ] { { { { { { [ { ( 0 0 e ........",
+"........& A  .[ ] [ ] ] ] ] ] ] ] _ _ _ ) ) ) [ / 0 0 e ........",
+"........& A  .Y H J J J J J J J H J H H H J H ^ ( 0 0 e ........",
+"........& A  .Q J K K K J K J J J J J J J J S Q ( 0 0 e ........",
+"........& A  .E I Y Y I U U I I Y I I I I I K ! / 0 0 e ........",
+"........: A  .R K I Y I I I I L I I K I I K K ! / 0 0 e ........",
+"........> A  .W J J J K J J J J H J J H J J S W ) 0 0 e ........",
+"........> A  .U J J J J J J K G H H F F H H D ! / 0 0 e ........",
+"........& A  .W I I I I Y J Z T ) ) ) / / / / _ / 0 0 e ........",
+"........& A  .! R R R R R J $ 8 C ^ [ [ [ ' ' ' ~ 0 0 0 ........",
+"........> A } { { { { { { [ x ; w 8 Z W [ ` ` ` ~ 0 0 e ........",
+"........& A } { [ { [ { [ { Y , n N h f W [ _ ` ~ 0 0 e ........",
+"........& A } [ { [ [ [ [ [ [ z 8 M m g d W ` _ ~ 0 0 e ........",
+"........& A  .[ [ [ [ [ [ [ [ T : j b v i d W _ ~ 0 0 e ........",
+"........& A } [ { [ [ [ [ ` ' ` C 1 4 s v a d W / 0 0 e ........",
+"........& A { [ [ [ [ [ [ [ ' ' ) C < 4 s v a d Y 0 0 e ........",
+"........& A { [ [ [ [ ' ' ' ` ` ' ) V 1 4 p v a r > 0 e ........",
+"........> A { [ [ ' [ ' ` ` _ _ _ _ ( V < 4 s v i @ 0 e ........",
+"........> A { ' [ _ [ ` _ ` _ _ _ _ _ ( V < 4 p v y - 9 ........",
+"........> A { [ [ ` _ _ _ _ _ _ _ ( ) ) / V - 4 p v y %   ......",
+"........> A { ` [ _ [ ` ` _ _ _ ( _ ) _ ) / V < 4 p v 2 .   ....",
+"........> B T P P P P P P P P P L L K K L L K f * 3 5 = X   ....",
+"........0 , & & & > & & & & > & & & - - & > & & @ # # O .   ....",
+"........0 t t t t t t t t t t t t t t t t t t t r > $ & ........",
+"........+ , , , , , , , , , , , , , , , , , , , , , > + ........",
+"................................................................"
+};

Added: goodies/mousepad/debian/rules
===================================================================
--- goodies/mousepad/debian/rules	2005-04-26 19:09:01 UTC (rev 71)
+++ goodies/mousepad/debian/rules	2005-04-26 19:09:37 UTC (rev 72)
@@ -0,0 +1,89 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+# These are used for cross-compiling and for saving the configure script
+# from having to guess our platform (since we know it already)
+DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+	CFLAGS += -O0
+else
+	CFLAGS += -O2
+endif
+
+config.status: configure
+	dh_testdir
+	# Add here commands to configure the package.
+	CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --sysconfdir=/etc --enable-final
+
+
+build: build-stamp
+
+build-stamp:  config.status
+	dh_testdir
+
+	# Add here commands to compile the package.
+	$(MAKE)
+	docbook-to-man debian/mousepad.sgml > mousepad.1
+
+	touch build-stamp
+
+clean:
+	dh_testdir
+	dh_testroot
+	rm -f build-stamp mousepad.1
+
+	# Add here commands to clean up after the build process.
+	-$(MAKE) distclean
+ifneq "$(wildcard /usr/share/misc/config.sub)" ""
+	cp -f /usr/share/misc/config.sub config.sub
+endif
+ifneq "$(wildcard /usr/share/misc/config.guess)" ""
+	cp -f /usr/share/misc/config.guess config.guess
+endif
+
+	dh_clean 
+
+install: build
+	dh_testdir
+	dh_testroot
+	dh_clean -k 
+	dh_installdirs
+
+	# Add here commands to install the package into debian/mousepad.
+	$(MAKE) install DESTDIR=$(CURDIR)/debian/mousepad
+	install -D -m 644 $(CURDIR)/debian/mousepad.xpm \
+		$(CURDIR)/debian/mousepad/usr/share/pixmaps/mousepad.xpm
+
+
+# Build architecture-independent files here.
+binary-indep: build install
+# We have nothing to do by default.
+
+# Build architecture-dependent files here.
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs ChangeLog
+	dh_installdocs
+	dh_installmenu
+	dh_desktop
+	dh_installman mousepad.1
+	dh_link
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install 


Property changes on: goodies/mousepad/debian/rules
___________________________________________________________________
Name: svn:executable
   + *