summaryrefslogtreecommitdiff
path: root/devel/pilrc
AgeCommit message (Collapse)AuthorFilesLines
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-1/+2
2005-10-03Get rid of some more stuff that was to be removed after 2005Q3.wiz1-4/+1
2005-05-26update to 3.2: numerous enhancements and bugfixesdillo3-31/+16
2005-05-22Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:jlam1-2/+2
USE_GNU_TOOLS -> USE_TOOLS awk -> gawk m4 -> gm4 make -> gmake sed -> gsed yacc -> bison
2005-05-19Use PATCH_DIST_CAT to simplify applying the strange pilrc patch.jlam1-22/+27
Also, while we're here, convert to use the options framework. Note that the deprecated variable PILRC_USE_GTK should be removed after the pkgsrc-2005Q3 branch is cut.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests.agc1-1/+3
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv1-2/+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-06-12don't call install -d with >1 directory argument.grant1-2/+3
2004-04-25Convert to buildlink3.snj1-3/+3
2004-04-06I don't use PalmOS any more.dillo1-2/+2
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2003-12-03s/tr/${TR}/g from Soren Jacobsen PR pkg/23631.xtraeme1-2/+2
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-13PKGREVISION bump for libiconv update.wiz1-2/+2
2003-05-05PKGREVISION goes after PKGNAME.jmmv1-2/+2
2003-05-02Dependency bumps, needed because of devel/pth's major bump, and relatedwiz1-1/+2
dependency bumps.
2003-03-29Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.jmmv1-2/+2
2002-10-24remove unneeded patches -- should have been done during package updatedillo2-370/+0
2002-10-15update to 2.9.10dillo2-21/+28
changes unknown
2002-10-13buildlink1 -> buildlink2.wiz1-3/+3
2001-11-29Get rid of manually adding "nbX" to PKGNAME when a pkg was changed inhubertf1-2/+3
pkgsrc. Instead, a new variable PKGREVISION is invented that can get bumped independent of DISTNAME and PKGNAME. Example #1: DISTNAME= foo-X.Y PKGREVISION= Z => PKGNAME= foo-X.YnbZ Example #2: DISTNAME= barthing-X.Y PKGNAME= bar-X.Y PKGREVISION= Z => PKGNAME= bar=X.YnbZ (!) On subsequent changes, only PKGREVISION needs to be bumped, no more risk of getting DISTNAME changed accidentally.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum2-1/+1
2001-06-29USE_CONFIG_WRAPPER is automatically set if USE_BUILDLINK_ONLY is defined,jlam1-4/+2
so remove it from package Makefiles. Also move the inclusion of the buildlink.mk files to the end of the Makefile to just before bsd.pkg.mk to ensure that any Makefile settings occur before the buildlink.mk files.
2001-06-28Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.jlam1-9/+12
2001-05-18fix pilrcui, bump version to 2.8.4nb1dillo3-6/+153
2001-05-11update to 2.8.4dillo4-76/+188
pilrcui (ui previewer) is broken in 2.8, but we get support for LP64. What's new in 2.8 (Tue, 1 May 2001) ----------------- o added new resources - WORDLIST, GRAFITTIINPUTAREA, COLORTABLE, KEYBOARD, COUNTRYLOCALIZATION etc - [MOST ARE SYSTEM USE ONLY], see doc/manual.html for more information o ID generation consistancy fixes - ie: VERSION ID 1 "1.0", VERSION 1 "1.0" and VERSION "1.0" should work - restore's old behaviour to maintain compatibility in older sample code o SLIDER changes - fix warnings for sliders, no longer complain when legal :)) o error message fix - adjust include file messing error to have line # printed :) o DATA change - such that the data file can be found in include directories specified o added -LE32 flag, generate little endian 32bit compatible resources (ARM, NT) o various bugfixes et al :P o recursive includes (32-level deep) now supported o added src2unix.sh script to strip ^M chars for UN*X users o fixed strdup complaints o updated documentation (POPUPLIST example) o added "-R output.ro -prc" option - resources are bundled into a prc database (instead of .bin) !yay! - DEFAULT: cr8r: 'pRES' type: 'data' name: "PilRC resources" - (can be installed on device) o ability to custom specify the above using -creator -type and -name o added srcindent.sh script to indent all source files using indent tool o VC++ error/warning message syntax fix o added creationDate/modificationDate chunks o added support for non-32bit operating systems (alpha etc)
2001-05-02o ${MKDIR} -> ${INSTALL_DATA_DIR}zuntum1-10/+7
o simplify docs installation o simplify WRKSRC -- it's now WRKDIR/PKGNAME
2001-04-30Make 'missing' executable, in the hope that it helps (see bulk build).wiz1-1/+2
2001-04-27Disable for alpha and sparc64 - the code assumes that sizeof(char *) issimonb1-1/+4
the same size as sizeof(int).
2001-04-25PRC-Tools is a complete compiler tool chain for building Palm OSwiz6-0/+182
applications in C or C++. It is free software. The PRC-Tools package includes patched versions of the GNU packages GCC, binutils, and gdb, along with various post-linker tools to produce Palm OS .PRC files. Supplied by Dieter Baron.