Commit graph

51 commits

Author SHA1 Message Date
wiz
60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00
dmcmahill
83703ff8af update to pstoedit-3.45
New or changed in 3.45:

     * Some minor corrections of warnings issued by Coverity Prevent
       (security related checks).
     * fixed a bug in the fig backend related to dotted lines.
     * added better support for pagesize handling in the driver framework.
     * better handling of fonts using 0 encoded characters (thanks to
       Vladimir Eltsov)
     * fixed a problem which caused newer versions of GhostScript to go
       into an endless loop.

New or changed in 3.44:

     * hotfix for the Aysmptote driver to make it compatible with
       Aysmptote version 1.00.
     * removed some diagnostic messages concerning temporary file
       handling.
     * removed the pstoedit-config.* since this is replaced by the
       pkg-config file pstoedit.pc.

New or changed in 3.43:

     * some usability improvements as proposed in Debian Bug
       Report #347732
       [1]http://groups.google.com/group/linux.debian.bugs.dist/msg/c38e1f
       79d75b3152?dmode=source&hl=de
     * cleaned some minor problems found by the Klocwork checker
       ([2]www.klocwork.com )
     * replaced tempnam with mkstemp where available.
     * replaced several string related functions with the secure versions
       where available (Windows - VC++2005)
     * switched back again to calling GhostScript as .exe instead of via
       the DLL in case pstoedit is called via gsview. Reason - there can
       be only one instance of GhostScript per process and gsview needs a
       second instance.
     * a new driver for the OpenOffice metafile format (drvsvm)
       contributed by Thorsten Behrens.
     * source code cleanup considering messages issued by Gimpel's
       FlexeLint/PC-Lint ([3]www.gimpel.com ).
     * added a "-glyphs" option. Given this option, the PostScript
       frontend passes also (if possible) the glyph names to the backend.
       However, so far no backend really uses the glyph names. This is
       only a preparation for future work.
     * changed the way how Image/Graphicmagick is handled by configure.
       Now configure tries to use pkg-config as proposed by the maintainer
       of the Debian version of pstoedit (Ray Dassen).
     * included a further patch for the Aysmptote driver.
2009-03-10 03:29:37 +00:00
gdt
a469708402 add
LICENSE=	unclear-license
because the man page says there are multiple licenses.
2008-09-10 13:59:43 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
joerg
b28871bb12 plotutils takes care of X11. 2007-02-02 19:20:21 +00:00
rillig
0b9f06b004 Needs a C compiler. 2006-07-02 10:12:52 +00:00
wiz
02f8f7c52d Bump BUILDLINK_ABI_DEPENDS.png and PKGREVISION for png-1.2.9nb2 update. 2006-04-17 13:45:57 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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-03-04 21:28:51 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
joerg
64b116c873 Include unistd.h for mkstemp on DragonFly. 2005-12-28 17:27:28 +00:00
jlam
e6e49a2f0f Change all instances of including mk/ghostscript.mk into asking for
the appropriate tool via USE_TOOLS (usually "gs:run"), and remove
ghostscript.mk.  This change removes a rather out-dated file from
pkgsrc and switches packages to use the more compact implementation
of the Ghostcript-handling inside the tools framework.
2005-11-28 06:41:20 +00:00
drochner
4084b1fbd0 remove stale patchfiles 2005-08-26 09:29:00 +00:00
drochner
5f7902d92d fix the environment variable which tells the path to ghostscript.
this way, configure will continue, even with no ghostscript installed
at build time. I realli don't want a hard dependency on a specific version.
Should fix build error seen in bulk build.
2005-08-19 15:49:52 +00:00
drochner
a7665400fc update to 3.41
too many changes to list here -- see the ChangeLog for details
2005-08-12 19:29:29 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
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-06-01 18:02:37 +00:00
jlam
48781afdbb For packages that use GNU configure, don't bother adding "TOOL"
variables into CONFIGURE_ENV if the new tools framework already takes
care of adding them automatically.
2005-05-22 05:35:32 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
rillig
9b1b4e9b30 Added a patch that checks for the correct C preprocessor symbol
(__NetBSD__) instead of NetBSD. Approved by wiz.
2005-03-14 15:04:04 +00:00
drochner
2e6bc6713b check for __NetBSD__, not just NetBSD.
fixes build on -current
(there is a newer version available, tbd later)
2005-02-25 18:31:43 +00:00
agc
6a7b384635 Add RMD160 digests 2005-02-24 08:45:01 +00:00
wiz
6e02d7ee41 Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
2004-12-03 15:14:50 +00:00
jlam
43ac8c39e1 Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies the
former) for applications that are known to require C++.
2004-11-13 22:04:52 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
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-10-03 00:12:51 +00:00
grant
8fab3cd1c9 this needs -ldl on Solaris. 2004-06-15 11:38:00 +00:00
grant
cf43b97936 this only needs a c++ compiler. 2004-06-15 11:37:36 +00:00
snj
09f611ff22 Convert to buildlink3. 2004-04-15 22:55:56 +00:00
agc
3ad1bdbf06 Move WRKSRC definition away from the first paragraph in a Makefile. 2004-01-20 12:18:15 +00:00
markd
6b2ce1be48 Fix to build with gcc3. 2003-12-03 11:18:05 +00:00
gavan
3cdf51cc4d Set USE_GCC_SHLIB. Fixes linking on Solaris. 2003-11-07 14:48:07 +00:00
grant
0155927c43 s/netbsd.org/NetBSD.org/ 2003-07-17 21:41:05 +00:00
jschauma
e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00
seb
43ae6eb8c1 Use buildlink2.
Reduce configure's patch size with pkgdiff.
Install documentation files in $PREFIX/share/doc/{,html/}pstoedit.
Install one file at a time.

Bump PKGREVISION.
2003-05-06 23:03:10 +00:00
jmmv
0916498c1b Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz. 2003-03-29 12:40:00 +00:00
jlam
3ef633718c (1) Publicly export the value of _OPSYS_RPATH_NAME as RPATH_FLAG;
Makefiles simply need to use this value often, for better or for
    worse.

(2) Create a new variable FIX_RPATH that lists variables that should
    be cleansed of -R or -rpath values if ${_USE_RPATH} is "no".  By
    default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
    additional variables may be appended from package Makefiles.
2003-03-14 19:37:30 +00:00
jlam
1293a34c3e Use ghostscript.mk. 2002-09-13 06:53:31 +00:00
wiz
ec3941a982 Make nice version number. 2002-07-02 12:52:53 +00:00
wiz
b95b8e5d8b Add RCS Id. 2002-07-02 12:52:43 +00:00
itohy
882481b355 Oops, forgot X11BASE -> X11PREFIX change for xpkgwedge. 2002-05-08 02:14:09 +00:00
itohy
3a9ea86baa Update pstoedit to 3.31. Approved by wiz.
Tested compilation on i386 (a.out) and alpha (ELF).
Note the usage of libtool is not normal.
2002-05-07 13:18:26 +00:00
fredb
b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00
zuntum
d038a73ebd Move pkg/ files into package's toplevel directory 2001-10-31 22:52:58 +00:00
wiz
a4f21a5507 Move to sha1 digests, and/or add distfile sizes. 2001-04-21 09:54:06 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
hubertf
d32e698de6 Cleanup MKDIR usage => INSTALL_*_DIR
XXX need to teach pkglint to be more picky about this
2001-02-25 04:17:35 +00:00
wiz
a2a4d06c6f Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT. 2001-02-16 15:22:13 +00:00
wiz
3bdf5fe6b0 fix compilation 2000-08-25 00:17:05 +00:00
dmcmahill
0c9efb5fde update plotutils depends 2000-08-24 00:04:25 +00:00
hubertf
402899809a Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.

MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-18 22:46:29 +00:00
itohy
71847d8df2 Rename PKGNAME of plotutils to "plotutils-2.3nb1" as suggested. 2000-07-18 23:07:46 +00:00
itohy
7f485f7ba3 Oops. s/\+/?/ 2000-07-18 08:10:12 +00:00