summaryrefslogtreecommitdiff
path: root/sysutils/gtk-send-pr
AgeCommit message (Collapse)AuthorFilesLines
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz1-2/+2
2010-11-15PKGREVISION bumps for changes to gtk2, librsvg, libbonobo and libgnomeabs1-2/+2
2010-09-14Bump dependency on pixman to 0.18.4 because cairo-1.10 needs thatwiz1-2/+2
version, and bump all depends. Per discussion on pkgsrc-changes.
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz1-2/+2
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2010-01-27DESTDIR supportjoerg1-1/+6
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-08-26bump revision because of graphics/jpeg updatesno1-2/+2
2008-01-21IRIX also need CPPFLAGS as with Solaris. Noted in PR 37681.obache1-1/+2
2008-01-20IRIX require -lgen for 'basename()', reported in PR 37681.obache1-1/+2
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-12-22Update gtk-send-pr to 0.4.9.obache2-6/+6
Patch provided by MAINTAINER by PR 37572. Changelog: 0.4.9 -> 0.4.8 - A small bug in the about dialog was fixed. - Work on the OS X port has resumed after a long time.
2006-12-08Update gtk-send-pr to 0.4.8.obache2-7/+7
Patch provided by maintainer(updated the e-mail address) by PR 35209. * The FreeBSD categories were updated to include sun4v * Code was reorganized to make it easier to create new GUI code. * Work began on the MacOS X native GUI
2006-09-17Update to 0.4.7, based on PR 34299 by Martin Wilke:wiz2-9/+8
0.4.6 -> 0.4.7 * Enforced non-empty Synopsis line. * do_sanity_checks() test before Send. * Default to ports as category. * Remove Help button and use a Prefs one. * Prepare code for future libification of the send_pr process. 0.4.5 -> 0.4.6 * The user can use the -a command line option to include files up to 32 times and the program will include them in the Fix section. * Problem Report definitions are handled with an opaque PR_DEFS structure and accessed via a helper function. * Some of the code was moved into a new file (pr_defs.c). * Some whitespace cleanup was done.
2006-04-17Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update.wiz1-2/+2
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-24Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 becausewiz1-1/+2
of the shlib major bump. PKGREVISION++ for the dependencies.
2005-08-21define strsep=strpbrk on Solaris.grant1-1/+3
fixes part of PR pkg/30584.
2005-08-10Remove the abuse of buildlink that was pkg-config/buildlink3.mk. Thatjlam1-2/+2
file's sole purpose was to provide a dependency on pkg-config and set some environment variables. Instead, turn pkg-config into a "tool" in the tools framework, where the pkg-config wrapper automatically adds PKG_CONFIG_LIBDIR to the environment before invoking the real pkg-config. For all package Makefiles that included pkg-config/buildlink3.mk, remove that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-07-21Change path from devel/pkgconfig to devel/pkg-config.wiz1-2/+2
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-06-01Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.jlam1-2/+1
Several changes are involved since they are all interrelated. These changes affect about 1000 files. The first major change is rewriting bsd.builtin.mk as well as all of the builtin.mk files to follow the new example in bsd.builtin.mk. The loop to include all of the builtin.mk files needed by the package is moved from bsd.builtin.mk and into bsd.buildlink3.mk. bsd.builtin.mk is now included by each of the individual builtin.mk files and provides some common logic for all of the builtin.mk files. Currently, this includes the computation for whether the native or pkgsrc version of the package is preferred. This causes USE_BUILTIN.* to be correctly set when one builtin.mk file includes another. The second major change is teach the builtin.mk files to consider files under ${LOCALBASE} to be from pkgsrc-controlled packages. Most of the builtin.mk files test for the presence of built-in software by checking for the existence of certain files, e.g. <pthread.h>, and we now assume that if that file is under ${LOCALBASE}, then it must be from pkgsrc. This modification is a nod toward LOCALBASE=/usr. The exceptions to this new check are the X11 distribution packages, which are handled specially as noted below. The third major change is providing builtin.mk and version.mk files for each of the X11 distribution packages in pkgsrc. The builtin.mk file can detect whether the native X11 distribution is the same as the one provided by pkgsrc, and the version.mk file computes the version of the X11 distribution package, whether it's built-in or not. The fourth major change is that the buildlink3.mk files for X11 packages that install parts which are part of X11 distribution packages, e.g. Xpm, Xcursor, etc., now use imake to query the X11 distribution for whether the software is already provided by the X11 distribution. This is more accurate than grepping for a symbol name in the imake config files. Using imake required sprinkling various builtin-imake.mk helper files into pkgsrc directories. These files are used as input to imake since imake can't use stdin for that purpose. The fifth major change is in how packages note that they use X11. Instead of setting USE_X11, package Makefiles should now include x11.buildlink3.mk instead. This causes the X11 package buildlink3 and builtin logic to be executed at the correct place for buildlink3.mk and builtin.mk files that previously set USE_X11, and fixes packages that relied on buildlink3.mk files to implicitly note that X11 is needed. Package buildlink3.mk should also include x11.buildlink3.mk when linking against the package libraries requires also linking against the X11 libraries. Where it was obvious, redundant inclusions of x11.buildlink3.mk have been removed.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-10Update to 0.4.5, provided by Miguel Mendez in PR#29904.cube2-6/+6
0.4.4 -> 0.4.5 - It's now possible to use STARTTLS to encrypt SMTP traffic. - Some memory leaks were fixed (a bunch of missing g_free()). - Parts of the code were edited to conform to the FreeBSD coding style guide. - A new application icon is included. - The man page was updated.
2005-02-24Add RMD160 digests.agc1-1/+2
2005-02-11Update to 0.4.4, from Miguel Mendez (maintainer) in PR pkg/29333.jmmv2-5/+5
* All SMTP errors are properly handled and reported now. * The -L option was added for compatibility with send-pr. * A bug in the NetBSD categories was fixed * The program uses some GTK+ 2.6+ widgets if that version of the library is installed
2005-01-19Update to 0.4.2:jmmv2-5/+5
* A bug in the argument parsing code was fixed. * The new -m option enables `Maintainer Mode' (see man page for detials). * Prevent the `Load error' dialog from showing up before the main window is visible. * The FreeBSD categories were updated * The man page was updated Patch from maintainer, Miguel Mendez, in PR pkg/29013.
2004-11-29Update to 0.4.1, provided by Miguel Mendez in PR 28443:wiz3-54/+5
- When creating the default user profile, the smtp port is now set to 25. - Drag and drop support has been fixed and now works with XFCE's xffm. - A bug was fixed that prevented text windows from autoscrolling when the cursor reached the bottom. - More code cleanup
2004-11-21Update gtk-send-pr to version 0.4, and assign maintainership to author,ben3-8/+55
"Miguel Mendez" <flynn@energyhq.es.eu.org>. Changelog: - All GTK_SIGNAL_FUNC instances were replaced by G_CALLBACK. - The file dialog now uses the GtkFileChooser widget. - All selections have been changed from GtkCombo to GtkComboBoxEntry. - The user can now specify the SMTP port (defaults to 25). - The remaining code was cleaned up (file.c and user_prefs.c). Also added an extra patch to fix a small bug in the scrolled window code.
2004-11-02Update sysutils/gtk-send-pr to 0.3.5.xtraeme2-5/+5
Changes: It is now possible to drag and drop text files in the Fix section, and they'll be automagically loaded. A new icon for the application was created. Some parts of the UI code were cleaned up.
2004-10-26Update sysutils/gtk-send-pr to 0.3.4, no changelog available.xtraeme2-6/+5
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-1/+2
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-08-28Use the new BUILDLINK_TRANSFORM commands to more precisely state thejlam1-2/+2
intended transformation: use "rm" to remove an option, "rmdir" to remove all options containing a path starting with a given directory name, and "rename" to rename options to something else.
2004-04-20Update gtk-send-pr to 0.3.3.minskim3-31/+8
Major changes: - Support SMTP authentication.
2004-04-20Bl3ify.minskim1-5/+5
2004-04-20Remove -DGTK_DISABLE_DEPRECATED from CFLAGS to make this package buildminskim2-6/+15
with GTK+ 2.4.
2004-03-26PKGREVISION bump after openssl-security-fix-update to 0.9.6m.wiz1-2/+2
Buildlink files: RECOMMENDED version changed to current version.
2004-01-03Bump package revisions for tiff update.reed1-1/+2
Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
2003-12-13Initial import of gtk-send-pr 0.3 from pkgsrc-wip.xtraeme5-0/+47
This is a GTK2 based tool, similar to send-pr(1), but with some nice features: o User friendly UI o Uses libesmtp to deliver mail to any SMTP server o Really free code (BSD licensed)