summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-09-11Garbage-collect USE_OPENSSL_VERSION now that openssl/buildlink2.mk supportsjlam8-21/+8
just setting BUILDLINK_DEPENDS.openssl. USE_OPENSSL_VERSION wasn't actually needed here anyway since the minimum version allowed by openssl/buildlink2.mk exceeded the version requested here.
2003-09-11Rewrite this file so that we can specify the version of OpenSSL that wejlam1-94/+112
need by simply setting BUILDLINK_DEPENDS.openssl. This buildlink2.mk file now functions just like any other typical buildlink2.mk file.
2003-09-11This needs a java1.2 implementationjmc1-1/+3
2003-09-11s/vulnerabilities/pkg-vulnerabilitesdmcmahill1-2/+2
2003-09-10note updates of libgdgeda to 2.0.15,dmcmahill1-1/+11
geda geda-docs geda-symbols geda-utils gnetlist gschem gsymcheck libgeda to 20030901, and the addition of geda-examples-20030901
2003-09-10add and enable geda-examplesdmcmahill1-1/+2
2003-09-10Update to the gEDA/gaf 20030901 development snapshotdmcmahill25-108/+165
Release notes for the gEDA/gaf 20030901 development snapshot ------------------------------------------------------------ CHANGES: General / Summary * The biggest change in this release is the addition of gtk+ 2.2.x support. Now you can build gEDA/gaf with either gtk+ 1.2.x or gtk+ 2.2.x. Some programs like setup and geda still require gtk+ 1.2.x, but that will be fixed in a future release. The original gtk+ 2.2.x patch was by Ye Ma (Thanks!). * Added --with-gtk12 commandline flag to all ./configure scripts to force the use of gtk+ 1.2.x. Just add this to the opt= variable in the toplevel Makefile to force all of gEDA/gaf to use gtk+ 1.2.x instead of gtk+ 2.2.x. The default used gtk+ library if both 1.2.x and 2.2.x are installed is gtk+ 2.2.x. * In order support above, pkg-config is now REQUIRED to successfully ./configure the packages. pkg-config is also required if you are building/linking against gtk+ 1.2.x. You can get pkg-config from either: [1]http://www.geda.seul.org/dist or [2]http://www.freedesktop.org/software/pkgconfig/ * If you do not keep all of your packages installed in one place or if it is not in a standard location (like /usr/lib/pkgconfig), then you must tell pkg-config where to look by using the PKG_CONFIG_PATH environment variable. I keep all of my *.pc files in /usr/local/lib/pkgconfig, so my PKG_CONFIG_PATH is set like this: export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig * Rewrote and simplified all the ./configure.ac files. Here are the versions of the auto* tools I use: autoconf (GNU Autoconf) 2.54 automake (GNU automake) 1.7.1 ltmain.sh (GNU libtool) 1.4.2 aclocal (GNU automake) 1.7.1 gettext (GNU gettext) 0.11.5 If you use any other versions, good luck. :-) libgeda * Shared library version number now at 19. * Removed libgeda-config, replaced with libgeda.pc (pkg-config file). In order for gschem and the other libgeda programs to find this file during the ./configure stage, you must set the PKG_CONFIG_PATH environment variable to something like this: export PKG_CONFIG_PATH=$HOME/geda/lib/pkgconfig:$PKG_CONFIG_PATH The settings for this variable is printed when you type 'make' in the upper most directory (toplevel) where you untarred all the source tarballs. * libgdgeda 2.0.15 is now required to build libgeda. * No significant code changes. gschem * Applied Carlos Nieves Onega's multi attribute patch. With this patch, the multi attribute add/edit dialog box behaves a lot more intelligently when adding or changing attributes. * Bunch of work to support both gtk+ 1.2.x and 2.2.x. * Rewrote the exit dialog box to look better under both 1.2.x and 2.2.x. Quite a few of the dialog box look bad under 1.2.x, but look absolutely dreadful under 2.2.x, so they will be recreated (and hopefully improved in the process) in future releases. gnetlist * Applied Carlos Nieves Onega's commandline (-l filename) load scheme patch. The scheme code is loaded and executed from the specified file before the backend is loaded. * Added the -m commandline flag which allows scheme code to be loaded from a file after the backend is loaded but before it is executed. * Integrated Carlos Nieves Onega's DRC2 backend. * Applied Carlos Nieves Onega's warning cleanup patch. * The required work to get gnetlist to work with both gtk+ 1.2.x and 2.2.x. * Added Bill Wilson's gnet-gsch2pcb backend. * Applied Stuart Brorson's latest changes to the spice-sdb netlister. His changes included the -s command line flag (sort output netlist) and the gnetlist:get-calling-flags as well as improvements to the spice-sdb backend itself. gsymcheck * No significant changes other than the gtk+ 2.2.x support changes. symbols * Werner Hoch updated a bunch of symbols in various directories including memory and 74. * Removed gesym-config. The new ./configure.ac files do not use this file anymore. * Added a bunch of contributed symbols (not all though, some are still pending for various reasons). * The author= and email= attribute on five symbols have been merged into one (author=). geda (gManager) * No changes setup * No changes utils * Finally integrated Werner Hoch's tragesym 0.0.5 into the utils package. tragesym is a symbol creator for gEDA/gaf written in python. * Applied patch by Holger Dietze to update gmk_sym to be current. * Integrated Bill Wilson's gsch2pcb package. gsch2pcb is conceptually based on the gschem2pcb shell script distributed with gnetlist, but additionally handles multiple schematics, handles element file footprints, and removes pc board elements corresponding to components deleted from the schematics. It also forward annotates component value changes * The necessary changes to support gtk+ 2.2.x. * Integrated pads backannotation script by Dan McMahill. A perl program which implements backannotation from Pads PowerPCB board layouts to gschem schematics. docs * Documented the merge of author= and email= (suggestion by Werner Hoch) * Updated spice-sdb document with a the latest version from Stuart Brorson. * Added Dan McMahill's documentation for the pads_backannotate script. examples * No changes. For more a detailed ChangeLog please look in the appropriate source directories.
2003-09-10import geda-examples, a set of examples of the use of the geda suite of tools.dmcmahill4-0/+162
2003-09-10update to libgdgeda-2.0.15. This version is based on gd-2.0.15 and isdmcmahill4-13/+11
required for the geda-20030901 release. A complete change list is not available.
2003-09-10Note revision bump for povray, to 1.jmmv1-1/+2
2003-09-10Move configuration files to the examples directory and use CONF_FILES tojmmv4-5/+28
copy them to sysconfdir. Bump PKGREVISION to 1.
2003-09-10During print-PLIST, use PKGNAME_NOREV to search for matches, not PKGNAMEjmmv1-2/+2
(though, keep the ${PKGNAME} replacement, as it contains the right value in the PLIST).
2003-09-10graphics/resize_imageitojun2-3/+5
2003-09-10resize_image, fast image resizing toolitojun7-0/+140
2003-09-10Added fondu, a set of tools to convert between Mac and UNIX fonts.manu6-2/+59
2003-09-10Regen checksum and do not use DIST_SUBDIR any more, so the distfile getsjmmv2-5/+4
refetched. Closes PR pkg/22352.
2003-09-10+ wavesurfer 1.5.3jmmv1-1/+2
2003-09-10Note update of pkg_chk to 1.40.jmmv1-1/+2
2003-09-10Add the FQDN (using hostname) to the tags list, in case it differs from thejmmv2-4/+4
short name (hostname -s). Fixes PR pkg/22734 by Eric Schnoebelen. Bump version to 1.40.
2003-09-10Fix typo.jmmv1-2/+2
2003-09-10Pull in rev 1.49 of perform.c from src/usr.sbin/pkg_install/info. Thisjlam1-3/+3
fixes a bug where the pkg_dbdir could no longer be a symlink to a directory.
2003-09-10Add handling for OpenWin on Solaris. Two files are patched withgavan5-12/+27
sed at install time which override the versions in the /usr/openwin tree. PREFIX no longer has a default value, as this relied on nonportable BSD make syntax. Makefiles generated with pkgxmkmf will now always need PREFIX set in the environment.
2003-09-10Note addition of databases/ruby-DBD-mysql pacakge 0.0.21.taca1-1/+2
2003-09-10Add and enable ruby-DBD-mysql.taca1-1/+2
2003-09-10Note version numbers for 0.9.6[hij].jlam1-1/+4
2003-09-10Only check if we need to add the rsaref dependency if we need the pkgsrcjlam1-3/+5
openssl.
2003-09-10Note update of database/ruby-DBI and database/ruby-DBD-postgresql pacakgetaca1-1/+3
to 0.0.21.
2003-09-10Use the built-in HAS_CONFIGURE and TEST_TARGET infrastructure to do thejlam1-44/+37
configure and test phases.
2003-09-10Honor CFLAGS/LDFLAGS from the environment.jlam3-7/+18
2003-09-10Note update of textproc/ruby-rdtool and devel/ruby-rd-mode package to 0.6.14.taca1-1/+3
2003-09-10Update ruby-rd-mode package to 0.6.14 with the update of ruby-rdtool package.taca1-3/+3
No change with ruby-rd-mode package itself.
2003-09-10Update ruby-rdtool package to 0.6.14.taca2-5/+5
= CHANGES :0.6.14 * minor fix for Ruby 1.8. * now rd2man generates better output. (thank you, Sugiura-san.)
2003-09-10Note addition of the RADIUS perl modules as net/p5-RADIUS.cjep1-1/+2
2003-09-10Add and enable p5-RADIUScjep1-1/+2
2003-09-10Initial import of the RADIUS perl modules (version 1.0) into the cjep4-0/+25
NetBSD packages collection as net/p5-RADIUS. This is a perl module that provides an interface to turn RADIUS packets into perl data structures and vice-versa.
2003-09-10make it clearer what this is good forhubertf1-2/+2
2003-09-10Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.seb1-5/+5
2003-09-10Adjust to new home on sourceforgehubertf2-7/+11
2003-09-10Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.seb1-3/+3
2003-09-10There's no need to preserve mode bits when copying the x11-links tree.jlam2-4/+4
This fixes problems where .buildlink assumes the mode of ${LOCALBASE}/share/x11-links, which may be read-only.
2003-09-10Fix REPLACE_PERL: pathnames listed should be relative to ${WRKSRC}.seb1-2/+2
2003-09-10kdbg-1.2.9 update.markd2-3/+3
2003-09-10Update kdbg to 1.2.9markd2-6/+5
Changes: * Really fixed security flaw regarding the program specific debugger command. (Thanks to Matt Zimmerman, who pointed out the flaw in the previous "solution".) * Fixed the charset definition in the Russian translation (thanks to Alexander Kogan).
2003-09-10Re-add (part of) this patch - solaris still needs it.markd2-1/+15
2003-09-10Remove the garbage at the end of patch-ab that was added by thejlam2-11/+8
pre-configure target. It was harmless but ugly.
2003-09-10Updated screen to 4.0.0adam1-1/+2
2003-09-10Changes 4.0.0:adam2-5/+5
* new screenrc parser, not 100% compatible * screenblanker support: new 'idle', 'blanker', 'blankerprg' commands * zmodem support via the 'zmodem' command * nonblock code rewritten, nonblock now understands a timeout. new command 'defnonblock'
2003-09-10Updated imap-uw to 2002.5adam1-1/+2
2003-09-10Updated: 27 August 2003adam5-27/+26
imap-2002e is a minor release, released concurrently with Pine 4.57, and contains primarily bugfixes. Programs written for imap-2002d should build with this version without modification. The NNTP client code now tries to perform better with legacy NNTP servers which do not comply with the current NNTP protocol specification draft, most notably Netscape Collabra. Delivery notifications now work reliably with SMTP servers that support it. The following changes are primarily of concern to developers and power users: There is a "limited advertise" option in env_unix.c which, if set, will only advertise the user's own namespace and the #shared/ namespace. It is now possible to build the IMAP toolkit with a separate SSL KEY file from the certificate file (SSLKEYS vs. SSLCERTS). A new BODY structure element, sparep, is available for the main program to use as a pointer for its own purposes; as well as a SET_FREEBODYSPAREP function, similar to SET_FREEENVELOPESPAREP, SET_FREEELTSPAREP, etc.
2003-09-10Updated scummvm to 0.5.1nb1adam1-1/+2