From c72c1cf5f95cbe537b005028f1743cddb16ef203 Mon Sep 17 00:00:00 2001 From: zuntum Date: Thu, 1 Nov 2001 00:57:41 +0000 Subject: Move pkg/ files into package's toplevel directory --- devel/astyle/DESCR | 22 ++++++++++++++++++++++ devel/astyle/PLIST | 6 ++++++ devel/astyle/pkg/DESCR | 22 ---------------------- devel/astyle/pkg/PLIST | 6 ------ 4 files changed, 28 insertions(+), 28 deletions(-) create mode 100644 devel/astyle/DESCR create mode 100644 devel/astyle/PLIST delete mode 100644 devel/astyle/pkg/DESCR delete mode 100644 devel/astyle/pkg/PLIST (limited to 'devel/astyle') diff --git a/devel/astyle/DESCR b/devel/astyle/DESCR new file mode 100644 index 00000000000..ad4bb342019 --- /dev/null +++ b/devel/astyle/DESCR @@ -0,0 +1,22 @@ +When indenting source code, we as programmers have a tendency to +use both spaces and tab characters to create the wanted indentation. +Moreover, some editors by default insert spaces instead of tabs +when pressing the tab key, and other editors (Emacs for example) +have the ability to "pretty up" lines by automatically setting up +the white space before the code on the line, possibly inserting +spaces in a code that up to now used only tabs for indentation. + +Since the NUMBER of space characters showed on screen for each tab +character in the source code changes between editors (until the +user sets up the number to his liking...), one of the standard +problems facing programmers when moving from one source code editor +to another is that code containing both spaces and tabs that was +up to now perfectly indented, suddently becomes a mess to look at +when changing to another editor. Even if you as a programmer take +care to ONLY use spaces or tabs, looking at other peoples source +code can still be problematic. + +To address this problem I have created Artistic Style - a series +of filters, written in C++, that automatically reindent & reformat +C/C++/Java source files. These can be used from a command line, or +it can be incorporated as classes in another C++ program. diff --git a/devel/astyle/PLIST b/devel/astyle/PLIST new file mode 100644 index 00000000000..95edb100c78 --- /dev/null +++ b/devel/astyle/PLIST @@ -0,0 +1,6 @@ +@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:22:20 zuntum Exp $ +bin/astyle +share/doc/html/astyle/astyle.html +share/doc/html/astyle/astyle_release_notes.html +share/doc/html/astyle/license.html +@dirrm share/doc/html/astyle diff --git a/devel/astyle/pkg/DESCR b/devel/astyle/pkg/DESCR deleted file mode 100644 index ad4bb342019..00000000000 --- a/devel/astyle/pkg/DESCR +++ /dev/null @@ -1,22 +0,0 @@ -When indenting source code, we as programmers have a tendency to -use both spaces and tab characters to create the wanted indentation. -Moreover, some editors by default insert spaces instead of tabs -when pressing the tab key, and other editors (Emacs for example) -have the ability to "pretty up" lines by automatically setting up -the white space before the code on the line, possibly inserting -spaces in a code that up to now used only tabs for indentation. - -Since the NUMBER of space characters showed on screen for each tab -character in the source code changes between editors (until the -user sets up the number to his liking...), one of the standard -problems facing programmers when moving from one source code editor -to another is that code containing both spaces and tabs that was -up to now perfectly indented, suddently becomes a mess to look at -when changing to another editor. Even if you as a programmer take -care to ONLY use spaces or tabs, looking at other peoples source -code can still be problematic. - -To address this problem I have created Artistic Style - a series -of filters, written in C++, that automatically reindent & reformat -C/C++/Java source files. These can be used from a command line, or -it can be incorporated as classes in another C++ program. diff --git a/devel/astyle/pkg/PLIST b/devel/astyle/pkg/PLIST deleted file mode 100644 index f6c68c0e938..00000000000 --- a/devel/astyle/pkg/PLIST +++ /dev/null @@ -1,6 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/15 13:32:35 hubertf Exp $ -bin/astyle -share/doc/html/astyle/astyle.html -share/doc/html/astyle/astyle_release_notes.html -share/doc/html/astyle/license.html -@dirrm share/doc/html/astyle -- cgit v1.2.3