summaryrefslogtreecommitdiff
path: root/converters/macfork
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2008-08-02Fix (well, hack around) broken amd64 build caused by misuse of va_list.dholland2-1/+113
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam1-4/+6
their files via a custom do-install target.
2006-03-10Fixed pkglint warnings.rillig1-4/+4
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-06-16Create directories before installing files into them.jlam1-1/+3
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-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+2
2005-01-19Standard sez hton*() is in <arpa/inet.h>, and that happens to be wheretv3-5/+19
Interix has it. #include that too.
2004-11-13Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies thejlam1-2/+2
former) for applications that are known to require C++.
2004-11-13USE_BUILDLINK3 is a yes/no variable.jlam1-2/+2
2004-04-11Convert to buildlink3.snj1-2/+2
2004-01-22replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant1-2/+2
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc1-2/+2
2003-09-20Fix build on Solaris. Closes PR pkg/22872 by Jonathan Perkin.jmmv2-6/+8
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.
2003-05-29s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than justgrant1-2/+2
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
2002-11-14buildlink1 -> buildlink2jlam1-3/+4
2002-04-01Fix whitespace (pkglint complaint).cjep1-2/+2
2001-10-31Move pkg/ files into package's toplevel directoryzuntum3-4/+4
2001-09-26converters/macfork - simple macintosh resource fork tooljlam5-0/+47
A unix utility for extracting resources from a macintosh resource fork. Currently macfork only directly supports icon families, pict files, and palettes, but any resource data can be extracted to a file. Provided in pkg/13925 by Johan Danielsson <joda@pdc.kth.se>.