Commit Graph

344 Commits

Author SHA1 Message Date
obecian
84a97a595d lyx-1.1.6fix3 update
from Ryan McBride <mcbride@countersiege.com>
2001-07-27 02:38:27 +00:00
naddy
5f2065c764 - Make use of new bsd.port.mk feature and replace error reporting through
.BEGIN with ERRORS.
- Sync NEED_VERSION accordingly.
ok espie@
2001-07-18 10:59:00 +00:00
avsm
70ddae7fc9 update to pdflib-3.03 (jakob@ ok) 2001-07-16 09:43:54 +00:00
naddy
49afc89ea6 MASTER_SITES fix by Heikki Korpela <heko@saitti.net>:
- Add ftp.funet.fi and ftp.sunet.se mirrors where available.
- Remove broken ftp.funet.fi references.
2001-07-13 11:23:37 +00:00
espie
105e3c4b44 Say goodbye to aladdin ghostscript. It's now called afpl ghostscript,
and the port was only kept alive in expectance of a new gnu ghostscript
2001-07-03 15:41:08 +00:00
espie
5254f2a8db Gnu ghostscript 6.51, mostly revamped aladdin ghostscript 6.50 2001-07-03 15:38:26 +00:00
pvalchev
7172dff8eb These do not have licenses, so we cannot distribute distfiles/packages.
Set PERMIT_* to "no license" for now.  Authors will be contacted so that
they are aware of the situation, but we cannot break the copyright law.
2001-06-27 20:56:24 +00:00
pvalchev
3933285779 The source code does not have a license, but the README indicates that
redistribution (without modification) is allowed.
Keep PERMIT_DISTFILES* as Yes, and set PERMIT_PACKAGE* to "no license"
since we do not know if we are allowed to package.
2001-06-27 02:51:37 +00:00
pvalchev
e8a2398d62 Remove deprecated LICENSE_TYPE and set appropriate # comments
with its contents.
2001-06-20 01:43:11 +00:00
brad
d5668860af - remove unnecessary X11 header path
- remove DESTDIR from one location where it should not be and could
possibly cause problems.
2001-06-19 19:43:09 +00:00
brad
45f19205ed upgrade to transfig 3.2.3d 2001-06-19 16:41:02 +00:00
lebel
72b929d5cc during my COMMENT removal sweep the strip of gs was commented
on my local copy and was commited that way.  My error.
2001-05-28 15:14:56 +00:00
kevlo
5383140a88 Bump major rev in png dependeny entries after upgrade of png:
png.1 -> png.2
--
Ok'd by: brad@
2001-05-24 02:27:06 +00:00
obecian
670a12a320 + missing HOMEPAGE
+ replace deprecated LICENSE_TYPE
+ add comments about quasi-GPL
2001-05-21 05:54:39 +00:00
lebel
596402191b print: integrate COMMENT, bump NEED_VERSION. 2001-05-06 03:19:44 +00:00
espie
47ba06db0b Hopefully, teTeX_base doesn't need updating each time teTeX_texmf does. 2001-05-05 21:42:41 +00:00
espie
44836105d1 More gs sites 2001-05-05 21:30:48 +00:00
espie
b186afd8b2 , -> : in flavor deps. 2001-05-05 21:28:04 +00:00
espie
ec59bd6c90 There was a confusion wrt `domestic crypto'.
Ghostscript's pdf_sec.ps add-on is not affected, so kill the encrypt
package.
2001-05-05 21:05:05 +00:00
wilfried
a5669a970e fix RUN_DEPENDS, bad avsm@ 2001-04-19 11:08:03 +00:00
avsm
c3b8b2a9b2 better depends; prodded by naddy@ 2001-04-17 20:51:46 +00:00
naddy
9b33dfaf42 - Fix building against XF4; input from Heikki Korpela <heko@saitti.net>.
- Bring this port into the 21st century.
2001-04-17 13:13:25 +00:00
espie
eb2a84d505 Oops, gsx is installed as gs, in fact. 2001-04-14 22:53:39 +00:00
espie
427c9617fc Typo, thanks David. 2001-04-14 17:06:30 +00:00
espie
eea0957508 Add a gtk flavor that builds gsx with the new display device.
That device is ways faster than the traditional x11 device, especially
with anti-aliasing turned on. Unfortunately, it requires shared libraries
and does not interface with gv.

Note: I hope all devices are back in. Those of you looking for hp850 &
friends support, the driver has been integrated into the `uniprint' driver.
2001-04-14 16:54:04 +00:00
espie
41d8883900 Don't change GV resources, just say you can.
(x11 with aa is significantly slower than x11).
2001-04-14 16:49:20 +00:00
espie
e5a8bb69f6 Add afpl.
Simplify encrypt flavor handling. Give it a more reasonable package name.
2001-04-14 14:48:50 +00:00
espie
c6537db2da Initial import of afpl ghostscript 7.00.
`aladdin' stopped developping ghostscript. What exists is now called
`afpl'.

The 7.00 version offers a whole new set of possibilities. I haven't
even tried for compiling the gtk glue yet, but the most visible one
is the new, much improved aa support in x11 (compare the sample files
with old x11alpha and new x11 with aa options, as per gv).

Rename the directory along, leave aladdin ghostscript alone for now:
in two weeks time, GNU ghostscript 6.51 ships, and this will be just
aladdin ghostscript 6.50 with s/Aladding/GNU/. We want this for the CD.
2001-04-14 14:46:10 +00:00
espie
4135f66c4d While preparing for ghostscript 7.00, I found a lot of weirdness in that
port.

- why bother creating a man page if we don't install it ?
- our echo does handle \n, so it needs to be protected.
- for that matter, yield a sensible list of directories for OpenBSD.
- INSTALL script that predates dependencies...

And:
- prepare for gs 7.00, detect the version of ghostscript installed,
and tweak resource files to use x11 device with aa options instead
of the older x11alpha. Mark resource files as no checksum accordingly.
2001-04-14 14:43:04 +00:00
espie
f5ef7f193b PDFDIR relative to PREFIX. Useful for PLIST.
Let ghostscript-encrypt grab its directory directly from aladdin or gnu
ghostscript.

Includes a perfectly sick hack to obtain PDFDIR from those directories:
we do need PORTSDIR at Makefile parsing time, and for that, we just hack
its value from the current Makefile, avoiding endless recursion with
a flag.

Note that this hack is clean though, and doesn't need extra knowledge from
the rest of the ports tree.
2001-04-13 17:01:03 +00:00
espie
5df686c026 Forgot to bump NEED_VERSION.
Also, provide PDFDIForgot to bump NEED_VERSION.
Also, provide PDFDIRR
2001-04-13 16:44:26 +00:00
espie
d2b832c517 Minor clean-up.
Provides PDFDIR to help encrypt port.
2001-04-13 16:43:58 +00:00
espie
42cf5e5300 Update to AFPL ghostscript 6.50
- mktemp code was fixed
- hp850 drivers integrated
- rename patches.

I know that 7.0 is out, but 6.51 is going to be out in two weeks,
and be gnu ghostscript, hence this update.

Note that I haven't roamed through new drivers yet, I'm probably missing
some.
2001-04-13 16:35:29 +00:00
espie
af9c4f8289 Give a version number to ghostscript_encrypt
Pull COMMENT in.
2001-04-02 14:51:10 +00:00
espie
40d1d22966 Any ghostscript 2001-04-01 17:06:47 +00:00
espie
b0c4dbb777 Wildcard for ghostscript, to be activated soonish. 2001-04-01 17:04:06 +00:00
avsm
8aff46dd13 - update to jadetex-3.6
- kill pkg/COMMENT

Lots of bug fixes, upgrade from previous version (2.20) is recommended
2001-03-28 11:11:18 +00:00
obecian
3ddc7889cb kill pkg/COMMENT 2001-03-28 09:43:30 +00:00
obecian
a58b1d5038 + lyx-1.1.6fix1 UPDATE (no longer marked as BROKEN)
+ integrate COMMENT
+ bump NEED_VERSION
+ taking MAINTAINERSHIP from angelos@ (ok'd)
2001-03-28 09:32:31 +00:00
matt
c5d394a42b move COMMENTs into Makefiles 2001-03-25 19:17:45 +00:00
jakob
3e8e077b48 quote COMMENT; <kwesterback@home.com> 2001-03-25 18:17:18 +00:00
brad
98039ee97e - integrate COMMENT
- remove a bad dist site
- add another dist site; From & run by: Shell Hung <i@shellhung.org>
2001-03-25 17:24:35 +00:00
jakob
f8a06f347e add /previous_versions/ to MASTER_SITES
integrate COMMENT
2001-03-25 08:11:58 +00:00
brad
3e8d522623 - mkdir -> ${INSTALL_DATA_DIR}
- kill off FreeBSD-ism (NOPORTDOCS knob)
--
Patch from: Pete Fritchman <petef@databits.net>
2001-03-22 22:06:35 +00:00
wilfried
9910cb8abb respect CC/CFLAGS, ok maintainer 2001-03-16 10:33:41 +00:00
avsm
4a0bebaab4 - upgrade to dvipdfm-0.13.2b
- fix dependency (from naddy@)
- PREFIX->LOCALBASE where appropriate
2001-03-12 03:43:51 +00:00
brad
05850f9ba7 remove compatibility "hack" for older programs using freetype (removes
symlinks created in PREFIX/include).
2001-03-07 22:06:44 +00:00
espie
d939e929aa I consider this unmaintained. 2001-02-22 10:49:14 +00:00
avsm
3cdffff629 - note that the --without-x option is currently broken
- add USE_X11
2001-02-21 23:36:28 +00:00
avsm
d3ee0ce63f add htmldoc 2001-02-21 23:32:51 +00:00
avsm
c3686a4064 initial import of htmldoc-1.8.11
--
HTMLDOC was developed in response to a need to generate high quality
documentation in printed and electronic forms.  It converts source
HTML documentation into PDF and Postscript form, and has a GUI and
CLI front-end to accomplish this.
2001-02-21 23:31:31 +00:00
danh
30c19863f4 sync libtool patches 2001-02-19 20:04:09 +00:00
espie
a832f97289 Update to acroread-4.05. This one works with redhat_base.
Ok'd angelos@
2001-02-13 20:15:35 +00:00
avsm
f17b671559 + dvipdfm 2001-01-12 23:22:12 +00:00
avsm
6b338200be - import of dvipdfm-0.13.2
- patch to cure /tmp race condition added; it needs cleaning up before
  submitting back to authors though (espie@ ok)

--
Dvipdfm is a command-line DVI to PDF translator.

Its features include TeX \special's that approximate the functionality
of the PostScript pdfmarks used by Adobe Acrobat Distiller, the
ability to include PDF files and JPEG files as embedded images,
support for both Type1 and PK fonts, support for arbitrary linear
graphics transformations, a color stack accessible via \special's,
partial font embedding and stream compression for reduced output
file size, native, portable graphics via TPIC \specials, balanced
page and destination trees for improved reader access on very large
document files.
2001-01-12 23:21:06 +00:00
naddy
9c91e662ff fix CFLAGS; ok espie@ 2001-01-11 00:21:14 +00:00
espie
77dd8ba007 Fix packing list, we handle symlinks just fine, and there is no reason
not to package the man pages.
2000-12-26 23:28:21 +00:00
espie
ec0ac95073 bug-fix from graywane. 2000-12-23 20:51:22 +00:00
naddy
abfa9851a8 If HOMEPAGE is defined in Makefile, reference it in DESCR, too.
authorized by espie@

Fix a few minor cosmetic issues along the way.
2000-12-21 21:20:34 +00:00
brad
6cfef18ddc the freetype library itself does not require X libraries, so only install
the libraries and the headers.
2000-11-21 16:05:53 +00:00
brad
023fab349b - do not link shared libraries with libc.
- use "cc -shared" to create shared libraries.
2000-11-21 16:04:34 +00:00
espie
94a69d5e21 MAINTAINER 2000-10-23 16:08:12 +00:00
espie
03116ad3c6 A few more. 2000-10-22 16:21:17 +00:00
espie
efeb849ba1 A few more MAINTAINERS 2000-10-22 16:16:26 +00:00
espie
46b5f232b5 Kill
FAKE=Yes
HAS_CONFIGURE, GNU_CONFIGURE, USE_IMAKE, NO_INSTALL_MANPAGES, USE_AUTOCONF
and bump NEED_VERSION accordingly.
2000-10-22 15:41:23 +00:00
espie
aa4a7733cc Complete a few MAINTAINER names. 2000-10-22 14:02:46 +00:00
espie
3bfa960528 Use var substitution to yield a better installation message 2000-10-22 13:26:51 +00:00
espie
a9bbe85c9d Rewrite changes so that DEVICES is taken into account. 2000-10-16 17:50:14 +00:00
avsm
2328f50a9c add espie and my real names to MAINTAINER (comma separated) 2000-10-09 00:21:14 +00:00
jakob
98b9861186 add pdflib 2000-09-28 20:37:54 +00:00
jakob
a336f706d3 a C library to produce PDF files 2000-09-28 20:36:56 +00:00
avsm
5b96c29316 add jadetex to list 2000-09-13 15:05:37 +00:00
avsm
76d84f18d1 add jadetex-2.20 port
--
A set of TeX macros to process the output from the Jade/OpenJade
DSSSL tex backend.  It can output to DVI format, or directly to PDF
via the 'pdfjadetex' command.
2000-09-13 15:05:00 +00:00
avsm
8373f1365d - add a no_x11 flavour
- MAINTAINER is now both espie@ and avsm@
- use CONFIGURE_STYLE and remove deprecated GNU_CONFIGURE
- remove redundant FAKE=yes
- up the default limits for tex considerably.  This may be too
  much according to espie@, but we will down them later
- bump NEED_VERSION 1.218 -> 1.330
- add HOMEPAGE

ok'ed by espie@
2000-09-13 14:22:08 +00:00
jakob
c25b8c5d7f freetype needs X11; ok jasoni@ 2000-08-22 05:47:54 +00:00
brad
804b08c7e7 unified diff 2000-08-06 19:33:15 +00:00
brad
c0ff3477d4 upgrade to transfig 3.2.3c; From: ibrahim khalifa <maillist@val-axs.net> 2000-08-06 19:16:49 +00:00
matt
22f6eab7d5 Missing directory in $CONFIG_SAMPLE. 2000-07-30 20:03:31 +00:00
matt
a9546019be Bump NEED_VERSION (oops). 2000-07-28 10:32:52 +00:00
matt
88d80c0965 - take over as MAINTAINER from ports@
- FAKE, CONFIGURE_STYLE, HOMEPAGE
- move sample cfg file from lib to share/examples/enscript
2000-07-28 03:14:58 +00:00
brad
accb9f1a74 - sort PLIST
- remove old pre-extract check
2000-07-19 23:06:26 +00:00
espie
c030d29ba8 Bad Matt. 2000-07-11 14:48:21 +00:00
matt
e93eeaf4d1 Subst underscores for hyphens in FLAVOR names, since packages and work
directories use hyphens as FLAVOR delimiters.  OK'd by maintainer.
2000-07-11 01:09:35 +00:00
angelos
a99a21022b Release ports@openbsd.org, as I can no longer maintain ports that
depend on XFree86 3.3.6
2000-07-10 02:06:46 +00:00
krw
8066ef4fab Change PFRAG.shared ldconfig invocation(s) to
DYNLIBDIR() invocations.

Bump NEED_VERSION to 1.310 so DYNLIBDIR() works.

As requested by espie@
2000-07-04 01:29:29 +00:00
brad
fc9eafa939 change dependency, png.1.6 -> png.1 2000-06-25 22:40:14 +00:00
marc
bbc11d5544 png dependency fix; pointed out by jabley@automagic.org 2000-06-25 22:23:39 +00:00
espie
f100c128f9 Remove NO_CONFIGURE/NO_PATCH/NO_EXTRACT/NO_MTREE
Kill corresponding FAKE=Yes and switch to CONFIGURE_STYLE while I'm at it.
2000-06-16 23:06:03 +00:00
brad
e82860af8d - remove FAKE=Yes
- HAS_CONFIGURE -> CONFIGURE_STYLE
- enable inter-library dependencies
- use new framework for PLISTs
2000-06-12 16:42:13 +00:00
espie
e7e7c80785 Minor clean-up
- bump NEED_VERSION
- FLAVOR:L for user-friendlyness
- use PLIST
- add comment to PFRAG.shared
2000-06-11 02:17:22 +00:00
weingart
8244b6f3da Update a2ps port to use latest sources. Update to
more recent ports infrastructure.  Update license
information.  Fake.
2000-06-11 01:13:42 +00:00
espie
d85b4b4744 trivial fake 2000-06-05 01:46:09 +00:00
espie
87e965f32e Fake 2000-06-02 19:41:58 +00:00
espie
6fe8134048 Missed by Federico 2000-05-31 13:01:08 +00:00
espie
303da97ff6 Remove work-around for pre-2.7 pkg_add. 2000-05-17 00:24:51 +00:00
espie
a4e832d557 Tell people about the -encrypt package. 2000-04-30 00:03:41 +00:00
espie
6c75efb72a Rebuilding the ls-R database when *removing* the package is useless... 2000-04-28 21:06:37 +00:00
espie
85969d5495 packaging tweaks... not 100% perfect, but getting closer. 2000-04-28 20:01:30 +00:00
espie
506338a341 Turns out tetex dialog is not suitable for anything but tetex.
In particular, XF86Setup complains...

So, fix texconfig to find misc/dialog first, then fall back on teTeX's
dialog.

This removes the teTeX/dialog conflict, repairs XF86Setup.
Installing tetex-dialog as a fall back removes the need for teTeX to
depend on misc/dialog.

Solved by fries@.
2000-04-25 18:54:29 +00:00
turan
58a958fdfd and cvs missed this one. 2000-04-22 14:04:03 +00:00