summaryrefslogtreecommitdiff
path: root/devel/libbegemot
AgeCommit message (Collapse)AuthorFilesLines
2007-01-27Update to 1.11, provided by Hans Rosenfeld on pkgsrc-users.wiz5-34/+20
2005-05-31 Harti Brandt * Remove clauses 3 and 4 from the copyright sections. 2002-09-03 Hartmut Brandt * Keep the patch level in the directory and tar name, but leave it out from the rpm package name. Always bump patch level and rpm revision together. 2002-09-02 Hartmut Brandt * Makefile.in: use $(LIBTOOL) to refer to libtool. Work around a problem with top_builddir. * libbegemot.spec: new file to create RPM packages. Kindly contributed by Eric Moret. 2002-08-30 Hartmut Brandt * convert configure.in to configure.ac for new autoconfig. * prstat.c: add a number of fields for *BSD.
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam1-2/+2
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam1-1/+2
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-04-12Aligned the last line of the buildlink3.mk files with the first line, sorillig1-2/+2
that they look nicer.
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
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.
2005-08-20Add one missing man page to the PLIST.kristerw2-3/+4
Bump PKGREVISION.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-04-05Add buildlink3.mk file.wiz1-0/+18
2005-04-05pkglint.wiz1-2/+1
2005-04-05Sort.wiz1-27/+27
2005-02-23Add RMD160 digests.agc1-1/+2
2004-10-09This was never fixed to use .la files in the PLIST way back when, and now,tv2-6/+4
only the .la file goes in the PLIST.
2004-06-12use bl3 so that gcc specific flags are stripped out.grant1-1/+2
2004-05-24Make this package compile when using gcc 3.3.kristerw2-1/+15
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-05-16Initial import of the begemot library, libbegemot-1.9, into the Packagesagc5-0/+89
Collection. This package contains a library of functions which are found useful in daily programming. They are used by most of the other BEGEMOT packages. I am informed that "begemot" is Russian for "hippopotamus"