Age | Commit message (Collapse) | Author | Files | Lines |
|
NetBSD 6, requested by tron.
|
|
Recursively bump package revisions again after the "freetype2" and
"fontconfig" handling was fixed.
|
|
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
|
|
|
|
|
|
|
|
requested by Thomas Klausner.
|
|
(additionaly, reset PKGREVISION of qt4-* sub packages from base qt4 update)
|
|
|
|
|
|
a) tiff update to 4.0 (shlib major change)
b) glib2 update 2.30.2 (adds libffi dependency to buildlink3.mk)
Enjoy.
|
|
|
|
|
|
|
|
While here, set LICENSE.
|
|
|
|
version, and bump all depends.
Per discussion on pkgsrc-changes.
|
|
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
|
|
|
|
|
|
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
|
|
|
|
|
|
to use instead "USE_TOOLS+=intltool". Remove now unused
intltool/buildlink3.mk
|
|
|
|
|
|
PKGLOCALEDIR and which install their locale files directly under
${PREFIX}/${PKGLOCALEDIR} and sort the PLIST file entries. From now
on, pkgsrc/mk/plist/plist-locale.awk will automatically handle
transforming the PLIST to refer to the correct locale directory.
|
|
scripts prior to revision 1.43 of bsd.pkginstall.mk.
|
|
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
|
|
|
|
of the shlib major bump.
PKGREVISION++ for the dependencies.
|
|
packages - specially of packages that I haven't touched for a long
while or those that other people can handle better than me.
|
|
2005-09-24
version 0.8.4:
* Implemented GOption (thanks Magnus Bergman).
* Added '--tab-width' command line option.
* Inform read-only file by less/greater than sign bracket.
* Improved Korean auto-detection.
* Added Hebrew translation (Yo'av Moshe).
* Added Turkish translation (Kaya Oguz).
* Added Greek translation (Stavros Giannouris).
* Updated Italian translation (Alessio D'Ascanio).
2005-07-22
version 0.8.3:
* Implemented replaced word highlighting.
* Modified line-number margin.
* Fixed space-separeted filename bugs (thanks Andrea Antolini).
* Added Slovak translation (Peter Chabada).
* Updated Polish translation (Michal Wrobel).
2005-07-02
version 0.8.2:
* Improved dependency caused by intltool (thanks Machismo Ulverstein).
* Modified left margin.
* Fixed Macintosh return code bug (thanks young dave).
* Fixed "response" signal of about diaglog (thanks Muthiah Annamalai).
* Updated Bulgarian translation (Yavor Doganov).
* Updated Simplified Chinese translation (Carlos Z.F. Liu).
2005-05-14
version 0.8.1:
* Implemented searched word highlighting.
* Modified Up/Down/PageUp/PageDown behaviour when scroll-outed.
* Fixed space-separated filename bug (thanks Chris Everts).
* Added Bulgarian translation (Yavor Doganov).
* Added Vietnamese translation (Quy NGUYEN DAI).
* Updated Hungarian translation (Reviczky Adam Janos).
* Updated Polish translation (Michal Wrobel).
2005-04-29
version 0.8.0:
* Implemented glib-gettext & intltool.
* Added Print feature (only invoke lpr).
* Added load stdin feature.
* Added command line options.
* Added '--enable-chooser' configure option for GtkFileChooser.
* Modified some small points (DnD, caret, shadow, sensitivity...).
* Changed shortcut keys displayed on menu.
* Fixed replace question dialog behavior (thanks Keith).
* Added Portuguese translation (thanks Alan Kelon).
2004-12-26
version 0.7.9:
* Shrinked codeset menu.
* Fixed destroy response for question dialog (thanks Richard S).
* Removed local "G_BROKEN_FILENAMES" setting.
* Removed scrollbar_spacing manipulation.
* Updated Swedish translation (by Isak Savo).
* Added Lithuanian translation (thanks Lech Jankovski).
* Added Polish translation (thanks Michal Wrobel).
|
|
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.
|
|
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
|
|
|
|
|
|
* Implemented widget sesnsitivity.
* Changed scrollbar_spacing to zero.
* Changed about dialog caption.
* Fixed undo sequency for Ctrl+V overwrite.
* Added Hungarian translation (thanks Reviczky Adam Janos).
* Added Catalan translation (thanks David Rosal).
* Added Tamil translation (thanks Vijay Durairaj).
* Added Italian translation (thanks Alessio D'Ascanio).
|
|
* Improved undo behavior by word.
* Fixed multi-line unindent properly.
* Updated German translation (thanks Ruediger Arp).
version 0.7.6:
* Improved command line recognition of filename (uri & space-separated).
* Added MimeType entry to leafpad.desktop (suggested by Carlos).
* Assigned Ctrl+G & Shift+Ctrl+G to Find Next/Previous.
* Added statements of copying permission to all source codes.
* Added French translation (thanks Luc Pionchon).
* Added Spanish translation (thanks Lucas Vieites).
|
|
Leafpad is a GTK+ based simple text editor and is ideal as a file viewer.
The user interface is similar to "notepad", aims to be lighter than GEdit
and KWrite, and to be as useful as them.
Its features are:
* Minimum requirements: for portability.
* Minimal menu items: to make full use of features and to learn easily.
* No toolbar: to maximize the text area.
* Single document interface (SDI): to set out windows to view at a time.
* Character coding auto detection: to open file quickly without multi-codeset
problems.
|