1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
Commit Graph

1220 Commits

Author SHA1 Message Date
Satoshi Taoka
ed0a8c97dc The directory of freetype's header files was changed
to /usr/local/include/freetype/, then perlftlib cannot find freetype.h.
This problem is fixed.

Submitted by: Masayuki FUKUI <fukui@sonic.nm.fujitsu.co.jp>
              jihuang@csie.nctu.edu.tw
Obtained from: direct mails
2001-01-21 14:25:57 +00:00
Andreas Klemm
557a8ebe93 - checksum of gdevcd8.tar.gz changed
- created a new distinfo file
- bumped PORTREVISION since this makes sure, that packages are build from
  proper source

Submitted by:	Christopher Masto <chris@netmonger.net>
2001-01-19 19:01:31 +00:00
Andreas Klemm
66c3f0e72b bugfix: distinfo file is missing md5 checksum for hpdj 2.6 sources
this is another showstopper after the variable name change and still
doesn't show up here, since I have the sources in DISTFILES dir...
PORTREVISION still doesn't need a bump, since no package could have
been created and if, there is no new port functionality involved with
this fix. Sorry for any trouble, but its too expensive for me, to re-fetch
all files as final test.

Submitted by:	"Jamin A. Brown" <jamin@gwi.net>
2001-01-18 18:44:26 +00:00
Andreas Klemm
26b2a64ca5 bugfix: hpdj couldn't be fetched after the variable name change
I forgot to change HPDJ_DRV to HPDJ_SRC in DISTFILES
PORTREVISION not bumped since building of packages wasn't possible.
Even if port/package could be build, because hpdj source was already
present, no functionality change.

Submitted by:	"Justin W. Pauler" <jwpauler@jwpages.com>, "Jamin A. Brown" <jamin@gwi.net>
2001-01-18 07:14:11 +00:00
Andreas Klemm
8098ba2c79 - added stable version 4.0.4 of gimp-print (stp) driver
high quality drivers for Epsons, HPs, ...
- bumped port revision
- modified all target and added a makefile component to build
  tool from stp driver (escputil) to do maintenance on epsons
  install manpage as well
- variable name changes, new scheme sounds better
- use variables as often as possible in all make targets
  to reduce port maintenance as much as possible
- fix two copy and paste mistakes in echo messages
- updated pkg_plist, tested port and package building
  as well as removal
- modified configure.batch to build stp driver
2001-01-17 20:19:03 +00:00
Andreas Klemm
b58ebc73b1 cosmetic: add cvs id 2001-01-17 09:31:14 +00:00
Will Andrews
f73338fa16 Add pic2fig 1.4, a pic format to fig format converter.
PR:		24388
Submitted by:	Patrick Powell <papowell@astart.com>
2001-01-16 23:01:57 +00:00
Andreas Klemm
7aa654686b update to ghostscript v 6.50
- removed port revision, because of new version
- added PCL3 driver (hpdj successor) from Martin Lottermoser
  *both* driver, HPDJ and PCL3, are now compiled in
  reason: PCL3 is still flagged as BETA and author didn't get much response
  Although Martin says, its definitively not ALPHA, its safer to have the
  old drivers around, if things fail for some reason.
  Martin confirmed, that its possible to have both in one gs binary !!!
- disable configure script temporarily, since dialog needs a driver update
  but I don't want to hold back that port any longer.
- enabled as many gs driver as possible
- reorganized MASTER_SITES
  - added mirrors
  - add a note, that russion mirror isn't up to date, so don't add it
  - optimized downloading from 6 different sources by special ordering
- reorganized Makefile completely
  - put only ${GS_SOURCES} into EXTRACT_ONLY variable
    unpacking other 3rd party src's is handled in post-extract target
  - directory creating, patching, unpacking and install actions are
    now handeled within the proper make target. This makes port maintenance
    much easier, i.e.: if you enter make extract, then only extraction
    of things happen, but makefiles are still not patched. Before this
    cleanup, things were not so structured and not easy to maintain.
    Maybe we get a configure script later, to choose between different
    3rd party driver options, then this "sorting" and documenting
    will support the migration process...
  - silence port by hiding actions with "@"
  - insert many informational echoes. This makes port maintenance and
    troubleshooting easier
  - put more unique comments in front of the different 3rd party modules
  - document things better
  - use as many environment variables as necessary, so that "numerical"
    changes only have to happen on some places and not withing make targets
  - use gs version number also in docu directory
  - properly install runtime, info and doc files from 3rd party drivers
  - put not needed stuff into "NOPORTDOCS" section
- keep old font names to avoid fetching unnecessary things
- updated patches as necessary
- added new patch from Nartin Lottermoser
- removed 2 patches that have been incorporated into gs 6.50
- added needed manual pages
- updated pkg-plist
- finally tested port and package building as well as port removal
  new port passes all disciplines ;-)
2001-01-16 22:57:24 +00:00
Maxim Sobolev
2b1a883dc4 Massive style enforcement - use ^I instead of spaces for variables identation. 2001-01-16 17:33:20 +00:00
James E. Housley
0d65e2560a Files added with the update of cups
Fix a typo in the configure script the prevented sample configuration
files from being install in $PREFIX/etc/cups
Bumped PORTREVISION

PR:		24227
Submitted by:	George Reid <greid@ukug.uk.freebsd.org> MAINTAINER
2001-01-10 17:09:31 +00:00
James E. Housley
4fd3e389d1 Fix a typo in the configure script the prevented sample configuration
files from being install in $PREFIX/etc/cups
Bumped PORTREVISION

PR:		24277
Submitted by:	George Reid <greid@ukug.uk.freebsd.org> MAINTAINER
2001-01-10 17:07:59 +00:00
Andreas Klemm
8aa9549d54 update apsfilter port
- add patchsite and patchfile
- fix1: correct apsfilter version string that is echo'd in logfile
	when script debugging is turned on
- fix2: samba remote printing bug fixed. The exported variable
	containing the windows password was spelled incorrectly.
	samba 2.0.7 uses PASSWD not PASSWORD.

Hint: People who don't want to reinstall apsfilter can fix that easily
by substituting PASSWORD with PASSWD
- for runtime
	  in $PREFIX/share/apsfilter/bin/apsfilter
- for SETUP (test printing functionality)
	  in $PREFIX/share/apsfilter/SETUP
2001-01-09 13:17:04 +00:00
Maxim Sobolev
d93bbf2e63 Don't create symlinks of files in ${PREFIX}/include/freetype in the directory
${PREFIX}/include, because this lead to the freetype1's includes being picked
by the freetype2 ports.

Prompted by:	mdharnois@home.com, scanner@jurai.net etc
2001-01-09 09:09:42 +00:00
Satoshi Taoka
d7f1f8b8cc Photo Image Print System for Linux --- EPSON PM-880C 2001-01-09 01:56:33 +00:00
Satoshi Taoka
77b26972c4 Photo Image Print System for Linux --- EPSON PM-780C 2001-01-09 01:55:03 +00:00
Satoshi Taoka
bbd80e85b6 Photo Image Print System for Linux --- EPSON Stylus Color777/Color680
whose are international products.
2001-01-09 01:53:42 +00:00
Satoshi Taoka
5099a7222b pips800 is a master port for pips-sc680_777, pips780 and pips880 which are
going to be imported by me.
Then for these new ports I must modify pips800.
2001-01-09 01:49:29 +00:00
Will Andrews
052cf380ee Release to the world all of my ports that I don't use, excluding KDE 1,
which I'm holding for various reasons, so some kind soul can take the time
to fix them without having to wait for me.
2001-01-09 00:06:25 +00:00
Andreas Klemm
86d168e54a cosmetic:
forgot in previous commit, that HPDJ_SRC also should make use of
the new variables ${HPDJ_NAME} and ${HPDJ_VERS}
2001-01-08 18:24:42 +00:00
Andreas Klemm
6b4c3497bf purely cosmetic:
- for easier maintencance (later upgrade) splitup HPDJ_DRV variable into
  HPDJ_NAME HPDJ_VERS HPDJ_DIR HPDJ_SRC
- testcompile ran fine
2001-01-08 18:20:44 +00:00
Andreas Klemm
e56c9c397c cosmetic: update comment
new official home for Martin Lottermosers pcl3 driver
2001-01-08 17:46:07 +00:00
Andreas Klemm
5ec600fd1b updated MASTER_SITES
hpdj-2.6 is now available from
http://home.t-online.de/home/Martin.Lottermoser/pcl3dist/
2001-01-08 17:44:41 +00:00
Nik Clayton
c5092db595 Bump PORTREVISION, to reflect the added patches. 2001-01-08 12:43:48 +00:00
Nik Clayton
7defac8738 Bring in a patch from http://indev.insu.com/openjade/ which:
* Makes two side output optional
   * Fixes cell-*-row-margin
   * Fixes sequences in tables
   * Nukes the multipar macro
   * Gives better table support
   * Removes the trailing blank page in print output

and more.
2001-01-08 12:36:32 +00:00
James E. Housley
1d4001f272 New Ports: print/cups
CUPS provides a portable printing layer for UNIX-based operating systems.

PR:		240877
Submitted by:	George Reid <greid@ukug.uk.freebsd.org>
2001-01-07 00:52:07 +00:00
Andreas Klemm
6db97f9f32 - update port to new version 1.0b3
=> bump PORTREVISION (forgotten by Roman ;-)
- Changed maintainer to ports, I want to reduce my personal workload.
  Maybe I take over again in the future if I have more time for this.

PR:		24072
Submitted by:	Roman Shterenzon <roman@xpert.com>
2001-01-04 22:36:06 +00:00
FUJISHIMA Satsuki
219ce96fc0 remove empty share/locale stuff.
Submitted by: bento
2001-01-04 17:13:51 +00:00
FUJISHIMA Satsuki
e92a98f30d update to 2.20(old version no longer available at master site).
PR:		20665
Submitted by:	Sean Kelly <kelly@cbl-skelly3.hs.earthlink.net>

make PKGMESSAGE PREFIX safe.
remake ls-R at deinstall.
2001-01-03 17:20:20 +00:00
Andreas Klemm
d5c80d6076 - manpages were missing in ports Makefile
therefore they were also missing in package (-> PORTREVISION bump)
- portlint complained about descr. line being too long, trimmed it down
  to below 70 chars.

PR:		23973
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
2001-01-01 17:27:43 +00:00
Will Andrews
60f2b6b7a8 Goodbye, YEAR2000. Hello, 2001.
Approved by:	asami
2001-01-01 10:15:16 +00:00
Will Andrews
3e33b0de4b Add p5-Text-PDF 0.12, a perl module for manipulating PDF files.
PR:		23966
Submitted by:	Anton Berezin <tobez@tobez.org>
2000-12-31 05:40:39 +00:00
Dirk Froemberg
0caebf84e7 Upgrade to 1.1.5fix2.
PR:		ports/23641
2000-12-30 16:55:56 +00:00
Ade Lovett
5156e2bfdb Seems this file got left over by accident in the transition
to its new home.  Nuke it, there's nothing else here.
Move along.  Nothing more to see.

Found by:	accident (during a machine rebuild)
2000-12-28 02:06:15 +00:00
Andreas Klemm
8483abd820 Remove apsfilter6 version. The old stable port (apsfilter)
has been updated for that purpose. CVS history can be found here.
Suggested by Kris and Bill.
2000-12-23 19:01:21 +00:00
Andreas Klemm
05a3c04fa1 disable apsfilter6
enable apsfilter
2000-12-23 18:59:21 +00:00
Andreas Klemm
f88d06dd40 Update old apsfilter-stable with V 6.0.0 from new stable-branch. 2000-12-23 18:58:28 +00:00
Andreas Klemm
6e06321585 new apsfilter-STABLE release: V 6.0.0
updated PORTREVISION
updated pkg_plist
completely replaces old apsfilter-STABLE release,
so the 5.4.2 port has been removed by me.
2000-12-23 14:05:11 +00:00
Andreas Klemm
3a15be9756 apsfilter6 is the new stable version.
So this version completely vanishes to Attic.
2000-12-23 13:29:32 +00:00
Andreas Klemm
116b18d5bf die apsfilter5, long live apsfilter6 ;-)
Just released the new version 6.0.0 release.
2000-12-23 13:28:04 +00:00
Thomas Gellekum
a79078273a Upgrade to 1.02. 2000-12-22 12:49:54 +00:00
Maxim Sobolev
9cc6a121ad Update to 2.0.1. 2000-12-20 12:39:15 +00:00
Maxim Sobolev
0379d41042 Add WWW. 2000-12-20 12:19:44 +00:00
Maxim Sobolev
49c5f93f60 - Use MASTER_SITE_TEX_CTAN to MASTER_SITES
PR:		23629
Submitted by:	Ports Furry
2000-12-19 08:04:37 +00:00
Satoshi Taoka
13c31c4b0d Add dependency to linux-png for Ver. 1.3 pips*
Pointed out: Takeshi Ken Yamada <ken@tydfam.machida.tokyo.jp>
Obtained from: FreeBSD-users-jp@jp.freebsd.org
2000-12-18 00:46:46 +00:00
Kevin Lo
65a1f9f5fe Upgrade to 8.00
PR: 23569
Submitted by: Ports Fury
2000-12-16 03:34:57 +00:00
Satoshi Taoka
9b69aeb189 To support printing via USB port for pips{760,770,800,820_3300} 2000-12-14 15:29:52 +00:00
Satoshi Taoka
a1edb7c7c9 (1) When I committed ports of pips{2200,3000,3300,670,750,900},
I must commit modification for pips800 which is a master port for these.
    I forgot it.
(2) Simplify slave ports in japapese
    (modifying Makefile and deleting pkg-plist).
2000-12-14 14:46:15 +00:00
Peter Pentchev
f1af9ee53d Update maintainer email address.
PR:		23540
Submitted by:	maitainer
2000-12-14 09:50:23 +00:00
Steve Price
0c8e320e64 Update to version 3.2.3c.
PR:		23278
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-12-11 02:59:47 +00:00
Satoshi Taoka
d4464bc184 Photo Image Print System for Linux --- EPSON PM-900C 2000-12-11 02:40:55 +00:00