Commit graph

31 commits

Author SHA1 Message Date
reed
e2336bb021 "It's" stands for "it is" (or "it has"). The apostrophe is not used
for a possessive (like her, his, whose, their, and its).

Note that I didn't check for proper use of "its" (when it should
be "it is" or "it has" instead).

I also saw over 15 other grammar or punctuation problems, but not
fixed in this commit.
2003-08-30 02:14:19 +00:00
seb
0d7159e7bd USE_NEW_TEXINFO is unnecessary now. 2003-08-09 10:27:40 +00:00
grant
91f00f1cbc s/netbsd.org/NetBSD.org/ 2003-07-17 21:21:03 +00:00
dmcmahill
f54512120a Update to the 20030525 development snapshot
Release notes for the gEDA/gaf 20030525 development snapshot
------------------------------------------------------------
CHANGES:

   General / Summary

        * This release is mainly a packaging release.  Several
          contributed pieces were integrated into the gEDA/gaf
          release framework including:

                - Piotr Miarecki's geda (gManager)
                - Piotr's gEDA Suite setup.
                - geda-examples which is a tarball of various
                  examples of gEDA/gaf in action.

        * Two new backends were also incorporated (switcap and spice-sdb)

        * Improved the toplevel Makefile a little bit.  Now if you are
          building from a CVS checkout, you can: 1) set the PATH and
          LD_LIBRARY_PATH variables (as usual) and 2) type: make install
          and the Makefile will take care of running auto* as required.

   libgeda

        * Shared library version number still at 18 (unchanged).

        * No changes for libgeda.

   gschem

        * Applied patch by Mario Klebsch for bug #43: "If gschemdoc is
          not install, gschem crashes".

        * Fixed a crash when you press the q key or any other "no-action"
          key.  This was changed behavior when using guile 1.6.3.

        * Added "reset-component-library" and "reset-source-library" rc
          keywords.  Now from either ~/.gEDA/gschemrc (or gnetlistrc)
          or a local gschemrc (or gnetlistrc) file, you can empty out
          all the default libraries and set your own.

        * Fixed the x_multimulti.nw build problem that some people ran into.

        * Updated the Brazilian translation (new file supplied by Antonio).

   gnetlist

        * Applied a patch by Dan McMahill to get the PCBboard backend working
          with guile 1.6.3

        * Integrated Stuart Brorson's advanced spice backend (spice-sdb).
          Please see the howto in the docs directory (docs/spice-sdb/)
          for more info on this backend.  The only changes I made to
          Stuart's original code was to lowercase the name of the backend
          (from spice-SDB to spice-sdb).  Also check out his spice website
          at: [1]http.

        * Integrated Dan McMahill's switchcap backend.  Please see the
          gnetlist/docs/README.switcap for more info.  Also see the
          documentation in the docs package (docs/switcap) for even more
          info.

        * Applied a patch from Dan to the gnetlist.1 manpage.

   gsymcheck

        * No changes for gsymcheck.

   symbols

        * Werner Hoch updated a bunch of symbols in the max symbol library
          along with adding a few new symbols.  Thanks!

        * Integrated a few new symbols for Stuart's spice backend.

        * Integrated a few new symbols for Dan's switcap backend.

        * Fixed 93Cx6-1.sym to include power information (patch by
          Holger Dietze). (Bug#65)

        * Applied Wojciech Kazubski's --with-docdir patch.  Now you can
          specify where the documentation is installed using --with-docdir
          at the ./configure stage.

        * Fixed 74/7408-2.sym and 74/7409-2.sym, these symbols were swapped.
          Pointed out by Mario Klebsch.

        * Integrated a bunch of symbols from various people (thanks)
          who used the website upload mechanism.  Btw, the website symbol
          upload is so much easier for me, so please continue using it.
          I think I have a few symbols I still need to finish integrating.

   geda (gManager)

        * From the README:

                "gEDA Suite Project Manager is a start point for
                 everything what you may want to do. It is used to
                 organize your files and easy running tools. It
                 simplifies your job."

          Even though it is called gManager or Project Manager, the
          built executable is called "geda".  Please play with it and
          let Piotr know of any suggestions or bugs.

        * This is the first release of this program inside the gEDA/gaf
          framework.

        * Integrated this program into the toplevel Makefile (so that it gets
          built when you type make install etc...)

        * If you build using the toplevel Makefile from now on, you must
          have geda in the current directory.

   setup

        * This is Piotr's gEDA Suite Setup program.

        * This is the first release of this program inside of the gEDA/gaf
          framework.   Please send all bug reports to Piotr.

        * Here's how you use it:

           1) Download all the gaf files and the required libraries
              and put them all into one directory.
           2) Download guile-1.4.1.tar.gz and put it also into the
              above directory.
           3) Type: make xinstall
           4) Follow the GUI.

          Setup will build and install all of gEDA/gaf.  Eventually this
          will be extended to build/install the rest of gEDA and gEDA
          related programs.  Please let Piotr know of any suggestions or
          bugs.

          Make sure you have guile-1.4.1.tar.gz in the current directory
          along with all the gaf tarballs.

        * If you build using the toplevel Makefile from now on, you must
          have setup in the current directory.

   utils

        * Applied a patch by Charles Lepple to fix a build problem on OSX.

        * Applied Wojciech Kazubski's --with-docdir patch here as well.

   docs

        * Integrated documentation for Dan's and Stuart's new backends.

        * Applied Wojciech Kazubski's --with-docdir patch here as well.

   examples

        * This is the first release of the example package inside of
          the gEDA/gaf framework.

        * This package includes:

          - Stefan's gTAG : An example of hierarchical schematics using gaf.

          - Terry Porter's lightning_detector: An example of how to use
            gEDA/gaf with PCB.

          - Stuart Brorson's TwoStageAmp and RF_Amp : Examples of how
            to use spice-sdb for single page and hierarchical SPICE
            simulation using gEDA/gaf.

          If anybody else has some projects they would be willing to allow
          me to distribute, please let me know!  I'm always looking for
          examples of gEDA/gaf in real use.

        * The examples are not installed, but the toplevel Makefile expects
          the tarball to be untarred in the current directory.


   For more a detailed ChangeLog please look in the appropriate source
   directories.
2003-07-15 09:23:31 +00:00
wiz
43fa0c7cb6 PKGREVISION bump for libiconv update. 2003-07-13 13:50:19 +00:00
drochner
91e8c04971 -no need for USE_GNU_GETTEXT
-this really doesn't USE_LIBTOOL
2003-07-09 14:46:49 +00:00
drochner
cfb99139f7 #include <locale.h> before using LC_WHATEVER 2003-07-09 14:45:59 +00:00
seb
029ade2631 convert to USE_NEW_TEXINFO. 2003-06-26 23:32:57 +00:00
jmmv
f1446ddf2b Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
jmmv
8a555528c0 PKGREVISION goes after PKGNAME. 2003-05-05 19:05:05 +00:00
wiz
7166660e08 Dependency bumps, needed because of devel/pth's major bump, and related
dependency bumps.
2003-05-02 11:53:34 +00:00
dmcmahill
3414f91a32 update to gEDA-20030223
Quick summary of changes:

- works with guile-1.6.3 now
- Norwegian/Danish/German character fixes
- PNG output now has some of the objects appearing to have the right thickness.
- added Russian translation
- bug fix in postscript output
- non-applicable menu choices are now greyed out
- fixed PADS netlist output bug
- added several components to library
- added multisheet refdes renumber utility
- several other bug fixes.
2003-03-09 06:18:23 +00:00
cjep
f2bc62817c USE_PKGLOCALEDIR 2003-01-10 07:34:16 +00:00
grant
697a352f0b USE_GNU_GETTEXT allows this to build.
From pino@dohd.org in PR pkg/19437.
2002-12-18 13:01:18 +00:00
dmcmahill
66e0552abe update the gEDA suite of tools to the 20021103 release.
This represents many many improvements and bug fixes.  A few items to
note are that the attributes used by the symbol library have been
greately cleaned up and unified.  You may want to run gsymupdate and gschemupdate
if migrating from older versions of the tools.
2002-12-13 05:19:44 +00:00
tron
39a943ad92 Replace "true" by "${TRUE}". 2002-12-09 16:01:10 +00:00
rh
ad5188cf52 Dan maintains gEDA these days. 2002-10-14 09:59:28 +00:00
dmcmahill
95a94d7cab update the gEDA suite of tools to the 20020414 snapshot.
Many bug fixes and improvements since last snapshot.  Many more
symbols added to the libraries.
2002-05-18 18:08:39 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
skrll
08bdd44549 mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
2002-02-15 10:12:28 +00:00
zuntum
37637e483f Move pkg/ files into package's toplevel directory 2001-11-01 00:47:39 +00:00
dmcmahill
10de104e58 update to gschem-20010708
this represents nearly a year and a half of bug fixes and enhancements to
numerous to list.
2001-07-17 03:01:09 +00:00
agc
4681741c45 Move to sha1 digests, and add distfile sizes. 2001-04-19 16:26:55 +00:00
agc
18ea9c7e79 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:22:24 +00:00
wiz
2db9056f6e Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 13:41:26 +00:00
wiz
a24e57d020 USE_PKGLIBTOOL -> USE_LIBTOOL 2000-08-15 23:31:47 +00:00
rh
74add3b300 s/USE_LIBTOOL/USE_PKGLIBTOOL/
Add a new USE_LIBTOOL definition that uses the libtool package instead of
pkglibtool which is now considered outdated.
USE_PKGLIBTOOL is available for backwards compatibility with old packages
but is deprecated for new packages.
2000-06-01 11:23:11 +00:00
rh
cf664af401 Update gEDA to 20000220.
Changes include:

 * New dialog boxes by Matt Ettus:
   - A much improved attribute edit dialog box
   - A multiple attribute edit dialog box

 * Improved Hierarchy Support:
   - Hierarchy/Down Schematic
   - Hierarchy/Down Symbol
   - Hierarchy/Up

 * Text alignment.

 * Attributes are now required to have no spaces besides
   the equals sign on each side.  This shouldn't cause
   any problems for anybody.

 * Bunch of updates to the various gnetlist backends
   (basically all submitted changes have been integrated).
   Integration of JM Routoure's PCB backend work (Thanks!).
   Bug fixes and improvements by Matt Ettus, Stefan
   Petersen and Bas Gieltjes.

 * Added a bunch of contributed symbols.  Thanks to
   all that have contributed!  There are now 566 symbols
   in the library.

 * Documentation.  There are the beginnings of docs now.
   Here's the current list:
         attributes.txt -- Master attribute list
         fileformats.html -- gEDA file formats
         gschem.txt -- The start of a serious user's
         guide keymapping.html -- Stefan's keymapping
         document netattrib.txt -- A HOWTO on the net=
         attribute symbols.html -- The ever useful symbol
         creation guide

 * Bug fixes and improvements to some of the utils.

 * Lots and lots of bug fixes (and bug introductions).
2000-02-22 08:38:51 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
rh
6f76911baf Add conflict with gEDA versions < 19991011. 2000-01-02 23:28:33 +00:00
rh
beac8447ca Initial import of gschem-19991011, a schematic capture program. 2000-01-02 22:30:25 +00:00