debian/0000755000000000000000000000000012231036426007165 5ustar debian/control0000644000000000000000000000445212231032307010567 0ustar Source: rsyntaxtextarea Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Vladimir Kotov , Benjamin Mesing Build-Depends: debhelper (>= 9), javahelper (>= 0.4), maven-repo-helper, ant Build-Depends-Indep: default-jdk, default-jdk-doc Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/pkg-java/rsyntaxtextarea.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/rsyntaxtextarea.git Homepage: http://fifesoft.com/rsyntaxtextarea/ Package: librsyntaxtextarea-java Architecture: all Depends: ${java:Depends}, ${misc:Depends} Suggests: librsyntaxtextarea-java-doc Description: Java library for syntax highlighting text component RSyntaxTextArea extends JTextComponent so it integrates completely with the standard javax.swing.text package. It is fast and efficient, and can be used in any application that needs to edit or view source code. . Some of RSyntaxTextArea's features include: * Syntax highlighting for over 25 programming languages * Find/Replace with standard options * Loading and saving of local or remote files * User-defined macros * Code templates * Unlimited undo/redo * Drag and drop * Edit with multiple fonts simultaneously * Bracket matching * Current line highlighting * Clickable hyperlinks (only certain languages) Package: librsyntaxtextarea-java-doc Architecture: all Section: doc Depends: ${misc:Depends} Recommends: default-jdk-doc Suggests: librsyntaxtextarea-java Description: Java library for syntax highlighting text component (documentation) RSyntaxTextArea extends JTextComponent so it integrates completely with the standard javax.swing.text package. It is fast and efficient, and can be used in any application that needs to edit or view source code. . Some of RSyntaxTextArea's features include: * Syntax highlighting for over 25 programming languages * Find/Replace with standard options * Loading and saving of local or remote files * User-defined macros * Code templates * Unlimited undo/redo * Drag and drop * Edit with multiple fonts simultaneously * Bracket matching * Current line highlighting * Clickable hyperlinks (only certain languages) . This package contains the API documentation of librsyntaxtextarea-java. debian/rules0000755000000000000000000000064012223067212010243 0ustar #!/usr/bin/make -f export JAVA_HOME=/usr/lib/jvm/default-java VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p') %: dh $@ --with javahelper --with jh_maven_repo_helper get-orig-source: uscan --download-version $(VERSION) --force-download get-orig-pom: wget -O debian/pom.xml http://repo1.maven.org/maven2/com/fifesoft/rsyntaxtextarea/$(VERSION)/rsyntaxtextarea-$(VERSION).pom debian/watch0000644000000000000000000000015112222356604010216 0ustar version=3 http://sf.net/rsyntaxtextarea/ rsyntaxtextarea_([\d\.]+)_Source\.zip debian debian/orig-tar.sh debian/README.source0000644000000000000000000000125212231033751011342 0ustar Please use debian/rules get-orig-source to obtain the dfsg compatible sources for rsyntaxtextarea. Please use debian/rules get-orig-pom to obtain the pom file. This package uses a git version control system as described in http://wiki.debian.org/Java/JavaVcs and the pages linked from there. Specifically git-build-package is used for version control and patch management. Workflow for new upstream: # download new upstream version uscan # import upstream version into git repo gbp import-orig --pristine-tar ../rsyntaxtextarea_2.5.0.orig.tar.gz # switch to patch-queue branch an reapply patches gbp-pq rebase # recreated debian/patches and switch back to master gbp-pq export debian/changelog0000644000000000000000000000201012231036426011030 0ustar rsyntaxtextarea (2.5.0-1) unstable; urgency=low * new upstream release -- Benjamin Mesing Sun, 20 Oct 2013 22:10:31 +0200 rsyntaxtextarea (2.0.7-1) unstable; urgency=low * update to v 2.0.7 * switch from svn to git * use maven-helper simplify rules -- Benjamin Mesing Mon, 07 Oct 2013 21:41:25 +0200 rsyntaxtextarea (1.5.1-2) unstable; urgency=low * Team upload. * Work around a typo in the build.xml causing FTBFS with Java7. -- Niels Thykier Thu, 21 Jun 2012 11:47:38 +0200 rsyntaxtextarea (1.5.1-1) unstable; urgency=low * New upstream release. - First upload to Debian. (Closes: #613585) * Move default-jdk-doc to Recommends in d/control. * Update d/watch and d/orig-tar.sh files to sf.net. * Clean d/copyright. -- Vladimir Kotov Wed, 11 May 2011 00:45:07 +0300 rsyntaxtextarea (1.5.0-1) unstable; urgency=low * Initial release. -- Vladimir Kotov Wed, 16 Mar 2011 00:21:43 +0200 debian/librsyntaxtextarea-java.poms0000644000000000000000000000006712223067212014742 0ustar debian/pom.xml --no-parent --usj-name=rsyntaxtextarea debian/compat0000644000000000000000000000000212222356604010366 0ustar 7 debian/orig-tar.sh0000755000000000000000000000053312222356604011254 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' TAR=../rsyntaxtextarea_$2.orig.tar.gz DIR=rsyntaxtextarea-$2.orig unzip $3 -d $DIR GZIP=--best tar -c -z -f $TAR $DIR rm -rf $3 $DIR # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/librsyntaxtextarea-java.jlibs0000644000000000000000000000003112222356604015063 0ustar dist/rsyntaxtextarea.jar debian/source/0000755000000000000000000000000012222356604010470 5ustar debian/source/format0000644000000000000000000000001412222356604011676 0ustar 3.0 (quilt) debian/librsyntaxtextarea-java-doc.javadoc0000644000000000000000000000006212222356604016136 0ustar javadoc /usr/share/doc/librsyntaxtextarea-java/apidebian/patches/0000755000000000000000000000000012231032565010614 5ustar debian/patches/series0000644000000000000000000000007312231032565012031 0ustar 0001-Modified-build.xml-for-debian-specific-settings.patch debian/patches/0001-Modified-build.xml-for-debian-specific-settings.patch0000644000000000000000000000267412231032565023265 0ustar From: Benjamin Mesing Date: Mon, 7 Oct 2013 21:18:31 +0200 Subject: =?UTF-8?q?Modified=20build.xml=20for=20debian=20specific=20settin?= =?UTF-8?q?gs=0A-=20added=20clean=20target=0A-=20build=20java=20doc=0A-=20?= =?UTF-8?q?link=20javadoc=20to=20system=20path?= --- build.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index e118d20..229e5c6 100644 --- a/build.xml +++ b/build.xml @@ -45,7 +45,7 @@ - @@ -100,12 +100,18 @@ + breakiterator="yes" windowtitle="RSyntaxTextArea API" doctitle="RSyntaxTextArea - ${version}"> + + + + + + debian/copyright0000644000000000000000000000075112222356604011126 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: RSyntaxTextArea Upstream-Contact: Robert Futrell Source: http://fifesoft.com/rsyntaxtextarea/ Files: * Copyright: 2003-2013, Robert Futrell License: LGPL-2.1+ Files: debian/* Copyright: 2011, Vladimir Kotov , 2013, Benjamin Mesing License: LGPL-2.1+ License: LGPL-2.1+ On Debian GNU/Linux system you can find the complete text of the LGPL-2.1 license in '/usr/share/common-licenses/LGPL-2.1' debian/pom.xml0000644000000000000000000000442312222356604010510 0ustar 4.0.0 com.fifesoft rtext-root-pom 3 ../../pom.xml com.fifesoft rsyntaxtextarea 2.0.7 jar RSyntaxTextArea RSyntaxTextArea is the syntax highlighting text editor used in RText, pulled out into its own jar so it is easily usable in any application. Features include Syntax highlighting for 20+ languages, Code completion, Regex find and replace, Macros, Code templates, Unlimited undo/redo Line numbering and bracket matching. 2003 http://www.fifesoft.com/rsyntaxtextarea/ GNU Lesser General Public License http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt repo http://svn.fifesoft.com/viewvc-1.0.5/bin/cgi/viewvc.cgi/RSyntaxTextArea/?root=RSyntaxTextArea http://svn.fifesoft.com/svn/RSyntaxTextArea/RSyntaxTextArea/ Robert Futrell http://www.fifesoft.com junit junit ${junit-version} test maven-compiler-plugin ${compiler-plugin-version} default-compile true ${javac14-compiler-executable} 1.4 1.4 1.4 compile